@charset "UTF-8";
/*
 *
 * Angle - Bootstrap Admin App + AngularJS Material
 *
 * Version: 3.0.0
 * Author: @themicon_co
 * Website: http://themicon.co
 * License: https://wrapbootstrap.com/help/licenses
 *
 */
/* ========================================================================
     Component: media-queries
 ========================================================================== */
/* ========================================================================
     Component: bootstrap-reset
 ========================================================================== */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

*:focus {
  outline: 0 !important;
}

a {
  outline: none !important;
  cursor: pointer;
}
a.text-muted:hover, a.text-muted:focus {
  color: #748690;
}

[ng-click], [data-ng-click] {
  cursor: pointer;
}

hr {
  border-top: 1px solid #e4eaec;
}

now {
  display: inline-block;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

.list-group {
  line-height: 1.3;
}
.list-group .list-group-item {
  padding: 10px;
}
.panel > .list-group .list-group-item {
  border-top: 0;
}

.page-header {
  border-bottom-color: #e4eaec;
}

.panel .panel-heading {
  border-bottom: 0;
  font-size: 14px;
}
.panel .panel-heading a {
  text-decoration: none !important;
}
.panel.panel-default {
  border-top-width: 3px;
}

.well {
  border: 0;
  border-radius: 0;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}

.jumbotron {
  border: 1px solid #dde6e9;
}
@media only screen and (min-width: 768px) {
  .jumbotron {
    padding: 30px 15px;
  }
}

.nav-tabs > li > a {
  font-weight: bold;
  color: #656565;
  background-color: #edf1f2;
  margin: 0;
  border: 1px solid #dde6e9;
  border-radius: 0;
  padding: 10px 20px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: inherit;
  border-bottom-color: #fff;
}

.tab-content {
  padding: 10px 20px;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #dde6e9;
}
.nav-pills + .tab-content {
  border: 0;
  padding: 0;
}

.p0 .tab-content {
  padding: 0 !important;
}

.btn, .ColVis .ColVis_Button {
  border-radius: 3px;
  font-size: 13px;
  border-color: transparent;
  -webkit-appearance: none;
  outline: none !important;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.btn.btn-link, .ColVis .btn-link.ColVis_Button {
  box-shadow: none;
  border: 0;
}
.btn.btn-default, .ColVis .ColVis_Button {
  border-color: #eaeaea;
}
.input-group .btn, .input-group .ColVis .ColVis_Button, .ColVis .input-group .ColVis_Button {
  font-size: 14px;
  border-color: #dde6e9;
}
.input-group .input-sm + .input-group-btn .btn, .input-group .input-sm + .input-group-btn .ColVis .ColVis_Button, .ColVis .input-group .input-sm + .input-group-btn .ColVis_Button, .input-group .input-group-sm > .form-control + .input-group-btn .btn, .input-group .input-group-sm > .form-control + .input-group-btn .ColVis .ColVis_Button, .ColVis .input-group .input-group-sm > .form-control + .input-group-btn .ColVis_Button, .input-group body .input-group-sm > .bootstrap-tagsinput + .input-group-btn .btn, .input-group body .input-group-sm > .bootstrap-tagsinput + .input-group-btn .ColVis .ColVis_Button, .ColVis .input-group body .input-group-sm > .bootstrap-tagsinput + .input-group-btn .ColVis_Button, body .input-group .input-group-sm > .bootstrap-tagsinput + .input-group-btn .btn, body .input-group .input-group-sm > .bootstrap-tagsinput + .input-group-btn .ColVis .ColVis_Button, .ColVis body .input-group .input-group-sm > .bootstrap-tagsinput + .input-group-btn .ColVis_Button,
.input-group .input-group-sm > .input-group-addon + .input-group-btn .btn,
.input-group .input-group-sm > .input-group-addon + .input-group-btn .ColVis .ColVis_Button,
.ColVis .input-group .input-group-sm > .input-group-addon + .input-group-btn .ColVis_Button,
.input-group .input-group-sm > .input-group-btn > .btn + .input-group-btn .btn,
.input-group .ColVis .input-group-sm > .input-group-btn > .ColVis_Button + .input-group-btn .btn,
.ColVis .input-group .input-group-sm > .input-group-btn > .ColVis_Button + .input-group-btn .btn,
.input-group .input-group-sm > .input-group-btn > .btn + .input-group-btn .ColVis .ColVis_Button,
.ColVis .input-group .input-group-sm > .input-group-btn > .btn + .input-group-btn .ColVis_Button,
.input-group .ColVis .input-group-sm > .input-group-btn > .ColVis_Button + .input-group-btn .ColVis_Button,
.ColVis .input-group .input-group-sm > .input-group-btn > .ColVis_Button + .input-group-btn .ColVis_Button {
  font-size: 13px;
}

.form-control, body .bootstrap-tagsinput {
  box-shadow: 0 0 0 #000 !important;
  border-radius: 1px;
}
.form-control:focus, body .bootstrap-tagsinput:focus {
  border-color: #B0BEC5;
}

.input-sm, .input-group-sm > .form-control, body .input-group-sm > .bootstrap-tagsinput,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.ColVis .input-group-sm > .input-group-btn > .ColVis_Button,
select.input-sm {
  height: 31px;
}

fieldset {
  padding-bottom: 20px;
  border-bottom: 1px dashed #eee;
  margin-bottom: 20px;
}
fieldset.last-child, fieldset:last-child {
  border-bottom: 0;
}
fieldset .form-group {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  input[type=text], input[type=email], input[type=search], input[type=password] {
    -webkit-appearance: none;
  }
}
.table > thead > tr > th {
  border-bottom-width: 1px;
}
.table > tbody + tbody {
  border-bottom-width: 1px;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}

.progress {
  -webkit-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
  border-radius: 3px;
  border: 1px solid #f1f1f1;
  background-color: #fff;
}
.progress .progress-bar {
  -webkit-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
}

.popover {
  box-shadow: 0 0 0 #000;
  border-color: #eee;
  border-bottom: 2px solid #e4eaec;
  border-radius: 3px;
}
.popover .popover-title {
  border: 0;
}

.nav.nav-pills .active > a {
  background-color: #21759B;
}

.dropdown-menu {
  border-radius: 3px;
}

.dropdown-header {
  color: #a1a2a3;
}

.navbar-top .navbar-nav > .active > a {
  color: #999;
}
.navbar-top .navbar-nav > .active > a:hover, .navbar-top .navbar-nav > .active > a:focus {
  color: #d1d2d3;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #666;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #222;
}

.navbar-nav {
  margin: 12px -15px;
}
@media only screen and (min-width: 768px) {
  .navbar-nav {
    margin: 0;
  }
}

.carousel .carousel-indicators {
  bottom: 0;
}
.carousel .carousel-control.left, .carousel .carousel-control.right {
  background-image: none;
}
.carousel .carousel-control em {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}

.nav, .pagination, .carousel, .panel-title a {
  cursor: pointer;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border-bottom: 0;
}

.modal-backdrop {
  position: fixed;
  bottom: 0;
}

.topnavbar,
.navbar,
.navbar .dropdown-menu {
  filter: none !important;
}

.glyphicon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon.glyphicon-chevron-right:before {
  content: "";
}
.glyphicon.glyphicon-chevron-left:before {
  content: "";
}
.glyphicon.glyphicon-chevron-up:before {
  content: "";
}
.glyphicon.glyphicon-chevron-down:before {
  content: "";
}
.glyphicon.glyphicon-folder-open:before {
  content: "";
}

/* ========================================================================
     Component: typo
 ========================================================================== */
/* Roboto @font-face */
body {
  color: rgba(0, 0, 0, 0.8);
}

h1, h2, h3, h4 {
  font-weight: bold;
}

.article {
  font-size: 20px;
  line-height: 32px;
}

/*!
 * Bootstrap v3.3.5 (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,
a:hover {
  outline: 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, .ColVis .ColVis_Button > .caret,
.dropup > .btn > .caret,
.ColVis .dropup > .ColVis_Button > .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;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.528571429;
  color: #656565;
  background-color: #f5f7fa;
}

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

a {
  color: #106CC8;
  text-decoration: none;
}
a:hover, a:focus {
  color: #0a4681;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #edf1f2;
}

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

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

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #3a3f51;
}

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

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10.5px;
}

.lead {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

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

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

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

.text-uppercase, .initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: #909FA7;
}

.text-primary {
  color: #21759B;
}

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

.text-success {
  color: #4CAF50;
}

a.text-success:hover,
a.text-success:focus {
  color: #3d8b40;
}

.text-info {
  color: #21759b;
}

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

.text-warning {
  color: #FF9800;
}

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

.text-danger {
  color: #F44336;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #21759B;
}

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #edf1f2;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 21px;
}

dt,
dd {
  line-height: 1.528571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 17.5px;
  border-left: 5px solid #edf1f2;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.528571429;
  color: #3a3f51;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

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

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.528571429;
}

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 13px;
  line-height: 1.528571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #3a3f51;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #909FA7;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.528571429;
  vertical-align: top;
  border-top: 1px solid #eee;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #eee;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #eee;
}
.table .table {
  background-color: #f5f7fa;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #eee;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #eee;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

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

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #fafbfc;
}

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

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

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

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

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

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

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

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #eee;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

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

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.528571429;
  color: #3a3f51;
}

.form-control, body .bootstrap-tagsinput {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 1.528571429;
  color: #3a3f51;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dde6e9;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus, body .bootstrap-tagsinput:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder, body .bootstrap-tagsinput::-moz-placeholder {
  color: #b7bac9;
  opacity: 1;
}
.form-control:-ms-input-placeholder, body .bootstrap-tagsinput:-ms-input-placeholder {
  color: #b7bac9;
}
.form-control::-webkit-input-placeholder, body .bootstrap-tagsinput::-webkit-input-placeholder {
  color: #b7bac9;
}
.form-control[disabled], body [disabled].bootstrap-tagsinput, .form-control[readonly], body [readonly].bootstrap-tagsinput, fieldset[disabled] .form-control, fieldset[disabled] body .bootstrap-tagsinput, body fieldset[disabled] .bootstrap-tagsinput {
  background-color: #edf1f2;
  opacity: 1;
}
.form-control[disabled], body [disabled].bootstrap-tagsinput, fieldset[disabled] .form-control, fieldset[disabled] body .bootstrap-tagsinput, body fieldset[disabled] .bootstrap-tagsinput {
  cursor: not-allowed;
}

textarea.form-control, body textarea.bootstrap-tagsinput {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, body input[type=date].bootstrap-tagsinput,
input[type=time].form-control,
body input[type=time].bootstrap-tagsinput,
input[type=datetime-local].form-control,
body input[type=datetime-local].bootstrap-tagsinput,
input[type=month].form-control,
body input[type=month].bootstrap-tagsinput {
    line-height: 35px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn,
.ColVis .input-group-sm > .input-group-btn > input[type=date].ColVis_Button, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.ColVis .input-group-sm > .input-group-btn > input[type=time].ColVis_Button,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.ColVis .input-group-sm > .input-group-btn > input[type=datetime-local].ColVis_Button,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.ColVis .input-group-sm > .input-group-btn > input[type=month].ColVis_Button,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn,
.ColVis .input-group-lg > .input-group-btn > input[type=date].ColVis_Button, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.ColVis .input-group-lg > .input-group-btn > input[type=time].ColVis_Button,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.ColVis .input-group-lg > .input-group-btn > input[type=datetime-local].ColVis_Button,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.ColVis .input-group-lg > .input-group-btn > input[type=month].ColVis_Button,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 35px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, body .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,
.ColVis .input-group-lg > .input-group-btn > .form-control-static.ColVis_Button, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, body .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,
.ColVis .input-group-sm > .input-group-btn > .form-control-static.ColVis_Button {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

.input-lg, .input-group-lg > .form-control, body .input-group-lg > .bootstrap-tagsinput,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.ColVis .input-group-lg > .input-group-btn > .ColVis_Button {
  height: 46px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

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

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

.form-group-lg .form-control, .form-group-lg body .bootstrap-tagsinput, body .form-group-lg .bootstrap-tagsinput {
  height: 46px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.form-group-lg select.form-control, .form-group-lg body select.bootstrap-tagsinput, body .form-group-lg select.bootstrap-tagsinput {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control, .form-group-lg body textarea.bootstrap-tagsinput, body .form-group-lg textarea.bootstrap-tagsinput,
.form-group-lg select[multiple].form-control,
.form-group-lg body select[multiple].bootstrap-tagsinput,
body .form-group-lg select[multiple].bootstrap-tagsinput {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 39px;
  padding: 11px 20px;
  font-size: 18px;
  line-height: 1.33;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback body .bootstrap-tagsinput, body .has-feedback .bootstrap-tagsinput {
  padding-right: 43.75px;
}

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #4CAF50;
}
.has-success .form-control, .has-success body .bootstrap-tagsinput, body .has-success .bootstrap-tagsinput {
  border-color: #4CAF50;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus, .has-success body .bootstrap-tagsinput:focus, body .has-success .bootstrap-tagsinput:focus {
  border-color: #3d8b40;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #92cf94;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #92cf94;
}
.has-success .input-group-addon {
  color: #4CAF50;
  border-color: #4CAF50;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #4CAF50;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #FF9800;
}
.has-warning .form-control, .has-warning body .bootstrap-tagsinput, body .has-warning .bootstrap-tagsinput {
  border-color: #FF9800;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus, .has-warning body .bootstrap-tagsinput:focus, body .has-warning .bootstrap-tagsinput:focus {
  border-color: #cc7a00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc166;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffc166;
}
.has-warning .input-group-addon {
  color: #FF9800;
  border-color: #FF9800;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #FF9800;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #F44336;
}
.has-error .form-control, .has-error body .bootstrap-tagsinput, body .has-error .bootstrap-tagsinput {
  border-color: #F44336;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus, .has-error body .bootstrap-tagsinput:focus, body .has-error .bootstrap-tagsinput:focus {
  border-color: #ea1c0d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f99d97;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f99d97;
}
.has-error .input-group-addon {
  color: #F44336;
  border-color: #F44336;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #F44336;
}

.has-feedback label ~ .form-control-feedback {
  top: 26px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a5a5a5;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline body .bootstrap-tagsinput, body .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 body .bootstrap-tagsinput,
body .form-inline .input-group .bootstrap-tagsinput {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline body .input-group > .bootstrap-tagsinput, body .form-inline .input-group > .bootstrap-tagsinput {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn, .ColVis .ColVis_Button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 1.528571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .ColVis .ColVis_Button:focus, .btn.focus, .ColVis .focus.ColVis_Button, .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:hover, .ColVis .ColVis_Button:hover, .btn:focus, .ColVis .ColVis_Button:focus, .btn.focus, .ColVis .focus.ColVis_Button {
  color: #333;
  text-decoration: none;
}
.btn:active, .ColVis .ColVis_Button:active, .btn.active, .ColVis .active.ColVis_Button {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .ColVis .disabled.ColVis_Button, .btn[disabled], .ColVis [disabled].ColVis_Button, fieldset[disabled] .btn, fieldset[disabled] .ColVis .ColVis_Button, .ColVis fieldset[disabled] .ColVis_Button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-default, .ColVis .ColVis_Button {
  color: #333;
  background-color: #fff;
  border-color: #eaeaea;
}
.btn-default:focus, .ColVis .ColVis_Button:focus, .btn-default.focus, .ColVis .focus.ColVis_Button {
  color: #333;
  background-color: whitesmoke;
  border-color: #d6d6d6;
}
.btn-default:hover, .ColVis .ColVis_Button:hover {
  color: #333;
  background-color: whitesmoke;
  border-color: #d6d6d6;
}
.btn-default:active, .ColVis .ColVis_Button:active, .btn-default.active, .ColVis .active.ColVis_Button, .open > .btn-default.dropdown-toggle, .ColVis .open > .dropdown-toggle.ColVis_Button {
  color: #333;
  background-color: whitesmoke;
  border-color: #d6d6d6;
}
.btn-default:active:hover, .ColVis .ColVis_Button:active:hover, .btn-default:active:focus, .ColVis .ColVis_Button:active:focus, .btn-default:active.focus, .ColVis .ColVis_Button:active.focus, .btn-default.active:hover, .ColVis .active.ColVis_Button:hover, .btn-default.active:focus, .ColVis .active.ColVis_Button:focus, .btn-default.active.focus, .ColVis .active.focus.ColVis_Button, .open > .btn-default.dropdown-toggle:hover, .ColVis .open > .dropdown-toggle.ColVis_Button:hover, .open > .btn-default.dropdown-toggle:focus, .ColVis .open > .dropdown-toggle.ColVis_Button:focus, .open > .btn-default.dropdown-toggle.focus, .ColVis .open > .dropdown-toggle.focus.ColVis_Button {
  color: #333;
  background-color: whitesmoke;
  border-color: #d6d6d6;
}
.btn-default:active, .ColVis .ColVis_Button:active, .btn-default.active, .ColVis .active.ColVis_Button, .open > .btn-default.dropdown-toggle, .ColVis .open > .dropdown-toggle.ColVis_Button {
  background-image: none;
}
.btn-default.disabled, .ColVis .disabled.ColVis_Button, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .ColVis [disabled].ColVis_Button, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .ColVis .ColVis_Button, .ColVis fieldset[disabled] .ColVis_Button, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #eaeaea;
}
.btn-default .badge, .ColVis .ColVis_Button .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #21759B;
  border-color: #207297;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #1d688a;
  border-color: #195875;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1d688a;
  border-color: #195875;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1d688a;
  border-color: #195875;
}
.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: #1d688a;
  border-color: #195875;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #21759B;
  border-color: #207297;
}
.btn-primary .badge {
  color: #21759B;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4aab4e;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #46a149;
  border-color: #3e8f41;
}
.btn-success:hover {
  color: #fff;
  background-color: #46a149;
  border-color: #3e8f41;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #46a149;
  border-color: #3e8f41;
}
.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: #46a149;
  border-color: #3e8f41;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #4CAF50;
  border-color: #4aab4e;
}
.btn-success .badge {
  color: #4CAF50;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #21759b;
  border-color: #207297;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #1d688a;
  border-color: #195875;
}
.btn-info:hover {
  color: #fff;
  background-color: #1d688a;
  border-color: #195875;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1d688a;
  border-color: #195875;
}
.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: #1d688a;
  border-color: #195875;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #21759b;
  border-color: #207297;
}
.btn-info .badge {
  color: #21759b;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #FF9800;
  border-color: #fa9500;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #eb8c00;
  border-color: #d17d00;
}
.btn-warning:hover {
  color: #fff;
  background-color: #eb8c00;
  border-color: #d17d00;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #eb8c00;
  border-color: #d17d00;
}
.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: #eb8c00;
  border-color: #d17d00;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #FF9800;
  border-color: #fa9500;
}
.btn-warning .badge {
  color: #FF9800;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #F44336;
  border-color: #f43e31;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #f33123;
  border-color: #ef1d0d;
}
.btn-danger:hover {
  color: #fff;
  background-color: #f33123;
  border-color: #ef1d0d;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f33123;
  border-color: #ef1d0d;
}
.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: #f33123;
  border-color: #ef1d0d;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #F44336;
  border-color: #f43e31;
}
.btn-danger .badge {
  color: #F44336;
  background-color: #fff;
}

.btn-link {
  color: #106CC8;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #0a4681;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #e4eaec;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .ColVis .btn-group-lg > .ColVis_Button {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm, .calendar-app .fc-button, .btn-group-sm > .btn, .ColVis .btn-group-sm > .ColVis_Button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

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

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

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

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.528571429;
  color: #5f5f5f;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, .ColVis .btn-group > .ColVis_Button,
.btn-group-vertical > .btn,
.ColVis .btn-group-vertical > .ColVis_Button {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .ColVis .btn-group > .ColVis_Button:hover, .btn-group > .btn:focus, .ColVis .btn-group > .ColVis_Button:focus, .btn-group > .btn:active, .ColVis .btn-group > .ColVis_Button:active, .btn-group > .btn.active, .ColVis .btn-group > .active.ColVis_Button,
.btn-group-vertical > .btn:hover,
.ColVis .btn-group-vertical > .ColVis_Button:hover,
.btn-group-vertical > .btn:focus,
.ColVis .btn-group-vertical > .ColVis_Button:focus,
.btn-group-vertical > .btn:active,
.ColVis .btn-group-vertical > .ColVis_Button:active,
.btn-group-vertical > .btn.active,
.ColVis .btn-group-vertical > .active.ColVis_Button {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .ColVis .ColVis_Button + .btn, .ColVis .btn-group .ColVis_Button + .btn, .btn-group .ColVis .btn + .ColVis_Button, .ColVis .btn-group .btn + .ColVis_Button, .btn-group .ColVis .ColVis_Button + .ColVis_Button, .ColVis .btn-group .ColVis_Button + .ColVis_Button,
.btn-group .btn + .btn-group,
.btn-group .ColVis .ColVis_Button + .btn-group,
.ColVis .btn-group .ColVis_Button + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .ColVis .btn-group + .ColVis_Button,
.ColVis .btn-group .btn-group + .ColVis_Button,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn, .btn-toolbar .ColVis .ColVis_Button, .ColVis .btn-toolbar .ColVis_Button,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, .ColVis .btn-toolbar > .ColVis_Button,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

.btn-group > .btn:first-child, .ColVis .btn-group > .ColVis_Button:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .ColVis .btn-group > .ColVis_Button: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), .ColVis .btn-group > .ColVis_Button: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, .ColVis .btn-group > .btn-group:not(:first-child):not(:last-child) > .ColVis_Button {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .ColVis .btn-group > .btn-group:first-child:not(:last-child) > .ColVis_Button: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, .ColVis .btn-group > .btn-group:last-child:not(:first-child) > .ColVis_Button: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, .ColVis .btn-group > .ColVis_Button + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

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

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

.btn .caret, .ColVis .ColVis_Button .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .ColVis .btn-group-lg > .ColVis_Button .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .ColVis .btn-group-lg > .ColVis_Button .caret, .ColVis .dropup .btn-group-lg > .ColVis_Button .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .ColVis .btn-group-vertical > .ColVis_Button,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.ColVis .btn-group-vertical > .btn-group > .ColVis_Button {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn, .ColVis .btn-group-vertical > .btn-group > .ColVis_Button {
  float: none;
}
.btn-group-vertical > .btn + .btn, .ColVis .btn-group-vertical > .ColVis_Button + .btn, .ColVis .btn-group-vertical > .btn + .ColVis_Button, .ColVis .btn-group-vertical > .ColVis_Button + .ColVis_Button,
.btn-group-vertical > .btn + .btn-group,
.ColVis .btn-group-vertical > .ColVis_Button + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.ColVis .btn-group-vertical > .btn-group + .ColVis_Button,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .ColVis .btn-group-vertical > .ColVis_Button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), .ColVis .btn-group-vertical > .ColVis_Button:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), .ColVis .btn-group-vertical > .ColVis_Button:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .ColVis .btn-group-vertical > .btn-group:first-child:not(:last-child) > .ColVis_Button: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, .ColVis .btn-group-vertical > .btn-group:last-child:not(:first-child) > .ColVis_Button:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn, .ColVis .btn-group-justified > .ColVis_Button,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .ColVis .ColVis_Button, .ColVis .btn-group-justified > .btn-group .ColVis_Button {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio], .ColVis [data-toggle=buttons] > .ColVis_Button input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
.ColVis [data-toggle=buttons] > .ColVis_Button input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control, .input-group body .bootstrap-tagsinput, body .input-group .bootstrap-tagsinput {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group body .bootstrap-tagsinput,
body .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 body .bootstrap-tagsinput:not(:first-child):not(:last-child),
body .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: 6px 16px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #3a3f51;
  text-align: center;
  background-color: #edf1f2;
  border: 1px solid #dde6e9;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.ColVis .input-group-sm > .input-group-btn > .input-group-addon.ColVis_Button {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.ColVis .input-group-lg > .input-group-btn > .input-group-addon.ColVis_Button {
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group body .bootstrap-tagsinput:first-child, body .input-group .bootstrap-tagsinput:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.ColVis .input-group-btn:first-child > .ColVis_Button,
.input-group-btn:first-child > .btn-group > .btn,
.ColVis .input-group-btn:first-child > .btn-group > .ColVis_Button,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.ColVis .input-group-btn:last-child > .ColVis_Button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.ColVis .input-group-btn:last-child > .btn-group:not(:last-child) > .ColVis_Button {
  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 body .bootstrap-tagsinput:last-child, body .input-group .bootstrap-tagsinput:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.ColVis .input-group-btn:last-child > .ColVis_Button,
.input-group-btn:last-child > .btn-group > .btn,
.ColVis .input-group-btn:last-child > .btn-group > .ColVis_Button,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.ColVis .input-group-btn:first-child > .ColVis_Button:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.ColVis .input-group-btn:first-child > .btn-group:not(:first-child) > .ColVis_Button {
  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, .ColVis .input-group-btn > .ColVis_Button {
  position: relative;
}
.input-group-btn > .btn + .btn, .ColVis .input-group-btn > .ColVis_Button + .btn, .ColVis .input-group-btn > .btn + .ColVis_Button, .ColVis .input-group-btn > .ColVis_Button + .ColVis_Button {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .ColVis .input-group-btn > .ColVis_Button:hover, .input-group-btn > .btn:focus, .ColVis .input-group-btn > .ColVis_Button:focus, .input-group-btn > .btn:active, .ColVis .input-group-btn > .ColVis_Button:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .ColVis .input-group-btn:first-child > .ColVis_Button,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .ColVis .input-group-btn:last-child > .ColVis_Button,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #e4eaec;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #e4eaec;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: #106CC8;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.528571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #ddd #ddd #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #656565;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #21759B;
}

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

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

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

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

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

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 22px 15px;
  font-size: 18px;
  line-height: 21px;
  height: 65px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 15.5px;
  margin-bottom: 15.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 11px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control, .navbar-form body .bootstrap-tagsinput, body .navbar-form .bootstrap-tagsinput {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control,
.navbar-form .input-group body .bootstrap-tagsinput,
body .navbar-form .input-group .bootstrap-tagsinput {
    width: auto;
  }
  .navbar-form .input-group > .form-control, .navbar-form body .input-group > .bootstrap-tagsinput, body .navbar-form .input-group > .bootstrap-tagsinput {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-btn.btn-sm, .calendar-app .navbar-btn.fc-button, .btn-group-sm > .navbar-btn.btn, .ColVis .btn-group-sm > .navbar-btn.ColVis_Button {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .ColVis .btn-group-xs > .navbar-btn.ColVis_Button {
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}

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

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

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

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

.breadcrumb {
  padding: 12px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #fafafa;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #c1c2c3;
}
.breadcrumb > .active {
  color: #656565;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 16px;
  line-height: 1.528571429;
  text-decoration: none;
  color: #656565;
  background-color: #fff;
  border: 1px solid #eee;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #0a4681;
  background-color: #fafafa;
  border-color: #eee;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #21759B;
  border-color: #21759B;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #e4eaec;
  background-color: #fff;
  border-color: #eee;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.33;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #fafafa;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #e4eaec;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label, .ColVis .ColVis_Button .label {
  position: relative;
  top: -1px;
}

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

.label-default {
  background-color: #8f96a0;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #747c88;
}

.label-primary {
  background-color: #21759B;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #185571;
}

.label-success {
  background-color: #4CAF50;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #3d8b40;
}

.label-info {
  background-color: #21759b;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #185571;
}

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #8f96a0;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge, .ColVis .ColVis_Button .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .ColVis .btn-group-xs > .ColVis_Button .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #106CC8;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #fcfcfc;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #e3e3e3;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 2px;
  margin-bottom: 21px;
  line-height: 1.528571429;
  background-color: #e1e2e3;
  border: 1px solid #e1e2e3;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #656565;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #106CC8;
}

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

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

.alert-success {
  background-color: #4CAF50;
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.alert-success hr {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-info {
  background-color: #21759b;
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.alert-info hr {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.alert-info .alert-link {
  color: #e6e6e6;
}

.alert-warning {
  background-color: #FF9800;
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.alert-warning hr {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.alert-warning .alert-link {
  color: #e6e6e6;
}

.alert-danger {
  background-color: #F44336;
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.alert-danger hr {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.alert-danger .alert-link {
  color: #e6e6e6;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f1f1f1;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #21759B;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #4CAF50;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #21759b;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #FF9800;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #F44336;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

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

.media-body {
  width: 10000px;
}

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

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

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

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #e4eaec;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #fafbfc;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #edf1f2;
  color: #e4eaec;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #e4eaec;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #21759B;
  border-color: #21759B;
}
.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: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: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 {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #9ed2ea;
}

.list-group-item-success {
  color: #4CAF50;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #4CAF50;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #4CAF50;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #4CAF50;
  border-color: #4CAF50;
}

.list-group-item-info {
  color: #21759b;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #21759b;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #21759b;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #21759b;
  border-color: #21759b;
}

.list-group-item-warning {
  color: #FF9800;
  background-color: #fcf8e3;
}

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

.list-group-item-danger {
  color: #F44336;
  background-color: #f2dede;
}

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

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

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

.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 10px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 10px;
  background-color: #fafafa;
  border-top: 1px solid #eee;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #eee;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 21px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #eee;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #eee;
}

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

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

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.modal-open {
  overflow: hidden;
}

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

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

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

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

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

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.528571429px;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer .ColVis .ColVis_Button + .btn, .ColVis .modal-footer .ColVis_Button + .btn, .modal-footer .ColVis .btn + .ColVis_Button, .ColVis .modal-footer .btn + .ColVis_Button, .modal-footer .ColVis .ColVis_Button + .ColVis_Button, .ColVis .modal-footer .ColVis_Button + .ColVis_Button {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .ColVis .ColVis_Button + .btn, .ColVis .modal-footer .btn-group .ColVis_Button + .btn, .modal-footer .btn-group .ColVis .btn + .ColVis_Button, .ColVis .modal-footer .btn-group .btn + .ColVis_Button, .modal-footer .btn-group .ColVis .ColVis_Button + .ColVis_Button, .ColVis .modal-footer .btn-group .ColVis_Button + .ColVis_Button {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

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

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.528571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

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

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

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

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

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

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

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

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

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

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #e1e1e1;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fafafa;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #e1e1e1;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fafafa;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #e1e1e1;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fafafa;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #e1e1e1;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fafafa;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

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

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn, .carousel-caption .ColVis .ColVis_Button, .ColVis .carousel-caption .ColVis_Button {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -15px;
  }

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

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

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

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

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

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

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

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

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

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

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

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

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* ========================================================================
     Component: layout
 ========================================================================== */
html {
  /* $replace rtl */
  direction: ltr;
  height: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

html, body {
  height: 100%;
  background-color: #f5f7fa;
}

.wrapper {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
}
.wrapper.ng-leave {
  display: none;
}
.wrapper > .aside {
  position: absolute;
  width: 220px;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 116;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}
.wrapper > .aside .aside-inner {
  padding-top: 130px;
  height: 100%;
  width: 220px;
  overflow: hidden;
}
.wrapper > .aside > .nav-floating {
  left: inherit;
  margin-left: 220px;
  z-index: 1110;
  min-width: 190px;
  overflow: auto;
}
.wrapper > .aside .dropdown-backdrop {
  z-index: -1;
}
.wrapper > section {
  position: relative;
  height: 100%;
  margin-left: 0;
  z-index: 111;
  background-color: #f5f7fa;
  margin-bottom: 60px !important;
}
.wrapper > footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #e4eaec;
  padding: 15px 20px;
  z-index: 109;
}
.wrapper > footer > p {
  margin: 0;
}

.modal-open .wrapper {
  z-index: 0;
}

.content-wrapper {
  padding: 15px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: -1px;
}
.content-wrapper > .unwrap {
  margin: -15px;
}
@media only screen and (min-width: 768px) {
  .content-wrapper > .unwrap {
    margin: -20px;
  }
}
.content-wrapper > h3,
.content-wrapper > .content-heading {
  font-size: 24px;
  line-height: 1.1;
  color: #929292;
  margin: -15px;
  margin-bottom: 20px;
  padding: 15px;
  font-weight: normal;
  background-color: #fafbfc;
  border-bottom: 1px solid #cfdbe2;
}
.content-wrapper > h3 > small,
.content-wrapper > .content-heading > small {
  display: block;
  font-size: 12px;
  color: #909FA7;
}
.content-wrapper > button, .content-wrapper > .btn, .ColVis .content-wrapper > .ColVis_Button {
  margin: 10px 10px 0 0;
}
.content-wrapper .container,
.content-wrapper .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .content-wrapper {
    padding: 20px;
  }
  .content-wrapper > h3,
.content-wrapper > .content-heading {
    margin: -20px;
    margin-bottom: 20px;
    padding: 20px;
  }
  .content-wrapper > button, .content-wrapper > .btn, .ColVis .content-wrapper > .ColVis_Button {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  body {
    min-height: 100%;
  }

  .wrapper > .aside .aside-inner {
    padding-top: 65px;
  }
  .wrapper > section,
.wrapper > footer {
    margin-left: 220px;
  }
  .wrapper > section.has-sidebar-right {
    margin-right: 240px;
  }
  .wrapper > section.has-sidebar-right + .offsidebar {
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper > .aside {
    margin-left: -220px;
  }

  .aside-toggled .wrapper > section,
.aside-toggled .wrapper > footer {
    margin-left: 220px;
  }
  .aside-toggled .wrapper > .aside {
    margin-left: 0;
  }

  .csstransforms3d .wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d .wrapper > section,
.csstransforms3d .wrapper > footer {
    margin-left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .csstransforms3d .wrapper > .aside {
    margin-left: 0;
    -webkit-transform: translate3d(-220px, 0, 0);
    transform: translate3d(-220px, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .csstransforms3d .aside-toggled .wrapper > section,
.csstransforms3d .aside-toggled .wrapper > footer {
    -webkit-transform: translate3d(220px, 0, 0);
    transform: translate3d(220px, 0, 0);
  }
  .csstransforms3d .aside-toggled .wrapper > .aside {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media only screen and (max-width: 767px) {
  .aside-collapsed .wrapper > .aside {
    margin-left: -70px;
  }

  .aside-collapsed.aside-toggled .wrapper > section,
.aside-collapsed.aside-toggled .wrapper > footer {
    margin-left: 70px;
  }
  .aside-collapsed.aside-toggled .wrapper > .aside {
    margin-left: 0;
  }

  .csstransforms3d .aside-collapsed .wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d .aside-collapsed .wrapper > section,
.csstransforms3d .aside-collapsed .wrapper > footer {
    margin-left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .csstransforms3d .aside-collapsed .wrapper > .aside {
    margin-left: 0;
    -webkit-transform: translate3d(-70px, 0, 0);
    transform: translate3d(-70px, 0, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .csstransforms3d .aside-collapsed.aside-toggled .wrapper > section,
.csstransforms3d .aside-collapsed.aside-toggled .wrapper > footer {
    -webkit-transform: translate3d(70px, 0, 0);
    transform: translate3d(70px, 0, 0);
  }
  .csstransforms3d .aside-collapsed.aside-toggled .wrapper > .aside {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.aside-collapsed {
  overflow-y: auto;
}
.aside-collapsed .wrapper > .aside, .aside-collapsed .wrapper > .aside > .aside-inner {
  width: 70px;
}
.aside-collapsed .wrapper > .aside > .nav-floating {
  margin-left: 70px;
}

@media only screen and (min-width: 768px) {
  .aside-collapsed .wrapper > section,
.aside-collapsed .wrapper > footer {
    margin-left: 70px;
  }
}
@media (max-width: 1140px) {
  .layout-fixed.aside-toggled, .layout-fixed.offsidebar-open {
    overflow-y: hidden;
  }
}
.layout-fixed .wrapper {
  /* only applied to sidebar */
}
.layout-fixed .wrapper .topnavbar-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 121;
}
.layout-fixed .wrapper > aside {
  position: fixed;
}
.layout-fixed .wrapper > .aside {
  /* safari fix */
  height: 1px;
  min-height: 100%;
  /* ios blanks space fix */
}
.layout-fixed .wrapper > .aside > .aside-inner {
  position: fixed;
  top: 0;
  bottom: 0;
}
.layout-fixed .wrapper > section {
  margin-top: 130px;
}
@media only screen and (min-width: 768px) {
  .layout-fixed .wrapper > section {
    margin-top: 65px;
  }
}

/* IE10+ hack: safari fix breaks ie so we need to target ie only to restore */
_:-ms-lang(x), .layout-fixed .wrapper > .aside > .aside-inner {
  position: static !important;
}

@media only screen and (min-width: 992px) {
  .layout-boxed {
    overflow: auto !important;
  }
  .layout-boxed .wrapper {
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.25);
  }
  .layout-boxed .wrapper .offsidebar {
    position: absolute !important;
  }
  .layout-boxed .wrapper > .aside {
    left: inherit;
  }
  .layout-boxed .wrapper, .layout-boxed .wrapper .topnavbar-wrapper {
    width: 970px;
  }
  .layout-boxed.layout-fixed .wrapper > .aside > .aside-inner {
    left: inherit;
  }
}
@media only screen and (min-width: 1200px) {
  .layout-boxed .wrapper, .layout-boxed .wrapper .topnavbar-wrapper {
    width: 1140px;
  }
}

/* ========================================================================
   Component: layout-extra
 ========================================================================== */
.hidden-footer .wrapper > footer {
  display: none;
}
.hidden-footer .wrapper > section {
  margin-bottom: 0 !important;
}

.layout-fs .wrapper > section {
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  bottom: 60px;
  height: auto;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 480px) {
  .layout-fs .wrapper > section {
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .layout-fs .wrapper > section {
    top: 65px;
  }
}
.layout-fs .wrapper > section > .content-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
}
.layout-fs.hidden-footer .wrapper > section {
  bottom: 0;
}

.d-table,
.d-table-fixed {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 240px;
  border-spacing: 0;
}

.d-table-fixed {
  table-layout: fixed;
}

.d-row {
  display: table-row;
  height: 100%;
}

.d-cell,
.d-cell-wrapper {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: top;
  overflow: auto;
}

.d-cell-wrapper {
  display: block;
}
.d-cell-wrapper .d-cell-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .d-table-fixed {
    display: block;
  }
  .d-table-fixed > .d-cell {
    display: block;
    width: auto;
    height: auto;
  }
}
/* Target Firefox only */
@-moz-document url-prefix() {
  .d-table, .d-table-desktop {
    height: 240px;
    min-height: 100%;
  }

  .d-cell-inner {
    overflow: auto;
  }
}
.fh {
  height: 100% !important;
}

.fw {
  width: 100% !important;
}

.scroll {
  overflow: auto;
}

.scroll-y {
  overflow-y: auto;
}

.scroll-y {
  overflow-y: auto;
}

.layout-h .wrapper > section {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.layout-h .wrapper > section > .content-wrapper > h3 {
  display: none;
}
.layout-h .wrapper > section {
  margin-top: 0;
}
.layout-h .wrapper > .offsidebar {
  margin-top: 65px;
}
.layout-h .wrapper > footer {
  margin: 0;
}
.layout-h.layout-fixed .wrapper > section,
.layout-h.layout-fixed .wrapper > .offsidebar {
  margin-top: 65px;
}

.aside-float .wrapper {
  box-shadow: 0 0 0 #000;
}
.aside-float .wrapper > footer {
  border: 0;
}
.aside-float .wrapper > .aside {
  padding: 15px 0;
  background: transparent;
}
.aside-float .wrapper > .aside > .aside-inner {
  height: auto;
  top: 15px;
  bottom: 15px;
  left: inherit;
}
.aside-float .wrapper > .aside .sidebar {
  border: 1px solid #e4eaec;
}
.aside-float .wrapper > .aside .sidebar:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .aside-float .wrapper > section {
    padding-left: 15px;
  }
  .aside-float .wrapper > footer {
    left: 15px;
  }
}
.aside-float .wrapper .content-wrapper {
  border: 0;
}
.aside-float .wrapper .content-wrapper > h3,
.aside-float .wrapper .content-wrapper > .content-heading {
  padding-top: 30px;
  border: 0;
  background-color: transparent;
}
.aside-float .wrapper .content-wrapper > .unwrap {
  margin: 0 !important;
}
.aside-float.aside-toggled .wrapper > .aside {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.aside-float.aside-toggled .wrapper > .aside > .aside-inner {
  margin-left: 15px;
}
.aside-float.aside-toggled .wrapper > section {
  padding-left: 15px;
}
.aside-float.aside-toggled .wrapper > footer {
  left: 15px;
}
@media only screen and (min-width: 768px) {
  .aside-float.aside-collapsed .topnavbar .navbar-header {
    width: 100px;
  }
  .aside-float.layout-fs .wrapper > section > .content-wrapper {
    padding: 0 0 0 20px;
  }
  .aside-float .wrapper > .aside > .aside-inner {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .aside-float.layout-boxed .wrapper > .aside > .aside-inner {
    margin-left: 0;
  }
  .aside-float.layout-boxed .wrapper > section {
    padding-left: 0;
  }
}
.aside-float.aside-toggled.layout-fs .wrapper > section > .content-wrapper {
  padding: 0 0 0 20px;
}

/* ========================================================================
   Component: layout-animation.less
 ========================================================================== */
.wrapper > .aside {
  -webkit-transition: width .2s cubic-bezier(0.35, 0, 0.25, 1), translate .2s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: width .2s cubic-bezier(0.35, 0, 0.25, 1), translate .2s cubic-bezier(0.35, 0, 0.25, 1);
  transition: width .2s cubic-bezier(0.35, 0, 0.25, 1), translate .2s cubic-bezier(0.35, 0, 0.25, 1);
}

.aside-inner,
.navbar-header,
.sidebar > .nav > li {
  -webkit-transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

.wrapper > section {
  -webkit-transition: margin-left 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: margin-left 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  transition: margin-left 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

.sidebar > .nav .label {
  -webkit-animation: fadeInRight 1s;
  -o-animation: fadeInRight 1s;
  animation: fadeInRight 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.aside-collapsed .sidebar > .nav .label {
  -webkit-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.sidebar .nav > li > a {
  -webkit-animation: fadeInLeft 0.5s;
  -o-animation: fadeInLeft 0.5s;
  animation: fadeInLeft 0.5s;
}

.sidebar > .nav > .nav-heading,
.sidebar > .nav > li > a > span,
.navbar-brand .brand-logo {
  -webkit-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.sidebar li > a, .sidebar li > .nav-item,
.sidebar > .nav > .nav-heading {
  white-space: nowrap;
}

.aside-collapsed .user-block-picture {
  -webkit-transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}
.aside-collapsed .user-block {
  -webkit-transition: padding 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: padding 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  transition: padding 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

/* ========================================================================
     Component: top-navbar
 ========================================================================== */
.topnavbar {
  -webkit-backface-visibility: hidden;
  /* fixes chrome jump */
  margin-bottom: 0;
  border-radius: 0;
  background-color: #fff;
  z-index: 1050;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}
@media only screen and (min-width: 768px) {
  .topnavbar {
    box-shadow: 0 0 0 #000;
  }
  .topnavbar .navbar-header {
    width: 220px;
    text-align: center;
  }
  .topnavbar .navbar-header .navbar-brand {
    width: 100%;
  }
}

.topnavbar {
  position: relative;
}
.topnavbar .navbar-header {
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, #8EA201 0%, #8EA201 100%);
  background-image: -o-linear-gradient(left, #8EA201 0%, #8EA201 100%);
  background-image: linear-gradient(to right, #8EA201 0%, #8EA201 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF8EA201", endColorstr="#FF8EA201", GradientType=1);
}
@media only screen and (min-width: 768px) {
  .topnavbar .navbar-header {
    background-image: none;
  }
}
.topnavbar .navbar-header {
  position: relative;
  z-index: 11;
}
.topnavbar .navbar-header .navbar-brand {
  padding: 0;
}
.topnavbar .navbar-header .brand-logo > img,
.topnavbar .navbar-header .brand-logo-collapsed > img {
  margin: 0 auto;
}
.topnavbar .navbar-header .brand-logo {
  display: block;
  padding: 15px 15px;
}
.topnavbar .navbar-header .brand-logo-collapsed {
  display: none;
  padding: 10px 15px;
}
.topnavbar .navbar-nav > li > a,
.topnavbar .navbar-nav > .open > a {
  color: #8EA201;
}
.topnavbar .navbar-nav > li > a:hover, .topnavbar .navbar-nav > li > a:focus,
.topnavbar .navbar-nav > .open > a:hover,
.topnavbar .navbar-nav > .open > a:focus {
  color: #353d00;
}
.topnavbar .navbar-nav > .active > a, .topnavbar .navbar-nav > .active > a:hover, .topnavbar .navbar-nav > .active > a:focus,
.topnavbar .navbar-nav > .open > a,
.topnavbar .navbar-nav > .open > a:hover,
.topnavbar .navbar-nav > .open > a:focus {
  background-color: transparent;
}
.topnavbar .navbar-nav > li > [data-toggle=navbar-search] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  font-size: 16px;
  line-height: 65px;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .topnavbar .navbar-nav > li > [data-toggle=navbar-search] {
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-toggle {
    position: absolute !important;
    top: 0;
    right: 0;
    z-index: 3001;
    line-height: 65px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sidebar-toggle > em {
    color: white;
  }
}
.nav-wrapper {
  padding: 0 15px;
  background-color: transparent;
}
.nav-wrapper .nav.navbar-nav {
  float: left;
}
.nav-wrapper .nav.navbar-nav.navbar-right {
  float: right;
}
.nav-wrapper .nav > li {
  position: static;
  float: left;
}
.nav-wrapper .navbar-nav .open .dropdown-menu {
  position: absolute;
  background-color: white;
  left: 0px;
  right: 0px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.topnavbar .navbar-form {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 65px;
  z-index: 9001;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  border-bottom: 1px solid #e1e2e3;
}
.topnavbar .navbar-form .form-group {
  height: 100%;
  width: 100%;
}
.topnavbar .navbar-form .form-control, .topnavbar .navbar-form body .bootstrap-tagsinput, body .topnavbar .navbar-form .bootstrap-tagsinput {
  height: 100%;
  border: 0;
  border-radius: 0;
  width: 100%;
}
.topnavbar .navbar-form.open {
  top: 0;
}
.topnavbar .navbar-form .has-feedback .form-control-feedback {
  height: 30px;
  cursor: pointer;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  margin-right: 10px;
  color: #c1c2c3;
  font-size: 1.5em;
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .topnavbar .navbar-form {
    left: 220px;
  }
}

@media only screen and (min-width: 768px) {
  .topnavbar {
    border: 0;
    background-color: #8EA201;
    background-image: -webkit-linear-gradient(left, #8EA201 0%, #8EA201 100%);
    background-image: -o-linear-gradient(left, #8EA201 0%, #8EA201 100%);
    background-image: linear-gradient(to right, #8EA201 0%, #8EA201 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF8EA201", endColorstr="#FF8EA201", GradientType=1);
  }
  .topnavbar .navbar-header {
    background-image: none;
    background-repeat: no-repeat;
    filter: none;
  }
  .topnavbar .navbar-nav > a {
    box-shadow: 0 0 0 #000 inset;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .topnavbar .navbar-nav > .open > a, .topnavbar .navbar-nav > .open > a:hover, .topnavbar .navbar-nav > .open > a:focus {
    box-shadow: 0 -3px 0 #21759B inset;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .topnavbar .navbar-nav > li > a,
.topnavbar .navbar-nav > .open > a {
    color: #fff;
  }
  .topnavbar .navbar-nav > li > a:hover, .topnavbar .navbar-nav > li > a:focus,
.topnavbar .navbar-nav > .open > a:hover,
.topnavbar .navbar-nav > .open > a:focus {
    color: #353d00;
  }
  .topnavbar .navbar-nav > li > [data-toggle=navbar-search] {
    position: static;
  }

  .nav-wrapper {
    position: relative;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
    z-index: 10;
  }
  .nav-wrapper:before, .nav-wrapper:after {
    content: " ";
    display: table;
  }
  .nav-wrapper:after {
    clear: both;
  }
  .nav-wrapper .nav > li {
    position: relative;
  }
  .nav-wrapper .navbar-nav .open .dropdown-menu {
    left: auto;
    right: auto;
  }
  .nav-wrapper .navbar-nav.navbar-right .open .dropdown-menu {
    left: auto;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .aside-collapsed .topnavbar .navbar-header .brand-logo {
    display: none;
  }
  .aside-collapsed .topnavbar .navbar-header .brand-logo-collapsed {
    display: block;
  }
  .aside-collapsed .topnavbar .navbar-header {
    width: 70px;
  }
  .aside-collapsed .topnavbar .navbar-form {
    left: 70px;
  }
}
/* ========================================================================
     Component: sidebar
 ========================================================================== */
.sidebar {
  height: 100%;
  padding-bottom: 20px;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.sidebar:after {
  content: "";
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  -webkit-transform: translateZ(0px);
}
.sidebar .nav-heading {
  padding: 12px 15px;
  color: #919DA8;
  font-size: 13px;
  letter-spacing: 0.035em;
  pointer-events: none;
  cursor: default;
}
.sidebar > .nav {
  position: relative;
}
.sidebar > .nav > .nav-heading:first-child {
  padding-top: 20px;
}
.sidebar > .nav > li {
  border-left: 3px solid transparent;
  -webkit-transition: border-left-color 0.4s ease;
  -o-transition: border-left-color 0.4s ease;
  transition: border-left-color 0.4s ease;
}
.sidebar > .nav > li > a,
.sidebar > .nav > li > .nav-item {
  padding: 12px 24px;
  color: #515253;
  letter-spacing: 0.025em;
  font-weight: normal;
}
.sidebar > .nav > li > a:focus, .sidebar > .nav > li > a:hover,
.sidebar > .nav > li > .nav-item:focus,
.sidebar > .nav > li > .nav-item:hover {
  text-decoration: none;
  outline: none;
  color: #21759b;
}
.sidebar > .nav > li > a > em,
.sidebar > .nav > li > .nav-item > em {
  width: 1.8em;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: inherits;
}
.sidebar > .nav > li.active,
.sidebar > .nav > li.active > a,
.sidebar > .nav > li.active .nav, .sidebar > .nav > li.open,
.sidebar > .nav > li.open > a,
.sidebar > .nav > li.open .nav {
  background-color: #fcfcfc;
  color: #21759b;
}
.sidebar > .nav > li.active > a > em, .sidebar > .nav > li.open > a > em {
  color: #21759b;
}
.sidebar > .nav > li.active {
  border-left-color: #21759b;
}
.sidebar > .nav .label {
  display: block;
}

@media only screen and (min-width: 1025px) {
  .sidebar {
    margin-right: -17px;
    overflow-y: scroll;
  }
}
.sidebar-subnav {
  background-color: #fff;
}
.sidebar-subnav > .sidebar-subnav-header {
  color: #515253;
  display: none;
  padding: 10px 20px;
  font-weight: bold;
}
.sidebar-subnav > li {
  border-left: 0 !important;
}
.sidebar-subnav > li > a,
.sidebar-subnav > li > .nav-item {
  display: block;
  position: relative;
  padding: 10px 20px;
  padding-left: 53px;
  font-weight: normal;
  background-color: transparent !important;
  color: #515253;
}
.sidebar-subnav > li > a:focus, .sidebar-subnav > li > a:hover,
.sidebar-subnav > li > .nav-item:focus,
.sidebar-subnav > li > .nav-item:hover {
  color: #21759b;
}
.sidebar-subnav > li > a > em,
.sidebar-subnav > li > .nav-item > em {
  display: inline-block;
  width: 2em;
  margin: 0 0 0 -2em;
}
.sidebar-subnav > li.active > a,
.sidebar-subnav > li.active > .nav-item {
  color: #21759b;
}
.sidebar-subnav > li.active > a:after,
.sidebar-subnav > li.active > .nav-item:after {
  border-color: #21759b;
  background-color: #21759b;
}
.sidebar-subnav > li .nav > li {
  padding-left: 5px;
}
.sidebar-subnav.nav-floating {
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-left: -1px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}
.sidebar-subnav.nav-floating, .sidebar-subnav.nav-floating .collapse {
  height: auto !important;
  display: block !important;
  visibility: visible !important;
}
.sidebar-subnav.nav-floating > .sidebar-subnav-header {
  display: block;
}
.sidebar-subnav.nav-floating li > a {
  padding-left: 20px;
}
.sidebar-subnav.nav-floating li > a em {
  margin-left: 0;
}

@media only screen and (min-width: 768px) {
  .sidebar > .nav .label {
    margin: 2px 0 0 0;
  }
}
.aside-collapsed .sidebar {
  overflow-x: hidden;
}
.aside-collapsed .sidebar > .nav .nav,
.aside-collapsed .sidebar > .nav > .nav-heading,
.aside-collapsed .sidebar > .nav > li > a > span {
  display: none !important;
}
.aside-collapsed .sidebar > .nav > li {
  width: 69px;
}
.aside-collapsed .sidebar > .nav > li > a, .aside-collapsed .sidebar > .nav > li > .nav-item {
  text-indent: -3px;
  padding: 20px 0;
  text-align: center;
}
.aside-collapsed .sidebar > .nav > li > a > em, .aside-collapsed .sidebar > .nav > li > .nav-item > em {
  font-size: 1.6em;
  width: auto;
}
.aside-collapsed .sidebar > .nav > li > a:focus, .aside-collapsed .sidebar > .nav > li > .nav-item:focus {
  background-color: transparent;
}
.aside-collapsed .sidebar > .nav > li > a:focus > em, .aside-collapsed .sidebar > .nav > li > .nav-item:focus > em {
  color: inherit;
}
.aside-collapsed .sidebar .nav .label {
  position: absolute;
  top: 10px;
  right: 5px;
  text-indent: 0;
}

/* ========================================================================
     Component: offsidebar
 ========================================================================== */
.offsidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 235px;
  margin-top: 130px;
  border-left: 1px solid #cccccc;
  background-color: #fff;
  color: #656565;
  z-index: 116;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.offsidebar > nav {
  min-height: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0px);
}
.offsidebar .progress {
  border: 0;
}
.offsidebar .nav > li > a:hover, .offsidebar .nav > li > a:focus {
  background-color: rgba(0, 0, 0, 0.025);
}
.offsidebar .tab-content {
  padding: 0;
  border: 0;
}
.offsidebar .nav-tabs.nav-justified > li > a, .offsidebar .nav-tabs.nav-justified > li > a:hover, .offsidebar .nav-tabs.nav-justified > li > a:focus {
  background-color: transparent;
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0;
  color: #909FA7;
}
.offsidebar .nav-tabs.nav-justified > li.active > a {
  color: #21759B;
}
@media only screen and (min-width: 768px) {
  .offsidebar {
    margin-top: 65px;
  }
}

.offsidebar-open .offsidebar {
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .offsidebar-open {
    overflow-y: auto;
  }
}

.no-csstransforms3d .offsidebar {
  right: -235px;
}
.no-csstransforms3d .offsidebar-open .offsidebar {
  right: 0;
}

/* Transformation ready devices*/
.csstransforms3d .offsidebar {
  -webkit-transform: translate3d(235px, 0, 0);
  transform: translate3d(235px, 0, 0);
}
.csstransforms3d .offsidebar-open .offsidebar {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* ========================================================================
   Component: preloader
 ========================================================================== */
/*@noflip*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #21759B;
  background-image: -webkit-linear-gradient(90deg, #21759B 10%, #1d6586 90%);
  /* Chrome 10+, Saf5.1+ */
  background-image: -moz-linear-gradient(90deg, #21759B 10%, #1d6586 90%);
  /* FF3.6+ */
  background-image: -ms-linear-gradient(90deg, #21759B 10%, #1d6586 90%);
  /* IE10 */
  background-image: -o-linear-gradient(90deg, #21759B 10%, #1d6586 90%);
  /* Opera 11.10+ */
  background-image: linear-gradient(90deg, #21759B 10%, #1d6586 90%);
  /* W3C */
  z-index: 9999;
  -webkit-transition: opacity 0.65s;
  -o-transition: opacity 0.65s;
  transition: opacity 0.65s;
}

/*@noflip*/
.preloader-progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 30px;
  margin: auto;
  overflow: auto;
  background-image: url(../img/preloader/preloader.empty.png);
  background-size: 100px 30px;
}

/*@noflip*/
.preloader-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 10px;
  background-image: url(../img/preloader/preloader.full.png);
  background-size: 100px 30px;
}

.preloader-hidden {
  display: none;
}

.preloader-hidden-add {
  opacity: 1;
  display: block;
}
.preloader-hidden-add .preloader-progress {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.preloader-hidden-add-active {
  opacity: 0;
}

/* ========================================================================
   Component: breadcrumbs
 ========================================================================== */
.breadcrumb {
  font-weight: normal;
  border-radius: 0;
  color: #909FA7;
  padding: 10px 20px;
}

h3 + .breadcrumb,
.content-heading + .breadcrumb {
  margin: -25px -25px 20px -20px;
  background-color: #fafbfc;
  border-top: 1px solid #cfdbe2;
  border-bottom: 1px solid #cfdbe2;
}
h3 > .breadcrumb,
.content-heading > .breadcrumb {
  background: transparent;
  font-size: 13px;
  border: 0;
  padding: 10px 10px 0 0;
  margin-bottom: 0;
}
h3 > .breadcrumb.pull-right,
.content-heading > .breadcrumb.pull-right {
  margin: -2px 0 0;
}

/* ========================================================================
   Component: loading-bar
  ========================================================================== */
/*
 * angular-loading-bar v0.6.0 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2014 Wes Cruver * License: MIT
 */
#loading-bar {
  position: absolute;
  z-index: 90002;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
}

/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  height: 100%;
  width: 100%;
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  background: #21759b;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: 0.45;
  -moz-box-shadow: #21759b 1px 0 6px 1px;
  -ms-box-shadow: #21759b 1px 0 6px 1px;
  -webkit-box-shadow: #21759b 1px 0 6px 1px;
  box-shadow: #21759b 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 90002;
  top: 10px;
  left: 10px;
}

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #21759b;
  border-left-color: #21759b;
  border-radius: 10px;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loading-bar-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loading-bar-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loading-bar-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ========================================================================
     Component: animate
 ========================================================================== */
[ui-view].ng-leave {
  display: none !important;
}
[ui-view].ng-leave.ng-fluid {
  display: block !important;
}

.ng-fluid.ng-animate {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.anim-delay-5 {
  animation-delay: 500ms;
  -webkit-animation-delay: 500ms;
}

.anim-delay-10 {
  animation-delay: 1000ms;
  -webkit-animation-delay: 1000ms;
}

.anim-delay-15 {
  animation-delay: 1500ms;
  -webkit-animation-delay: 1500ms;
}

.anim-delay-20 {
  animation-delay: 2000ms;
  -webkit-animation-delay: 2000ms;
}

.anim-delay-25 {
  animation-delay: 2500ms;
  -webkit-animation-delay: 2500ms;
}

.anim-delay-30 {
  animation-delay: 3000ms;
  -webkit-animation-delay: 3000ms;
}

.anim-delay-35 {
  animation-delay: 3500ms;
  -webkit-animation-delay: 3500ms;
}

.anim-delay-40 {
  animation-delay: 4000ms;
  -webkit-animation-delay: 4000ms;
}

.anim-delay-45 {
  animation-delay: 4500ms;
  -webkit-animation-delay: 4500ms;
}

.anim-delay-50 {
  animation-delay: 5000ms;
  -webkit-animation-delay: 5000ms;
}

.ng-fadeIn.ng-enter {
  -webkit-animation: fadeIn 0.5s;
  -o-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}
.ng-fadeIn.ng-leave {
  -webkit-animation: fadeOut 0.5s;
  -o-animation: fadeOut 0.5s;
  animation: fadeOut 0.5s;
}

.ng-fadeInUp.ng-enter {
  -webkit-animation: fadeInUp 0.5s;
  -o-animation: fadeInUp 0.5s;
  animation: fadeInUp 0.5s;
}
.ng-fadeInUp.ng-leave {
  -webkit-animation: fadeOutDown 0.5s;
  -o-animation: fadeOutDown 0.5s;
  animation: fadeOutDown 0.5s;
}

.ng-fadeInDown.ng-enter {
  -webkit-animation: fadeInDown 0.5s;
  -o-animation: fadeInDown 0.5s;
  animation: fadeInDown 0.5s;
}
.ng-fadeInDown.ng-leave {
  -webkit-animation: fadeOutUp 0.5s;
  -o-animation: fadeOutUp 0.5s;
  animation: fadeOutUp 0.5s;
}

.ng-fadeInRight.ng-enter {
  -webkit-animation: fadeInRight 0.5s;
  -o-animation: fadeInRight 0.5s;
  animation: fadeInRight 0.5s;
}
.ng-fadeInRight.ng-leave {
  -webkit-animation: fadeOutLeft 0.5s;
  -o-animation: fadeOutLeft 0.5s;
  animation: fadeOutLeft 0.5s;
}

.ng-fadeInLeft.ng-enter {
  -webkit-animation: fadeInLeft 0.5s;
  -o-animation: fadeInLeft 0.5s;
  animation: fadeInLeft 0.5s;
}
.ng-fadeInLeft.ng-leave {
  -webkit-animation: fadeOutRight 0.5s;
  -o-animation: fadeOutRight 0.5s;
  animation: fadeOutRight 0.5s;
}

.ng-fadeInUpBig.ng-enter {
  -webkit-animation: fadeInDownBig 0.5s;
  -o-animation: fadeInDownBig 0.5s;
  animation: fadeInDownBig 0.5s;
}
.ng-fadeInUpBig.ng-leave {
  -webkit-animation: fadeOutDownBig 0.5s;
  -o-animation: fadeOutDownBig 0.5s;
  animation: fadeOutDownBig 0.5s;
}

.ng-fadeInDownBig.ng-enter {
  -webkit-animation: fadeInUpBig 0.5s;
  -o-animation: fadeInUpBig 0.5s;
  animation: fadeInUpBig 0.5s;
}
.ng-fadeInDownBig.ng-leave {
  -webkit-animation: fadeOutUpBig 0.5s;
  -o-animation: fadeOutUpBig 0.5s;
  animation: fadeOutUpBig 0.5s;
}

.ng-fadeInRightBig.ng-enter {
  -webkit-animation: fadeInRightBig 0.5s;
  -o-animation: fadeInRightBig 0.5s;
  animation: fadeInRightBig 0.5s;
}
.ng-fadeInRightBig.ng-leave {
  -webkit-animation: fadeOutLeftBig 0.5s;
  -o-animation: fadeOutLeftBig 0.5s;
  animation: fadeOutLeftBig 0.5s;
}

.ng-fadeInLeftBig.ng-enter {
  -webkit-animation: fadeInLeftBig 0.5s;
  -o-animation: fadeInLeftBig 0.5s;
  animation: fadeInLeftBig 0.5s;
}
.ng-fadeInLeftBig.ng-leave {
  -webkit-animation: fadeOutRightBig 0.5s;
  -o-animation: fadeOutRightBig 0.5s;
  animation: fadeOutRightBig 0.5s;
}

.ng-zoomBackDown.ng-enter {
  -webkit-animation: fadeInDown 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-animation: fadeInDown 1s cubic-bezier(0.23, 1, 0.32, 1);
  animation: fadeInDown 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.ng-zoomBackDown.ng-leave {
  -webkit-animation: zoomBack 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-animation: zoomBack 1s cubic-bezier(0.23, 1, 0.32, 1);
  animation: zoomBack 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -18px, 0);
    transform: translate3d(0, -18px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -18px, 0);
    -ms-transform: translate3d(0, -18px, 0);
    transform: translate3d(0, -18px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-18px, 0, 0);
    transform: translate3d(-18px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-18px, 0, 0);
    -ms-transform: translate3d(-18px, 0, 0);
    transform: translate3d(-18px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(18px, 0, 0);
    transform: translate3d(18px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(18px, 0, 0);
    -ms-transform: translate3d(18px, 0, 0);
    transform: translate3d(18px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 18px, 0);
    transform: translate3d(0, 18px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 18px, 0);
    -ms-transform: translate3d(0, 18px, 0);
    transform: translate3d(0, 18px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 18px, 0);
    transform: translate3d(0, 18px, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 18px, 0);
    -ms-transform: translate3d(0, 18px, 0);
    transform: translate3d(0, 18px, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-18px, 0, 0);
    transform: translate3d(-18px, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-18px, 0, 0);
    -ms-transform: translate3d(-18px, 0, 0);
    transform: translate3d(-18px, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(18px, 0, 0);
    transform: translate3d(18px, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(18px, 0, 0);
    -ms-transform: translate3d(18px, 0, 0);
    transform: translate3d(18px, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -18px, 0);
    transform: translate3d(0, -18px, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -18px, 0);
    -ms-transform: translate3d(0, -18px, 0);
    transform: translate3d(0, -18px, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(18px, 0, 0) skewX(-30deg);
    transform: translate3d(18px, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(18px, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(18px, 0, 0) skewX(-30deg);
    transform: translate3d(18px, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(18px, 0, 0) skewX(30deg);
    transform: translate3d(18px, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(18px, 0, 0) skewX(30deg);
    -ms-transform: translate3d(18px, 0, 0) skewX(30deg);
    transform: translate3d(18px, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    -ms-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-18px, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-18px, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-18px, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-18px, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-18px, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(18px, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(18px, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(18px, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(18px, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(18px, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes fadeOutUpShort {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes fadeOutUpShort {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
.fadeOutUpShort {
  -webkit-animation-name: fadeOutUpShort;
  animation-name: fadeOutUpShort;
}

@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpShort {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}

@-webkit-keyframes zoomInShort {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomInShort {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    -ms-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  50% {
    opacity: 1;
  }
}
.zoomInShort {
  -webkit-animation-name: zoomInShort;
  animation-name: zoomInShort;
}

@-webkit-keyframes zoomBack {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomBack {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    -ms-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  100% {
    opacity: 0;
  }
}
.zoomBack {
  -webkit-animation-name: zoomBack;
  animation-name: zoomBack;
}

/* ========================================================================
     Component: button-extra
 ========================================================================== */
.btn, .ColVis .ColVis_Button {
  -webkit-transition: "box-shadow .4s btn-t-function, background-color .4s btn-t-function, transform .4s btn-t-function";
  -o-transition: "box-shadow .4s btn-t-function, background-color .4s btn-t-function, transform .4s btn-t-function";
  transition: "box-shadow .4s btn-t-function, background-color .4s btn-t-function, transform .4s btn-t-function";
}

.btn:hover, .ColVis .ColVis_Button:hover,
.btn:active,
.ColVis .ColVis_Button:active {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translate3d(0, -1px, 0);
  transform: translate3d(0, -1px, 0);
}

.btn-inverse {
  color: #fff;
  background-color: #263238;
  border-color: #263238;
}
.btn-inverse:focus, .btn-inverse.focus {
  color: #fff;
  background-color: #1e272c;
  border-color: #161c20;
}
.btn-inverse:hover {
  color: #fff;
  background-color: #1e272c;
  border-color: #161c20;
}
.btn-inverse:active, .btn-inverse.active, .open > .btn-inverse.dropdown-toggle {
  color: #fff;
  background-color: #1e272c;
  border-color: #161c20;
}
.btn-inverse:active:hover, .btn-inverse:active:focus, .btn-inverse:active.focus, .btn-inverse.active:hover, .btn-inverse.active:focus, .btn-inverse.active.focus, .open > .btn-inverse.dropdown-toggle:hover, .open > .btn-inverse.dropdown-toggle:focus, .open > .btn-inverse.dropdown-toggle.focus {
  color: #fff;
  background-color: #1e272c;
  border-color: #161c20;
}
.btn-inverse:active, .btn-inverse.active, .open > .btn-inverse.dropdown-toggle {
  background-image: none;
}
.btn-inverse.disabled, .btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled.focus, .btn-inverse.disabled:active, .btn-inverse.disabled.active, .btn-inverse[disabled], .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled].focus, .btn-inverse[disabled]:active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse.focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse.active {
  background-color: #263238;
  border-color: #263238;
}
.btn-inverse .badge {
  color: #263238;
  background-color: #fff;
}

.btn-green {
  color: #fff;
  background-color: #8EA201;
  border-color: rgba(0, 0, 0, 0);
}
.btn-green:focus, .btn-green.focus {
  color: #fff;
  background-color: #7c8e01;
  border-color: rgba(0, 0, 0, 0);
}
.btn-green:hover {
  color: #fff;
  background-color: #7c8e01;
  border-color: rgba(0, 0, 0, 0);
}
.btn-green:active, .btn-green.active, .open > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #7c8e01;
  border-color: rgba(0, 0, 0, 0);
}
.btn-green:active:hover, .btn-green:active:focus, .btn-green:active.focus, .btn-green.active:hover, .btn-green.active:focus, .btn-green.active.focus, .open > .btn-green.dropdown-toggle:hover, .open > .btn-green.dropdown-toggle:focus, .open > .btn-green.dropdown-toggle.focus {
  color: #fff;
  background-color: #7c8e01;
  border-color: rgba(0, 0, 0, 0);
}
.btn-green:active, .btn-green.active, .open > .btn-green.dropdown-toggle {
  background-image: none;
}
.btn-green.disabled, .btn-green.disabled:hover, .btn-green.disabled:focus, .btn-green.disabled.focus, .btn-green.disabled:active, .btn-green.disabled.active, .btn-green[disabled], .btn-green[disabled]:hover, .btn-green[disabled]:focus, .btn-green[disabled].focus, .btn-green[disabled]:active, .btn-green[disabled].active, fieldset[disabled] .btn-green, fieldset[disabled] .btn-green:hover, fieldset[disabled] .btn-green:focus, fieldset[disabled] .btn-green.focus, fieldset[disabled] .btn-green:active, fieldset[disabled] .btn-green.active {
  background-color: #8EA201;
  border-color: rgba(0, 0, 0, 0);
}
.btn-green .badge {
  color: #8EA201;
  background-color: #fff;
}

.btn-purple {
  color: #fff;
  background-color: #673AB7;
  border-color: rgba(0, 0, 0, 0);
}
.btn-purple:focus, .btn-purple.focus {
  color: #fff;
  background-color: #5e35a8;
  border-color: rgba(0, 0, 0, 0);
}
.btn-purple:hover {
  color: #fff;
  background-color: #5e35a8;
  border-color: rgba(0, 0, 0, 0);
}
.btn-purple:active, .btn-purple.active, .open > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #5e35a8;
  border-color: rgba(0, 0, 0, 0);
}
.btn-purple:active:hover, .btn-purple:active:focus, .btn-purple:active.focus, .btn-purple.active:hover, .btn-purple.active:focus, .btn-purple.active.focus, .open > .btn-purple.dropdown-toggle:hover, .open > .btn-purple.dropdown-toggle:focus, .open > .btn-purple.dropdown-toggle.focus {
  color: #fff;
  background-color: #5e35a8;
  border-color: rgba(0, 0, 0, 0);
}
.btn-purple:active, .btn-purple.active, .open > .btn-purple.dropdown-toggle {
  background-image: none;
}
.btn-purple.disabled, .btn-purple.disabled:hover, .btn-purple.disabled:focus, .btn-purple.disabled.focus, .btn-purple.disabled:active, .btn-purple.disabled.active, .btn-purple[disabled], .btn-purple[disabled]:hover, .btn-purple[disabled]:focus, .btn-purple[disabled].focus, .btn-purple[disabled]:active, .btn-purple[disabled].active, fieldset[disabled] .btn-purple, fieldset[disabled] .btn-purple:hover, fieldset[disabled] .btn-purple:focus, fieldset[disabled] .btn-purple.focus, fieldset[disabled] .btn-purple:active, fieldset[disabled] .btn-purple.active {
  background-color: #673AB7;
  border-color: rgba(0, 0, 0, 0);
}
.btn-purple .badge {
  color: #673AB7;
  background-color: #fff;
}

.btn-pink {
  color: #fff;
  background-color: #E91E63;
  border-color: rgba(0, 0, 0, 0);
}
.btn-pink:focus, .btn-pink.focus {
  color: #fff;
  background-color: #dd1659;
  border-color: rgba(0, 0, 0, 0);
}
.btn-pink:hover {
  color: #fff;
  background-color: #dd1659;
  border-color: rgba(0, 0, 0, 0);
}
.btn-pink:active, .btn-pink.active, .open > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #dd1659;
  border-color: rgba(0, 0, 0, 0);
}
.btn-pink:active:hover, .btn-pink:active:focus, .btn-pink:active.focus, .btn-pink.active:hover, .btn-pink.active:focus, .btn-pink.active.focus, .open > .btn-pink.dropdown-toggle:hover, .open > .btn-pink.dropdown-toggle:focus, .open > .btn-pink.dropdown-toggle.focus {
  color: #fff;
  background-color: #dd1659;
  border-color: rgba(0, 0, 0, 0);
}
.btn-pink:active, .btn-pink.active, .open > .btn-pink.dropdown-toggle {
  background-image: none;
}
.btn-pink.disabled, .btn-pink.disabled:hover, .btn-pink.disabled:focus, .btn-pink.disabled.focus, .btn-pink.disabled:active, .btn-pink.disabled.active, .btn-pink[disabled], .btn-pink[disabled]:hover, .btn-pink[disabled]:focus, .btn-pink[disabled].focus, .btn-pink[disabled]:active, .btn-pink[disabled].active, fieldset[disabled] .btn-pink, fieldset[disabled] .btn-pink:hover, fieldset[disabled] .btn-pink:focus, fieldset[disabled] .btn-pink.focus, fieldset[disabled] .btn-pink:active, fieldset[disabled] .btn-pink.active {
  background-color: #E91E63;
  border-color: rgba(0, 0, 0, 0);
}
.btn-pink .badge {
  color: #E91E63;
  background-color: #fff;
}

.btn-outline {
  background-color: transparent;
  border-color: #fff;
}
.btn-outline:hover, .btn-outline:active {
  background-color: #fff;
  color: #21759B;
}

.btn-flat {
  border-bottom-width: 1px;
  border-radius: 0;
  box-shadow: 0 0 0 #000;
}

.btn-xl {
  padding: 20px 16px;
  font-size: 18px;
}

.btn-square {
  border-radius: 0;
}

.btn-pill-left, .btn-oval {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 18px;
}

.btn-pill-right, .btn-oval {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-right: 18px;
}

.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}

.btn-label {
  position: relative;
  background: transparent;
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 6px 16px;
  left: -16px;
  border-radius: 3px 0 0 3px;
}
.btn-label.btn-label-right {
  left: auto;
  right: -16px;
  border-radius: 0 3px 3px 0;
}

.btn-lg .btn-label, .btn-group-lg > .btn .btn-label, .ColVis .btn-group-lg > .ColVis_Button .btn-label {
  padding: 10px 20px;
  left: -20px;
  border-radius: 5px 0 0 5px;
}
.btn-lg .btn-label.btn-label-right, .btn-group-lg > .btn .btn-label.btn-label-right, .ColVis .btn-group-lg > .ColVis_Button .btn-label.btn-label-right {
  left: auto;
  right: -20px;
  border-radius: 0 5px 5px 0;
}

.btn-sm .btn-label, .calendar-app .fc-button .btn-label, .btn-group-sm > .btn .btn-label, .ColVis .btn-group-sm > .ColVis_Button .btn-label {
  padding: 5px 10px;
  left: -10px;
  border-radius: 2px 0 0 2px;
}
.btn-sm .btn-label.btn-label-right, .calendar-app .fc-button .btn-label.btn-label-right, .btn-group-sm > .btn .btn-label.btn-label-right, .ColVis .btn-group-sm > .ColVis_Button .btn-label.btn-label-right {
  left: auto;
  right: -10px;
  border-radius: 0 2px 2px 0;
}

.btn-xs .btn-label, .btn-group-xs > .btn .btn-label, .ColVis .btn-group-xs > .ColVis_Button .btn-label {
  padding: 1px 5px;
  left: -5px;
  border-radius: 2px 0 0 2px;
}
.btn-xs .btn-label.btn-label-right, .btn-group-xs > .btn .btn-label.btn-label-right, .ColVis .btn-group-xs > .ColVis_Button .btn-label.btn-label-right {
  left: auto;
  right: -5px;
  border-radius: 0 2px 2px 0;
}

.btn-fw {
  min-width: 80px;
}
.btn-fw.btn-sm, .calendar-app .btn-fw.fc-button, .btn-group-sm > .btn-fw.btn, .ColVis .btn-group-sm > .btn-fw.ColVis_Button {
  min-width: 40px;
}
.btn-fw.btn-md {
  min-width: 60px;
}
.btn-fw.btn-lg, .btn-group-lg > .btn-fw.btn, .ColVis .btn-group-lg > .btn-fw.ColVis_Button {
  min-width: 140px;
}

.btn-circle {
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 12px;
  line-height: 35px;
  border-radius: 500px;
  padding: 0;
  border: 0;
}
.btn-circle > * {
  line-height: inherit !important;
}
.btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn, .ColVis .btn-group-lg > .btn-circle.ColVis_Button {
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
}

/* ========================================================================
     Component: placeholder
 ========================================================================== */
.box-placeholder {
  margin-bottom: 15px;
  padding: 20px;
  border: 1px dashed #ddd;
  background: #fafafa;
  color: #444;
}

.box-placeholder > :last-child {
  margin-bottom: 0;
}

.box-placeholder-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* ========================================================================
     Component: panels
 ========================================================================== */
.panel {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
  border: 0;
  border-radius: 4px;
  margin-bottom: 16px;
}
.panel.panel-transparent {
  border: 0;
  background-color: transparent;
  box-shadow: 0 0 0 #000;
}
.panel.panel-transparent .panel-heading,
.panel.panel-transparent .panel-body {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.panel-flat {
  margin: 0 !important;
  border: 0;
}

.panel-group .panel {
  border-radius: 0;
}
.panel-group .panel .panel-body {
  border-top: 0;
}
.panel-group .panel-default .panel-heading {
  background: #edf1f2;
}

.panel-group .panel-flat {
  box-shadow: 0 0 0 #000;
}
.panel-group .panel-flat:first-child {
  border-radius: 4px 4px 0 0;
}
.panel-group .panel-flat:last-child {
  border-radius: 0 0 4px 4px;
}

.panel-heading paneltool > a {
  display: inline-block;
  color: #fff;
  width: 2em;
  text-align: center;
}
.panel-default .panel-heading paneltool > a {
  color: #c1c2c3;
}
.panel-heading > .label.pull-right {
  margin-top: 3px;
}
.panel-heading > .label.pull-right + .label.pull-right {
  margin-right: 10px;
}
.panel-heading.panel-heading-collapsed {
  border-radius: 3px;
}

.panel-footer .pagination {
  margin: 0;
}
.panel-footer .radial-bar {
  margin-bottom: 0;
}
.panel-footer p {
  margin-bottom: 0;
}

.panel-heading-active {
  background-color: #4CAF50 !important;
  font-weight: bold;
  font-size: 16px;
}
.panel-heading-active > a {
  padding: 15px 0;
  color: #fff !important;
  -webkit-transition: padding 0.5s ease;
  -o-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}
.panel-heading-active + .panel-collapse:after {
  content: "";
  display: block;
  width: 60%;
  margin: 0 auto;
  height: 0;
  border-bottom: 1px solid #e1e2e3;
}

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

.panel-green {
  border-color: #cfdbe2;
}
.panel-green > .panel-heading {
  color: #fff;
  background-color: #8EA201;
  border-color: #8EA201;
}
.panel-green > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cfdbe2;
}
.panel-green > .panel-heading .badge {
  color: #8EA201;
  background-color: #fff;
}
.panel-green > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cfdbe2;
}

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

.panel-purple {
  border-color: #cfdbe2;
}
.panel-purple > .panel-heading {
  color: #fff;
  background-color: #673AB7;
  border-color: #673AB7;
}
.panel-purple > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cfdbe2;
}
.panel-purple > .panel-heading .badge {
  color: #673AB7;
  background-color: #fff;
}
.panel-purple > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cfdbe2;
}

.panel-dark {
  border-color: #cfdbe2;
}
.panel-dark > .panel-heading {
  color: #fff;
  background-color: #607D8B;
  border-color: #607D8B;
}
.panel-dark > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cfdbe2;
}
.panel-dark > .panel-heading .badge {
  color: #607D8B;
  background-color: #fff;
}
.panel-dark > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cfdbe2;
}

/* ========================================================================
     Component: progress-extra
 ========================================================================== */
.progress-sm {
  height: 15px;
}

.progress-xs {
  height: 8px;
}

.progress-bar-purple {
  background-color: #673AB7;
}
.progress-striped .progress-bar-purple {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-inverse {
  background-color: #263238;
}
.progress-striped .progress-bar-inverse {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-green {
  background-color: #8EA201;
}
.progress-striped .progress-bar-green {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-pink {
  background-color: #E91E63;
}
.progress-striped .progress-bar-pink {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-yellow {
  background-color: #FFEB3B;
}
.progress-striped .progress-bar-yellow {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-1 {
  width: 1%;
}

.progress-2 {
  width: 2%;
}

.progress-3 {
  width: 3%;
}

.progress-4 {
  width: 4%;
}

.progress-5 {
  width: 5%;
}

.progress-6 {
  width: 6%;
}

.progress-7 {
  width: 7%;
}

.progress-8 {
  width: 8%;
}

.progress-9 {
  width: 9%;
}

.progress-10 {
  width: 10%;
}

.progress-11 {
  width: 11%;
}

.progress-12 {
  width: 12%;
}

.progress-13 {
  width: 13%;
}

.progress-14 {
  width: 14%;
}

.progress-15 {
  width: 15%;
}

.progress-16 {
  width: 16%;
}

.progress-17 {
  width: 17%;
}

.progress-18 {
  width: 18%;
}

.progress-19 {
  width: 19%;
}

.progress-20 {
  width: 20%;
}

.progress-21 {
  width: 21%;
}

.progress-22 {
  width: 22%;
}

.progress-23 {
  width: 23%;
}

.progress-24 {
  width: 24%;
}

.progress-25 {
  width: 25%;
}

.progress-26 {
  width: 26%;
}

.progress-27 {
  width: 27%;
}

.progress-28 {
  width: 28%;
}

.progress-29 {
  width: 29%;
}

.progress-30 {
  width: 30%;
}

.progress-31 {
  width: 31%;
}

.progress-32 {
  width: 32%;
}

.progress-33 {
  width: 33%;
}

.progress-34 {
  width: 34%;
}

.progress-35 {
  width: 35%;
}

.progress-36 {
  width: 36%;
}

.progress-37 {
  width: 37%;
}

.progress-38 {
  width: 38%;
}

.progress-39 {
  width: 39%;
}

.progress-40 {
  width: 40%;
}

.progress-41 {
  width: 41%;
}

.progress-42 {
  width: 42%;
}

.progress-43 {
  width: 43%;
}

.progress-44 {
  width: 44%;
}

.progress-45 {
  width: 45%;
}

.progress-46 {
  width: 46%;
}

.progress-47 {
  width: 47%;
}

.progress-48 {
  width: 48%;
}

.progress-49 {
  width: 49%;
}

.progress-50 {
  width: 50%;
}

.progress-51 {
  width: 51%;
}

.progress-52 {
  width: 52%;
}

.progress-53 {
  width: 53%;
}

.progress-54 {
  width: 54%;
}

.progress-55 {
  width: 55%;
}

.progress-56 {
  width: 56%;
}

.progress-57 {
  width: 57%;
}

.progress-58 {
  width: 58%;
}

.progress-59 {
  width: 59%;
}

.progress-60 {
  width: 60%;
}

.progress-61 {
  width: 61%;
}

.progress-62 {
  width: 62%;
}

.progress-63 {
  width: 63%;
}

.progress-64 {
  width: 64%;
}

.progress-65 {
  width: 65%;
}

.progress-66 {
  width: 66%;
}

.progress-67 {
  width: 67%;
}

.progress-68 {
  width: 68%;
}

.progress-69 {
  width: 69%;
}

.progress-70 {
  width: 70%;
}

.progress-71 {
  width: 71%;
}

.progress-72 {
  width: 72%;
}

.progress-73 {
  width: 73%;
}

.progress-74 {
  width: 74%;
}

.progress-75 {
  width: 75%;
}

.progress-76 {
  width: 76%;
}

.progress-77 {
  width: 77%;
}

.progress-78 {
  width: 78%;
}

.progress-79 {
  width: 79%;
}

.progress-80 {
  width: 80%;
}

.progress-81 {
  width: 81%;
}

.progress-82 {
  width: 82%;
}

.progress-83 {
  width: 83%;
}

.progress-84 {
  width: 84%;
}

.progress-85 {
  width: 85%;
}

.progress-86 {
  width: 86%;
}

.progress-87 {
  width: 87%;
}

.progress-88 {
  width: 88%;
}

.progress-89 {
  width: 89%;
}

.progress-90 {
  width: 90%;
}

.progress-91 {
  width: 91%;
}

.progress-92 {
  width: 92%;
}

.progress-93 {
  width: 93%;
}

.progress-94 {
  width: 94%;
}

.progress-95 {
  width: 95%;
}

.progress-96 {
  width: 96%;
}

.progress-97 {
  width: 97%;
}

.progress-98 {
  width: 98%;
}

.progress-99 {
  width: 99%;
}

.progress-100 {
  width: 100%;
}

/* ========================================================================
     Component: radial-bar
 ========================================================================== */
/* -------------------------------------
 * Bar container
 * ------------------------------------- */
.radial-bar {
  position: relative;
  display: inline-block;
  font-size: 16px;
  border-radius: 50%;
  border: 2px solid #fafafa;
  background-color: transparent;
  margin-bottom: 20px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 80px;
  height: 80px;
  font-size: 18px;
}
.radial-bar:after,
.radial-bar > img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  color: #a1a2a3;
}
.radial-bar:after {
  content: attr(data-label);
  background-color: #fff;
  z-index: 101;
}
.radial-bar > img {
  z-index: 102;
}
.radial-bar:after,
.radial-bar > img {
  width: 56px;
  height: 56px;
  margin-left: 12px;
  margin-top: 12px;
  line-height: 56px;
}
.radial-bar.radial-bar-0 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(90deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar.radial-bar-5 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(108deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar.radial-bar-10 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(126deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar.radial-bar-15 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(144deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar.radial-bar-20 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(162deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar.radial-bar-25 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(180deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar.radial-bar-30 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(198deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar.radial-bar-35 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(216deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar.radial-bar-40 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(234deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar.radial-bar-45 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(252deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar.radial-bar-50 {
  background-image: linear-gradient(-90deg, #21759B 50%, transparent 50%, transparent), linear-gradient(270deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar.radial-bar-55 {
  background-image: linear-gradient(-72deg, #21759B 50%, transparent 50%, transparent), linear-gradient(270deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar.radial-bar-60 {
  background-image: linear-gradient(-54deg, #21759B 50%, transparent 50%, transparent), linear-gradient(270deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar.radial-bar-65 {
  background-image: linear-gradient(-36deg, #21759B 50%, transparent 50%, transparent), linear-gradient(270deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar.radial-bar-70 {
  background-image: linear-gradient(-18deg, #21759B 50%, transparent 50%, transparent), linear-gradient(270deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar.radial-bar-75 {
  background-image: linear-gradient(0deg, #21759B 50%, transparent 50%, transparent), linear-gradient(270deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar.radial-bar-80 {
  background-image: linear-gradient(18deg, #21759B 50%, transparent 50%, transparent), linear-gradient(270deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar.radial-bar-85 {
  background-image: linear-gradient(36deg, #21759B 50%, transparent 50%, transparent), linear-gradient(270deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar.radial-bar-90 {
  background-image: linear-gradient(54deg, #21759B 50%, transparent 50%, transparent), linear-gradient(270deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar.radial-bar-95 {
  background-image: linear-gradient(72deg, #21759B 50%, transparent 50%, transparent), linear-gradient(270deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar.radial-bar-100 {
  background-image: linear-gradient(90deg, #21759B 50%, transparent 50%, transparent), linear-gradient(270deg, #21759B 50%, #fafafa 50%, #fafafa);
}

.radial-bar-primary.radial-bar-0 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(90deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar-primary.radial-bar-5 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(108deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar-primary.radial-bar-10 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(126deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar-primary.radial-bar-15 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(144deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar-primary.radial-bar-20 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(162deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar-primary.radial-bar-25 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(180deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar-primary.radial-bar-30 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(198deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar-primary.radial-bar-35 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(216deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar-primary.radial-bar-40 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(234deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar-primary.radial-bar-45 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(252deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar-primary.radial-bar-50 {
  background-image: linear-gradient(-90deg, #21759B 50%, transparent 50%, transparent), linear-gradient(270deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar-primary.radial-bar-55 {
  background-image: linear-gradient(-72deg, #21759B 50%, transparent 50%, transparent), linear-gradient(270deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar-primary.radial-bar-60 {
  background-image: linear-gradient(-54deg, #21759B 50%, transparent 50%, transparent), linear-gradient(270deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar-primary.radial-bar-65 {
  background-image: linear-gradient(-36deg, #21759B 50%, transparent 50%, transparent), linear-gradient(270deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar-primary.radial-bar-70 {
  background-image: linear-gradient(-18deg, #21759B 50%, transparent 50%, transparent), linear-gradient(270deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar-primary.radial-bar-75 {
  background-image: linear-gradient(0deg, #21759B 50%, transparent 50%, transparent), linear-gradient(270deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar-primary.radial-bar-80 {
  background-image: linear-gradient(18deg, #21759B 50%, transparent 50%, transparent), linear-gradient(270deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar-primary.radial-bar-85 {
  background-image: linear-gradient(36deg, #21759B 50%, transparent 50%, transparent), linear-gradient(270deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar-primary.radial-bar-90 {
  background-image: linear-gradient(54deg, #21759B 50%, transparent 50%, transparent), linear-gradient(270deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar-primary.radial-bar-95 {
  background-image: linear-gradient(72deg, #21759B 50%, transparent 50%, transparent), linear-gradient(270deg, #21759B 50%, #fafafa 50%, #fafafa);
}
.radial-bar-primary.radial-bar-100 {
  background-image: linear-gradient(90deg, #21759B 50%, transparent 50%, transparent), linear-gradient(270deg, #21759B 50%, #fafafa 50%, #fafafa);
}

.radial-bar-success.radial-bar-0 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(90deg, #4CAF50 50%, #fafafa 50%, #fafafa);
}
.radial-bar-success.radial-bar-5 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(108deg, #4CAF50 50%, #fafafa 50%, #fafafa);
}
.radial-bar-success.radial-bar-10 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(126deg, #4CAF50 50%, #fafafa 50%, #fafafa);
}
.radial-bar-success.radial-bar-15 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(144deg, #4CAF50 50%, #fafafa 50%, #fafafa);
}
.radial-bar-success.radial-bar-20 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(162deg, #4CAF50 50%, #fafafa 50%, #fafafa);
}
.radial-bar-success.radial-bar-25 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(180deg, #4CAF50 50%, #fafafa 50%, #fafafa);
}
.radial-bar-success.radial-bar-30 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(198deg, #4CAF50 50%, #fafafa 50%, #fafafa);
}
.radial-bar-success.radial-bar-35 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(216deg, #4CAF50 50%, #fafafa 50%, #fafafa);
}
.radial-bar-success.radial-bar-40 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(234deg, #4CAF50 50%, #fafafa 50%, #fafafa);
}
.radial-bar-success.radial-bar-45 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(252deg, #4CAF50 50%, #fafafa 50%, #fafafa);
}
.radial-bar-success.radial-bar-50 {
  background-image: linear-gradient(-90deg, #4CAF50 50%, transparent 50%, transparent), linear-gradient(270deg, #4CAF50 50%, #fafafa 50%, #fafafa);
}
.radial-bar-success.radial-bar-55 {
  background-image: linear-gradient(-72deg, #4CAF50 50%, transparent 50%, transparent), linear-gradient(270deg, #4CAF50 50%, #fafafa 50%, #fafafa);
}
.radial-bar-success.radial-bar-60 {
  background-image: linear-gradient(-54deg, #4CAF50 50%, transparent 50%, transparent), linear-gradient(270deg, #4CAF50 50%, #fafafa 50%, #fafafa);
}
.radial-bar-success.radial-bar-65 {
  background-image: linear-gradient(-36deg, #4CAF50 50%, transparent 50%, transparent), linear-gradient(270deg, #4CAF50 50%, #fafafa 50%, #fafafa);
}
.radial-bar-success.radial-bar-70 {
  background-image: linear-gradient(-18deg, #4CAF50 50%, transparent 50%, transparent), linear-gradient(270deg, #4CAF50 50%, #fafafa 50%, #fafafa);
}
.radial-bar-success.radial-bar-75 {
  background-image: linear-gradient(0deg, #4CAF50 50%, transparent 50%, transparent), linear-gradient(270deg, #4CAF50 50%, #fafafa 50%, #fafafa);
}
.radial-bar-success.radial-bar-80 {
  background-image: linear-gradient(18deg, #4CAF50 50%, transparent 50%, transparent), linear-gradient(270deg, #4CAF50 50%, #fafafa 50%, #fafafa);
}
.radial-bar-success.radial-bar-85 {
  background-image: linear-gradient(36deg, #4CAF50 50%, transparent 50%, transparent), linear-gradient(270deg, #4CAF50 50%, #fafafa 50%, #fafafa);
}
.radial-bar-success.radial-bar-90 {
  background-image: linear-gradient(54deg, #4CAF50 50%, transparent 50%, transparent), linear-gradient(270deg, #4CAF50 50%, #fafafa 50%, #fafafa);
}
.radial-bar-success.radial-bar-95 {
  background-image: linear-gradient(72deg, #4CAF50 50%, transparent 50%, transparent), linear-gradient(270deg, #4CAF50 50%, #fafafa 50%, #fafafa);
}
.radial-bar-success.radial-bar-100 {
  background-image: linear-gradient(90deg, #4CAF50 50%, transparent 50%, transparent), linear-gradient(270deg, #4CAF50 50%, #fafafa 50%, #fafafa);
}

.radial-bar-info.radial-bar-0 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(90deg, #21759b 50%, #fafafa 50%, #fafafa);
}
.radial-bar-info.radial-bar-5 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(108deg, #21759b 50%, #fafafa 50%, #fafafa);
}
.radial-bar-info.radial-bar-10 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(126deg, #21759b 50%, #fafafa 50%, #fafafa);
}
.radial-bar-info.radial-bar-15 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(144deg, #21759b 50%, #fafafa 50%, #fafafa);
}
.radial-bar-info.radial-bar-20 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(162deg, #21759b 50%, #fafafa 50%, #fafafa);
}
.radial-bar-info.radial-bar-25 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(180deg, #21759b 50%, #fafafa 50%, #fafafa);
}
.radial-bar-info.radial-bar-30 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(198deg, #21759b 50%, #fafafa 50%, #fafafa);
}
.radial-bar-info.radial-bar-35 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(216deg, #21759b 50%, #fafafa 50%, #fafafa);
}
.radial-bar-info.radial-bar-40 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(234deg, #21759b 50%, #fafafa 50%, #fafafa);
}
.radial-bar-info.radial-bar-45 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(252deg, #21759b 50%, #fafafa 50%, #fafafa);
}
.radial-bar-info.radial-bar-50 {
  background-image: linear-gradient(-90deg, #21759b 50%, transparent 50%, transparent), linear-gradient(270deg, #21759b 50%, #fafafa 50%, #fafafa);
}
.radial-bar-info.radial-bar-55 {
  background-image: linear-gradient(-72deg, #21759b 50%, transparent 50%, transparent), linear-gradient(270deg, #21759b 50%, #fafafa 50%, #fafafa);
}
.radial-bar-info.radial-bar-60 {
  background-image: linear-gradient(-54deg, #21759b 50%, transparent 50%, transparent), linear-gradient(270deg, #21759b 50%, #fafafa 50%, #fafafa);
}
.radial-bar-info.radial-bar-65 {
  background-image: linear-gradient(-36deg, #21759b 50%, transparent 50%, transparent), linear-gradient(270deg, #21759b 50%, #fafafa 50%, #fafafa);
}
.radial-bar-info.radial-bar-70 {
  background-image: linear-gradient(-18deg, #21759b 50%, transparent 50%, transparent), linear-gradient(270deg, #21759b 50%, #fafafa 50%, #fafafa);
}
.radial-bar-info.radial-bar-75 {
  background-image: linear-gradient(0deg, #21759b 50%, transparent 50%, transparent), linear-gradient(270deg, #21759b 50%, #fafafa 50%, #fafafa);
}
.radial-bar-info.radial-bar-80 {
  background-image: linear-gradient(18deg, #21759b 50%, transparent 50%, transparent), linear-gradient(270deg, #21759b 50%, #fafafa 50%, #fafafa);
}
.radial-bar-info.radial-bar-85 {
  background-image: linear-gradient(36deg, #21759b 50%, transparent 50%, transparent), linear-gradient(270deg, #21759b 50%, #fafafa 50%, #fafafa);
}
.radial-bar-info.radial-bar-90 {
  background-image: linear-gradient(54deg, #21759b 50%, transparent 50%, transparent), linear-gradient(270deg, #21759b 50%, #fafafa 50%, #fafafa);
}
.radial-bar-info.radial-bar-95 {
  background-image: linear-gradient(72deg, #21759b 50%, transparent 50%, transparent), linear-gradient(270deg, #21759b 50%, #fafafa 50%, #fafafa);
}
.radial-bar-info.radial-bar-100 {
  background-image: linear-gradient(90deg, #21759b 50%, transparent 50%, transparent), linear-gradient(270deg, #21759b 50%, #fafafa 50%, #fafafa);
}

.radial-bar-warning.radial-bar-0 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(90deg, #FF9800 50%, #fafafa 50%, #fafafa);
}
.radial-bar-warning.radial-bar-5 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(108deg, #FF9800 50%, #fafafa 50%, #fafafa);
}
.radial-bar-warning.radial-bar-10 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(126deg, #FF9800 50%, #fafafa 50%, #fafafa);
}
.radial-bar-warning.radial-bar-15 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(144deg, #FF9800 50%, #fafafa 50%, #fafafa);
}
.radial-bar-warning.radial-bar-20 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(162deg, #FF9800 50%, #fafafa 50%, #fafafa);
}
.radial-bar-warning.radial-bar-25 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(180deg, #FF9800 50%, #fafafa 50%, #fafafa);
}
.radial-bar-warning.radial-bar-30 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(198deg, #FF9800 50%, #fafafa 50%, #fafafa);
}
.radial-bar-warning.radial-bar-35 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(216deg, #FF9800 50%, #fafafa 50%, #fafafa);
}
.radial-bar-warning.radial-bar-40 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(234deg, #FF9800 50%, #fafafa 50%, #fafafa);
}
.radial-bar-warning.radial-bar-45 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(252deg, #FF9800 50%, #fafafa 50%, #fafafa);
}
.radial-bar-warning.radial-bar-50 {
  background-image: linear-gradient(-90deg, #FF9800 50%, transparent 50%, transparent), linear-gradient(270deg, #FF9800 50%, #fafafa 50%, #fafafa);
}
.radial-bar-warning.radial-bar-55 {
  background-image: linear-gradient(-72deg, #FF9800 50%, transparent 50%, transparent), linear-gradient(270deg, #FF9800 50%, #fafafa 50%, #fafafa);
}
.radial-bar-warning.radial-bar-60 {
  background-image: linear-gradient(-54deg, #FF9800 50%, transparent 50%, transparent), linear-gradient(270deg, #FF9800 50%, #fafafa 50%, #fafafa);
}
.radial-bar-warning.radial-bar-65 {
  background-image: linear-gradient(-36deg, #FF9800 50%, transparent 50%, transparent), linear-gradient(270deg, #FF9800 50%, #fafafa 50%, #fafafa);
}
.radial-bar-warning.radial-bar-70 {
  background-image: linear-gradient(-18deg, #FF9800 50%, transparent 50%, transparent), linear-gradient(270deg, #FF9800 50%, #fafafa 50%, #fafafa);
}
.radial-bar-warning.radial-bar-75 {
  background-image: linear-gradient(0deg, #FF9800 50%, transparent 50%, transparent), linear-gradient(270deg, #FF9800 50%, #fafafa 50%, #fafafa);
}
.radial-bar-warning.radial-bar-80 {
  background-image: linear-gradient(18deg, #FF9800 50%, transparent 50%, transparent), linear-gradient(270deg, #FF9800 50%, #fafafa 50%, #fafafa);
}
.radial-bar-warning.radial-bar-85 {
  background-image: linear-gradient(36deg, #FF9800 50%, transparent 50%, transparent), linear-gradient(270deg, #FF9800 50%, #fafafa 50%, #fafafa);
}
.radial-bar-warning.radial-bar-90 {
  background-image: linear-gradient(54deg, #FF9800 50%, transparent 50%, transparent), linear-gradient(270deg, #FF9800 50%, #fafafa 50%, #fafafa);
}
.radial-bar-warning.radial-bar-95 {
  background-image: linear-gradient(72deg, #FF9800 50%, transparent 50%, transparent), linear-gradient(270deg, #FF9800 50%, #fafafa 50%, #fafafa);
}
.radial-bar-warning.radial-bar-100 {
  background-image: linear-gradient(90deg, #FF9800 50%, transparent 50%, transparent), linear-gradient(270deg, #FF9800 50%, #fafafa 50%, #fafafa);
}

.radial-bar-danger.radial-bar-0 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(90deg, #F44336 50%, #fafafa 50%, #fafafa);
}
.radial-bar-danger.radial-bar-5 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(108deg, #F44336 50%, #fafafa 50%, #fafafa);
}
.radial-bar-danger.radial-bar-10 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(126deg, #F44336 50%, #fafafa 50%, #fafafa);
}
.radial-bar-danger.radial-bar-15 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(144deg, #F44336 50%, #fafafa 50%, #fafafa);
}
.radial-bar-danger.radial-bar-20 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(162deg, #F44336 50%, #fafafa 50%, #fafafa);
}
.radial-bar-danger.radial-bar-25 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(180deg, #F44336 50%, #fafafa 50%, #fafafa);
}
.radial-bar-danger.radial-bar-30 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(198deg, #F44336 50%, #fafafa 50%, #fafafa);
}
.radial-bar-danger.radial-bar-35 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(216deg, #F44336 50%, #fafafa 50%, #fafafa);
}
.radial-bar-danger.radial-bar-40 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(234deg, #F44336 50%, #fafafa 50%, #fafafa);
}
.radial-bar-danger.radial-bar-45 {
  background-image: linear-gradient(90deg, #fafafa 50%, transparent 50%, transparent), linear-gradient(252deg, #F44336 50%, #fafafa 50%, #fafafa);
}
.radial-bar-danger.radial-bar-50 {
  background-image: linear-gradient(-90deg, #F44336 50%, transparent 50%, transparent), linear-gradient(270deg, #F44336 50%, #fafafa 50%, #fafafa);
}
.radial-bar-danger.radial-bar-55 {
  background-image: linear-gradient(-72deg, #F44336 50%, transparent 50%, transparent), linear-gradient(270deg, #F44336 50%, #fafafa 50%, #fafafa);
}
.radial-bar-danger.radial-bar-60 {
  background-image: linear-gradient(-54deg, #F44336 50%, transparent 50%, transparent), linear-gradient(270deg, #F44336 50%, #fafafa 50%, #fafafa);
}
.radial-bar-danger.radial-bar-65 {
  background-image: linear-gradient(-36deg, #F44336 50%, transparent 50%, transparent), linear-gradient(270deg, #F44336 50%, #fafafa 50%, #fafafa);
}
.radial-bar-danger.radial-bar-70 {
  background-image: linear-gradient(-18deg, #F44336 50%, transparent 50%, transparent), linear-gradient(270deg, #F44336 50%, #fafafa 50%, #fafafa);
}
.radial-bar-danger.radial-bar-75 {
  background-image: linear-gradient(0deg, #F44336 50%, transparent 50%, transparent), linear-gradient(270deg, #F44336 50%, #fafafa 50%, #fafafa);
}
.radial-bar-danger.radial-bar-80 {
  background-image: linear-gradient(18deg, #F44336 50%, transparent 50%, transparent), linear-gradient(270deg, #F44336 50%, #fafafa 50%, #fafafa);
}
.radial-bar-danger.radial-bar-85 {
  background-image: linear-gradient(36deg, #F44336 50%, transparent 50%, transparent), linear-gradient(270deg, #F44336 50%, #fafafa 50%, #fafafa);
}
.radial-bar-danger.radial-bar-90 {
  background-image: linear-gradient(54deg, #F44336 50%, transparent 50%, transparent), linear-gradient(270deg, #F44336 50%, #fafafa 50%, #fafafa);
}
.radial-bar-danger.radial-bar-95 {
  background-image: linear-gradient(72deg, #F44336 50%, transparent 50%, transparent), linear-gradient(270deg, #F44336 50%, #fafafa 50%, #fafafa);
}
.radial-bar-danger.radial-bar-100 {
  background-image: linear-gradient(90deg, #F44336 50%, transparent 50%, transparent), linear-gradient(270deg, #F44336 50%, #fafafa 50%, #fafafa);
}

.radial-bar-lg {
  width: 100px;
  height: 100px;
  font-size: 22px;
}
.radial-bar-lg:after,
.radial-bar-lg > img {
  width: 70px;
  height: 70px;
  margin-left: 15px;
  margin-top: 15px;
  line-height: 70px;
}

.radial-bar-sm {
  width: 50px;
  height: 50px;
  font-size: 12px;
}
.radial-bar-sm:after,
.radial-bar-sm > img {
  width: 35px;
  height: 35px;
  margin-left: 7.5px;
  margin-top: 7.5px;
  line-height: 35px;
}

.radial-bar-xs {
  width: 30px;
  height: 30px;
  font-size: 8px;
}
.radial-bar-xs:after,
.radial-bar-xs > img {
  width: 21px;
  height: 21px;
  margin-left: 4.5px;
  margin-top: 4.5px;
  line-height: 21px;
}

x:-o-prefocus, .radial-bar {
  background-clip: content-box;
}

/* ========================================================================
     Component: user-block
 ========================================================================== */
.has-user-block {
  display: block;
  overflow: hidden;
  border: 0 !important;
  width: 100% !important;
}

.user-block {
  position: relative;
  padding: 25px 0 10px;
  cursor: pointer;
  background: url("../img/user-bg.jpg") no-repeat left top;
  background-size: cover;
}
.user-block:before, .user-block:after {
  content: " ";
  display: table;
}
.user-block:after {
  clear: both;
}
.user-block > .user-block-picture {
  position: relative;
  width: 90px;
  margin: 0 auto;
}
.user-block > .user-block-picture > img {
  max-width: 100%;
  height: auto;
}
.user-block .user-block-info {
  padding-top: 15px;
  text-align: center;
  white-space: nowrap;
}
.user-block .user-block-info .user-block-name,
.user-block .user-block-info .user-block-role {
  display: block;
}
.user-block .user-block-info .user-block-name {
  color: #585D66;
}
.user-block .user-block-info .user-block-role {
  font-size: 12px;
  color: #777B83;
}

.user-block-status {
  position: relative;
}
.user-block-status > .circle {
  position: absolute;
  bottom: 5px;
  right: 5px;
  border: 2px solid #fff;
}

.aside-collapsed .user-block {
  padding: 15px 0 14px;
  margin: 0;
  text-align: center;
}
.aside-collapsed .user-block > .user-block-picture {
  float: none;
  margin: 0 auto;
  width: 50px;
}
.aside-collapsed .user-block > .user-block-picture > .user-block-status {
  display: block;
}
.aside-collapsed .user-block .user-block-info {
  display: none;
}
.aside-collapsed .user-block-status > .circle {
  bottom: 0;
  right: 0;
}

/* ========================================================================
     Component: circles
 ========================================================================== */
.circle {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 500px;
  margin: 0 0.5em;
  background-color: #ddd;
  vertical-align: baseline;
  border: 2px solid transparent;
}
.circle.text-left {
  margin-left: 0;
}
.circle.text-right {
  margin-right: 0;
}

.circle-primary {
  background-color: #21759B;
}

.circle-success {
  background-color: #4CAF50;
}

.circle-info {
  background-color: #21759b;
}

.circle-warning {
  background-color: #FF9800;
}

.circle-danger {
  background-color: #F44336;
}

.circle-green {
  background-color: #8EA201;
}

.circle-pink {
  background-color: #E91E63;
}

.circle-inverse {
  background-color: #263238;
}

.circle-purple {
  background-color: #673AB7;
}

.circle-sm {
  width: 5px;
  height: 5px;
}

.circle-lg {
  width: 11px;
  height: 11px;
}

.circle-xl {
  width: 18px;
  height: 18px;
}

.circle-outline {
  background-color: transparent;
}
.circle-outline.circle-primary {
  border: 1px solid #21759B;
}
.circle-outline.circle-success {
  border: 1px solid #4CAF50;
}
.circle-outline.circle-info {
  border: 1px solid #21759b;
}
.circle-outline.circle-warning {
  border: 1px solid #FF9800;
}
.circle-outline.circle-danger {
  border: 1px solid #F44336;
}

/* ========================================================================
     Component: timeline
 ========================================================================== */
.timeline,
.timeline-alt {
  list-style: none;
  padding: 0 0 20px;
  position: relative;
  z-index: 0;
}
.timeline:before,
.timeline-alt:before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: " ";
  width: 1px;
  background-color: #d1d2d3;
  left: 18px;
}
.timeline .timeline-end,
.timeline-alt .timeline-end {
  float: none;
  clear: both;
}
.timeline .popover.left > .arrow:after,
.timeline-alt .popover.left > .arrow:after {
  border-left-color: #fff;
}
.timeline .popover.right > .arrow:after,
.timeline-alt .popover.right > .arrow:after {
  border-right-color: #fff;
}
.timeline .popover.left > .popover-title + .arrow:after,
.timeline-alt .popover.left > .popover-title + .arrow:after {
  border-left-color: #fafafa;
}
.timeline .popover.right > .popover-title + .arrow:after,
.timeline-alt .popover.right > .popover-title + .arrow:after {
  border-right-color: #fafafa;
}
.timeline > li,
.timeline-alt > li {
  margin-bottom: 20px;
}
.timeline > li:before, .timeline > li:after,
.timeline-alt > li:before,
.timeline-alt > li:after {
  content: " ";
  display: table;
}
.timeline > li:after,
.timeline-alt > li:after {
  clear: both;
}
.timeline > li.timeline-separator,
.timeline-alt > li.timeline-separator {
  position: relative;
  float: none;
  clear: both;
  margin: 0 auto;
  padding: 40px 0;
}
.timeline > li.timeline-separator:first-child,
.timeline-alt > li.timeline-separator:first-child {
  padding-top: 0;
}
.timeline > li.timeline-separator:before,
.timeline-alt > li.timeline-separator:before {
  content: attr(data-datetime);
  display: inline-block;
  width: 120px;
  text-align: center;
  padding: 0 20px;
  line-height: 30px;
  background-color: #b6c5da;
  color: #fff;
}
.timeline > li > .timeline-panel,
.timeline-alt > li > .timeline-panel {
  margin-left: 60px;
}
.timeline > li > .timeline-panel .popover,
.timeline-alt > li > .timeline-panel .popover {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  max-width: none;
}
.timeline > li > .timeline-panel .popover .arrow,
.timeline-alt > li > .timeline-panel .popover .arrow {
  top: 18px;
  display: none;
}
.timeline > li > .timeline-panel .popover .popover-content .popover-title,
.timeline-alt > li > .timeline-panel .popover .popover-content .popover-title {
  background-color: transparent;
  border: 0;
  padding-left: 0;
  padding-top: 0;
}
.timeline > li > .timeline-date,
.timeline-alt > li > .timeline-date {
  margin: -20px 0 0;
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
}
.timeline > li > .timeline-date > time:after,
.timeline-alt > li > .timeline-date > time:after {
  content: attr(datetime);
}
.timeline > li > .timeline-badge,
.timeline-alt > li > .timeline-badge {
  position: absolute;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  line-height: 36px;
  font-size: 1em;
  text-align: center;
  color: #fff;
  background-color: #999;
  z-index: 100;
}
.timeline > li > .timeline-badge.primary,
.timeline-alt > li > .timeline-badge.primary {
  background-color: #21759B;
}
.timeline > li > .timeline-badge.success,
.timeline-alt > li > .timeline-badge.success {
  background-color: #4CAF50;
}
.timeline > li > .timeline-badge.warning,
.timeline-alt > li > .timeline-badge.warning {
  background-color: #FF9800;
}
.timeline > li > .timeline-badge.danger,
.timeline-alt > li > .timeline-badge.danger {
  background-color: #F44336;
}
.timeline > li > .timeline-badge.info,
.timeline-alt > li > .timeline-badge.info {
  background-color: #21759b;
}
.timeline > li > .timeline-badge.inverse,
.timeline-alt > li > .timeline-badge.inverse {
  background-color: #263238;
}
.timeline > li > .timeline-badge.green,
.timeline-alt > li > .timeline-badge.green {
  background-color: #8EA201;
}
.timeline > li > .timeline-badge.pink,
.timeline-alt > li > .timeline-badge.pink {
  background-color: #E91E63;
}
.timeline > li > .timeline-badge.purple,
.timeline-alt > li > .timeline-badge.purple {
  background-color: #673AB7;
}
.timeline > li > .timeline-badge.dark,
.timeline-alt > li > .timeline-badge.dark {
  background-color: #607D8B;
}
.timeline > li > .timeline-badge.yellow,
.timeline-alt > li > .timeline-badge.yellow {
  background-color: #FFEB3B;
}

.timeline-alt .popover .arrow {
  display: block !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

@media only screen and (min-width: 992px) {
  .timeline:before {
    left: 50%;
    margin-left: 18px;
  }
  .timeline > li {
    float: left;
    clear: left;
    width: 45%;
  }
  .timeline > li.timeline-inverted {
    float: right;
    clear: right;
    margin-top: 50px;
  }
  .timeline > li.timeline-separator {
    text-align: center;
  }
  .timeline > li.timeline-separator:before {
    margin-left: 36px;
  }
  .timeline > li > .timeline-badge {
    left: 50%;
    margin-left: 0;
  }
  .timeline > li > .timeline-date {
    float: none;
    position: absolute;
    width: 40%;
    left: 50%;
    top: 18px;
    margin-left: 54px;
    margin-top: -10px;
  }
  .timeline > li > .timeline-panel {
    margin: 0;
  }
  .timeline > li > .timeline-panel:before {
    border-left-width: 15px;
    border-right-width: 0;
    top: 26px;
    right: -15px;
    left: auto;
  }
  .timeline > li > .timeline-panel:after {
    border-left-width: 14px;
    border-right-width: 0;
    top: 27px;
    right: -14px;
    left: auto;
  }
  .timeline > li > .timeline-panel .popover .arrow {
    display: block;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding-left: 36px;
  }
  .timeline > li.timeline-inverted .timeline-date {
    left: auto;
    right: 50%;
    width: auto;
    margin-left: 0;
    margin-right: 36px;
  }
}
/* ========================================================================
     Component: dropdown-extras
 ========================================================================== */
.dropdown-lg > .dropdown-menu {
  min-width: 200px;
}

.dropdown-list > .dropdown-menu {
  padding: 0;
  min-width: 220px;
}
.dropdown-list .list-group {
  margin: 0;
}
.dropdown-list .list-group-item {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
.dropdown-list .list-group-item:first-child {
  border-top: 0;
}
.dropdown-list .list-group-item:last-child {
  border-bottom: 0;
}

.dropdown > a {
  position: relative;
}
.dropdown > a > .label {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 5px;
}
@media only screen and (min-width: 768px) {
  .dropdown > a > .label {
    top: 10px;
  }
}

.dropdown-menu-header {
  padding: 10px 15px;
  background-color: #fafafa;
  border-bottom: 1px solid #e1e1e1;
}

/* ========================================================================
     Component: row-extra
 ========================================================================== */
.container-sm {
  max-width: 750px;
  width: auto;
}

.container-md {
  max-width: 970px;
  width: auto;
}

.container-lg {
  max-width: 1170px;
  width: auto;
}

.row-table {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin: 0;
}
.row-table > [class*=col-] {
  display: table-cell;
  float: none;
  table-layout: fixed;
  vertical-align: middle;
}

.row-flush > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

/* ========================================================================
     Component: half-float
 ========================================================================== */
.half-float {
  position: relative;
  margin-bottom: 65px;
}
.half-float .half-float-bottom,
.half-float .half-float-top {
  position: absolute;
  left: 50%;
  bottom: -60px;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  z-index: 2;
}
.half-float .half-float-top {
  bottom: auto;
  top: -60px;
}
.half-float + * {
  margin-top: -55px;
  padding-top: 65px;
}

/* ========================================================================
     Component: masonry-grid
 ========================================================================== */
.row-masonry {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}

.row-masonry > .col-masonry {
  display: inline-block;
  width: 100%;
  min-height: 1em;
  margin-bottom: 15px;
}

/* Columns definition by devices */
@media only screen and (min-width: 480px) {
  .row-masonry-sm-1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 1;
    -webkit-columns: 1;
    columns: 1;
  }

  .no-csscolumns .row-masonry-sm-1 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-sm-1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-sm-1 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 99%;
  }

  .row-masonry-sm-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
  }

  .no-csscolumns .row-masonry-sm-2 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-sm-2:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-sm-2 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 49%;
  }

  .row-masonry-sm-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
  }

  .no-csscolumns .row-masonry-sm-3 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-sm-3:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-sm-3 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 32%;
  }

  .row-masonry-sm-4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 4;
    -webkit-columns: 4;
    columns: 4;
  }

  .no-csscolumns .row-masonry-sm-4 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-sm-4:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-sm-4 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 24%;
  }

  .row-masonry-sm-5 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 5;
    -webkit-columns: 5;
    columns: 5;
  }

  .no-csscolumns .row-masonry-sm-5 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-sm-5:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-sm-5 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 19%;
  }

  .row-masonry-sm-6 {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 6;
    -webkit-columns: 6;
    columns: 6;
  }

  .no-csscolumns .row-masonry-sm-6 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-sm-6:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-sm-6 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 15%;
  }

  .row-masonry-sm-7 {
    -moz-column-count: 7;
    -webkit-column-count: 7;
    column-count: 7;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 7;
    -webkit-columns: 7;
    columns: 7;
  }

  .no-csscolumns .row-masonry-sm-7 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-sm-7:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-sm-7 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 13%;
  }

  .row-masonry-sm-8 {
    -moz-column-count: 8;
    -webkit-column-count: 8;
    column-count: 8;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 8;
    -webkit-columns: 8;
    columns: 8;
  }

  .no-csscolumns .row-masonry-sm-8 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-sm-8:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-sm-8 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 11%;
  }

  .row-masonry-sm-9 {
    -moz-column-count: 9;
    -webkit-column-count: 9;
    column-count: 9;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 9;
    -webkit-columns: 9;
    columns: 9;
  }

  .no-csscolumns .row-masonry-sm-9 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-sm-9:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-sm-9 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 10%;
  }

  .row-masonry-sm-10 {
    -moz-column-count: 10;
    -webkit-column-count: 10;
    column-count: 10;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 10;
    -webkit-columns: 10;
    columns: 10;
  }

  .no-csscolumns .row-masonry-sm-10 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-sm-10:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-sm-10 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 9%;
  }

  .row-masonry-sm-11 {
    -moz-column-count: 11;
    -webkit-column-count: 11;
    column-count: 11;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 11;
    -webkit-columns: 11;
    columns: 11;
  }

  .no-csscolumns .row-masonry-sm-11 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-sm-11:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-sm-11 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 8%;
  }

  .row-masonry-sm-12 {
    -moz-column-count: 12;
    -webkit-column-count: 12;
    column-count: 12;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 12;
    -webkit-columns: 12;
    columns: 12;
  }

  .no-csscolumns .row-masonry-sm-12 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-sm-12:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-sm-12 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 7%;
  }
}
@media only screen and (min-width: 768px) {
  .row-masonry-md-1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 1;
    -webkit-columns: 1;
    columns: 1;
  }

  .no-csscolumns .row-masonry-md-1 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-md-1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-md-1 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 99%;
  }

  .row-masonry-md-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
  }

  .no-csscolumns .row-masonry-md-2 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-md-2:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-md-2 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 49%;
  }

  .row-masonry-md-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
  }

  .no-csscolumns .row-masonry-md-3 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-md-3:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-md-3 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 32%;
  }

  .row-masonry-md-4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 4;
    -webkit-columns: 4;
    columns: 4;
  }

  .no-csscolumns .row-masonry-md-4 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-md-4:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-md-4 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 24%;
  }

  .row-masonry-md-5 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 5;
    -webkit-columns: 5;
    columns: 5;
  }

  .no-csscolumns .row-masonry-md-5 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-md-5:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-md-5 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 19%;
  }

  .row-masonry-md-6 {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 6;
    -webkit-columns: 6;
    columns: 6;
  }

  .no-csscolumns .row-masonry-md-6 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-md-6:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-md-6 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 15%;
  }

  .row-masonry-md-7 {
    -moz-column-count: 7;
    -webkit-column-count: 7;
    column-count: 7;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 7;
    -webkit-columns: 7;
    columns: 7;
  }

  .no-csscolumns .row-masonry-md-7 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-md-7:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-md-7 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 13%;
  }

  .row-masonry-md-8 {
    -moz-column-count: 8;
    -webkit-column-count: 8;
    column-count: 8;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 8;
    -webkit-columns: 8;
    columns: 8;
  }

  .no-csscolumns .row-masonry-md-8 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-md-8:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-md-8 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 11%;
  }

  .row-masonry-md-9 {
    -moz-column-count: 9;
    -webkit-column-count: 9;
    column-count: 9;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 9;
    -webkit-columns: 9;
    columns: 9;
  }

  .no-csscolumns .row-masonry-md-9 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-md-9:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-md-9 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 10%;
  }

  .row-masonry-md-10 {
    -moz-column-count: 10;
    -webkit-column-count: 10;
    column-count: 10;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 10;
    -webkit-columns: 10;
    columns: 10;
  }

  .no-csscolumns .row-masonry-md-10 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-md-10:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-md-10 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 9%;
  }

  .row-masonry-md-11 {
    -moz-column-count: 11;
    -webkit-column-count: 11;
    column-count: 11;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 11;
    -webkit-columns: 11;
    columns: 11;
  }

  .no-csscolumns .row-masonry-md-11 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-md-11:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-md-11 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 8%;
  }

  .row-masonry-md-12 {
    -moz-column-count: 12;
    -webkit-column-count: 12;
    column-count: 12;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 12;
    -webkit-columns: 12;
    columns: 12;
  }

  .no-csscolumns .row-masonry-md-12 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-md-12:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-md-12 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 7%;
  }
}
@media only screen and (min-width: 992px) {
  .row-masonry-lg-1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 1;
    -webkit-columns: 1;
    columns: 1;
  }

  .no-csscolumns .row-masonry-lg-1 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-lg-1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-lg-1 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 99%;
  }

  .row-masonry-lg-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
  }

  .no-csscolumns .row-masonry-lg-2 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-lg-2:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-lg-2 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 49%;
  }

  .row-masonry-lg-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
  }

  .no-csscolumns .row-masonry-lg-3 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-lg-3:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-lg-3 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 32%;
  }

  .row-masonry-lg-4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 4;
    -webkit-columns: 4;
    columns: 4;
  }

  .no-csscolumns .row-masonry-lg-4 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-lg-4:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-lg-4 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 24%;
  }

  .row-masonry-lg-5 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 5;
    -webkit-columns: 5;
    columns: 5;
  }

  .no-csscolumns .row-masonry-lg-5 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-lg-5:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-lg-5 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 19%;
  }

  .row-masonry-lg-6 {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 6;
    -webkit-columns: 6;
    columns: 6;
  }

  .no-csscolumns .row-masonry-lg-6 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-lg-6:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-lg-6 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 15%;
  }

  .row-masonry-lg-7 {
    -moz-column-count: 7;
    -webkit-column-count: 7;
    column-count: 7;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 7;
    -webkit-columns: 7;
    columns: 7;
  }

  .no-csscolumns .row-masonry-lg-7 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-lg-7:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-lg-7 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 13%;
  }

  .row-masonry-lg-8 {
    -moz-column-count: 8;
    -webkit-column-count: 8;
    column-count: 8;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 8;
    -webkit-columns: 8;
    columns: 8;
  }

  .no-csscolumns .row-masonry-lg-8 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-lg-8:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-lg-8 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 11%;
  }

  .row-masonry-lg-9 {
    -moz-column-count: 9;
    -webkit-column-count: 9;
    column-count: 9;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 9;
    -webkit-columns: 9;
    columns: 9;
  }

  .no-csscolumns .row-masonry-lg-9 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-lg-9:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-lg-9 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 10%;
  }

  .row-masonry-lg-10 {
    -moz-column-count: 10;
    -webkit-column-count: 10;
    column-count: 10;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 10;
    -webkit-columns: 10;
    columns: 10;
  }

  .no-csscolumns .row-masonry-lg-10 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-lg-10:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-lg-10 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 9%;
  }

  .row-masonry-lg-11 {
    -moz-column-count: 11;
    -webkit-column-count: 11;
    column-count: 11;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 11;
    -webkit-columns: 11;
    columns: 11;
  }

  .no-csscolumns .row-masonry-lg-11 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-lg-11:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-lg-11 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 8%;
  }

  .row-masonry-lg-12 {
    -moz-column-count: 12;
    -webkit-column-count: 12;
    column-count: 12;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 12;
    -webkit-columns: 12;
    columns: 12;
  }

  .no-csscolumns .row-masonry-lg-12 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-lg-12:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-lg-12 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 7%;
  }
}
@media only screen and (min-width: 1200px) {
  .row-masonry-xl-1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 1;
    -webkit-columns: 1;
    columns: 1;
  }

  .no-csscolumns .row-masonry-xl-1 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-xl-1:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-xl-1 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 99%;
  }

  .row-masonry-xl-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
  }

  .no-csscolumns .row-masonry-xl-2 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-xl-2:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-xl-2 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 49%;
  }

  .row-masonry-xl-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
  }

  .no-csscolumns .row-masonry-xl-3 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-xl-3:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-xl-3 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 32%;
  }

  .row-masonry-xl-4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 4;
    -webkit-columns: 4;
    columns: 4;
  }

  .no-csscolumns .row-masonry-xl-4 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-xl-4:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-xl-4 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 24%;
  }

  .row-masonry-xl-5 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 5;
    -webkit-columns: 5;
    columns: 5;
  }

  .no-csscolumns .row-masonry-xl-5 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-xl-5:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-xl-5 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 19%;
  }

  .row-masonry-xl-6 {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 6;
    -webkit-columns: 6;
    columns: 6;
  }

  .no-csscolumns .row-masonry-xl-6 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-xl-6:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-xl-6 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 15%;
  }

  .row-masonry-xl-7 {
    -moz-column-count: 7;
    -webkit-column-count: 7;
    column-count: 7;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 7;
    -webkit-columns: 7;
    columns: 7;
  }

  .no-csscolumns .row-masonry-xl-7 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-xl-7:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-xl-7 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 13%;
  }

  .row-masonry-xl-8 {
    -moz-column-count: 8;
    -webkit-column-count: 8;
    column-count: 8;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 8;
    -webkit-columns: 8;
    columns: 8;
  }

  .no-csscolumns .row-masonry-xl-8 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-xl-8:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-xl-8 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 11%;
  }

  .row-masonry-xl-9 {
    -moz-column-count: 9;
    -webkit-column-count: 9;
    column-count: 9;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 9;
    -webkit-columns: 9;
    columns: 9;
  }

  .no-csscolumns .row-masonry-xl-9 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-xl-9:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-xl-9 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 10%;
  }

  .row-masonry-xl-10 {
    -moz-column-count: 10;
    -webkit-column-count: 10;
    column-count: 10;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 10;
    -webkit-columns: 10;
    columns: 10;
  }

  .no-csscolumns .row-masonry-xl-10 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-xl-10:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-xl-10 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 9%;
  }

  .row-masonry-xl-11 {
    -moz-column-count: 11;
    -webkit-column-count: 11;
    column-count: 11;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 11;
    -webkit-columns: 11;
    columns: 11;
  }

  .no-csscolumns .row-masonry-xl-11 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-xl-11:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-xl-11 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 8%;
  }

  .row-masonry-xl-12 {
    -moz-column-count: 12;
    -webkit-column-count: 12;
    column-count: 12;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-columns: 12;
    -webkit-columns: 12;
    columns: 12;
  }

  .no-csscolumns .row-masonry-xl-12 {
    text-align: justify;
  }

  .no-csscolumns .row-masonry-xl-12:after {
    content: "";
    display: inline-block;
    width: 100%;
  }

  .no-csscolumns .row-masonry-xl-12 > .col-masonry {
    vertical-align: top;
    display: inline-block;
    width: 7%;
  }
}
/* ========================================================================
     Component: widget
 ========================================================================== */
.widget {
  margin-bottom: 20px;
  border: 0;
}
.widget.panel, .widget .panel {
  overflow: hidden;
}
.widget .lateral-picture {
  position: relative;
  display: block;
  height: 240px;
  width: auto;
  overflow: hidden;
}
.widget .lateral-picture > img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
  width: auto;
}

/* ========================================================================
   Component: typeahead
  ========================================================================== */
.typeahead-ctrl .dropdown-menu {
  max-height: 300px;
  overflow: auto;
}

/*!
 * table-grid (http://mdo.github.io/table-grid)
 * Released under MIT, (c) 2014 Mark Otto
 */
/*
 * The Grid
 */
@media only screen and (min-width: 768px) {
  /* Add `.table-grid` for the table */
  .table-grid {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
  }

  /* Add `.col` for the table cells, or columns */
  .col {
    display: table-cell;
    vertical-align: top;
    height: 100%;
  }
  .col.col-full-center {
    vertical-align: middle;
  }

  /* Set the widths */
  .col-1 {
    width: 8.333333%;
  }

  .col-2 {
    width: 16.666667%;
  }

  .col-3 {
    width: 25%;
  }

  .col-4 {
    width: 33.333333%;
  }

  .col-5 {
    width: 41.666667%;
  }

  .col-6 {
    width: 50%;
  }

  .col-7 {
    width: 58.333333%;
  }

  .col-8 {
    width: 66.666667%;
  }

  .col-9 {
    width: 75%;
  }

  .col-10 {
    width: 83.333333%;
  }

  .col-11 {
    width: 91.666667%;
  }

  .col-12 {
    width: 100%;
  }

  .col-xxs {
    width: 60px;
  }

  .col-xs {
    width: 90px;
  }

  .col-sm {
    width: 150px;
  }

  .col-sd {
    width: 200px;
  }

  .col-md {
    width: 240px;
  }

  .col-lg {
    width: 280px;
  }

  .col-xl {
    width: 320px;
  }

  .col-xxl {
    width: 360px;
  }

  .col-wide {
    width: 100%;
  }

  .col-auto {
    width: auto;
  }

  /* Padded columns */
  .table-grid-padded {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .table-grid-padded .table-grid {
    border-spacing: 1rem 0;
  }
}
@media only screen and (max-width: 991px) {
  .table-grid-desktop.table-grid,
.table-grid-desktop .col {
    display: block;
    width: auto;
  }
}
/*
 * Vertically center grid content
 *
 * Requires content within the column to be inline or inline-block.
 */
.table-grid-align-middle .col {
  vertical-align: middle;
}

/* ========================================================================
     Component: todo
 ========================================================================== */
.todo .todo-item-list {
  position: relative;
}
.todo .todo-item {
  -webkit-transition: "color 0.6s, background-color 0.3s";
  -o-transition: "color 0.6s, background-color 0.3s";
  transition: "color 0.6s, background-color 0.3s";
}
.todo .todo-item.ng-enter {
  -webkit-animation: fadeInLeft 1s;
  -o-animation: fadeInLeft 1s;
  animation: fadeInLeft 1s;
}
.todo .todo-item.ng-leave {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-animation: fadeOutDown 0.7s;
  -o-animation: fadeOutDown 0.7s;
  animation: fadeOutDown 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.todo .todo-item .todo-edit {
  display: none;
  cursor: pointer;
}
.todo .todo-item:hover .todo-edit {
  display: inline;
}
.todo .todo-item.todo-complete .todo-edit {
  display: none;
}
.todo textarea {
  resize: none;
  max-width: 100%;
  min-width: 100%;
}
.todo .todo-complete {
  background: #edf1f2;
  opacity: 0.6;
  color: #232735;
}
.todo .todo-complete .todo-title {
  text-decoration: line-through;
}
.todo .panel-group > .panel {
  border: 1px;
  margin: 0;
}
.todo .panel-group > .panel .panel-body {
  border-bottom: 1px solid #edf1f2;
}

/* ========================================================================
   Component: ngwig
  ========================================================================== */
/**
 *   main wrapper for the editor
 *
 *  .ng-wig
 *
 */
.ng-wig {
  display: block;
  padding: 0;
  margin: 0;
}
.ng-wig, .ng-wig .nw-editor {
  min-height: 250px;
}

/**
 *  styling for toolbar and its items
 *
 *  .nw-toolbar
 *    &__item
 *
 */
.nw-toolbar {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  color: #6B7277;
  background: -webkit-linear-gradient(90deg, #ffffff 0%, #f9f9f9 100%);
  background: -moz-linear-gradient(90deg, #ffffff 0%, #f9f9f9 100%);
  background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%);
  border: 1px solid #CCCCCC;
  border-radius: 3px 3px 0 0;
}

.nw-toolbar__item {
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #DEDEDE;
}

.nw-toolbar label {
  line-height: 30px;
  display: inline-block;
  padding: 0 6px 0 3px;
}

.nw-toolbar input[type=checkbox] {
  vertical-align: -3px;
  margin-right: -1px;
}

/**
 *  styling for the editor part: source code (original textarea) and resulting div
 *
 *  .nw-editor
 *    &__src
 *    &__res
 *
 */
.nw-editor {
  display: block;
  border: 1px solid #e4eaec;
  border-radius: 0 0 3px 3px;
  margin-top: 15px;
}

.nw-editor__src {
  width: 100%;
  height: 100%;
  resize: none;
  border-color: #e4eaec;
}

.nw-editor__res {
  width: 100%;
  height: 100%;
}
.nw-editor__res body {
  color: #fff;
}

.ng-wig .btn-group .btn-default, .ng-wig .btn-group .ColVis .ColVis_Button, .ColVis .ng-wig .btn-group .ColVis_Button {
  color: #777;
}

/**
 *  styling & formatting of content inside contenteditable div
 *
 *  .nw-content
 *
 */
.nw-content {
  padding: 12px;
  margin: 0;
  font-family: sans;
  font-size: 14px;
  line-height: 24px;
  color: #616263;
}

.nw-content h1 {
  margin: 0 0 6px 0;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

.nw-content p {
  margin: 0 0 12px 0;
}

.nw-content ul {
  padding: 0;
  margin: 0 0 12px 24px;
  list-style: disc;
}

.nw-content ol {
  padding: 0;
  margin: 0 0 12px 24px;
  list-style: decimal;
}

.nw-content li {
  padding: 0;
  margin: 0;
}

.nw-content a {
  text-decoration: underline;
  color: #3fae98;
  /* green */
}

.nw-content a:hover {
  text-decoration: none;
}

.nw-content bold,
.nw-content strong {
  font-weight: 700;
}

.nw-content i,
.nw-content italic {
  font-style: italic;
}

/* ========================================================================
   Component: ngdialog
  ========================================================================== */
.ngdialog.ngdialog-theme-default .ngdialog-content {
  background-color: #fff !important;
  border-radius: 4px !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

/* ========================================================================
     Component: nestable
 ========================================================================== */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-list .dd-list {
  padding-left: 30px;
}

.dd-collapsed .dd-list {
  display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}

.dd-handle {
  display: block;
  margin: 5px 0;
  padding: 10px 10px;
  text-decoration: none;
  border: 1px solid #ebebeb;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.dd-handle:hover {
  background: #fff;
}

.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 30px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

.dd-item > button:before {
  content: "+";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}

.dd-item > button[data-action=collapse]:before {
  content: "-";
}

.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}

.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

@media only screen and (min-width: 700px) {
  .dd + .dd {
    margin-left: 2%;
  }
}
.dd-hover > .dd-handle {
  background: #2ea8e5 !important;
}

.dd3-content {
  display: block;
  margin: 5px 0;
  padding: 10px 10px 10px 50px;
  text-decoration: none;
  border: 1px solid #ebebeb;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}

.dd3-item > button {
  margin-left: 40px;
}

.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #ebebeb;
  background: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dd3-handle:before {
  content: "≡";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #ccc;
  font-size: 20px;
  font-weight: normal;
}

.dd3-handle:hover {
  background: #f7f7f7;
}

/* ========================================================================
   Component: carousel
 ========================================================================== */
.bgimage {
  text-align: right;
  color: white;
  background-size: cover;
  height: 100%;
  background-position: center center;
}

ul[rn-carousel] {
  height: 380px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

.carousel5 li {
  width: 100%;
  height: 100%;
  font-size: 30px;
}

.carousel-demo {
  margin-top: 20px;
  display: block;
  text-align: center;
}

.carousel-demo-3d > ul[rn-carousel] {
  display: block !important;
  max-width: 50%;
  margin: 0 auto !important;
}

.carousel-demo-fullscreen {
  width: 100%;
  height: 100%;
}

.carousel-demo-fullscreen ul[rn-carousel] {
  width: 100%;
  height: 100%;
}

.carousel-demo ul[rn-carousel-transition=hexagon] {
  margin-left: 100px;
}

.rn-carousel-indicator span {
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  background-color: #3a3f51;
  border: 1px solid #232735;
  width: 10px;
  height: 10px;
  margin: 0 1px;
  border-radius: 500px;
}
.rn-carousel-indicator span.active {
  background-color: #dde6e9;
  border: 1px solid #becfd5;
}

.custom-indicator span {
  background-color: #185571;
  border: 1px solid #185571;
}
.custom-indicator span.active {
  background-color: #21759b;
  border: 1px solid #185571;
}

/* ========================================================================
   Component: masonry-grid-deck
 ========================================================================== */
.photo {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  margin: 0 10px 10px 0;
  position: relative;
}
.photo .photo-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 40%;
  z-index: 1;
}
.photo img {
  position: relative;
  opacity: 0;
  z-index: 2;
}
.photo img.photoloaded {
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.photo img.photoloaded + .photo-loader {
  display: none;
}
.photo .photo-index {
  background: fade(#3a3f51, 75%);
  color: #fff;
  position: absolute;
  height: 100%;
  text-align: center;
  width: 100%;
  z-index: 99;
}
.photo .photo-index p:first-child {
  margin-top: 10px;
}
.photo .photo-wrapper {
  min-height: 100px;
}
.photo .photo-description {
  padding: 15px;
}

.balloon-wrapper {
  padding-top: 30px;
  opacity: 1;
  text-align: center;
}

.balloon {
  background: #21759B;
  border-radius: 50%;
  display: inline-block;
  font-size: 160%;
  text-align: center;
  height: 100px;
  line-height: 100px;
  width: 100px;
}

.deckgrid {
  margin: 0 auto;
  padding: 10px;
  max-width: 100%;
}

.deckgrid .column {
  float: left;
}

.deckgrid .column.size-1-5 {
  width: 20%;
}

.deckgrid .column.size-1-4 {
  width: 25%;
}

.deckgrid .column.size-1-3 {
  width: 33.3333%;
}

.deckgrid .column.size-1-2 {
  width: 50%;
}

.deckgrid .column.size-1-1 {
  width: 100%;
}

.deckgrid[deckgrid]::before {
  content: "1 .column.size-1-1";
  font-size: 0;
  visibility: hidden;
}

@media (min-width: 480px) {
  .deckgrid[deckgrid]::before {
    content: "2 .column.size-1-2";
  }
}
@media (min-width: 768px) {
  .deckgrid[deckgrid]::before {
    content: "3 .column.size-1-3";
  }
}
@media (min-width: 992px) {
  .deckgrid[deckgrid]::before {
    content: "4 .column.size-1-4";
  }
}
@media (min-width: 1200px) {
  .deckgrid[deckgrid]::before {
    content: "5 .column.size-1-5";
  }
}
/* ========================================================================
     Component: chart-flot
 ======================================================================== */
flot {
  display: block;
  width: 100%;
}
flot .legend > table tr td {
  padding: 3px;
}
flot .legend > table tr td:first-child {
  padding-left: 3px;
}
flot .legend > table tr td:last-child {
  padding-right: 3px;
}
flot .legend > table tr + tr td {
  padding-top: 0;
}
flot .legend > div:first-child {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
flot .legend .legendColorBox > div,
flot .legend .legendColorBox > div > div {
  border-radius: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

.flot-pie-label {
  padding: 3px 5px;
  font-size: 10px;
  text-align: center;
  color: #fff;
}

#flotTip {
  position: relative;
  padding: 5px;
  font-size: 12px !important;
  border-radius: 2px !important;
  border-color: transparent !important;
  background-color: rgba(0, 0, 0, 0.75) !important;
  color: #f1f1f1;
  z-index: 5;
}

/* ========================================================================
     Component: form-elements
 ========================================================================== */
/**
 * Custom form elements
 *    - Checkbox 
 *    - Radios
 *    - Switch
 *    - Rounded inputs
 */
.c-checkbox,
.c-radio {
  margin-right: 4px;
}
.c-checkbox *,
.c-radio * {
  cursor: pointer;
}
.c-checkbox input,
.c-radio input {
  opacity: 0;
  position: absolute;
  margin-left: 0 !important;
}
.c-checkbox span,
.c-radio span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: -20px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #ccc;
  margin-right: 5px;
  text-align: center;
}
.c-checkbox span:before,
.c-radio span:before {
  margin-left: 1px;
}
.c-checkbox:hover span,
.c-radio:hover span {
  border-color: #21759B;
}
.form-inline .c-checkbox span,
.form-inline .c-radio span {
  margin-left: 0;
}
.c-checkbox.c-checkbox-rounded span, .c-checkbox.c-radio-rounded span,
.c-radio.c-checkbox-rounded span,
.c-radio.c-radio-rounded span {
  border-radius: 500px;
}

/* override for radio */
.c-radio span {
  border-radius: 500px;
}

/* the icon */
.c-checkbox span:before,
.c-radio span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  text-align: center !important;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
}

/* Checked state */
.c-checkbox,
.c-radio {
  /* override for radio */
  /* Disable state */
  /* override for radio */
}
.c-checkbox input[type=checkbox]:checked + span:before,
.c-checkbox input[type=radio]:checked + span:before,
.c-radio input[type=checkbox]:checked + span:before,
.c-radio input[type=radio]:checked + span:before {
  color: #fff;
  opacity: 1;
  transition: color 0.3s ease-out;
}
.c-checkbox input[type=checkbox]:checked + span,
.c-checkbox input[type=radio]:checked + span,
.c-radio input[type=checkbox]:checked + span,
.c-radio input[type=radio]:checked + span {
  border-color: #21759B;
  background-color: #21759B;
}
.c-checkbox input[type=radio]:checked + span,
.c-radio input[type=radio]:checked + span {
  background-color: #fff;
}
.c-checkbox input[type=radio]:checked + span:before,
.c-radio input[type=radio]:checked + span:before {
  color: #21759B;
}
.c-checkbox input[type=checkbox]:disabled + span,
.c-checkbox input[type=radio]:disabled + span,
.c-radio input[type=checkbox]:disabled + span,
.c-radio input[type=radio]:disabled + span {
  border-color: #ddd !important;
  background-color: #ddd !important;
}
.c-checkbox input[type=radio]:disabled + span,
.c-radio input[type=radio]:disabled + span {
  background-color: #fff !important;
}
.c-checkbox input[type=radio]:disabled + span:before,
.c-radio input[type=radio]:disabled + span:before {
  color: #ddd;
}

.c-radio.c-radio-nofont {
  /* override for radio */
  /* Disable state */
  /* override for radio */
}
.c-radio.c-radio-nofont span:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  border-radius: 500px;
}
.c-radio.c-radio-nofont input[type=radio]:checked + span:before {
  color: #fff;
  opacity: 1;
  transition: color 0.3s ease-out;
}
.c-radio.c-radio-nofont input[type=radio]:checked + span {
  border-color: #21759B;
  background-color: #21759B;
}
.c-radio.c-radio-nofont input[type=radio]:checked + span {
  background-color: #fff;
}
.c-radio.c-radio-nofont input[type=radio]:checked + span:before {
  background-color: #21759B;
}
.c-radio.c-radio-nofont input[type=radio]:disabled + span {
  border-color: #ddd !important;
  background-color: #ddd !important;
}
.c-radio.c-radio-nofont input[type=radio]:disabled + span {
  background-color: #fff !important;
}
.c-radio.c-radio-nofont input[type=radio]:disabled + span:before {
  background-color: #ddd;
}

.form-control-rounded {
  border-radius: 100px;
}

.switch .form-control, .switch body .bootstrap-tagsinput, body .switch .bootstrap-tagsinput {
  padding-top: 7px;
  margin-bottom: 0;
}

.switch * {
  cursor: pointer;
}

.switch input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.switch span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
  transition: all 0.5s;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1) inset;
  vertical-align: middle;
}
.switch span:after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #ddd;
  border-radius: 400px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s;
}
.switch.switch-lg span {
  width: 50px;
  height: 25px;
}
.switch.switch-lg span:after {
  height: 23px;
  width: 23px;
}
.switch.switch-sm span {
  width: 30px;
  height: 15px;
}
.switch.switch-sm span:after {
  height: 13px;
  width: 13px;
}

.switch input:checked + span {
  background-color: #21759B;
  border-color: #21759B;
  transition: all 0.5s;
}

.switch input:checked + span:after {
  left: 50%;
  transition: all 0.2s;
}

.form-control-feedback {
  left: 16px;
  right: auto;
}
.form-control + .form-control-feedback, body .bootstrap-tagsinput + .form-control-feedback, .form-control + .parsley-errors-list + .form-control-feedback, body .bootstrap-tagsinput + .parsley-errors-list + .form-control-feedback {
  right: 0;
  left: auto;
  top: 10px;
}
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, body .input-group-sm > .bootstrap-tagsinput + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.ColVis .input-group-sm > .input-group-btn > .ColVis_Button + .form-control-feedback, .input-sm + .parsley-errors-list + .form-control-feedback, .input-group-sm > .form-control + .parsley-errors-list + .form-control-feedback, body .input-group-sm > .bootstrap-tagsinput + .parsley-errors-list + .form-control-feedback,
.input-group-sm > .input-group-addon + .parsley-errors-list + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .parsley-errors-list + .form-control-feedback,
.ColVis .input-group-sm > .input-group-btn > .ColVis_Button + .parsley-errors-list + .form-control-feedback {
  top: 0;
}
label + .form-control + .form-control-feedback, body label + .bootstrap-tagsinput + .form-control-feedback, label + .form-control + .parsley-errors-list + .form-control-feedback, body label + .bootstrap-tagsinput + .parsley-errors-list + .form-control-feedback {
  top: 36px;
}

.input-md {
  width: 260px;
}

.note-editor {
  background-image: -webkit-linear-gradient(#eee 0.1em, transparent 0.1em);
  background-image: linear-gradient(#eee 0.1em, transparent 0.1em);
  background-size: 100% 20px;
  background-color: #fff;
  line-height: 20px;
  margin-top: 5px;
  padding: 0;
  padding-bottom: 1px;
  border: none;
}
.note-editor.note-editor-margin {
  background-image: -webkit-linear-gradient(0deg, transparent 49px, #ffd699 49px, #ffd699 51px, transparent 51px), -webkit-linear-gradient(#eee 0.1em, transparent 0.1em);
  background-image: linear-gradient(90deg, transparent 49px, #ffd699 49px, #ffd699 51px, transparent 51px), linear-gradient(#eee 0.1em, transparent 0.1em);
  padding-left: 55px;
}

/* ========================================================================
   Component: form-imgcrop
 ========================================================================== */
.imgcrop-area {
  width: 100%;
  height: 410px;
  overflow: hidden;
  background: #dde6e9;
}

.imgcrop-preview {
  position: relative;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  background: #dde6e9;
  text-align: center;
}
.imgcrop-preview:after {
  content: attr(data-text);
  display: block;
  position: absolute;
  height: 50%;
  text-align: center;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  color: #909FA7;
}
.imgcrop-preview > img {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

/* ========================================================================
     Component: form-validation
 ========================================================================== */
.ng-invalid.ng-touched,
.ng-invalid-required.ng-touched {
  border-color: #F44336 !important;
}

.form-validate .form-control.ng-dirty.ng-invalid, .form-validate body .ng-dirty.ng-invalid.bootstrap-tagsinput, body .form-validate .ng-dirty.ng-invalid.bootstrap-tagsinput {
  border-color: #F44336;
}
.form-validate .form-control.ng-dirty.ng-valid, .form-validate body .ng-dirty.ng-valid.bootstrap-tagsinput, body .form-validate .ng-dirty.ng-valid.bootstrap-tagsinput, .form-validate .form-control.ng-dirty.ng-valid:focus {
  border-color: #4CAF50;
}
.form-validate .ng-invalid,
.form-validate .ng-invalid-required,
.form-validate .has-error .form-control,
.form-validate .has-error body .bootstrap-tagsinput,
body .form-validate .has-error .bootstrap-tagsinput {
  border-color: #F44336 !important;
}
.form-validate .c-checkbox input.ng-dirty.ng-invalid + span, .form-validate .c-radio input.ng-dirty.ng-invalid + span {
  border-color: #F44336;
}
.form-validate .ui-select-container.ng-dirty.ng-invalid .btn, .form-validate .ui-select-container.ng-dirty.ng-invalid .ColVis .ColVis_Button, .ColVis .form-validate .ui-select-container.ng-dirty.ng-invalid .ColVis_Button {
  border-color: #F44336;
}
.form-validate .input-group .ui-select-container.ng-dirty.ng-invalid .btn, .form-validate .input-group .ui-select-container.ng-dirty.ng-invalid .ColVis .ColVis_Button, .ColVis .form-validate .input-group .ui-select-container.ng-dirty.ng-invalid .ColVis_Button {
  margin-left: -1px;
}
.form-validate .chosen-select.ng-dirty.ng-invalid + .chosen-container > .chosen-choices {
  border-color: #F44336;
}
.form-validate .chosen-select.ng-dirty.ng-valid + .chosen-container > .chosen-choices, .form-validate .chosen-select.ng-dirty.ng-valid:focus + .chosen-container > .chosen-choices {
  border-color: #4CAF50;
}
.form-validate .form-control.ng-dirty.ng-invalid + .bootstrap-tagsinput, .form-validate body .ng-dirty.ng-invalid.bootstrap-tagsinput + .bootstrap-tagsinput, body .form-validate .ng-dirty.ng-invalid.bootstrap-tagsinput + .bootstrap-tagsinput {
  border-color: #F44336;
}
.form-validate .form-control.ng-dirty.ng-valid + .bootstrap-tagsinput, .form-validate body .ng-dirty.ng-valid.bootstrap-tagsinput + .bootstrap-tagsinput, body .form-validate .ng-dirty.ng-valid.bootstrap-tagsinput + .bootstrap-tagsinput, .form-validate .form-control.ng-dirty.ng-valid:focus + .bootstrap-tagsinput {
  border-color: #4CAF50;
}

.parsley-error {
  border-color: #F44336 !important;
}

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}
.parsley-errors-list.filled {
  display: block;
}
.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: #F44336;
}

/* ========================================================================
     Component: form-tags
 ========================================================================== */
body .bootstrap-tagsinput {
  height: auto;
  min-height: 35px;
  margin-bottom: 0;
}
body .bootstrap-tagsinput .tag {
  color: #fff;
}

/* ========================================================================
   Component: form-wizard.less
 ========================================================================== */
.form-wizard > ol {
  list-style-type: none;
  padding: 0 15px;
}
.form-wizard > ol > li {
  min-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fcfcfc;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-wizard > ol > li > a {
  text-decoration: none;
}
.form-wizard > ol > li .label {
  background-color: #21759B;
  vertical-align: super;
  margin-right: 6px;
}
.form-wizard > ol > li .label[href]:hover, .form-wizard > ol > li .label[href]:focus {
  background-color: #185571;
}
.form-wizard > ol > li h4 {
  display: inline-block;
  color: #656565;
}
.form-wizard > ol > li small {
  display: block;
  color: #909FA7;
}
.form-wizard > ol > li.active {
  background-color: #21759B;
}
.form-wizard > ol > li.active h4, .form-wizard > ol > li.active small {
  color: #fff;
}
.form-wizard > ol > li.active .label {
  background-color: #fff;
  border-color: #fff;
  color: #21759B;
}
.form-wizard .bwizard-buttons {
  margin: 0;
}
.form-wizard .well {
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: 0 0 0 #000;
}
.form-wizard .well fieldset {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .form-wizard.wizard-horizontal > ol > li {
    display: inline-block;
  }
}
.form-wizard.wizard-vertical:before, .form-wizard.wizard-vertical:after {
  content: " ";
  display: table;
}
.form-wizard.wizard-vertical:after {
  clear: both;
}
.form-wizard.wizard-vertical > ol {
  float: left;
  width: 39%;
  padding: 0;
}
.form-wizard.wizard-vertical > ol > li {
  display: block;
  padding: 10px;
}
.form-wizard.wizard-vertical > ol > li h4 {
  font-size: 14px;
}
.form-wizard.wizard-vertical > div {
  float: right;
  width: 59%;
}
.form-wizard.wizard-vertical .pager {
  clear: both;
  padding-top: 10px;
}
.form-wizard.wizard-vertical .well {
  padding: 0;
}

/* ========================================================================
   Component: uiselect
 ========================================================================== */
.ui-select-bootstrap > .ui-select-match {
  text-align: left;
}

.ui-select-toggle {
  font-size: 14px;
}

.btn-default-focus {
  box-shadow: 0 0 0 #000 !important;
  outline: 0 !important;
}

.ui-select-bootstrap .dropdown-menu {
  top: 100%;
}

/* ========================================================================
     Component: datatable
 ========================================================================== */
.dataTables_filter input {
  margin-left: 10px;
}

.dataTables_length select {
  margin-right: 10px;
}

table.dataTable tfoot > tr > th {
  color: #a1a2a3;
  background: #f1f2f3;
}

.panel .dataTables_wrapper .row {
  margin: 10px 0;
}
.panel .dataTable {
  width: 100% !important;
}

.ColVis .ColVis_Button {
  background-color: #fff;
  background-image: none !important;
  box-shadow: 0 0 0 #000 !important;
  cursor: pointer;
  height: 31px;
}
.ColVis .ColVis_Button > span {
  color: #656565;
}

.ColVis_collectionBackground {
  display: none;
}

ul.ColVis_collection {
  background-color: #fff !important;
}
ul.ColVis_collection > li {
  border: 0 !important;
  background-image: none !important;
  box-shadow: 0 0 0 #000 !important;
  margin: 0;
}
ul.ColVis_collection > li > label {
  margin: 0;
}
ul.ColVis_collection > li > label > span {
  color: #888;
  vertical-align: top;
  font-weight: normal;
}
ul.ColVis_collection > li > label > span:hover {
  color: #555;
}
ul.ColVis_collection > li > label input[type=checkbox]:checked + span,
ul.ColVis_collection > li > label input[type=radio]:checked + span {
  background-color: transparent;
}

.ColVis_catcher {
  cursor: pointer;
}

table.dataTable {
  border-bottom: 1px solid #e4eaec !important;
}

table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 1px solid #e4eaec !important;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper select {
  box-shadow: none;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #3a3f51;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dde6e9;
  border-radius: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  background-image: none !important;
  background-color: #edf1f2 !important;
  border: 0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #fff !important;
}

body .dataTable:before, body .dataTable:after {
  content: " ";
  display: table;
}
body .dataTable:after {
  clear: both;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button {
  background-color: #fff !important;
  border: 1px solid #e4eaec !important;
  margin-left: 0;
  padding: 6px 16px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.next {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #21759B !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: #21759B !important;
  color: #fff !important;
  border-color: #21759B !important;
}
body table.dataTable.row-border tbody th, body table.dataTable.row-border tbody td, body table.dataTable.display tbody th, body table.dataTable.display tbody td {
  border-top-color: #eee;
}
body table.dataTable tbody tr:nth-child(odd),
body table.dataTable.hover tbody tr:hover,
body table.dataTable.display tbody tr:hover {
  background-color: #fafbfc;
}
body table.dataTable thead th,
body .dataTables_wrapper .dataTables_length,
body .dataTables_wrapper .dataTables_filter,
body .dataTables_wrapper .dataTables_info,
body .dataTables_wrapper .dataTables_processing,
body .dataTables_wrapper .dataTables_paginate {
  color: #888;
}

/* ========================================================================
     Component: table-extras
 ========================================================================== */
.table > thead > tr > th {
  padding: 14px 8px;
  color: #888;
}
.table > tbody > tr > td {
  vertical-align: middle;
}
.table > tbody > tr > td > .media img {
  width: 36px;
  height: 36px;
  margin: 0 auto;
}
.table .checkbox {
  margin: 0 auto;
  width: 20px;
}
.table .progress {
  margin-bottom: 0;
}
.table .radial-bar {
  margin-bottom: 0;
  margin: 0 auto;
}

.jqstooltip {
  box-sizing: content-box;
}

#table-ext-1 th:nth-child(1) {
  width: 3%;
}
#table-ext-1 th:nth-child(2) {
  width: 5%;
}
#table-ext-1 th:nth-child(7) {
  width: 5%;
}
#table-ext-1 th:nth-child(9) {
  width: 5%;
}

#table-ext-2 th:nth-child(1) {
  width: 5%;
}
#table-ext-2 th:nth-child(3) {
  width: 10%;
}

/* ========================================================================
   Component: table-ngtable
 ========================================================================== */
body .ng-table th.sortable.sort-desc,
body .ng-table th.sortable.sort-asc {
  background-color: #fff;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
}
body .ng-table th.sortable div:after,
body .ng-table th.sortable div:before {
  border-color: #3a3f51 transparent;
}
body .ng-table th.sortable div:before {
  border-top-color: #3a3f51;
}
body .ng-table th.sortable.sort-desc div:after {
  border-top-color: #3a3f51;
}
body [ng-table-pagination] .ng-table-pagination {
  margin: 0;
}
body .panel > [ng-table-pagination], body .panel > * > [ng-table-pagination] {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
body .panel > [ng-table-pagination] .ng-table-pager .ng-table-counts,
body .panel > * > [ng-table-pagination] .ng-table-pager .ng-table-counts {
  margin: 10px 10px;
}
body .panel > [ng-table-pagination] .ng-table-pager .ng-table-pagination,
body .panel > * > [ng-table-pagination] .ng-table-pager .ng-table-pagination {
  margin-top: 10px;
  margin-left: 10px;
}
body .panel .table-bordered tr:last-child td {
  border-bottom: 1px solid #eee;
}
body .ng-table .plus, body .ng-table .minus {
  font-weight: bold;
  padding-left: 18px;
  position: relative;
}
body .ng-table .plus:before, body .ng-table .minus:before {
  content: "";
  border-width: 4px;
  border-style: solid;
  left: 8px;
  top: 50%;
  position: absolute;
  margin-top: -2px;
}
body .ng-table .plus {
  color: green;
}
body .ng-table .plus:before {
  border-color: green;
  border-top: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
body .ng-table .minus {
  color: red;
}
body .ng-table .minus:before {
  border-color: red;
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
body .ng-table-rowselected tr {
  cursor: pointer;
}
body .ng-table-pager:before, body .ng-table-pager:after {
  content: " ";
  display: table;
}
body .ng-table-pager:after {
  clear: both;
}

/* ========================================================================
   Component: table-ng-grid.less
 ========================================================================== */
.ngGrid {
  min-height: 480px;
  background-color: transparent;
}
.ngGrid .ngVerticalBarVisible {
  background-color: #e4eaec;
}
.ngGrid .ngTopPanel {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #e4eaec;
}
.ngGrid .ngTopPanel .ngHeaderContainer {
  border-bottom: 1px solid #e4eaec;
}
.ngGrid .ngGroupPanel {
  background-color: #fff;
  border-bottom: 1px solid #e4eaec;
}
.ngGrid .ngGroupName {
  background-color: #fff;
  border: 1px solid #e4eaec;
}
.ngGrid .ngRow {
  position: absolute;
  border-top: 1px solid #e4eaec;
}
.ngGrid .ngRow.odd {
  background-color: #edf1f2;
}
.ngGrid .ngRow.even {
  background-color: #fff;
  border-bottom: 1px solid #e4eaec;
}
.ngGrid .ngRow.selected {
  background-color: #e4eaec;
}
.ngGrid .ngFooterPanel {
  padding: 0 5px;
  background-color: #fff;
  border-top: 1px solid #e4eaec;
}
.ngGrid .ngPagerFirstBar {
  border-left: 2px solid #3a3f51;
}
.ngGrid .ngPagerFirstTriangle {
  border-color: transparent #3a3f51 transparent transparent;
}
.ngGrid .ngPagerLastTriangle {
  border-color: transparent transparent transparent #3a3f51;
}
.ngGrid .ngPagerLastBar {
  border-left: 2px solid #3a3f51;
}
.ngGrid .ngPagerButton {
  background-color: #fff;
  border: 1px solid #e4eaec;
}
.ngGrid .ngHeaderText,
.ngGrid .ngCellText {
  padding: 8px 15px;
}
.ngGrid .ngFooterSelectedItems {
  padding-top: 0;
  margin-top: -4px;
}
.ngGrid .ngGridMaxPagesNumber {
  position: relative;
  top: -6px;
}
.ngGrid .ngViewport {
  overflow-x: hidden;
}
.ngGrid .ngSortButtonUp,
.ngGrid .ngSortButtonDown {
  top: 14px;
}
.ngGrid .ngLabel {
  margin-right: 10px;
}
.ngGrid input,
.ngGrid select {
  border: 1px solid #e4eaec;
}
.ngGrid input {
  line-height: 18px;
}

/* ========================================================================
   Component: uigrid
 ========================================================================== */
.table-uigrid.ui-grid {
  border-top-width: 3px;
}
.table-uigrid.ui-grid,
.table-uigrid.ui-grid .ui-grid-header,
.table-uigrid.ui-grid .ui-grid-footer-panel,
.table-uigrid.ui-grid .ui-grid-cell,
.table-uigrid.ui-grid input[type=text].ui-grid-filter-input {
  border-color: #dde6e9;
}
.table-uigrid.ui-grid .ui-grid-filter-input {
  padding: 2px 4px;
}
.table-uigrid.ui-grid .ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #edf1f2;
  border-bottom: 1px solid #e4eaec;
  border-top: 1px solid #e4eaec;
}
.table-uigrid.ui-grid .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
  background-color: #dde6e9;
}
.table-uigrid.ui-grid .ui-grid-top-panel,
.table-uigrid.ui-grid .ui-grid-footer-panel {
  background-color: #fff;
  background-image: none;
}
.table-uigrid.ui-grid .ui-grid-cell,
.table-uigrid.ui-grid .ui-grid-row {
  min-height: 36px;
}
.table-uigrid.ui-grid .ui-grid-cell-contents {
  padding: 8px 15px;
}
.table-uigrid.ui-grid .ui-grid-column-menu-button {
  top: 5px;
}
.table-uigrid.ui-grid .ui-grid-viewport {
  overflow-x: hidden !important;
}
.table-uigrid.ui-grid .ui-grid-pager-panel {
  padding-top: 8px;
  padding-bottom: 5px;
}
.table-uigrid.ui-grid .ui-grid-pager-control button {
  background-color: #fff;
  border: 1px solid #edf1f2;
}
.table-uigrid.ui-grid .ui-grid-pager-control input,
.table-uigrid.ui-grid .ui-grid-pager-row-count-picker select {
  color: #3a3f51;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dde6e9;
  border-radius: 4px;
  padding: 2px;
}

#uigrid-demo {
  width: 100%;
  min-height: 380px;
}

/* ========================================================================
   Component: table-angulargrid
 ========================================================================== */
.ag-angle .ag-root {
  border: 1px solid #e4eaec;
}
.ag-angle .ag-cell {
  padding: 4px 15px;
}
.ag-angle .ag-cell-focus {
  border: 1px solid #becfd5;
}
.ag-angle .ag-cell-no-focus {
  border-right: 1px dotted #e4eaec;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.ag-angle .ag-pinned-header {
  border-bottom: 1px solid #e4eaec;
}
.ag-angle .ag-header-container {
  border-bottom: 1px solid #e4eaec;
}
.ag-angle .ag-header {
  border-top: 2px solid #e4eaec;
  height: auto !important;
}
.ag-angle .ag-header-cell {
  border-right: 1px solid #e4eaec;
}
.ag-angle .ag-header-group-cell {
  border-right: 1px solid #e4eaec;
}
.ag-angle .ag-header-group-cell-with-group {
  border-bottom: 1px solid #e4eaec;
}
.ag-angle .ag-header-cell-label {
  padding: 8px 15px;
}
.ag-angle .ag-header-cell-text {
  padding-left: 2px;
}
.ag-angle .ag-header-group-cell-label {
  padding: 4px;
  font-weight: bold;
}
.ag-angle .ag-header-group-text {
  margin-right: 2px;
}
.ag-angle .ag-header-cell-menu-button {
  padding: 2px;
  margin-top: 6px;
  border-radius: 2px;
  cursor: pointer;
}
.ag-angle .ag-header-cell-menu-button .ag-header-icon {
  color: #edf1f2;
}
.ag-angle .ag-header-cell-menu-button:hover .ag-header-icon {
  color: #dde6e9;
}
.ag-angle .ag-header-icon {
  color: #800000;
}
.ag-angle .ag-dark .ag-header-expand-icon:hover {
  cursor: pointer;
}
.ag-angle .ag-row-odd {
  background-color: #edf1f2;
}
.ag-angle .ag-row-even {
  background-color: #fff;
}
.ag-angle .ag-loading-panel {
  background-color: rgba(255, 255, 255, 0.5);
}
.ag-angle .ag-loading-center {
  background-color: #fff;
  border: 1px solid #e4eaec;
  border-radius: 4px;
  padding: 10px;
}
.ag-angle .ag-body {
  padding-top: 40px !important;
  background-color: #fff;
}
.ag-angle .ag-row-selected {
  background-color: #b0e0e6;
}
.ag-angle .ag-group-cell-entire-row {
  background-color: #aaa;
  padding: 4px;
}
.ag-angle .ag-footer-cell-entire-row {
  background-color: #aaa;
  padding: 4px;
}
.ag-angle .ag-group-cell {
  font-style: italic;
}
.ag-angle .ag-footer-cell {
  font-style: italic;
}
.ag-angle .ag-filter-checkbox {
  position: relative;
  top: 2px;
  left: 2px;
}
.ag-angle .ag-filter-header-container {
  border-bottom: 1px solid #dde6e9;
}
.ag-angle .ag-filter {
  border: 1px solid #e4eaec;
  background-color: #fff;
}
.ag-angle .ag-filter input[type=text],
.ag-angle .ag-filter select {
  width: 95%;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #3a3f51;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dde6e9;
  border-radius: 4px;
}
.ag-angle .ag-filter input[type=text]:focus,
.ag-angle .ag-filter select:focus {
  border-color: #21759B;
}
.ag-angle .ag-selection-checkbox {
  margin-left: 4px;
}
.ag-angle .ag-paging-panel {
  padding: 4px;
}
.ag-angle .ag-paging-button {
  margin-left: 4px;
  margin-right: 4px;
}
.ag-angle .ag-paging-row-summary-panel {
  display: inline-block;
  width: 300px;
}

/* ========================================================================
     Component: plugins
// - User this stylesheet to include single css styles and fixes
//   for plugins
 ========================================================================== */
/**
 * Bootstrap Slider
 */
.bs-slider {
  display: inline-block;
}
.bs-slider .slider-handle,
.bs-slider .slider-track,
.bs-slider .slider-selection {
  background-image: none;
  box-shadow: 0 0 0 #000;
}
.bs-slider .slider-handle {
  background-color: #fff;
  border: 1px solid #21759B;
  opacity: 1;
}
.bs-slider .slider-track {
  background-color: #fff;
  border: 1px solid #21759B;
}
.bs-slider .slider-selection {
  background-color: #21759B;
}
.bs-slider .slider .tooltip.top .tooltip-arrow {
  border-top-color: #2c3037;
}
.bs-slider .slider .tooltip.right .tooltip-arrow {
  border-right-color: #2c3037;
}
.bs-slider .slider .tooltip-inner {
  background-color: #2c3037;
}
.bs-slider .slider-lg {
  width: 380px;
}

body {
  /**
   * Chosen
   */
  /* Support for input groups */
  /**
   * Filestyle
   */
}
body .chosen-container {
  width: 100% !important;
  max-width: 100%;
}
body .chosen-container-multi .chosen-choices {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 1.528571429;
  color: #3a3f51;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dde6e9;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: auto;
}
body .chosen-container-multi .chosen-choices:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
body .chosen-container-multi .chosen-choices::-moz-placeholder {
  color: #b7bac9;
  opacity: 1;
}
body .chosen-container-multi .chosen-choices:-ms-input-placeholder {
  color: #b7bac9;
}
body .chosen-container-multi .chosen-choices::-webkit-input-placeholder {
  color: #b7bac9;
}
body .chosen-container-multi .chosen-choices[disabled], body .chosen-container-multi .chosen-choices[readonly], fieldset[disabled] body .chosen-container-multi .chosen-choices {
  cursor: not-allowed;
  background-color: #edf1f2;
  opacity: 1;
}
body .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: auto;
  padding: 0;
}
body .chosen-container-multi .chosen-choices li.search-choice {
  margin: 0 5px 3px 0;
  background-color: #f5f6f7;
  border: 1px solid #e7e9ec;
  background-image: none;
}
body .chosen-container .chosen-results li.highlighted {
  background-color: #a1a2a3;
  background-image: none;
}
body .chosen-container .chosen-drop {
  border-color: #ddd;
}
body .chosen-container .chosen-results li.group-result {
  color: #747576;
  letter-spacing: 0.02em;
}
body .chosen-container-single .chosen-single,
body .chosen-container-active.chosen-with-drop .chosen-single {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 1.528571429;
  color: #3a3f51;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dde6e9;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
body .chosen-container-single .chosen-single:focus,
body .chosen-container-active.chosen-with-drop .chosen-single:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
body .chosen-container-single .chosen-single::-moz-placeholder,
body .chosen-container-active.chosen-with-drop .chosen-single::-moz-placeholder {
  color: #b7bac9;
  opacity: 1;
}
body .chosen-container-single .chosen-single:-ms-input-placeholder,
body .chosen-container-active.chosen-with-drop .chosen-single:-ms-input-placeholder {
  color: #b7bac9;
}
body .chosen-container-single .chosen-single::-webkit-input-placeholder,
body .chosen-container-active.chosen-with-drop .chosen-single::-webkit-input-placeholder {
  color: #b7bac9;
}
body .chosen-container-single .chosen-single[disabled], body .chosen-container-single .chosen-single[readonly], fieldset[disabled] body .chosen-container-single .chosen-single,
body .chosen-container-active.chosen-with-drop .chosen-single[disabled],
body .chosen-container-active.chosen-with-drop .chosen-single[readonly],
fieldset[disabled] body .chosen-container-active.chosen-with-drop .chosen-single {
  cursor: not-allowed;
  background-color: #edf1f2;
  opacity: 1;
}
body .chosen-container-single .chosen-drop {
  margin-top: -3px;
}
body .chosen-container-single .chosen-single div {
  top: 6px;
  right: 5px;
}
body .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  color: #b7bac9;
}
body .input-group .chosen-container:last-child > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body .input-group select:first-child + .chosen-container > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body [classyloader],
body [data-classyloader] {
  max-width: 100%;
}
body .ui-select-bootstrap .ui-select-toggle {
  text-align: left;
}

/* ========================================================================
     Component: slim-scroll
 ========================================================================== */
scrollable {
  display: block;
}

.slimScrollBar {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.35) !important;
  border: 0 !important;
  border-radius: 1px !important;
}

.slimScrollRail {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.15) !important;
  border: 0 !important;
  border-radius: 0 !important;
  bottom: 0;
}

/* ========================================================================
   Component: datepicker
 ========================================================================== */
.ui-datepicker {
  display: inline-block;
  max-width: 100%;
  overflow: auto;
  background-color: #fff;
}
.ui-datepicker button {
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 0 #000 !important;
}
.ui-datepicker button.active {
  background-color: #673AB7 !important;
}
.ui-datepicker button.active > span {
  color: #fff !important;
}
.ui-datepicker button .text-info {
  color: #673AB7;
  border-bottom: 1px solid;
}

/* ========================================================================
   Component: alerts.less
 ========================================================================== */
.alerts {
  position: fixed;
  top: 60px;
  left: 60px;
  z-index: 9090;
  width: 350px;
}
.alerts:hover .alert .close {
  opacity: 1;
  visibility: visible;
}

.alerts-top-right, .alerts,
.alerts-bottom-right {
  left: auto;
  right: 60px;
}

.alerts-top-center,
.alerts-bottom-center {
  left: 50%;
  margin-left: -175px;
}

.alerts-bottom-left,
.alerts-bottom-right,
.alerts-bottom-center {
  top: auto;
  bottom: 60px;
}

@media (max-width: 480px) {
  .alerts {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}
/* ========================================================================
     Component: notify
 ========================================================================== */
.uk-notify {
  position: fixed;
  top: 50px;
  left: 50px;
  z-index: 1040;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 350px;
}

.uk-notify-top-right,
.uk-notify-bottom-right {
  left: auto;
  right: 50px;
}

.uk-notify-top-center,
.uk-notify-bottom-center {
  left: 50%;
  margin-left: -175px;
}

.uk-notify-bottom-left,
.uk-notify-bottom-right,
.uk-notify-bottom-center {
  top: auto;
  bottom: 50px;
}

@media (max-width: 480px) {
  .uk-notify {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}
.uk-notify-message {
  position: relative;
  margin-bottom: 10px;
  padding: 15px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 3px;
  padding-right: 35px;
  cursor: pointer;
}
.uk-notify-message.alert.alert-normal {
  background: #444;
  color: #fff;
}

.uk-notify-message > .close {
  visibility: hidden;
}

.uk-notify-message:hover > .close {
  visibility: visible;
}

/* ========================================================================
     Component: calendar
 ========================================================================== */
.calendar-app .alert-info {
  background-color: #f7f8f9;
}
.calendar-app .fc-event,
.calendar-app .fc-event-open {
  border: 1px solid #21759b;
  background-color: #21759b;
}
.calendar-app .fc-event .fc-content::before,
.calendar-app .fc-event-open .fc-content::before {
  content: "";
  font-family: FontAwesome;
  padding: 5px;
}
.calendar-app .fc-event-locked {
  border: 1px solid red;
  background-color: red;
}
.calendar-app .fc-event-locked .fc-content::before {
  content: "";
  font-family: FontAwesome;
  padding: 5px;
}
.calendar-app .fc-event-closed {
  border: 1px solid #f2b705;
  background-color: #f2b705;
}
.calendar-app .fc-event-closed .fc-content::before {
  content: "";
  font-family: FontAwesome;
  padding: 5px;
}
.calendar-app .fc-event-cancelled {
  border: 1px solid #888888;
  background-color: #888888;
}
.calendar-app .fc-event-cancelled .fc-content::before {
  content: "";
  font-family: FontAwesome;
  padding: 5px;
}
.calendar-app .fc-button {
  color: #333;
  background-color: #fff;
  border-color: #eaeaea;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  height: auto;
  background-image: none;
}
.calendar-app .fc-button:focus, .calendar-app .fc-button.focus {
  color: #333;
  background-color: whitesmoke;
  border-color: #d6d6d6;
}
.calendar-app .fc-button:hover {
  color: #333;
  background-color: whitesmoke;
  border-color: #d6d6d6;
}
.calendar-app .fc-button:active, .calendar-app .fc-button.active, .open > .calendar-app .fc-button.dropdown-toggle {
  color: #333;
  background-color: whitesmoke;
  border-color: #d6d6d6;
}
.calendar-app .fc-button:active:hover, .calendar-app .fc-button:active:focus, .calendar-app .fc-button:active.focus, .calendar-app .fc-button.active:hover, .calendar-app .fc-button.active:focus, .calendar-app .fc-button.active.focus, .open > .calendar-app .fc-button.dropdown-toggle:hover, .open > .calendar-app .fc-button.dropdown-toggle:focus, .open > .calendar-app .fc-button.dropdown-toggle.focus {
  color: #333;
  background-color: whitesmoke;
  border-color: #d6d6d6;
}
.calendar-app .fc-button:active, .calendar-app .fc-button.active, .open > .calendar-app .fc-button.dropdown-toggle {
  background-image: none;
}
.calendar-app .fc-button.disabled, .calendar-app .fc-button.disabled:hover, .calendar-app .fc-button.disabled:focus, .calendar-app .fc-button.disabled.focus, .calendar-app .fc-button.disabled:active, .calendar-app .fc-button.disabled.active, .calendar-app .fc-button[disabled], .calendar-app .fc-button[disabled]:hover, .calendar-app .fc-button[disabled]:focus, .calendar-app .fc-button[disabled].focus, .calendar-app .fc-button[disabled]:active, .calendar-app .fc-button[disabled].active, fieldset[disabled] .calendar-app .fc-button, fieldset[disabled] .calendar-app .fc-button:hover, fieldset[disabled] .calendar-app .fc-button:focus, fieldset[disabled] .calendar-app .fc-button.focus, fieldset[disabled] .calendar-app .fc-button:active, fieldset[disabled] .calendar-app .fc-button.active {
  background-color: #fff;
  border-color: #eaeaea;
}
.calendar-app .fc-button .badge {
  color: #fff;
  background-color: #333;
}
.calendar-app .fc-button:active, .calendar-app .fc-button.active, .calendar-app .fc-button.fc-state-active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.calendar-app .fc-button .fc-icon {
  margin: 0 0.1em;
  font-size: inherit;
  font-family: FontAwesome !important;
  vertical-align: baseline;
  color: #555;
}
.calendar-app .fc-button .fc-icon:after {
  display: none;
}
.calendar-app .fc-state-highlight,
.calendar-app .fc-day:hover {
  background-color: #f7f8f9;
}
.calendar-app .fc-day-number {
  font-size: 18px;
  font-weight: bold;
  color: #a1a2a3;
}
.calendar-app .fc-view {
  overflow: visible;
}
.calendar-app .external-events {
  margin: 0;
}
.calendar-app .external-events > div {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 6px 10px;
  color: #fff;
  font-size: 11px;
  border-radius: 2px;
  cursor: move;
}
.calendar-app .external-events:empty {
  content: "EMRTPUY";
}
.calendar-app .external-events-trash {
  position: relative;
  min-height: 120px;
}
.calendar-app .external-events-trash:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #263238;
  opacity: 0;
  font-family: FontAwesome;
  color: #fff;
  text-align: center;
  font-size: 50px;
  padding: 8%;
  max-height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.calendar-app .external-events-trash.active:after {
  opacity: 1;
  z-index: 1;
}
.calendar-app .external-events-trash.hovered:after {
  background-color: #fb797e;
}
.calendar-app .external-event-color-selector .circle.selected {
  border: 3px solid rgba(255, 255, 255, 0.5);
}

/* ========================================================================
   Component: spinner
 ========================================================================== */
body .whirl {
  position: relative;
}
body .whirl:before {
  content: attr(data-spinner-text);
  display: block;
  background-color: #f0f0f0;
  opacity: 0.7;
}
body .whirl.solid {
  opacity: 1;
}
body .whirl:after {
  border-top-color: #21759B;
}
body .whirl.blade:after {
  border-bottom-color: #21759B;
}
body .whirl.double-up:after {
  border-right-color: #21759B;
  border-top-color: #21759B;
  border-left-color: #21759B;
  border-bottom-color: #21759B;
}
body .whirl.duo:after {
  border-right-color: #21759B;
  border-left-color: #21759B;
  border-top-color: #673AB7;
  border-bottom-color: #673AB7;
}
body .whirl.helicopter:after {
  background-color: #21759B;
}
body .whirl.ringed:after {
  border-right-color: #21759b;
  border-top-color: #673AB7;
  border-left-color: #673AB7;
  border-bottom-color: #673AB7;
}
body .whirl.traditional:after {
  border-right-color: #21759b;
  border-top-color: #21759b;
  border-left-color: #673AB7;
  border-bottom-color: #FFEB3B;
}
body .whirl.line:after {
  box-shadow: inset -10px 0px 0px fade(#21759B, 50%);
}
.no-cssanimations body .whirl:before {
  opacity: 0.9;
}
.no-cssanimations body .whirl:after {
  content: "Loading...";
  width: 40px;
  height: 40px;
  margin: -20px 0 -20px;
  line-height: 40px;
  color: #000;
  opacity: 1;
  border: 0;
  box-shadow: 0 0 0 #000;
  background-color: transparent;
  text-align: center;
}
body .ball-pulse > div,
body .ball-grid-pulse > div,
body .square-spin > div,
body .ball-pulse-rise > div,
body .ball-rotate > div,
body .ball-rotate > div:before, body .ball-rotate > div:after,
body .cube-transition > div,
body .ball-zig-zag > div,
body .ball-zig-zag-deflect > div,
body .ball-triangle-path > div,
body .ball-scale > div,
body .line-scale > div,
body .line-scale-party > div,
body .ball-scale-multiple > div,
body .ball-pulse-sync > div,
body .ball-beat > div,
body .line-scale-pulse-out > div,
body .line-scale-pulse-out-rapid > div,
body .ball-spin-fade-loader > div,
body .line-spin-fade-loader > div,
body .triangle-skew-spin > div,
body .ball-grid-beat > div,
body .semi-circle-spin > div {
  background-color: #21759B;
}
body .ball-clip-rotate-multiple {
  width: 1px;
}
body .ball-clip-rotate-multiple > div {
  border-color: #21759B transparent #21759B transparent;
}
body .ball-clip-rotate-multiple > div:last-child {
  border-color: transparent #21759B transparent #21759B;
}
body .ball-clip-rotate > div {
  border-color: #21759B;
  border-bottom-color: transparent;
}
body .ball-clip-rotate-pulse > div:first-child {
  background-color: #21759B;
  top: 5px;
  left: -8px;
}
body .ball-clip-rotate-pulse > div:last-child {
  border-color: #21759B transparent #21759B transparent;
}
body .square-spin > div,
body .ball-scale-ripple > div,
body .ball-scale-ripple-multiple > div {
  border-color: #21759B;
}
body .pacman > div:first-of-type {
  border-top-color: #21759B;
  border-left-color: #21759B;
  border-bottom-color: #21759B;
}
body .pacman > div:nth-child(2) {
  border-top-color: #21759B;
  border-left-color: #21759B;
  border-bottom-color: #21759B;
}
body .pacman > div:nth-child(3), body .pacman > div:nth-child(4), body .pacman > div:nth-child(5), body .pacman > div:nth-child(6) {
  background-color: #21759B;
}
body .sk-spinner-rotating-plane.sk-spinner,
body .sk-spinner-double-bounce .sk-double-bounce1, body .sk-spinner-double-bounce .sk-double-bounce2,
body .sk-spinner-wave div,
body .sk-spinner-wandering-cubes .sk-cube1, body .sk-spinner-wandering-cubes .sk-cube2,
body .sk-spinner-chasing-dots .sk-dot1, body .sk-spinner-chasing-dots .sk-dot2,
body .sk-spinner-three-bounce div,
body .sk-spinner-circle .sk-circle:before,
body .sk-spinner-cube-grid .sk-cube,
body .sk-spinner-fading-circle .sk-circle:before,
body .sk-spinner-pulse.sk-spinner,
body .sk-spinner-wordpress.sk-spinner {
  background-color: #21759B;
}
body .sk-spinner-wordpress .sk-inner-circle {
  background-color: #fff;
}

/* just for loaders.css demo */
.loader-demo {
  height: 150px;
  padding-top: 50px;
  text-align: center;
}
.loader-demo > div {
  display: inline-block;
}

/* ========================================================================
     Component: gmap
 ========================================================================== */
.gmap {
  height: 300px;
}
.gmap.gmap-sm {
  height: 150px;
}

/* ========================================================================
     Component: vector-map
 ========================================================================== */
body .jvectormap-label {
  position: absolute;
  display: none;
  border: solid 1px #313232;
  border-radius: 2px;
  background: #313232;
  color: white;
  padding: 3px 6px;
  opacity: 0.9;
  z-index: 11;
}
body .jvectormap-zoomin,
body .jvectormap-zoomout {
  position: absolute;
  left: 10px;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background: #515253;
  padding: 5px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
}
body .jvectormap-zoomin {
  top: 10px;
}
body .jvectormap-zoomout {
  top: 30px;
}

/* ========================================================================
     Component: portlets
 ========================================================================== */
[portlet] {
  min-height: 30px;
}
[portlet].portlet-handler,
[portlet] .portlet-handler {
  cursor: move;
}

.portlets-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: auto;
}

.portlet.box-placeholder {
  padding: 0;
}

/* ========================================================================
     Component: mailbox
 ========================================================================== */
.mb-boxes {
  overflow: hidden;
}
.mb-boxes .nav > li > a {
  font-weight: 600;
  color: #3a3f51;
  margin: 5px 0;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.mb-boxes .nav > li > a:hover, .mb-boxes .nav > li > a:focus {
  background-color: #C0D0D3;
}
.mb-boxes .nav > li.active > a {
  background-color: #21759B !important;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .mb-boxes {
    height: auto !important;
    visibility: visible !important;
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .mb-compose-button {
    display: block;
    width: 100%;
  }

  .mb-toggle-button {
    display: none;
  }
}
.mb-mails > tbody > tr > td {
  border-top-color: transparent;
  cursor: pointer;
}
.mb-mails .mb-mail-active {
  background-color: #f7f8f9 !important;
}
.mb-mails .mb-mail-avatar {
  float: left;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
}
.mb-mails .mb-mail-date {
  display: block;
  float: right;
  color: #909FA7;
  font-size: 12px;
  font-weight: bold;
}
.mb-mails .mb-mail-from {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.mb-mails .mb-mail-meta {
  overflow: hidden;
}
.mb-mails .mb-mail-subject {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 6px;
}
.mb-mails .mb-mail-preview {
  clear: both;
  margin-top: 10px;
  color: #909FA7;
  margin-top: 2px;
}
.mb-mails .mb-attachment {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e4eaec;
}

.mb-view > tbody > tr > td {
  cursor: auto;
}
.mb-view .mb-mail-to-list {
  margin-top: 6px;
}
.mb-view .mb-mail-to-list > a {
  margin-right: 5px;
  color: #909FA7;
}

/* ========================================================================
     Component: utils
 ========================================================================== */
.m0 {
  margin: 0 !important;
}

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

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

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

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

.m {
  margin: 10px !important;
}

.ml, .mh {
  margin-left: 10px !important;
}

.mr, .mh {
  margin-right: 10px !important;
}

.mt, .mv {
  margin-top: 10px !important;
}

.mb, .mv {
  margin-bottom: 10px !important;
}

.m-sm {
  margin: 5px !important;
}

.ml-sm, .mh-sm {
  margin-left: 5px !important;
}

.mr-sm, .mh-sm {
  margin-right: 5px !important;
}

.mt-sm, .mv-sm {
  margin-top: 5px !important;
}

.mb-sm, .mv-sm {
  margin-bottom: 5px !important;
}

.m-lg {
  margin: 15px !important;
}

.ml-lg, .mh-lg {
  margin-left: 15px !important;
}

.mr-lg, .mh-lg {
  margin-right: 15px !important;
}

.mt-lg, .mv-lg {
  margin-top: 15px !important;
}

.mb-lg, .mv-lg {
  margin-bottom: 15px !important;
}

.m-xl {
  margin: 30px !important;
}

.ml-xl {
  margin-left: 30px !important;
}

.mr-xl {
  margin-right: 30px !important;
}

.mt-xl {
  margin-top: 30px !important;
}

.mb-xl {
  margin-bottom: 30px !important;
}

.p0 {
  padding: 0 !important;
}

.pl0, .ph0 {
  padding-left: 0 !important;
}

.pr0, .ph0 {
  padding-right: 0 !important;
}

.pt0, .pv0 {
  padding-top: 0 !important;
}

.pb0, .pv0 {
  padding-bottom: 0 !important;
}

.p {
  padding: 10px !important;
}

.pl, .ph {
  padding-left: 10px !important;
}

.pr, .ph {
  padding-right: 10px !important;
}

.pt, .pv {
  padding-top: 10px !important;
}

.pb, .pv {
  padding-bottom: 10px !important;
}

.p-sm {
  padding: 5px !important;
}

.pl-sm, .ph-sm {
  padding-left: 5px !important;
}

.pr-sm, .ph-sm {
  padding-right: 5px !important;
}

.pt-sm, .pv-sm {
  padding-top: 5px !important;
}

.pb-sm, .pv-sm {
  padding-bottom: 5px !important;
}

.p-lg {
  padding: 15px !important;
}

.pl-lg, .ph-lg {
  padding-left: 15px !important;
}

.pr-lg, .ph-lg {
  padding-right: 15px !important;
}

.pt-lg, .pv-lg {
  padding-top: 15px !important;
}

.pb-lg, .pv-lg {
  padding-bottom: 15px !important;
}

.p-xl {
  padding: 30px !important;
}

.pl-xl, .ph-xl {
  padding-left: 30px !important;
}

.pr-xl, .ph-xl {
  padding-right: 30px !important;
}

.pt-xl, .pv-xl {
  padding-top: 30px !important;
}

.pb-xl, .pv-xl {
  padding-bottom: 30px !important;
}

.b0 {
  border-width: 0 !important;
}

.bl0 {
  border-left-width: 0 !important;
}

.br0 {
  border-right-width: 0 !important;
}

.bt0 {
  border-top-width: 0 !important;
}

.bb0 {
  border-bottom-width: 0 !important;
}

.br, .b, .ba {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.bl, .b, .ba {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.bt, .b, .ba {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.bb, .b, .ba {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.radius-clear {
  border-radius: 0 !important;
}

.shadow-clear {
  box-shadow: 0 0 0 #000 !important;
}

.text-white {
  color: #fff;
}

.text-inverse {
  color: #263238;
}

.text-alpha {
  color: rgba(255, 255, 255, 0.5);
}

.text-pink {
  color: #E91E63;
}

.text-purple {
  color: #673AB7;
}

.text-dark {
  color: #607D8B;
}

.text-alpha-inverse {
  color: rgba(0, 0, 0, 0.5);
}

.text-green {
  color: #8EA201;
}

.text-yellow {
  color: #FFEB3B;
}

.text-gray-darker {
  color: #232735;
}

.text-gray-dark {
  color: #3a3f51;
}

.text-gray {
  color: #dde6e9;
}

.text-gray-light {
  color: #e4eaec;
}

.text-gray-lighter {
  color: #edf1f2;
}

.text-sm {
  font-size: 11.9px;
}

.text-md {
  font-size: 26.6px;
}

.text-lg {
  font-size: 42px;
}

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

.text-thin {
  font-weight: 100 !important;
}

.text-normal {
  font-weight: normal !important;
}

.text-bold {
  font-weight: bold !important;
}

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

.block-center {
  margin: 0 auto;
}

.bg-primary {
  background-color: #21759B;
  color: #fff !important;
}
.bg-primary-light {
  background-color: #2a95c5;
  color: #fff !important;
}
.bg-primary-dark {
  background-color: #185571;
  color: #fff !important;
}
.bg-primary small {
  color: inherit;
}

.bg-success {
  background-color: #4CAF50;
  color: #fff !important;
}
.bg-success-light {
  background-color: #6ec071;
  color: #fff !important;
}
.bg-success-dark {
  background-color: #3d8b40;
  color: #fff !important;
}
.bg-success small {
  color: inherit;
}

.bg-info {
  background-color: #21759b;
  color: #fff !important;
}
.bg-info-light {
  background-color: #2a95c5;
  color: #fff !important;
}
.bg-info-dark {
  background-color: #185571;
  color: #fff !important;
}
.bg-info small {
  color: inherit;
}

.bg-warning {
  background-color: #FF9800;
  color: #fff !important;
}
.bg-warning-light {
  background-color: #ffad33;
  color: #fff !important;
}
.bg-warning-dark {
  background-color: #cc7a00;
  color: #fff !important;
}
.bg-warning small {
  color: inherit;
}

.bg-danger {
  background-color: #F44336;
  color: #fff !important;
}
.bg-danger-light {
  background-color: #f77066;
  color: #fff !important;
}
.bg-danger-dark {
  background-color: #ea1c0d;
  color: #fff !important;
}
.bg-danger small {
  color: inherit;
}

.bg-green {
  background-color: #8EA201;
  color: #fff !important;
}
.bg-green-light {
  background-color: #bad501;
  color: #fff !important;
}
.bg-green-dark {
  background-color: #626f01;
  color: #fff !important;
}
.bg-green small {
  color: inherit;
}

.bg-pink {
  background-color: #E91E63;
  color: #fff !important;
}
.bg-pink-light {
  background-color: #ee4c83;
  color: #fff !important;
}
.bg-pink-dark {
  background-color: #c1134e;
  color: #fff !important;
}
.bg-pink small {
  color: inherit;
}

.bg-purple {
  background-color: #673AB7;
  color: #fff !important;
}
.bg-purple-light {
  background-color: #8259cb;
  color: #fff !important;
}
.bg-purple-dark {
  background-color: #512e90;
  color: #fff !important;
}
.bg-purple small {
  color: inherit;
}

.bg-inverse {
  background-color: #263238;
  color: #fff !important;
}
.bg-inverse-light {
  background-color: #3b4d56;
  color: #fff !important;
}
.bg-inverse-dark {
  background-color: #11171a;
  color: #fff !important;
}
.bg-inverse small {
  color: inherit;
}

.bg-yellow {
  background-color: #FFEB3B;
  color: #fff !important;
}
.bg-yellow-light {
  background-color: #fff06e;
  color: #fff !important;
}
.bg-yellow-dark {
  background-color: #ffe608;
  color: #fff !important;
}
.bg-yellow small {
  color: inherit;
}

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

.bg-gray-darker {
  background-color: #232735;
  color: #fff !important;
}

.bg-gray-dark {
  background-color: #3a3f51;
  color: #fff !important;
}

.bg-gray {
  background-color: #dde6e9;
  color: #656565 !important;
}

.bg-gray-light {
  background-color: #e4eaec;
  color: #656565 !important;
}

.bg-gray-lighter {
  background-color: #edf1f2;
  color: #656565 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-cover {
  background-size: cover;
}

.thumb8 {
  width: 8px !important;
  height: 8px !important;
}

.thumb16 {
  width: 16px !important;
  height: 16px !important;
}

.thumb24 {
  width: 24px !important;
  height: 24px !important;
}

.thumb32 {
  width: 32px !important;
  height: 32px !important;
}

.thumb48 {
  width: 48px !important;
  height: 48px !important;
}

.thumb64 {
  width: 64px !important;
  height: 64px !important;
}

.thumb80 {
  width: 80px !important;
  height: 80px !important;
}

.thumb96 {
  width: 96px !important;
  height: 96px !important;
}

.thumb128 {
  width: 128px !important;
  height: 128px !important;
}

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

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

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

.bg-center {
  background-position: center center;
  background-size: cover;
}

.list-icon em {
  font-size: 14px;
  width: 40px;
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 30px;
}
.list-icon div:hover em {
  -webkit-transform: scale(3, 3);
  -ms-transform: scale(3, 3);
  -o-transform: scale(3, 3);
  transform: scale(3, 3);
}

.wd-xxs {
  width: 60px;
}

.wd-xs {
  width: 90px;
}

.wd-sm {
  width: 150px;
}

.wd-sd {
  width: 200px;
}

.wd-md {
  width: 240px;
}

.wd-lg {
  width: 280px;
}

.wd-xl {
  width: 320px;
}

.wd-xxl {
  width: 360px;
}

.wd-wide {
  width: 100%;
}

.wd-auto {
  width: auto;
}

.wd-zero {
  width: 0;
}

.label-inverse {
  background-color: #263238;
}
.label-inverse[href]:hover, .label-inverse[href]:focus {
  background-color: #11171a;
}

.label-green {
  background-color: #8EA201;
}
.label-green[href]:hover, .label-green[href]:focus {
  background-color: #626f01;
}

.label-pink {
  background-color: #E91E63;
}
.label-pink[href]:hover, .label-pink[href]:focus {
  background-color: #c1134e;
}

.label-purple {
  background-color: #673AB7;
}
.label-purple[href]:hover, .label-purple[href]:focus {
  background-color: #512e90;
}

.alert-purple {
  background-color: #673AB7;
  border-color: #673AB7;
  color: #fff;
}
.alert-purple hr {
  border-top-color: #5c34a4;
}
.alert-purple .alert-link {
  color: #e6e6e6;
}

.alert-green {
  background-color: #8EA201;
  border-color: #8EA201;
  color: #fff;
}
.alert-green hr {
  border-top-color: #788901;
}
.alert-green .alert-link {
  color: #e6e6e6;
}

.alert-pink {
  background-color: #E91E63;
  border-color: #E91E63;
  color: #fff;
}
.alert-pink hr {
  border-top-color: #d81558;
}
.alert-pink .alert-link {
  color: #e6e6e6;
}

.alert-inverse {
  background-color: #263238;
  border-color: #263238;
  color: #fff;
}
.alert-inverse hr {
  border-top-color: #1c2429;
}
.alert-inverse .alert-link {
  color: #e6e6e6;
}

.clickable {
  cursor: pointer;
}

.abs-center-container {
  position: relative;
}

.abs-center {
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.abs-center.abs-fixed {
  position: fixed;
  z-index: 999;
}
.abs-center.abs-right {
  left: auto;
  right: 20px;
  text-align: right;
}
.abs-center.abs-left {
  right: auto;
  left: 20px;
  text-align: left;
}

@media (max-height: 720px) {
  .abs-center {
    position: relative;
  }
}
.link-unstyled {
  text-decoration: none !important;
  outline: none !important;
}

.no-resize {
  resize: none;
  max-width: 100%;
  min-width: 100%;
}

/** 
 * Displays hidden content on hover. Add this class to the parent element.
 * Markup
 *   <div class="hover-visible">
 *    <div class="hover-hidden"></div>
 *   </div>
 */
.hover-visible .hover-hidden {
  display: none;
}
.hover-visible:hover .hover-hidden {
  display: block;
}
.hover-visible:hover .hover-inline {
  display: inline-block;
}

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

.media-box,
.media-box .media-box {
  margin-top: 15px;
}

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

.media-box-object {
  display: block;
}

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

.media-box > .pull-left {
  margin-right: 10px;
}
.media-box > .pull-right {
  margin-left: 10px;
}

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

.shadow-z0 {
  -webkit-box-shadow: 0 0 0 #000;
  box-shadow: 0 0 0 #000;
}

.shadow-z1 {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}

.shadow-z2 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084);
}

.shadow-z3 {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.14), 0 6px 10px 0 rgba(0, 0, 0, 0.098), 0 1px 18px 0 rgba(0, 0, 0, 0.084);
}

.shadow-z4 {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.14), 0 8px 10px 1px rgba(0, 0, 0, 0.098), 0 3px 14px 2px rgba(0, 0, 0, 0.084);
}

.shadow-z5 {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.14), 0 16px 24px 2px rgba(0, 0, 0, 0.098), 0 6px 30px 5px rgba(0, 0, 0, 0.084);
}

/* ========================================================================
     Component: print
 ========================================================================== */
@media print {
  .sidebar,
.topnavbar,
.offsidebar,
.btn,
.ColVis .ColVis_Button {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }

  .wrapper,
.wrapper > section,
.content-wrapper {
    margin: 0 !important;
    /* remove margin used for sidebar and expand the content */
    padding: 0 !important;
    width: 100% !important;
  }

  .content-wrapper {
    overflow: hidden !important;
  }
}
.setting-color {
  padding: 0 5px;
}
.setting-color > label {
  display: block;
  position: relative;
  margin: 0 10px;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
}
.setting-color > label:hover {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}
.setting-color > label:first-child {
  margin-left: 0;
}
.setting-color > label:last-child {
  margin-right: 0;
}
.setting-color > label > .color {
  display: block;
  height: 18px;
}
.setting-color > label > .split {
  display: block;
}
.setting-color > label > .split:before, .setting-color > label > .split:after {
  content: " ";
  display: table;
}
.setting-color > label > .split:after {
  clear: both;
}
.setting-color > label > .split > .color {
  display: block;
  height: 37.5px;
}
.setting-color > label > .split > .color:first-child {
  float: left;
  width: 70%;
}
.setting-color > label > .split > .color:last-child {
  float: right;
  width: 30%;
}
.setting-color > label > .icon-check {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -20px;
  margin-left: -10px;
  text-align: center;
  font-size: 1.33333333em;
  vertical-align: -15%;
  color: #fff;
  opacity: 0;
}
.setting-color > label > input[type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.setting-color > label > input[type=radio]:checked + .icon-check {
  opacity: 1 !important;
}

flatdoc {
  display: block;
  margin: -15px;
}
@media only screen and (min-width: 768px) {
  flatdoc {
    margin: -20px;
  }
}
flatdoc [role~=flatdoc] {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  flatdoc [role~=flatdoc] {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
  }
}
flatdoc [role~=flatdoc-menu] {
  border-right: 1px solid #e1e2e3;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  flatdoc [role~=flatdoc-menu] {
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: top;
    width: 180px;
  }
  flatdoc [role~=flatdoc-menu] > ul {
    padding-top: 20px;
  }
}
flatdoc [role~=flatdoc-menu] ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
flatdoc [role~=flatdoc-menu] ul.level-1 > li > a {
  padding-top: 25px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e2e3;
  pointer-events: none;
}
flatdoc [role~=flatdoc-menu] ul.level-2 > li + li > a, flatdoc [role~=flatdoc-menu] ul.level-2 > li:first-child > a {
  background-color: rgba(255, 255, 255, 0.75);
}
flatdoc [role~=flatdoc-menu] ul a {
  position: relative;
  display: block;
  padding: 10px;
  padding-right: 30px;
}
flatdoc [role~=flatdoc-menu] ul a, flatdoc [role~=flatdoc-menu] ul a:visited {
  color: #3a3f51;
}
flatdoc [role~=flatdoc-menu] ul a:hover {
  color: #3c4153;
  background-color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
flatdoc [role~=flatdoc-menu] ul a.level-1 {
  font-family: montserrat, sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
}
flatdoc [role~=flatdoc-menu] ul a.level-1, flatdoc [role~=flatdoc-menu] ul a.level-1:visited {
  color: #3a3f51;
}
flatdoc [role~=flatdoc-menu] ul a.level-1:hover {
  color: #3a3f51;
}
flatdoc [role~=flatdoc-menu] ul a.level-2 {
  font-weight: 600;
}
flatdoc [role~=flatdoc-menu] ul a.level-3 {
  font-weight: normal;
  font-size: 0.9em;
  padding-left: 15px;
}
flatdoc [role~=flatdoc-menu] ul a.active {
  font-weight: bold !important;
}
flatdoc [role~=flatdoc-menu] ul a.active, flatdoc [role~=flatdoc-menu] ul a.active:visited, flatdoc [role~=flatdoc-menu] ul a.active:hover {
  color: #505050 !important;
}
flatdoc [role~=flatdoc-menu] ul a.active:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 15px;
  width: 9px;
  height: 3px;
  border-radius: 2px;
  background: #3a3f51;
}
flatdoc [role~=flatdoc-content] {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1px;
  padding-bottom: 50px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  flatdoc [role~=flatdoc-content] {
    display: table-cell;
    height: 100%;
    vertical-align: top;
  }
}
flatdoc [role~=flatdoc-content] pre {
  background-color: #f3f6fb;
  border: 1px solid #dde6e9;
}
flatdoc [role~=flatdoc-content] pre code {
  display: inline-block;
  white-space: pre;
}
flatdoc [role~=flatdoc-content] pre code .string, flatdoc [role~=flatdoc-content] pre code .number {
  color: #626f01;
}
flatdoc [role~=flatdoc-content] pre code .init {
  color: #626f01;
}
flatdoc [role~=flatdoc-content] pre code .keyword {
  color: #3a3f51;
  font-weight: bold;
}
flatdoc [role~=flatdoc-content] pre code .comment {
  color: #909FA7;
}
flatdoc [role~=flatdoc-content] > h1 {
  padding: 11px 0;
  margin: 0;
  line-height: 1;
}
flatdoc [role~=flatdoc-content] > h2, flatdoc [role~=flatdoc-content] > h3 {
  padding: 20px;
  border-top: 1px solid #f1f2f3;
  margin: 0 -20px;
}
flatdoc .button {
  display: inline-block;
  padding: 6px 16px;
  font-size: 13px;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  background-color: #21759b;
  border-color: #21759b;
}
flatdoc .button:focus, flatdoc .button.focus {
  color: #fff;
  background-color: #1d688a;
  border-color: #1a5c79;
}
flatdoc .button:hover {
  color: #fff;
  background-color: #1d688a;
  border-color: #1a5c79;
}
flatdoc .button:active, flatdoc .button.active, .open > flatdoc .button.dropdown-toggle {
  color: #fff;
  background-color: #1d688a;
  border-color: #1a5c79;
}
flatdoc .button:active:hover, flatdoc .button:active:focus, flatdoc .button:active.focus, flatdoc .button.active:hover, flatdoc .button.active:focus, flatdoc .button.active.focus, .open > flatdoc .button.dropdown-toggle:hover, .open > flatdoc .button.dropdown-toggle:focus, .open > flatdoc .button.dropdown-toggle.focus {
  color: #fff;
  background-color: #1d688a;
  border-color: #1a5c79;
}
flatdoc .button:active, flatdoc .button.active, .open > flatdoc .button.dropdown-toggle {
  background-image: none;
}
flatdoc .button.disabled, flatdoc .button.disabled:hover, flatdoc .button.disabled:focus, flatdoc .button.disabled.focus, flatdoc .button.disabled:active, flatdoc .button.disabled.active, flatdoc .button[disabled], flatdoc .button[disabled]:hover, flatdoc .button[disabled]:focus, flatdoc .button[disabled].focus, flatdoc .button[disabled]:active, flatdoc .button[disabled].active, fieldset[disabled] flatdoc .button, fieldset[disabled] flatdoc .button:hover, fieldset[disabled] flatdoc .button:focus, fieldset[disabled] flatdoc .button.focus, fieldset[disabled] flatdoc .button:active, fieldset[disabled] flatdoc .button.active {
  background-color: #21759b;
  border-color: #21759b;
}
flatdoc .button .badge {
  color: #21759b;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.w-25 {
  width: 25% !important;
}

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

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

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

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

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

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

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

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }

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

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }

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

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }

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

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3 {
    padding-left: 1rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5 {
    padding-left: 3rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto {
    margin-left: auto !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.ml85 {
  margin-left: 85px;
}

.ml90 {
  margin-left: 90px;
}

.ml95 {
  margin-left: 95px;
}

.ml100 {
  margin-left: 100px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.mr80 {
  margin-right: 80px;
}

.mr85 {
  margin-right: 85px;
}

.mr90 {
  margin-right: 90px;
}

.mr95 {
  margin-right: 95px;
}

.mr100 {
  margin-right: 100px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

table th.th-left {
  text-align: left;
}

table th.th-right {
  text-align: right;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.valign-top, table tbody td.valign-top {
  vertical-align: top;
}

.valign-middle, table tbody td.valign-middle {
  vertical-align: middle;
}

div.bootstrap-tagsinput {
  display: block;
  border: 1px solid #dde6e9;
}

.bg-gray-ultralight {
  background-color: #fafbfc;
}

.tab-content {
  background-color: #fff;
}

.navbar-brand .brand-logo img {
  width: 90px;
}

.brand-logo-collapsed img {
  max-width: 40px;
}

.panel-heading paneltool > a.left {
  margin-left: -0.75em;
  float: left;
}

.uk-notify {
  top: 80px;
}

.panel-heading paneltool > a {
  width: inherit;
}
.panel-heading paneltool > a em {
  float: left;
  width: 1em;
  margin-top: 0.25em;
}
.panel-heading paneltool > a span {
  margin-left: 10px;
}

.ng-hide.ng-hide-animate {
  display: none !important;
}

.form-control-static.slim {
  min-height: auto;
  padding-top: inherit;
  padding-bottom: inherit;
}

.glyphicon {
  font-family: FontAwesome;
}

.bootstrap-tagsinput .tag {
  background-color: #21759b;
  display: inline-block;
  padding: 0.2em 0.6em 0.3em;
  font-size: 85%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  margin-bottom: 2px;
}

.date-range-picker-symbol {
  position: absolute;
  pointer-events: none;
  top: 0.725em;
  z-index: 2;
  margin-left: -1.75em;
}

.input-sm + .date-range-picker-symbol, .input-group-sm > .form-control + .date-range-picker-symbol,
.input-group-sm > .input-group-addon + .date-range-picker-symbol,
.input-group-sm > .input-group-btn > .btn + .date-range-picker-symbol, body .input-group-sm > .bootstrap-tagsinput + .date-range-picker-symbol,
.ColVis .input-group-sm > .input-group-btn > .ColVis_Button + .date-range-picker-symbol {
  font-size: 85%;
}

.input-sm ~ .input-group-addon, .input-group-sm > .form-control ~ .input-group-addon,
.input-group-sm > .input-group-addon ~ .input-group-addon,
.input-group-sm > .input-group-btn > .btn ~ .input-group-addon, body .input-group-sm > .bootstrap-tagsinput ~ .input-group-addon,
.ColVis .input-group-sm > .input-group-btn > .ColVis_Button ~ .input-group-addon {
  padding: 6px 4px;
}

select.chosen-select.ng-touched.ng-invalid + .chosen-container > ul, select.chosen-select.ng-touched.ng-invalid-required + .chosen-container > ul {
  border-color: #F44336 !important;
}

.label {
  letter-spacing: 0.02em;
  font-weight: 400;
}

.table.table-borderless > thead > tr > th,
.table.table-borderless > thead > tr > td,
.table.table-borderless > tbody > tr > th,
.table.table-borderless > tbody > tr > td,
.table.table-borderless > tfoot > tr > th,
.table.table-borderless > tfoot > tr > td {
  border-top: none;
}
.table.table-borderless > thead > tr > th {
  border-bottom: none;
}
.table.table-borderless > tbody + tbody {
  border-top: none;
}

.repeat-item.ng-enter,
.repeat-item.ng-leave {
  -webkit-transition: 0.5s linear all;
  transition: 0.5s linear all;
}

.repeat-item.ng-enter,
.repeat-item.ng-leave.ng-leave-active {
  opacity: 0;
}

.repeat-item.ng-leave,
.repeat-item.ng-enter.ng-enter-active {
  opacity: 1;
}

/* ========================================================================
   Component: layout
 ========================================================================== */
body,
.wrapper > section {
  background-color: #f5f7fa;
}

.wrapper > .aside {
  background-color: #fff;
}

/* ========================================================================
   Component: top-navbar
 ========================================================================== */
body .chosen-container-single .chosen-single {
  box-shadow: unset;
}

a {
  color: #515253;
}

.panel .panel-heading {
  background-color: #8EA201;
}

.topnavbar {
  background-color: #fff;
}
.topnavbar .navbar-header {
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, #8EA201 0%, #8EA201 100%);
  background-image: -o-linear-gradient(left, #8EA201 0%, #8EA201 100%);
  background-image: linear-gradient(to right, #8EA201 0%, #8EA201 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF8EA201", endColorstr="#FF8EA201", GradientType=1);
}
@media only screen and (min-width: 768px) {
  .topnavbar .navbar-header {
    background-image: none;
  }
}
.topnavbar .navbar-nav > li > a,
.topnavbar .navbar-nav > .open > a {
  color: #8EA201;
}
.topnavbar .navbar-nav > li > a:hover, .topnavbar .navbar-nav > li > a:focus,
.topnavbar .navbar-nav > .open > a:hover,
.topnavbar .navbar-nav > .open > a:focus {
  color: #353d00;
}
.topnavbar .navbar-nav > .active > a, .topnavbar .navbar-nav > .active > a:hover, .topnavbar .navbar-nav > .active > a:focus,
.topnavbar .navbar-nav > .open > a,
.topnavbar .navbar-nav > .open > a:hover,
.topnavbar .navbar-nav > .open > a:focus {
  background-color: transparent;
}
.topnavbar .navbar-nav > li > [data-toggle=navbar-search] {
  color: #fff;
}
.topnavbar .nav-wrapper {
  background-color: #8EA201;
}

.nav > li > div {
  position: relative;
  display: block;
  padding-top: 22px;
  padding-bottom: 22px;
}
.nav > li > div.version {
  color: #CCCCCC;
}

@media only screen and (min-width: 768px) {
  .topnavbar {
    background-color: #8EA201;
    background-image: -webkit-linear-gradient(left, #8EA201 0%, #8EA201 100%);
    background-image: -o-linear-gradient(left, #8EA201 0%, #8EA201 100%);
    background-image: linear-gradient(to right, #8EA201 0%, #8EA201 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF8EA201", endColorstr="#FF8EA201", GradientType=1);
  }
  .topnavbar .navbar-nav > .open > a, .topnavbar .navbar-nav > .open > a:hover, .topnavbar .navbar-nav > .open > a:focus {
    box-shadow: 0 -3px 0 rgba(255, 255, 255, 0.5) inset;
  }
  .topnavbar .navbar-nav > li > a,
.topnavbar .navbar-nav > .open > a {
    color: #fff;
  }
  .topnavbar .navbar-nav > li > a:hover, .topnavbar .navbar-nav > li > a:focus,
.topnavbar .navbar-nav > .open > a:hover,
.topnavbar .navbar-nav > .open > a:focus {
    color: #353d00;
  }
}
/* ========================================================================
   Component: sidebar
 ========================================================================== */
.sidebar {
  background-color: #fff;
}
.sidebar .nav-heading {
  color: #919DA8;
}
.sidebar .nav > li > a,
.sidebar .nav > li > .nav-item {
  color: #515253;
}
.sidebar .nav > li > a:focus, .sidebar .nav > li > a:hover,
.sidebar .nav > li > .nav-item:focus,
.sidebar .nav > li > .nav-item:hover {
  color: #21759b;
}
.sidebar .nav > li > a > em,
.sidebar .nav > li > .nav-item > em {
  color: inherits;
}
.sidebar .nav > li.active,
.sidebar .nav > li.active > a,
.sidebar .nav > li.active .nav, .sidebar .nav > li.open,
.sidebar .nav > li.open > a,
.sidebar .nav > li.open .nav {
  background-color: #fcfcfc;
  color: #21759b;
}
.sidebar .nav > li.active > a > em, .sidebar .nav > li.open > a > em {
  color: #21759b;
}
.sidebar .nav > li.active {
  border-left-color: #21759b;
}

.sidebar-subnav {
  background-color: #fff;
}
.sidebar-subnav > .sidebar-subnav-header {
  color: #515253;
}
.sidebar-subnav > li > a,
.sidebar-subnav > li > .nav-item {
  color: #515253;
}
.sidebar-subnav > li > a:focus, .sidebar-subnav > li > a:hover,
.sidebar-subnav > li > .nav-item:focus,
.sidebar-subnav > li > .nav-item:hover {
  color: #21759b;
}
.sidebar-subnav > li.active > a,
.sidebar-subnav > li.active > .nav-item {
  color: #21759b;
}
.sidebar-subnav > li.active > a:after,
.sidebar-subnav > li.active > .nav-item:after {
  border-color: #21759b;
  background-color: #21759b;
}

/******************************************************************************
* Component: offsidebar
******************************************************************************/
.offsidebar {
  border-left: 1px solid #cccccc;
  background-color: #fff;
  color: #656565;
}

.settings .table .action {
  width: 115px;
}
.settings .panel-footer button {
  margin-right: 5px;
  margin-left: 5px;
}

body .chosen-container-single .chosen-single abbr {
  top: 12px;
}

[em-loading-spinner] > div {
  display: inline;
}

.media-striped-bg {
  background: repeating-linear-gradient(-45deg, transparent, transparent 5px, #efefef 5px, #efefef 10px);
}

.articles.tab {
  height: 200px;
}
.articles .edit .images .item {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-position: 50% 50%;
}
.articles .edit .images label {
  vertical-align: top;
  margin-left: 15px;
}
.articles .settings .table .action {
  width: 115px;
}

.template-footer, .template-footer.ql-container {
  font-size: 0.8em;
}
.template-footer p {
  margin-bottom: 0;
}
.template-footer.table > tbody > tr > td {
  vertical-align: top;
}

.template-footer-preview td {
  border: 1px solid #ccc;
}
.template-footer-preview.table > thead > tr > th, .template-footer-preview.table > thead > tr > td, .template-footer-preview.table > tbody > tr > th, .template-footer-preview.table > tbody > tr > td, .template-footer-preview.table > tfoot > tr > th, .template-footer-preview.table > tfoot > tr > td {
  border-top: 1px solid #ccc;
}
.template-footer-preview.table > thead > tr > th {
  border-bottom: 1px solid #ccc;
}
.template-footer-preview.table > tbody + tbody {
  border-top: 1px solid #ccc;
}

/*# sourceMappingURL=file:///home/corredo/nova-app-frontend/src/sass/app.scss */
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL2FwcC5zY3NzIiwiLi4vLi4vYXBwL21lZGlhLXF1ZXJpZXMuc2NzcyIsIi4uLy4uL2FwcC9ib290c3RyYXAtcmVzZXQuc2NzcyIsIi4uLy4uL2N1c3RvbS92YXJpYWJsZXMuc2NzcyIsIi4uLy4uL2FwcC91dGlscy1kZWZpbml0aW9ucy5zY3NzIiwiLi4vLi4vYm9vdHN0cmFwL2Jvb3RzdHJhcC9taXhpbnMvX3ZlbmRvci1wcmVmaXhlcy5zY3NzIiwiLi4vLi4vYXBwL3R5cG8uc2NzcyIsIi4uLy4uL2Jvb3RzdHJhcC9fYm9vdHN0cmFwLnNjc3MiLCIuLi8uLi9ib290c3RyYXAvYm9vdHN0cmFwL19ub3JtYWxpemUuc2NzcyIsIi4uLy4uL2Jvb3RzdHJhcC9ib290c3RyYXAvX3ByaW50LnNjc3MiLCIuLi8uLi9ib290c3RyYXAvYm9vdHN0cmFwL19nbHlwaGljb25zLnNjc3MiLCIuLi8uLi9ib290c3RyYXAvYm9vdHN0cmFwL19zY2FmZm9sZGluZy5zY3NzIiwiLi4vLi4vYm9vdHN0cmFwL2Jvb3RzdHJhcC9taXhpbnMvX3RhYi1mb2N1cy5zY3NzIiwiLi4vLi4vYm9vdHN0cmFwL2Jvb3RzdHJhcC9taXhpbnMvX2ltYWdlLnNjc3MiLCIuLi8uLi9ib290c3RyYXAvYm9vdHN0cmFwL190eXBlLnNjc3MiLCIuLi8uLi9ib290c3RyYXAvYm9vdHN0cmFwL21peGlucy9fdGV4dC1lbXBoYXNpcy5zY3NzIiwiLi4vLi4vYm9vdHN0cmFwL2Jvb3RzdHJhcC9taXhpbnMvX2JhY2tncm91bmQtdmFyaWFudC5zY3NzIiwiLi4vLi4vYm9vdHN0cmFwL2Jvb3RzdHJhcC9taXhpbnMvX2NsZWFyZml4LnNjc3MiLCIuLi8uLi9ib290c3RyYXAvYm9vdHN0cmFwL21peGlucy9fdGV4dC1vdmVyZmxvdy5zY3NzIiwiLi4vLi4vYm9vdHN0cmFwL2Jvb3RzdHJhcC9fY29kZS5zY3NzIiwiLi4vLi4vYm9vdHN0cmFwL2Jvb3RzdHJhcC9fZ3JpZC5zY3NzIiwiLi4vLi4vYm9vdHN0cmFwL2Jvb3RzdHJhcC9taXhpbnMvX2dyaWQuc2NzcyIsIi4uLy4uL2Jvb3RzdHJhcC9ib290c3RyYXAvbWl4aW5zL19ncmlkLWZyYW1ld29yay5zY3NzIiwiLi4vLi4vYm9vdHN0cmFwL2Jvb3RzdHJhcC9fdGFibGVzLnNjc3MiLCIuLi8uLi9ib290c3RyYXAvYm9vdHN0cmFwL21peGlucy9fdGFibGUtcm93LnNjc3MiLCIuLi8uLi9ib290c3RyYXAvYm9vdHN0cmFwL19mb3Jtcy5zY3NzIiwiLi4vLi4vYm9vdHN0cmFwL2Jvb3RzdHJhcC9taXhpbnMvX2Zvcm1zLnNjc3MiLCIuLi8uLi9ib290c3RyYXAvYm9vdHN0cmFwL192YXJpYWJsZXMuc2NzcyIsIi4uLy4uL2Jvb3RzdHJhcC9ib290c3RyYXAvX2J1dHRvbnMuc2NzcyIsIi4uLy4uL2Jvb3RzdHJhcC9ib290c3RyYXAvbWl4aW5zL19idXR0b25zLnNjc3MiLCIuLi8uLi9hcHAvdmFyaWFibGVzLnNjc3MiLCIuLi8uLi9ib290c3RyYXAvYm9vdHN0cmFwL21peGlucy9fb3BhY2l0eS5zY3NzIiwiLi4vLi4vYm9vdHN0cmFwL2Jvb3RzdHJhcC9fY29tcG9uZW50LWFuaW1hdGlvbnMuc2NzcyIsIi4uLy4uL2Jvb3RzdHJhcC9ib290c3RyYXAvX2Ryb3Bkb3ducy5zY3NzIiwiLi4vLi4vYm9vdHN0cmFwL2Jvb3RzdHJhcC9taXhpbnMvX25hdi1kaXZpZGVyLnNjc3MiLCIuLi8uLi9ib290c3RyYXAvYm9vdHN0cmFwL21peGlucy9fcmVzZXQtZmlsdGVyLnNjc3MiLCIuLi8uLi9ib290c3RyYXAvYm9vdHN0cmFwL19idXR0b24tZ3JvdXBzLnNjc3MiLCIuLi8uLi9ib290c3RyYXAvYm9vdHN0cmFwL21peGlucy9fYm9yZGVyLXJhZGl1cy5zY3NzIiwiLi4vLi4vYm9vdHN0cmFwL2Jvb3RzdHJhcC9faW5wdXQtZ3JvdXBzLnNjc3MiLCIuLi8uLi9ib290c3RyYXAvYm9vdHN0cmFwL19uYXZzLnNjc3MiLCIuLi8uLi9ib290c3RyYXAvYm9vdHN0cmFwL19uYXZiYXIuc2NzcyIsIi4uLy4uL2Jvb3RzdHJhcC9ib290c3RyYXAvbWl4aW5zL19uYXYtdmVydGljYWwtYWxpZ24uc2NzcyIsIi4uLy4uL2Jvb3RzdHJhcC9ib290c3RyYXAvX2JyZWFkY3J1bWJzLnNjc3MiLCIuLi8uLi9ib290c3RyYXAvYm9vdHN0cmFwL19wYWdpbmF0aW9uLnNjc3MiLCIuLi8uLi9ib290c3RyYXAvYm9vdHN0cmFwL21peGlucy9fcGFnaW5hdGlvbi5zY3NzIiwiLi4vLi4vYm9vdHN0cmFwL2Jvb3RzdHJhcC9fcGFnZXIuc2NzcyIsIi4uLy4uL2Jvb3RzdHJhcC9ib290c3RyYXAvX2xhYmVscy5zY3NzIiwiLi4vLi4vYm9vdHN0cmFwL2Jvb3RzdHJhcC9taXhpbnMvX2xhYmVscy5zY3NzIiwiLi4vLi4vYm9vdHN0cmFwL2Jvb3RzdHJhcC9fYmFkZ2VzLnNjc3MiLCIuLi8uLi9ib290c3RyYXAvYm9vdHN0cmFwL19qdW1ib3Ryb24uc2NzcyIsIi4uLy4uL2Jvb3RzdHJhcC9ib290c3RyYXAvX3RodW1ibmFpbHMuc2NzcyIsIi4uLy4uL2Jvb3RzdHJhcC9ib290c3RyYXAvX2FsZXJ0cy5zY3NzIiwiLi4vLi4vYm9vdHN0cmFwL2Jvb3RzdHJhcC9taXhpbnMvX2FsZXJ0cy5zY3NzIiwiLi4vLi4vYm9vdHN0cmFwL2Jvb3RzdHJhcC9fcHJvZ3Jlc3MtYmFycy5zY3NzIiwiLi4vLi4vYm9vdHN0cmFwL2Jvb3RzdHJhcC9taXhpbnMvX2dyYWRpZW50cy5zY3NzIiwiLi4vLi4vYm9vdHN0cmFwL2Jvb3RzdHJhcC9taXhpbnMvX3Byb2dyZXNzLWJhci5zY3NzIiwiLi4vLi4vYm9vdHN0cmFwL2Jvb3RzdHJhcC9fbWVkaWEuc2NzcyIsIi4uLy4uL2Jvb3RzdHJhcC9ib290c3RyYXAvX2xpc3QtZ3JvdXAuc2NzcyIsIi4uLy4uL2Jvb3RzdHJhcC9ib290c3RyYXAvbWl4aW5zL19saXN0LWdyb3VwLnNjc3MiLCIuLi8uLi9ib290c3RyYXAvYm9vdHN0cmFwL19wYW5lbHMuc2NzcyIsIi4uLy4uL2Jvb3RzdHJhcC9ib290c3RyYXAvbWl4aW5zL19wYW5lbHMuc2NzcyIsIi4uLy4uL2Jvb3RzdHJhcC9ib290c3RyYXAvX3Jlc3BvbnNpdmUtZW1iZWQuc2NzcyIsIi4uLy4uL2Jvb3RzdHJhcC9ib290c3RyYXAvX3dlbGxzLnNjc3MiLCIuLi8uLi9ib290c3RyYXAvYm9vdHN0cmFwL19jbG9zZS5zY3NzIiwiLi4vLi4vYm9vdHN0cmFwL2Jvb3RzdHJhcC9fbW9kYWxzLnNjc3MiLCIuLi8uLi9ib290c3RyYXAvYm9vdHN0cmFwL190b29sdGlwLnNjc3MiLCIuLi8uLi9ib290c3RyYXAvYm9vdHN0cmFwL21peGlucy9fcmVzZXQtdGV4dC5zY3NzIiwiLi4vLi4vYm9vdHN0cmFwL2Jvb3RzdHJhcC9fcG9wb3ZlcnMuc2NzcyIsIi4uLy4uL2Jvb3RzdHJhcC9ib290c3RyYXAvX2Nhcm91c2VsLnNjc3MiLCIuLi8uLi9ib290c3RyYXAvYm9vdHN0cmFwL191dGlsaXRpZXMuc2NzcyIsIi4uLy4uL2Jvb3RzdHJhcC9ib290c3RyYXAvbWl4aW5zL19jZW50ZXItYmxvY2suc2NzcyIsIi4uLy4uL2Jvb3RzdHJhcC9ib290c3RyYXAvbWl4aW5zL19oaWRlLXRleHQuc2NzcyIsIi4uLy4uL2Jvb3RzdHJhcC9ib290c3RyYXAvX3Jlc3BvbnNpdmUtdXRpbGl0aWVzLnNjc3MiLCIuLi8uLi9ib290c3RyYXAvYm9vdHN0cmFwL21peGlucy9fcmVzcG9uc2l2ZS12aXNpYmlsaXR5LnNjc3MiLCIuLi8uLi9hcHAvbGF5b3V0LnNjc3MiLCIuLi8uLi9hcHAvbGF5b3V0LWV4dHJhLnNjc3MiLCIuLi8uLi9hcHAvbGF5b3V0LWFuaW1hdGlvbi5zY3NzIiwiLi4vLi4vYXBwL3RvcC1uYXZiYXIuc2NzcyIsIi4uLy4uL2FwcC9zaWRlYmFyLnNjc3MiLCIuLi8uLi9hcHAvb2Zmc2lkZWJhci5zY3NzIiwiLi4vLi4vYXBwL3ByZWxvYWRlci5zY3NzIiwiLi4vLi4vYXBwL2JyZWFkY3J1bWJzLnNjc3MiLCIuLi8uLi9hcHAvbG9hZGluZy1iYXIuc2NzcyIsIi4uLy4uL2FwcC9hbmltYXRlLnNjc3MiLCIuLi8uLi9hcHAvYnV0dG9uLWV4dHJhLnNjc3MiLCIuLi8uLi9hcHAvcGxhY2Vob2xkZXIuc2NzcyIsIi4uLy4uL2FwcC9wYW5lbHMuc2NzcyIsIi4uLy4uL2FwcC9wcm9ncmVzcy1leHRyYS5zY3NzIiwiLi4vLi4vYXBwL3JhZGlhbC1iYXIuc2NzcyIsIi4uLy4uL2FwcC91c2VyLWJsb2NrLnNjc3MiLCIuLi8uLi9hcHAvY2lyY2xlcy5zY3NzIiwiLi4vLi4vYXBwL3RpbWVsaW5lLnNjc3MiLCIuLi8uLi9hcHAvZHJvcGRvd24tZXh0cmEuc2NzcyIsIi4uLy4uL2FwcC9yb3ctZXh0cmEuc2NzcyIsIi4uLy4uL2FwcC9oYWxmLWZsb2F0LnNjc3MiLCIuLi8uLi9hcHAvbWFzb25yeS1ncmlkLnNjc3MiLCIuLi8uLi9hcHAvd2lkZ2V0LnNjc3MiLCIuLi8uLi9hcHAvdHlwZWFoZWFkLnNjc3MiLCIuLi8uLi9hcHAvdGFibGUtZ3JpZC5zY3NzIiwiLi4vLi4vYXBwL3RvZG8uc2NzcyIsIi4uLy4uL2FwcC9uZ3dpZy5zY3NzIiwiLi4vLi4vYXBwL25nZGlhbG9nLnNjc3MiLCIuLi8uLi9hcHAvbmVzdGFibGUuc2NzcyIsIi4uLy4uL2FwcC9jYXJvdXNlbC5zY3NzIiwiLi4vLi4vYXBwL21hc29ucnktZ3JpZC1kZWNrLnNjc3MiLCIuLi8uLi9hcHAvY2hhcnQtZmxvdC5zY3NzIiwiLi4vLi4vYXBwL2Zvcm0tZWxlbWVudHMuc2NzcyIsIi4uLy4uL2FwcC9mb3JtLWltZ2Nyb3Auc2NzcyIsIi4uLy4uL2FwcC9mb3JtLXZhbGlkYXRpb24uc2NzcyIsIi4uLy4uL2FwcC9mb3JtLXRhZ3Muc2NzcyIsIi4uLy4uL2FwcC9mb3JtLXdpemFyZC5zY3NzIiwiLi4vLi4vYXBwL3Vpc2VsZWN0LnNjc3MiLCIuLi8uLi9hcHAvZGF0YXRhYmxlLnNjc3MiLCIuLi8uLi9hcHAvdGFibGUtZXh0cmFzLnNjc3MiLCIuLi8uLi9hcHAvdGFibGUtbmd0YWJsZS5zY3NzIiwiLi4vLi4vYXBwL3RhYmxlLW5nLWdyaWQuc2NzcyIsIi4uLy4uL2FwcC90YWJsZS11aWdyaWQuc2NzcyIsIi4uLy4uL2FwcC90YWJsZS1hbmd1bGFyZ3JpZC5zY3NzIiwiLi4vLi4vYXBwL3BsdWdpbnMuc2NzcyIsIi4uLy4uL2FwcC9zbGltLXNjcm9sbC5zY3NzIiwiLi4vLi4vYXBwL2RhdGVwaWNrZXIuc2NzcyIsIi4uLy4uL2FwcC9hbGVydHMuc2NzcyIsIi4uLy4uL2FwcC9ub3RpZnkuc2NzcyIsIi4uLy4uL2FwcC9jYWxlbmRhci5zY3NzIiwiLi4vLi4vYXBwL3NwaW5uZXIuc2NzcyIsIi4uLy4uL2FwcC9nbWFwLnNjc3MiLCIuLi8uLi9hcHAvdmVjdG9yLW1hcC5zY3NzIiwiLi4vLi4vYXBwL3BvcnRsZXRzLnNjc3MiLCIuLi8uLi9hcHAvbWFpbGJveC5zY3NzIiwiLi4vLi4vYXBwL3V0aWxzLnNjc3MiLCIuLi8uLi9hcHAvcHJpbnQuc2NzcyIsIi4uLy4uL2FwcC9zZXR0aW5ncy5zY3NzIiwiLi4vLi4vYXBwL2RvY3Muc2NzcyIsIi4uLy4uL2N1c3RvbS9iNC1mbG9hdC5zY3NzIiwiLi4vLi4vY3VzdG9tL2I0LXNwYWNpbmcuc2NzcyIsIi4uLy4uL2N1c3RvbS9tYWluLnNjc3MiLCIuLi8uLi9jdXN0b20vdHJhbnNpdGlvbnMuc2NzcyIsIi4uLy4uL2N1c3RvbS90aGVtZS1ub3ZhLnNjc3MiLCIuLi8uLi9jdXN0b20vbW9kdWxlcy9jb3JlLnNjc3MiLCIuLi8uLi9jdXN0b20vbW9kdWxlcy9tZWRpYS5zY3NzIiwiLi4vLi4vY3VzdG9tL21vZHVsZXMvYXJ0aWNsZXMuc2NzcyIsIi4uLy4uL2N1c3RvbS9tb2R1bGVzL3RlbXBsYXRlcy5zY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQ0FBO0FBQUE7QUFBQTtBQ0FBO0FBQUE7QUFBQTtBQU1BO0FBQUE7QUFBQTtB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QUFBO0FBQUE7RUFJRTtFQUNBOzs7QUFrQkY7QUFBQTtBQUFBO0FBQUE7QUFBQTtFQUtFO0VBQ0E7RUFDQTs7O0FBT0Y7RUFDRTs7O0FBVUY7QUFBQTtFQUVFOzs7QUFXRjtBQUFBO0FBQUE7QUFBQTtFQUlFO0VBQ0E7OztBQU9GO0FBQUE7RUFFRTs7O0FBT0Y7QUFBQTtFQUVFO0VBQ0E7OztBQVFGO0VBQ0U7OztBQVdGO0FBQUE7RUFFRTtFQUNBOzs7QUFTRjtBQUFBO0VBRUU7OztBQVFGO0VBQ0U7RUFDQTs7O0FBU0Y7QUFBQTtFQUVFOzs7QUFPRjtFQUNFO0VBQ0E7RUFDQTs7O0FBUUY7RUFDRTtFQUNBOzs7QUFPRjtFQUNFOzs7QUFRRjtFQUNFOzs7QUFVRjtFQUNFO0VBQ0E7OztBQUdGO0FBQUE7RUFFRTs7O0FDdGFGO0FBT0E7RUFDSTtBQUFBO0FBQUE7SUFHSTtJQUNBO0lBQ0E7SUFDQTs7O0VBR0o7QUFBQTtJQUVJOzs7RUFHSjtJQUNJOzs7RUFHSjtJQUNJOzs7RUFLSjtBQUFBO0lBRUk7OztFQUdKO0FBQUE7SUFFSTtJQUNBOzs7RUFHSjtJQUNJOzs7RUFHSjtBQUFBO0lBRUk7OztFQUdKO0lBQ0k7OztFQUdKO0FBQUE7QUFBQTtJQUdJO0lBQ0E7OztFQUdKO0FBQUE7SUFFSTs7O0VBTUo7SUFDSTs7O0VBSUE7QUFBQTtBQUFBO0lBQ0k7OztFQUdSO0lBQ0k7OztFQUdKO0lBQ0k7O0VBRUE7QUFBQTtJQUVJOzs7RUFJSjtBQUFBO0lBRUk7OztBQ3BGVjtFQUNFO0VBQ0E7RUFDQTs7QUFTSjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBSWtDO0VBQVc7OztBQUNYO0VBQVc7OztBQUVYO0FBQUE7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBU1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FBQ1g7RUFBVzs7O0FB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REY7RUFDRTs7O0FBREY7RUFDRTs7O0FBREY7RUFDRTs7O0FBREY7RUFDRTs7O0FBTkY7RUFDRTs7O0FBTkY7RUFDRTs7O0FBREY7RUFDRTs7O0FBREY7RUFDRTs7O0FBREY7RUFDRTs7O0FBREY7RUFDRTs7O0FBREY7RUFDRTs7O0FBREY7RUFDRTs7O0FBREY7RUFDRTs7O0FBREY7RUFDRTs7O0FBREY7RUFDRTs7O0FBREY7RUFDRTs7O0FBREY7RUFDRTs7O0FBbUJGO0VBQ0U7OztBQURGO0VBQ0U7OztBQURGO0VBQ0U7OztBQURGO0VBQ0U7OztBQURGO0VBQ0U7OztBQURGO0VBQ0U7OztBQURGO0VBQ0U7OztBQURGO0VBQ0U7OztBQURGO0VBQ0U7OztBQURGO0VBQ0U7OztBQURGO0VBQ0U7OztBQURGO0VBQ0U7OztBQURGO0VBQ0U7OztBRkdOO0VFckNFO0lBQ0U7OztFQU9BO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQW1CRjtJQUNFOzs7RUFORjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFORjtJQUNFOzs7RUFORjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFtQkY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0FGWU47RUU5Q0U7SUFDRTs7O0VBT0E7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBbUJGO0lBQ0U7OztFQU5GO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQU5GO0lBQ0U7OztFQU5GO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQURGO0lBQ0U7OztFQW1CRjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7RUFERjtJQUNFOzs7QUZxQk47RUV2REU7SUFDRTs7O0VBT0E7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBREY7SUFDRTs7O0VBbUJGO0lBQ0U7OztF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QUQyUUY7RUFDRSxRdEJwRzZCO0VzQnFHN0I7RUFDQSxXdEJsUXNCO0VzQm1RdEIsYXRCak53QjtFc0JrTnhCLGV0QjlNd0I7O0FzQmdOMUI7RUFDRSxRdEIzRzZCO0VzQjRHN0IsYXRCNUc2Qjs7QXNCOEcvQjtBQUFBO0FBQUE7QUFBQTtFQUVFOztBQUVGO0VBQ0UsUXRCbkg2QjtFc0JvSDdCO0VBQ0E7RUFDQSxXdEJsUnNCO0VzQm1SdEIsYXRCak93Qjs7O0FzQjBPNUI7RUFFRTs7QUFHQTtFQUNFOzs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQSxPdEJsSitCO0VzQm1KL0IsUXRCbkorQjtFc0JvSi9CLGF0QnBKK0I7RXNCcUovQjtFQUNBOzs7QUFFRjtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBR0UsT3RCekorQjtFc0IwSi9CLFF0QjFKK0I7RXNCMkovQixhdEIzSitCOzs7QXNCNkpqQztBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBR0UsT3RCOUorQjtFc0IrSi9CLFF0Qi9KK0I7RXNCZ0svQixhdEJoSytCOzs7QXVCeFAvQjtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7RUFVRSxPdkJJcUI7O0F1QkR2QjtFQUNFO0VyQitDRixvQnFCOUNFO0VyQitDTSxZcUIvQ047O0FBQ0E7RUFDRTtFckI0Q0osb0JxQjFDSTtFckIyQ0ksWXFCM0NKOztBQUlKO0VBQ0UsT3ZCVnFCO0V1QldyQixjdkJYcUI7RXVCWXJCLGtCdkIyZjZCOztBdUJ4Zi9CO0VBQ0UsT3ZCaEJxQjs7O0F1QmR2QjtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7RUFVRSxPdkJNcUI7O0F1Qkh2QjtFQUNFLGN2QkVxQjtFRTZDdkIsb0JxQjlDRTtFckIrQ00sWXFCL0NOOztBQUNBO0VBQ0U7RXJCNENKLG9CcUIxQ0k7RXJCMkNJLFlxQjNDSjs7QUFJSjtFQUNFLE92QlJxQjtFdUJTckIsY3ZCVHFCO0V1QlVyQixrQnZCbWdCNkI7O0F1QmhnQi9CO0VBQ0UsT3ZCZHFCOzs7QXVCaEJ2QjtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7RUFVRSxPdkJPcUI7O0F1Qkp2QjtFQUNFLGN2QkdxQjtFRTRDdkIsb0JxQjlDRTtFckIrQ00sWXFCL0NOOztBQUNBO0VBQ0U7RXJCNENKLG9CcUIxQ0k7RXJCMkNJLFlxQjNDSjs7QUFJSjtFQUNFLE92QlBxQjtFdUJRckIsY3ZCUnFCO0V1QlNyQixrQnZCdWdCNkI7O0F1QnBnQi9CO0VBQ0UsT3ZCYnFCOzs7QXNCd1p2QjtFQUNHOztBQUVIO0VBQ0c7OztBQVVMO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQW1CQTtFQUVFO0lBQ0U7SUFDQTtJQUNBOztFQUlGO0lBQ0U7SUFDQTtJQUNBOztFQUlGO0lBQ0U7O0VBR0Y7SUFDRTtJQUNBOztFQUVBO0FBQUE7QUFBQTtBQUFBO0FBQUE7SUFHRTs7RUFLSjtJQUNFOztFQUdGO0lBQ0U7SUFDQTs7RUFLRjtBQUFBO0lBRUU7SUFDQTtJQUNBO0lBQ0E7O0VBRUE7QUFBQTtJQUNFOztFQUdKO0FBQUE7SUFFRTtJQUNBOztFQUlGO0lBQ0U7Ozs7QUFxQko7QUFBQTtBQUFBO0FBQUE7RUFJRTtFQUNBO0VBQ0E7O0FBSUY7QUFBQTtFQUVFOztBQUlGO0VKemlCQTtFQUNBOztBSkhBO0VBRUU7RUFDQTs7QUFFRjtFQUNFOztBUTJpQkY7RUFDRTtJQUNFO0lBQ0E7SUFDQTs7O0FBUUo7RUFDRTs7QUFRQTtFQUNFO0lBQ0U7SUFDQSxXdEJyZmtCOzs7QXNCMGZ0QjtFQUNFO0lBQ0U7SUFDQSxXdEI1ZmtCOzs7O0F5QjFGMUI7RUFDRTtFQUNBO0VBQ0EsYXpCbUwrQjtFeUJsTC9CO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VDNkNBO0VBQ0EsVzFCZ0N3QjtFMEIvQnhCLGExQjJDd0I7RTBCMUN4QixlQzZFMEI7RXpCMEUxQixxQnVCck1xQjtFdkJzTWxCLGtCdUJ0TWtCO0V2QnVNakIsaUJ1QnZNaUI7RXZCd01iLGF1QnhNYTs7QUFLbkI7RWhCckJGO0VBRUE7RUFDQTs7QWdCd0JBO0VBR0UsT3pCOEo2QjtFeUI3SjdCOztBQUdGO0VBRUU7RUFDQTtFdkIyQkYsb0J1QjFCRTtFdkIyQk0sWXVCM0JOOztBQUdGO0VBR0UsUXpCME42QjtFNEJ2US9CLFNIOENtQjtFRzNDbkI7RTFCOERBLG9CdUJsQkU7RXZCbUJNLFl1Qm5CTjs7O0FBT0Y7RUFFRTs7O0FBUUo7RUM3REUsTzFCMEwrQjtFMEJ6TC9CLGtCMUIwTCtCO0UwQnpML0IsYzFCMEwrQjs7QTBCeEwvQjtFQUVFLE8xQm9MNkI7RTBCbkw3QjtFQUNJOztBQUVOO0VBQ0UsTzFCK0s2QjtFMEI5SzdCO0VBQ0k7O0FBRU47RUFHRSxPMUJ3SzZCO0UwQnZLN0I7RUFDSTs7QUFFSjtFQUdFLE8xQmlLMkI7RTBCaEszQjtFQUNJOztBQUdSO0VBR0U7O0FBS0E7RUFNRSxrQjFCK0kyQjtFMEI5SXZCLGMxQitJdUI7O0EwQjNJL0I7RUFDRSxPMUJ5STZCO0UwQnhJN0Isa0IxQnVJNkI7OztBeUIxSGpDO0VDaEVFLE8xQjhMK0I7RTBCN0wvQixrQjFCYXVCO0UwQlp2QixjMUI4TCtCOztBMEI1TC9CO0VBRUUsTzFCd0w2QjtFMEJ2TDdCO0VBQ0k7O0FBRU47RUFDRSxPMUJtTDZCO0UwQmxMN0I7RUFDSTs7QUFFTjtFQUdFLE8xQjRLNkI7RTBCM0s3QjtFQUNJOztBQUVKO0VBR0UsTzFCcUsyQjtFMEJwSzNCO0VBQ0k7O0FBR1I7RUFHRTs7QUFLQTtFQU1FLGtCMUI5Qm1CO0UwQitCZixjMUJtSnVCOztBMEIvSS9CO0VBQ0UsTzFCcENxQjtFMEJxQ3JCLGtCMUIySTZCOzs7QXlCMUhqQztFQ3BFRSxPMUJrTStCO0UwQmpNL0Isa0IxQmN1QjtFMEJidkIsYzFCa00rQjs7QTBCaE0vQjtFQUVFLE8xQjRMNkI7RTBCM0w3QjtFQUNJOztBQUVOO0VBQ0UsTzFCdUw2QjtFMEJ0TDdCO0VBQ0k7O0FBRU47RUFHRSxPMUJnTDZCO0UwQi9LN0I7RUFDSTs7QUFFSjtFQUdFLE8xQnlLMkI7RTBCeEszQjtFQUNJOztBQUdSO0VBR0U7O0FBS0E7RUFNRSxrQjFCN0JtQjtFMEI4QmYsYzFCdUp1Qjs7QTBCbkovQjtFQUNFLE8xQm5DcUI7RTBCb0NyQixrQjFCK0k2Qjs7O0F5QjFIakM7RUN4RUUsTzFCc00rQjtFMEJyTS9CLGtCMUJldUI7RTBCZHZCLGMxQnNNK0I7O0EwQnBNL0I7RUFFRSxPMUJnTTZCO0UwQi9MN0I7RUFDSTs7QUFFTjtFQUNFLE8xQjJMNkI7RTBCMUw3QjtFQUNJOztBQUVOO0VBR0UsTzFCb0w2QjtFMEJuTDdCO0VBQ0k7O0FBRUo7RUFHRSxPMUI2SzJCO0UwQjVLM0I7RUFDSTs7QUFHUjtFQUdFOztBQUtBO0VBTUUsa0IxQjVCbUI7RTBCNkJmLGMxQjJKdUI7O0EwQnZKL0I7RUFDRSxPMUJsQ3FCO0UwQm1DckIsa0IxQm1KNkI7OztBeUIxSGpDO0VDNUVFLE8xQjBNK0I7RTBCek0vQixrQjFCZ0J1QjtFMEJmdkIsYzFCME0rQjs7QTBCeE0vQjtFQUVFLE8xQm9NNkI7RTBCbk03QjtFQUNJOztBQUVOO0VBQ0UsTzFCK0w2QjtFMEI5TDdCO0VBQ0k7O0FBRU47RUFHRSxPMUJ3TDZCO0UwQnZMN0I7RUFDSTs7QUFFSjtFQUdFLE8xQmlMMkI7RTBCaEwzQjtFQUNJOztBQUdSO0VBR0U7O0FBS0E7RUFNRSxrQjFCM0JtQjtFMEI0QmYsYzFCK0p1Qjs7QTBCM0ovQjtFQUNFLE8xQmpDcUI7RTBCa0NyQixrQjFCdUo2Qjs7O0F5QjFIakM7RUNoRkUsTzFCOE0rQjtFMEI3TS9CLGtCMUJpQnVCO0UwQmhCdkIsYzFCOE0rQjs7QTBCNU0vQjtFQUVFLE8xQndNNkI7RTBCdk03QjtFQUNJOztBQUVOO0VBQ0UsTzFCbU02QjtFMEJsTTdCO0VBQ0k7O0FBRU47RUFHRSxPMUI0TDZCO0UwQjNMN0I7RUFDSTs7QUFFSjtFQUdFLE8xQnFMMkI7RTBCcEwzQjtFQUNJOztBQUdSO0VBR0U7O0FBS0E7RUFNRSxrQjFCMUJtQjtFMEIyQmYsYzFCbUt1Qjs7QTBCL0ovQjtFQUNFLE8xQmhDcUI7RTBCaUNyQixrQjFCMko2Qjs7O0F5QnJIakM7RUFDRSxPekJqQnNCO0V5QmtCdEI7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Qix3QkdvVTBCOzs7QUFHN0I7RUFDRTtFSHpVQSx5QmxDbUowQjtFa0NsSnpCLHdCbENrSnlCO0VrQzNJMUIsNEJHbVU4QjtFSGxVN0IsMkJHa1U2Qjs7O0FBUWhDO0VDaFZFO0VBQ0E7O0FEa1ZBO0VDblZBO0VBQ0E7O0FEcVZBO0VDdFZBO0VBQ0E7OztBRCtWRjtFQ2hXRTtFQUNBOztBRGtXQTtFQUhGO0lBSUk7SUFDQSxhckNzQytCO0lxQ3JDL0IsY3JDcUMrQjs7OztBcUN4Qm5DO0VBQ0U7SUFDRTs7O0VBRUY7SUFDRTtJQUNGOztFQUVFO0lBQ0U7OztBQVVOO0VBQ0Usa0JyQy9XdUI7RXFDZ1h2QixjckNTaUM7O0FxQ1BqQztFQUNFLE9yQ1N1Qzs7QXFDUnZDO0VBRUUsT3JDZ0JxQztFcUNmckMsa0JyQ2dCcUM7O0FxQ1p6QztFQUNFLE9yQ0wrQjs7QXFDUy9CO0VBQ0UsT3JDTHFDOztBcUNPckM7RUFFRSxPckNSbUM7RXFDU25DLGtCckNSbUM7O0FxQ1lyQztFQUdFLE9yQ2RtQztFcUNlbkMsa0JyQ2RtQzs7QXFDa0JyQztFQUdFLE9yQ3BCbUM7RXFDcUJuQyxrQnJDcEJtQzs7QXFDeUJ6QztFQUNFLGNyQ2hCdUM7O0FxQ2lCdkM7RUFFRSxrQnJDckJxQzs7QXFDdUJ2QztFQUNFLGtCckN2QnFDOztBcUMyQnpDO0FBQUE7RUFFRSxjckMvQytCOztBcUNzRDdCO0VBR0Usa0JyQ2xEbUM7RXFDbURuQyxPckNwRG1DOztBcUN3RHZDO0VBR0k7SUFDRSxPckMvRGlDOztFcUNnRWpDO0lBRUUsT3JDakUrQjtJcUNrRS9CLGtCckNqRStCOztFcUNxRWpDO0lBR0UsT3JDdkUrQjtJcUN3RS9CLGtCckN2RStCOztFcUMyRWpDO0lBR0UsT3JDN0UrQjtJcUM4RS9CLGtCckM3RStCOzs7QXFDeUZ6QztFQUNFLE9yQ2hHdUM7O0FxQ2lHdkM7RUFDRSxPckNqR3FDOztBcUNxR3pDO0VBQ0UsT3JDdkd1Qzs7QXFDd0d2QztFQUVFLE9yQ3pHcUM7O0FxQzZHckM7RUFFRSxPckMzR21DOzs7QXFDbUgzQztFQUNFLGtCckNuRzBDO0VxQ29HMUMsY3JDbkcwQzs7QXFDcUcxQztFQUNFLE9yQzFnQnFCOztBcUMyZ0JyQjtFQUVFLE9yQzVGc0M7RXFDNkZ0QyxrQnJDNUZzQzs7QXFDZ0cxQztFQUNFLE9yQ25oQnFCOztBcUN1aEJyQjtFQUNFLE9yQ3hoQm1COztBcUMwaEJuQjtFQUVFLE9yQ3BIb0M7RXFDcUhwQyxrQnJDcEhvQzs7QXFDd0h0QztFQUdFLE9yQzVIb0M7RXFDNkhwQyxrQnJDMUhvQzs7QXFDOEh0QztFQUdFLE9yQ2hJb0M7RXFDaUlwQyxrQnJDaElvQzs7QXFDc0kxQztFQUNFLGNyQzdId0M7O0FxQzhIeEM7RUFFRSxrQnJDbElzQzs7QXFDb0l4QztFQUNFLGtCckNwSXNDOztBcUN3STFDO0FBQUE7RUFFRTs7QUFNRTtFQUdFLGtCckM5Sm9DO0VxQytKcEMsT3JDbEtvQzs7QXFDc0t4QztFQUdJO0lBQ0UsY3JDOUtrQzs7RXFDZ0xwQztJQUNFLGtCckNqTGtDOztFcUNtTHBDO0lBQ0UsT3JDeGxCZTs7RXFDeWxCZjtJQUVFLE9yQ25MZ0M7SXFDb0xoQyxrQnJDbkxnQzs7RXFDdUxsQztJQUdFLE9yQzNMZ0M7SXFDNExoQyxrQnJDekxnQzs7RXFDNkxsQztJQUdFLE9yQy9MZ0M7SXFDZ01oQyxrQnJDL0xnQzs7O0FxQ3NNMUM7RUFDRSxPckNwbkJxQjs7QXFDcW5CckI7RUFDRSxPckM5TXNDOztBcUNrTjFDO0VBQ0UsT3JDM25CcUI7O0FxQzRuQnJCO0VBRUUsT3JDdE5zQzs7QXFDME50QztFQUVFLE9yQ3hOb0M7OztBdUNwYjVDO0VBQ0U7RUFDQSxldkN1R3dCO0V1Q3RHeEI7RUFDQSxrQnZDeXpCOEI7RXVDeHpCOUIsZXZDNEkwQjs7QXVDMUkxQjtFQUNFOztBQUVBO0VBQ0U7RUFDQTtFQUNBLE92Q2t6QjBCOztBdUM5eUI5QjtFQUNFLE92Q3FEb0I7OztBd0N6RXhCO0VBQ0U7RUFDQTtFQUNBO0VBQ0EsZXhDK0kwQjs7QXdDN0kxQjtFQUNFOztBQUNBO0FBQUE7RUFFRTtFQUNBO0VBQ0E7RUFDQSxheEM0Rm9CO0V3QzNGcEI7RUFDQSxPeEMwRGtCO0V3Q3pEbEIsa0J4Q3dkaUM7RXdDdmRqQztFQUNBOztBQUdBO0FBQUE7RUFFRTtFTlhOLDJCbEN1STBCO0VrQ3RJdkIsd0JsQ3NJdUI7O0F3Q3ZIdEI7QUFBQTtFTnhCSiw0QmxDK0kwQjtFa0M5SXZCLHlCbEM4SXVCOztBd0M5R3hCO0FBQUE7QUFBQTtFQUVFO0VBQ0EsT3hDc0NrQjtFd0NyQ2xCLGtCeENtY2lDO0V3Q2xjakMsY3hDbWNpQzs7QXdDN2JuQztBQUFBO0FBQUE7QUFBQTtFQUdFO0VBQ0EsT3hDMmJpQztFd0MxYmpDLGtCeENwQ21CO0V3Q3FDbkIsY3hDckNtQjtFd0NzQ25COztBQUtGO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtFQU1FLE94Q3hEbUI7RXdDeURuQixrQnhDaWJpQztFd0NoYmpDLGN4Q2liaUM7RXdDaGJqQyxReENrTTJCOzs7QXlDdFE3QjtBQUFBO0VBRUU7RUFDQSxXekMwRm9CO0V5Q3pGcEIsYXpDMklzQjs7QXlDeEl0QjtBQUFBO0VQSUosMkJsQ3dJMEI7RWtDdkl2Qix3QmxDdUl1Qjs7QXlDdEl0QjtBQUFBO0VQVkosNEJsQ2dKMEI7RWtDL0l2Qix5QmxDK0l1Qjs7O0F5Q25KeEI7QUFBQTtFQUVFO0VBQ0EsV3pDMkZvQjtFeUMxRnBCLGF6QzRJc0I7O0F5Q3pJdEI7QUFBQTtFUElKLDJCbEN5STBCO0VrQ3hJdkIsd0JsQ3dJdUI7O0F5Q3ZJdEI7QUFBQTtFUFZKLDRCbENpSjBCO0VrQ2hKdkIseUJsQ2dKdUI7OztBMENuSjVCO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0E1QklBO0VBRUU7RUFDQTs7QUFFRjtFQUNFOztBNEJSRjtFQUNFOztBQUNBO0FBQUE7RUFFRTtFQUNBO0VBQ0Esa0IxQzBkaUM7RTBDemRqQztFQUNBLGUxQzhlaUM7O0EwQzNlbkM7QUFBQTtFQUVFO0VBQ0Esa0IxQ3NkaUM7O0EwQ2pkbkM7QUFBQTtFQUVFOztBQUtGO0FBQUE7RUFFRTs7QUFLRjtBQUFBO0FBQUE7QUFBQTtFQUlFLE8xQ25DbUI7RTBDb0NuQixrQjFDMGJpQztFMEN6YmpDLFExQ3dOMkI7OztBMkN0UWpDO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBLE8zQ21tQjRCO0UyQ2xtQjVCO0VBQ0E7RUFDQTtFQUNBOztBQUtBO0VBQ0U7O0FBSUY7RUFDRTtFQUNBOzs7QUFNRjtFQUVFLE8zQzZrQjBCO0UyQzVrQjFCO0VBQ0E7OztBQU9KO0VDeENFLGtCNUNZdUI7O0E0Q1RyQjtFQUVFOzs7QUR1Q047RUM1Q0Usa0I1Q2lCdUI7O0E0Q2RyQjtFQUVFOzs7QUQyQ047RUNoREUsa0I1Q2tCdUI7O0E0Q2ZyQjtFQUVFOzs7QUQrQ047RUNwREUsa0I1Q21CdUI7O0E0Q2hCckI7RUFFRTs7O0FEbUROO0VDeERFLGtCNUNvQnVCOztBNENqQnJCO0VBRUU7OztBRHVETjtFQzVERSxrQjVDcUJ1Qjs7QTRDbEJyQjtFQUVFOzs7QUNGTjtFQUNFO0VBQ0E7RUFDQTtFQUNBLFc3Q3dGd0I7RTZDdkZ4QixhN0MyeUI0QjtFNkMxeUI1QixPN0NneUI0QjtFNkMveEI1QixhN0MweUI0QjtFNkN6eUI1QjtFQUNBO0VBQ0E7RUFDQSxrQjdDRnVCO0U2Q0d2QixlN0NzeUI0Qjs7QTZDbnlCNUI7RUFDRTs7QUFJRjtFQUNFO0VBQ0E7O0FBR0Y7RUFFRTtFQUNBOztBQU1GO0VBRUUsTzdDcUNvQjtFNkNwQ3BCLGtCN0N5d0IwQjs7QTZDdHdCNUI7RUFDRTs7QUFHRjtFQUNFOztBQUdGO0VBQ0U7OztBQU1GO0VBRUUsTzdDK3VCMEI7RTZDOXVCMUI7RUFDQTs7O0FDNURKO0VBQ0UsYTlDeWdCK0I7RThDeGdCL0IsZ0I5Q3dnQitCO0U4Q3ZnQi9CLGU5Q3VnQitCO0U4Q3RnQi9CLE85Q3VnQitCO0U4Q3RnQi9CLGtCOUN1Z0IrQjs7QThDcmdCL0I7QUFBQTtFQUVFLE85Q29nQjZCOztBOENqZ0IvQjtFQUNFO0VBQ0EsVzlDZ2dCNkI7RThDL2Y3Qjs7QUFHRjtFQUNFOztBQUdGO0VBRUUsZTlDMEh3Qjs7QThDdkgxQjtFQUNFOztBQUdGO0VBL0JGO0lBZ0NJO0lBQ0E7O0VBRUE7SUFFRTtJQUNBOztFQUdGO0FBQUE7SUFFRSxXbkI2ZDJCOzs7O0FvQnZnQmpDO0VBQ0U7RUFDQSxTL0Mwd0I0QjtFK0N6d0I1QixlL0NxR3dCO0UrQ3BHeEIsYS9Da0d3QjtFK0NqR3hCLGtCL0N5d0I0QjtFK0N4d0I1QjtFQUNBLGUvQzJJMEI7RUVpQzFCLG9CNkMzS0E7RTdDNEtLLGU2QzVLTDtFN0M2S1EsWTZDN0tSOztBQUVBO0FBQUE7RXJDUEEsU0FEOEI7RUFFOUI7RUFDQTtFcUNRRTtFQUNBOztBQU1GO0VBQ0UsUy9Da3dCMEI7RStDandCMUIsTy9DZ0RvQjs7O0ErQzNDeEI7QUFBQTtBQUFBO0VBR0UsYy9DMkNzQjs7O0FnRHZFeEI7RUFDRSxTaEQ4b0I0QjtFZ0Q3b0I1QixlaERvR3dCO0VnRG5HeEI7RUFDQSxlaEQ0STBCOztBZ0R6STFCO0VBQ0U7RUFFQTs7QUFJRjtFQUNFLGFoRGtvQjBCOztBZ0Q5bkI1QjtBQUFBO0VBRUU7O0FBR0Y7RUFDRTs7O0FBUUo7QUFBQTtFQUVFOztBQUdBO0FBQUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7O0FBUUo7RUN2REUsa0JqRGtCdUI7RWlEakJ2QixjakR5cEI0QjtFaUR4cEI1QixPakR1cEI0Qjs7QWlEcnBCNUI7RUFDRTs7QUFFRjtFQUNFOzs7QURtREo7RUMzREUsa0JqRG1CdUI7RWlEbEJ2QixjakQ2cEI0QjtFaUQ1cEI1QixPakQycEI0Qjs7QWlEenBCNUI7RUFDRTs7QUFFRjtFQUNFOzs7QUR1REo7RUMvREUsa0JqRG9CdUI7RWlEbkJ2QixjakRpcUI0QjtFaURocUI1QixPakQrcEI0Qjs7QWlEN3BCNUI7RUFDRTs7QUFFRjtFQUNFOzs7QUQyREo7RUNuRUUsa0JqRHFCdUI7RWlEcEJ2QixjakRxcUI0QjtFaURwcUI1QixPakRtcUI0Qjs7QWlEanFCNUI7RUFDRTs7QUFFRjtFQUNFOzs7QUNGSjtFQUNFO0lBQVE7O0VBQ1I7SUFBUTs7O0FBSVY7RUFDRTtJQUFROztFQUNSO0lBQVE7OztBQVFWO0VBQ0U7RUFDQSxRbERtRndCO0VrRGxGeEIsZWxEa0Z3QjtFa0RqRnhCLGtCbERvcEI0QjtFa0RucEI1QixlbER3SDBCO0VFbEYxQixvQmdEckNBO0VoRHNDUSxZZ0R0Q1I7OztBQUlGO0VBQ0U7RUFDQTtFQUNBO0VBQ0EsV2xEMkR3QjtFa0QxRHhCLGFsRHNFd0I7RWtEckV4QixPbEQwb0I0QjtFa0R6b0I1QjtFQUNBLGtCbER2QnVCO0VFZ0R2QixvQmdEeEJBO0VoRHlCUSxZZ0R6QlI7RWhENklBLG9CZ0Q1SUE7RWhENklLLGVnRDdJTDtFaEQ4SVEsWWdEOUlSOzs7QUFRRjtBQUFBO0VDQ0U7RUFDQTtFQUNBO0VEQUE7OztBQU9GO0FBQUE7RWhENUNFLG1CZ0Q4Q21CO0VoRDdDZCxjZ0Q2Q2M7RWhENUNYLFdnRDRDVzs7O0FBT3JCO0VFckVFLGtCcERrQnVCOztBb0RmdkI7RURnREE7RUFDQTtFQUNBOzs7QURvQkY7RUV6RUUsa0JwRG1CdUI7O0FvRGhCdkI7RURnREE7RUFDQTtFQUNBOzs7QUR3QkY7RUU3RUUsa0JwRG9CdUI7O0FvRGpCdkI7RURnREE7RUFDQTtFQUNBOzs7QUQ0QkY7RUVqRkUsa0JwRHFCdUI7O0FvRGxCdkI7RURnREE7RUFDQTtFQUNBOzs7QUV4REY7RUFFRTs7QUFFQTtFQUNFOzs7QUFJSjtBQUFBO0VBRUU7RUFDQTs7O0FBR0Y7RUFDRTs7O0FBR0Y7RUFDRTs7QUFHQTtFQUNFOzs7QUFJSjtBQUFBO0VBRUU7OztBQUdGO0FBQUE7RUFFRTs7O0FBR0Y7QUFBQTtBQUFBO0VBR0U7RUFDQTs7O0FBR0Y7RUFDRTs7O0FBR0Y7RUFDRTs7O0FBSUY7RUFDRTtFQUNBOzs7QUFNRjtFQUNFO0VBQ0E7OztBQ3ZERjtFQUVFO0VBQ0E7OztBQVFGO0VBQ0U7RUFDQTtFQUNBO0VBRUE7RUFDQSxrQnREOHFCOEI7RXNEN3FCOUI7O0FBR0E7RXBCM0JBLHlCbENtSjBCO0VrQ2xKekIsd0JsQ2tKeUI7O0FzRHJIMUI7RUFDRTtFcEJ2QkYsNEJsQzJJMEI7RWtDMUl6QiwyQmxDMEl5Qjs7O0FzRHpHNUI7QUFBQTtFQUVFLE90RGlyQjhCOztBc0QvcUI5QjtBQUFBO0VBQ0UsT3REZ3JCNEI7O0FzRDVxQjlCO0FBQUE7QUFBQTtFQUVFO0VBQ0EsT3REdXFCNEI7RXNEdHFCNUIsa0J0RHFwQjRCOzs7QXNEanBCaEM7RUFDRTtFQUNBOzs7QUFLQTtFQUdFLGtCdEQxRHFCO0VzRDJEckIsT3RENURxQjtFc0Q2RHJCLFF0RGdNNkI7O0FzRDdMN0I7RUFDRTs7QUFFRjtFQUNFLE90RHBFbUI7O0FzRHlFdkI7RUFHRTtFQUNBLE90RGlFd0I7RXNEaEV4QixrQnREdkVxQjtFc0R3RXJCLGN0RHhFcUI7O0FzRDJFckI7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7RUFHRTs7QUFFRjtFQUNFLE90RGtuQjBCOzs7QXVEcHRCOUI7RUFDRSxPdkRpQnFCO0V1RGhCckIsa0J2RHVoQjZCOzs7QXVEbGhCL0I7QUFBQTtFQUVFLE92RFNxQjs7QXVEUHJCO0FBQUE7RUFDRTs7QUFHRjtBQUFBO0FBQUE7RUFFRSxPdkRDbUI7RXVEQW5COztBQUVGO0FBQUE7QUFBQTtBQUFBO0VBR0U7RUFDQSxrQnZETm1CO0V1RE9uQixjdkRQbUI7OztBdURsQnZCO0VBQ0UsT3ZEa0JxQjtFdURqQnJCLGtCdkQyaEI2Qjs7O0F1RHRoQi9CO0FBQUE7RUFFRSxPdkRVcUI7O0F1RFJyQjtBQUFBO0VBQ0U7O0FBR0Y7QUFBQTtBQUFBO0VBRUUsT3ZERW1CO0V1RERuQjs7QUFFRjtBQUFBO0FBQUE7QUFBQTtFQUdFO0VBQ0Esa0J2RExtQjtFdURNbkIsY3ZETm1COzs7QXVEbkJ2QjtFQUNFLE92RG1CcUI7RXVEbEJyQixrQnZEK2hCNkI7OztBdUQxaEIvQjtBQUFBO0VBRUUsT3ZEV3FCOztBdURUckI7QUFBQTtFQUNFOztBQUdGO0FBQUE7QUFBQTtFQUVFLE92REdtQjtFdURGbkI7O0FBRUY7QUFBQTtBQUFBO0FBQUE7RUFHRTtFQUNBLGtCdkRKbUI7RXVES25CLGN2RExtQjs7O0F1RHBCdkI7RUFDRSxPdkRvQnFCO0V1RG5CckIsa0J2RG1pQjZCOzs7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dUIwQjs7QXlEOXRCMUI7RUFDRSxrQnpENnRCd0I7O0F5RDN0QjFCO0VBQ0UsT3pETW1CO0V5RExuQixrQnpEeXVCd0I7O0F5RHJ1QjFCO0VBQ0UscUJ6RG90QndCOzs7QXdEcmU5QjtFQ2hRRSxjekRxdUI0Qjs7QXlEbnVCNUI7RUFDRSxPekRzdkIwQjtFeURydkIxQixrQnpEY3FCO0V5RGJyQixjekRndUIwQjs7QXlEOXRCMUI7RUFDRSxrQnpENnRCd0I7O0F5RDN0QjFCO0VBQ0UsT3pET21CO0V5RE5uQixrQnpENnVCd0I7O0F5RHp1QjFCO0VBQ0UscUJ6RG90QndCOzs7QXdEbGU5QjtFQ25RRSxjekRxdUI0Qjs7QXlEbnVCNUI7RUFDRSxPekQwdkIwQjtFeUR6dkIxQixrQnpEZXFCO0V5RGRyQixjekRndUIwQjs7QXlEOXRCMUI7RUFDRSxrQnpENnRCd0I7O0F5RDN0QjFCO0VBQ0UsT3pEUW1CO0V5RFBuQixrQnpEaXZCd0I7O0F5RDd1QjFCO0VBQ0UscUJ6RG90QndCOzs7QXdEL2Q5QjtFQ3RRRSxjekRxdUI0Qjs7QXlEbnVCNUI7RUFDRSxPekQ4dkIwQjtFeUQ3dkIxQixrQnpEZ0JxQjtFeURmckIsY3pEZ3VCMEI7O0F5RDl0QjFCO0VBQ0Usa0J6RDZ0QndCOztBeUQzdEIxQjtFQUNFLE96RFNtQjtFeURSbkIsa0J6RHF2QndCOztBeURqdkIxQjtFQUNFLHFCekRvdEJ3Qjs7O0F3RDVkOUI7RUN6UUUsY3pEcXVCNEI7O0F5RG51QjVCO0VBQ0UsT3pEa3dCMEI7RXlEandCMUIsa0J6RGlCcUI7RXlEaEJyQixjekRndUIwQjs7QXlEOXRCMUI7RUFDRSxrQnpENnRCd0I7O0F5RDN0QjFCO0VBQ0UsT3pEVW1CO0V5RFRuQixrQnpEeXZCd0I7O0F5RHJ2QjFCO0VBQ0UscUJ6RG90QndCOzs7QTBEcHVCOUI7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0FBQUE7QUFBQTtBQUFBO0FBQUE7RUFLRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBS0o7RUFDRTs7O0FBSUY7RUFDRTs7O0FDM0JGO0VBQ0U7RUFDQTtFQUNBO0VBQ0Esa0IzRDB4QjRCO0UyRHp4QjVCO0VBQ0EsZTNEMEkwQjtFRWxGMUIsb0J5RHZEQTtFekR3RFEsWXlEeERSOztBQUNBO0VBQ0U7RUFDQTs7O0FBS0o7RUFDRTtFQUNBLGUzRGdJMEI7OztBMkQ5SDVCO0VBQ0U7RUFDQSxlM0Q2SDBCOzs7QTREbko1QjtFQUNFO0VBQ0E7RUFDQSxhNUR3MUI0QjtFNER2MUI1QjtFQUNBLE81RHUxQjRCO0U0RHQxQjVCLGE1RHUxQjRCO0U0Qi8xQjVCLFNnQ1NpQjtFaENOakI7O0FnQ1FBO0VBRUUsTzVEaTFCMEI7RTREaDFCMUI7RUFDQTtFaENmRixTZ0NnQm1CO0VoQ2JuQjs7O0FnQ3VCRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQ3hCRjtFQUNFOzs7QUFJRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0EsUzdEcVN5QjtFNkRwU3pCO0VBSUE7O0FBR0E7RTNEMEdBO0VBQ0k7RUFDQztFQUNHO0VBa0VSO0VBQ0c7RUFDRTtFQUNHOztBMkQ5S1I7RTNEc0dBO0VBQ0k7RUFDQztFQUNHOzs7QTJEdkdWO0VBQ0U7RUFDQTs7O0FBSUY7RUFDRTtFQUNBO0VBQ0E7OztBQUlGO0VBQ0U7RUFDQSxrQjdEMmtCNkM7RTZEMWtCN0M7RUFDQTtFQUNBLGU3RGdHMEI7RUVuRjFCLG9CMkRaQTtFM0RhUSxZMkRiUjtFQUNBO0VBRUE7OztBQUlGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBLFM3RHNQeUI7RTZEclB6QixrQjdEZ2tCNEI7O0E2RDlqQjVCO0VqQ3JFQSxTaUNxRTBCO0VqQ2xFMUI7O0FpQ21FQTtFakN0RUEsUzVCcW9CNEI7RTRCbG9CNUI7OztBaUN3RUY7RUFDRSxTN0QyaUI0QjtFNkQxaUI1QjtFQUNBOzs7QUFHRjtFQUNFOzs7QUFJRjtFQUNFO0VBQ0EsYTdEaUJ3Qjs7O0E2RFoxQjtFQUNFO0VBQ0EsUzdEcWhCNEI7OztBNkRqaEI5QjtFQUNFLFM3RGdoQjRCO0U2RC9nQjVCO0VBQ0E7O0EvQzVGQTtFQUVFO0VBQ0E7O0FBRUY7RUFDRTs7QStDMEZGO0VBQ0U7RUFDQTs7QUFHRjtFQUNFOztBQUdGO0VBQ0U7OztBQUtKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBSUY7RUFFRTtJQUNFLE83RHVnQjBCO0k2RHRnQjFCOzs7RUFFRjtJM0R2RUEsb0IyRHdFRTtJM0R2RU0sWTJEdUVOOzs7RUFJRjtJQUFZLE83RGdnQmdCOzs7QTZEN2Y5QjtFQUNFO0lBQVksTzdEMGZnQjs7O0E4RHhvQjlCO0VBQ0U7RUFDQSxTOURpVHlCO0U4RGhUekI7RUNSQSxhL0R5RndCO0UrRHZGeEI7RUFDQTtFQUNBO0VBQ0E7RUFDQSxhL0RxR3dCO0UrRHBHeEI7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VESEEsVzlEcUZ3QjtFNEIvRnhCLFNrQ1lpQjtFbENUakI7O0FrQ1dBO0VsQ2RBLFM1Qm1qQjRCO0U0QmhqQjVCOztBa0NZQTtFQUFXO0VBQW1COztBQUM5QjtFQUFXO0VBQW1COztBQUM5QjtFQUFXO0VBQW1COztBQUM5QjtFQUFXO0VBQW1COzs7QUFJaEM7RUFDRSxXOUR1aEI0QjtFOER0aEI1QjtFQUNBLE85RHVoQjRCO0U4RHRoQjVCO0VBQ0Esa0I5RHVoQjRCO0U4RHRoQjVCLGU5RHVIMEI7OztBOERuSDVCO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBSUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBLGtCOURvZ0IwQjs7QThEbGdCNUI7RUFDRTtFQUNBLE85RG9nQjBCO0U4RG5nQjFCO0VBQ0E7RUFDQSxrQjlENmYwQjs7QThEM2Y1QjtFQUNFO0VBQ0EsTTlENmYwQjtFOEQ1ZjFCO0VBQ0E7RUFDQSxrQjlEc2YwQjs7QThEcGY1QjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0Esb0I5RCtlMEI7O0E4RDdlNUI7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBLG1COUR3ZTBCOztBOER0ZTVCO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQSxxQjlEaWUwQjs7QThEL2Q1QjtFQUNFO0VBQ0EsTzlEaWUwQjtFOERoZTFCO0VBQ0E7RUFDQSxxQjlEMGQwQjs7QThEeGQ1QjtFQUNFO0VBQ0EsTTlEMGQwQjtFOER6ZDFCO0VBQ0E7RUFDQSxxQjlEbWQwQjs7O0FnRWhqQjlCO0VBQ0U7RUFDQTtFQUNBO0VBQ0EsU2hFK1N5QjtFZ0U5U3pCO0VBQ0EsV2hFMGpCb0M7RWdFempCcEM7RURYQSxhL0R5RndCO0UrRHZGeEI7RUFDQTtFQUNBO0VBQ0E7RUFDQSxhL0RxR3dCO0UrRHBHeEI7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VDQUEsV2hFZ0Z3QjtFZ0U5RXhCLGtCaEVpakJvQztFZ0VoakJwQztFQUNBO0VBQ0E7RUFDQSxlaEVpSTBCO0VFbkYxQixvQjhEN0NBO0U5RDhDUSxZOEQ5Q1I7O0FBR0E7RUFBWTs7QUFDWjtFQUFZLGFoRW9qQndCOztBZ0VuakJwQztFQUFZLFloRW1qQndCOztBZ0VsakJwQztFQUFZOzs7QUFHZDtFQUNFO0VBQ0E7RUFDQSxXaEU2RHdCO0VnRTVEeEIsa0JoRXdpQm9DO0VnRXZpQnBDO0VBQ0E7OztBQUdGO0VBQ0U7OztBQVFBO0VBRUU7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHSjtFQUNFLGNoRXVoQm9DOzs7QWdFcmhCdEM7RUFDRSxjaEUrZ0JvQztFZ0U5Z0JwQzs7O0FBSUE7RUFDRTtFQUNBO0VBQ0E7RUFDQSxrQmhFK2dCa0M7RWdFOWdCbEMsa0JoRTZma0M7RWdFNWZsQzs7QUFDQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0Esa0JoRWdnQmdDOztBZ0U3ZnBDO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQSxvQmhFK2ZrQztFZ0U5ZmxDLG9CaEU2ZWtDOztBZ0U1ZWxDO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQSxvQmhFaWZnQzs7QWdFOWVwQztFQUNFO0VBQ0E7RUFDQTtFQUNBLHFCaEVpZmtDO0VnRWhmbEMscUJoRStka0M7RWdFOWRsQzs7QUFDQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0EscUJoRWtlZ0M7O0FnRTlkcEM7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBLG1CaEVnZWtDO0VnRS9kbEMsbUJoRThja0M7O0FnRTdjbEM7RUFDRTtFQUNBO0VBQ0E7RUFDQSxtQmhFbWRnQztFZ0VsZGhDOzs7QUN6SE47RUFDRTs7O0FBR0Y7RUFDRTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTtFQUNBO0UvRHdLRixvQitEdktFO0UvRHdLRyxlK0R4S0g7RS9EeUtNLFkrRHpLTjs7QUFHQTtBQUFBO0V2RFpGLFNBRDhCO0VBRTlCO0VBQ0E7RXVEYUk7O0FBSUY7RUFiRjtJL0QrTEE7SUFDRztJQUNFO0lBQ0c7SUF4SlIsNkIrRDNCaUM7SS9ENEI5QiwwQitENUI4QjtJL0Q2QnpCLHFCK0Q3QnlCO0kvRHVJakMscUIrRHRJeUI7SS9EdUl0QixrQitEdklzQjtJL0R3SWpCLGErRHhJaUI7O0VBRXJCO0kvRDhHSjtJQUNRO0krRDVHRjs7RUFFRjtJL0R5R0o7SUFDUTtJK0R2R0Y7O0VBRUY7SS9Eb0dKO0lBQ1E7SStEakdGOzs7QUFLTjtBQUFBO0FBQUE7RUFHRTs7QUFHRjtFQUNFOztBQUdGO0FBQUE7RUFFRTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTs7QUFFRjtFQUNFOztBQUVGO0FBQUE7RUFFRTs7QUFHRjtFQUNFOztBQUVGO0VBQ0U7OztBQVFKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQSxPakVpdkI0QztFNEIvMEI1QyxTNUJnMUI0QztFNEI3MEI1QztFcUM2RkEsV2pFaXZCNEM7RWlFaHZCNUMsT2pFNnVCNEM7RWlFNXVCNUM7RUFDQSxhakV5dUI0Qzs7QWlFcHVCNUM7RWRsR0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QWNpR0E7RUFDRTtFQUNBO0VkdkdGO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0Fjd0dBO0VBRUU7RUFDQSxPakV5dEIwQztFaUV4dEIxQztFckN0SEYsU3FDdUhtQjtFckNwSG5COztBcUN3SEE7QUFBQTtBQUFBO0FBQUE7RUFJRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVGO0FBQUE7RUFFRTtFQUNBOztBQUVGO0FBQUE7RUFFRTtFQUNBOztBQUVGO0FBQUE7RUFFRTtFQUNBO0VBQ0E7RUFDQTs7QUFLQTtFQUNFOztBQUlGO0VBQ0U7OztBQVVOO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQVdBO0VBQ0E7O0FBRUY7RUFDRTtFQUNBO0VBQ0E7RUFDQSxrQmpFcW9CMEM7OztBaUU5bkI5QztFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0EsT2pFeW5CNEM7RWlFeG5CNUM7RUFDQSxhakU2bUI0Qzs7QWlFNW1CNUM7RUFDRTs7O0FBTUo7RUFJSTtBQUFBO0FBQUE7QUFBQTtJQUlFO0lBQ0E7SUFDQTtJQUNBOztFQUVGO0FBQUE7SUFFRTs7RUFFRjtBQUFBO0lBRUU7OztFQUtKO0lBQ0U7SUFDQTtJQUNBOzs7RUFJRjtJQUNFOzs7QW5EN1BGO0VBRUU7RUFDQTs7QUFFRjtFQUNFOzs7QW9EUko7RUNSRTtFQUNBO0VBQ0E7OztBRFNGO0VBQ0U7OztBQUVGO0VBQ0U7OztBQVFGO0VBQ0U7OztBQUVGO0VBQ0U7OztBQUVGO0VBQ0U7OztBQUVGO0VFekJFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBRjhCRjtFQUNFOzs7QUFPRjtFQUNFOzs7QUdoQ0E7RUFDRTs7QUNMRjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QURpQko7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0VBWUU7OztBQUdGO0VDNUNFO0lBQ0U7OztFQUVGO0lBQW1COzs7RUFDbkI7SUFBbUI7OztFQUNuQjtBQUFBO0lBQ21COzs7QUQwQ25CO0VBREY7SUFFSTs7OztBQUlGO0VBREY7SUFFSTs7OztBQUlGO0VBREY7SUFFSTs7OztBQUlKO0VDL0RFO0lBQ0U7OztFQUVGO0lBQW1COzs7RUFDbkI7SUFBbUI7OztFQUNuQjtBQUFBO0lBQ21COzs7QUQ2RG5CO0VBREY7SUFFSTs7OztBQUlGO0VBREY7SUFFSTs7OztBQUlGO0VBREY7SUFFSTs7OztBQUlKO0VDbEZFO0lBQ0U7OztFQUVGO0lBQW1COzs7RUFDbkI7SUFBbUI7OztFQUNuQjtBQUFBO0lBQ21COzs7QURnRm5CO0VBREY7SUFFSTs7OztBQUlGO0VBREY7SUFFSTs7OztBQUlGO0VBREY7SUFFSTs7OztBQUlKO0VDckdFO0lBQ0U7OztFQUVGO0lBQW1COzs7RUFDbkI7SUFBbUI7OztFQUNuQjtBQUFBO0lBQ21COzs7QURtR25CO0VBREY7SUFFSTs7OztBQUlGO0VBREY7SUFFSTs7OztBQUlGO0VBREY7SUFFSTs7OztBQUlKO0VDN0dFO0lBQ0U7OztBRGdISjtFQ2pIRTtJQUNFOzs7QURvSEo7RUNySEU7SUFDRTs7O0FEd0hKO0VDekhFO0lBQ0U7OztBQURGO0VBQ0U7OztBRHFJSjtFQ2pKRTtJQUNFOzs7RUFFRjtJQUFtQjs7O0VBQ25CO0lBQW1COzs7RUFDbkI7QUFBQTtJQUNtQjs7O0FEOElyQjtFQUNFOztBQUVBO0VBSEY7SUFJSTs7OztBQUdKO0VBQ0U7O0FBRUE7RUFIRjtJQUlJOzs7O0FBR0o7RUFDRTs7QUFFQTtFQUhGO0lBSUk7Ozs7QUFJSjtFQy9KRTtJQUNFOzs7QUNsQko7QUFBQTtBQUFBO0FBZ0NBO0FBQ0U7RUFBbUI7RUFDbkI7RUFFQTtFQUNFOzs7QUFHSjtFQUVFO0VBQ0Esa0J2RStCc0I7OztBdUUxQnhCO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFDQTtFQUNFOztBQUlGO0VBRUU7RUFDQSxPQTlDc0M7RUFnRHRDO0VBQVE7RUFDUjtFQUNBO0VyRVRGLDZCcUVXK0I7RXJFVjVCLDBCcUVVNEI7RXJFVHZCLHFCcUVTdUI7RUFDN0Isa0JBbkRzQzs7QUFxRHRDO0VBQ0U7RUFDQTtFQUNBLE9BMURvQztFQTJEcEM7O0FBR0Y7RUFHRTtFQUNBLGFBbEVvQztFQW1FcEM7RUFFQTtFQUNBOztBQUdGO0VBQ0U7O0FBS0o7RUFDRTtFQUNBO0VBQ0E7RUFFQSxTQXRFc0M7RUF1RXRDLGtCdkUzQm9CO0V1RTRCcEI7O0FBSUY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFDQTs7QUFDQTtFQUNFOzs7QUFJTjtFQUNFOzs7QUFLRjtFQUNFO0VBQ0E7RUFFQTtFQUNBOztBQUVBO0VBQ0U7O0FBQ0E7RUFGRjtJQUdJOzs7QUFJSjtBQUFBO0VBRUUsV3ZFeENzQjtFdUV5Q3RCLGF2RTVCc0I7RXVFNkJ0QjtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0Esa0JBaElzQztFQWlJdEM7O0FBQ0E7QUFBQTtFQUNFO0VBQ0E7RUFDQSxPdkVrdUJ3Qjs7QXVFL3RCNUI7RUFDRTs7QUFHRjtBQUFBO0VBRUU7RUFDQTs7QUFHRjtFQXpDRjtJQTBDSSxTQWpKc0M7O0VBbUp0QztBQUFBO0lBRUU7SUFDQSxlQXRKb0M7SUF1SnBDLFNBdkpvQzs7RUF5SnRDO0lBQ0U7Ozs7QUFRTjtFQUVFO0lBQ0U7OztFQU1FO0lBQ0UsYXZFMk0yQjs7RXVFdk0vQjtBQUFBO0lBRUUsYUF6TG9DOztFQStMcEM7SUFDRTs7RUFDQTtJQUNFOzs7QUFhVjtFQUVJO0lBQ0U7OztFQUtBO0FBQUE7SUFFRSxhQXpOa0M7O0VBNE5wQztJQUNFOzs7RUFPSjtJckUzTEYsNkJxRTRMbUM7SXJFM0xoQywwQnFFMkxnQztJckUxTDNCLHFCcUUwTDJCOztFQUM3QjtBQUFBO0lBRUU7SXJFekdSO0lBQ1E7SUE4RFI7SUFDRztJQUNFO0lBQ0c7O0VxRTJDRjtJQUNFO0lyRTlHUjtJQUNRO0lBOERSO0lBQ0c7SUFDRTtJQUNHOztFcUVxREY7QUFBQTtJckV2SE47SUFDUTs7RXFFMEhGO0lyRTNITjtJQUNROzs7QXFFc0lWO0VBR0k7SUFDRTs7O0VBTUE7QUFBQTtJQUVFLGFBalJrQzs7RUFvUnBDO0lBQ0U7OztFQVFKO0lyRXJQRiw2QnFFc1BtQztJckVyUGhDLDBCcUVxUGdDO0lyRXBQM0IscUJxRW9QMkI7O0VBQzdCO0FBQUE7SUFFRTtJckVuS1I7SUFDUTtJQThEUjtJQUNHO0lBQ0U7SUFDRzs7RXFFcUdGO0lBQ0U7SXJFeEtSO0lBQ1E7SUE4RFI7SUFDRztJQUNFO0lBQ0c7O0VxRStHRjtBQUFBO0lyRWpMTjtJQUNROztFcUVvTEY7SXJFckxOO0lBQ1E7OztBcUVrTVY7RUFDRTs7QUFHSTtFQUNFLE9BdFVrQzs7QUF3VXBDO0VBQ0UsYUF6VWtDOzs7QUFnVjFDO0VBSU07QUFBQTtJQUVFLGFBdFZrQzs7O0FBMFd4QztFQUNFO0lBRUU7OztBQUlKO0FBVUU7O0FBVEE7RUFDRTtFQUNBO0VBQ0E7RUFDQTs7QUFFRjtFQUNFOztBQUdGO0FBQ0U7RUFDQTtFQUNBO0FBQ0E7O0FBQ0E7RUFDRTtFQUNBO0VBQ0E7O0FBR0o7RUFDRTs7QUFDQTtFQUZGO0lBR0ksWXZFYjJCOzs7O0F1RW1CbkM7QUFDQTtFQUNFOzs7QUFRQTtFQUZGO0lBR0k7O0VBQ0E7SUFDRTtJQUNBO0lBQ0E7O0VBRUE7SUFDRTs7RUFHRjtJQUNFOztFQUVGO0lBQ0U7O0VBS0Y7SUFDRTs7O0FBS047RUFFSTtJQUNFLE9BM2FrQzs7OztBQzdCMUM7QUFBQTtBQUFBO0FBT0U7RUFDRTs7QUFFRjtFQUNFOzs7QUFRRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0EsUURDc0M7RUNBdEM7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFDQTtFQVhGO0lBWUk7OztBQUdGO0VBZkY7SUFnQkksS3hFMlc2Qjs7O0F3RXhXL0I7RUFDRTtFQUNBO0VBQ0E7O0FBTUY7RUFDRTs7O0FBTU47QUFBQTtFQUVFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7RUFDQTs7O0FBR0Y7QUFBQTtFQUVFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBS0Y7RUFDRTs7QUFDQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQU1KO0VBQ0U7SUFDRTs7RUFDQTtJQUNFO0lBQ0E7SUFDQTs7O0FBS047QUFDQTtFQUNFO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTs7O0FBS0o7RUFDRTs7O0FBRUY7RUFDRTs7O0FBRUY7RUFDRTs7O0FBRUY7RUFDRTs7O0FBRUY7RUFDRTs7O0FBUUU7RUFDRTtFQUNBO0VBQ0E7O0FBQ0E7RUFDRTs7QUFHSjtFQUNFOztBQUVGO0VBQ0UsWXhFcVA2Qjs7QXdFblAvQjtFQUNFOztBQUlGO0FBQUE7RUFFRSxZeEU0TzZCOzs7QXdFaE9qQztFQUNFOztBQUNBO0VBQ0U7O0FBRUY7RUFDRTtFQUNBOztBQUNBO0VBQ0U7RUFDQSxLQWJNO0VBY04sUUFkTTtFQWVOOztBQUVGO0VBQ0U7O0FBRUY7RUFDRTs7QUFHSjtFQUNFO0lBQ0UsY0ExQk07O0VBNEJSO0lBQ0UsTUE3Qk07OztBQWdDVjtFQUNFOztBQUNBO0FBQUE7RUFFRTtFQUNBO0VBQ0E7O0FBRUY7RUFDRTs7QUFPSjtFdEV6QkYsMEJzRTBCOEI7RXRFekJ0QixrQnNFeUJzQjs7QUFDMUI7RUFDRSxhQW5ETTs7QUFzRFY7RUFDRSxjQXZEUTs7QUF5RFY7RUFDRSxNQTFEUTs7QUErRFo7RUFDRTtJQUNFOztFQUdBO0lBQ0U7O0VBR0o7SUFDRSxhQXpFUTs7O0FBNkVaO0VBRUk7SUFDRTs7RUFFRjtJQUNFOzs7QUFPRjtFQUNFOzs7QUN0UVI7QUFBQTtBQUFBO0FBSUE7RXZFcUxFLG9CdUVwTEE7RXZFcUxLLGV1RXJMTDtFdkVzTFEsWXVFdExSOzs7QUFFRjtBQUFBO0FBQUE7RXZFa0xFLG9CdUUvS0E7RXZFZ0xLLGV1RWhMTDtFdkVpTFEsWXVFakxSOzs7QUFFRjtFdkU2S0Usb0J1RTVLQTtFdkU2S0ssZXVFN0tMO0V2RThLUSxZdUU5S1I7OztBQUVGO0V2RUlFLG1CdUVIbUI7RXZFSWQsY3VFSmM7RXZFS1gsV3VFTFc7RXZFZ0NuQiw2QnVFL0I2QjtFdkVnQ3JCLHFCdUVoQ3FCOzs7QUFFL0I7RXZFQUUsbUJ1RUNtQjtFdkVBZDtFQUNHLFd1RURXOzs7QUFFckI7RXZFSEUsbUJ1RUltQjtFdkVIZCxjdUVHYztFdkVGWCxXdUVFVzs7O0FBR3JCO0FBQUE7QUFBQTtFdkVQRSxtQnVFVW1CO0V2RVRkLGN1RVNjO0V2RVJYLFd1RVFXOzs7QUFHckI7QUFBQTtFQUVFOzs7QUFJQTtFdkVtSkEsb0J1RWxKRTtFdkVtSkcsZXVFbkpIO0V2RW9KTSxZdUVwSk47O0FBRUY7RXZFZ0pBLG9CdUUvSUU7RXZFZ0pHLGV1RWhKSDtFdkVpSk0sWXVFakpOOzs7QUMxQ0o7QUFBQTtBQUFBO0FBa0NBO0VBQ0U7QUFBcUM7RUFDckM7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0V6RThFTTs7QXlFM0VOO0VBVkY7SUFXSTs7RUFDQTtJQUNFLE9IL0JvQztJR2dDcEM7O0VBQ0E7SUFDRTs7OztBQVNSO0VBQ0U7O0FBRUE7RUFDRSxrQkF2QzRCO0V2QmY5QjtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBdUJvREU7RUFIRjtJQUlJOzs7QUFJSjtFQUNFO0VBRUE7O0FBR0E7RUFDRTs7QUFNQTtBQUFBO0VBQ0U7O0FBR0o7RUFDRTtFQUNBOztBQUVGO0VBQ0U7RUFDQTs7QUFJSjtBQUFBO0VBRUUsT0EvRTRCOztBQWdGNUI7QUFBQTtBQUFBO0VBQ0UsT0ExRTBCOztBQWlGNUI7QUFBQTtBQUFBO0FBQUE7RUFDRTs7QUFLSjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQSxhMUVzUitCO0UwRXJSL0I7RUFDQTtFQUNBO0V4RThERixvQndFN0RFO0V4RThERyxld0U5REg7RXhFK0RNLFl3RS9ETjs7QUFDQTtFQVhGO0lBWUksT0FqRzBCOzs7O0FBdUdoQztFQUNFO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBRUE7SUFDRTs7O0FBTU47RUFDRTtFQUNBOztBQUdBO0VBQ0U7O0FBQ0E7RUFDRTs7QUFHSjtFQUNFO0VBQ0E7O0FBSUY7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQVFGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0EsUTFFbU4rQjtFMEVsTi9CO0V4RUhGLG9Cd0VJRTtFeEVIRyxld0VHSDtFeEVGTSxZd0VFTjtFQUNBO0VBQ0E7O0FBRUE7RUFDRTtFQUNBOztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7O0FBRUY7RUFDRTs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFJSjtFQUNFO0lBQ0UsTUgvTW9DOzs7O0FHd04xQztFQUdFO0lBRUU7SUFDQSxrQkExTjRCO0l2Qlg5QjtJQUNBO0lBQ0E7SUFDQTtJQUNBOztFdUJvT0U7SUF0T0Y7SUFDQTtJQUNBOztFQXlPRTtJQUNFO0l4RTlESixvQndFK0RJO0l4RTlEQyxld0U4REQ7SXhFN0RJLFl3RTZESjs7RUFJQTtJQUNFO0l4RXBFTixvQndFcUVNO0l4RXBFRCxld0VvRUM7SXhFbkVFLFl3RW1FRjs7RUFJSjtBQUFBO0lBRUUsT0F2TzBCOztFQXdPMUI7QUFBQTtBQUFBO0lBQ0UsT0EzT3dCOztFQWdQNUI7SUFDRTs7O0VBTUo7SUFFRTtJQUNBO0lBQ0E7O0U1RHpRRjtJQUVFO0lBQ0E7O0VBRUY7SUFDRTs7RTREc1FBO0lBQ0U7O0VBSUY7SUFDRTtJQUNBOztFQUVGO0lBQ0U7SUFDQTs7O0FBS047RUFJUTtJQUFjOztFQUNkO0lBQXdCOztFQUcxQjtJQUNFLE9IalNrQzs7RUdvU3BDO0lBQ0UsTUhyU2tDOzs7QUlqQjFDO0FBQUE7QUFBQTtBQXlCQTtFQUNFO0VBQ0E7RUFDQSxrQkpWd0M7RUlXeEM7RUFDQTs7QUFHQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFHRjtFQUNFO0VBQ0EsT0E3QjhCO0VBOEI5QjtFQUNBO0VBQ0E7RUFDQTs7QUFLRjtFQUNFOztBQUdBO0VBQ0U7O0FBR0Y7RUFDRTtFekV3SEosb0J5RXZISTtFekV3SEMsZXlFeEhEO0V6RXlISSxZeUV6SEo7O0FBRUE7QUFBQTtFQUVFO0VBQ0EsT0FqRTBCO0VBa0UxQjtFQUNBOztBQUVBO0FBQUE7QUFBQTtFQUNFO0VBQ0E7RUFDQSxPM0V4RGU7O0EyRTJEakI7QUFBQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBLE9BN0V3Qjs7QUFvRjFCO0FBQUE7QUFBQTtBQUFBO0FBQUE7RUFHRSxrQkF6RndCO0VBMEZ4QixPM0U3RWU7O0EyRStFakI7RUFDRSxPM0VoRmU7O0EyRW9GbkI7RUFDRSxtQjNFckZpQjs7QTJFd0ZyQjtFQUNFOzs7QUFPTjtFQUNFO0lBQ0U7SUFDQTs7O0FBS0o7RUFDRSxrQko3R3dDOztBSStHeEM7RUFDRSxPQTVIOEI7RUE2SDlCO0VBQ0E7RUFDQTs7QUFHRjtFQUNFOztBQUNBO0FBQUE7RUFFRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQSxPQTVJNEI7O0FBNkk1QjtBQUFBO0FBQUE7RUFDRSxPM0U5SGlCOztBMkVpSW5CO0FBQUE7RUFDRTtFQUNBO0VBQ0E7O0FBS0Y7QUFBQTtFQUVFLE8zRTNJaUI7O0EyRTRJakI7QUFBQTtFQUNFLGMzRTdJZTtFMkU4SWYsa0IzRTlJZTs7QTJFb0pyQjtFQUNFOztBQU9KO0VBQ0U7RUFDQTtFMUU3REk7O0EwRWdFSjtFQUNFO0VBQ0E7RUFDQTs7QUFHRjtFQUNFOztBQUdGO0VBQ0U7O0FBRUE7RUFDRTs7O0FBU1I7RUFJSTtJQUNFOzs7QUFTSjtFQUNFOztBQUlFO0FBQUE7QUFBQTtFQUdFOztBQUdGO0VBQ0U7O0FBQ0E7RUFDRTtFQUNBO0VBQ0E7O0FBQ0E7RUFDRTtFQUNBOztBQUVGO0VBQ0U7O0FBQ0E7RUFDRTs7QUFTUjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUNqUVI7QUFBQTtBQUFBO0FBY0E7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBLE9BUHdCO0VBUXhCO0VBQ0E7RUFDQSxrQkFid0I7RUFjeEIsTzVFcURzQjtFNEVwRHRCO0VBQ0E7RUFDQTtFMUUrSkEsb0IwRTlKQTtFMUUrSkssZTBFL0pMO0UxRWdLUSxZMEVoS1I7O0FBRUE7RUFDRTtFQUNBO0VBQ0E7O0FBR0Y7RUFDRTs7QUFJQTtFQUNFOztBQUlKO0VBQ0U7RUFDQTs7QUFHQTtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQSxPNUVvMEJ3Qjs7QTRFbDBCMUI7RUFFRSxPNUV4Q21COztBNEU0Q3ZCO0VBbERGO0lBbURJLFk1RTZVK0I7Ozs7QTRFdlVqQztFQUNFOztBQUVGO0VBSkY7SUFLSTs7OztBQU1GO0VBQ0U7O0FBR0E7RUFDRTs7O0FBS047QUFFRTtFMUVrREE7RUFDUTs7QTBFL0NOO0UxRThDRjtFQUNROzs7QTJFaEpWO0FBQUE7QUFBQTtBQU9BO0FBQ0E7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQSxrQjdFS3VCO0U2RUp2QjtBQUFvRztFQUNwRztBQUFvRztFQUNwRztBQUFvRztFQUNwRztBQUFvRztFQUNwRztBQUFvRztFQUNwRztFM0VvS0Esb0IyRW5LQTtFM0VvS0ssZTJFcEtMO0UzRXFLUSxZMkVyS1I7OztBQUVGO0FBQ0E7RUFDRTtFQUNBO0VBQVE7RUFBUztFQUFXO0VBQzVCLE9BdkJjO0VBd0JkLFFBdkJjO0VBd0JkO0VBQ0E7RUFDQTtFQUNBOzs7QUFFRjtBQUNBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7OztBQUlGO0VBQ0U7RUFDQTs7QUFDQTtFM0V3SkE7RUFDRztFQUNFO0VBQ0c7RUFqR1I7RUFDSTtFQUNDO0VBQ0c7OztBMkV4RFY7RUFDRTs7O0FDNURGO0FBQUE7QUFBQTtBQUlBO0VBQ0U7RUFDQTtFQUNBLE85RXEzQjRCO0U4RXAzQjVCOzs7QUFNQTtBQUFBO0VBQ0U7RUFDQSxrQlBLc0M7RU9KdEM7RUFDQTs7QUFHRjtBQUFBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtBQUFBO0VBQ0U7OztBQzdCTjtBQUFBO0FBQUE7QUFJQTtBQUFBO0FBQUE7QUFBQTtBQVNBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBLFFBUnNCOzs7QUFXeEI7QUFDQTtBQUFBO0VBRUU7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtBQUFBO0FBQUE7QUFBQTtFQUlFOzs7QUFHRjtBQUFBO0FBQUE7QUFBQTtFQUlFOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUVBLFkvRWpDdUI7RStFa0N2QjtFQUNBOzs7QUFHRjtBQUNBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBO0VBRUE7RUFDQSxrQi9FcEV1QjtFK0VxRXZCLG1CL0VyRXVCO0UrRXNFdkI7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0lBQU87SUFBbUM7O0VBQzFDO0lBQU87SUFBbUM7OztBQUU1QztFQUNFO0lBQU87SUFBZ0M7O0VBQ3ZDO0lBQU87SUFBZ0M7OztBQUV6QztFQUNFO0lBQU87SUFBOEI7O0VBQ3JDO0lBQU87SUFBOEI7OztBQUV2QztFQUNFO0lBQU87SUFBK0I7O0VBQ3RDO0lBQU87SUFBK0I7OztBQUV4QztFQUNFO0lBQU87SUFBMkI7O0VBQ2xDO0lBQU87SUFBMkI7OztBQ3ZIcEM7QUFBQTtBQUFBO0FBdURBO0VBQ0k7O0FBQ0E7RUFDRTs7O0FBSU47RUFDSTtFQUNBO0VBQ0E7RUFDQTs7O0FBTUY7RUFDRTtFQUNBOzs7QUFGRjtFQUNFO0VBQ0E7OztBQUZGO0VBQ0U7RUFDQTs7O0FBRkY7RUFDRTtFQUNBOzs7QUFGRjtFQUNFO0VBQ0E7OztBQUZGO0VBQ0U7RUFDQTs7O0FBRkY7RUFDRTtFQUNBOzs7QUFGRjtFQUNFO0VBQ0E7OztBQUZGO0VBQ0U7RUFDQTs7O0FBRkY7RUFDRTtFQUNBOzs7QUFRRjtFOUUvREEsbUI4RStEZ0M7RTlFOUQzQixjOEU4RDJCO0U5RTdEeEIsVzhFNkR3Qjs7QUFDaEM7RTlFaEVBLG1COEVnRWdDO0U5RS9EM0IsYzhFK0QyQjtFOUU5RHhCLFc4RThEd0I7OztBQUloQztFOUVwRUEsbUI4RW9FZ0M7RTlFbkUzQixjOEVtRTJCO0U5RWxFeEIsVzhFa0V3Qjs7QUFDaEM7RTlFckVBLG1COEVxRWdDO0U5RXBFM0IsYzhFb0UyQjtFOUVuRXhCLFc4RW1Fd0I7OztBQUloQztFOUV6RUEsbUI4RXlFZ0M7RTlFeEUzQixjOEV3RTJCO0U5RXZFeEIsVzhFdUV3Qjs7QUFDaEM7RTlFMUVBLG1COEUwRWdDO0U5RXpFM0IsYzhFeUUyQjtFOUV4RXhCLFc4RXdFd0I7OztBQUloQztFOUU5RUEsbUI4RThFZ0M7RTlFN0UzQixjOEU2RTJCO0U5RTVFeEIsVzhFNEV3Qjs7QUFDaEM7RTlFL0VBLG1COEUrRWdDO0U5RTlFM0IsYzhFOEUyQjtFOUU3RXhCLFc4RTZFd0I7OztBQUloQztFOUVuRkEsbUI4RW1GZ0M7RTlFbEYzQixjOEVrRjJCO0U5RWpGeEIsVzhFaUZ3Qjs7QUFDaEM7RTlFcEZBLG1COEVvRmdDO0U5RW5GM0IsYzhFbUYyQjtFOUVsRnhCLFc4RWtGd0I7OztBQUloQztFOUV4RkEsbUI4RXdGZ0M7RTlFdkYzQixjOEV1RjJCO0U5RXRGeEIsVzhFc0Z3Qjs7QUFDaEM7RTlFekZBLG1COEV5RmdDO0U5RXhGM0IsYzhFd0YyQjtFOUV2RnhCLFc4RXVGd0I7OztBQUloQztFOUU3RkEsbUI4RTZGZ0M7RTlFNUYzQixjOEU0RjJCO0U5RTNGeEIsVzhFMkZ3Qjs7QUFDaEM7RTlFOUZBLG1COEU4RmdDO0U5RTdGM0IsYzhFNkYyQjtFOUU1RnhCLFc4RTRGd0I7OztBQUloQztFOUVsR0EsbUI4RWtHZ0M7RTlFakczQixjOEVpRzJCO0U5RWhHeEIsVzhFZ0d3Qjs7QUFDaEM7RTlFbkdBLG1COEVtR2dDO0U5RWxHM0IsYzhFa0cyQjtFOUVqR3hCLFc4RWlHd0I7OztBQUloQztFOUV2R0EsbUI4RXVHZ0M7RTlFdEczQixjOEVzRzJCO0U5RXJHeEIsVzhFcUd3Qjs7QUFDaEM7RTlFeEdBLG1COEV3R2dDO0U5RXZHM0IsYzhFdUcyQjtFOUV0R3hCLFc4RXNHd0I7OztBQUloQztFOUU1R0EsbUI4RTRHZ0M7RTlFM0czQixjOEUyRzJCO0U5RTFHeEIsVzhFMEd3Qjs7QUFDaEM7RTlFN0dBLG1COEU2R2dDO0U5RTVHM0IsYzhFNEcyQjtFOUUzR3hCLFc4RTJHd0I7OztBQVFsQztFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7OztBQUdGO0VBQ0U7RUFDQTs7O0FBR0Y7RUFDRTtJQUNFO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7OztBQUlKO0VBQ0U7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtJQUNFOztFQUdGO0lBQ0U7OztBQUlKO0VBQ0U7SUFDRTs7RUFHRjtJQUNFOzs7QUFJSjtFQUNFO0VBQ0E7OztBQUdGO0FBRUE7RUFDRTtJQUNFO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBOztFQUdGO0lBQ0U7SUFDQTs7O0FBSUo7RUFDRTtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBOztFQUdGO0lBQ0U7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBOztFQUdGO0lBQ0U7SUFDQTs7O0FBSUo7RUFDRTtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBOzs7QUFJSjtFQUNFO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0VBQ0E7OztBQUdGO0VBQ0U7SUFDRTtJQUNBOztFQUdGO0lBQ0U7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBOztFQUdGO0lBQ0U7SUFDQTs7O0FBSUo7RUFDRTtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBOztFQUdGO0lBQ0U7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7OztBQUlKO0VBQ0U7SUFDRTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7RUFDQTs7O0FBR0Y7QUFFQTtFQUNFO0lBQ0U7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBOztFQUdGO0lBQ0U7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBOztFQUdGO0lBQ0U7SUFDQTs7O0FBSUo7RUFDRTtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtJQUNFO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7SUFDRTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBOzs7QUFJSjtFQUNFO0lBQ0U7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7RUFDQTs7O0FBR0Y7RUFDRTtJQUNFO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBOztFQUdGO0lBQ0U7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7OztBQUlKO0VBQ0U7SUFDRTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBOztFQUdGO0lBQ0U7SUFDQTs7O0FBSUo7RUFDRTtJQUNFO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0VBQ0E7OztBQUdGO0VBQ0U7SUFDRTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBOzs7QUFJSjtFQUNFO0lBQ0U7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7RUFDQTs7O0FBR0Y7RUFDRTtJQUNFO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7SUFDRTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7RUFDQTs7O0FBR0Y7RUFDRTtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtJQUNFO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7RUFDQTs7O0FBR0Y7RUFDRTtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtJQUNFO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7RUFDQTs7O0FBR0Y7RUFDRTtJQUNFO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7SUFDRTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0VBQ0E7OztBQUdGO0VBQ0U7SUFDRTs7RUFHRjtJQUNFOzs7QUFJSjtFQUNFO0lBQ0U7O0VBR0Y7SUFDRTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFJRjtFQUNFO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7O0VBR0Y7SUFDRTs7O0FBSUo7RUFDRTtJQUNFOztFQUdGO0lBQ0U7OztBQUlKO0VBQ0U7RUFDQTs7O0FBR0Y7RUFDRTtJQUNFOztFQUdGO0lBQ0U7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0lBQ0U7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7SUFDRTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0VBQ0E7OztBQUdGO0VBQ0U7SUFDRTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtJQUNFOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7RUFDQTs7O0FBR0Y7RUFDRTtJQUNFOztFQUdGO0lBQ0U7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0lBQ0U7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7SUFDRTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0VBQ0E7OztBQUdGO0VBQ0U7SUFDRTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtJQUNFOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7RUFDQTs7O0FBR0Y7RUFDRTtJQUNFOztFQUdGO0lBQ0U7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0lBQ0U7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7SUFDRTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0VBQ0E7OztBQUdGO0VBQ0U7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBOzs7QUFJSjtFQUNFO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBOztFQUdGO0lBQ0U7SUFDQTs7O0FBSUo7RUFDRTtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQUdGO0VBQ0U7SUFDRTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBR0Y7RUFDRTtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtJQUNFO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7SUFDRTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0VBQ0E7OztBQUdGO0VBQ0U7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7RUFDQTs7O0FBR0Y7RUFDRTtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0VBQ0E7OztBQUdGO0VBQ0U7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7RUFDQTs7O0FBR0Y7RUFDRTtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0VBQ0E7OztBQUdGO0VBQ0U7SUFDRTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtJQUNFO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7RUFDQTs7O0FBR0Y7RUFDRTtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0VBQ0E7OztBQUdGO0VBQ0U7SUFDRTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7RUFDQTs7O0FBR0Y7QUFFQTtFQUNFO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFHRjtBQUVBO0VBQ0U7SUFDRTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtJQUNFOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7RUFDQTs7O0FBR0Y7RUFDRTtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFOzs7QUFJSjtFQUNFO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7RUFDQTs7O0FBR0Y7RUFDRTtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0VBQ0E7OztBQUdGO0VBQ0U7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7RUFDQTs7O0FBR0Y7RUFDRTtJQUNFOztFQUdGO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7OztBQUlKO0VBQ0U7SUFDRTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7OztBQUlKO0VBQ0U7RUFDQTs7O0FBR0Y7RUFDRTtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtJQUNFO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7RUFDQTs7O0FBR0Y7RUFDRTtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0VBQ0E7OztBQUdGO0VBQ0U7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztBQUlKO0VBQ0U7RUFDQTs7O0FBTUY7RUFDRTtJQUNFOztFQUdGO0lBQ0U7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0lBQ0U7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7SUFDQTtJQUNBOzs7QUFJSjtFQUNFO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7O0FBSUo7RUFDRTtFQUNBOzs7QUFJRjtFQUNFO0lBQ0U7SUFDQTtJQUNBOztFQUdGO0lBQ0U7OztBQUlKO0VBQ0U7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFOzs7QUFJSjtFQUNFO0VBQ0E7OztBQUdGO0VBQ0U7SUFDRTs7RUFHRjtJQUNFO0lBQ0E7SUFDQTs7RUFHRjtJQUNFOzs7QUFJSjtFQUNFO0lBQ0U7O0VBR0Y7SUFDRTtJQUNBO0lBQ0E7SUFDQTs7RUFHRjtJQUNFOzs7QUFJSjtFQUNFO0VBQ0E7OztBQzV6R0Y7QUFBQTtBQUFBO0FBV0E7RS9FOEtFLG9CK0U1S0E7RS9FNktLLGUrRTdLTDtFL0U4S1EsWStFOUtSOzs7QUFHRjtBQUFBO0FBQUE7RS9Fb0RFLG9CK0VqREE7RS9Fa0RRLFkrRWxEUjtFL0U0SEE7RUFDUTs7O0ErRXRHVjtFdkRwQ0UsT3VEcUN3QjtFdkRwQ3hCLGtCMUJxQnVCO0UwQnBCdkIsYzFCb0J1Qjs7QTBCbEJ2QjtFQUVFLE91RCtCc0I7RXZEOUJ0QjtFQUNJOztBQUVOO0VBQ0UsT3VEMEJzQjtFdkR6QnRCO0VBQ0k7O0FBRU47RUFHRSxPdURtQnNCO0V2RGxCdEI7RUFDSTs7QUFFSjtFQUdFLE91RFlvQjtFdkRYcEI7RUFDSTs7QUFHUjtFQUdFOztBQUtBO0VBTUUsa0IxQnRCbUI7RTBCdUJmLGMxQnZCZTs7QTBCMkJ2QjtFQUNFLE8xQjVCcUI7RTBCNkJyQixrQnVEZHNCOzs7QUFHMUI7RXZEeENFLE91RHlDd0I7RXZEeEN4QixrQjFCdUJ1QjtFMEJ0QnZCLGN1RHVDNEM7O0F2RHJDNUM7RUFFRSxPdURtQ3NCO0V2RGxDdEI7RUFDSTs7QUFFTjtFQUNFLE91RDhCc0I7RXZEN0J0QjtFQUNJOztBQUVOO0VBR0UsT3VEdUJzQjtFdkR0QnRCO0VBQ0k7O0FBRUo7RUFHRSxPdURnQm9CO0V2RGZwQjtFQUNJOztBQUdSO0VBR0U7O0FBS0E7RUFNRSxrQjFCcEJtQjtFMEJxQmYsY3VESm9DOztBdkRRNUM7RUFDRSxPMUIxQnFCO0UwQjJCckIsa0J1RFZzQjs7O0FBRzFCO0V2RDVDRSxPdUQ2Q3dCO0V2RDVDeEIsa0IxQnlCdUI7RTBCeEJ2QixjdUQyQzZDOztBdkR6QzdDO0VBRUUsT3VEdUNzQjtFdkR0Q3RCO0VBQ0k7O0FBRU47RUFDRSxPdURrQ3NCO0V2RGpDdEI7RUFDSTs7QUFFTjtFQUdFLE91RDJCc0I7RXZEMUJ0QjtFQUNJOztBQUVKO0VBR0UsT3VEb0JvQjtFdkRuQnBCO0VBQ0k7O0FBR1I7RUFHRTs7QUFLQTtFQU1FLGtCMUJsQm1CO0UwQm1CZjs7QUFJUjtFQUNFLE8xQnhCcUI7RTBCeUJyQixrQnVETnNCOzs7QUFHMUI7RXZEaERFLE91RGlEd0I7RXZEaER4QixrQjFCd0J1QjtFMEJ2QnZCLGN1RCtDMkM7O0F2RDdDM0M7RUFFRSxPdUQyQ3NCO0V2RDFDdEI7RUFDSTs7QUFFTjtFQUNFLE91RHNDc0I7RXZEckN0QjtFQUNJOztBQUVOO0VBR0UsT3VEK0JzQjtFdkQ5QnRCO0VBQ0k7O0FBRUo7RUFHRSxPdUR3Qm9CO0V2RHZCcEI7RUFDSTs7QUFHUjtFQUdFOztBQUtBO0VBTUUsa0IxQm5CbUI7RTBCb0JmLGN1REltQzs7QXZEQTNDO0VBQ0UsTzFCekJxQjtFMEIwQnJCLGtCdURGc0I7OztBQUcxQjtFQUNFO0VBQ0E7O0FBQ0E7RUFHRTtFQUNBLE9qRjdDcUI7OztBaUZtRHpCO0VBQ0U7RUFDQTtFQUNBOzs7QUFLRjtFQUNFO0VBQ0E7OztBQUtGO0VBQ0U7OztBQU1GO0VBQ0U7RUFDQTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTs7O0FBYUY7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBaEdBO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7RUFDQTs7O0FBNkZKO0VBcEdFO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7RUFDQTs7O0FBZ0dKO0VBdkdFO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7RUFDQTs7O0FBbUdKO0VBMUdFO0VBQ0E7RUFDQTs7QUFFQTtFQUNFO0VBQ0E7RUFDQTs7O0FBZ0hKO0VBQ0UsV0FOZ0I7O0FBT2hCO0VBQ0UsV0FQYzs7QUFTaEI7RUFDRSxXQVRjOztBQVdoQjtFQUNFLFdBWGM7OztBQXFCbEI7RUFFRSxPQURLO0VBRUwsUUFGSztFQUdMO0VBQ0E7RUFDQSxhQUxLO0VBTUw7RUFDQTtFQUNBOztBQUNBO0VBQ0U7O0FBRUY7RUFFRSxPQURRO0VBRVIsUUFGUTtFQUdSO0VBQ0EsYUFKUTs7O0FDcExaO0FBQUE7QUFBQTtBQXVCQTtFQUNJLGVBWDRDO0VBWTVDLFNBWDRDO0VBWTVDO0VBQ0EsWUFYNEM7RUFZNUMsT0FYNEM7OztBQWlCaEQ7RUFBaUM7OztBQUlqQztFQUNJLGFBcEI0QztFQXFCNUMsZ0JBckI0Qzs7O0FDbkJoRDtBQUFBO0FBQUE7QUFVQTtFbEY2R1E7RWtGM0dOO0VBQ0E7RUFDQTs7QUFLQTtFQUNFO0VBQ0E7RUFDQTs7QUFDQTtBQUFBO0VBRUU7RUFDQTtFQUNBOzs7QUFLTjtFQUNFO0VBQ0E7OztBQUtBO0VBQ0U7O0FBQ0E7RUFDRTs7QUFJRjtFQUNFLFluRmpDbUI7OztBbUZzQ3ZCO0VBQ0U7O0FBQ0E7RUFDRTs7QUFFRjtFQUNFOzs7QUFPSjtFQUNFO0VBQ0E7RUFDQTtFQUNBOztBQUlBO0VBQ0U7O0FBS0o7RUFDRTs7QUFDQTtFQUNFOztBQUdKO0VBQ0U7OztBQUtGO0VBQ0U7O0FBRUY7RUFDRTs7QUFFRjtFQUNFOzs7QUFLSjtFQUNFO0VBQ0E7RUFDQTs7QUFDQTtFQUNFO0VBQ0E7RWpGNEVGLG9CaUYzRUU7RWpGNEVHLGVpRjVFSDtFakY2RU0sWWlGN0VOOztBQUVGO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFJSjtFMUJ2SEUsY3pEcXVCNEI7O0F5RG51QjVCO0VBQ0UsTzBCcUgyQztFMUJwSDNDLGtCekRxQnFCO0V5RHBCckIsY3pEb0JxQjs7QXlEbEJyQjtFQUNFLGtCekQ2dEJ3Qjs7QXlEM3RCMUI7RUFDRSxPekRjbUI7RXlEYm5CLGtCMEI0R3lDOztBMUJ4RzNDO0VBQ0UscUJ6RG90QndCOzs7QW1GMW1COUI7RTFCM0hFLGN6RHF1QjRCOztBeURudUI1QjtFQUNFLE8wQnlIMkM7RTFCeEgzQyxrQnpEdUJxQjtFeUR0QnJCLGN6RHNCcUI7O0F5RHBCckI7RUFDRSxrQnpENnRCd0I7O0F5RDN0QjFCO0VBQ0UsT3pEZ0JtQjtFeURmbkIsa0IwQmdIeUM7O0ExQjVHM0M7RUFDRSxxQnpEb3RCd0I7OztBbUZ0bUI5QjtFMUIvSEUsY3pEcXVCNEI7O0F5RG51QjVCO0VBQ0UsTzBCNkgyQztFMUI1SDNDLGtCekR3QnFCO0V5RHZCckIsY3pEdUJxQjs7QXlEckJyQjtFQUNFLGtCekQ2dEJ3Qjs7QXlEM3RCMUI7RUFDRSxPekRpQm1CO0V5RGhCbkIsa0IwQm9IeUM7O0ExQmhIM0M7RUFDRSxxQnpEb3RCd0I7OztBbUZsbUI5QjtFMUJuSUUsY3pEcXVCNEI7O0F5RG51QjVCO0VBQ0UsTzBCaUkyQztFMUJoSTNDLGtCekR5QnFCO0V5RHhCckIsY3pEd0JxQjs7QXlEdEJyQjtFQUNFLGtCekQ2dEJ3Qjs7QXlEM3RCMUI7RUFDRSxPekRrQm1CO0V5RGpCbkIsa0IwQndIeUM7O0ExQnBIM0M7RUFDRSxxQnpEb3RCd0I7OztBbUY5bEI5QjtFMUJ2SUUsY3pEcXVCNEI7O0F5RG51QjVCO0VBQ0UsTzBCcUkyQztFMUJwSTNDLGtCekQwQnFCO0V5RHpCckIsY3pEeUJxQjs7QXlEdkJyQjtFQUNFLGtCekQ2dEJ3Qjs7QXlEM3RCMUI7RUFDRSxPekRtQm1CO0V5RGxCbkIsa0IwQjRIeUM7O0ExQnhIM0M7RUFDRSxxQnpEb3RCd0I7OztBb0Z4dUI5QjtBQUFBO0FBQUE7QUFTQTtFQUNFLFFBSm1COzs7QUFPckI7RUFDRSxRQVBtQjs7O0FBWXJCO0VoQ2hCRSxrQnBENkJ1Qjs7QW9EMUJ2QjtFRGdEQTtFQUNBO0VBQ0E7OztBaUNsQ0Y7RWhDbkJFLGtCcER5QnVCOztBb0R0QnZCO0VEZ0RBO0VBQ0E7RUFDQTs7O0FpQy9CRjtFaEN0QkUsa0JwRDJCdUI7O0FvRHhCdkI7RURnREE7RUFDQTtFQUNBOzs7QWlDNUJGO0VoQ3pCRSxrQnBENEJ1Qjs7QW9EekJ2QjtFRGdEQTtFQUNBO0VBQ0E7OztBaUN6QkY7RWhDNUJFLGtCcEQrQnVCOztBb0Q1QnZCO0VEZ0RBO0VBQ0E7RUFDQTs7O0FpQ2xCQTtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUFERjtFQUNFOzs7QUN2Q0o7QUFBQTtBQUFBO0FBcUVBO0FBQUE7QUFBQTtBQUdBO0VBQ0U7RUFDQTtFQUNBLFdBdERzQjtFQXlEdEI7RUFDQTtFQUNBO0VBQ0E7RW5GUEEsb0JtRlNvQjtFbkZSakIsaUJtRlFpQjtFbkZQWixZbUZPWTtFQS9DcEIsT0FGTztFQUdQLFFBSE87RUFJUDs7QUFnREE7QUFBQTtFQUVFO0VBQ0E7RUFDQTtFQUFRO0VBR1I7RUFHQTtFQUVBO0VBQ0E7O0FBRUY7RUFDRTtFQUNBLGtCQXZGb0I7RUF3RnBCOztBQUVGO0VBQ0U7O0FBcEVGO0FBQUE7RUFFRTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQVVBO0VBR0k7O0FBSEo7RUFHSTs7QUFISjtFQUdJOztBQUhKO0VBR0k7O0FBSEo7RUFHSTs7QUFISjtFQUdJOztBQUhKO0VBR0k7O0FBSEo7RUFHSTs7QUFISjtFQUdJOztBQUhKO0VBR0k7O0FBSEo7RUFPSTs7QUFQSjtFQU9JOztBQVBKO0VBT0k7O0FBUEo7RUFPSTs7QUFQSjtFQU9JOztBQVBKO0VBT0k7O0FBUEo7RUFPSTs7QUFQSjtFQU9JOztBQVBKO0VBT0k7O0FBUEo7RUFPSTs7QUFQSjtFQU9JOzs7QUFQSjtFQUdJOztBQUhKO0VBR0k7O0FBSEo7RUFHSTs7QUFISjtFQUdJOztBQUhKO0VBR0k7O0FBSEo7RUFHSTs7QUFISjtFQUdJOztBQUhKO0VBR0k7O0FBSEo7RUFHSTs7QUFISjtFQUdJOztBQUhKO0VBT0k7O0FBUEo7RUFPSTs7QUFQSjtFQU9JOztBQVBKO0VBT0k7O0FBUEo7RUFPSTs7QUFQSjtFQU9JOztBQVBKO0VBT0k7O0FBUEo7RUFPSTs7QUFQSjtFQU9JOztBQVBKO0VBT0k7O0FBUEo7RUFPSTs7O0FBUEo7RUFHSTs7QUFISjtFQUdJOztBQUhKO0VBR0k7O0FBSEo7RUFHSTs7QUFISjtFQUdJOztBQUhKO0VBR0k7O0FBSEo7RUFHSTs7QUFISjtFQUdJOztBQUhKO0VBR0k7O0FBSEo7RUFHSTs7QUFISjtFQU9JOztBQVBKO0VBT0k7O0FBUEo7RUFPSTs7QUFQSjtFQU9JOztBQVBKO0VBT0k7O0FBUEo7RUFPSTs7QUFQSjtFQU9JOztBQVBKO0VBT0k7O0FBUEo7RUFPSTs7QUFQSjtFQU9JOztBQVBKO0VBT0k7OztBQVBKO0VBR0k7O0FBSEo7RUFHSTs7QUFISjtFQUdJOztBQUhKO0VBR0k7O0FBSEo7RUFHSTs7QUFISjtFQUdJOztBQUhK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O0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztBQUdKO0VBQ0U7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0FBR0o7RUFDRTtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBOzs7QUFHSjtFQUNFO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7SUFDQTs7O0VBRUY7SUFDRTtJQUNBO0lBQ0E7OztBQ3RwQ0o7QUFBQTtBQUFBO0FBVUE7RUFFRSxlQUpjO0VBS2Q7O0FBRUE7RUFFSTs7QUFJSjtFQUNFO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBQ0E7RUFDRTtFQUNBO0VBQVE7RUFDUjtFQUNBOzs7QUMvQk47QUFBQTtBQUFBO0FBTUU7RUFDRTtFQUNBOzs7QUNSSjtBQUFBO0FBQUE7QUFBQTtBQUtBO0FBQUE7QUFBQTtBQUlBO0FBQ0U7RUFDQTtJQUNFO0lBQ0E7SUFDQTtJQUNBOzs7QUFHRjtFQUNBO0lBQ0U7SUFDQTtJQUNBOztFQUNBO0lBQ0U7OztBQUlKO0VBQ0E7SUFBUzs7O0VBQ1Q7SUFBUzs7O0VBQ1Q7SUFBUzs7O0VBQ1Q7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RUFDQTs7QUFFRjtFQUVFO0VBQ0E7O0FBRUY7RUFFRTtFQUNBOztBQUVGO0VBQ0U7OztBQWZGO0VBQ0U7RUFDQTs7QUFFRjtFQUVFO0VBQ0E7O0FBRUY7RUFFRTtFQUNBOztBQUVGO0VBQ0U7OztBQWZGO0VBQ0U7RUFDQTs7QUFFRjtFQUVFO0VBQ0E7O0FBRUY7RUFFRTtFQUNBOztBQUVGO0VBQ0U7OztBQWZGO0VBQ0U7RUFDQTs7QUFFRjtFQUVFO0VBQ0E7O0FBRUY7RUFFRTtFQUNBOztBQUVGO0VBQ0U7OztBQWZGO0VBQ0U7RUFDQTs7QUFFRjtFQUVFO0VBQ0E7O0FBRUY7RUFFRTtFQUNBOztBQUVGO0VBQ0U7OztBQWZGO0VBQ0U7RUFDQTs7QUFFRjtFQUVFO0VBQ0E7O0FBRUY7RUFFRTtFQUNBOztBQUVGO0VBQ0U7OztBQWZGO0VBQ0U7RUFDQTs7QUFFRjtFQUVFO0VBQ0E7O0FBRUY7RUFFRTtFQUNBOztBQUVGO0VBQ0U7OztBQWZGO0VBQ0U7RUFDQTs7QUFFRjtFQUVFO0VBQ0E7O0FBRUY7RUFFRTtFQUNBOztBQUVGO0VBQ0U7OztBQWZGO0VBQ0U7RUFDQTs7QUFFRjtFQUVFO0VBQ0E7O0FBRUY7RUFFRTtFQUNBOztBQUVGO0VBQ0U7OztBQWZGO0VBQ0U7RUFDQTs7QUFFRjtFQUVFO0VBQ0E7O0FBRUY7RUFFRTtFQUNBOztBQUVGO0VBQ0U7OztBNkg4RUo7RTdIeEVFLGtCNkh3RWtDO0U3SHZFbEM7OztBNkh3RUY7RTdIekVFLGtCRDdGdUI7RUM4RnZCOzs7QTZIeUVGO0U3SDFFRSxrQkQ1RnVCO0VDNkZ2Qjs7O0E2SDBFRjtFN0gzRUUsa0JEM0Z1QjtFQzRGdkI7OztBNkgyRUY7RTdINUVFLGtCRDFGdUI7RUMyRnZCOzs7QTZINEVGO0U3SDdFRSxrQkR6RnVCO0VDMEZ2Qjs7O0E2SDhFRjtFQUFtQjs7O0FBRW5CO0VBQ0U7OztBQUtGO0U3SC9FRTtFQUNBOzs7QTZIK0VGO0U3SGhGRTtFQUNBOzs7QTZIZ0ZGO0U3SGpGRTtFQUNBOzs7QTZIaUZGO0U3SGxGRTtFQUNBOzs7QTZIa0ZGO0U3SG5GRTtFQUNBOzs7QTZIbUZGO0U3SHBGRTtFQUNBOzs7QTZIb0ZGO0U3SHJGRTtFQUNBOzs7QTZIcUZGO0U3SHRGRTtFQUNBOzs7QTZIc0ZGO0U3SHZGRTtFQUNBOzs7QTZIMkZGO0VBQ0U7OztBQUVGO0VBQ0U7OztBQUVGO0VBQ0U7OztBQUtGO0VBQ0U7RUFDQTs7O0FBS0E7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RTVIM0NGLG9CNEg0Q0U7RTVIM0NHLGU0SDJDSDtFNUgxQ00sWTRIMENOO0VBQ0E7O0FBRUY7RTVIeEhBO0VBQ0k7RUFDQztFQUNHOzs7QTRINEhWO0VBQVcsTzdIdk5hOzs7QTZId054QjtFQUFXLE83SHZOYTs7O0E2SHdOeEI7RUFBVyxPN0h2TmE7OztBNkh3TnhCO0VBQVcsTzdIdk5hOzs7QTZId054QjtFQUFXLE83SHZOYTs7O0E2SHdOeEI7RUFBVyxPN0h2TmE7OztBNkh3TnhCO0VBQVcsTzdIdk5hOzs7QTZId054QjtFQUFXLE83SHZOYTs7O0E2SHdOeEI7RUFBVyxPN0h2TmE7OztBNkh3TnhCO0VBQVcsTzdIdk5hOzs7QTZId054QjtFQUFXLE83SHZOYTs7O0E2SDJOeEI7RWxGMVBFLGtCNUN5QnVCOztBNEN0QnJCO0VBRUU7OztBa0Z5UE47RWxGOVBFLGtCNUMyQnVCOztBNEN4QnJCO0VBRUU7OztBa0Y2UE47RWxGbFFFLGtCNUM0QnVCOztBNEN6QnJCO0VBRUU7OztBa0ZpUU47RWxGdFFFLGtCNUM2QnVCOztBNEMxQnJCO0VBRUU7OztBa0Z3UU47RTdFN1FFLGtCakQ2QnVCO0VpRDVCdkIsY2pENEJ1QjtFaUQzQnZCLE82RTRRcUQ7O0E3RTFRckQ7RUFDRTs7QUFFRjtFQUNFOzs7QTZFd1FKO0U3RWhSRSxrQmpEMkJ1QjtFaUQxQnZCLGNqRDBCdUI7RWlEekJ2QixPNkUrUW1EOztBN0U3UW5EO0VBQ0U7O0FBRUY7RUFDRTs7O0E2RTJRSjtFN0VuUkUsa0JqRDRCdUI7RWlEM0J2QixjakQyQnVCO0VpRDFCdkIsTzZFa1JpRDs7QTdFaFJqRDtFQUNFOztBQUVGO0VB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O0FBR0Y7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFO0VBQ0E7OztBQUdGO0VBQ0U7RUFDQTs7O0FBR0Y7RUFDRTs7O0FBR0Y7RUFDRTs7O0FBR0Y7RUFDRTs7O0FBR0Y7RUFDRTs7O0FBR0Y7RUFDRTs7O0FBR0Y7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFO0VBQ0E7OztBQUdGO0VBQ0U7RUFDQTs7O0FBR0Y7RUFDRTs7O0FBR0Y7RUFDRTs7O0FBR0Y7RUFDRTs7O0FBR0Y7RUFDRTs7O0FBR0Y7RUFDRTs7O0FBR0Y7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7RUFDQTs7O0FBR0Y7RUFDRTtFQUNBOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFO0VBQ0E7OztBQUdGO0VBQ0U7RUFDQTs7O0FBR0Y7RUFDRTs7O0FBR0Y7RUFDRTs7O0FBR0Y7RUFDRTs7O0FBR0Y7RUFDRTs7O0FBR0Y7RUFDRTs7O0FBR0Y7RUFDRTtFQUNBOzs7QUFHRjtFQUNFO0VBQ0E7OztBQUdGO0VBQ0U7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7OztBQUlKO0VBQ0U7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7OztBQUlKO0VBQ0U7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7OztBQUlKO0VBQ0U7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFOzs7RUFFRjtJQUNFO0lBQ0E7OztFQUVGO0lBQ0U7SUFDQTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTs7O0VBRUY7SUFDRTtJQUNBOzs7RUFFRjtJQUNFO0lBQ0E7OztBQ3ZsREY7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBQWhCO0VBQWdCOzs7QUFBaEI7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBQWhCO0VBQWdCOzs7QUFBaEI7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBQWhCO0VBQWdCOzs7QUFBaEI7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBQWhCO0VBQWdCOzs7QUFBaEI7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBQWhCO0VBQWdCOzs7QUFBaEI7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBQWhCO0VBQWdCOzs7QUFBaEI7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBTWhCO0VBQWdCOzs7QUFBaEI7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBQWhCO0VBQWdCOzs7QUFBaEI7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBQWhCO0VBQWdCOzs7QUFBaEI7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBQWhCO0VBQWdCOzs7QUFBaEI7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBQWhCO0VBQWdCOzs7QUFBaEI7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBQWhCO0VBQWdCOzs7QUFBaEI7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBQWhCO0VBQWdCOzs7QUFBaEI7RUFBZ0I7OztBQU1oQjtFQUFnQjs7O0FBQWhCO0VBQWdCOzs7QUFBaEI7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBQWhCO0VBQWdCOzs7QUFBaEI7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBQWhCO0VBQWdCOzs7QUFBaEI7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBQWhCO0VBQWdCOzs7QUFBaEI7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBQWhCO0VBQWdCOzs7QUFBaEI7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBQWhCO0VBQWdCOzs7QUFBaEI7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBQWhCO0VBQWdCOzs7QUFNaEI7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBQWhCO0VBQWdCOzs7QUFBaEI7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBQWhCO0VBQWdCOzs7QUFBaEI7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBQWhCO0VBQWdCOzs7QUFBaEI7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBQWhCO0VBQWdCOzs7QUFBaEI7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBQWhCO0VBQWdCOzs7QUFBaEI7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBQWhCO0VBQWdCOzs7QUFBaEI7RUFBZ0I7OztBQUFoQjtFQUFnQjs7O0FBR2xCO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUVGO0VBQ0U7OztBQUdGO0VBQ0U7RUFDQTtFQUNBOzs7QUFHRjtFQUNFOzs7QUFHRjtFQUNFOzs7QUFXRjtFQUNFO0VBQ0E7OztBQUdGO0VBQ0U7OztBQUlGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUdGO0VBQ0U7OztBQUtBO0VBQ0U7RUFDQTs7O0FBSUo7RUFDRTs7O0FBR0Y7RUFDRTs7QUFDQTtFQUNFO0VBQ0E7RUFDQTs7QUFFRjtFQUNFOzs7QUFNSjtFQUNLOzs7QUFJTDtFQUNFO0VBQ0E7RUFDQTs7O0FBSUY7RUFDRTs7O0FBSUE7RUFDRTtF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 */
