@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media print {
  *,
  *:before,
  *:after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

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

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

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

@viewport {
  width: device-width; }

html {
  font-size: 14px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  background-color: #fff; }

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

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

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

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

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

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

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

dt {
  font-weight: bold; }

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

blockquote {
  margin: 0 0 12px;
  margin: 0 0 1rem; }

a {
  color: #4183D7;
  text-decoration: none; }
  a:focus, a:hover {
    color: #235ea8;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

pre {
  margin-top: 0;
  margin-bottom: 12px;
  margin-bottom: 1rem; }

figure {
  margin: 0 0 12px;
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

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

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

table {
  background-color: transparent; }

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

th {
  text-align: left; }

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

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

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

textarea {
  resize: vertical; }

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

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

input[type="search"] {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -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: 12px;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit; }

h1 {
  font-size: 26.4px;
  font-size: 2.2rem; }

h2 {
  font-size: 22.799px;
  font-size: 1.9rem; }

h3 {
  font-size: 20.4px;
  font-size: 1.7rem; }

h4 {
  font-size: 18px;
  font-size: 1.5rem; }

h5 {
  font-size: 15.6px;
  font-size: 1.3rem; }

h6 {
  font-size: 13.2px;
  font-size: 1.1rem; }

.h1 {
  font-size: 26.4px;
  font-size: 2.2rem; }

.h2 {
  font-size: 22.799px;
  font-size: 1.9rem; }

.h3 {
  font-size: 20.4px;
  font-size: 1.7rem; }

.h4 {
  font-size: 18px;
  font-size: 1.5rem; }

.h5 {
  font-size: 15.6px;
  font-size: 1.3rem; }

.h6 {
  font-size: 13.2px;
  font-size: 1.1rem; }

.lead {
  font-size: 15px;
  font-size: 1.25rem;
  font-weight: 500; }

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

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

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

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

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

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

mark,
.mark {
  padding: .2em;
  background-color: #F4B350; }

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

.dl-horizontal {
  margin-right: -22.5px;
  margin-right: -1.875rem;
  margin-left: -22.5px;
  margin-left: -1.875rem; }
  .dl-horizontal:after {
    content: "";
    display: table;
    clear: both; }

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

.blockquote {
  padding: 6px 12px;
  padding: 0.5rem 1rem;
  margin-bottom: 12px;
  margin-bottom: 1rem;
  font-size: 15px;
  font-size: 1.25rem;
  border-left: 3px solid #f2f5f5;
  border-left: 0.25rem solid #f2f5f5; }

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

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

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

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

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

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

.img-thumbnail {
  padding: 3px;
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

.figure {
  display: inline-block; }

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

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

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

.code {
  padding: 2.4px 4.8px;
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 2px; }

kbd {
  padding: 2.4px 4.8px;
  padding: .2rem .4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

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

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 11.25px;
  padding-left: 0.9375rem;
  padding-right: 11.25px;
  padding-right: 0.9375rem; }
  .container:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 11.25px;
  padding-left: 0.9375rem;
  padding-right: 11.25px;
  padding-right: 0.9375rem; }
  .container-fluid:after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -11.25px;
  margin-left: -0.9375rem;
  margin-right: -11.25px;
  margin-right: -0.9375rem; }
  .row:after {
    content: "";
    display: table;
    clear: both; }

.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-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-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-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-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 11.25px;
  padding-left: 0.9375rem;
  padding-right: 11.25px;
  padding-right: 0.9375rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 12px;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 9px;
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid rgba(236, 238, 239, 0.7); }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(236, 238, 239, 0.7); }
  .table tbody + tbody {
    border-top: 2px solid rgba(236, 238, 239, 0.7); }
  .table .table {
    background-color: #fff; }

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

.table-bordered {
  border: 1px solid rgba(236, 238, 239, 0.7); }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid rgba(236, 238, 239, 0.7); }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thead-default th {
  color: #E8EEF5;
  background-color: #f2f5f5; }

.table-inverse {
  color: #f2f5f5;
  background-color: #939FAD; }
  .table-inverse.table-bordered {
    border: 0; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #E8EEF5; }

.table-reflow thead {
  float: left; }

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

.table-reflow th,
.table-reflow td {
  border-top: 1px solid rgba(236, 238, 239, 0.7);
  border-left: 1px solid rgba(236, 238, 239, 0.7); }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid rgba(236, 238, 239, 0.7); }

.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 rgba(236, 238, 239, 0.7); }

.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid rgba(236, 238, 239, 0.7); }

.form-control, .bootstrap-tagsinput {
  display: block;
  width: 100%;
  padding: 5.1px 9.6px;
  padding: 0.425rem 0.8rem;
  font-size: 12px;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  background-color: transparent;
  background-image: none;
  border: 1px solid #E8EEF5;
  border-radius: 2px; }
  .form-control::-ms-expand, .bootstrap-tagsinput::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control.focus, .focus.bootstrap-tagsinput, .form-control:focus, .bootstrap-tagsinput:focus {
    border-color: #66afe9;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .form-control::-webkit-input-placeholder, .bootstrap-tagsinput::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .form-control:-ms-input-placeholder, .bootstrap-tagsinput:-ms-input-placeholder {
    color: #999;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .form-control::placeholder, .bootstrap-tagsinput::placeholder {
    color: #999;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .form-control:disabled, .bootstrap-tagsinput:disabled, .form-control[readonly], [readonly].bootstrap-tagsinput {
    background-color: #f2f5f5;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .form-control:disabled, .bootstrap-tagsinput:disabled {
    cursor: not-allowed; }

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

.form-control-label {
  padding: 5.1px 9.6px;
  padding: 0.425rem 0.8rem;
  margin-bottom: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input[type="date"].bootstrap-tagsinput,
  input[type="time"].form-control,
  input[type="time"].bootstrap-tagsinput,
  input[type="datetime-local"].form-control,
  input[type="datetime-local"].bootstrap-tagsinput,
  input[type="month"].form-control,
  input[type="month"].bootstrap-tagsinput {
    line-height: 2.35rem; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"].form-control,
  .input-group-sm input[type="date"].bootstrap-tagsinput,
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"].form-control,
  .input-group-sm input[type="time"].bootstrap-tagsinput,
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"].form-control,
  .input-group-sm input[type="datetime-local"].bootstrap-tagsinput,
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"].form-control,
  .input-group-sm input[type="month"].bootstrap-tagsinput {
    line-height: 1.8125rem; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"].form-control,
  .input-group-lg input[type="date"].bootstrap-tagsinput,
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"].form-control,
  .input-group-lg input[type="time"].bootstrap-tagsinput,
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"].form-control,
  .input-group-lg input[type="datetime-local"].bootstrap-tagsinput,
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"].form-control,
  .input-group-lg input[type="month"].bootstrap-tagsinput {
    line-height: 3.6rem; } }

.form-control-static {
  min-height: 28.2px;
  min-height: 2.35rem;
  padding-top: 5.1px;
  padding-top: 0.425rem;
  padding-bottom: 5.1px;
  padding-bottom: 0.425rem;
  margin-bottom: 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.bootstrap-tagsinput,
  .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, .input-group-lg > .form-control-static.bootstrap-tagsinput,
  .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, .input-group-sm > .bootstrap-tagsinput,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 3px 8.399px;
  padding: 0.25rem 0.7rem;
  font-size: 10.5px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2px; }

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .bootstrap-tagsinput,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 12px 19.2px;
  padding: 1rem 1.6rem;
  font-size: 14.399px;
  font-size: 1.2rem;
  line-height: 1.33333;
  border-radius: 4px; }

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

.radio,
.checkbox {
  position: relative;
  display: block; }
  .radio label,
  .checkbox label {
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
    .radio label input:only-child,
    .checkbox label input:only-child {
      position: static; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 3px;
  margin-top: .25rem;
  margin-left: -15px;
  margin-left: -1.25rem; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -3px;
  margin-top: -.25rem; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 9px;
  margin-left: .75rem; }

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

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

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

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 28.799px;
  padding-right: 2.4rem;
  background-repeat: no-repeat;
  background-position: 99% 6px;
  -webkit-background-size: 1.5275rem 1.5275rem !important;
          background-size: 1.5275rem 1.5275rem !important; }

.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #00AA90; }

.has-success .form-control, .has-success .bootstrap-tagsinput {
  border-color: #00AA90; }
  .has-success .form-control:focus, .has-success .bootstrap-tagsinput:focus {
    border-color: #00a087;
    -webkit-box-shadow: none;
            box-shadow: none; }

.has-success .input-group-addon {
  color: #00AA90;
  border-color: #00AA90;
  background-color: #77ffea; }

.has-success .form-control-feedback {
  color: #00AA90; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="); }

.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #F4B350; }

.has-warning .form-control, .has-warning .bootstrap-tagsinput {
  border-color: #F4B350; }
  .has-warning .form-control:focus, .has-warning .bootstrap-tagsinput:focus {
    border-color: #f3af46;
    -webkit-box-shadow: none;
            box-shadow: none; }

.has-warning .input-group-addon {
  color: #F4B350;
  border-color: #F4B350;
  background-color: white; }

.has-warning .form-control-feedback {
  color: #F4B350; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"); }

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label {
  color: #D74A41; }

.has-danger .form-control, .has-danger .bootstrap-tagsinput {
  border-color: #D74A41; }
  .has-danger .form-control:focus, .has-danger .bootstrap-tagsinput:focus {
    border-color: #d54239;
    -webkit-box-shadow: none;
            box-shadow: none; }

.has-danger .input-group-addon {
  color: #D74A41;
  border-color: #D74A41;
  background-color: #faebea; }

.has-danger .form-control-feedback {
  color: #D74A41; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="); }

@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .bootstrap-tagsinput {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group .bootstrap-tagsinput {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .input-group > .bootstrap-tagsinput {
    width: 100%; }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 5.1px 9.6px;
  padding: 0.425rem 0.8rem;
  font-size: 10.8px;
  font-size: 0.9rem;
  line-height: 1.5;
  border-radius: 2px; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    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; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; }

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

.btn-primary {
  color: #fff;
  background-color: #4183D7;
  border-color: #4183D7;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-primary:hover {
    color: #fff;
    background-color: #2c75d2;
    border-color: #2c75d2; }
  .btn-primary.hover {
    color: #fff;
    background-color: #2c75d2;
    border-color: #2c75d2; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #2c75d2;
    border-color: #2c75d2; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2c75d2;
    border-color: #2c75d2;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .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: #2c75d2;
      border-color: #2c75d2; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #4183D7;
    border-color: #4183D7; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #4183D7;
    border-color: #4183D7; }
  .btn-primary .badge {
    border-color: inherit; }

.btn-secondary {
  color: #fff;
  background-color: #C8CFD4;
  border-color: #C8CFD4;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #bac3c9;
    border-color: #bac3c9; }
  .btn-secondary.hover {
    color: #fff;
    background-color: #bac3c9;
    border-color: #bac3c9; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #bac3c9;
    border-color: #bac3c9; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #bac3c9;
    border-color: #bac3c9;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .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: #fff;
      background-color: #bac3c9;
      border-color: #bac3c9; }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #C8CFD4;
    border-color: #C8CFD4; }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #C8CFD4;
    border-color: #C8CFD4; }
  .btn-secondary .badge {
    border-color: inherit; }

.btn-info {
  color: #fff;
  background-color: #41CED7;
  border-color: #41CED7;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-info:hover {
    color: #fff;
    background-color: #2cc8d2;
    border-color: #2cc8d2; }
  .btn-info.hover {
    color: #fff;
    background-color: #2cc8d2;
    border-color: #2cc8d2; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #2cc8d2;
    border-color: #2cc8d2; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2cc8d2;
    border-color: #2cc8d2;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .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: #2cc8d2;
      border-color: #2cc8d2; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #41CED7;
    border-color: #41CED7; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #41CED7;
    border-color: #41CED7; }
  .btn-info .badge {
    border-color: inherit; }

.btn-success {
  color: #fff;
  background-color: #00AA90;
  border-color: #00AA90;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-success:hover {
    color: #fff;
    background-color: #00917a;
    border-color: #00917a; }
  .btn-success.hover {
    color: #fff;
    background-color: #00917a;
    border-color: #00917a; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #00917a;
    border-color: #00917a; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #00917a;
    border-color: #00917a;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .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: #00917a;
      border-color: #00917a; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #00AA90;
    border-color: #00AA90; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #00AA90;
    border-color: #00AA90; }
  .btn-success .badge {
    border-color: inherit; }

.btn-warning {
  color: #fff;
  background-color: #F4B350;
  border-color: #F4B350;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-warning:hover {
    color: #fff;
    background-color: #f2a938;
    border-color: #f2a938; }
  .btn-warning.hover {
    color: #fff;
    background-color: #f2a938;
    border-color: #f2a938; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #f2a938;
    border-color: #f2a938; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #f2a938;
    border-color: #f2a938;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .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: #f2a938;
      border-color: #f2a938; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #F4B350;
    border-color: #F4B350; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #F4B350;
    border-color: #F4B350; }
  .btn-warning .badge {
    border-color: inherit; }

.btn-danger {
  color: #fff;
  background-color: #D74A41;
  border-color: #D74A41;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-danger:hover {
    color: #fff;
    background-color: #d2362c;
    border-color: #d2362c; }
  .btn-danger.hover {
    color: #fff;
    background-color: #d2362c;
    border-color: #d2362c; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #d2362c;
    border-color: #d2362c; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2362c;
    border-color: #d2362c;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .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: #d2362c;
      border-color: #d2362c; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #D74A41;
    border-color: #D74A41; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #D74A41;
    border-color: #D74A41; }
  .btn-danger .badge {
    border-color: inherit; }

.btn-primary-outline {
  color: #4183D7;
  background-image: none;
  background-color: transparent;
  border-color: rgba(65, 131, 215, 0.2); }
  .btn-primary-outline.hover {
    color: #4183D7;
    background-color: rgba(65, 131, 215, 0.1);
    border-color: rgba(65, 131, 215, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-primary-outline .badge {
    border-color: inherit; }
  .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active,
  .open > .btn-primary-outline.dropdown-toggle {
    color: #4183D7;
    background-color: rgba(65, 131, 215, 0.1);
    border-color: rgba(65, 131, 215, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none; }
    .btn-primary-outline:focus:hover, .btn-primary-outline:focus:focus, .btn-primary-outline:focus.focus, .btn-primary-outline.focus:hover, .btn-primary-outline.focus:focus, .btn-primary-outline.focus.focus, .btn-primary-outline:active:hover, .btn-primary-outline:active:focus, .btn-primary-outline:active.focus, .btn-primary-outline.active:hover, .btn-primary-outline.active:focus, .btn-primary-outline.active.focus,
    .open > .btn-primary-outline.dropdown-toggle:hover,
    .open > .btn-primary-outline.dropdown-toggle:focus,
    .open > .btn-primary-outline.dropdown-toggle.focus {
      color: #4183D7;
      background-color: rgba(65, 131, 215, 0.1);
      border-color: rgba(65, 131, 215, 0.2);
      -webkit-box-shadow: none;
              box-shadow: none; }
  .btn-primary-outline:hover {
    color: #4183D7;
    background-color: rgba(65, 131, 215, 0.1);
    border-color: rgba(65, 131, 215, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
    border-color: #f1f1f1; }
  .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
    border-color: #f1f1f1; }

.btn-secondary-outline {
  color: #C8CFD4;
  background-image: none;
  background-color: transparent;
  border-color: rgba(200, 207, 212, 0.2); }
  .btn-secondary-outline.hover {
    color: #C8CFD4;
    background-color: rgba(200, 207, 212, 0.1);
    border-color: rgba(200, 207, 212, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-secondary-outline .badge {
    border-color: inherit; }
  .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active,
  .open > .btn-secondary-outline.dropdown-toggle {
    color: #C8CFD4;
    background-color: rgba(200, 207, 212, 0.1);
    border-color: rgba(200, 207, 212, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none; }
    .btn-secondary-outline:focus:hover, .btn-secondary-outline:focus:focus, .btn-secondary-outline:focus.focus, .btn-secondary-outline.focus:hover, .btn-secondary-outline.focus:focus, .btn-secondary-outline.focus.focus, .btn-secondary-outline:active:hover, .btn-secondary-outline:active:focus, .btn-secondary-outline:active.focus, .btn-secondary-outline.active:hover, .btn-secondary-outline.active:focus, .btn-secondary-outline.active.focus,
    .open > .btn-secondary-outline.dropdown-toggle:hover,
    .open > .btn-secondary-outline.dropdown-toggle:focus,
    .open > .btn-secondary-outline.dropdown-toggle.focus {
      color: #C8CFD4;
      background-color: rgba(200, 207, 212, 0.1);
      border-color: rgba(200, 207, 212, 0.2);
      -webkit-box-shadow: none;
              box-shadow: none; }
  .btn-secondary-outline:hover {
    color: #C8CFD4;
    background-color: rgba(200, 207, 212, 0.1);
    border-color: rgba(200, 207, 212, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus {
    border-color: #f1f1f1; }
  .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
    border-color: #f1f1f1; }

.btn-info-outline {
  color: #41CED7;
  background-image: none;
  background-color: transparent;
  border-color: rgba(65, 206, 215, 0.2); }
  .btn-info-outline.hover {
    color: #41CED7;
    background-color: rgba(65, 206, 215, 0.1);
    border-color: rgba(65, 206, 215, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-info-outline .badge {
    border-color: inherit; }
  .btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active,
  .open > .btn-info-outline.dropdown-toggle {
    color: #41CED7;
    background-color: rgba(65, 206, 215, 0.1);
    border-color: rgba(65, 206, 215, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none; }
    .btn-info-outline:focus:hover, .btn-info-outline:focus:focus, .btn-info-outline:focus.focus, .btn-info-outline.focus:hover, .btn-info-outline.focus:focus, .btn-info-outline.focus.focus, .btn-info-outline:active:hover, .btn-info-outline:active:focus, .btn-info-outline:active.focus, .btn-info-outline.active:hover, .btn-info-outline.active:focus, .btn-info-outline.active.focus,
    .open > .btn-info-outline.dropdown-toggle:hover,
    .open > .btn-info-outline.dropdown-toggle:focus,
    .open > .btn-info-outline.dropdown-toggle.focus {
      color: #41CED7;
      background-color: rgba(65, 206, 215, 0.1);
      border-color: rgba(65, 206, 215, 0.2);
      -webkit-box-shadow: none;
              box-shadow: none; }
  .btn-info-outline:hover {
    color: #41CED7;
    background-color: rgba(65, 206, 215, 0.1);
    border-color: rgba(65, 206, 215, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus {
    border-color: #f1f1f1; }
  .btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
    border-color: #f1f1f1; }

.btn-success-outline {
  color: #00AA90;
  background-image: none;
  background-color: transparent;
  border-color: rgba(0, 170, 144, 0.2); }
  .btn-success-outline.hover {
    color: #00AA90;
    background-color: rgba(0, 170, 144, 0.1);
    border-color: rgba(0, 170, 144, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-success-outline .badge {
    border-color: inherit; }
  .btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active,
  .open > .btn-success-outline.dropdown-toggle {
    color: #00AA90;
    background-color: rgba(0, 170, 144, 0.1);
    border-color: rgba(0, 170, 144, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none; }
    .btn-success-outline:focus:hover, .btn-success-outline:focus:focus, .btn-success-outline:focus.focus, .btn-success-outline.focus:hover, .btn-success-outline.focus:focus, .btn-success-outline.focus.focus, .btn-success-outline:active:hover, .btn-success-outline:active:focus, .btn-success-outline:active.focus, .btn-success-outline.active:hover, .btn-success-outline.active:focus, .btn-success-outline.active.focus,
    .open > .btn-success-outline.dropdown-toggle:hover,
    .open > .btn-success-outline.dropdown-toggle:focus,
    .open > .btn-success-outline.dropdown-toggle.focus {
      color: #00AA90;
      background-color: rgba(0, 170, 144, 0.1);
      border-color: rgba(0, 170, 144, 0.2);
      -webkit-box-shadow: none;
              box-shadow: none; }
  .btn-success-outline:hover {
    color: #00AA90;
    background-color: rgba(0, 170, 144, 0.1);
    border-color: rgba(0, 170, 144, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus {
    border-color: #f1f1f1; }
  .btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
    border-color: #f1f1f1; }

.btn-warning-outline {
  color: #F4B350;
  background-image: none;
  background-color: transparent;
  border-color: rgba(244, 179, 80, 0.2); }
  .btn-warning-outline.hover {
    color: #F4B350;
    background-color: rgba(244, 179, 80, 0.1);
    border-color: rgba(244, 179, 80, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-warning-outline .badge {
    border-color: inherit; }
  .btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active,
  .open > .btn-warning-outline.dropdown-toggle {
    color: #F4B350;
    background-color: rgba(244, 179, 80, 0.1);
    border-color: rgba(244, 179, 80, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none; }
    .btn-warning-outline:focus:hover, .btn-warning-outline:focus:focus, .btn-warning-outline:focus.focus, .btn-warning-outline.focus:hover, .btn-warning-outline.focus:focus, .btn-warning-outline.focus.focus, .btn-warning-outline:active:hover, .btn-warning-outline:active:focus, .btn-warning-outline:active.focus, .btn-warning-outline.active:hover, .btn-warning-outline.active:focus, .btn-warning-outline.active.focus,
    .open > .btn-warning-outline.dropdown-toggle:hover,
    .open > .btn-warning-outline.dropdown-toggle:focus,
    .open > .btn-warning-outline.dropdown-toggle.focus {
      color: #F4B350;
      background-color: rgba(244, 179, 80, 0.1);
      border-color: rgba(244, 179, 80, 0.2);
      -webkit-box-shadow: none;
              box-shadow: none; }
  .btn-warning-outline:hover {
    color: #F4B350;
    background-color: rgba(244, 179, 80, 0.1);
    border-color: rgba(244, 179, 80, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus {
    border-color: #f1f1f1; }
  .btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
    border-color: #f1f1f1; }

.btn-danger-outline {
  color: #D74A41;
  background-image: none;
  background-color: transparent;
  border-color: rgba(215, 74, 65, 0.2); }
  .btn-danger-outline.hover {
    color: #D74A41;
    background-color: rgba(215, 74, 65, 0.1);
    border-color: rgba(215, 74, 65, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-danger-outline .badge {
    border-color: inherit; }
  .btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active,
  .open > .btn-danger-outline.dropdown-toggle {
    color: #D74A41;
    background-color: rgba(215, 74, 65, 0.1);
    border-color: rgba(215, 74, 65, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none; }
    .btn-danger-outline:focus:hover, .btn-danger-outline:focus:focus, .btn-danger-outline:focus.focus, .btn-danger-outline.focus:hover, .btn-danger-outline.focus:focus, .btn-danger-outline.focus.focus, .btn-danger-outline:active:hover, .btn-danger-outline:active:focus, .btn-danger-outline:active.focus, .btn-danger-outline.active:hover, .btn-danger-outline.active:focus, .btn-danger-outline.active.focus,
    .open > .btn-danger-outline.dropdown-toggle:hover,
    .open > .btn-danger-outline.dropdown-toggle:focus,
    .open > .btn-danger-outline.dropdown-toggle.focus {
      color: #D74A41;
      background-color: rgba(215, 74, 65, 0.1);
      border-color: rgba(215, 74, 65, 0.2);
      -webkit-box-shadow: none;
              box-shadow: none; }
  .btn-danger-outline:hover {
    color: #D74A41;
    background-color: rgba(215, 74, 65, 0.1);
    border-color: rgba(215, 74, 65, 0.2);
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus {
    border-color: #f1f1f1; }
  .btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
    border-color: #f1f1f1; }

.btn-link {
  font-weight: normal;
  color: #4183D7;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #235ea8;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #BBBBBB;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 7.199px 18px;
  padding: 0.6rem 1.5rem;
  font-size: 12.96px;
  font-size: 1.08rem;
  line-height: 1.33333;
  border-radius: 4px; }

.btn-sm, .btn-group-sm > .btn, .toolbar .btn {
  padding: 3px 8.399px;
  padding: 0.25rem 0.7rem;
  font-size: 9.45px;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 2px; }

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

.btn-block + .btn-block {
  margin-top: 5px; }

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

.fade {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

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

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

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 3px;
  margin-right: .25rem;
  margin-left: 3px;
  margin-left: .25rem;
  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: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 12px;
  font-size: 1rem;
  color: #333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #f2f5f5;
  border-radius: 2px; }

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #777;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #333;
    text-decoration: none;
    background-color: #f2f5f5; }
  .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #4183D7;
    outline: 0; }
  .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #BBBBBB; }
  .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: 3px 20px;
  font-size: 10.5px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #333;
  white-space: nowrap; }

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

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

.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: 2px; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn: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: -5px; }
  .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: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

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

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

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

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.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-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  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;
  display: table;
  border-collapse: separate; }
  .input-group .form-control, .input-group .bootstrap-tagsinput {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .bootstrap-tagsinput:focus, .input-group .form-control:active, .input-group .bootstrap-tagsinput:active, .input-group .form-control:hover, .input-group .bootstrap-tagsinput:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .bootstrap-tagsinput {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child),
  .input-group .bootstrap-tagsinput:not(:first-child):not(:last-child) {
    border-radius: 0; }

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

.input-group-addon {
  padding: 5.1px 9.6px;
  padding: 0.425rem 0.8rem;
  font-size: 12px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #333;
  text-align: center;
  background-color: #f2f5f5;
  border: 1px solid #E8EEF5;
  border-radius: 2px; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 3px 8.399px;
    padding: 0.25rem 0.7rem;
    font-size: 10.5px;
    font-size: 0.875rem;
    border-radius: 2px; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 12px 19.2px;
    padding: 1rem 1.6rem;
    font-size: 14.399px;
    font-size: 1.2rem;
    border-radius: 4px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

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

.c-input {
  position: relative;
  display: inline;
  padding-left: 18px;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer; }
  .c-input > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
    .c-input > input:checked ~ .c-indicator {
      color: #fff;
      background-color: #0074d9; }
    .c-input > input:focus ~ .c-indicator {
      -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
              box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9; }
    .c-input > input:active ~ .c-indicator {
      color: #fff;
      background-color: #84c6ff; }
  .c-input + .c-input {
    margin-left: 12px;
    margin-left: 1rem; }

.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 12px;
  width: 1rem;
  height: 12px;
  height: 1rem;
  font-size: 65%;
  line-height: 12px;
  line-height: 1rem;
  color: #eee;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 50% 50%;
          background-size: 50% 50%; }

.c-checkbox .c-indicator {
  border-radius: .25rem; }

.c-checkbox input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=); }

.c-checkbox input:indeterminate ~ .c-indicator {
  background-color: #0074d9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K); }

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

.c-radio input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==); }

.c-inputs-stacked .c-input {
  display: inline; }
  .c-inputs-stacked .c-input:after {
    display: block;
    margin-bottom: 3px;
    margin-bottom: .25rem;
    content: ""; }
  .c-inputs-stacked .c-input + .c-input {
    margin-left: 0; }

.c-select {
  display: inline-block;
  max-width: 100%;
  padding: 4.5px 21px 4.5px 9px;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: 9px \9;
  padding-right: .75rem \9;
  color: #333;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 9px center;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none \9;
  -webkit-background-size: 8px 10px;
          background-size: 8px 10px;
  border: 1px solid #E8EEF5;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .c-select:focus {
    border-color: #51a7e8;
    outline: none; }
  .c-select::-ms-expand {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.c-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px; }
  .c-select-sm:not([multiple]) {
    height: 26px;
    min-height: 26px; }

.file {
  position: relative;
  display: inline-block;
  height: 30px;
  height: 2.5rem;
  cursor: pointer; }

.file input {
  min-width: 168px;
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 30px;
  height: 2.5rem;
  padding: 6px 12px;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: .25rem; }

.file-custom:after {
  content: "Choose file..."; }

.file-custom:before {
  position: absolute;
  top: -0.899px;
  top: -.075rem;
  right: -0.899px;
  right: -.075rem;
  bottom: -0.899px;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  height: 30px;
  height: 2.5rem;
  padding: 6px 12px;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 .25rem .25rem 0; }

.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: #CECECE; }
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #CECECE;
      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: 12px;
  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: 2.4px;
      margin-left: .2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-radius: 2px 2px 0 0; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #f2f5f5 #f2f5f5 #ddd; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #CECECE;
      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: #4183D7;
    background-color: #fff;
    border-color: #4183D7 #4183D7 transparent; }

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

.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: 2.4px;
    margin-left: .2rem; }

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-brand {
  float: left;
  padding-top: 3px;
  padding-top: .25rem;
  padding-bottom: 3px;
  padding-bottom: .25rem;
  margin-right: 12px;
  margin-right: 1rem;
  font-size: 14.399px;
  font-size: 1.2rem; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

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

.navbar-toggler {
  padding: 6px 9px;
  padding: .5rem .75rem;
  font-size: 14.399px;
  font-size: 1.2rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 2px; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand: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-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.card {
  position: relative;
  display: block;
  margin-bottom: 9px;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2px; }

.card-block {
  padding: 15px;
  padding: 1.25rem; }

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

.card-subtitle {
  margin-top: -4.5px;
  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: 15px;
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-radius: 2px 2px 0 0; }

.card > .list-group:last-child .list-group-item:last-child {
  border-radius: 0 0 2px 2px; }

.card-header {
  padding: 9px 15px;
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5; }
  .card-header:first-child {
    border-radius: 2px 2px 0 0; }

.card-footer {
  padding: 9px 15px;
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5; }
  .card-footer:last-child {
    border-radius: 0 0 2px 2px; }

.card-primary {
  background-color: #4183D7;
  border-color: #4183D7; }

.card-success {
  background-color: #00AA90;
  border-color: #00AA90; }

.card-info {
  background-color: #41CED7;
  border-color: #41CED7; }

.card-warning {
  background-color: #F4B350;
  border-color: #F4B350; }

.card-danger {
  background-color: #D74A41;
  border-color: #D74A41; }

.card-primary-outline {
  background-color: transparent;
  border-color: #4183D7; }

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

.card-info-outline {
  background-color: transparent;
  border-color: #41CED7; }

.card-success-outline {
  background-color: transparent;
  border-color: #00AA90; }

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

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

.card-inverse .card-header,
.card-inverse .card-footer {
  border-bottom: 1px solid 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-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: 0.25rem; }

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

.card-img-top {
  border-radius: 2px 2px 0 0; }

.card-img-bottom {
  border-radius: 0 0 2px 2px; }

@media (min-width: 544px) {
  .card-deck {
    display: table;
    table-layout: fixed;
    border-spacing: 1.25rem 0; }
    .card-deck .card {
      display: table-cell;
      width: 1%;
      vertical-align: top; }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .card-group .card {
      display: table-cell;
      vertical-align: top; }
      .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: 544px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  padding: 9px 22.5px;
  padding: 0.75rem 1.875rem;
  margin-bottom: 12px;
  margin-bottom: 1rem;
  list-style: none;
  background-color: white;
  border-radius: 2px; }
  .breadcrumb:after {
    content: "";
    display: table;
    clear: both; }
  .breadcrumb > li {
    float: left; }
    .breadcrumb > li + li:before {
      padding-right: 6px;
      padding-right: .5rem;
      padding-left: 6px;
      padding-left: .5rem;
      color: #BBBBBB;
      content: "/"; }
  .breadcrumb > .active {
    color: #BBBBBB; }

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

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px; }
  .page-item:last-child .page-link {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px; }
  .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #4183D7;
    border-color: #4183D7; }
  .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #ddd;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.page-link {
  position: relative;
  float: left;
  padding: 3.599px 9.6px;
  padding: 0.3rem 0.8rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 0 solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #333;
    background-color: #E8EEF5;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 6.6px 12px;
  padding: 0.55rem 1rem;
  font-size: 14.399px;
  font-size: 1.2rem;
  line-height: 1.33333; }

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

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

.pagination-sm .page-link {
  padding: 2.4px 7.199px;
  padding: 0.2rem 0.6rem;
  font-size: 10.5px;
  font-size: 0.875rem;
  line-height: 1.5; }

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

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

.pager {
  padding-left: 0;
  margin-top: 12px;
  margin-top: 1rem;
  margin-bottom: 12px;
  margin-bottom: 1rem;
  text-align: center;
  list-style: none; }
  .pager:after {
    content: "";
    display: table;
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: transparent;
      border: 1px solid #E8EEF5;
      border-radius: 2px; }
    .pager li > a:focus, .pager li > a:hover {
      text-decoration: none;
      background-color: #E8EEF5; }
  .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover {
    color: #ddd;
    cursor: not-allowed;
    background-color: transparent; }
  .pager .disabled > span {
    color: #ddd;
    cursor: not-allowed;
    background-color: transparent; }

.pager-next > a,
.pager-next > span {
  float: right; }

.pager-prev > a,
.pager-prev > span {
  float: left; }

.label {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: normal;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px; }
  .label:empty {
    display: none; }

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

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

.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem; }

.label-default {
  background-color: #BBBBBB; }
  .label-default[href]:focus, .label-default[href]:hover {
    background-color: #a2a2a2; }

.label-primary {
  background-color: #4183D7; }
  .label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #286abd; }

.label-success {
  background-color: #00AA90; }
  .label-success[href]:focus, .label-success[href]:hover {
    background-color: #007765; }

.label-info {
  background-color: #41CED7; }
  .label-info[href]:focus, .label-info[href]:hover {
    background-color: #28b4bd; }

.label-warning {
  background-color: #F4B350; }
  .label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #f19e20; }

.label-danger {
  background-color: #D74A41; }
  .label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #bd3128; }

.jumbotron {
  padding: 24px 12px;
  padding: 2rem 1rem;
  margin-bottom: 24px;
  margin-bottom: 2rem;
  background-color: #f2f5f5;
  border-radius: 4px; }
  @media (min-width: 544px) {
    .jumbotron {
      padding: 4rem 2rem; } }

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

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

.alert {
  padding: 15px;
  margin-bottom: 12px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 2px; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-heading {
  color: inherit; }

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

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

.alert-success {
  background-color: #00AA90;
  border-color: #00AA90;
  color: #fff; }
  .alert-success hr {
    border-top-color: #00917a; }
  .alert-success .alert-link {
    color: #e6e6e6; }

.alert-info {
  background-color: #41CED7;
  border-color: #41CED7;
  color: #fff; }
  .alert-info hr {
    border-top-color: #2cc8d2; }
  .alert-info .alert-link {
    color: #e6e6e6; }

.alert-warning {
  background-color: #F4B350;
  border-color: #F4B350;
  color: #fff; }
  .alert-warning hr {
    border-top-color: #f2a938; }
  .alert-warning .alert-link {
    color: #e6e6e6; }

.alert-danger {
  background-color: #D74A41;
  border-color: #D74A41;
  color: #fff; }
  .alert-danger hr {
    border-top-color: #d2362c; }
  .alert-danger .alert-link {
    color: #e6e6e6; }

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

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

.progress[value] {
  color: #0074d9;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px; }

.progress[value]::-webkit-progress-value:before {
  content: attr(value); }

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

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

.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);
  -webkit-background-size: 1rem 1rem;
          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; }

@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);
    -webkit-background-size: 1rem 1rem;
            background-size: 1rem 1rem; } }

.progress-animated[value]::-webkit-progress-value {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
          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 {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
            animation: progress-bar-stripes 2s linear infinite; } }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

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

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

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

.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: 9px 15px;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent; }
  .list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px; }

.list-group-flush .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

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

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #939FAD;
  cursor: not-allowed;
  background-color: transparent; }
  .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: #939FAD; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #333;
  background-color: #f2f5f5;
  border-color: transparent; }
  .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 .list-group-item-heading > .text-desc, .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:focus .list-group-item-heading > .text-desc, .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,
  .list-group-item.active:hover .list-group-item-heading > .text-desc {
    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: #333; }

.list-group-item-success {
  color: #00AA90; }

a.list-group-item-success,
button.list-group-item-success {
  color: #fff; }
  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: #fff; }
  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; }

.list-group-item-info {
  color: #41CED7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #fff; }
  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: #fff; }
  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; }

.list-group-item-warning {
  color: #F4B350; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #fff; }
  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: #fff; }
  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; }

.list-group-item-danger {
  color: #D74A41; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #fff; }
  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: #fff; }
  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; }

.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: 18px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

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

.panel {
  margin-bottom: 24px;
  margin-bottom: 2rem;
  background-color: #fff;
  border: none; }

.panel-body {
  padding: 22.5px;
  padding: 1.875rem; }

.panel-heading {
  padding: 11.25px 22.5px;
  padding: 0.9375rem 1.875rem;
  border-bottom: none;
  border-top: 2px solid transparent; }

.panel-title {
  font-weight: 600; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > .text-desc,
  .panel-title > small > a,
  .panel-title > .small > a,
  .panel-title > .text-desc > a {
    color: inherit;
    margin-left: 12px;
    margin-left: 1rem; }

.panel-footer {
  border-top: none; }

.panel-default {
  border-color: #fff; }
  .panel-default > .panel-heading {
    color: #696969;
    background-color: #fff;
    border-color: #fff; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #fff; }
    .panel-default > .panel-heading .badge {
      color: #E8EEF5;
      background-color: #696969; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #fff; }

.panel-primary {
  border-color: #4183D7; }
  .panel-primary > .panel-heading {
    color: #4183D7;
    background-color: #fff;
    border-color: #4183D7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #4183D7; }
    .panel-primary > .panel-heading .badge {
      color: #4183D7;
      background-color: #4183D7; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #4183D7; }

.panel-success {
  border-color: #00AA90; }
  .panel-success > .panel-heading {
    color: #00AA90;
    background-color: #fff;
    border-color: #00AA90; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #00AA90; }
    .panel-success > .panel-heading .badge {
      color: #00AA90;
      background-color: #00AA90; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #00AA90; }

.panel-info {
  border-color: #41CED7; }
  .panel-info > .panel-heading {
    color: #41CED7;
    background-color: #fff;
    border-color: #41CED7; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #41CED7; }
    .panel-info > .panel-heading .badge {
      color: #41CED7;
      background-color: #41CED7; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #41CED7; }

.panel-warning {
  border-color: #F4B350; }
  .panel-warning > .panel-heading {
    color: #F4B350;
    background-color: #fff;
    border-color: #F4B350; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #F4B350; }
    .panel-warning > .panel-heading .badge {
      color: #F4B350;
      background-color: #F4B350; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #F4B350; }

.panel-danger {
  border-color: #D74A41; }
  .panel-danger > .panel-heading {
    color: #D74A41;
    background-color: #fff;
    border-color: #D74A41; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #D74A41; }
    .panel-danger > .panel-heading .badge {
      color: #D74A41;
      background-color: #D74A41; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #D74A41; }

.modal-open {
  overflow: hidden; }

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

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  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;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .modal-backdrop.in {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

.modal-header {
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0); }
  .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 rgba(255, 255, 255, 0); }
  .modal-footer:after {
    content: "";
    display: table;
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

@media (min-width: 544px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-sm {
    width: 300px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Lato", Helvetica, Arial, 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;
  word-wrap: normal;
  font-size: 10.5px;
  font-size: 0.875rem;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .tooltip.in {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }

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

.tooltip-arrow {
  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: 250px;
  padding: 1px;
  font-family: "Lato", Helvetica, Arial, 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;
  word-wrap: normal;
  font-size: 10.5px;
  font-size: 0.875rem;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #E8EEF5;
  border-radius: 4px; }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -5px; }
    .popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
      bottom: -6px;
      left: 50%;
      margin-left: -6px;
      border-top-color: #e8eef5;
      border-bottom-width: 0; }
      .popover.popover-top .popover-arrow:after, .popover.bs-tether-element-attached-bottom .popover-arrow:after {
        bottom: 1px;
        margin-left: -5px;
        content: "";
        border-top-color: #fff;
        border-bottom-width: 0; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 5px; }
    .popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
      top: 50%;
      left: -6px;
      margin-top: -6px;
      border-right-color: #e8eef5;
      border-left-width: 0; }
      .popover.popover-right .popover-arrow:after, .popover.bs-tether-element-attached-left .popover-arrow:after {
        bottom: -5px;
        left: 1px;
        content: "";
        border-right-color: #fff;
        border-left-width: 0; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 5px; }
    .popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
      top: -6px;
      left: 50%;
      margin-left: -6px;
      border-top-width: 0;
      border-bottom-color: #e8eef5; }
      .popover.popover-bottom .popover-arrow:after, .popover.bs-tether-element-attached-top .popover-arrow:after {
        top: 1px;
        margin-left: -5px;
        content: "";
        border-top-width: 0;
        border-bottom-color: #fff; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -5px; }
    .popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
      top: 50%;
      right: -6px;
      margin-top: -6px;
      border-right-width: 0;
      border-left-color: #e8eef5; }
      .popover.popover-left .popover-arrow:after, .popover.bs-tether-element-attached-right .popover-arrow:after {
        right: 1px;
        bottom: -5px;
        content: "";
        border-right-width: 0;
        border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 12px;
  font-size: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 3px 3px 0 0; }

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

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

.popover-arrow {
  border-width: 6px; }

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

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

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

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

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

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

@media (min-width: 1200px) {
  .pull-xl-left {
    float: left !important; }
  .pull-xl-right {
    float: right !important; }
  .pull-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; }

.invisible {
  visibility: hidden !important; }

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

.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: 544px) {
  .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-muted, .text-desc {
  color: #BBBBBB; }

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

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

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

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

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

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

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

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

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

.m-t-1 {
  margin-top: 12px !important;
  margin-top: 1rem !important; }

.m-r-1 {
  margin-right: 12px !important;
  margin-right: 1rem !important; }

.m-b-1 {
  margin-bottom: 12px !important;
  margin-bottom: 1rem !important; }

.m-l-1 {
  margin-left: 12px !important;
  margin-left: 1rem !important; }

.m-x-1 {
  margin-right: 12px !important;
  margin-right: 1rem !important;
  margin-left: 12px !important;
  margin-left: 1rem !important; }

.m-y-1 {
  margin-top: 12px !important;
  margin-top: 1rem !important;
  margin-bottom: 12px !important;
  margin-bottom: 1rem !important; }

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

.m-t-2 {
  margin-top: 18px !important;
  margin-top: 1.5rem !important; }

.m-r-2 {
  margin-right: 18px !important;
  margin-right: 1.5rem !important; }

.m-b-2 {
  margin-bottom: 18px !important;
  margin-bottom: 1.5rem !important; }

.m-l-2 {
  margin-left: 18px !important;
  margin-left: 1.5rem !important; }

.m-x-2 {
  margin-right: 18px !important;
  margin-right: 1.5rem !important;
  margin-left: 18px !important;
  margin-left: 1.5rem !important; }

.m-y-2 {
  margin-top: 18px !important;
  margin-top: 1.5rem !important;
  margin-bottom: 18px !important;
  margin-bottom: 1.5rem !important; }

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

.m-t-3 {
  margin-top: 36px !important;
  margin-top: 3rem !important; }

.m-r-3 {
  margin-right: 36px !important;
  margin-right: 3rem !important; }

.m-b-3 {
  margin-bottom: 36px !important;
  margin-bottom: 3rem !important; }

.m-l-3 {
  margin-left: 36px !important;
  margin-left: 3rem !important; }

.m-x-3 {
  margin-right: 36px !important;
  margin-right: 3rem !important;
  margin-left: 36px !important;
  margin-left: 3rem !important; }

.m-y-3 {
  margin-top: 36px !important;
  margin-top: 3rem !important;
  margin-bottom: 36px !important;
  margin-bottom: 3rem !important; }

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

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

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

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

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

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

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

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

.p-t-1 {
  padding-top: 12px !important;
  padding-top: 1rem !important; }

.p-r-1 {
  padding-right: 12px !important;
  padding-right: 1rem !important; }

.p-b-1 {
  padding-bottom: 12px !important;
  padding-bottom: 1rem !important; }

.p-l-1 {
  padding-left: 12px !important;
  padding-left: 1rem !important; }

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

.p-y-1 {
  padding-top: 12px !important;
  padding-top: 1rem !important;
  padding-bottom: 12px !important;
  padding-bottom: 1rem !important; }

.p-a-2, .block-header {
  padding: 18px 18px !important;
  padding: 1.5rem 1.5rem !important; }

.p-t-2 {
  padding-top: 18px !important;
  padding-top: 1.5rem !important; }

.p-r-2 {
  padding-right: 18px !important;
  padding-right: 1.5rem !important; }

.p-b-2 {
  padding-bottom: 18px !important;
  padding-bottom: 1.5rem !important; }

.p-l-2 {
  padding-left: 18px !important;
  padding-left: 1.5rem !important; }

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

.p-y-2 {
  padding-top: 18px !important;
  padding-top: 1.5rem !important;
  padding-bottom: 18px !important;
  padding-bottom: 1.5rem !important; }

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

.p-t-3 {
  padding-top: 36px !important;
  padding-top: 3rem !important; }

.p-r-3 {
  padding-right: 36px !important;
  padding-right: 3rem !important; }

.p-b-3 {
  padding-bottom: 36px !important;
  padding-bottom: 3rem !important; }

.p-l-3 {
  padding-left: 36px !important;
  padding-left: 3rem !important; }

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

.p-y-3 {
  padding-top: 36px !important;
  padding-top: 3rem !important;
  padding-bottom: 36px !important;
  padding-bottom: 3rem !important; }

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

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

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

@media (min-width: 544px) {
  .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; } }

#preload {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  top: 0;
  left: 0;
}

.loading {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  font-size: 0; }
  .loading.reversed li {
    border: 3px solid white;
    -webkit-animation: loadingJump 2s infinite;
    animation: loadingJump 2s infinite; }
    .loading.reversed li:nth-child(1n) {
      -webkit-animation-delay: 0s;
      animation-delay: 0s; }
    .loading.reversed li:nth-child(2n) {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .loading.reversed li:nth-child(3n) {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
  .loading li {
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    margin: 0;
    height: 10px;
    width: 10px;
    border: 3px solid #212121;
    border-radius: 100%;
    -webkit-transform: transformZ(0);
    -ms-transform: transformZ(0);
        transform: transformZ(0);
    -webkit-animation: LOADING 2s infinite;
    animation: LOADING 2s infinite; }
    .loading li:nth-child(1n) {
      left: -20px;
      -webkit-animation-delay: 0s;
      animation-delay: 0s; }
    .loading li:nth-child(2n) {
      left: 0;
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
    .loading li:nth-child(3n) {
      left: 20px;
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }

.grid-row:after {
  content: '';
  display: table;
  clear: both; }

.grid-row .col {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%; }
  .grid-row .col + .col {
    background: #2b8ccd;
    left: auto;
    right: 0; }

@-webkit-keyframes LOADING {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background: #2b8ccd; }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: white; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background: #2b8ccd; } }

@keyframes LOADING {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background: #2b8ccd; }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: white; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background: #2b8ccd; } }

@-webkit-keyframes loadingJump {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background: white; }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #2b8ccd; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background: white; } }

@keyframes loadingJump {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background: white; }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #2b8ccd; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    background: white; } }

.icon {
  font-size: 16px;
  line-height: 1; }

.row-no-gutter,
.col-p-0 {
  margin: 0; }
  .row-no-gutter:after,
  .col-p-0:after {
    content: "";
    display: table;
    clear: both; }
  .row-no-gutter > [class^="col-"],
  .col-p-0 > [class^="col-"] {
    padding-left: 0;
    padding-right: 0; }

.container-fluid {
  padding-left: 22.5px;
  padding-left: 1.875rem;
  padding-right: 22.5px;
  padding-right: 1.875rem; }

.expand {
  width: 100%; }

.hidden {
  display: none; }

.border {
  border: 1px solid #eee; }

.btn.btn-placeholder {
  background-color: transparent;
  color: #939FAD;
  border: 1px dashed; }
  .btn.btn-placeholder:hover {
    background-color: #f2f5f5; }

.btn.btn-social {
  position: relative;
  padding-left: 45px; }
  .btn.btn-social .icon {
    position: absolute;
    width: 38px;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.15); }
    .btn.btn-social .icon:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .btn.btn-social.btn-lg, .btn-group-lg > .btn.btn-social {
    padding-left: 55px; }
    .btn.btn-social.btn-lg .icon, .btn-group-lg > .btn.btn-social .icon {
      width: 50px; }
  .btn.btn-social.btn-sm, .btn-group-sm > .btn.btn-social, .toolbar .btn.btn-social {
    padding-left: 30px; }
    .btn.btn-social.btn-sm .icon, .btn-group-sm > .btn.btn-social .icon, .toolbar .btn.btn-social .icon {
      width: 30px; }

.btn.btn-rounded {
  border-radius: 40px; }

.btn .icon {
  width: 1em;
  text-align: center;
  display: inline-block;
  line-height: 1;
  font-size: inherit;
  margin: 0; }

.btn .badge {
  background-color: #fff;
  margin-left: 1em;
  color: #333; }

.btn .btn-label {
  display: none; }
  @media screen and (min-width: 992px) {
    .btn .btn-label {
      display: inline-block; } }
  .dropdown-menu .btn .btn-label {
    display: inline-block; }

@media screen and (min-width: 992px) {
  .btn i + .btn-label,
  .btn .btn-label + i {
    margin-left: 10px; } }

.dropdown-menu .btn i + .btn-label, .dropdown-menu
.btn .btn-label + i {
  margin-left: 10px; }

.btn-xs {
  padding: 1.2px 6px;
  padding: 0.1rem 0.5rem;
  font-size: 10.5px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2px; }

.btn-default {
  color: #fff;
  background-color: #C8CFD4;
  border-color: #C8CFD4;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-default:hover {
    color: #fff;
    background-color: #bac3c9;
    border-color: #bac3c9; }
  .btn-default.hover {
    color: #fff;
    background-color: #bac3c9;
    border-color: #bac3c9; }
  .btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: #bac3c9;
    border-color: #bac3c9; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #bac3c9;
    border-color: #bac3c9;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .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: #fff;
      background-color: #bac3c9;
      border-color: #bac3c9; }
  .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default:disabled:focus, .btn-default:disabled.focus {
    background-color: #C8CFD4;
    border-color: #C8CFD4; }
  .btn-default.disabled:hover, .btn-default:disabled:hover {
    background-color: #C8CFD4;
    border-color: #C8CFD4; }
  .btn-default .badge {
    border-color: inherit; }

.btn-secondary-outline {
  color: #212121;
  background-image: none;
  background-color: transparent;
  border-color: #E2E2E2; }
  .btn-secondary-outline.hover {
    color: #212121;
    background-color: #f2f5f5;
    border-color: #E2E2E2;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-secondary-outline .badge {
    border-color: inherit; }
  .btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active,
  .open > .btn-secondary-outline.dropdown-toggle {
    color: #212121;
    background-color: #f2f5f5;
    border-color: #E2E2E2;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .btn-secondary-outline:focus:hover, .btn-secondary-outline:focus:focus, .btn-secondary-outline:focus.focus, .btn-secondary-outline.focus:hover, .btn-secondary-outline.focus:focus, .btn-secondary-outline.focus.focus, .btn-secondary-outline:active:hover, .btn-secondary-outline:active:focus, .btn-secondary-outline:active.focus, .btn-secondary-outline.active:hover, .btn-secondary-outline.active:focus, .btn-secondary-outline.active.focus,
    .open > .btn-secondary-outline.dropdown-toggle:hover,
    .open > .btn-secondary-outline.dropdown-toggle:focus,
    .open > .btn-secondary-outline.dropdown-toggle.focus {
      color: #212121;
      background-color: #f2f5f5;
      border-color: #E2E2E2;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .btn-secondary-outline:hover {
    color: #212121;
    background-color: #f2f5f5;
    border-color: #E2E2E2;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus {
    border-color: #f1f1f1; }
  .btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
    border-color: #f1f1f1; }

.btn-group .btn-icon,
.btn-group-vertical .btn-icon {
  border-radius: 0; }
  .btn-group .btn-icon:hover,
  .btn-group-vertical .btn-icon:hover {
    background: none; }

.dropup, .dropdown {
  display: inline-block; }

.dropdown-menu-inner {
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.dropdown-menu {
  min-width: 190px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  display: block;
  -webkit-transform: translateY(-1%) scale(0.9);
      -ms-transform: translateY(-1%) scale(0.9);
          transform: translateY(-1%) scale(0.9);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top; }
  .open > .dropdown-menu {
    -webkit-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible; }
  .dropup .dropdown-menu {
    -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
            transform-origin: left bottom; }
  .dropdown-menu.dropdown-menu-right {
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top; }
  @media all and (min-width: 992px) {
    .dropdown-right .dropdown-menu {
      top: -10px;
      left: 100%;
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center; }
    .dropdown-left .dropdown-menu {
      top: -10px;
      left: auto;
      right: 100%;
      -webkit-transform-origin: right center;
          -ms-transform-origin: right center;
              transform-origin: right center; } }
  .dropdown-menu p {
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px; }

.dropdown-item {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 8px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #212121;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border-radius: 2px;
  border: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1); }
  .dropdown-item.open {
    color: #333;
    text-decoration: none;
    background-color: #f2f5f5; }
  .dropdown-item.media {
    margin-top: 0;
    padding: 10px 20px; }
  .dropdown-item .checkbox {
    margin-bottom: 0; }

.dropdown-divider {
  margin: 0; }

.dropdown-right .dropdown-toggle:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.dropdown-left .dropdown-toggle:after {
  -webkit-transform: translate(0, -50%) rotate(-270deg);
      -ms-transform: translate(0, -50%) rotate(-270deg);
          transform: translate(0, -50%) rotate(-270deg);
  position: absolute;
  top: 50%;
  left: 2px; }

.dropdown-header {
  display: block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 10.5px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  white-space: nowrap;
  border-bottom: 2px solid #f2f5f5; }

.dropdown-item-more {
  margin-top: 5px;
  padding: 5px 20px;
  text-align: center; }

.dropdown-item-desc {
  color: #BBBBBB;
  font-size: 12px;
  float: right;
  margin-top: 3px;
  margin-left: 1em; }

.dropdown-menu-lg {
  min-width: 350px !important; }
  .dropdown-menu-lg p {
    max-width: 300px !important; }

.dropdown-submenu {
  cursor: pointer; }
  .dropdown-submenu:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    border-left: 0.3em solid;
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }

.dropdown-menu-right .dropdown-submenu:after {
  top: 50%;
  right: auto;
  left: 9px;
  -webkit-transform: translate(0, -50%) rotate(180deg);
      -ms-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg); }

@media all and (min-width: 992px) {
  .dropdown-menu-vertical {
    padding: 10px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .dropdown-menu-vertical .dropdown-item {
      display: inline-block;
      width: auto; } }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  margin-bottom: 6px;
  margin-bottom: .5rem;
  height: 2px;
  position: relative; }
  .progress.loader {
    border-radius: 0;
    height: 2px; }
  .progress.progress-lg {
    height: 10px; }
  .progress.progress-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 100px;
    width: 12px;
    width: 1rem; }

.loader-wrapper {
  position: relative; }
  .loader-wrapper .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.progress {
  background-color: #eee;
  border-radius: 2px; }

.progress-bar {
  float: left;
  height: 2px;
  text-indent: -11988px;
  text-indent: -999rem;
  background-color: #0074d9;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }
  .progress-lg .progress-bar {
    height: 10px; }
  .progress-vertical .progress-bar {
    width: 100%;
    height: 1px; }

.progress[width^="0"] {
  min-width: 24px;
  min-width: 2rem;
  color: #BBBBBB;
  background-color: transparent;
  background-image: none; }

.progress[width="100%"] {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.progress-desc {
  font-size: 12px;
  color: #212121; }
  .progress-vertical-wrapper .progress-desc {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    position: absolute;
    bottom: 2.4px;
    bottom: .2rem;
    left: 0; }

.progress-vertical-wrapper {
  position: relative;
  padding-left: 18px;
  padding-left: 1.5rem; }

.progress-primary[value]::-webkit-progress-value {
  background-color: #4183D7; }

.progress-primary[value]::-moz-progress-bar {
  background-color: #4183D7; }

.progress-primary .progress-bar {
  background-color: #4183D7; }

.progress-success[value]::-webkit-progress-value {
  background-color: #00AA90; }

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

.progress-success .progress-bar {
  background-color: #00AA90; }

.progress-info[value]::-webkit-progress-value {
  background-color: #41CED7; }

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

.progress-info .progress-bar {
  background-color: #41CED7; }

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

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

.progress-warning .progress-bar {
  background-color: #F4B350; }

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

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

.progress-danger .progress-bar {
  background-color: #D74A41; }

.progress-inverse[value]::-webkit-progress-value {
  background-color: #939FAD; }

.progress-inverse[value]::-moz-progress-bar {
  background-color: #939FAD; }

.progress-inverse .progress-bar {
  background-color: #939FAD; }

.progress-faded[value]::-webkit-progress-value {
  background-color: #f9f9f9; }

.progress-faded[value]::-moz-progress-bar {
  background-color: #f9f9f9; }

.progress-faded .progress-bar {
  background-color: #f9f9f9; }

.progress-purple[value]::-webkit-progress-value {
  background-color: #9B59B6; }

.progress-purple[value]::-moz-progress-bar {
  background-color: #9B59B6; }

.progress-purple .progress-bar {
  background-color: #9B59B6; }

.progress-aqua[value]::-webkit-progress-value {
  background-color: #66BAB7; }

.progress-aqua[value]::-moz-progress-bar {
  background-color: #66BAB7; }

.progress-aqua .progress-bar {
  background-color: #66BAB7; }

.progress-coral[value]::-webkit-progress-value {
  background-color: #FF926B; }

.progress-coral[value]::-moz-progress-bar {
  background-color: #FF926B; }

.progress-coral .progress-bar {
  background-color: #FF926B; }

.progress-brown[value]::-webkit-progress-value {
  background-color: #CE9C7B; }

.progress-brown[value]::-moz-progress-bar {
  background-color: #CE9C7B; }

.progress-brown .progress-bar {
  background-color: #CE9C7B; }

.progress-pink[value]::-webkit-progress-value {
  background-color: #EA4C88; }

.progress-pink[value]::-moz-progress-bar {
  background-color: #EA4C88; }

.progress-pink .progress-bar {
  background-color: #EA4C88; }

.progress-red[value]::-webkit-progress-value {
  background-color: #B71C0C; }

.progress-red[value]::-moz-progress-bar {
  background-color: #B71C0C; }

.progress-red .progress-bar {
  background-color: #B71C0C; }

.progress-midnightblue[value]::-webkit-progress-value {
  background-color: #252D47; }

.progress-midnightblue[value]::-moz-progress-bar {
  background-color: #252D47; }

.progress-midnightblue .progress-bar {
  background-color: #252D47; }

.progress-dark[value]::-webkit-progress-value {
  background-color: #303030; }

.progress-dark[value]::-moz-progress-bar {
  background-color: #303030; }

.progress-dark .progress-bar {
  background-color: #303030; }

.nav-quick,
.nav-inline,
.nav-tabs {
  border: none;
  font-size: 13px; }
  .nav-quick:after,
  .nav-inline:after,
  .nav-tabs:after {
    content: "";
    display: table;
    clear: both; }
  .nav-quick > li,
  .nav-inline > li,
  .nav-tabs > li {
    white-space: nowrap; }
    .nav-quick > li a,
    .nav-inline > li a,
    .nav-tabs > li a {
      color: #B9B9B9; }
    .nav-quick > li.active a,
    .nav-quick > li.active a:focus,
    .nav-quick > li.active a:hover,
    .nav-quick > li a:focus,
    .nav-quick > li a:hover,
    .nav-inline > li.active a,
    .nav-inline > li.active a:focus,
    .nav-inline > li.active a:hover,
    .nav-inline > li a:focus,
    .nav-inline > li a:hover,
    .nav-tabs > li.active a,
    .nav-tabs > li.active a:focus,
    .nav-tabs > li.active a:hover,
    .nav-tabs > li a:focus,
    .nav-tabs > li a:hover {
      border: none;
      background-color: transparent;
      color: #4183D7; }
  .nav-quick.nav-justified,
  .nav-inline.nav-justified,
  .nav-tabs.nav-justified {
    width: 100%;
    overflow: auto; }
    .nav-quick.nav-justified > li,
    .nav-inline.nav-justified > li,
    .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%;
      float: none;
      text-align: center; }
      .nav-quick.nav-justified > li > a,
      .nav-inline.nav-justified > li > a,
      .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        padding: 0.5em 1em; }
        @media all and (max-width: 992px) {
          .nav-quick.nav-justified > li > a,
          .nav-inline.nav-justified > li > a,
          .nav-tabs.nav-justified > li > a {
            padding: 8px 10px;
            font-size: 12px; } }
    .nav-quick.nav-justified > .active > a, .nav-quick.nav-justified > .active > a:focus, .nav-quick.nav-justified > .active > a:hover,
    .nav-quick.nav-justified > .active > a:hover,
    .nav-quick.nav-justified > .active > a:hover:focus,
    .nav-quick.nav-justified > .active > a:hover:hover,
    .nav-inline.nav-justified > .active > a,
    .nav-inline.nav-justified > .active > a:focus,
    .nav-inline.nav-justified > .active > a:hover,
    .nav-inline.nav-justified > .active > a:hover,
    .nav-inline.nav-justified > .active > a:hover:focus,
    .nav-inline.nav-justified > .active > a:hover:hover,
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover:focus,
    .nav-tabs.nav-justified > .active > a:hover:hover {
      color: #4183D7;
      background-color: transparent;
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom-color: #4183D7; }
  .nav-quick .nav-item,
  .nav-inline .nav-item,
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: 0; }
    .nav-quick .nav-item + .nav-item,
    .nav-inline .nav-item + .nav-item,
    .nav-tabs .nav-item + .nav-item {
      margin-left: 6px;
      margin-left: .5rem; }
  .nav-quick .nav-link,
  .nav-inline .nav-link,
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border-top: none;
    border-left: none;
    border-right: none;
    position: relative;
    border-radius: 2px 2px 0 0; }
    .nav-quick .nav-link:focus, .nav-quick .nav-link:hover,
    .nav-inline .nav-link:focus,
    .nav-inline .nav-link:hover,
    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
      border-bottom-color: #4183D7; }
    .nav-quick .nav-link.disabled, .nav-quick .nav-link.disabled:focus, .nav-quick .nav-link.disabled:hover,
    .nav-inline .nav-link.disabled,
    .nav-inline .nav-link.disabled:focus,
    .nav-inline .nav-link.disabled:hover,
    .nav-tabs .nav-link.disabled,
    .nav-tabs .nav-link.disabled:focus,
    .nav-tabs .nav-link.disabled:hover {
      color: #CECECE;
      background-color: transparent;
      border-color: transparent; }
  .nav-quick .nav-link.active, .nav-quick .nav-link.active:focus, .nav-quick .nav-link.active:hover,
  .nav-quick .nav-item.open .nav-link,
  .nav-quick .nav-item.open .nav-link:focus,
  .nav-quick .nav-item.open .nav-link:hover,
  .nav-inline .nav-link.active,
  .nav-inline .nav-link.active:focus,
  .nav-inline .nav-link.active:hover,
  .nav-inline .nav-item.open .nav-link,
  .nav-inline .nav-item.open .nav-link:focus,
  .nav-inline .nav-item.open .nav-link:hover,
  .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: #4183D7;
    background-color: #fff;
    border-bottom-color: #4183D7; }
  .nav-quick.nav-tabs-icon-only .nav-link,
  .nav-inline.nav-tabs-icon-only .nav-link,
  .nav-tabs.nav-tabs-icon-only .nav-link {
    border-bottom: none; }

.nav-quick {
  width: 100%;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media (max-width: 991px) {
    .nav-quick {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .nav-quick .nav-item {
    float: none; }
    @media (max-width: 991px) {
      .nav-quick .nav-item {
        min-width: 80px; } }

.responsive-nav {
  overflow-x: auto; }

.pagination {
  margin-bottom: 0;
  margin-top: 0; }

.pager {
  margin: 0;
  font-size: 12px; }
  .pager li {
    padding: 4px 10px; }
    .pager li a {
      color: #333; }
      .pager li a:hover {
        color: #333; }

.page-item .page-link {
  display: inline;
  border-radius: 2px;
  border: 1px solid #fff;
  margin: 0 2.4px;
  margin: 0 .2rem;
  font-size: 11px; }
  .page-item .page-link[aria-label="Previous"], .page-item .page-link[aria-label="Next"] {
    border: 1px solid #E8EEF5; }
  .page-item .page-link:first-child .page-link {
    border-radius: 0; }
  .page-item .page-link:last-child .page-link {
    border-radius: 0; }

.pagination-bar .page-item .page-link,
.pagination-merge .page-item .page-link {
  border-radius: 0;
  margin: 0;
  margin-left: -1px; }

.pagination-bar .page-item:first-child .page-link,
.pagination-merge .page-item:first-child .page-link {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.pagination-bar .page-item:last-child .page-link,
.pagination-merge .page-item:last-child .page-link {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.pagination-bar {
  background-color: #fff;
  border: 1px solid #E8EEF5; }
  .pagination-bar .page-item .page-link {
    border: none;
    margin-left: 0; }

.breadcrumb {
  font-size: 12px;
  border-top: 1px solid #E8EEF5;
  border-bottom: 1px solid #E8EEF5;
  margin-bottom: 0; }

.c-upload {
  position: relative; }
  .c-upload input {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: relative;
    width: 100%;
    height: 110px;
    z-index: 2;
    cursor: pointer; }
  .c-upload > label {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    font-weight: 400;
    height: 100%;
    padding: 5.1px 9.6px;
    padding: 0.425rem 0.8rem;
    font-size: 12px;
    font-size: 1rem;
    line-height: 1.5;
    color: #333;
    background-color: transparent;
    border: 1px solid #E8EEF5;
    border-radius: 2px; }

.radio.radio-inline,
.checkbox.checkbox-inline {
  padding: 5.1px 9.6px;
  padding: 0.425rem 0.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.checkbox + .checkbox,
.radio + .radio {
  margin-top: 5px; }

.c-select {
  padding: 5.1px 40px 5.1px 9.6px;
  padding: 0.425rem 40px 0.425rem 0.8rem; }
  .c-select.form-control-sm, .input-group-sm > .c-select.form-control, .input-group-sm > .c-select.bootstrap-tagsinput,
  .input-group-sm > .c-select.input-group-addon,
  .input-group-sm > .input-group-btn > .c-select.btn {
    padding: 3px 40px 3px 8.399px;
    padding: 0.25rem 40px 0.25rem 0.7rem; }
  .c-select.form-control-lg, .input-group-lg > .c-select.form-control, .input-group-lg > .c-select.bootstrap-tagsinput,
  .input-group-lg > .c-select.input-group-addon,
  .input-group-lg > .input-group-btn > .c-select.btn {
    padding: 12px 40px 12px 19.2px;
    padding: 1rem 40px 1rem 1.6rem; }

.form-control-label {
  padding-left: 0;
  padding-right: 0;
  font-weight: 400; }

.help-block {
  margin-top: 2.4px;
  margin-top: .2rem; }

.form-inline .form-control-label {
  margin-right: 11.25px;
  margin-right: 0.9375rem; }

@media (min-width: 768px) {
  .form-inline .form-group + .form-group {
    margin-left: 0.9375rem; } }

.form-control-search {
  position: relative; }
  .form-control-search > input {
    padding-left: 30px; }
  .form-control-search:after {
    content: "\f4a4";
    font-family: "Ionicons";
    color: inherit;
    position: absolute;
    top: 52%;
    left: .5em;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.form-control-clean {
  background-color: transparent;
  border: none;
  color: inherit; }

.c-placeholder::-moz-placeholder {
  color: inherit;
  font-weight: 300;
  font-size: 12px;
  font-size: 1rem; }

.c-placeholder:-ms-input-placeholder {
  color: inherit;
  font-weight: 300;
  font-size: 12px;
  font-size: 1rem; }

.c-placeholder::-webkit-input-placeholder {
  color: inherit;
  font-weight: 300;
  font-size: 12px;
  font-size: 1rem; }

.c-placeholder:placeholder-shown {
  color: inherit;
  font-weight: 300;
  font-size: 12px;
  font-size: 1rem; }

.form-control-border-b {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #E8EEF5; }

.form-step-section {
  display: none; }
  .form-step-section.current {
    display: inherit; }

.c-indicator {
  top: 2px; }

.panel-wrapper:last-child {
  padding-bottom: 22.5px;
  padding-bottom: 1.875rem; }

.panel {
  position: relative;
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); }
  .panel-wrapper .panel {
    margin-top: 22.5px;
    margin-top: 1.875rem; }
  .panel .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.panel-heading:after {
  content: "";
  display: table;
  clear: both; }

.panel-title {
  float: left;
  color: inherit;
  margin-bottom: 0; }

.panel-tool {
  float: right;
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .panel-tool .icon {
    font-size: 14px;
    margin: 0 2px;
    display: inline-block;
    width: 22px;
    text-align: center; }

.list-group-item {
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  font-weight: 300; }
  .list-group-item .icon {
    width: 22px;
    text-align: center;
    margin-right: 10px;
    line-height: 1;
    display: inline-block;
    color: inherit; }
  .list-group-brodered .list-group-item {
    border-color: #E8EEF5; }
    .list-group-brodered .list-group-item.active:hover {
      border-color: #E8EEF5; }
  .list-group-striped .list-group-item + .list-group-item {
    border-top-color: #E8EEF5; }
  .list-group-striped .list-group-item.active:hover {
    border-color: transparent;
    border-top-color: #E8EEF5; }
  .list-group-tasks .list-group-item {
    border-width: 0 0 0 3px;
    border-color: transparent transparent transparent #E8EEF5;
    margin-bottom: .2em;
    background-color: #F9F9F9; }
    .list-group-tasks .list-group-item.active {
      background-color: #f2f5f5; }
    .list-group-tasks .list-group-item:hover, .list-group-tasks .list-group-item.active:hover {
      border-left-color: #E8EEF5;
      background-color: #f2f5f5;
      color: #333; }
      .list-group-tasks .list-group-item:hover .list-group-item-heading, .list-group-tasks .list-group-item.active:hover .list-group-item-heading {
        color: #333; }

.list-group-item-text {
  line-height: 1.5;
  font-size: 12px; }

.list-group-tasks {
  min-height: 2em; }

.table th {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 12px;
  margin-bottom: 1rem; }

.table th {
  border-top: 2px solid #E8EEF5; }

.table td {
  border-top: 1px solid rgba(236, 238, 239, 0.7);
  vertical-align: middle; }
  .table td.table-label {
    width: 4px; }

.table .btn {
  padding: 1.2px 6px !important;
  padding: 0.1rem 0.5rem !important;
  font-size: 12px; }

.table.table-no-border th,
.table.table-no-border td {
  border: none; }

.table-bar {
  padding: 11.25px;
  padding: 0.9375rem;
  border-top: 1px solid #E8EEF5;
  border-bottom: 1px solid #E8EEF5; }
  .table-bar:after {
    content: "";
    display: table;
    clear: both; }

.modal {
  position: fixed;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: block !important;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .modal.side.in, .modal.in {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .modal.side.in .modal-dialog, .modal.in .modal-dialog {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
            transform: translate(0, -25%); }
  .modal.side .modal-dialog {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    position: fixed;
    right: 0;
    top: 0;
    margin-top: 0;
    width: 80%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    @media (min-width: 768px) {
      .modal.side .modal-dialog {
        width: 40%; } }
  .modal.side .modal-content {
    border: none; }
  .modal .modal-content {
    border: none; }
  .modal .close {
    color: #DCDCDC;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    font-size: 12px;
    margin-top: 6px;
    margin-right: 5px; }

.media-list .media {
  margin-bottom: 2em; }

.display-5, .modal .modal-title, .block-header {
  font-size: 30px;
  font-size: 2.5rem;
  font-weight: 300; }

.display-6 {
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: 300; }

.popover {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }

.popover-title {
  padding: 12px 18px;
  border-bottom: none;
  font-weight: 600; }

.popover-content {
  padding: 12px 18px; }

.tooltip-inner {
  border-radius: 2px;
  padding: 5px 10px; }

body, html {
  height: 100%; }

html {
  font-size: 12px; }

@media (min-width: 544px) {
  html {
    font-size: 12px; } }

@media (min-width: 768px) {
  html {
    font-size: 14px; } }

@media (min-width: 992px) {
  html {
    font-size: 14px; } }

a {
  color: #939FAD; }
  a:hover {
    color: #000;
    text-decoration: none; }

p {
  font-size: 14px; }
  p a {
    color: #c66272; }

table a {
  color: #c66272; }

*:focus {
  outline: none !important; }

.bg-primary {
  background-color: #4183D7 !important;
  color: #fff; }
  .bg-primary > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-primary > a:hover {
      color: #fff; }

.bg-primary-darken {
  background-color: #2c75d2 !important;
  color: #fff; }
  .bg-primary-darken > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-primary-darken > a:hover {
      color: #fff; }

.bg-primary-lighten {
  background-color: #5691db !important;
  color: #fff; }
  .bg-primary-lighten > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-primary-lighten > a:hover {
      color: #fff; }

.text-primary {
  color: #4183D7 !important; }

.border-primary {
  border-color: #4183D7 !important; }

.bg-success {
  background-color: #00AA90 !important;
  color: #fff; }
  .bg-success > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-success > a:hover {
      color: #fff; }

.bg-success-darken {
  background-color: #00917a !important;
  color: #fff; }
  .bg-success-darken > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-success-darken > a:hover {
      color: #fff; }

.bg-success-lighten {
  background-color: #00c4a6 !important;
  color: #fff; }
  .bg-success-lighten > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-success-lighten > a:hover {
      color: #fff; }

.text-success {
  color: #00AA90 !important; }

.border-success {
  border-color: #00AA90 !important; }

.bg-info {
  background-color: #41CED7 !important;
  color: #fff; }
  .bg-info > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-info > a:hover {
      color: #fff; }

.bg-info-darken {
  background-color: #2cc8d2 !important;
  color: #fff; }
  .bg-info-darken > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-info-darken > a:hover {
      color: #fff; }

.bg-info-lighten {
  background-color: #56d3db !important;
  color: #fff; }
  .bg-info-lighten > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-info-lighten > a:hover {
      color: #fff; }

.text-info {
  color: #41CED7 !important; }

.border-info {
  border-color: #41CED7 !important; }

.bg-warning {
  background-color: #F4B350 !important;
  color: #fff; }
  .bg-warning > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-warning > a:hover {
      color: #fff; }

.bg-warning-darken {
  background-color: #f2a938 !important;
  color: #fff; }
  .bg-warning-darken > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-warning-darken > a:hover {
      color: #fff; }

.bg-warning-lighten {
  background-color: #f6bd68 !important;
  color: #fff; }
  .bg-warning-lighten > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-warning-lighten > a:hover {
      color: #fff; }

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

.border-warning {
  border-color: #F4B350 !important; }

.bg-danger {
  background-color: #D74A41 !important;
  color: #fff; }
  .bg-danger > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-danger > a:hover {
      color: #fff; }

.bg-danger-darken {
  background-color: #d2362c !important;
  color: #fff; }
  .bg-danger-darken > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-danger-darken > a:hover {
      color: #fff; }

.bg-danger-lighten {
  background-color: #db5e56 !important;
  color: #fff; }
  .bg-danger-lighten > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-danger-lighten > a:hover {
      color: #fff; }

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

.border-danger {
  border-color: #D74A41 !important; }

.bg-inverse {
  background-color: #939FAD !important;
  color: #fff; }
  .bg-inverse > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-inverse > a:hover {
      color: #fff; }

.bg-inverse-darken {
  background-color: #8592a2 !important;
  color: #fff; }
  .bg-inverse-darken > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-inverse-darken > a:hover {
      color: #fff; }

.bg-inverse-lighten {
  background-color: #a1acb8 !important;
  color: #fff; }
  .bg-inverse-lighten > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-inverse-lighten > a:hover {
      color: #fff; }

.text-inverse {
  color: #939FAD !important; }

.border-inverse {
  border-color: #939FAD !important; }

.bg-faded {
  background-color: #f9f9f9 !important;
  color: #333; }

.bg-faded-darken {
  background-color: #ececec !important;
  color: #333; }

.bg-faded-lighten {
  background-color: white !important;
  color: inherit; }

.text-faded {
  color: #f9f9f9 !important;
  color: #b9b9b9 !important; }

.border-faded {
  border-color: #f9f9f9 !important;
  border-color: #b9b9b9 !important; }

.bg-purple {
  background-color: #9B59B6 !important;
  color: #fff; }
  .bg-purple > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-purple > a:hover {
      color: #fff; }

.bg-purple-darken {
  background-color: #8f4bab !important;
  color: #fff; }
  .bg-purple-darken > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-purple-darken > a:hover {
      color: #fff; }

.bg-purple-lighten {
  background-color: #a66bbe !important;
  color: #fff; }
  .bg-purple-lighten > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-purple-lighten > a:hover {
      color: #fff; }

.text-purple {
  color: #9B59B6 !important; }

.border-purple {
  border-color: #9B59B6 !important; }

.bg-aqua {
  background-color: #66BAB7 !important;
  color: #fff; }
  .bg-aqua > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-aqua > a:hover {
      color: #fff; }

.bg-aqua-darken {
  background-color: #54b2af !important;
  color: #fff; }
  .bg-aqua-darken > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-aqua-darken > a:hover {
      color: #fff; }

.bg-aqua-lighten {
  background-color: #78c2bf !important;
  color: #fff; }
  .bg-aqua-lighten > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-aqua-lighten > a:hover {
      color: #fff; }

.text-aqua {
  color: #66BAB7 !important; }

.border-aqua {
  border-color: #66BAB7 !important; }

.bg-coral {
  background-color: #FF926B !important;
  color: #fff; }
  .bg-coral > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-coral > a:hover {
      color: #fff; }

.bg-coral-darken {
  background-color: #ff7f52 !important;
  color: #fff; }
  .bg-coral-darken > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-coral-darken > a:hover {
      color: #fff; }

.bg-coral-lighten {
  background-color: #ffa585 !important;
  color: #fff; }
  .bg-coral-lighten > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-coral-lighten > a:hover {
      color: #fff; }

.text-coral {
  color: #FF926B !important; }

.border-coral {
  border-color: #FF926B !important; }

.bg-brown {
  background-color: #CE9C7B !important;
  color: #fff; }
  .bg-brown > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-brown > a:hover {
      color: #fff; }

.bg-brown-darken {
  background-color: #c78e68 !important;
  color: #fff; }
  .bg-brown-darken > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-brown-darken > a:hover {
      color: #fff; }

.bg-brown-lighten {
  background-color: #d5aa8e !important;
  color: #fff; }
  .bg-brown-lighten > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-brown-lighten > a:hover {
      color: #fff; }

.text-brown {
  color: #CE9C7B !important; }

.border-brown {
  border-color: #CE9C7B !important; }

.bg-pink {
  background-color: #EA4C88 !important;
  color: #fff; }
  .bg-pink > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-pink > a:hover {
      color: #fff; }

.bg-pink-darken {
  background-color: #e73579 !important;
  color: #fff; }
  .bg-pink-darken > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-pink-darken > a:hover {
      color: #fff; }

.bg-pink-lighten {
  background-color: #ed6397 !important;
  color: #fff; }
  .bg-pink-lighten > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-pink-lighten > a:hover {
      color: #fff; }

.text-pink {
  color: #EA4C88 !important; }

.border-pink {
  border-color: #EA4C88 !important; }

.bg-red {
  background-color: #B71C0C !important;
  color: #fff; }
  .bg-red > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-red > a:hover {
      color: #fff; }

.bg-red-darken {
  background-color: #9f180a !important;
  color: #fff; }
  .bg-red-darken > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-red-darken > a:hover {
      color: #fff; }

.bg-red-lighten {
  background-color: #cf200e !important;
  color: #fff; }
  .bg-red-lighten > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-red-lighten > a:hover {
      color: #fff; }

.text-red {
  color: #B71C0C !important; }

.border-red {
  border-color: #B71C0C !important; }

.bg-midnightblue {
  background-color: #252D47 !important;
  color: #fff; }
  .bg-midnightblue > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-midnightblue > a:hover {
      color: #fff; }

.bg-midnightblue-darken {
  background-color: #1c2236 !important;
  color: #fff; }
  .bg-midnightblue-darken > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-midnightblue-darken > a:hover {
      color: #fff; }

.bg-midnightblue-lighten {
  background-color: #2e3858 !important;
  color: #fff; }
  .bg-midnightblue-lighten > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-midnightblue-lighten > a:hover {
      color: #fff; }

.text-midnightblue {
  color: #252D47 !important; }

.border-midnightblue {
  border-color: #252D47 !important; }

.bg-dark {
  background-color: #303030 !important;
  color: #fff; }
  .bg-dark > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-dark > a:hover {
      color: #fff; }

.bg-dark-darken {
  background-color: #232323 !important;
  color: #fff; }
  .bg-dark-darken > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-dark-darken > a:hover {
      color: #fff; }

.bg-dark-lighten {
  background-color: #3d3d3d !important;
  color: #fff; }
  .bg-dark-lighten > a {
    color: rgba(255, 255, 255, 0.8); }
    .bg-dark-lighten > a:hover {
      color: #fff; }

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

.border-dark {
  border-color: #303030 !important; }

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

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

.bg-dark-opacity-1 {
  background-color: rgba(0, 0, 0, 0.01); }

.bg-white-opacity-1 {
  background-color: rgba(255, 255, 255, 0.01); }

.bg-dark-opacity-2 {
  background-color: rgba(0, 0, 0, 0.02); }

.bg-white-opacity-2 {
  background-color: rgba(255, 255, 255, 0.02); }

.bg-dark-opacity-3 {
  background-color: rgba(0, 0, 0, 0.03); }

.bg-white-opacity-3 {
  background-color: rgba(255, 255, 255, 0.03); }

.bg-dark-opacity-4 {
  background-color: rgba(0, 0, 0, 0.04); }

.bg-white-opacity-4 {
  background-color: rgba(255, 255, 255, 0.04); }

.bg-dark-opacity-5 {
  background-color: rgba(0, 0, 0, 0.05); }

.bg-white-opacity-5 {
  background-color: rgba(255, 255, 255, 0.05); }

.bg-dark-opacity-6 {
  background-color: rgba(0, 0, 0, 0.06); }

.bg-white-opacity-6 {
  background-color: rgba(255, 255, 255, 0.06); }

.bg-dark-opacity-7 {
  background-color: rgba(0, 0, 0, 0.07); }

.bg-white-opacity-7 {
  background-color: rgba(255, 255, 255, 0.07); }

.bg-dark-opacity-8 {
  background-color: rgba(0, 0, 0, 0.08); }

.bg-white-opacity-8 {
  background-color: rgba(255, 255, 255, 0.08); }

.bg-dark-opacity-9 {
  background-color: rgba(0, 0, 0, 0.09); }

.bg-white-opacity-9 {
  background-color: rgba(255, 255, 255, 0.09); }

.bg-dark-opacity-10 {
  background-color: rgba(0, 0, 0, 0.1); }

.bg-white-opacity-10 {
  background-color: rgba(255, 255, 255, 0.1); }

.bg-dark-opacity-11 {
  background-color: rgba(0, 0, 0, 0.11); }

.bg-white-opacity-11 {
  background-color: rgba(255, 255, 255, 0.11); }

.bg-dark-opacity-12 {
  background-color: rgba(0, 0, 0, 0.12); }

.bg-white-opacity-12 {
  background-color: rgba(255, 255, 255, 0.12); }

.bg-dark-opacity-13 {
  background-color: rgba(0, 0, 0, 0.13); }

.bg-white-opacity-13 {
  background-color: rgba(255, 255, 255, 0.13); }

.bg-dark-opacity-14 {
  background-color: rgba(0, 0, 0, 0.14); }

.bg-white-opacity-14 {
  background-color: rgba(255, 255, 255, 0.14); }

.bg-dark-opacity-15 {
  background-color: rgba(0, 0, 0, 0.15); }

.bg-white-opacity-15 {
  background-color: rgba(255, 255, 255, 0.15); }

.bg-dark-opacity-16 {
  background-color: rgba(0, 0, 0, 0.16); }

.bg-white-opacity-16 {
  background-color: rgba(255, 255, 255, 0.16); }

.bg-dark-opacity-17 {
  background-color: rgba(0, 0, 0, 0.17); }

.bg-white-opacity-17 {
  background-color: rgba(255, 255, 255, 0.17); }

.bg-dark-opacity-18 {
  background-color: rgba(0, 0, 0, 0.18); }

.bg-white-opacity-18 {
  background-color: rgba(255, 255, 255, 0.18); }

.bg-dark-opacity-19 {
  background-color: rgba(0, 0, 0, 0.19); }

.bg-white-opacity-19 {
  background-color: rgba(255, 255, 255, 0.19); }

.bg-dark-opacity-20 {
  background-color: rgba(0, 0, 0, 0.2); }

.bg-white-opacity-20 {
  background-color: rgba(255, 255, 255, 0.2); }

.bg-dark-opacity-21 {
  background-color: rgba(0, 0, 0, 0.21); }

.bg-white-opacity-21 {
  background-color: rgba(255, 255, 255, 0.21); }

.bg-dark-opacity-22 {
  background-color: rgba(0, 0, 0, 0.22); }

.bg-white-opacity-22 {
  background-color: rgba(255, 255, 255, 0.22); }

.bg-dark-opacity-23 {
  background-color: rgba(0, 0, 0, 0.23); }

.bg-white-opacity-23 {
  background-color: rgba(255, 255, 255, 0.23); }

.bg-dark-opacity-24 {
  background-color: rgba(0, 0, 0, 0.24); }

.bg-white-opacity-24 {
  background-color: rgba(255, 255, 255, 0.24); }

.bg-dark-opacity-25 {
  background-color: rgba(0, 0, 0, 0.25); }

.bg-white-opacity-25 {
  background-color: rgba(255, 255, 255, 0.25); }

.bg-dark-opacity-26 {
  background-color: rgba(0, 0, 0, 0.26); }

.bg-white-opacity-26 {
  background-color: rgba(255, 255, 255, 0.26); }

.bg-dark-opacity-27 {
  background-color: rgba(0, 0, 0, 0.27); }

.bg-white-opacity-27 {
  background-color: rgba(255, 255, 255, 0.27); }

.bg-dark-opacity-28 {
  background-color: rgba(0, 0, 0, 0.28); }

.bg-white-opacity-28 {
  background-color: rgba(255, 255, 255, 0.28); }

.bg-dark-opacity-29 {
  background-color: rgba(0, 0, 0, 0.29); }

.bg-white-opacity-29 {
  background-color: rgba(255, 255, 255, 0.29); }

.bg-dark-opacity-30 {
  background-color: rgba(0, 0, 0, 0.3); }

.bg-white-opacity-30 {
  background-color: rgba(255, 255, 255, 0.3); }

.bg-dark-opacity-31 {
  background-color: rgba(0, 0, 0, 0.31); }

.bg-white-opacity-31 {
  background-color: rgba(255, 255, 255, 0.31); }

.bg-dark-opacity-32 {
  background-color: rgba(0, 0, 0, 0.32); }

.bg-white-opacity-32 {
  background-color: rgba(255, 255, 255, 0.32); }

.bg-dark-opacity-33 {
  background-color: rgba(0, 0, 0, 0.33); }

.bg-white-opacity-33 {
  background-color: rgba(255, 255, 255, 0.33); }

.bg-dark-opacity-34 {
  background-color: rgba(0, 0, 0, 0.34); }

.bg-white-opacity-34 {
  background-color: rgba(255, 255, 255, 0.34); }

.bg-dark-opacity-35 {
  background-color: rgba(0, 0, 0, 0.35); }

.bg-white-opacity-35 {
  background-color: rgba(255, 255, 255, 0.35); }

.bg-dark-opacity-36 {
  background-color: rgba(0, 0, 0, 0.36); }

.bg-white-opacity-36 {
  background-color: rgba(255, 255, 255, 0.36); }

.bg-dark-opacity-37 {
  background-color: rgba(0, 0, 0, 0.37); }

.bg-white-opacity-37 {
  background-color: rgba(255, 255, 255, 0.37); }

.bg-dark-opacity-38 {
  background-color: rgba(0, 0, 0, 0.38); }

.bg-white-opacity-38 {
  background-color: rgba(255, 255, 255, 0.38); }

.bg-dark-opacity-39 {
  background-color: rgba(0, 0, 0, 0.39); }

.bg-white-opacity-39 {
  background-color: rgba(255, 255, 255, 0.39); }

.bg-dark-opacity-40 {
  background-color: rgba(0, 0, 0, 0.4); }

.bg-white-opacity-40 {
  background-color: rgba(255, 255, 255, 0.4); }

.bg-dark-opacity-41 {
  background-color: rgba(0, 0, 0, 0.41); }

.bg-white-opacity-41 {
  background-color: rgba(255, 255, 255, 0.41); }

.bg-dark-opacity-42 {
  background-color: rgba(0, 0, 0, 0.42); }

.bg-white-opacity-42 {
  background-color: rgba(255, 255, 255, 0.42); }

.bg-dark-opacity-43 {
  background-color: rgba(0, 0, 0, 0.43); }

.bg-white-opacity-43 {
  background-color: rgba(255, 255, 255, 0.43); }

.bg-dark-opacity-44 {
  background-color: rgba(0, 0, 0, 0.44); }

.bg-white-opacity-44 {
  background-color: rgba(255, 255, 255, 0.44); }

.bg-dark-opacity-45 {
  background-color: rgba(0, 0, 0, 0.45); }

.bg-white-opacity-45 {
  background-color: rgba(255, 255, 255, 0.45); }

.bg-dark-opacity-46 {
  background-color: rgba(0, 0, 0, 0.46); }

.bg-white-opacity-46 {
  background-color: rgba(255, 255, 255, 0.46); }

.bg-dark-opacity-47 {
  background-color: rgba(0, 0, 0, 0.47); }

.bg-white-opacity-47 {
  background-color: rgba(255, 255, 255, 0.47); }

.bg-dark-opacity-48 {
  background-color: rgba(0, 0, 0, 0.48); }

.bg-white-opacity-48 {
  background-color: rgba(255, 255, 255, 0.48); }

.bg-dark-opacity-49 {
  background-color: rgba(0, 0, 0, 0.49); }

.bg-white-opacity-49 {
  background-color: rgba(255, 255, 255, 0.49); }

.bg-dark-opacity-50 {
  background-color: rgba(0, 0, 0, 0.5); }

.bg-white-opacity-50 {
  background-color: rgba(255, 255, 255, 0.5); }

.bg-dark-opacity-51 {
  background-color: rgba(0, 0, 0, 0.51); }

.bg-white-opacity-51 {
  background-color: rgba(255, 255, 255, 0.51); }

.bg-dark-opacity-52 {
  background-color: rgba(0, 0, 0, 0.52); }

.bg-white-opacity-52 {
  background-color: rgba(255, 255, 255, 0.52); }

.bg-dark-opacity-53 {
  background-color: rgba(0, 0, 0, 0.53); }

.bg-white-opacity-53 {
  background-color: rgba(255, 255, 255, 0.53); }

.bg-dark-opacity-54 {
  background-color: rgba(0, 0, 0, 0.54); }

.bg-white-opacity-54 {
  background-color: rgba(255, 255, 255, 0.54); }

.bg-dark-opacity-55 {
  background-color: rgba(0, 0, 0, 0.55); }

.bg-white-opacity-55 {
  background-color: rgba(255, 255, 255, 0.55); }

.bg-dark-opacity-56 {
  background-color: rgba(0, 0, 0, 0.56); }

.bg-white-opacity-56 {
  background-color: rgba(255, 255, 255, 0.56); }

.bg-dark-opacity-57 {
  background-color: rgba(0, 0, 0, 0.57); }

.bg-white-opacity-57 {
  background-color: rgba(255, 255, 255, 0.57); }

.bg-dark-opacity-58 {
  background-color: rgba(0, 0, 0, 0.58); }

.bg-white-opacity-58 {
  background-color: rgba(255, 255, 255, 0.58); }

.bg-dark-opacity-59 {
  background-color: rgba(0, 0, 0, 0.59); }

.bg-white-opacity-59 {
  background-color: rgba(255, 255, 255, 0.59); }

.bg-dark-opacity-60 {
  background-color: rgba(0, 0, 0, 0.6); }

.bg-white-opacity-60 {
  background-color: rgba(255, 255, 255, 0.6); }

.bg-dark-opacity-61 {
  background-color: rgba(0, 0, 0, 0.61); }

.bg-white-opacity-61 {
  background-color: rgba(255, 255, 255, 0.61); }

.bg-dark-opacity-62 {
  background-color: rgba(0, 0, 0, 0.62); }

.bg-white-opacity-62 {
  background-color: rgba(255, 255, 255, 0.62); }

.bg-dark-opacity-63 {
  background-color: rgba(0, 0, 0, 0.63); }

.bg-white-opacity-63 {
  background-color: rgba(255, 255, 255, 0.63); }

.bg-dark-opacity-64 {
  background-color: rgba(0, 0, 0, 0.64); }

.bg-white-opacity-64 {
  background-color: rgba(255, 255, 255, 0.64); }

.bg-dark-opacity-65 {
  background-color: rgba(0, 0, 0, 0.65); }

.bg-white-opacity-65 {
  background-color: rgba(255, 255, 255, 0.65); }

.bg-dark-opacity-66 {
  background-color: rgba(0, 0, 0, 0.66); }

.bg-white-opacity-66 {
  background-color: rgba(255, 255, 255, 0.66); }

.bg-dark-opacity-67 {
  background-color: rgba(0, 0, 0, 0.67); }

.bg-white-opacity-67 {
  background-color: rgba(255, 255, 255, 0.67); }

.bg-dark-opacity-68 {
  background-color: rgba(0, 0, 0, 0.68); }

.bg-white-opacity-68 {
  background-color: rgba(255, 255, 255, 0.68); }

.bg-dark-opacity-69 {
  background-color: rgba(0, 0, 0, 0.69); }

.bg-white-opacity-69 {
  background-color: rgba(255, 255, 255, 0.69); }

.bg-dark-opacity-70 {
  background-color: rgba(0, 0, 0, 0.7); }

.bg-white-opacity-70 {
  background-color: rgba(255, 255, 255, 0.7); }

.bg-dark-opacity-71 {
  background-color: rgba(0, 0, 0, 0.71); }

.bg-white-opacity-71 {
  background-color: rgba(255, 255, 255, 0.71); }

.bg-dark-opacity-72 {
  background-color: rgba(0, 0, 0, 0.72); }

.bg-white-opacity-72 {
  background-color: rgba(255, 255, 255, 0.72); }

.bg-dark-opacity-73 {
  background-color: rgba(0, 0, 0, 0.73); }

.bg-white-opacity-73 {
  background-color: rgba(255, 255, 255, 0.73); }

.bg-dark-opacity-74 {
  background-color: rgba(0, 0, 0, 0.74); }

.bg-white-opacity-74 {
  background-color: rgba(255, 255, 255, 0.74); }

.bg-dark-opacity-75 {
  background-color: rgba(0, 0, 0, 0.75); }

.bg-white-opacity-75 {
  background-color: rgba(255, 255, 255, 0.75); }

.bg-dark-opacity-76 {
  background-color: rgba(0, 0, 0, 0.76); }

.bg-white-opacity-76 {
  background-color: rgba(255, 255, 255, 0.76); }

.bg-dark-opacity-77 {
  background-color: rgba(0, 0, 0, 0.77); }

.bg-white-opacity-77 {
  background-color: rgba(255, 255, 255, 0.77); }

.bg-dark-opacity-78 {
  background-color: rgba(0, 0, 0, 0.78); }

.bg-white-opacity-78 {
  background-color: rgba(255, 255, 255, 0.78); }

.bg-dark-opacity-79 {
  background-color: rgba(0, 0, 0, 0.79); }

.bg-white-opacity-79 {
  background-color: rgba(255, 255, 255, 0.79); }

.bg-dark-opacity-80 {
  background-color: rgba(0, 0, 0, 0.8); }

.bg-white-opacity-80 {
  background-color: rgba(255, 255, 255, 0.8); }

.bg-dark-opacity-81 {
  background-color: rgba(0, 0, 0, 0.81); }

.bg-white-opacity-81 {
  background-color: rgba(255, 255, 255, 0.81); }

.bg-dark-opacity-82 {
  background-color: rgba(0, 0, 0, 0.82); }

.bg-white-opacity-82 {
  background-color: rgba(255, 255, 255, 0.82); }

.bg-dark-opacity-83 {
  background-color: rgba(0, 0, 0, 0.83); }

.bg-white-opacity-83 {
  background-color: rgba(255, 255, 255, 0.83); }

.bg-dark-opacity-84 {
  background-color: rgba(0, 0, 0, 0.84); }

.bg-white-opacity-84 {
  background-color: rgba(255, 255, 255, 0.84); }

.bg-dark-opacity-85 {
  background-color: rgba(0, 0, 0, 0.85); }

.bg-white-opacity-85 {
  background-color: rgba(255, 255, 255, 0.85); }

.bg-dark-opacity-86 {
  background-color: rgba(0, 0, 0, 0.86); }

.bg-white-opacity-86 {
  background-color: rgba(255, 255, 255, 0.86); }

.bg-dark-opacity-87 {
  background-color: rgba(0, 0, 0, 0.87); }

.bg-white-opacity-87 {
  background-color: rgba(255, 255, 255, 0.87); }

.bg-dark-opacity-88 {
  background-color: rgba(0, 0, 0, 0.88); }

.bg-white-opacity-88 {
  background-color: rgba(255, 255, 255, 0.88); }

.bg-dark-opacity-89 {
  background-color: rgba(0, 0, 0, 0.89); }

.bg-white-opacity-89 {
  background-color: rgba(255, 255, 255, 0.89); }

.bg-dark-opacity-90 {
  background-color: rgba(0, 0, 0, 0.9); }

.bg-white-opacity-90 {
  background-color: rgba(255, 255, 255, 0.9); }

.bg-dark-opacity-91 {
  background-color: rgba(0, 0, 0, 0.91); }

.bg-white-opacity-91 {
  background-color: rgba(255, 255, 255, 0.91); }

.bg-dark-opacity-92 {
  background-color: rgba(0, 0, 0, 0.92); }

.bg-white-opacity-92 {
  background-color: rgba(255, 255, 255, 0.92); }

.bg-dark-opacity-93 {
  background-color: rgba(0, 0, 0, 0.93); }

.bg-white-opacity-93 {
  background-color: rgba(255, 255, 255, 0.93); }

.bg-dark-opacity-94 {
  background-color: rgba(0, 0, 0, 0.94); }

.bg-white-opacity-94 {
  background-color: rgba(255, 255, 255, 0.94); }

.bg-dark-opacity-95 {
  background-color: rgba(0, 0, 0, 0.95); }

.bg-white-opacity-95 {
  background-color: rgba(255, 255, 255, 0.95); }

.bg-dark-opacity-96 {
  background-color: rgba(0, 0, 0, 0.96); }

.bg-white-opacity-96 {
  background-color: rgba(255, 255, 255, 0.96); }

.bg-dark-opacity-97 {
  background-color: rgba(0, 0, 0, 0.97); }

.bg-white-opacity-97 {
  background-color: rgba(255, 255, 255, 0.97); }

.bg-dark-opacity-98 {
  background-color: rgba(0, 0, 0, 0.98); }

.bg-white-opacity-98 {
  background-color: rgba(255, 255, 255, 0.98); }

.bg-dark-opacity-99 {
  background-color: rgba(0, 0, 0, 0.99); }

.bg-white-opacity-99 {
  background-color: rgba(255, 255, 255, 0.99); }

.timeline-wrapper {
  position: relative; }
  .timeline-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    margin-left: -1px;
    background: #E8EEF5;
    height: 100%; }
    @media (max-width: 767px) {
      .timeline-wrapper:before {
        left: 4%; } }
  .timeline-wrapper .timeline-item {
    position: relative;
    margin-bottom: 24px;
    margin-bottom: 2rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .timeline-wrapper .timeline-item:after {
      content: "";
      display: table;
      clear: both; }
    .timeline-wrapper .timeline-item:not(:first-child) {
      min-height: 1em; }
    @media (min-width: 768px) {
      .timeline-wrapper .timeline-item {
        margin-bottom: 0; }
        .timeline-wrapper .timeline-item:nth-child(odd) .timeline-media {
          float: right;
          margin-right: 0;
          margin-left: 15px; }
        .timeline-wrapper .timeline-item:nth-child(even) .timeline-content {
          float: right; }
          .timeline-wrapper .timeline-item:nth-child(even) .timeline-content:before {
            right: auto;
            left: -7px;
            border: none;
            border-left: 1px solid #E8EEF5;
            border-bottom: 1px solid #E8EEF5; } }
  .timeline-wrapper.timeline-wrapper-aside:before {
    left: 4%; }
  .timeline-wrapper.timeline-wrapper-aside .timeline-center-label {
    left: 4%; }
  .timeline-wrapper.timeline-wrapper-aside .timeline-item {
    margin-bottom: 24px;
    margin-bottom: 2rem; }
    .timeline-wrapper.timeline-wrapper-aside .timeline-item .timeline-content {
      width: 90%; }
    .timeline-wrapper.timeline-wrapper-aside .timeline-item .timeline-media {
      float: left;
      margin-left: 0;
      margin-right: 15px; }
    .timeline-wrapper.timeline-wrapper-aside .timeline-item:nth-child(odd) .timeline-content {
      float: right; }
      .timeline-wrapper.timeline-wrapper-aside .timeline-item:nth-child(odd) .timeline-content:before {
        right: auto;
        left: -7px;
        border: none;
        border-left: 1px solid #E8EEF5;
        border-bottom: 1px solid #E8EEF5; }
  .timeline-wrapper .timeline-content {
    background-color: #fff;
    min-height: 1em;
    width: 90%;
    margin-left: 10%;
    padding: 11.25px;
    padding: 0.9375rem;
    font-size: 12px;
    font-size: 1rem;
    border-radius: 4px;
    border: 1px solid #E8EEF5;
    position: relative;
    z-index: 2; }
    .timeline-wrapper .timeline-content:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 768px) {
      .timeline-wrapper .timeline-content {
        width: 44%;
        margin-left: 0; } }
    .timeline-wrapper .timeline-content:before {
      content: '';
      position: absolute;
      top: 50%;
      left: -7px;
      height: 14px;
      width: 14px;
      background-color: inherit;
      -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
              transform: translateY(-50%) rotate(45deg);
      border-left: 1px solid #E8EEF5;
      border-bottom: 1px solid #E8EEF5; }
      @media (min-width: 768px) {
        .timeline-wrapper .timeline-content:before {
          left: auto;
          right: -7px;
          border: none;
          border-right: 1px solid #E8EEF5;
          border-top: 1px solid #E8EEF5; } }
  .timeline-wrapper .timeline-center-label {
    position: absolute;
    z-index: 3;
    left: 4%;
    top: 50%;
    -webkit-transform: translate(-45%, -50%);
        -ms-transform: translate(-45%, -50%);
            transform: translate(-45%, -50%); }
    @media (min-width: 768px) {
      .timeline-wrapper .timeline-center-label {
        left: 50%; } }
    .timeline-wrapper .timeline-center-label:empty {
      width: 10px;
      height: 10px;
      background-color: #E8EEF5;
      border-radius: 50%; }
  .timeline-wrapper .timeline-media {
    float: left;
    margin-right: 15px; }
  .timeline-wrapper .timeline-content-body {
    overflow: auto; }

.message-wrapper {
  height: 400px;
  border: 1px solid #E8EEF5;
  position: relative;
  margin-bottom: 11.25px;
  margin-bottom: 0.9375rem; }
  .message-wrapper .message-wrapper-inner {
    overflow: auto;
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 11.25px;
    padding: 0.9375rem; }

.message-inbox .media {
  max-width: 65%; }

.message-inbox .owner {
  margin-left: 35%; }
  .message-inbox .owner .media-left {
    float: right;
    padding-right: 0;
    padding-left: 15px; }
  .message-inbox .owner .messager {
    text-align: right; }
  .message-inbox .owner .message-is {
    background-color: #eaf9fa;
    border-color: #eaf9fa; }

.message-edit,
.message-is {
  margin: 6px 0;
  margin: .5rem 0; }

.message-is {
  background-color: #E8EEF5;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #E8EEF5;
  padding: 12px;
  padding: 1rem;
  border-radius: 2px;
  position: relative; }
  .message-is p {
    font-size: 13px;
    line-height: 1.5; }

.message-meta {
  color: #939FAD;
  font-size: 12px; }

.ui-datepicker {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  font-family: inherit; }

.ui-datepicker .ui-widget,
.adminhero-datepicker .ui-widget {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: inherit;
  background: none;
  border: none;
  border-radius: 0; }

.ui-datepicker .ui-datepicker,
.adminhero-datepicker .ui-datepicker {
  padding: 0; }
  .ui-datepicker .ui-datepicker .ui-datepicker-title,
  .adminhero-datepicker .ui-datepicker .ui-datepicker-title {
    padding: 0 50px; }

.ui-datepicker .ui-datepicker-header,
.adminhero-datepicker .ui-datepicker-header {
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: .2em; }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-year,
  .adminhero-datepicker .ui-datepicker-header .ui-datepicker-year {
    margin: 0 .3em; }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
  .adminhero-datepicker .ui-datepicker-header .ui-datepicker-prev,
  .adminhero-datepicker .ui-datepicker-header .ui-datepicker-next {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    text-indent: -999pt;
    cursor: pointer; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next span,
    .adminhero-datepicker .ui-datepicker-header .ui-datepicker-prev span,
    .adminhero-datepicker .ui-datepicker-header .ui-datepicker-next span {
      font-family: "Ionicons"; }
      .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span:after,
      .ui-datepicker .ui-datepicker-header .ui-datepicker-next span:after,
      .adminhero-datepicker .ui-datepicker-header .ui-datepicker-prev span:after,
      .adminhero-datepicker .ui-datepicker-header .ui-datepicker-next span:after {
        content: "\f124";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        text-indent: 0; }
  .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
  .adminhero-datepicker .ui-datepicker-header .ui-datepicker-next {
    left: auto;
    right: 0; }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-next span:after,
    .adminhero-datepicker .ui-datepicker-header .ui-datepicker-next span:after {
      content: "\f125"; }

.ui-datepicker .ui-datepicker-calendar,
.adminhero-datepicker .ui-datepicker-calendar {
  width: 100%; }
  .ui-datepicker .ui-datepicker-calendar td a,
  .adminhero-datepicker .ui-datepicker-calendar td a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin: 2px;
    color: #939FAD;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .ui-datepicker .ui-datepicker-calendar td a.ui-state-highlight, .ui-datepicker .ui-datepicker-calendar td a:hover,
    .adminhero-datepicker .ui-datepicker-calendar td a.ui-state-highlight,
    .adminhero-datepicker .ui-datepicker-calendar td a:hover {
      color: #333;
      font-weight: 600; }
  .ui-datepicker .ui-datepicker-calendar th,
  .adminhero-datepicker .ui-datepicker-calendar th {
    font-size: 12px;
    font-weight: 500;
    height: 30px;
    color: #939FAD; }
  .ui-datepicker .ui-datepicker-calendar th,
  .ui-datepicker .ui-datepicker-calendar td,
  .adminhero-datepicker .ui-datepicker-calendar th,
  .adminhero-datepicker .ui-datepicker-calendar td {
    text-align: center; }

.switch {
  position: relative;
  height: 34px;
  line-height: 34px;
  display: inline-block; }
  .switch input {
    position: relative;
    width: 51px;
    height: 34px;
    z-index: 3;
    cursor: pointer;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 4s ease;
    transition: all 4s ease; }
    .switch input:checked + label {
      background-color: #00AA90;
      border-color: #00AA90; }
      .switch input:checked + label:before {
        background: #fff;
        margin-left: 27.2px; }
  .switch label {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 61.2px;
    border-radius: 34px;
    height: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #E8EEF5;
    border: 2px solid #E8EEF5;
    color: #E8EEF5;
    -webkit-transition: border-color 0.4s;
    transition: border-color 0.4s; }
    .switch label:before {
      content: '';
      display: block;
      position: absolute;
      z-index: 1;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #fff;
      -webkit-transition: margin 0.4s, background 0.4s;
      transition: margin 0.4s, background 0.4s; }

.switch-sm {
  position: relative;
  height: 28px;
  line-height: 28px;
  display: inline-block; }
  .switch-sm input {
    position: relative;
    width: 42px;
    height: 28px;
    z-index: 3;
    cursor: pointer;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 4s ease;
    transition: all 4s ease; }
    .switch-sm input:checked + label {
      background-color: #00AA90;
      border-color: #00AA90; }
      .switch-sm input:checked + label:before {
        background: #fff;
        margin-left: 22.4px; }
  .switch-sm label {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 50.4px;
    border-radius: 28px;
    height: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #E8EEF5;
    border: 2px solid #E8EEF5;
    color: #E8EEF5;
    -webkit-transition: border-color 0.4s;
    transition: border-color 0.4s; }
    .switch-sm label:before {
      content: '';
      display: block;
      position: absolute;
      z-index: 1;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: #fff;
      -webkit-transition: margin 0.4s, background 0.4s;
      transition: margin 0.4s, background 0.4s; }

.switch-xs {
  position: relative;
  height: 22px;
  line-height: 22px;
  display: inline-block; }
  .switch-xs input {
    position: relative;
    width: 33px;
    height: 22px;
    z-index: 3;
    cursor: pointer;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 4s ease;
    transition: all 4s ease; }
    .switch-xs input:checked + label {
      background-color: #00AA90;
      border-color: #00AA90; }
      .switch-xs input:checked + label:before {
        background: #fff;
        margin-left: 17.6px; }
  .switch-xs label {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 39.6px;
    border-radius: 22px;
    height: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #E8EEF5;
    border: 2px solid #E8EEF5;
    color: #E8EEF5;
    -webkit-transition: border-color 0.4s;
    transition: border-color 0.4s; }
    .switch-xs label:before {
      content: '';
      display: block;
      position: absolute;
      z-index: 1;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #fff;
      -webkit-transition: margin 0.4s, background 0.4s;
      transition: margin 0.4s, background 0.4s; }

.dot {
  position: absolute;
  z-index: 1;
  right: -2px;
  bottom: 0;
  width: 35%;
  height: 35%;
  max-width: 10px;
  max-height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #ccc;
  z-index: 9; }
  .dot.dot-online {
    background-color: #00AA90; }
  .dot.dot-offline {
    background-color: #939FAD; }
  .dot.dot-busy {
    background-color: #D74A41; }

.badge {
  width: 18px;
  height: 18px;
  display: inline-block;
  line-height: 18px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
  .badge.badge-primary {
    background-color: #4183D7; }
  .badge.badge-success {
    background-color: #00AA90; }
  .badge.badge-info {
    background-color: #41CED7; }
  .badge.badge-warning {
    background-color: #F4B350; }
  .badge.badge-danger {
    background-color: #D74A41; }
  .badge.status {
    position: relative;
    top: -10px;
    right: -2px;
    margin: 0 -8px; }

.legend ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px; }
  .legend ul li {
    margin-bottom: 10px; }
    .legend ul li span {
      width: 1em;
      height: 1em;
      border-radius: 2px;
      margin-right: .2em;
      margin-bottom: -2px;
      display: inline-block; }

.legend.legend-inline li {
  display: inline-block;
  margin-right: 1.2em; }

a.file-item.selected,
a.file-item:hover {
  border-color: #4183D7;
  background-color: #4183D7; }
  a.file-item.selected .file-body,
  a.file-item:hover .file-body {
    color: #fff; }

.file-item {
  background-color: #f2f5f5;
  border-radius: 2px;
  margin-bottom: 22.5px;
  margin-bottom: 1.875rem;
  border: 1px solid #f2f5f5;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1); }
  .file-item .file-object {
    padding: 22.5px;
    padding: 1.875rem;
    background-color: #fff; }
    .file-item .file-object iframe,
    .file-item .file-object img {
      margin: -22.5px;
      margin: -1.875rem;
      width: 100%;
      width: calc(100% + 3.75rem);
      height: auto;
      border-top-right-radius: 2px;
      border-top-left-radius: 2px; }
  .file-item .file-body {
    padding: 11.25px 22.5px;
    padding: 0.9375rem 1.875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.file-group {
  margin-left: -11.25px;
  margin-left: -0.9375rem;
  margin-right: -11.25px;
  margin-right: -0.9375rem; }
  .file-group:after {
    content: "";
    display: table;
    clear: both; }
  .file-group.grid-view .file-item {
    width: 18%;
    margin: 1%;
    float: left; }
    .file-group.grid-view .file-item .file-object {
      height: 120px;
      line-height: 120px;
      padding: 0;
      overflow: hidden; }
      .file-group.grid-view .file-item .file-object img,
      .file-group.grid-view .file-item .file-object iframe {
        margin: 0; }
      .file-group.grid-view .file-item .file-object iframe {
        width: 100%; }
  .file-group.list-view {
    margin: 0; }
    .file-group.list-view .file-item {
      display: block;
      margin-bottom: 2px; }
      .file-group.list-view .file-item:after {
        content: "";
        display: table;
        clear: both; }
      .file-group.list-view .file-item .file-object {
        width: 40px;
        height: 40px;
        line-height: 40px;
        float: left;
        padding: 0; }
        .file-group.list-view .file-item .file-object img {
          width: 38px;
          margin: 1px;
          top: -1px;
          position: relative; }
      .file-group.list-view .file-item .file-body {
        padding: 0 11.25px;
        padding: 0 0.9375rem;
        line-height: 40px;
        overflow: auto; }

.easypie {
  text-align: center;
  position: relative;
  height: 110px;
  width: 110px;
  line-height: 110px;
  font-size: 20px;
  font-weight: 300; }
  .easypie canvas {
    position: absolute;
    top: 0;
    left: 0; }

.tag-cloud > a {
  margin: .4em;
  font-size: 13px;
  padding: .3em 1em;
  background: #f2f5f5;
  border-radius: 20px;
  display: inline-block; }
  .tag-cloud > a:hover {
    color: #333;
    background: #E8EEF5; }

.scroll-board {
  padding: 22.5px;
  padding: 1.875rem; }

.scroll-wrapper {
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden; }
  .scroll-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 6px;
    background: rgba(22, 22, 22, 0.1); }
  .scroll-wrapper::-webkit-scrollbar-thumb {
    background: #939FAD;
    border-radius: 2px; }
  .scroll-wrapper::-webkit-scrollbar-corner {
    background-color: transparent; }
  .scroll-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  .scroll-wrapper .scroll-item {
    white-space: normal;
    width: 280px;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 20px;
    margin-right: 11.25px;
    margin-right: 0.9375rem; }
    .scroll-wrapper .scroll-item:last-child {
      margin-right: 0; }
  .scroll-wrapper.scroll-wrapper-horizontal {
    height: 280px;
    padding-right: 24px;
    padding-right: 2rem;
    overflow-y: scroll;
    overflow-x: hidden; }
    .scroll-wrapper.scroll-wrapper-horizontal::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 6px; }

.circle-box, .widget .w-user {
  position: relative;
  display: inline-block; }
  .circle-box img, .widget .w-user img,
  .circle-box .circle-object, .widget .w-user .circle-object {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    display: inline-block; }

.circle-box-lg img, .widget .w-user img,
.circle-box-lg .circle-object, .widget .w-user .circle-object {
  width: 64px;
  height: 64px;
  line-height: 64px; }

.circle-box-sm img,
.circle-box-sm .circle-object {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.page-header {
  margin: 0;
  padding: 22.5px;
  padding: 1.875rem;
  border-bottom: none;
  background: #fff; }
  .page-header:after {
    content: "";
    display: table;
    clear: both; }
  .page-header .page-header-title {
    margin: 0;
    padding: 0;
    font-weight: 300; }

.view-header {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  margin: 0 0 20px 0; }

.border-heading {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 0;
  padding: 1rem 0;
  margin-bottom: 0; }
  .border-heading + .border-heading {
    margin-top: 24px;
    margin-top: 2rem; }

.gridster > ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none; }

.widget {
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  margin-top: 22.5px;
  margin-top: 1.875rem;
  min-height: 140px; }
  .widget.widget-v {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .widget .w-section,
  .widget .w-center,
  .widget .w-bottom {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding: 11.25px;
    padding: 0.9375rem;
    position: relative; }
  .widget .w-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .widget .w-pin-top-right {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px; }
  .widget .w-pin-top-left {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px; }
  .widget .w-pin-top {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 15px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .widget .w-pin-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 15px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .widget .w-pin-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px; }
  .widget .w-pin-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px; }
  .widget .w-main {
    font-size: 24px;
    font-size: 2rem;
    font-weight: 300; }
  .widget .w-bottom {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
  .widget .w-user {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(0, #fff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #fff 0);
    width: 100%;
    text-align: center; }
    .widget .w-user img {
      border: 4px solid #fff; }

.toolbar {
  padding: 6px;
  padding: .5rem;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E8EEF5; }
  .toolbar .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0; }
    .toolbar .form-group + .form-group {
      margin-left: 11.25px;
      margin-left: 0.9375rem; }
  .toolbar .form-control, .toolbar .bootstrap-tagsinput {
    padding: 1.2px 8.399px;
    padding: 0.1rem 0.7rem; }
  .toolbar .form-control-search .form-control, .toolbar .form-control-search .bootstrap-tagsinput {
    padding-left: 2em;
    border: none; }

.profile-cover {
  position: relative;
  overflow: hidden;
  height: 160px; }
  @media (min-width: 768px) {
    .profile-cover {
      height: 260px; } }
  .profile-cover .profile-cover-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .profile-cover .page-header {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.8);
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #e8eef5), color-stop(40%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, #e8eef5 40%, rgba(255, 255, 255, 0));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.btn-facebook {
  background-color: #3b5998;
  color: #fff; }
  .btn-facebook:hover, .btn-facebook:active, .btn-facebook:active:focus, .btn-facebook.hover, .btn-facebook.active, .btn-facebook:focus {
    color: #fff;
    background: #344e86; }

.btn-twitter {
  background-color: #55acee;
  color: #fff; }
  .btn-twitter:hover, .btn-twitter:active, .btn-twitter:active:focus, .btn-twitter.hover, .btn-twitter.active, .btn-twitter:focus {
    color: #fff;
    background: #3ea1ec; }

.btn-google {
  background-color: #4285f4;
  color: #fff; }
  .btn-google:hover, .btn-google:active, .btn-google:active:focus, .btn-google.hover, .btn-google.active, .btn-google:focus {
    color: #fff;
    background: #2a75f3; }

.btn-google-plus {
  background-color: #dc4e41;
  color: #fff; }
  .btn-google-plus:hover, .btn-google-plus:active, .btn-google-plus:active:focus, .btn-google-plus.hover, .btn-google-plus.active, .btn-google-plus:focus {
    color: #fff;
    background: #d83a2b; }

.btn-dribbble {
  background-color: #ea4c89;
  color: #fff; }
  .btn-dribbble:hover, .btn-dribbble:active, .btn-dribbble:active:focus, .btn-dribbble.hover, .btn-dribbble.active, .btn-dribbble:focus {
    color: #fff;
    background: #e7357a; }

.btn-github {
  background-color: #333333;
  color: #fff; }
  .btn-github:hover, .btn-github:active, .btn-github:active:focus, .btn-github.hover, .btn-github.active, .btn-github:focus {
    color: #fff;
    background: #262626; }

.btn-instagram {
  background-color: #3f729b;
  color: #fff; }
  .btn-instagram:hover, .btn-instagram:active, .btn-instagram:active:focus, .btn-instagram.hover, .btn-instagram.active, .btn-instagram:focus {
    color: #fff;
    background: #386589; }

.btn-whatsapp {
  background-color: #43d854;
  color: #fff; }
  .btn-whatsapp:hover, .btn-whatsapp:active, .btn-whatsapp:active:focus, .btn-whatsapp.hover, .btn-whatsapp.active, .btn-whatsapp:focus {
    color: #fff;
    background: #2ed441; }

.btn-foursquare {
  background-color: #f94877;
  color: #fff; }
  .btn-foursquare:hover, .btn-foursquare:active, .btn-foursquare:active:focus, .btn-foursquare.hover, .btn-foursquare.active, .btn-foursquare:focus {
    color: #fff;
    background: #f82f65; }

.btn-pinterest {
  background-color: #bd081c;
  color: #fff; }
  .btn-pinterest:hover, .btn-pinterest:active, .btn-pinterest:active:focus, .btn-pinterest.hover, .btn-pinterest.active, .btn-pinterest:focus {
    color: #fff;
    background: #a50718; }

.btn-tumblr {
  background-color: #35465c;
  color: #fff; }
  .btn-tumblr:hover, .btn-tumblr:active, .btn-tumblr:active:focus, .btn-tumblr.hover, .btn-tumblr.active, .btn-tumblr:focus {
    color: #fff;
    background: #2c3a4c; }

.btn-reddit {
  background-color: #ff4500;
  color: #fff; }
  .btn-reddit:hover, .btn-reddit:active, .btn-reddit:active:focus, .btn-reddit.hover, .btn-reddit.active, .btn-reddit:focus {
    color: #fff;
    background: #e63e00; }

.btn-linkedin {
  background-color: #0077b5;
  color: #fff; }
  .btn-linkedin:hover, .btn-linkedin:active, .btn-linkedin:active:focus, .btn-linkedin.hover, .btn-linkedin.active, .btn-linkedin:focus {
    color: #fff;
    background: #00669c; }

.btn-skype {
  background-color: #00aff0;
  color: #fff; }
  .btn-skype:hover, .btn-skype:active, .btn-skype:active:focus, .btn-skype.hover, .btn-skype.active, .btn-skype:focus {
    color: #fff;
    background: #009cd7; }

.btn-youtube {
  background-color: #cd201f;
  color: #fff; }
  .btn-youtube:hover, .btn-youtube:active, .btn-youtube:active:focus, .btn-youtube.hover, .btn-youtube.active, .btn-youtube:focus {
    color: #fff;
    background: #b71d1c; }

.btn-twitch {
  background-color: #6441a5;
  color: #fff; }
  .btn-twitch:hover, .btn-twitch:active, .btn-twitch:active:focus, .btn-twitch.hover, .btn-twitch.active, .btn-twitch:focus {
    color: #fff;
    background: #593a93; }

.btn-spotify {
  background-color: #2ebd59;
  color: #fff; }
  .btn-spotify:hover, .btn-spotify:active, .btn-spotify:active:focus, .btn-spotify.hover, .btn-spotify.active, .btn-spotify:focus {
    color: #fff;
    background: #29a84f; }

.btn-behance {
  background-color: #1769ff;
  color: #fff; }
  .btn-behance:hover, .btn-behance:active, .btn-behance:active:focus, .btn-behance.hover, .btn-behance.active, .btn-behance:focus {
    color: #fff;
    background: #0059fd; }

.broadcard {
  text-align: center;
  padding: 5px 10px;
  position: relative;
  border-radius: 2px; }
  @media (max-width: 991px) {
    .broadcard {
      margin-bottom: 1.875rem; } }
  .broadcard .broadcard-info {
    margin: 3.599px 0 12px 0;
    margin: .3rem 0 1rem 0;
    font-size: 10.8px;
    font-size: .9rem; }
  .broadcard.active {
    background: #eee; }
    .broadcard.active .broadcard-info {
      color: #010101; }

a.broadcard {
  display: block; }
  a.broadcard:hover .broadcard-info {
    color: #4183D7; }

.broadcard-summary {
  text-align: left;
  padding: 12px;
  padding: 1rem;
  background: #f8f8f8; }

.row.broadcard-reduce {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .row.broadcard-reduce [class^='col-'] {
    padding: 0; }
    .row.broadcard-reduce [class^='col-'] + [class^='col-'] {
      border-left: 1px solid #eee; }

.main-wrapper {
  position: relative;
  margin-left: 240px;
  background: #fff;
  min-height: 100vh;
  z-index: 2;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .main-wrapper.max-lg {
    max-width: 1470px; }
  @media screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .main-wrapper {
      min-height: 800px; } }
  .layout-drawer .main-wrapper {
    margin-left: 0; }

.mainmenu-block {
  width: 240px;
  height: 100%;
  color: #f1f1f1;
  padding-bottom: 100px;
  position: fixed;
  z-index: 1;
  overflow: auto;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  -webkit-overflow-scrolling: touch; }
  .layout-drawer .mainmenu-block {
    z-index: 99;
    -webkit-transform: translateX(-240px);
        -ms-transform: translateX(-240px);
            transform: translateX(-240px); }

.view-wrapper {
  position: relative;
  min-height: 100vh;
  z-index: 3;
  padding-top: 60px;
  background-color: #f7f7f7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .view-wrapper {
      min-height: 800px; } }

.topbar-wrapper {
  height: 60px;
  border-bottom: 1px solid #eee;
  position: fixed;
  z-index: 9999;
  background: #fff;
  top: 0;
  left: 240px;
  width: calc(100% - 240px);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .topbar-wrapper:after {
    content: "";
    display: table;
    clear: both; }
  body.scrolling .topbar-wrapper {
    -webkit-box-shadow: 8px 4px 19px rgba(0, 0, 0, 0.1);
            box-shadow: 8px 4px 19px rgba(0, 0, 0, 0.1); }
  .minibar .topbar-wrapper {
    left: 60px;
    width: calc(100% - 60px); }
  .layout-drawer .topbar-wrapper {
    left: 0;
    width: 100%; }

.dropdown-menu-side.dropdown-menu {
  position: fixed;
  padding: 0;
  padding-bottom: 60px;
  top: 60px;
  right: 0;
  left: auto;
  z-index: 3;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: -3px 6px 10px rgba(0, 0, 0, 0.1);
          box-shadow: -3px 6px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 992px) {
    .dropdown-menu-side.dropdown-menu {
      width: 300px;
      display: block;
      -webkit-transform: translateX(100%) translateZ(0);
              transform: translateX(100%) translateZ(0); } }

.dropdown.open .dropdown-menu-side.dropdown-menu {
  -webkit-transform: translateX(0) translateZ(0);
          transform: translateX(0) translateZ(0); }

.drawer-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  background-color: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.minibar.layout-drawer .mainmenu-block {
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.68);
          box-shadow: 0 20px 20px rgba(0, 0, 0, 0.68);
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

@media (min-width: 992px) {
  .minibar:not(.layout-drawer) .main-wrapper {
    margin-left: 60px; }
  .minibar:not(.layout-drawer) .mainmenu-block {
    width: 60px; }
    .minibar:not(.layout-drawer) .mainmenu-block .header,
    .minibar:not(.layout-drawer) .mainmenu-block .menu-block-label,
    .minibar:not(.layout-drawer) .mainmenu-block .menu-block-has-sub a:after,
    .minibar:not(.layout-drawer) .mainmenu-block .badge {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      visibility: hidden;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .minibar:not(.layout-drawer) .mainmenu-block:hover {
    width: 240px; }
    .minibar:not(.layout-drawer) .mainmenu-block:hover .header,
    .minibar:not(.layout-drawer) .mainmenu-block:hover .menu-block-label,
    .minibar:not(.layout-drawer) .mainmenu-block:hover .menu-block-has-sub a:after,
    .minibar:not(.layout-drawer) .mainmenu-block:hover .badge,
    .minibar:not(.layout-drawer) .mainmenu-block:hover .header {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      visibility: visible;
      hero_transition-delay: .1s; }
    .minibar:not(.layout-drawer) .mainmenu-block:hover ~ .main-wrapper {
      margin-left: 240px; }
      .minibar:not(.layout-drawer) .mainmenu-block:hover ~ .main-wrapper .topbar-wrapper {
        left: 240px; } }

@media (max-width: 991px) {
  .main-wrapper {
    margin-left: 0; }
  .topbar-wrapper {
    left: 0;
    width: 100%; }
    .topbar-wrapper .topbar-wrapper-nav > li {
      position: static; }
    .topbar-wrapper .navbar-nav .open .dropdown-menu:not(.dropdown-menu-side) {
      width: 100%;
      position: absolute; }
  .minibar:not(.layout-drawer) {
    overflow-x: hidden !important;
    position: fixed;
    width: 100%; }
    .minibar:not(.layout-drawer) .layout-sidebar {
      display: none; }
    .minibar:not(.layout-drawer) .topbar-wrapper {
      margin-left: 180px; }
    .minibar:not(.layout-drawer) .main-wrapper {
      margin-left: 240px; } }

.sidebar-togger {
  position: absolute;
  z-index: 9;
  right: -10px;
  top: 200px;
  height: 100px;
  line-height: 100px;
  padding: 0 5px;
  background-color: #ccc;
  color: #212121;
  display: none;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }
  .sidebar-togger i {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

@media (max-width: 767px) {
  .sidebar-togger {
    display: block; }
  .layout-sidebar {
    position: fixed;
    top: 60px;
    z-index: 3;
    left: -250px;
    width: 250px;
    height: 100%;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .layout-sidebar.active {
      left: 0;
      -webkit-overflow-scrolling: touch; }
      .layout-sidebar.active .sidebar-togger {
        right: 0; } }

.menu-block {
  font-size: 12px;
  font-weight: 400;
  position: fixed;
  padding-bottom: 150px;
  height: 100%;
  width: 240px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .menu-block .nav > li > a:hover, .menu-block .nav > li > a:focus,
  .menu-block .grid-link:hover,
  .menu-block .grid-link:focus {
    color: inherit;
    background: rgba(222, 222, 222, 0.05); }
  .menu-block .nav > li > a {
    color: #e7f1fc;
    position: relative;
    padding: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .menu-block .menu-block-has-sub > a.active:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg); }
  .menu-block .menu-block-has-sub > a:after {
    content: "\f3d3";
    font-family: "Ionicons";
    position: absolute;
    font-size: 17px;
    right: 30px;
    top: 50%;
    opacity: .4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .menu-block .header {
    padding: 15px 20px 10px 20px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px; }
    .menu-block .header ~ .header {
      margin-top: 15px; }
  .menu-block .menu-block-sub {
    background: rgba(222, 222, 222, 0.05);
    padding-left: 60px;
    display: none;
    position: relative; }
    .menu-block .menu-block-sub.active {
      display: block; }
    .menu-block .menu-block-sub .menu-block-sub {
      background: none;
      padding-left: 15px; }
    .menu-block .menu-block-sub li {
      position: relative; }
      .menu-block .menu-block-sub li:before, .menu-block .menu-block-sub li:after {
        content: '';
        width: 8px;
        height: 8px;
        background: #fff;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 16px;
        left: -34px;
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .menu-block .menu-block-sub li:before {
        top: 20px;
        left: -30px;
        width: 0;
        height: 0;
        background: #fff; }
      .menu-block .menu-block-sub li.active:before, .menu-block .menu-block-sub li:hover:before {
        top: 16px;
        left: -34px;
        width: 8px;
        height: 8px; }
      .menu-block .menu-block-sub li a {
        padding: 10px 15px; }
      .menu-block .menu-block-sub li a:focus,
      .menu-block .menu-block-sub li a:hover,
      .menu-block .menu-block-sub li a:active,
      .menu-block .menu-block-sub li a.active {
        background: none; }
  .menu-block .badge,
  .menu-block .label {
    margin: 0 5px; }
  .menu-block .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block; }
  .menu-block .menu-block-label {
    padding: 0 15px;
    display: inline-block;
    height: 58px;
    line-height: 58px; }

.mainmenu-user-profile {
  background-color: rgba(22, 22, 22, 0.1);
  padding: 4px; }
  .mainmenu-user-profile .circle-box, .mainmenu-user-profile .widget .w-user, .widget .mainmenu-user-profile .w-user {
    float: left;
    margin: 10px 15px 0 8px; }
  .mainmenu-user-profile .menu-block-label {
    line-height: 1.5;
    padding: 10px; }

@media (min-width: 996px) {
  .topbar-wrapper .topbar-wrapper-mobile-nav {
    float: left; } }

.topbar-wrapper .topbar-wrapper-logo {
  font-weight: 800;
  line-height: 60px;
  height: 60px;
  display: inline-block; }
  .topbar-wrapper .topbar-wrapper-logo:hover {
    background-color: transparent; }
  @media (max-width: 996px) {
    .topbar-wrapper .topbar-wrapper-logo {
      text-align: center;
      display: block;
      position: relative;
      z-index: 1; } }

@media (min-width: 996px) {
  .topbar-wrapper .close-mobile-nav {
    display: none; } }

@media (min-width: 996px) {
  .topbar-wrapper .topbar-wrapper-nav {
    float: right; } }

@media (max-width: 996px) {
  .topbar-wrapper .topbar-wrapper-nav {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 60px;
    left: 0;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
    display: none; }
    .topbar-wrapper .topbar-wrapper-nav.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .topbar-wrapper .topbar-wrapper-nav.active > li {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }

.topbar-wrapper .nav-item.open {
  background-color: #f2f5f5; }
  .topbar-wrapper .nav-item.open > a {
    color: #000; }

.topbar-wrapper .nav-link {
  text-align: center;
  line-height: 60px;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0; }
  .topbar-wrapper .nav-link:hover {
    color: #000; }
  @media (min-width: 996px) {
    .topbar-wrapper .nav-link {
      padding-left: 20px;
      padding-right: 20px; } }

.topbar-wrapper .topbar-wrapper-search {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
  border-bottom: 1px solid #eee;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .topbar-wrapper .topbar-wrapper-search input {
    -webkit-box-shadow: none;
            box-shadow: none;
    font-weight: 400;
    border: none;
    border-radius: 0;
    margin: 0;
    height: 60px;
    padding: 0 80px 0 20px;
    background-color: #fff; }
  .topbar-wrapper .topbar-wrapper-search .topbar-togger {
    position: absolute;
    top: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none; }
  .topbar-wrapper .topbar-wrapper-search .topbar-togger-search {
    position: absolute;
    top: 0;
    right: 0; }
  .topbar-wrapper .topbar-wrapper-search.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible; }

.topbar-togger {
  float: left;
  line-height: 60px;
  height: 60px;
  width: 60px;
  text-align: center;
  position: relative;
  z-index: 2; }

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

.layout-content,
.layout-sidebar {
  float: left;
  min-height: 1px;
  background: #fff; }
  @media (min-width: 768px) {
    .layout-content,
    .layout-sidebar {
      min-height: 100vh; } }

.layout-content {
  position: relative;
  width: 100%;
  z-index: 1; }

.fixed-sidebar {
  position: fixed;
  width: inherit;
  background: #fff;
  height: 100%;
  padding-bottom: 60px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1); }

@media (min-width: 768px) {
  .layout-content {
    width: calc(100% - 250px); }
  .layout-sidebar {
    width: 250px; } }

.login .login-form {
  width: 90%;
  max-width: 450px;
  margin: 10% auto 0;
  background-color: #fff;
  padding: 24px;
  padding: 2rem;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }

.login.login-transparent .login-form {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff; }
  .login.login-transparent .login-form .form-control, .login.login-transparent .login-form .bootstrap-tagsinput {
    color: #fff;
    border-color: rgba(204, 204, 204, 0.6); }
    .login.login-transparent .login-form .form-control::-moz-placeholder, .login.login-transparent .login-form .bootstrap-tagsinput::-moz-placeholder {
      color: inherit;
      font-weight: 300;
      font-size: 12px;
      font-size: 1rem; }
    .login.login-transparent .login-form .form-control:-ms-input-placeholder, .login.login-transparent .login-form .bootstrap-tagsinput:-ms-input-placeholder {
      color: inherit;
      font-weight: 300;
      font-size: 12px;
      font-size: 1rem; }
    .login.login-transparent .login-form .form-control::-webkit-input-placeholder, .login.login-transparent .login-form .bootstrap-tagsinput::-webkit-input-placeholder {
      color: inherit;
      font-weight: 300;
      font-size: 12px;
      font-size: 1rem; }
    .login.login-transparent .login-form .form-control:placeholder-shown, .login.login-transparent .login-form .bootstrap-tagsinput:placeholder-shown {
      color: inherit;
      font-weight: 300;
      font-size: 12px;
      font-size: 1rem; }

.orchid {
  background: #F67E7D;
  background: -webkit-gradient(linear, left bottom, left top, from(#F67E7D), to(#843B62));
  background: linear-gradient(to top, #F67E7D, #843B62); }
  .orchid .mainmenu-block {
    background: #F67E7D;
    background: -webkit-gradient(linear, left bottom, left top, from(#F67E7D), to(#843B62));
    background: linear-gradient(to top, #F67E7D, #843B62); }
    .orchid .mainmenu-block .dot {
      border-color: #843B62; }

.cadetblue {
  background: #457fca;
  background: -webkit-gradient(linear, left bottom, left top, from(#457fca), to(#5691c8));
  background: linear-gradient(to top, #457fca, #5691c8); }
  .cadetblue .mainmenu-block {
    background: #457fca;
    background: -webkit-gradient(linear, left bottom, left top, from(#457fca), to(#5691c8));
    background: linear-gradient(to top, #457fca, #5691c8); }
    .cadetblue .mainmenu-block .dot {
      border-color: #5691c8; }

.joomla {
  background: #1e3c72;
  background: -webkit-gradient(linear, left bottom, left top, from(#1e3c72), to(#2a5298));
  background: linear-gradient(to top, #1e3c72, #2a5298); }
  .joomla .mainmenu-block {
    background: #1e3c72;
    background: -webkit-gradient(linear, left bottom, left top, from(#1e3c72), to(#2a5298));
    background: linear-gradient(to top, #1e3c72, #2a5298); }
    .joomla .mainmenu-block .dot {
      border-color: #2a5298; }

.influenza {
  background: #C04848;
  background: -webkit-gradient(linear, left bottom, left top, from(#C04848), to(#480048));
  background: linear-gradient(to top, #C04848, #480048); }
  .influenza .mainmenu-block {
    background: #C04848;
    background: -webkit-gradient(linear, left bottom, left top, from(#C04848), to(#480048));
    background: linear-gradient(to top, #C04848, #480048); }
    .influenza .mainmenu-block .dot {
      border-color: #480048; }

.moss {
  background: #134E5E;
  background: -webkit-gradient(linear, left top, left bottom, from(#134E5E), to(#71B280));
  background: linear-gradient(to bottom, #134E5E, #71B280); }
  .moss .mainmenu-block {
    background: #134E5E;
    background: -webkit-gradient(linear, left top, left bottom, from(#134E5E), to(#71B280));
    background: linear-gradient(to bottom, #134E5E, #71B280); }
    .moss .mainmenu-block .dot {
      border-color: #71B280; }

.mirage {
  background: #16222A;
  background: -webkit-gradient(linear, left top, left bottom, from(#16222A), to(#3A6073));
  background: linear-gradient(to bottom, #16222A, #3A6073); }
  .mirage .mainmenu-block {
    background: #16222A;
    background: -webkit-gradient(linear, left top, left bottom, from(#16222A), to(#3A6073));
    background: linear-gradient(to bottom, #16222A, #3A6073); }
    .mirage .mainmenu-block .dot {
      border-color: #3A6073; }

.stellar {
  background: #7474BF;
  background: -webkit-gradient(linear, left top, left bottom, from(#7474BF), to(#348AC7));
  background: linear-gradient(to bottom, #7474BF, #348AC7); }
  .stellar .mainmenu-block {
    background: #7474BF;
    background: -webkit-gradient(linear, left top, left bottom, from(#7474BF), to(#348AC7));
    background: linear-gradient(to bottom, #7474BF, #348AC7); }
    .stellar .mainmenu-block .dot {
      border-color: #348AC7; }

.servquick {
  background: #37474F;
  background: -webkit-gradient(linear, left bottom, left top, from(#37474F), to(#546E7A));
  background: linear-gradient(to top, #37474F, #546E7A); }
  .servquick .mainmenu-block {
    background: #37474F;
    background: -webkit-gradient(linear, left bottom, left top, from(#37474F), to(#546E7A));
    background: linear-gradient(to top, #37474F, #546E7A); }
    .servquick .mainmenu-block .dot {
      border-color: #546E7A; }

.f-dark {
  background: #34495E; }
  .f-dark .mainmenu-block {
    background: #34495E; }
  .f-dark .mainmenu-block .dot {
    border-color: #34495E; }

.f-dark-blue {
  background: #304F7F; }
  .f-dark-blue .mainmenu-block {
    background: #304F7F; }
  .f-dark-blue .mainmenu-block .dot {
    border-color: #304F7F; }

.f-blue {
  background: #366EAA; }
  .f-blue .mainmenu-block {
    background: #366EAA; }
  .f-blue .mainmenu-block .dot {
    border-color: #366EAA; }

.f-green {
  background: #288578; }
  .f-green .mainmenu-block {
    background: #288578; }
  .f-green .mainmenu-block .dot {
    border-color: #288578; }

.f-deep-taupe {
  background: #5b5e84; }
  .f-deep-taupe .mainmenu-block {
    background: #5b5e84; }
  .f-deep-taupe .mainmenu-block .dot {
    border-color: #5b5e84; }

.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    min-height: 20px; }
    .checkbox label:before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      top: 2px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #C8CFD4;
      border-radius: 2px;
      background-color: #fff; }
    .checkbox label:after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 2px;
      margin-left: -20px;
      padding-left: 4px;
      padding-top: 0;
      font-size: 11px;
      text-align: left;
      color: #333; }
  .checkbox input[type="checkbox"],
  .checkbox input[type="radio"] {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 1;
    cursor: pointer; }
    .checkbox input[type="checkbox"]:focus + label:before,
    .checkbox input[type="radio"]:focus + label:before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label:after,
    .checkbox input[type="radio"]:checked + label:after {
      font-family: "Ionicons";
      content: ""; }
    .checkbox input[type="checkbox"]:disabled + label,
    .checkbox input[type="radio"]:disabled + label {
      opacity: 0.65;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; }
      .checkbox input[type="checkbox"]:disabled + label:before,
      .checkbox input[type="radio"]:disabled + label:before {
        background-color: #f2f5f5;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label:before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label:before,
.checkbox-primary input[type="radio"]:checked + label:before {
  background-color: #4183D7;
  border-color: #4183D7; }

.checkbox-primary input[type="checkbox"]:checked + label:after,
.checkbox-primary input[type="radio"]:checked + label:after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label:before,
.checkbox-success input[type="radio"]:checked + label:before {
  background-color: #00AA90;
  border-color: #00AA90; }

.checkbox-success input[type="checkbox"]:checked + label:after,
.checkbox-success input[type="radio"]:checked + label:after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label:before,
.checkbox-info input[type="radio"]:checked + label:before {
  background-color: #41CED7;
  border-color: #41CED7; }

.checkbox-info input[type="checkbox"]:checked + label:after,
.checkbox-info input[type="radio"]:checked + label:after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label:before,
.checkbox-warning input[type="radio"]:checked + label:before {
  background-color: #F4B350;
  border-color: #F4B350; }

.checkbox-warning input[type="checkbox"]:checked + label:after,
.checkbox-warning input[type="radio"]:checked + label:after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label:before,
.checkbox-danger input[type="radio"]:checked + label:before {
  background-color: #D74A41;
  border-color: #D74A41; }

.checkbox-danger input[type="checkbox"]:checked + label:after,
.checkbox-danger input[type="radio"]:checked + label:after {
  color: #fff; }

.checkbox-inverse input[type="checkbox"]:checked + label:before,
.checkbox-inverse input[type="radio"]:checked + label:before {
  background-color: #939FAD;
  border-color: #939FAD; }

.checkbox-inverse input[type="checkbox"]:checked + label:after,
.checkbox-inverse input[type="radio"]:checked + label:after {
  color: #fff; }

.checkbox-purple input[type="checkbox"]:checked + label:before,
.checkbox-purple input[type="radio"]:checked + label:before {
  background-color: #9B59B6;
  border-color: #9B59B6; }

.checkbox-purple input[type="checkbox"]:checked + label:after,
.checkbox-purple input[type="radio"]:checked + label:after {
  color: #fff; }

.checkbox-aqua input[type="checkbox"]:checked + label:before,
.checkbox-aqua input[type="radio"]:checked + label:before {
  background-color: #66BAB7;
  border-color: #66BAB7; }

.checkbox-aqua input[type="checkbox"]:checked + label:after,
.checkbox-aqua input[type="radio"]:checked + label:after {
  color: #fff; }

.checkbox-coral input[type="checkbox"]:checked + label:before,
.checkbox-coral input[type="radio"]:checked + label:before {
  background-color: #FF926B;
  border-color: #FF926B; }

.checkbox-coral input[type="checkbox"]:checked + label:after,
.checkbox-coral input[type="radio"]:checked + label:after {
  color: #fff; }

.checkbox-brown input[type="checkbox"]:checked + label:before,
.checkbox-brown input[type="radio"]:checked + label:before {
  background-color: #CE9C7B;
  border-color: #CE9C7B; }

.checkbox-brown input[type="checkbox"]:checked + label:after,
.checkbox-brown input[type="radio"]:checked + label:after {
  color: #fff; }

.checkbox-pink input[type="checkbox"]:checked + label:before,
.checkbox-pink input[type="radio"]:checked + label:before {
  background-color: #EA4C88;
  border-color: #EA4C88; }

.checkbox-pink input[type="checkbox"]:checked + label:after,
.checkbox-pink input[type="radio"]:checked + label:after {
  color: #fff; }

.checkbox-red input[type="checkbox"]:checked + label:before,
.checkbox-red input[type="radio"]:checked + label:before {
  background-color: #B71C0C;
  border-color: #B71C0C; }

.checkbox-red input[type="checkbox"]:checked + label:after,
.checkbox-red input[type="radio"]:checked + label:after {
  color: #fff; }

.checkbox-midnightblue input[type="checkbox"]:checked + label:before,
.checkbox-midnightblue input[type="radio"]:checked + label:before {
  background-color: #252D47;
  border-color: #252D47; }

.checkbox-midnightblue input[type="checkbox"]:checked + label:after,
.checkbox-midnightblue input[type="radio"]:checked + label:after {
  color: #fff; }

.checkbox-dark input[type="checkbox"]:checked + label:before,
.checkbox-dark input[type="radio"]:checked + label:before {
  background-color: #303030;
  border-color: #303030; }

.checkbox-dark input[type="checkbox"]:checked + label:after,
.checkbox-dark input[type="radio"]:checked + label:after {
  color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    min-height: 20px; }
    .radio label:before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 3px;
      margin-left: -20px;
      border: 1px solid #C8CFD4;
      border-radius: 50%;
      background-color: #fff; }
    .radio label:after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 10px;
      height: 10px;
      left: 3px;
      top: 6px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #212121;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      -webkit-transition: all 0.1s cubic-bezier(0.22, 0.61, 0.36, 1);
      transition: all 0.1s cubic-bezier(0.22, 0.61, 0.36, 1); }
  .radio input[type="radio"] {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer; }
    .radio input[type="radio"]:focus + label:before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label:after {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; }
      .radio input[type="radio"]:disabled + label:before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label:after {
  background-color: #4183D7; }

.radio-primary input[type="radio"]:checked + label:before {
  border-color: #4183D7; }

.radio-primary input[type="radio"]:checked + label:after {
  background-color: #4183D7; }

.radio-success input[type="radio"] + label:after {
  background-color: #00AA90; }

.radio-success input[type="radio"]:checked + label:before {
  border-color: #00AA90; }

.radio-success input[type="radio"]:checked + label:after {
  background-color: #00AA90; }

.radio-info input[type="radio"] + label:after {
  background-color: #41CED7; }

.radio-info input[type="radio"]:checked + label:before {
  border-color: #41CED7; }

.radio-info input[type="radio"]:checked + label:after {
  background-color: #41CED7; }

.radio-warning input[type="radio"] + label:after {
  background-color: #F4B350; }

.radio-warning input[type="radio"]:checked + label:before {
  border-color: #F4B350; }

.radio-warning input[type="radio"]:checked + label:after {
  background-color: #F4B350; }

.radio-danger input[type="radio"] + label:after {
  background-color: #D74A41; }

.radio-danger input[type="radio"]:checked + label:before {
  border-color: #D74A41; }

.radio-danger input[type="radio"]:checked + label:after {
  background-color: #D74A41; }

.radio-inverse input[type="radio"] + label:after {
  background-color: #939FAD; }

.radio-inverse input[type="radio"]:checked + label:before {
  border-color: #939FAD; }

.radio-inverse input[type="radio"]:checked + label:after {
  background-color: #939FAD; }

.radio-purple input[type="radio"] + label:after {
  background-color: #9B59B6; }

.radio-purple input[type="radio"]:checked + label:before {
  border-color: #9B59B6; }

.radio-purple input[type="radio"]:checked + label:after {
  background-color: #9B59B6; }

.radio-aqua input[type="radio"] + label:after {
  background-color: #66BAB7; }

.radio-aqua input[type="radio"]:checked + label:before {
  border-color: #66BAB7; }

.radio-aqua input[type="radio"]:checked + label:after {
  background-color: #66BAB7; }

.radio-coral input[type="radio"] + label:after {
  background-color: #FF926B; }

.radio-coral input[type="radio"]:checked + label:before {
  border-color: #FF926B; }

.radio-coral input[type="radio"]:checked + label:after {
  background-color: #FF926B; }

.radio-brown input[type="radio"] + label:after {
  background-color: #CE9C7B; }

.radio-brown input[type="radio"]:checked + label:before {
  border-color: #CE9C7B; }

.radio-brown input[type="radio"]:checked + label:after {
  background-color: #CE9C7B; }

.radio-pink input[type="radio"] + label:after {
  background-color: #EA4C88; }

.radio-pink input[type="radio"]:checked + label:before {
  border-color: #EA4C88; }

.radio-pink input[type="radio"]:checked + label:after {
  background-color: #EA4C88; }

.radio-red input[type="radio"] + label:after {
  background-color: #B71C0C; }

.radio-red input[type="radio"]:checked + label:before {
  border-color: #B71C0C; }

.radio-red input[type="radio"]:checked + label:after {
  background-color: #B71C0C; }

.radio-midnightblue input[type="radio"] + label:after {
  background-color: #252D47; }

.radio-midnightblue input[type="radio"]:checked + label:before {
  border-color: #252D47; }

.radio-midnightblue input[type="radio"]:checked + label:after {
  background-color: #252D47; }

.radio-dark input[type="radio"] + label:after {
  background-color: #303030; }

.radio-dark input[type="radio"]:checked + label:before {
  border-color: #303030; }

.radio-dark input[type="radio"]:checked + label:after {
  background-color: #303030; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }

input[type="checkbox"] .styled:checked + label:before,
input[type="radio"] .styled:checked + label:before {
  color: #fff; }

input[type="checkbox"] .styled:checked + label:after,
input[type="radio"] .styled:checked + label:after {
  color: #fff; }

body .notifyjs-bootstrap-primary {
  background: #4183D7;
  text-shadow: none;
  border: none;
  border-radius: 2px;
  padding: 11.25px 22.5px;
  padding: 0.9375rem 1.875rem;
  padding-left: 56.25px;
  padding-left: 4.6875rem;
  color: #fff;
  font-weight: 300;
  position: relative; }
  body .notifyjs-bootstrap-primary:before {
    content: "";
    position: absolute;
    left: 22.5px;
    left: 1.875rem;
    top: 13.235px;
    top: 1.10294rem;
    color: #fff;
    font-size: 12px;
    font-family: "Ionicons"; }

body .notifyjs-bootstrap-danger {
  background: #D74A41;
  text-shadow: none;
  border: none;
  border-radius: 2px;
  padding: 11.25px 22.5px;
  padding: 0.9375rem 1.875rem;
  padding-left: 56.25px;
  padding-left: 4.6875rem;
  color: #fff;
  font-weight: 300;
  position: relative; }
  body .notifyjs-bootstrap-danger:before {
    content: "";
    position: absolute;
    left: 22.5px;
    left: 1.875rem;
    top: 13.235px;
    top: 1.10294rem;
    color: #fff;
    font-size: 12px;
    font-family: "Ionicons"; }

body .notifyjs-bootstrap-success {
  background: #00AA90;
  text-shadow: none;
  border: none;
  border-radius: 2px;
  padding: 11.25px 22.5px;
  padding: 0.9375rem 1.875rem;
  padding-left: 56.25px;
  padding-left: 4.6875rem;
  color: #fff;
  font-weight: 300;
  position: relative; }
  body .notifyjs-bootstrap-success:before {
    content: "";
    position: absolute;
    left: 22.5px;
    left: 1.875rem;
    top: 13.235px;
    top: 1.10294rem;
    color: #fff;
    font-size: 12px;
    font-family: "Ionicons"; }

body .notifyjs-bootstrap-info {
  background: #41CED7;
  text-shadow: none;
  border: none;
  border-radius: 2px;
  padding: 11.25px 22.5px;
  padding: 0.9375rem 1.875rem;
  padding-left: 56.25px;
  padding-left: 4.6875rem;
  color: #fff;
  font-weight: 300;
  position: relative; }
  body .notifyjs-bootstrap-info:before {
    content: "";
    position: absolute;
    left: 22.5px;
    left: 1.875rem;
    top: 13.235px;
    top: 1.10294rem;
    color: #fff;
    font-size: 12px;
    font-family: "Ionicons"; }

body .notifyjs-bootstrap-warning {
  background: #F4B350;
  text-shadow: none;
  border: none;
  border-radius: 2px;
  padding: 11.25px 22.5px;
  padding: 0.9375rem 1.875rem;
  padding-left: 56.25px;
  padding-left: 4.6875rem;
  color: #fff;
  font-weight: 300;
  position: relative; }
  body .notifyjs-bootstrap-warning:before {
    content: "";
    position: absolute;
    left: 22.5px;
    left: 1.875rem;
    top: 13.235px;
    top: 1.10294rem;
    color: #fff;
    font-size: 12px;
    font-family: "Ionicons"; }

.sss {
  overflow: hidden;
  position: relative; }
  .sss .ssslide {
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden; }

.sssnext,
.sssprev {
  position: absolute;
  right: 20px;
  z-index: 1;
  width: 20px;
  height: 20px;
  bottom: 20px;
  color: rgba(248, 248, 248, 0.7);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-family: "Ionicons"; }
  .sssnext:after,
  .sssprev:after {
    content: '\f125';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.sssnext {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.sssprev {
  right: 40px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }
  .sssprev:after {
    content: '\f124'; }

.ui-sortable-handle {
  cursor: move; }

.bootstrap-tagsinput {
  padding: 8px 16px; }
  .bootstrap-tagsinput input {
    background: transparent;
    border: none; }
    .bootstrap-tagsinput input:hover, .bootstrap-tagsinput input:focus {
      outline: none; }

.note-editor.note-frame {
  border-color: #E8EEF5;
  margin-top: 0; }

.btn.bootstrap-touchspin-down,
.btn.bootstrap-touchspin-up {
  font-family: monospace;
  font-weight: 800; }

.c-upload input {
  display: none; }

.c-upload > label {
  position: relative;
  border: none;
  padding: 0;
  margin-bottom: 6px;
  margin-bottom: .5rem; }

.c-upload__content {
  margin-bottom: 0 !important;
  border: 1px dashed #ccc !important;
  height: 111px !important;
  cursor: pointer; }
  .c-upload__content:hover {
    border-color: #00aa90 !important; }
    .c-upload__content:hover > span {
      color: #00aa90; }
  .c-upload__content > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center; }

.image-checkbox {
  display: block;
  width: 100%; }

.image-checkbox_upload {
  position: relative;
  border: 1px dashed #ccc;
  width: 100%;
  height: 108px; }
  .image-checkbox_upload .image-checkbox__caption {
    margin: 0;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .image-checkbox_upload:hover {
    border-color: #00aa90; }
    .image-checkbox_upload:hover .image-checkbox__caption {
      color: #00aa90; }

.image-checkbox__img {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin: 0 auto;
  width: 100%;
  height: auto;}

.image-checkbox__input {
  display: none; }
  .image-checkbox__input:checked + .image-checkbox__img {
    outline: 4px solid #00aa90; }

.image-checkbox__caption {
  display: block;
  margin-top: 6px;
  margin-bottom: 0;
  text-align: right; }

.page-header {
  position: fixed;
  top: 60px;
  left: 240px;
  right: 0;
  z-index: 999;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: calc(100% - 240px);
  background-color: #fff; }

.topbar-wrapper {
  padding-left: 22.5px;
  padding-left: 1.875rem; }

body.scrolling .topbar-wrapper {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

body.scrolling .page-header {
  -webkit-box-shadow: 8px 4px 19px rgba(0, 0, 0, 0.1);
          box-shadow: 8px 4px 19px rgba(0, 0, 0, 0.1); }

.minibar .topbar-wrapper {
  left: 240px;
  width: calc(100% - 240px); }

.view-wrapper {
  padding-top: 182px; }

.img-location {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px; }

.project-link {
  display: block;
  position: relative; }
  .project-link:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .project-link:hover:after {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  .project-link:hover .project-link__button {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.project-link__button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
      -ms-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  z-index: 50;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.project-link__content {
  display: none; }

.project-link__checkbox {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100; }

.project-link__delete {
  position: absolute;
  top: 20px;
   right: 20px;
   z-index: 100; }

.modal-open {
  padding-right: 0 !important; }

.modal-backdrop.in {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -5px; }

.form-flex__elem {
  padding: 0 5px; }

.form-flex__elem_1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.form-flex__elem_2 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2; }

.form-flex__elem_3 {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  width: 100%; }

.switch-wrapper_p-t {
  padding-top: 4px; }

.form-control-static {
  font-style: italic; }

.mfp-title {
  color: #000;
  padding: 30px; }

.mfp-figure figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mfp-figure .mfp-img {
  margin: 0;
  padding: 0;
  object-fit: cover;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 900px;
  object-fit: cover;}

.mfp-figure figcaption {
  background-color: #fff;
  margin: 0; }

.mfp-bottom-bar {
  position: relative;
  margin-top: 0;
  top: auto;
  left: auto; }

.mfp-counter {
  position: absolute; }

.mfp-bottom-bar {
  height: 100%; }

.mfp-counter {
  top: auto;
  right: 15px;
  bottom: 15px;
  left: auto; }

.mfp-image-holder .mfp-close {
  padding-right: 0;
  right: 0;
  top: -44px; }

.date-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #888;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 2px; }
  .date-gallery:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #888;
    margin-right: 20px; }
  .date-gallery:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #888;
    margin-left: 20px; }

.checkbox1 {
  display: inline-block;
  cursor: pointer; }

.checkbox1__input {
  display: none; }
  .checkbox1__input:checked + .checkbox1__label {
   background-color: #00aa90; }
   .checkbox1__input:checked + .checkbox1__label:before {
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     visibility: visible; }

.checkbox1__label {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #00aa90;
  border-radius: 15%;
  text-align: center;
  padding: 2px 0; }
  .checkbox1__label:before {
    content: '';
    font-family: 'Ionicons';
    font-size: 18px;
    color: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden; }

.project-link__button-delete {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #c0392b;
  border-radius: 15%;
  text-align: center;
  padding: 2px 0; }
  .project-link__button-delete:before {
    content: '\f12a';
    font-family: 'Ionicons';
    font-size: 18px;
    color: #fff;
  }
  .project-link__button-delete:hover {
    background-color: #e74c3c; }


@media (max-width: 991px) {
  .topbar-wrapper {
    padding-left: 0; }
  .page-header {
    left: 0;
    width: 100%; }
  .minibar .page-header {
    left: 240px;
    width: 100%; }
  .minibar:not(.layout-drawer) .main-wrapper {
    margin-left: 0;
    -webkit-transform: translateX(240px);
        -ms-transform: translateX(240px);
            transform: translateX(240px); }
  .minibar:not(.layout-drawer) .topbar-wrapper {
    margin-left: 0;
    left: 0; }
  .minibar:not(.layout-drawer) .page-header {
    margin-left: 0;
    left: 0; } }

@media (max-width: 767px) {
  .view-wrapper {
    padding-top: 227px; } }

@media (min-width: 992px) {
  .minibar:not(.layout-drawer) .main-wrapper {
    margin-left: 240px; } }

@media (max-width: 1200px) {
  .mfp-figure figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .mfp-figure .mfp-img {
    max-width: 100%; }

  .mfp-iframe-holder .mfp-content {
    max-width: 900px !important;
  }
}
