@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Heebo:300,400,700,400italic,700italic");
@font-face {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot");
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/font.woff2") format("woff2"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff") format("woff"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf") format("truetype"), url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot");
  src: url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff") format("woff"), url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("https://stackpath.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
html {
  height: 100%;
}

body {
  height: 100%;
}

svg {
  display: block;
}

.navbar {
  border-width: 0;
}
.navbar-default {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 9px 0;
}
.navbar-default .badge {
  background-color: #fff;
  color: #fff;
}
.navbar-inverse .badge {
  background-color: #fff;
  color: #7CC253;
}
.navbar-brand {
  line-height: 1;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
  background-color: #fff !important;
}

.btn {
  border-width: 2px;
}

.btn:active {
  box-shadow: none;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.text-primary,
.text-primary:hover {
  color: #2C3E50;
}

.text-success,
.text-success:hover {
  color: #7CC253;
}

.text-danger,
.text-danger:hover {
  color: #E91C51;
}

.text-warning,
.text-warning:hover {
  color: #F39C12;
}

.text-info,
.text-info:hover {
  color: #00a0d0;
}

table a:not(.btn),
.table a:not(.btn) {
  text-decoration: underline;
}
table .dropdown-menu a,
.table .dropdown-menu a {
  text-decoration: none;
}
table .success,
table .warning,
table .danger,
table .info,
.table .success,
.table .warning,
.table .danger,
.table .info {
  color: #fff;
}
table .success > th > a,
table .success > td > a,
table .success > a,
table .warning > th > a,
table .warning > td > a,
table .warning > a,
table .danger > th > a,
table .danger > td > a,
table .danger > a,
table .info > th > a,
table .info > td > a,
table .info > a,
.table .success > th > a,
.table .success > td > a,
.table .success > a,
.table .warning > th > a,
.table .warning > td > a,
.table .warning > a,
.table .danger > th > a,
.table .danger > td > a,
.table .danger > a,
.table .info > th > a,
.table .info > td > a,
.table .info > a {
  color: #fff;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border: none;
}
table-bordered > thead > tr > th, table-bordered > tbody > tr > th, table-bordered > tfoot > tr > th, table-bordered > thead > tr > td, table-bordered > tbody > tr > td, table-bordered > tfoot > tr > td,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #f5f5f5;
}

.form-control,
input {
  border-width: 2px;
  box-shadow: none;
}
.form-control:focus,
input:focus {
  box-shadow: none;
}

.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,
.has-warning .form-control-feedback {
  color: #F39C12;
}
.has-warning .form-control,
.has-warning .form-control:focus {
  border: 2px solid #F39C12;
}
.has-warning .input-group-addon {
  border-color: #F39C12;
}

.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,
.has-error .form-control-feedback {
  color: #E91C51;
}
.has-error .form-control,
.has-error .form-control:focus {
  border: 2px solid #E91C51;
}
.has-error .input-group-addon {
  border-color: #E91C51;
}

.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,
.has-success .form-control-feedback {
  color: #7CC253;
}
.has-success .form-control,
.has-success .form-control:focus {
  border: 2px solid #7CC253;
}
.has-success .input-group-addon {
  border-color: #7CC253;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: transparent;
}

.pager a,
.pager a:hover {
  color: #fff;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  background-color: rgb(167.0107296137, 214.0278969957, 139.4721030043);
}

.close {
  color: #222;
  text-decoration: none;
  opacity: 0.4;
}
.close:hover, .close:focus {
  color: #fff;
  opacity: 1;
}

.alert .alert-link {
  color: #fff;
  text-decoration: underline;
}

.progress {
  height: 10px;
}
.progress .progress-bar {
  font-size: 10px;
  overflow: hidden;
}

.well {
  box-shadow: none;
}

.panel-default .close {
  color: #222;
}

.modal .close {
  color: #222;
}

.popover {
  color: #222;
}

.container-fluid {
  position: relative;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 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: none;
  text-decoration: underline;
  text-decoration: underline 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 {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    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("bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot") format("embedded-opentype"), url("bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.svg") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  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: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

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

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

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

.glyphicon-th:before {
  content: "\e011";
}

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

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

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

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

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

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

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

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

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

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

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

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

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

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

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

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

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

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

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

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

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

.glyphicon-list:before {
  content: "\e056";
}

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

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

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

.glyphicon-picture:before {
  content: "\e060";
}

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

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

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

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

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

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

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

.glyphicon-eject:before {
  content: "\e078";
}

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

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

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

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

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

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

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

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

.glyphicon-screenshot:before {
  content: "\e087";
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

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

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

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

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

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

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

.glyphicon-retweet:before {
  content: "\e115";
}

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

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

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

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

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

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

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

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

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

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

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

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

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

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

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

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

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

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

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

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

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

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

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

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

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

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

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

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

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

.glyphicon-flash:before {
  content: "\e162";
}

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

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

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

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

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

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

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

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

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

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

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

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

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

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

.glyphicon-subtitles:before {
  content: "\e188";
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-cd:before {
  content: "\e201";
}

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

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

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

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

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

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

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

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

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

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

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

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

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

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

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

.glyphicon-scale:before {
  content: "\e230";
}

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

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

.glyphicon-education:before {
  content: "\e233";
}

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

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

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

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

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

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

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

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

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

* {
  -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: "Heebo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #222;
  background-color: #fff;
}

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

a {
  color: #7CC253;
  text-decoration: none;
}
a:hover, a:focus {
  color: #7CC253;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f5f5f5;
}

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

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

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Heebo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  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: 400;
  line-height: 1;
  color: #b4bcc2;
}

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

mark,
.mark {
  padding: 0.2em;
  background-color: rgba(243, 156, 18, 0.1);
}

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

.text-primary {
  color: #2C3E50;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(25.9032258065, 36.5, 47.0967741935);
}

.text-success {
  color: #7CC253;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(98.9356223176, 166.8326180258, 59.1673819742);
}

.text-info {
  color: #00a0d0;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(0, 120.7692307692, 157);
}

.text-warning {
  color: #F39C12;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(199.8795180723, 126.5060240964, 10.1204819277);
}

.text-danger {
  color: #E91C51;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(191.4457831325, 18.5542168675, 63.2530120482);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #2C3E50;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(25.9032258065, 36.5, 47.0967741935);
}

.bg-success {
  background-color: rgba(124, 194, 83, 0.1);
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgba(98.9356223176, 166.8326180258, 59.1673819742, 0.1);
}

.bg-info {
  background-color: rgba(0, 160, 208, 0.1);
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgba(0, 120.7692307692, 157, 0.1);
}

.bg-warning {
  background-color: rgba(243, 156, 18, 0.1);
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgba(199.8795180723, 126.5060240964, 10.1204819277, 0.1);
}

.bg-danger {
  background-color: rgba(233, 28, 81, 0.1);
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgba(191.4457831325, 18.5542168675, 63.2530120482, 0.1);
}

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

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

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

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

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

.initialism {
  font-size: 90%;
}

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

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

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

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: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #7b8a8b;
  word-break: break-all;
  word-wrap: break-word;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

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

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.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-right: 15px;
  padding-left: 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;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #b4bcc2;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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: 10px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #f5f5f5;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #f5f5f5;
}
.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 #f5f5f5;
}
.table .table {
  background-color: #fff;
}

.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 #f5f5f5;
}
.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 #f5f5f5;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

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

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

.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: rgb(232.25, 232.25, 232.25);
}

.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: rgba(124, 194, 83, 0.1);
}

.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: rgba(110.0987124464, 185.6566523605, 65.8433476395, 0.1);
}

.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: rgba(0, 160, 208, 0.1);
}

.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: rgba(0, 140.3846153846, 182.5, 0.1);
}

.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: rgba(243, 156, 18, 0.1);
}

.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: rgba(224.1506024096, 141.8674698795, 11.3493975904, 0.1);
}

.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: rgba(233, 28, 81, 0.1);
}

.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: rgba(214.6927710843, 20.8072289157, 70.9337349398, 0.1);
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #f5f5f5;
  }
  .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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

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

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

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
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;
}

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #222;
  background-color: #fff;
  background-image: none;
  border: 1px solid #758396;
  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 {
  border-color: #2C3E50;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(44, 62, 80, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(44, 62, 80, 0.6);
}
.form-control::-moz-placeholder {
  color: #acb6c0;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #acb6c0;
}
.form-control::-webkit-input-placeholder {
  color: #acb6c0;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #f5f5f5;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 38px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 34px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 64px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #7CC253;
}
.has-success .form-control {
  border-color: #7CC253;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(98.9356223176, 166.8326180258, 59.1673819742);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(181.347639485, 220.7038626609, 158.2961373391);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(181.347639485, 220.7038626609, 158.2961373391);
}
.has-success .input-group-addon {
  color: #7CC253;
  background-color: rgba(124, 194, 83, 0.1);
  border-color: #7CC253;
}
.has-success .form-control-feedback {
  color: #7CC253;
}

.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: #F39C12;
}
.has-warning .form-control {
  border-color: #F39C12;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(199.8795180723, 126.5060240964, 10.1204819277);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(247.9156626506, 196.5542168675, 115.0843373494);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(247.9156626506, 196.5542168675, 115.0843373494);
}
.has-warning .input-group-addon {
  color: #F39C12;
  background-color: rgba(243, 156, 18, 0.1);
  border-color: #F39C12;
}
.has-warning .form-control-feedback {
  color: #F39C12;
}

.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: #E91C51;
}
.has-error .form-control {
  border-color: #E91C51;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(191.4457831325, 18.5542168675, 63.2530120482);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(242.0120481928, 120.9879518072, 152.2771084337);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(242.0120481928, 120.9879518072, 152.2771084337);
}
.has-error .input-group-addon {
  color: #E91C51;
  background-color: rgba(233, 28, 81, 0.1);
  border-color: #E91C51;
}
.has-error .form-control-feedback {
  color: #E91C51;
}

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

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(97.75, 97.75, 97.75);
}

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #ff7733;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-default {
  color: #ff7733;
  background-color: #fff;
  border-color: rgb(34.425, 34.425, 34.425);
}
.btn-default:focus, .btn-default.focus {
  color: #ff7733;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: black;
}
.btn-default:hover {
  color: #ff7733;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(3.825, 3.825, 3.825);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #ff7733;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(3.825, 3.825, 3.825);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #ff7733;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: black;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: rgb(34.425, 34.425, 34.425);
}
.btn-default .badge {
  color: #fff;
  background-color: #ff7733;
}

.btn-primary {
  color: #ff7733;
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.btn-primary:focus, .btn-primary.focus {
  color: #ff7733;
  background-color: rgb(25.9032258065, 36.5, 47.0967741935);
  border-color: black;
}
.btn-primary:hover {
  color: #ff7733;
  background-color: rgb(25.9032258065, 36.5, 47.0967741935);
  border-color: rgb(22.2838709677, 31.4, 40.5161290323);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #ff7733;
  background-color: rgb(25.9032258065, 36.5, 47.0967741935);
  background-image: none;
  border-color: rgb(22.2838709677, 31.4, 40.5161290323);
}
.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: #ff7733;
  background-color: rgb(13.235483871, 18.65, 24.064516129);
  border-color: black;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.btn-primary .badge {
  color: #2C3E50;
  background-color: #ff7733;
}

.btn-success {
  color: #ff7733;
  background-color: #7CC253;
  border-color: #7CC253;
}
.btn-success:focus, .btn-success.focus {
  color: #ff7733;
  background-color: rgb(98.9356223176, 166.8326180258, 59.1673819742);
  border-color: rgb(65.4463519313, 110.3605150215, 39.1394849785);
}
.btn-success:hover {
  color: #ff7733;
  background-color: rgb(98.9356223176, 166.8326180258, 59.1673819742);
  border-color: rgb(94.4703862661, 159.3030042918, 56.4969957082);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #ff7733;
  background-color: rgb(98.9356223176, 166.8326180258, 59.1673819742);
  background-image: none;
  border-color: rgb(94.4703862661, 159.3030042918, 56.4969957082);
}
.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: #ff7733;
  background-color: rgb(83.3072961373, 140.4789699571, 49.8210300429);
  border-color: rgb(65.4463519313, 110.3605150215, 39.1394849785);
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #7CC253;
  border-color: #7CC253;
}
.btn-success .badge {
  color: #7CC253;
  background-color: #ff7733;
}

.btn-info {
  color: #ff7733;
  background-color: #fff;
  border-color: rgb(34.425, 34.425, 34.425);
}
.btn-info:focus, .btn-info.focus {
  color: #ff7733;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: black;
}
.btn-info:hover {
  color: #ff7733;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(3.825, 3.825, 3.825);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #ff7733;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(3.825, 3.825, 3.825);
}
.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: #ff7733;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: black;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #fff;
  border-color: rgb(34.425, 34.425, 34.425);
}
.btn-info .badge {
  color: #fff;
  background-color: #ff7733;
}

.btn-warning {
  color: #ff7733;
  background-color: #F39C12;
  border-color: #F39C12;
}
.btn-warning:focus, .btn-warning.focus {
  color: #ff7733;
  background-color: rgb(199.8795180723, 126.5060240964, 10.1204819277);
  border-color: rgb(127.0662650602, 80.421686747, 6.4337349398);
}
.btn-warning:hover {
  color: #ff7733;
  background-color: rgb(199.8795180723, 126.5060240964, 10.1204819277);
  border-color: rgb(190.1710843373, 120.3614457831, 9.6289156627);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #ff7733;
  background-color: rgb(199.8795180723, 126.5060240964, 10.1204819277);
  background-image: none;
  border-color: rgb(190.1710843373, 120.3614457831, 9.6289156627);
}
.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: #ff7733;
  background-color: rgb(165.9, 105, 8.4);
  border-color: rgb(127.0662650602, 80.421686747, 6.4337349398);
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #F39C12;
  border-color: #F39C12;
}
.btn-warning .badge {
  color: #F39C12;
  background-color: #ff7733;
}

.btn-danger {
  color: #fff;
  background-color: #E91C51;
  border-color: #E91C51;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(191.4457831325, 18.5542168675, 63.2530120482);
  border-color: rgb(121.7048192771, 11.7951807229, 40.2108433735);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(191.4457831325, 18.5542168675, 63.2530120482);
  border-color: rgb(182.1469879518, 17.6530120482, 60.1807228916);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(191.4457831325, 18.5542168675, 63.2530120482);
  background-image: none;
  border-color: rgb(182.1469879518, 17.6530120482, 60.1807228916);
}
.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: rgb(158.9, 15.4, 52.5);
  border-color: rgb(121.7048192771, 11.7951807229, 40.2108433735);
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #E91C51;
  border-color: #E91C51;
}
.btn-danger .badge {
  color: #E91C51;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #7CC253;
  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: #7CC253;
  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: #b4bcc2;
  text-decoration: none;
}

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

.btn-sm, .btn-group-sm > .btn {
  padding: 6px 9px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 20px;
}

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

.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  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);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: rgb(114.75, 114.75, 114.75);
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #222;
  text-decoration: none;
  background-color: transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: rgb(34.425, 34.425, 34.425);
  text-decoration: none;
  background-color: #2C3E50;
  outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-addon {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #222;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #758396;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 6px 9px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 18px 27px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

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

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.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: #ddd;
}
.nav > li.disabled > a {
  color: #b4bcc2;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #b4bcc2;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #ddd;
  border-color: #7CC253;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

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

.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 {
  margin-bottom: 5px;
  text-align: center;
}
.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 #f5f5f5;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #f5f5f5;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

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

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

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

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

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  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 {
  display: table;
  content: " ";
}
.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-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.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;
  }
}
@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;
}

.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-brand {
  float: left;
  height: 40px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 20px;
}
.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;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 3px;
  margin-bottom: 3px;
  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: 5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

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

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

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

.navbar-btn {
  margin-top: 1px;
  margin-bottom: 1px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 9px;
  margin-bottom: 9px;
}

.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 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: #fff;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: rgb(114.75, 114.75, 114.75);
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(34.425, 34.425, 34.425);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: rgb(114.75, 114.75, 114.75);
}
.navbar-default .navbar-nav > li > a {
  color: rgb(114.75, 114.75, 114.75);
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: rgb(34.425, 34.425, 34.425);
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: rgb(34.425, 34.425, 34.425);
  background-color: transparent;
}
.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-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: rgb(34.425, 34.425, 34.425);
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(114.75, 114.75, 114.75);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: rgb(34.425, 34.425, 34.425);
    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: rgb(34.425, 34.425, 34.425);
    background-color: transparent;
  }
  .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-toggle {
  border-color: rgb(34.425, 34.425, 34.425);
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: rgb(34.425, 34.425, 34.425);
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: rgb(34.425, 34.425, 34.425);
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-link {
  color: rgb(114.75, 114.75, 114.75);
}
.navbar-default .navbar-link:hover {
  color: rgb(34.425, 34.425, 34.425);
}
.navbar-default .btn-link {
  color: rgb(114.75, 114.75, 114.75);
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: rgb(34.425, 34.425, 34.425);
}
.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: #7CC253;
  border-color: transparent;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #2C3E50;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #2C3E50;
  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: rgb(110.0987124464, 185.6566523605, 65.8433476395);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: rgb(110.0987124464, 185.6566523605, 65.8433476395);
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #2C3E50;
    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: rgb(110.0987124464, 185.6566523605, 65.8433476395);
  }
  .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: #ccc;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: rgb(98.9356223176, 166.8326180258, 59.1673819742);
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: rgb(98.9356223176, 166.8326180258, 59.1673819742);
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(105.6334763948, 178.1270386266, 63.1729613734);
}
.navbar-inverse .navbar-link {
  color: #fff;
}
.navbar-inverse .navbar-link:hover {
  color: #2C3E50;
}
.navbar-inverse .btn-link {
  color: #fff;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #2C3E50;
}
.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: #ccc;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #95a5a6;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #fff;
  text-decoration: none;
  background-color: #7CC253;
  border: 1px solid transparent;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: rgb(87.7725321888, 148.008583691, 52.491416309);
  border-color: transparent;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: rgb(87.7725321888, 148.008583691, 52.491416309);
  border-color: transparent;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #f5f5f5;
  cursor: not-allowed;
  background-color: rgb(167.0107296137, 214.0278969957, 139.4721030043);
  border-color: transparent;
}

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

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #7CC253;
  border: 1px solid transparent;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgb(87.7725321888, 148.008583691, 52.491416309);
}
.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: #fff;
  cursor: not-allowed;
  background-color: #7CC253;
}

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

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

.label-default {
  background-color: #fff;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(229.5, 229.5, 229.5);
}

.label-primary {
  background-color: #2C3E50;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(25.9032258065, 36.5, 47.0967741935);
}

.label-success {
  background-color: #7CC253;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(98.9356223176, 166.8326180258, 59.1673819742);
}

.label-info {
  background-color: #00a0d0;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(0, 120.7692307692, 157);
}

.label-warning {
  background-color: #F39C12;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(199.8795180723, 126.5060240964, 10.1204819277);
}

.label-danger {
  background-color: #E91C51;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(191.4457831325, 18.5542168675, 63.2530120482);
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #2C3E50;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #2C3E50;
  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: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: inherit;
  background-color: #f5f5f5;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 7.5px;
  font-size: 14px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgb(219.5, 219.5, 219.5);
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 30px;
    padding-left: 30px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #222;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #7CC253;
}

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

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

.alert-success {
  color: #7CC253;
  background-color: rgba(124, 194, 83, 0.1);
  border-color: #7CC253;
}
.alert-success hr {
  border-top-color: rgb(110.0987124464, 185.6566523605, 65.8433476395);
}
.alert-success .alert-link {
  color: rgb(98.9356223176, 166.8326180258, 59.1673819742);
}

.alert-info {
  color: #00a0d0;
  background-color: rgba(0, 160, 208, 0.1);
  border-color: #00a0d0;
}
.alert-info hr {
  border-top-color: rgb(0, 140.3846153846, 182.5);
}
.alert-info .alert-link {
  color: rgb(0, 120.7692307692, 157);
}

.alert-warning {
  color: #F39C12;
  background-color: rgba(243, 156, 18, 0.1);
  border-color: #F39C12;
}
.alert-warning hr {
  border-top-color: rgb(224.1506024096, 141.8674698795, 11.3493975904);
}
.alert-warning .alert-link {
  color: rgb(199.8795180723, 126.5060240964, 10.1204819277);
}

.alert-danger {
  color: #E91C51;
  background-color: rgba(233, 28, 81, 0.1);
  border-color: #E91C51;
}
.alert-danger hr {
  border-top-color: rgb(214.6927710843, 20.8072289157, 70.9337349398);
}
.alert-danger .alert-link {
  color: rgb(191.4457831325, 18.5542168675, 63.2530120482);
}

@-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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  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: 20px;
  color: #fff;
  text-align: center;
  background-color: #2C3E50;
  -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: #7CC253;
}
.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: #00a0d0;
}
.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: #F39C12;
}
.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: #E91C51;
}
.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 {
  overflow: hidden;
  zoom: 1;
}

.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 {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid #f5f5f5;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #b4bcc2;
  cursor: not-allowed;
  background-color: #f5f5f5;
}
.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: #b4bcc2;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.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: rgb(137.5806451613, 164, 190.4193548387);
}

a.list-group-item,
button.list-group-item {
  color: #222;
}
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 {
  color: #222;
  text-decoration: none;
  background-color: #f5f5f5;
}

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

.list-group-item-success {
  color: #7CC253;
  background-color: rgba(124, 194, 83, 0.1);
}

a.list-group-item-success,
button.list-group-item-success {
  color: #7CC253;
}
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: #7CC253;
  background-color: rgba(110.0987124464, 185.6566523605, 65.8433476395, 0.1);
}
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: #7CC253;
  border-color: #7CC253;
}

.list-group-item-info {
  color: #00a0d0;
  background-color: rgba(0, 160, 208, 0.1);
}

a.list-group-item-info,
button.list-group-item-info {
  color: #00a0d0;
}
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: #00a0d0;
  background-color: rgba(0, 140.3846153846, 182.5, 0.1);
}
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: #00a0d0;
  border-color: #00a0d0;
}

.list-group-item-warning {
  color: #F39C12;
  background-color: rgba(243, 156, 18, 0.1);
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #F39C12;
}
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: #F39C12;
  background-color: rgba(224.1506024096, 141.8674698795, 11.3493975904, 0.1);
}
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: #F39C12;
  border-color: #F39C12;
}

.list-group-item-danger {
  color: #E91C51;
  background-color: rgba(233, 28, 81, 0.1);
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #E91C51;
}
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: #E91C51;
  background-color: rgba(214.6927710843, 20.8072289157, 70.9337349398, 0.1);
}
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: #E91C51;
  border-color: #E91C51;
}

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

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

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 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 {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-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 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #f5f5f5;
  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-left-radius: 3px;
  border-top-right-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-left-radius: 0;
  border-top-right-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-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-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-right-radius: 3px;
  border-bottom-left-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 #f5f5f5;
}
.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 {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.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 #f5f5f5;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #f5f5f5;
}

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

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

.panel-success {
  border-color: #7CC253;
}
.panel-success > .panel-heading {
  color: #7CC253;
  background-color: rgba(124, 194, 83, 0.1);
  border-color: #7CC253;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #7CC253;
}
.panel-success > .panel-heading .badge {
  color: rgba(124, 194, 83, 0.1);
  background-color: #7CC253;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #7CC253;
}

.panel-info {
  border-color: #00a0d0;
}
.panel-info > .panel-heading {
  color: #00a0d0;
  background-color: rgba(0, 160, 208, 0.1);
  border-color: #00a0d0;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00a0d0;
}
.panel-info > .panel-heading .badge {
  color: rgba(0, 160, 208, 0.1);
  background-color: #00a0d0;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00a0d0;
}

.panel-warning {
  border-color: #F39C12;
}
.panel-warning > .panel-heading {
  color: #F39C12;
  background-color: rgba(243, 156, 18, 0.1);
  border-color: #F39C12;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #F39C12;
}
.panel-warning > .panel-heading .badge {
  color: rgba(243, 156, 18, 0.1);
  background-color: #F39C12;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #F39C12;
}

.panel-danger {
  border-color: #E91C51;
}
.panel-danger > .panel-heading {
  color: #E91C51;
  background-color: rgba(233, 28, 81, 0.1);
  border-color: #E91C51;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #E91C51;
}
.panel-danger > .panel-heading .badge {
  color: rgba(233, 28, 81, 0.1);
  background-color: #E91C51;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #E91C51;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  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: #222;
  text-shadow: none;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #222;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -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;
  background-clip: padding-box;
  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);
  outline: 0;
}

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

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

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

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

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

.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 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: "Heebo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

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

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

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

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.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;
  font-family: serif;
  line-height: 1;
}
.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
  }
}
.pick-a-color-markup * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pick-a-color-markup .hex-pound {
  padding-left: 8px;
  padding-right: 8px;
}

@media screen and (max-width: 991px) {
  .pick-a-color-markup .hex-pound {
    padding: 3px 5px 0px 5px;
    min-height: 30px;
  }
}
.pick-a-color-markup .pick-a-color {
  padding: 5px;
}

@media screen and (max-width: 991px) {
  .pick-a-color-markup .pick-a-color {
    width: 100%;
    font-size: 18px;
    padding: 9px;
    min-width: 222px;
    height: 47px;
  }
}
.pick-a-color-markup .input-group-btn .color-dropdown {
  padding: 11px 5px;
}

.pick-a-color-markup .input-group-btn .color-dropdown.no-hex {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pick-a-color-markup .input-group-btn .color-dropdown:focus {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .pick-a-color-markup .input-group-btn .color-dropdown {
    height: 47px;
  }
}
.pick-a-color-markup .color-preview {
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.075);
  height: 1.429em;
  width: 1.429em;
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
}

.pick-a-color-markup .color-preview.current-color {
  margin-bottom: -5px;
}

@media screen and (max-width: 991px) {
  .pick-a-color-markup .color-preview {
    height: 1.875em;
    width: 1.875em;
  }
}
.pick-a-color-markup .color-menu {
  text-align: left;
  padding: 5px 0px;
  width: 330px;
  font-size: 14px;
  left: auto;
}

.pick-a-color-markup .color-menu.color-menu--inline {
  left: -285px;
}

@media screen and (max-width: 991px) {
  .pick-a-color-markup .color-menu.color-menu--inline {
    left: -242px;
  }
}
@media screen and (max-width: 991px) {
  .pick-a-color-markup .color-menu {
    left: -242px;
    width: 293px;
  }
}
.pick-a-color-markup .color-menu.small {
  width: 100px;
}

@media screen and (max-width: 991px) {
  .pick-a-color-markup .color-menu.small {
    left: -105px;
  }
}
.pick-a-color-markup .color-menu.no-hex {
  left: 0px;
}

.pick-a-color-markup .color-menu ul {
  padding: 0px;
  margin: 0px;
}

.pick-a-color-markup .color-menu li {
  list-style-type: none;
  padding: 5px 0px;
  margin: 0px;
}

.pick-a-color-markup .color-menu .color-preview {
  vertical-align: middle;
  margin: 0px;
}

@media screen and (max-width: 991px) {
  .pick-a-color-markup .color-menu .color-preview {
    height: 35px;
    width: 35px;
  }
}
.pick-a-color-markup .color-menu .color-preview.current-color, .pick-a-color-markup .color-menu .color-preview.white {
  background-color: #fff;
}

.pick-a-color-markup .color-menu .color-preview.red {
  background-color: #f00;
}

.pick-a-color-markup .color-menu .color-preview.orange {
  background-color: #f60;
}

.pick-a-color-markup .color-menu .color-preview.yellow {
  background-color: #ff0;
}

.pick-a-color-markup .color-menu .color-preview.green {
  background-color: #008000;
}

.pick-a-color-markup .color-menu .color-preview.blue {
  background-color: #00f;
}

.pick-a-color-markup .color-menu .color-preview.indigo {
  background-color: #4a0080;
}

.pick-a-color-markup .color-menu .color-preview.violet {
  background-color: #ee81ee;
}

.pick-a-color-markup .color-menu .color-preview.purple {
  background-color: #80007f;
}

.pick-a-color-markup .color-menu .color-preview.black {
  background-color: #000;
}

.pick-a-color-markup .color-menu .basicColors-content li > a, .pick-a-color-markup .color-menu .savedColors-content li > a {
  padding: 5px 15px 3px 15px;
  cursor: default;
  min-height: 25px;
  color: #333;
}

.pick-a-color-markup .color-menu .basicColors-content li > a:hover, .pick-a-color-markup .color-menu .savedColors-content li > a:hover {
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .pick-a-color-markup .color-menu .basicColors-content li > a, .pick-a-color-markup .color-menu .savedColors-content li > a {
    min-height: 40px;
  }
}
.pick-a-color-markup .color-menu .basicColors-content li:hover a, .pick-a-color-markup .color-menu .savedColors-content li:hover a {
  color: #333;
  background-image: none;
  filter: none;
  text-decoration: none;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .pick-a-color-markup .color-menu .basicColors-content li:hover a, .pick-a-color-markup .color-menu .savedColors-content li:hover a {
    background-color: #fff;
    font-weight: normal;
  }
}
.pick-a-color-markup .color-menu .btn.color-select {
  margin: 0px 5px;
  height: 20px;
  padding: 0px 5px;
  margin-top: 0px;
  line-height: 1.5px;
  border-radius: 4px;
}

@media screen and (max-width: 991px) {
  .pick-a-color-markup .color-menu .btn.color-select {
    height: 35px;
  }
}
.pick-a-color-markup .caret {
  margin-bottom: 3px;
}

.pick-a-color-markup .color-menu-instructions, .pick-a-color-markup .advanced-instructions {
  text-align: center;
  padding: 0px 6px;
  margin: 0px;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (min-width: 992px) {
  .pick-a-color-markup .color-menu-instructions, .pick-a-color-markup .advanced-instructions {
    display: none;
  }
}
.pick-a-color-markup .color-label {
  vertical-align: middle;
  margin: 0px;
  margin-left: 10px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .pick-a-color-markup .color-label {
    margin-left: 8px;
  }
}
.pick-a-color-markup .color-box {
  height: 20px;
  width: 200px;
  position: absolute;
  left: 115px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.075);
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .pick-a-color-markup .color-box {
    width: 160px;
    height: 35px;
  }
}
.pick-a-color-markup .black .highlight-band-stripe {
  background-color: #fff;
}

.pick-a-color-markup .spectrum-white {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(#fff), to(#808080));
  background-image: -webkit-linear-gradient(left, color-stop(#fff 0), color-stop(#808080 100%));
  background-image: -moz-linear-gradient(left, #fff 0, #808080 100%);
  background-image: linear-gradient(to right, #fff 0, #808080 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ff808080", GradientType=1);
}

.pick-a-color-markup .spectrum-white .highlight-band {
  left: 0px;
}

.pick-a-color-markup .spectrum-red {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(0.5, #f00), color-stop(1, #000));
  background-image: -moz-linear-gradient(left center, #fff 0, #f00 50%, #000 100%);
  background-image: -webkit-linear-gradient(left, #fff 0, #f00 50%, #000 100%);
  background-image: -o-linear-gradient(left, #fff 0, #f00 50%, #000 100%);
  background-image: linear-gradient(to right, #fff 0, #f00 50%, #000 100%);
  background-repeat: repeat-x;
}

.pick-a-color-markup .spectrum-orange {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(0.5, #f60), color-stop(1, #000));
  background-image: -moz-linear-gradient(left center, #fff 0, #f60 50%, #000 100%);
  background-image: -webkit-linear-gradient(left, #fff 0, #f60 50%, #000 100%);
  background-image: -o-linear-gradient(left, #fff 0, #f60 50%, #000 100%);
  background-image: linear-gradient(to right, #fff 0, #f60 50%, #000 100%);
  background-repeat: repeat-x;
}

.pick-a-color-markup .spectrum-yellow {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(0.5, #ff0), color-stop(1, #000));
  background-image: -moz-linear-gradient(left center, #fff 0, #ff0 50%, #000 100%);
  background-image: -webkit-linear-gradient(left, #fff 0, #ff0 50%, #000 100%);
  background-image: -o-linear-gradient(left, #fff 0, #ff0 50%, #000 100%);
  background-image: linear-gradient(to right, #fff 0, #ff0 50%, #000 100%);
  background-repeat: repeat-x;
}

.pick-a-color-markup .spectrum-green {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #80ff80), color-stop(0.5, #008000), color-stop(1, #000));
  background-image: -moz-linear-gradient(left center, #80ff80 0, #008000 50%, #000 100%);
  background-image: -webkit-linear-gradient(left, #80ff80 0, #008000 50%, #000 100%);
  background-image: -o-linear-gradient(left, #80ff80 0, #008000 50%, #000 100%);
  background-image: linear-gradient(to right, #80ff80 0, #008000 50%, #000 100%);
  background-repeat: repeat-x;
}

.pick-a-color-markup .spectrum-blue {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(0.5, #00f), color-stop(1, #000));
  background-image: -moz-linear-gradient(left center, #fff 0, #00f 50%, #000 100%);
  background-image: -webkit-linear-gradient(left, #fff 0, #00f 50%, #000 100%);
  background-image: -o-linear-gradient(left, #fff 0, #00f 50%, #000 100%);
  background-image: linear-gradient(to right, #fff 0, #00f 50%, #000 100%);
  background-repeat: repeat-x;
}

.pick-a-color-markup .spectrum-purple {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff80ff), color-stop(0.5, #80007f), color-stop(1, #000));
  background-image: -moz-linear-gradient(left center, #ff80ff 0, #80007f 50%, #000 100%);
  background-image: -webkit-linear-gradient(left, #ff80ff 0, #80007f 50%, #000 100%);
  background-image: -o-linear-gradient(left, #ff80ff 0, #80007f 50%, #000 100%);
  background-image: linear-gradient(to right, #ff80ff 0, #80007f 50%, #000 100%);
  background-repeat: repeat-x;
}

.pick-a-color-markup .spectrum-black {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(#000), to(#808080));
  background-image: -webkit-linear-gradient(left, color-stop(#000 0), color-stop(#808080 100%));
  background-image: -moz-linear-gradient(left, #000 0, #808080 100%);
  background-image: linear-gradient(to right, #000 0, #808080 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff000000", endColorstr="#ff808080", GradientType=1);
}

.pick-a-color-markup .spectrum-black .highlight-band {
  left: 0px;
  border: 1px solid #808080;
}

.pick-a-color-markup .ie-spectrum {
  height: 20px;
  width: 100px;
  display: inline-block;
  top: -1;
}

.pick-a-color-markup .ie-spectrum.hue {
  width: 50.5px;
}

@media screen and (max-width: 991px) {
  .pick-a-color-markup .ie-spectrum.hue {
    width: 45.5px;
  }
}
@media screen and (max-width: 991px) {
  .pick-a-color-markup .ie-spectrum {
    width: 80px;
    height: 35px;
  }
}
.pick-a-color-markup .red-spectrum-0, .pick-a-color-markup .lightness-spectrum-0 {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(#fff), to(#f00));
  background-image: -webkit-linear-gradient(left, color-stop(#fff 0), color-stop(#f00 100%));
  background-image: -moz-linear-gradient(left, #fff 0, #f00 100%);
  background-image: linear-gradient(to right, #fff 0, #f00 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffff0000", GradientType=1);
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pick-a-color-markup .red-spectrum-1, .pick-a-color-markup .lightness-spectrum-1 {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(#f00), to(#000));
  background-image: -webkit-linear-gradient(left, color-stop(#f00 0), color-stop(#000 100%));
  background-image: -moz-linear-gradient(left, #f00 0, #000 100%);
  background-image: linear-gradient(to right, #f00 0, #000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff0000", endColorstr="#ff000000", GradientType=1);
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pick-a-color-markup .lightness-spectrum-0, .pick-a-color-markup .lightness-spectrum-1 {
  width: 150px;
}

@media screen and (max-width: 991px) {
  .pick-a-color-markup .lightness-spectrum-0, .pick-a-color-markup .lightness-spectrum-1 {
    width: 135px;
  }
}
.pick-a-color-markup .orange-spectrum-0 {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(#fff), to(#f60));
  background-image: -webkit-linear-gradient(left, color-stop(#fff 0), color-stop(#f60 100%));
  background-image: -moz-linear-gradient(left, #fff 0, #f60 100%);
  background-image: linear-gradient(to right, #fff 0, #f60 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffff6600", GradientType=1);
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pick-a-color-markup .orange-spectrum-1 {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(#f60), to(#000));
  background-image: -webkit-linear-gradient(left, color-stop(#f60 0), color-stop(#000 100%));
  background-image: -moz-linear-gradient(left, #f60 0, #000 100%);
  background-image: linear-gradient(to right, #f60 0, #000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff6600", endColorstr="#ff000000", GradientType=1);
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pick-a-color-markup .yellow-spectrum-0 {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(#fff), to(#ff0));
  background-image: -webkit-linear-gradient(left, color-stop(#fff 0), color-stop(#ff0 100%));
  background-image: -moz-linear-gradient(left, #fff 0, #ff0 100%);
  background-image: linear-gradient(to right, #fff 0, #ff0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffffff00", GradientType=1);
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pick-a-color-markup .yellow-spectrum-1 {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(#ff0), to(#000));
  background-image: -webkit-linear-gradient(left, color-stop(#ff0 0), color-stop(#000 100%));
  background-image: -moz-linear-gradient(left, #ff0 0, #000 100%);
  background-image: linear-gradient(to right, #ff0 0, #000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff00", endColorstr="#ff000000", GradientType=1);
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pick-a-color-markup .green-spectrum-0 {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(#80ff80), to(#008000));
  background-image: -webkit-linear-gradient(left, color-stop(#80ff80 0), color-stop(#008000 100%));
  background-image: -moz-linear-gradient(left, #80ff80 0, #008000 100%);
  background-image: linear-gradient(to right, #80ff80 0, #008000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff80ff80", endColorstr="#ff008000", GradientType=1);
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pick-a-color-markup .green-spectrum-1 {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(#008000), to(#000));
  background-image: -webkit-linear-gradient(left, color-stop(#008000 0), color-stop(#000 100%));
  background-image: -moz-linear-gradient(left, #008000 0, #000 100%);
  background-image: linear-gradient(to right, #008000 0, #000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff008000", endColorstr="#ff000000", GradientType=1);
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pick-a-color-markup .blue-spectrum-0 {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(#fff), to(#00f));
  background-image: -webkit-linear-gradient(left, color-stop(#fff 0), color-stop(#00f 100%));
  background-image: -moz-linear-gradient(left, #fff 0, #00f 100%);
  background-image: linear-gradient(to right, #fff 0, #00f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ff0000ff", GradientType=1);
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pick-a-color-markup .blue-spectrum-1 {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(#00f), to(#000));
  background-image: -webkit-linear-gradient(left, color-stop(#00f 0), color-stop(#000 100%));
  background-image: -moz-linear-gradient(left, #00f 0, #000 100%);
  background-image: linear-gradient(to right, #00f 0, #000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000ff", endColorstr="#ff000000", GradientType=1);
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pick-a-color-markup .purple-spectrum-0 {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(#ff80ff), to(#80007f));
  background-image: -webkit-linear-gradient(left, color-stop(#ff80ff 0), color-stop(#80007f 100%));
  background-image: -moz-linear-gradient(left, #ff80ff 0, #80007f 100%);
  background-image: linear-gradient(to right, #ff80ff 0, #80007f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff80ff", endColorstr="#ff80007f", GradientType=1);
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pick-a-color-markup .purple-spectrum-1 {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(#80007f), to(#000));
  background-image: -webkit-linear-gradient(left, color-stop(#80007f 0), color-stop(#000 100%));
  background-image: -moz-linear-gradient(left, #80007f 0, #000 100%);
  background-image: linear-gradient(to right, #80007f 0, #000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff80007f", endColorstr="#ff000000", GradientType=1);
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pick-a-color-markup .saturation-spectrum-0 {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(#808080), to(#bf4040));
  background-image: -webkit-linear-gradient(left, color-stop(#808080 0), color-stop(#bf4040 100%));
  background-image: -moz-linear-gradient(left, #808080 0, #bf4040 100%);
  background-image: linear-gradient(to right, #808080 0, #bf4040 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff808080", endColorstr="#ffbf4040", GradientType=1);
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  width: 150px;
}

@media screen and (max-width: 991px) {
  .pick-a-color-markup .saturation-spectrum-0 {
    width: 135px;
  }
}
.pick-a-color-markup .saturation-spectrum-1 {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(#bf4040), to(#f00));
  background-image: -webkit-linear-gradient(left, color-stop(#bf4040 0), color-stop(#f00 100%));
  background-image: -moz-linear-gradient(left, #bf4040 0, #f00 100%);
  background-image: linear-gradient(to right, #bf4040 0, #f00 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbf4040", endColorstr="#ffff0000", GradientType=1);
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  width: 150px;
}

@media screen and (max-width: 991px) {
  .pick-a-color-markup .saturation-spectrum-1 {
    width: 135px;
  }
}
.pick-a-color-markup .hue-spectrum-0 {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(#f00), to(#ff0));
  background-image: -webkit-linear-gradient(left, color-stop(#f00 0), color-stop(#ff0 100%));
  background-image: -moz-linear-gradient(left, #f00 0, #ff0 100%);
  background-image: linear-gradient(to right, #f00 0, #ff0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff0000", endColorstr="#ffffff00", GradientType=1);
}

.pick-a-color-markup .hue-spectrum-1 {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(#ff0), to(#0f0));
  background-image: -webkit-linear-gradient(left, color-stop(#ff0 0), color-stop(#0f0 100%));
  background-image: -moz-linear-gradient(left, #ff0 0, #0f0 100%);
  background-image: linear-gradient(to right, #ff0 0, #0f0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff00", endColorstr="#ff00ff00", GradientType=1);
}

.pick-a-color-markup .hue-spectrum-2 {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(#0f0), to(#0ff));
  background-image: -webkit-linear-gradient(left, color-stop(#0f0 0), color-stop(#0ff 100%));
  background-image: -moz-linear-gradient(left, #0f0 0, #0ff 100%);
  background-image: linear-gradient(to right, #0f0 0, #0ff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff00ff00", endColorstr="#ff00ffff", GradientType=1);
  left: -1px;
  position: relative;
}

.pick-a-color-markup .hue-spectrum-3 {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(#0ff), to(#00f));
  background-image: -webkit-linear-gradient(left, color-stop(#0ff 0), color-stop(#00f 100%));
  background-image: -moz-linear-gradient(left, #0ff 0, #00f 100%);
  background-image: linear-gradient(to right, #0ff 0, #00f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff00ffff", endColorstr="#ff0000ff", GradientType=1);
  left: -1px;
  position: relative;
}

.pick-a-color-markup .hue-spectrum-4 {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(#00f), to(#f0f));
  background-image: -webkit-linear-gradient(left, color-stop(#00f 0), color-stop(#f0f 100%));
  background-image: -moz-linear-gradient(left, #00f 0, #f0f 100%);
  background-image: linear-gradient(to right, #00f 0, #f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000ff", endColorstr="#ffff00ff", GradientType=1);
  left: -1px;
  position: relative;
}

.pick-a-color-markup .hue-spectrum-5 {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(#f0f), to(#f00));
  background-image: -webkit-linear-gradient(left, color-stop(#f0f 0), color-stop(#f00 100%));
  background-image: -moz-linear-gradient(left, #f0f 0, #f00 100%);
  background-image: linear-gradient(to right, #f0f 0, #f00 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff00ff", endColorstr="#ffff0000", GradientType=1);
  left: -2px;
  position: relative;
}

.pick-a-color-markup .highlight-band {
  border: 1px solid #222;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 1px #333;
  box-shadow: 1px 1px 1px #333;
  height: 19px;
  width: 11px;
  display: inline-block;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  position: absolute;
  top: -1px;
  left: 94.5px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .pick-a-color-markup .highlight-band {
    width: 21px;
    left: 69.5px;
    height: 34px;
  }
}
.pick-a-color-markup .highlight-band-stripe {
  min-height: 80%;
  min-width: 1px;
  background-color: #000;
  opacity: 0.4;
  margin: 2px 1px;
  display: inline-block;
  -webkit-box-shadow: 1px 0 2px 0 #fff;
  box-shadow: 1px 0 2px 0 #fff;
}

@media screen and (max-width: 991px) {
  .pick-a-color-markup .highlight-band-stripe {
    margin: 4px 2px;
  }
}
.pick-a-color-markup .color-menu-tabs {
  padding: 5px 3px 3px 10px;
  font-size: 12px;
  color: #333;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}

.pick-a-color-markup .color-menu-tabs .tab {
  padding: 4px 5px;
  margin: 5px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  cursor: pointer;
  background-color: #fff;
}

.pick-a-color-markup .color-menu-tabs .tab:hover {
  padding-bottom: 6px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.pick-a-color-markup .color-menu-tabs a {
  color: #333;
  text-decoration: none;
}

.pick-a-color-markup .color-menu-tabs .tab-active {
  border-bottom: 3px solid #fff;
  padding-bottom: 5px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.pick-a-color-markup .active-content {
  display: block;
}

.pick-a-color-markup .inactive-content {
  display: none;
}

.pick-a-color-markup .savedColors-content {
  padding: 5px 15px;
  white-space: normal;
}

.pick-a-color-markup .savedColors-content li.color-item > a {
  margin-left: 7px;
  padding-left: 8px;
  border-radius: 4px;
}

.pick-a-color-markup .saved-color-col {
  position: relative;
  left: -15px;
  float: left;
  width: 149px;
}

@media screen and (max-width: 991px) {
  .pick-a-color-markup .saved-color-col {
    width: 130px;
  }
}
.pick-a-color-markup .advanced-content ul {
  margin-top: 10px;
}

.pick-a-color-markup .advanced-content li {
  padding: 5px 15px 3px 15px;
  cursor: default;
  min-height: 25px;
  height: 50px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .pick-a-color-markup .advanced-content li {
    min-height: 70px;
  }
}
.pick-a-color-markup .advanced-content .color-preview {
  height: 50px;
  width: 300px;
  float: left;
  margin: 0px 0px 10px 0px;
  background-color: #f00;
  text-align: center;
}

.pick-a-color-markup .advanced-content .color-preview .color-select.btn.advanced {
  margin-top: 15px;
  display: none;
}

@media screen and (max-width: 991px) {
  .pick-a-color-markup .advanced-content .color-preview .color-select.btn.advanced {
    display: inline;
    margin-top: 7px;
  }
}
.pick-a-color-markup .advanced-content .color-preview:hover .color-select.btn.advanced {
  display: inline;
}

@media screen and (max-width: 991px) {
  .pick-a-color-markup .advanced-content .color-preview {
    width: 270px;
    margin-left: -10px;
  }
}
.pick-a-color-markup .advanced-content .spectrum-hue {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f00), color-stop(17%, #ff0), color-stop(34%, #0f0), color-stop(51%, #0ff), color-stop(68%, #00f), color-stop(85%, #f0f), color-stop(100%, #f00));
  background-image: -moz-linear-gradient(left center, #f00 0, #ff0 17%, #0f0 24%, #0ff 51%, #00f 68%, #f0f 85%, #f00 100%);
  background-image: -webkit-linear-gradient(left, #f00 0, #ff0 17%, #0f0 24%, #0ff 51%, #00f 68%, #f0f 85%, #f00 100%);
  background-image: -o-linear-gradient(left, #f00 0, #ff0 17%, #0f0 24%, #0ff 51%, #00f 68%, #f0f 85%, #f00 100%);
  background-image: linear-gradient(to right, #f00 0, #ff0 17%, #0f0 24%, #0ff 51%, #00f 68%, #f0f 85%, #f00 100%);
  background-repeat: repeat-x;
}

.pick-a-color-markup .advanced-content .spectrum-hue .highlight-band {
  left: 0px;
}

.pick-a-color-markup .advanced-content .spectrum-lightness {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(0.5, #f00), color-stop(1, #000));
  background-image: -moz-linear-gradient(left center, #fff 0, #f00 50%, #000 100%);
  background-image: -webkit-linear-gradient(left, #fff 0, #f00 50%, #000 100%);
  background-image: -o-linear-gradient(left, #fff 0, #f00 50%, #000 100%);
  background-image: linear-gradient(to right, #fff 0, #f00 50%, #000 100%);
  background-repeat: repeat-x;
}

.pick-a-color-markup .advanced-content .spectrum-saturation {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #808080), color-stop(0.5, #f00), color-stop(1, #f00));
  background-image: -moz-linear-gradient(left center, #808080 0, #f00 50%, #f00 100%);
  background-image: -webkit-linear-gradient(left, #808080 0, #f00 50%, #f00 100%);
  background-image: -o-linear-gradient(left, #808080 0, #f00 50%, #f00 100%);
  background-image: linear-gradient(to right, #808080 0, #f00 50%, #f00 100%);
  background-repeat: repeat-x;
}

.pick-a-color-markup .advanced-content .spectrum-saturation .highlight-band {
  left: 287px;
}

@media screen and (max-width: 991px) {
  .pick-a-color-markup .advanced-content .spectrum-saturation .highlight-band {
    left: 247px;
  }
}
.pick-a-color-markup .advanced-content .spectrum-lightness .highlight-band {
  left: 143.5px;
}

@media screen and (max-width: 991px) {
  .pick-a-color-markup .advanced-content .spectrum-lightness .highlight-band {
    left: 123.5px;
  }
}
.pick-a-color-markup .advanced-content .lightness-text, .pick-a-color-markup .advanced-content .hue-text, .pick-a-color-markup .advanced-content .saturation-text, .pick-a-color-markup .advanced-content .preview-text {
  vertical-align: middle;
  text-align: center;
  display: block;
}

.pick-a-color-markup .advanced-content .color-box {
  left: 15px;
  top: 25px;
  width: 300px;
}

@media screen and (max-width: 991px) {
  .pick-a-color-markup .advanced-content .color-box {
    width: 270px;
    left: 10px;
  }
}
.pick-a-color-markup .advanced-content .preview-item {
  height: 80px;
}

@-moz-document url-prefix() {
  @media screen and (max-width: 991px) {
    div.pick-a-color-markup .color-menu {
      left: 0px;
    }
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!
 * Select2 Bootstrap Theme v0.1.0-beta.10 (https://select2.github.io/select2-bootstrap-theme)
 * Copyright 2015-2017 Florian Kissling and contributors (https://github.com/select2/select2-bootstrap-theme/graphs/contributors)
 * Licensed under MIT (https://github.com/select2/select2-bootstrap-theme/blob/master/LICENSE)
 */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*      #COMMON STYLES
  \*------------------------------------*/
  /**
   * Search field in the Select2 dropdown.
   */
  /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
  /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
  /**
   * Clear the selection.
   */
  /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
  /*------------------------------------*      #DROPDOWN
  \*------------------------------------*/
  /**
   * Dropdown border color and box-shadow.
   */
  /**
   * Limit the dropdown height.
   */
  /*------------------------------------*      #SINGLE SELECT2
  \*------------------------------------*/
  /*------------------------------------*    #MULTIPLE SELECT2
  \*------------------------------------*/
  /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
  /* 1 */
  /*------------------------------------*    #RTL SUPPORT
  \*------------------------------------*/
}

.select2-container--bootstrap .select2-selection {
  -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);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
  outline: 0;
}

.select2-container--bootstrap .select2-selection.form-control {
  border-radius: 4px;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -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);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
}

.select2-container--bootstrap .select2-search__field {
  outline: 0;
  /* Firefox 18- */
  /**
     * Firefox 19+
     *
     * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
     */
}

.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-results__option {
  padding: 6px 12px;
  /**
     * Disabled results.
     *
     * @see https://select2.github.io/examples.html#disabled-results
     */
  /**
     * Hover state.
     */
  /**
     * Selected state.
     */
}

.select2-container--bootstrap .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  color: #777777;
  cursor: not-allowed;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
  padding: 6px 12px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px;
}

.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  white-space: nowrap;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -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);
  -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;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  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, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}

.select2-container--bootstrap.select2-container--open {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
  /**
     * Handle border radii of the container when the dropdown is showing.
     */
}

.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}

.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}

.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--bootstrap .select2-selection__clear:hover {
  color: #333;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eeeeee;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}

.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
}

.select2-container--bootstrap .select2-dropdown--above {
  -webkit-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
  margin-top: 1px;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--bootstrap .select2-selection--single {
  height: 34px;
  line-height: 1.42857143;
  padding: 6px 24px 6px 12px;
  /**
     * Adjust the single Select2's dropdown arrow button appearance.
     */
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #555555;
  padding: 0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-selection--multiple {
  min-height: 34px;
  padding: 0;
  height: auto;
  /**
     * Make Multi Select2's choices match Bootstrap 3's default button styles.
     */
  /**
     * Minus 2px borders.
     */
  /**
     * Clear the selection.
     */
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  color: #555555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin: 5px 0 0 6px;
  padding: 0 6px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 12px;
  height: 32px;
  line-height: 1.42857143;
  margin-top: 0;
  min-width: 5em;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 3px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px;
}

.select2-container--bootstrap .select2-selection--single.input-sm, .select2-container--bootstrap .input-group-sm > .select2-selection--single.form-control,
.select2-container--bootstrap .input-group-sm > .select2-selection--single.input-group-addon,
.select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--single.btn,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px;
  /* 2 */
}

.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b, .select2-container--bootstrap .input-group-sm > .select2-selection--single.form-control .select2-selection__arrow b,
.select2-container--bootstrap .input-group-sm > .select2-selection--single.input-group-addon .select2-selection__arrow b,
.select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--single.btn .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form-control,
.select2-container--bootstrap .input-group-sm > .select2-selection--multiple.input-group-addon,
.select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--multiple.btn,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
  min-height: 30px;
  border-radius: 3px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form-control .select2-selection__choice,
.select2-container--bootstrap .input-group-sm > .select2-selection--multiple.input-group-addon .select2-selection__choice,
.select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--multiple.btn .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form-control .select2-search--inline .select2-search__field,
.select2-container--bootstrap .input-group-sm > .select2-selection--multiple.input-group-addon .select2-search--inline .select2-search__field,
.select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--multiple.btn .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5;
}

.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear, .select2-container--bootstrap .input-group-sm > .select2-selection--multiple.form-control .select2-selection__clear,
.select2-container--bootstrap .input-group-sm > .select2-selection--multiple.input-group-addon .select2-selection__clear,
.select2-container--bootstrap .input-group-sm > .input-group-btn > .select2-selection--multiple.btn .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px;
}

.select2-container--bootstrap .select2-selection--single.input-lg, .select2-container--bootstrap .input-group-lg > .select2-selection--single.form-control,
.select2-container--bootstrap .input-group-lg > .select2-selection--single.input-group-addon,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--single.btn,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px;
  /* 1 */
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow, .select2-container--bootstrap .input-group-lg > .select2-selection--single.form-control .select2-selection__arrow,
.select2-container--bootstrap .input-group-lg > .select2-selection--single.input-group-addon .select2-selection__arrow,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--single.btn .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
  width: 5px;
}

.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b, .select2-container--bootstrap .input-group-lg > .select2-selection--single.form-control .select2-selection__arrow b,
.select2-container--bootstrap .input-group-lg > .select2-selection--single.input-group-addon .select2-selection__arrow b,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--single.btn .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -5px;
  margin-left: -10px;
  margin-top: -2.5px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form-control,
.select2-container--bootstrap .input-group-lg > .select2-selection--multiple.input-group-addon,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--multiple.btn,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
  min-height: 46px;
  border-radius: 6px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form-control .select2-selection__choice,
.select2-container--bootstrap .input-group-lg > .select2-selection--multiple.input-group-addon .select2-selection__choice,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--multiple.btn .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form-control .select2-search--inline .select2-search__field,
.select2-container--bootstrap .input-group-lg > .select2-selection--multiple.input-group-addon .select2-search--inline .select2-search__field,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--multiple.btn .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333;
}

.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear, .select2-container--bootstrap .input-group-lg > .select2-selection--multiple.form-control .select2-selection__clear,
.select2-container--bootstrap .input-group-lg > .select2-selection--multiple.input-group-addon .select2-selection__clear,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection--multiple.btn .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px;
}

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single, .select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.form-control .select2-selection--single,
.select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.input-group-addon .select2-selection--single,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection.select2-container--open.btn .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}

.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b, .select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.form-control .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap .input-group-lg > .select2-selection.select2-container--open.input-group-addon .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap .input-group-lg > .input-group-btn > .select2-selection.select2-container--open.btn .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
  /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}

.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px;
}

.select2-container--bootstrap[dir=rtl] {
  /**
     * Single Select2
     *
     * 1. Makes sure that .select2-selection__placeholder is positioned
     *    correctly.
     */
  /**
     * Multiple Select2
     */
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  /* 1 */
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px;
}

.select2-container--bootstrap[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/*------------------------------------*  #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b;
}

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c;
}

.has-warning.select2-drop-active {
  border-color: #66512c;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442;
}

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534;
}

.has-error.select2-drop-active {
  border-color: #843534;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d;
}

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c;
}

.has-success.select2-drop-active {
  border-color: #2b542c;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * @see http://getbootstrap.com/components/#input-groups
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/**
 * Reset rounded corners
 */
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group > .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
  /**
   * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grow taller than its initial size.
   *
   * @see http://getbootstrap.com/components/#input-groups
   */
}

.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
  float: none;
}

.input-group > .select2-container--bootstrap.select2-container--open, .input-group > .select2-container--bootstrap.select2-container--focus {
  z-index: 3;
}

.input-group > .select2-container--bootstrap,
.input-group > .select2-container--bootstrap .input-group-btn,
.input-group > .select2-container--bootstrap .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}

/**
 * Display override for inline forms
 */
@media (min-width: 768px) {
  .form-inline .select2-container--bootstrap {
    display: inline-block;
  }
}
/*! X-editable - v1.5.1
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
.editableform {
  margin-bottom: 0; /* overwrites bootstrap margin */
}

.editableform .control-group {
  margin-bottom: 5px; /* overwrites bootstrap margin */
  white-space: nowrap; /* prevent wrapping buttons on new line */
  line-height: 20px; /* overwriting bootstrap line-height. See #133 */
}

/*
  BS3 width:1005 for inputs breaks editable form in popup
  See: https://github.com/vitalets/x-editable/issues/393
*/
.editableform .form-control {
  width: auto;
}

.editable-buttons {
  display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
  vertical-align: top;
  margin-left: 7px;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline;
}

.editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 7px;
  margin-left: 0;
}

.editable-input {
  vertical-align: top;
  display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
  width: auto; /* bootstrap-responsive has width: 100% that breakes layout */
  white-space: normal; /* reset white-space decalred in parent*/
  /* display-inline emulation for IE7*/
  zoom: 1;
  *display: inline;
}

.editable-buttons .editable-cancel {
  margin-left: 7px;
}

/*for jquery-ui buttons need set height to look more pretty*/
.editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px;
}

.editableform-loading {
  background: url("/images/loading.gif") center center no-repeat;
  height: 25px;
  width: auto;
  min-width: 25px;
}

.editable-inline .editableform-loading {
  background-position: left 5px;
}

.editable-error-block {
  max-width: 300px;
  margin: 5px 0 0 0;
  width: auto;
  white-space: normal;
}

/*add padding for jquery ui*/
.editable-error-block.ui-state-error {
  padding: 3px;
}

.editable-error {
  color: red;
}

/* ---- For specific types ---- */
.editableform .editable-date {
  padding: 0;
  margin: 0;
  float: left;
}

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px;
}

/* checklist vertical alignment */
.editable-checklist label input[type=checkbox],
.editable-checklist label span {
  vertical-align: middle;
  margin: 0;
}

.editable-checklist label {
  white-space: nowrap;
}

/* set exact width of textarea to fit buttons toolbar */
.editable-wysihtml5 {
  width: 566px;
  height: 250px;
}

/* clear button shown as link in date inputs */
.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right;
}

/* IOS-style clear button for text inputs */
.editable-clear-x {
  background: url("/images/clear.png") center center no-repeat;
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0.6;
  z-index: 100;
  top: 50%;
  right: 6px;
  margin-top: -6px;
}

.editable-clear-x:hover {
  cursor: pointer;
  opacity: 1;
}

.editable-pre-wrapped {
  white-space: pre-wrap;
}

.editable-container.editable-popup {
  max-width: none !important; /* without this rule poshytip/tooltip does not stretch */
}

.editable-container.popover {
  width: auto; /* without this rule popover does not stretch */
}

.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline;
}

.editable-container.ui-widget {
  font-size: inherit; /* jqueryui widget font 1.1em too big, overwrite it */
  z-index: 9990; /* should be less than select2 dropdown z-index to close dropdown first when click */
}

.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #0088cc;
}

.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none;
}

.editable-empty, .editable-empty:hover, .editable-empty:focus {
  font-style: italic;
  color: #DD1144;
  /* border-bottom: none; */
  text-decoration: none;
}

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

.editable-unsaved:after {
  /*    content: '*'*/
}

.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  -moz-transition: background-color 1400ms ease-out;
  -o-transition: background-color 1400ms ease-out;
  -ms-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out;
}

/*see https://github.com/vitalets/x-editable/issues/139 */
.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
  	border-top: 1px solid #ddd !important;
  }*/
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker > div {
  display: none;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker table {
  margin: 0;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a", endColorstr="#fdf59a", GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9 ;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a", endColorstr="#f3e97a", GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9 ;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3", endColorstr="#808080", GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9 ;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088cc", endColorstr="#0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9 ;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span:hover {
  background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088cc", endColorstr="#0044cc", GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9 ;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}

.datepicker th.datepicker-switch {
  width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

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

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/*!
  * Bootstrap 3.0 IconPicker Style
  * Custom Style Elements for IconPicker
  *
  * Intigrated, Processed and  Built with passion by @titosust; Web Developer @vizrt
*/
.icon-popup:after, .icon-popup:before {
  content: "";
  position: absolute;
  display: inline-block;
}

.icon-popup {
  position: absolute;
  width: 278px;
  height: 268px;
  color: #000;
  font-size: 14px;
}

.icon-popup:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 6px;
}

.icon-popup:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  top: -6px;
  left: 7px;
}

.icon-popup a:hover {
  background-color: #eee;
}

.icon-popup .icon-title {
  position: relative;
  background-color: #563d7c;
  color: #fff;
  border: 1px solid #463265;
}

.icon-popup .icon-title h4 {
  margin: 0;
  padding: 8px 10px;
  font-size: 17px;
  font-weight: 700;
}

.pointer {
  cursor: pointer;
}

.icon-popup .ip-control {
  background-color: #fff;
  height: 40px;
  margin-top: -2px;
  padding-top: 2px;
  border-bottom: 1px solid #e5e5e5;
}

.icon-popup .ip-search {
  width: 171px;
  padding: 2px 0 5px 27px;
  margin-left: 8px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAAQAAAAEABcxq3DAAACcElEQVQ4y5XSQUiaYRgH8P+rzlSS6lKuZbkvvjq0NWfg0Xu1jO0gWbO5ctBtxDrtsE51CIJZgxWLMQbtsA7TQ5RX5ygPFbRD1rBJDko+ZtI++fT7nM8uDpoWrD+8p/d5fu8Dz8tQChEZs9nsk4ODgwcnJye8RqNRmpubd3ief69Wq1dwSTSl5tbt7e2VYDB4N51Ow2AwoFgsQpKkGxzH3Usmkx+amppGGWO5coARkXFra+vzwuLCnVau9ai3t3fWbDZHC4WCPhaL3Q8EAmMqxrTPJiYWTSbTWMUIv0Tx6fj4OE1OTsay2ewLIpo9f59IfPf6fD7l1fw8EVFXeb/q6+6uK5FIwOl0rhoMBhlA5HyBxXLzncPhWN/Y3IQgCP0VwOHhIQcALS0tqwDeMMY+lRfxPB8WBAHHx8dcBQBAyWQykGVZwxj7SUS6sqMSRdEoiiJUKpVSsYW2tradVCplDofDLiI6BVAPoACAlR44Da2HempqamCxWL5UAFardamzs9M5NTXt5nk+bbPZJAAmAL8B/FheXr4VCAa6bDYbdHodVawRAPb29t4ODAw8FgShODw8vGG321O5XE4dCoW4tbW120ajEfl8Hn19fTm/3/9Iq9V+/EchomvxePyl1+stNNQ3kE6nI71eTx0dHdTT3U11dXV0vbGRqquraWRkRM7n864LvyURWY+Oks8jkchSNBp9nclkfLIse0ZHfRIAqq2tJcYYDT0cuhy5KIqi9Hs8HgkAVVVVEQByuVzy2dnZ1ZDBwUEJADHGCADNzMyk/xv4i7jdbgkAtbe30/7+/vSVAACQZdk5Nzf3LR6PTwHAHzdFLfF/9+ryAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDEwLTAyLTExVDExOjIxOjA0LTA2OjAw10lxMgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAwNi0wNS0zMFQxMToxMzowNi0wNTowMGfB+zwAAAAASUVORK5CYII=) 3px no-repeat;
}

.icon-popup .icon-list {
  position: absolute;
  top: 43px;
  bottom: 0;
  overflow: hidden;
}

.icon-list ul {
  margin: 0 0 10px;
  padding: 0;
}

.icon-popup .ip-control ul {
  margin: 4px 0;
  padding: 0;
}

.icon-popup .ip-control ul li {
  float: left;
  list-style-type: none;
}

.icon-popup .ip-control ul li a {
  margin-top: -3px;
  color: #373737;
}

.icon-popup .ip-control ul li:first-child {
  margin-left: 3px;
}

.icon-popup .ip-control ul li:last-child {
  position: absolute;
  right: 0;
  top: 9px;
}

.icon-list ul li {
  display: inline-block;
  margin: 5px;
  float: left;
  border: 1px dotted #eee;
}

.icon-list ul li a {
  display: block;
  text-decoration: none;
  color: #373737;
  padding: 6px 10px;
}

.icon-list ul li a:hover {
  color: #000;
}

.input-group .form-control {
  z-index: 0;
}

.iframe {
  border: none;
  display: block;
  height: calc(100vh - 79px);
  width: 100%;
}
.iframe.ldc {
  margin: 20px;
  width: calc(100% - 40px);
}
.iframe-privacy {
  margin: 0 10vw;
  /*  view - navbar - content top padding - title block - br height - button - button block padding -  */
  height: calc(100vh - 79px - 45px - 116.8px - 20px - 38px - 50px);
  display: flex;
  border: 1px solid #f0f0f0;
  border-radius: 1rem;
}
.iframe-privacy a {
  margin: 0 auto;
  align-self: center;
  text-align: center;
}
.iframe-privacy iframe {
  height: 100%;
  border-radius: 1rem;
}

img {
  border-style: none;
}

input,
textarea,
select {
  color: #3c3c3e;
  vertical-align: middle;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  transition: all 0.3s;
}

input.downcase[type=text] {
  text-transform: lowercase;
}

a {
  transition: all 0.3s;
}

div:focus,
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.btn-block {
  padding-bottom: 50px;
  overflow: hidden;
}

.btn-block .btn {
  float: right;
}

.btn-danger {
  background: #ce364c;
}

.btn-warning {
  background: #fc992b;
}

.subscribe-form {
  padding: 0 0 20px 90px;
  position: relative;
  margin-top: 15px;
}

.subscribe-form .small-img {
  position: absolute;
  width: 68px;
  height: 59px;
  left: 0px;
  top: 0px;
}

.subscribe-form .btn {
  float: right;
}

.subscribe-form .form-control {
  margin-bottom: 13px;
  font-size: 16px;
}

a .glyphicon {
  margin-right: 10px;
}

.content {
  padding-top: 45px;
}

.title-block {
  padding-bottom: 45px;
}

.title-block h2,
.title-block h1 {
  font-size: 38px;
  font-weight: bold;
}

.title-block .btn-info {
  float: right;
  margin: 0 0 10px 5px;
}
.title-block .btn-info + .btn-info {
  margin-bottom: 0;
}

@media (min-width: 1536px) {
  .col-xxl-8 {
    width: 66.6666666667%;
  }
}
.heading-constructor {
  background: #ededed;
  box-shadow: 2px 2px 1px rgba(17, 16, 20, 0.11) inset;
  margin-bottom: 30px;
}

.heading-constructor h1 {
  overflow: hidden;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #fc992b;
  margin: 0;
  padding: 22px 24px;
}

.heading-constructor .form-control {
  margin: 0;
  height: 73px;
  color: #fc992b;
  font-size: 24px;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #FDFDFD;
  padding: 18px 24px;
}

/*drag-elements*/
.drag-elements {
  border: 1px dashed #b2b2b2;
  color: #d1d1d1;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
}

.drag-elements .cell {
  display: table-cell;
  width: 1%;
  height: 200px;
  vertical-align: middle;
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait) and (max-width: 767px) {
  .msg-box {
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    margin: 0 0 30px;
  }
  .heading-constructor .form-control {
    font-size: 22px;
    height: 60px;
    padding: 15px 24px;
  }
  .heading-constructor h1 {
    font-size: 22px;
    padding: 15px 24px;
    line-height: 30px;
  }
  .drag-elements {
    font-size: 20px;
    line-height: 24px;
  }
  .drag-elements .cell {
    height: 150px;
  }
  .jumbotron .top-right-of-component {
    right: 15px;
    top: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .iframe-privacy {
    margin: 0;
  }
}
tr[data-href] {
  cursor: pointer;
}

.initiallyhidden {
  display: none;
}

.inlinecheckbox {
  display: inline;
}

.justify {
  text-align: justify;
}

.btn-toolbar.text-center .btn {
  float: none;
}

.explanation {
  font-size: 90%;
  margin-bottom: 25px;
}

.enrollment-page-control-panel {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-top: 50px;
  padding: 20px;
}

.enrollment-page-comments {
  background-color: #f5f5f5;
  border-radius: 0 0 15px 15px;
  padding: 20px;
}

.table .align-top {
  vertical-align: top;
}

.table .no-left-padding {
  padding-left: 0;
}

.youtube-video {
  width: 100%;
}

.component {
  position: relative;
  margin-bottom: 25px;
}

.component-sort-placeholder {
  height: 50px;
  margin-bottom: 15px;
  background-color: rgba(252, 153, 43, 0.3);
}

h1.non-input-style {
  padding: 0;
  background-color: 0;
}

h1.non-input-style .form-group {
  margin-bottom: 0;
}

.center-block.pagination-structure {
  text-align: center;
}

.btn-block.no-bottom-padding {
  padding-bottom: 0;
}

.saving-icon-container {
  position: relative;
}

.saving-icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: -30px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
}

.saving-icon.saving {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.more-enrollments,
.hide-more-enrollments {
  display: none;
}

.show-more-enrollments:hover,
.hide-more-enrollments:hover {
  cursor: pointer;
  text-decoration: underline;
}

.advisor-introduction-avatar-placeholder {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}

.advisor-introduction-avatar {
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  max-height: 150px;
  max-width: 150px;
}

.advisor-introduction-biography {
  white-space: pre-wrap;
}

.input-matching-button {
  width: 100%;
  overflow: hidden;
}

.step-title-saving {
  position: absolute;
  top: 71px;
  right: 40px;
  display: none;
}

.post-autosave {
  position: relative;
}

.post-saving, .editor-saving {
  display: none;
  margin-top: -10px;
  position: absolute;
  right: -30px;
  top: 50%;
}

aside.col-fixed-250 {
  word-break: break-word;
}
aside.col-fixed-250 .list-group-heading,
aside.col-fixed-250 .list-group-progress {
  width: calc(100% + 1px);
}
aside.col-fixed-250 .list-group-item {
  border-right: none;
}
aside.col-fixed-250 .list-group-item.warning-blue {
  margin-right: -1px;
}
aside.col-fixed-250 > h3 {
  margin-top: 0;
}

h1.process-title {
  line-height: 38px;
}
h1.process-title > span {
  display: inline-block;
  max-width: calc(100% - 150px);
}

#billing-tabs > .tab-pane {
  padding-top: 20px;
}

.panel-group .panel-heading {
  cursor: pointer;
}

.invoices-list .panel-heading a {
  font-size: 14px;
  font-weight: normal;
}

.invoices-list .invoice-status {
  padding: 5px 8px;
  border-radius: 5px;
  margin-top: -3px;
  color: whitesmoke;
  font-size: 14px;
  opacity: 0.8;
}

.download-report-modal tr:first-child > td {
  border-top: none;
}

.download-report-modal .btn-link {
  border-style: none;
  padding: 0;
  font-weight: inherit;
}

.dataTables_wrapper caption {
  display: flex;
  padding: 0 15px;
}

.invoice-item-line {
  cursor: pointer;
}

.filters-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.filter-item + .filters-title {
  margin-top: 15px;
}

.filter-item {
  margin-top: 3px;
}

.filter-item label {
  font-weight: 400;
  vertical-align: sub;
  display: inline;
}

.filter-item input {
  margin-right: 5px;
}

.invoice-item-line:hover {
  background-color: #f5f5f5;
}

.invoice-item-made-by {
  display: none;
  font-size: 0.9em;
  margin-top: 5px;
  color: #6f6f6f;
}

.invoice-status.processed,
.invoice-status.settled,
.invoice-status.sent,
.invoice-status.paid {
  background-color: #009933;
}

.invoice-status.unconfirmed,
.invoice-status.open,
.invoice-status.refunded {
  background-color: #ffcc00;
}

.invoice-status.revoked,
.invoice-status.closed,
.invoice-status.canceled {
  background-color: #ff9900;
}

.invoice-status.expired,
.invoice-status.failed,
.invoice-status.charged_back {
  background-color: #cc3300;
}

.legacy-invoice-container .properties {
  margin: 2em 0;
}
.legacy-invoice-container .properties th {
  text-align: left;
  padding-right: 15px;
}
.legacy-invoice-container .invoice_lines {
  border: 1px solid #000;
  margin: 2em 0;
  width: 100%;
}
.legacy-invoice-container .invoice_lines thead,
.legacy-invoice-container .invoice_lines tbody {
  border: 1px solid #000;
}
.legacy-invoice-container .invoice_lines th,
.legacy-invoice-container .invoice_lines td {
  padding: 0.5em;
  text-align: right;
}
.legacy-invoice-container .invoice_lines th:first-child,
.legacy-invoice-container .invoice_lines td:first-child {
  text-align: left;
}
.legacy-invoice-container .invoice_lines .number {
  border-left: 1px solid #b4bcc2;
  border-right: 1px solid #b4bcc2;
}
.legacy-invoice-container .invoice_lines .number:last-child {
  border-right: 1px solid #000;
}
.legacy-invoice-container .invoice_lines thead th {
  background-color: #b4bcc2;
  color: #fff;
}
.legacy-invoice-container i {
  display: inline-block;
  padding: 15px;
}

.editor-text-box {
  display: block;
  width: 100%;
  padding: 8px 12px;
  background-image: none;
}

.editor-text-box.builder {
  border: 1px solid #dce4ec;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-color: #fff;
}

.editor-text-box.viewer {
  background-color: #fdfdfd;
}

.subtask-item {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 5px;
}

.subtask-item:last-child {
  border-bottom: none;
}

.subtask-title {
  margin-bottom: 10px;
  margin-top: 10px;
}

.subtask-radio {
  padding-left: 20px;
  display: inline-block;
  width: 100%;
}

.subtask-radio input {
  margin-top: 0;
}

.subtask-radio label {
  padding-left: 5px;
  font-weight: 400;
  cursor: pointer;
}

.subtask-report-settings {
  width: 100%;
  padding: 0 20px;
}

.subtask-settings-title {
  display: inline-block;
}

.option-key {
  margin-bottom: 20px;
  margin-top: 10px;
}

.subtask-report-settings select {
  margin-top: 5px;
}

.save-report {
  display: inline-block;
  width: 100%;
  padding: 0 5px;
  margin-bottom: 15px;
}

.second-contact-person {
  margin-bottom: 10px;
}

div.glyphicon-right {
  margin-left: 10px;
  margin-right: 0;
}

span.glyphicon.glyphicon-right {
  margin-left: 5px;
  margin-right: 0;
}

span.glyphicon.glyphicon-left {
  margin-right: 5px;
  margin-left: 0;
}

.btn-group-wrapper.center {
  text-align: center;
}

.btn-group-wrapper.center .radio label {
  padding-left: 10px;
  padding-right: 10px;
}

.btn-group.secondary .btn-info {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 22px;
  font-size: 0.9em;
}

.select.narrow {
  margin-bottom: 5px;
}

.margin-left-10 {
  margin-left: 10px;
}

.table.clickable td:not(.dataTables_empty) {
  cursor: pointer;
}

.table.wide tr {
  height: 50px;
}

.assign-button {
  margin-left: 5px;
}

.checkbox-col-xs-4 .checkbox {
  width: 33.3333333333%;
  float: left;
  padding: 15px 0 0 15px;
}

#table-container {
  display: inline-block;
  min-width: 100%;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #dce4ec;
  border-radius: 4px;
}

.import-csv table tr {
  height: 40px;
}

.row-has-errors {
  background-color: #ffeded;
  cursor: pointer;
}

.row-has-errors:hover {
  background-color: #ffdddd !important;
}

.row-with-errors td:first-child {
  text-align: center;
}

.row-with-changes, .row-with-errors {
  background-color: #f1f1f1;
  font-size: 0.9em;
  color: #565656;
  display: none;
}

.row-has-changes {
  background-color: #fff8e8;
  cursor: pointer;
}

.row-has-changes:hover {
  background-color: #ffecc0 !important;
}

.users-being-processed {
  padding: 30px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.current-import-template {
  padding: 9px 13px;
  background-color: #efefef;
  border-radius: 3px;
}

.import.labels-form {
  margin-bottom: 10px;
}

.import.labels-form .labels-description {
  padding: 22px 0 10px;
  display: inline-block;
  font-weight: 600;
}

.quiz-answer {
  background-color: white;
  border: 1px solid white;
  padding: 14px 40px;
  text-align: center;
  position: relative;
  min-height: 50px;
  width: 100%;
}

.quiz-answer:not(:last-child) {
  margin-bottom: 10px;
}

.quiz-answer:not(.toggleable) {
  cursor: auto;
}

.quiz-answer.toggleable:hover {
  border-color: #00a0d0;
}

.quiz-answer.correct {
  border-color: #7cc253;
}

.quiz-answer.incorrect {
  border-color: #e3163a;
}

.svg-wrapper {
  display: inline-block;
  color: #222;
}

.svg-margin {
  margin-left: 5px;
}

.svg-green {
  color: #7cc253;
}

.svg-blue {
  color: #00a0d0;
}

.svg-grey {
  color: #95a5a6;
}

.svg-orange {
  color: #fc992b;
}

.svg-red {
  color: #c0392b;
}

.container-fluid {
  padding: 0 30px;
}

.top-right-of-component {
  position: absolute;
  right: 30px;
  top: 24px;
}

.well {
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}

#prices-form .input-group {
  margin: 5px 0;
}
#prices-form .btn-toolbar {
  margin-top: 10px;
}

.pagination {
  margin-bottom: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.pagination > .disabled > a,
.pagination > .disabled > span {
  opacity: 0.65;
}

#subscriptions-form,
#credit-bundles-form,
#cost-centers-form {
  display: none;
}

#hide-subscriptions-form,
#hide-credit-bundles-form,
#hide-cost-centers-form {
  margin-right: 5px;
}

.star {
  padding: 0 0.2em;
  color: #fff;
}
.star.half:before {
  position: absolute;
  color: #fc0;
  content: "\f089";
}
.star.half:after {
  content: "\f005";
}
.star.full {
  color: #fc0;
}

.btn-transparent {
  background-color: transparent;
  transition: none;
}
.btn-transparent:active {
  box-shadow: none;
}
.btn-transparent .svg-wrapper {
  color: inherit;
}

.modal-container {
  visibility: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-container.show {
  visibility: visible;
}
.modal-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#all_approvals .add-status {
  cursor: pointer;
  display: block;
  margin: 4px 0;
  text-decoration: none;
  padding: 0;
  border-style: none;
}
#all_approvals .add-status svg {
  display: inline;
  font-size: 21px;
  margin-right: 10px;
  vertical-align: -5px;
}

#all_approvals .add-reason {
  align-items: center;
  display: flex;
}
#all_approvals .add-reason > textarea {
  flex: auto;
  padding: 8px 12px;
  resize: none;
}
#all_approvals .add-reason > a {
  cursor: pointer;
  transition: color 0.3s;
  visibility: hidden;
}
#all_approvals .add-reason > a svg {
  font-size: 21px;
  margin: 10px;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("font-awesome/fonts/fontawesome-webfont.eot");
  src: url("font-awesome/fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("font-awesome/fonts/fontawesome-webfont.woff2") format("woff2"), url("font-awesome/fonts/fontawesome-webfont.woff") format("woff"), url("font-awesome/fonts/fontawesome-webfont.ttf") format("truetype"), url("font-awesome/fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

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

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

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

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

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

.fa-th:before {
  content: "\f00a";
}

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

.fa-check:before {
  content: "\f00c";
}

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

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

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

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

.fa-signal:before {
  content: "\f012";
}

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

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

.fa-home:before {
  content: "\f015";
}

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

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

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-refresh:before {
  content: "\f021";
}

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

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

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

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

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

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

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

.fa-indent:before {
  content: "\f03c";
}

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

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

.fa-pencil:before {
  content: "\f040";
}

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

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

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

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

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

.fa-arrows:before {
  content: "\f047";
}

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

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

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

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

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

.fa-eject:before {
  content: "\f052";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b";
}

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

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

.fa-ban:before {
  content: "\f05e";
}

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

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

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

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

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

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

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

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

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

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

.fa-folder:before {
  content: "\f07b";
}

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

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

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

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

.comments_window {
  padding: 0 10px;
  position: relative;
  overflow: auto;
}
.comments_window .comments .list-group .title {
  display: inline-block;
  margin-left: 5px;
}
.comments_window .comments .list-group .title a {
  color: #a9a9a9;
}
.comments_window .comments .list-group .sender {
  display: inline-block;
  width: 100%;
}
.comments_window .comments .list-group .list-group-item {
  border-radius: 4px;
  border-left-width: 1px;
  margin-bottom: 20px;
}
.comments_window .comments .list-group .list-group-item.timestamp {
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: center;
}
.comments_window .comments .list-group .list-group-item.self {
  background-color: #f5f5f5;
}
.comments_window .comments .list-group .list-group-item.other {
  background-color: #dedede;
}
.comments_window .comments .list-group .list-group-item.same_type {
  margin-top: -21px;
  border-top: 1px solid #d0d0d0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.comment_form {
  background-color: #f5f5f5;
  padding: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.form-inline > * {
  margin: 5px 3px;
}

.form-horizontal .control-label {
  text-align: left;
  font-family: Heebo;
}

span.glyphicon {
  margin-right: 5px;
}

a.glyphicon {
  cursor: pointer;
}

div.form-control {
  border: none;
  box-shadow: none;
}

.form-control.resize-vertical {
  resize: vertical;
}

.logo-img {
  cursor: pointer;
  height: 150px;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.logo-img img {
  height: 100%;
  position: absolute;
  width: 100%;
}

.no-logo {
  align-items: center;
  border: 1px solid #ccc;
  display: flex;
  height: 100%;
  padding: 5px;
  text-align: center;
}

.no-avatar {
  margin-top: 11px;
}

.status-label {
  float: right;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  background-color: #222;
  border-radius: 20px;
  padding: 0 10px;
  line-height: 21px;
  margin: 9px 0 0 20px;
}

.table ul {
  padding: 0;
  margin: 0;
}
.table ul li {
  list-style-type: none;
  padding: 5px 0;
}
.table ul li.list-group-progress {
  list-style-type: none;
  padding: 0px 10px 20px 10px;
}

.table-overview > tbody > tr > td {
  vertical-align: middle;
}

.glyphicon.pending, .glyphicon.done {
  float: right;
  font-size: 16px;
  top: -1px;
}

.glyphicon.pending, .glyphicon.done:hover {
  color: white;
  text-shadow: -1px 0 gray, 0 1px gray, 1px 0 gray, 0 -1px gray;
}

.glyphicon.pending:hover, .glyphicon.done {
  color: #7cc253;
  text-shadow: -1px 0 #7cc253, 0 1px #7cc253, 1px 0 #7cc253, 0 -1px #7cc253;
}

.alert {
  border: none;
  border-left-style: solid;
  border-left-width: 5px;
  border-radius: 0;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.alert .close {
  color: #222;
}
.alert .alert-link {
  color: inherit;
}
.alert .alert-link:hover, .alert .alert-link:focus {
  opacity: 0.5;
}

#skiplink {
  left: 5px;
  top: -1px;
  position: absolute;
  transform: translateY(-100%);
  font-size: 12px;
  padding: 5px 10px;
  z-index: 10000;
}
#skiplink:focus {
  top: 5px;
  transform: translateY(0%);
}

.page-content {
  padding: 45px 70px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: -5px 0px 9px -3px rgba(0, 0, 0, 0.15);
  width: calc(100% - 250px);
  min-height: calc(100vh - 79px);
}

h1 {
  margin-top: 0;
}

.footer {
  height: 100px;
}

.hover-buttons .btn-move {
  right: 72px;
}
.hover-buttons .btn-settings {
  right: 40px;
}
.hover-buttons .btn-top-level {
  right: 104px;
}
.hover-buttons .btn-delete {
  right: 8px;
}
.hover-buttons .btn-move, .hover-buttons .btn-settings, .hover-buttons .btn-delete, .hover-buttons .btn-top-level {
  margin-bottom: -16px;
}
.hover-buttons .btn-move, .hover-buttons .btn-settings, .hover-buttons .btn-delete, .hover-buttons .btn-top-level, .hover-buttons .add-item-btn, .hover-buttons .btn-variables {
  opacity: 0;
  visibility: hidden;
}

.template > .hover-buttons .btn-move, .template > .hover-buttons .btn-settings, .template > .hover-buttons .btn-delete {
  margin-bottom: -21px;
}

.page:hover > .hover-buttons .btn-move, .page:hover > .hover-buttons .btn-settings, .page:hover > .hover-buttons .btn-delete, .page:hover > .hover-buttons .add-item-btn, .page:hover > .hover-buttons .btn-top-level, .page:hover > .hover-buttons .btn-variables, .component:hover > .hover-buttons .btn-move, .component:hover > .hover-buttons .btn-settings, .component:hover > .hover-buttons .btn-delete, .component:hover > .hover-buttons .add-item-btn, .component:hover > .hover-buttons .btn-top-level, .component:hover > .hover-buttons .btn-variables, .component.hover-fix-msie > .hover-buttons .btn-move, .component.hover-fix-msie > .hover-buttons .btn-settings, .component.hover-fix-msie > .hover-buttons .btn-delete, .component.hover-fix-msie > .hover-buttons .add-item-btn, .component.hover-fix-msie > .hover-buttons .btn-top-level, .component.hover-fix-msie > .hover-buttons .btn-variables, .top-level-step:hover > .hover-buttons .btn-move, .top-level-step:hover > .hover-buttons .btn-settings, .top-level-step:hover > .hover-buttons .btn-delete, .top-level-step:hover > .hover-buttons .add-item-btn, .top-level-step:hover > .hover-buttons .btn-top-level, .top-level-step:hover > .hover-buttons .btn-variables, .element-container:hover > .hover-buttons .btn-move, .element-container:hover > .hover-buttons .btn-settings, .element-container:hover > .hover-buttons .btn-delete, .element-container:hover > .hover-buttons .add-item-btn, .element-container:hover > .hover-buttons .btn-top-level, .element-container:hover > .hover-buttons .btn-variables, .template-column:hover > .hover-buttons .btn-move, .template-column:hover > .hover-buttons .btn-settings, .template-column:hover > .hover-buttons .btn-delete, .template-column:hover > .hover-buttons .add-item-btn, .template-column:hover > .hover-buttons .btn-top-level, .template-column:hover > .hover-buttons .btn-variables, .template-row:hover > .hover-buttons .btn-move, .template-row:hover > .hover-buttons .btn-settings, .template-row:hover > .hover-buttons .btn-delete, .template-row:hover > .hover-buttons .add-item-btn, .template-row:hover > .hover-buttons .btn-top-level, .template-row:hover > .hover-buttons .btn-variables, .template-builder:hover > .hover-buttons .btn-move, .template-builder:hover > .hover-buttons .btn-settings, .template-builder:hover > .hover-buttons .btn-delete, .template-builder:hover > .hover-buttons .add-item-btn, .template-builder:hover > .hover-buttons .btn-top-level, .template-builder:hover > .hover-buttons .btn-variables, .template-preview:hover > .hover-buttons .btn-move, .template-preview:hover > .hover-buttons .btn-settings, .template-preview:hover > .hover-buttons .btn-delete, .template-preview:hover > .hover-buttons .add-item-btn, .template-preview:hover > .hover-buttons .btn-top-level, .template-preview:hover > .hover-buttons .btn-variables {
  opacity: 1;
  visibility: visible;
}

.btn-move, .btn-settings, .btn-delete, .btn-top-level, .btn-variables {
  cursor: pointer;
  line-height: normal;
  text-align: center;
  position: absolute;
  width: 26px;
  height: 26px;
  padding: 5px 0 0 5px;
  border-radius: 50%;
  border-style: none;
  bottom: 100%;
  z-index: 9;
  color: white;
}
.btn-move > .glyphicon, .btn-settings > .glyphicon, .btn-delete > .glyphicon, .btn-top-level > .glyphicon, .btn-variables > .glyphicon {
  top: 0;
}

.btn-variables {
  background-color: #7eca9b;
  right: 104px;
  top: -5px;
  padding: 3px 4px 4px;
  font-size: 14px;
}
.btn-variables:hover, .btn-variables:focus {
  background-color: #61ab7d;
  color: white;
}

.btn-move {
  background-color: #fc992b;
}
.btn-move:hover, .btn-move:focus {
  background-color: #F18204;
  color: white;
}

.btn-settings {
  margin-bottom: -59px;
  right: 8px;
  background-color: #3fbfba;
}
.btn-settings:hover, .btn-settings:focus {
  background-color: #38a8a5;
  color: white;
}

.btn-top-level {
  background-color: #29ac59;
}
.btn-top-level:hover, .btn-top-level:focus {
  background-color: #2d9a55;
  color: white;
}

.btn-delete {
  background-color: #e91c51;
}
.btn-delete:hover, .btn-delete:focus {
  background-color: #d11547;
  color: white;
}

.list-group {
  border-top: solid 1px #ccc;
}

.list-group-progress {
  position: relative;
  display: block;
  height: 4px;
  padding: 0 10px 20px 10px;
  background-color: #272c33;
}

.list-group-heading {
  position: relative;
  display: block;
  color: #fff;
  background-color: #272c33;
  font-weight: bold;
  padding: 10px 15px;
  width: 100%;
  text-align: left;
  border-style: none;
}
.list-group-heading:focus, .list-group-heading:hover {
  color: #56aff4;
  text-decoration: none;
}
.list-group-heading svg {
  margin: 0 1px 0 5px;
}

.menu-item-placeholder {
  height: 54px;
  display: block;
}

.list-group-item {
  border: 1px solid #ccc;
  border-left-width: 5px;
}
.list-group-item svg:not(.pull-right) {
  font-size: 15px;
  margin: 1px 10px 0 0;
}
.list-group-item svg.pull-right {
  margin: 2px 0 0 5px;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  border-color: #ddd;
  background-color: #fff;
  border-left: 5px solid #00a0d0;
  border-right: 0px solid #fff;
  font-weight: bold;
  color: #00a0d0;
  margin-right: -1px;
}
.list-group-item.done, .list-group-item.done:hover {
  border-left-color: #7cc253;
  text-shadow: none;
  float: none;
}
.list-group-item.submitted {
  border-left-color: #00a0d0;
}
.list-group-item.rejected, .list-group-item.rejected:hover {
  border-left-color: #e91c51;
}
.list-group-item.disabled, .list-group-item.disabled:hover {
  color: #ccc;
  background-color: #fff;
}
.list-group-item.warning-blue {
  border: none;
}

#top-step-title-saving {
  position: absolute;
  right: -25px;
  top: 50%;
  display: none;
  margin-top: -10px;
}

.top-level-step {
  cursor: text;
  position: relative;
}
.top-level-step .svg-menu-down {
  transform: rotate(-180deg);
}
.top-level-step.collapsed .svg-menu-down {
  transform: rotate(0deg);
}
.top-level-step .remove-top-level {
  right: 8px;
}
.top-level-step .top-level-step-name {
  outline: 0;
  font-weight: 600;
}
.top-level-step .top-level-step-name:empty:before {
  content: attr(data-placeholder);
  color: grey;
  font-style: italic;
  font-weight: 400;
  font-size: 0.9em;
}

.navbar-brand img {
  margin-top: -15px;
  height: 50px;
  display: inline-block;
}

.navbar {
  z-index: 10;
}

.select2-container .select2-selection__clear {
  color: #00a0d0;
  font-size: 16px;
  padding-right: 10px;
  top: -2px;
}
.select2-container .select2-selection__clear:hover {
  color: #555;
}
.select2-container .select2-selection {
  border-radius: 0px;
}
.select2-container .select2-selection--single {
  cursor: text;
  height: 38px;
  line-height: 38px;
  padding: 0 12px;
}
.select2-container .select2-selection--single > .select2-selection__rendered {
  padding-left: 0;
  line-height: inherit;
}
.select2-container .select2-selection--single > .select2-selection__arrow {
  height: auto;
  margin-top: 0;
  right: 14px;
}
.select2-container .select2-selection--single > .select2-selection__arrow b {
  border: none;
}
.select2-container .select2-selection--single > .select2-selection__arrow b:before {
  border: none;
  font-family: fontAwesome;
  content: "\f107";
}
.select2-container .select2-selection--multiple > .select2-selection__rendered {
  padding: 0;
  margin-left: 5px;
}
.select2-container .select2-selection--multiple > .select2-selection__rendered > .select2-search--inline {
  margin-top: 1px;
}
.select2-container .select2-selection--multiple > .select2-selection__rendered > .select2-selection__choice {
  margin-top: 6px;
}
.select2-container .select2-checkbox--multiple {
  outline: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.select2-container .select2-checkbox--multiple:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.select2-container .select2-checkbox--multiple > .select2-selection__rendered {
  padding-right: 0;
}
.select2-container .select2-checkbox--multiple > .select2-selection__rendered > .select2-selection__clear {
  margin-right: 10px;
  top: 0;
}
.select2-container .select2-checkbox--multiple > .select2-selection__arrow {
  color: #555555;
  right: 16px;
  top: 2px;
  width: 4px;
}

.select2-dropdown {
  border-radius: 0px;
  border-color: #dce4ec;
}
.select2-dropdown.select2-checkbox--multiple .select2-results__options .select2-results__option .wrap {
  display: flex;
  line-height: 21px;
  word-break: break-word;
}
.select2-dropdown.select2-checkbox--multiple .select2-results__options .select2-results__option .wrap:before {
  font-family: fontAwesome;
  color: #cff4fe;
  content: "\f096";
  font-size: 20px;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  padding-top: 1px;
  flex: none;
}
.select2-dropdown.select2-checkbox--multiple .select2-results__options > .select2-results__option[aria-selected=true] {
  display: block;
  background-color: #cff4fe;
}
.select2-dropdown.select2-checkbox--multiple .select2-results__options > .select2-results__option[aria-selected=true] .wrap:before {
  content: "\f00c";
  font-size: 15px;
  color: #00a0d0;
}
.select2-dropdown .select2-results__options > .select2-results__option[aria-selected=true] {
  display: none;
}
.select2-dropdown .select2-results__options > .select2-results__option--highlighted[aria-selected] {
  background-color: white;
  color: #00a0d0;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
  top: 0;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  content: "\f106";
}

.labels-form .select2-selection.select2-selection--multiple, .document-settings .select2-selection.select2-selection--multiple, .post-rule .select2-selection.select2-selection--multiple, #group-enrollments-form .select2-selection.select2-selection--multiple, #subscription-type-form .select2-selection.select2-selection--multiple,
.subscription_type_product_product_id .select2-selection.select2-selection--multiple, .product_tasks_ids .select2-selection.select2-selection--multiple, .discount_kind .select2-selection.select2-selection--multiple,
.organization_product_product_id .select2-selection.select2-selection--multiple, .organization_available_languages .select2-selection.select2-selection--multiple, .organization_two_factor .select2-selection.select2-selection--multiple {
  border: 1px solid #dce4ec;
}
.labels-form .select2-container--default .select2-selection--multiple .select2-selection__choice, .document-settings .select2-container--default .select2-selection--multiple .select2-selection__choice, .post-rule .select2-container--default .select2-selection--multiple .select2-selection__choice, #group-enrollments-form .select2-container--default .select2-selection--multiple .select2-selection__choice, #subscription-type-form .select2-container--default .select2-selection--multiple .select2-selection__choice,
.subscription_type_product_product_id .select2-container--default .select2-selection--multiple .select2-selection__choice, .product_tasks_ids .select2-container--default .select2-selection--multiple .select2-selection__choice, .discount_kind .select2-container--default .select2-selection--multiple .select2-selection__choice,
.organization_product_product_id .select2-container--default .select2-selection--multiple .select2-selection__choice, .organization_available_languages .select2-container--default .select2-selection--multiple .select2-selection__choice, .organization_two_factor .select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 23px;
  color: #444;
  border: 1px solid #ccc;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 11px;
}
.labels-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .document-settings .select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .post-rule .select2-container--default .select2-selection--multiple .select2-selection__choice__remove, #group-enrollments-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove, #subscription-type-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.subscription_type_product_product_id .select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .product_tasks_ids .select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .discount_kind .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.organization_product_product_id .select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .organization_available_languages .select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .organization_two_factor .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  padding-right: 3px;
  color: #444;
}
.labels-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .document-settings .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .post-rule .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, #group-enrollments-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, #subscription-type-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.subscription_type_product_product_id .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .product_tasks_ids .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .discount_kind .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.organization_product_product_id .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .organization_available_languages .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .organization_two_factor .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #999;
}
.labels-form .select2-search__field, .document-settings .select2-search__field, .post-rule .select2-search__field, #group-enrollments-form .select2-search__field, #subscription-type-form .select2-search__field,
.subscription_type_product_product_id .select2-search__field, .product_tasks_ids .select2-search__field, .discount_kind .select2-search__field,
.organization_product_product_id .select2-search__field, .organization_available_languages .select2-search__field, .organization_two_factor .select2-search__field {
  line-height: 25px;
}

.document-settings .select2 {
  margin-top: 5px;
}
.document-settings .select2-search--inline {
  display: none;
}

aside {
  transition: all 0.3s ease;
}
aside.col-fixed-250 {
  padding: 45px 0;
  width: 250px;
}

@media (max-width: 767px) {
  aside {
    margin-left: -280px;
  }
  .page-content {
    margin: 0 auto;
    border: 0;
    box-shadow: none;
    padding: 45px;
    width: 100%;
  }
}
.document-container {
  display: flex;
  padding: 0;
  text-align: center;
}
.document-container > .svg-wrapper {
  font-size: 35px;
  padding: 15px;
  align-items: center;
  display: flex;
  background-color: #fff;
}
.document-container .btn-file {
  width: 200px;
  text-align: center;
}
.document-container .input-group {
  display: flex;
}
.document-container .input-group input {
  width: 50%;
  border-color: #222;
}
.document-container .btn-group {
  display: flex;
  width: 50%;
}
.document-container .glyphicon {
  top: 2px;
}
.document-container .status {
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
}

.interactive-results {
  min-height: calc(100vh - 220px);
  background-color: #f6f6f6;
}
.interactive-results ::-webkit-scrollbar {
  width: 5px;
}
.interactive-results ::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 8px;
}
.interactive-results ::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 8px;
}
.interactive-results ::-webkit-scrollbar-thumb:hover {
  background: #808080;
}
.interactive-results.logged-in {
  min-height: calc(100vh - 189px);
}
.interactive-results-loading {
  font-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.interactive-results-no-data {
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 20px;
}
.interactive-results-navbar {
  display: flex;
  height: 110px;
  align-items: center;
}
.interactive-results-navbar .brand {
  font-size: 18px;
}
.interactive-results-navbar .brand img {
  height: 50px;
}
.interactive-results-navbar .back-btn {
  margin-left: auto;
  color: #fff;
}
.interactive-results-navbar, .interactive-results-container {
  padding: 0 calc((100vw - 4 * 310px - 2 * 20px) / 2);
}
.interactive-results-header {
  height: 110px;
  display: flex;
  align-items: center;
  padding: 20px;
}
.interactive-results-header h1 {
  margin-bottom: 0;
  text-align: center;
  flex: 1;
}
.interactive-results-widgets {
  color: #535353;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
}
.interactive-results-widgets-column {
  display: flex;
  flex-direction: column;
  width: 310px;
}
.interactive-results-widgets-column:nth-child(2) {
  width: calc(2 * 310px);
}
.interactive-results-widget {
  border-radius: 8px;
  padding: 20px;
  margin: calc(20px / 2) 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.interactive-results-widget .btn-transparent {
  padding: 0;
  border: none;
}
.interactive-results-widget h4 {
  margin: 0 0 15px;
}
.interactive-results-widget-container {
  position: relative;
  background-color: #f6f6f6;
  border-radius: 8px;
  width: 100%;
  padding: 20px 10px;
}
.interactive-results-widget-container .interactive-results-modal-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
}
.interactive-results-widget-title {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
}
.interactive-results-widget-button {
  color: #fff;
  border-radius: 8px;
  width: 100%;
  border: none;
  padding: 8px;
  transition: none;
}
.interactive-results-widget-button[disabled] {
  cursor: not-allowed;
  background-color: #c1c1c1;
}
.interactive-results-information-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  padding: 6px 10px;
  cursor: pointer;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 20px;
  background-color: #f6f6f6;
}
.interactive-results-information-toggle:hover {
  background-color: #ddd;
}
.interactive-results-widget-description {
  border-radius: 8px;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
  font-size: 16px;
  padding: 15px;
  position: relative;
}
.interactive-results-widget-description h4 {
  font-size: inherit;
}
.interactive-results-widget-description button {
  border: none;
  padding: 0 6.75px;
  color: #fff;
  font-size: inherit;
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: normal;
}
.interactive-results-widget-description button:hover, .interactive-results-widget-description button:focus {
  color: #fff;
}
.interactive-results-widget-controller {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.interactive-results-widget-controller span {
  font-size: 18px;
  margin-right: 0;
  display: block;
}
.interactive-results-widget-controller .svg-wrapper {
  vertical-align: middle;
  color: #f6f6f6;
}
.interactive-results-widget-controller .svg-wrapper:not(:last-child) {
  margin-right: 10px;
}
.interactive-results-modal {
  width: calc(2 * 310px);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  border-style: solid;
  border-width: 2px;
  display: flex;
  flex-direction: column;
}
.interactive-results-modal-toggle {
  cursor: pointer;
  font-size: 35px;
}
.interactive-results-modal .svg-wrapper {
  font-size: 35px;
  position: absolute;
  top: -16px;
  left: -16px;
}
.interactive-results-modal h5 {
  margin: 0px 0px 10px;
}
.interactive-results-modal p {
  white-space: pre-line;
  margin-bottom: 20px;
  color: #535353;
}
.interactive-results-modal ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  color: #535353;
}
.interactive-results-modal .btn {
  align-self: flex-end;
  color: #fff;
  transition: none;
}
.interactive-results-modal .btn .glyphicon {
  top: 2px;
}

.candidate-widget-avatar {
  margin: 15px 0;
}
.candidate-widget-avatar div {
  background-color: #f6f6f6;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.candidate-widget-avatar div span {
  font-size: 60px;
  margin-top: 5px;
}
.candidate-widget-name {
  font-weight: 900;
  margin-top: 5px;
  font-size: 20px;
  text-align: center;
}

#candidate-widget .interactive-results-widget-container {
  background-color: inherit;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  row-gap: 10px;
}
#candidate-widget .interactive-results-widget-container h5,
#candidate-widget .interactive-results-widget-container span {
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: auto;
  margin-top: 0;
}
#candidate-widget .interactive-results-widget-container .svg-with-title-and-answer {
  align-items: center;
  display: flex;
}
#candidate-widget .interactive-results-widget-container .title-and-answer {
  display: flex;
  flex-direction: column;
}

.competences-widget-competence {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.competences-widget-competence:not(:first-child) {
  margin-top: 10px;
}
.competences-widget-competence .star {
  font-size: 20px;
}
.competences-widget-competence button {
  font-size: inherit;
}
.competences-widget-competence button:hover {
  text-decoration: underline;
}

.filter-widget-empty {
  text-align: center;
}
.filter-widget-option {
  margin-bottom: 10px;
  color: #535353;
}
.filter-widget-option:last-child {
  margin-bottom: 0;
}
.filter-widget-option input {
  display: none;
}
.filter-widget-option input:checked + label:after {
  position: absolute;
  left: 0.2em;
  top: 2px;
  font-size: 0.7em;
  font-family: "FontAwesome";
  content: "\f00c";
}
.filter-widget-option label {
  cursor: pointer;
  position: relative;
  font-weight: normal;
  margin-bottom: 0;
}
.filter-widget-option label:before {
  content: "";
  margin: 0 10px -2px 0;
  background-color: #fff;
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 0.25em;
  border: 0.1em solid currentColor;
}

#filter-widget .interactive-results-widget-container:nth-last-child(2) {
  margin: 20px 0;
  max-height: 200px;
  overflow-y: auto;
  padding: 10px;
}

.documents-widget-refresh {
  text-align: center;
  margin-bottom: 20px;
}
.documents-widget-document {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.documents-widget-document:last-child {
  border-bottom: none;
}
.documents-widget-document > .svg-wrapper {
  font-size: 24px;
}
.documents-widget-document .btn {
  margin-left: auto;
  padding: 5px 2px 8px 12px;
}
.documents-widget-info {
  margin-left: 30px;
}
.documents-widget-info h5 {
  margin: 0 0 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.documents-widget-controller {
  margin-top: 10px;
  margin-bottom: -10px;
}
.documents-widget-controller span {
  top: 2px;
  margin-left: 10px;
}

#documents-widget .interactive-results-widget-container {
  padding: 10px;
}

.values-widget-content {
  width: calc(100% - 30px);
}
.values-widget-value {
  margin: 15px 0;
}
.values-widget-score {
  background-color: #f6f6f6;
  border-radius: 11px;
  display: inline-block;
  width: 68%;
}
.values-widget-score > div {
  border-radius: inherit;
}
.values-widget-score > div > div {
  border-radius: inherit;
  color: #fff;
  font-size: 12px;
  height: 22px;
  margin-left: auto;
  padding-top: 3px;
  text-align: center;
  width: 22px;
}

.intelligence-widget-chart {
  margin-top: 70px;
  position: relative;
  width: 100%;
  width: min(100%, 560px);
}
.intelligence-widget-chart .bar {
  height: 82.5%;
  left: 11.5%;
  position: absolute;
  top: 9.25%;
}
.intelligence-widget-chart .svg-wrapper {
  padding-top: 43.5477505919%;
  position: relative;
  width: 100%;
}
.intelligence-widget-chart .svg-wrapper svg {
  position: absolute;
  top: 0;
}
.intelligence-widget-chart .svg-wrapper svg .st0 {
  fill: #fff;
}
.intelligence-widget-chart .svg-wrapper svg .st1 {
  stroke: #797979;
}
.intelligence-widget-chart .svg-wrapper svg .st3 {
  fill: #797979;
}
.intelligence-widget-chart .area {
  background-color: #f6f6f6;
  border-color: #797979;
  border-style: dashed;
  border-width: 0 2px;
  bottom: 8.25%;
  height: 87.75%;
  opacity: 0.7;
  position: absolute;
  width: 7%;
}
.intelligence-widget-chart .marker {
  bottom: 8.25%;
  height: calc(91.75% + 70px);
  position: absolute;
  text-align: center;
}
.intelligence-widget-chart .marker .circle {
  border-radius: 35px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  height: 70px;
  padding-top: 18px;
  width: 70px;
}
.intelligence-widget-chart .marker .line {
  border-left-style: dotted;
  border-left-width: 3px;
  display: inline-block;
  height: calc(100% - 70px);
}
.intelligence-widget-chart span {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 91.75%;
  transform: translate(-50%, 10px);
  white-space: nowrap;
}
.intelligence-widget-description {
  font-size: 16px;
  margin-top: 35px;
  max-width: 100%;
  text-align: center;
}
.intelligence-widget-closest-group {
  background-color: #f6f6f6;
  border-radius: 21px;
  font-size: 16px;
  margin: 25px 0 5px;
  padding: 10px 20px;
  text-align: center;
}
.intelligence-widget-closest-group span {
  font-weight: 700;
}
.intelligence-widget-subtitle {
  max-width: 70%;
  text-align: center;
}
.intelligence-widget-value {
  margin: 7.5px 0;
  width: calc(100% - 30px);
}
.intelligence-widget-value:first-of-type {
  margin: 17.5px 0;
}
.intelligence-widget-key {
  display: inline-block;
  font-size: 16px;
  padding-right: 5px;
  vertical-align: middle;
  width: 32%;
}
.intelligence-widget-score {
  background-color: #f6f6f6;
  border-radius: 11px;
  display: inline-block;
  width: 68%;
}
.intelligence-widget-score > div {
  border-radius: inherit;
}
.intelligence-widget-score > div > div {
  background-color: #fff;
  border-radius: inherit;
  font-size: 11px;
  font-weight: 700;
  height: 22px;
  padding-top: 4px;
  text-align: center;
  width: 26px;
}

.agile-widget-average-chart {
  position: relative;
}
.agile-widget-average-chart .svg-wrapper {
  margin: 0 -14px;
  font-size: 250px;
}
.agile-widget-page {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.agile-widget-pillars-chart {
  width: 200px;
  height: 200px;
  margin-bottom: 6px;
}
.agile-widget-pillars-chart canvas {
  margin-top: -5px;
}
.agile-widget-score {
  border-left: 2px dashed #e82704;
  height: 80%;
  position: absolute;
  top: 50%;
  transform: translate(1px, -50%);
}
.agile-widget-info {
  width: 100%;
}
.agile-widget-info h5 {
  margin-bottom: 20px;
}
.agile-widget-info h5 span {
  font-weight: normal;
}
.agile-widget-info p {
  white-space: pre-line;
  max-height: 200px;
  overflow-y: auto;
}

#agile-widget .interactive-results-modal-toggle {
  margin-top: 20px;
}

.personality-widget-content {
  width: calc(100% - 30px);
}
.personality-widget-value {
  margin: 15px 0;
}
.personality-widget-score {
  background-color: #f6f6f6;
  border-radius: 11px;
  display: inline-block;
  width: 68%;
  height: 22px;
}
.personality-widget-score > div {
  position: relative;
  border-radius: inherit;
  margin: 0 22px;
}
.personality-widget-score > div > div {
  position: absolute;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  left: 50%;
  display: flex;
  justify-content: flex-end;
}
.personality-widget-score > div > div > span {
  padding: 3px 5px 0;
  color: #fff;
  font-size: 12px;
  height: 22px;
}
.personality-widget-score.inverted, .personality-widget-score.inverted > div > div > span {
  transform: rotateX(180deg) scale(-1);
}
.personality-widget-score.rounded > div > div {
  justify-content: center;
  transform: translateX(-50%);
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.personality-widget-key, .values-widget-key {
  display: inline-block;
  vertical-align: top;
  width: 32%;
}
.personality-widget-key button, .values-widget-key button {
  font-size: 16px;
  text-decoration: underline;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.personality-widget-key button:hover, .personality-widget-key button:focus, .values-widget-key button:hover, .values-widget-key button:focus {
  text-decoration: underline;
}

.interactive-result-bargraph-value {
  margin: 5px 0;
  width: 100%;
}
.interactive-result-bargraph-key {
  font-size: 16px;
  margin-bottom: 5px;
}
.interactive-result-bargraph-score {
  background-color: #f6f6f6;
  border-radius: 11px;
  display: inline-block;
  width: 100%;
}
.interactive-result-bargraph-score > div {
  border-radius: inherit;
}
.interactive-result-bargraph-score > div > div {
  border-radius: inherit;
  color: #fff;
  font-size: 12px;
  height: 22px;
  margin-left: auto;
  padding-top: 3px;
  text-align: center;
  width: 22px;
}

.widget-icon {
  font-size: 120px;
  margin-bottom: 15px;
}

.it-widget-progress {
  position: relative;
  width: 140px;
  height: 140px;
}
.it-widget-progress canvas {
  margin-top: -5px;
}
.it-widget-progress span {
  font-weight: 700;
  font-size: 16px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.it-widget-description {
  flex: 1;
  margin-left: 20px;
  font-size: 18px;
}

#it-widget .interactive-results-widget-container {
  padding: 25px;
  display: flex;
  align-items: center;
}

.thinking-widget-key {
  color: #000;
  margin-bottom: 8px;
}
.thinking-widget-key:last-child {
  margin-bottom: 0px;
}

#thinking-widget .interactive-results-widget-container {
  padding: 20px;
}
#thinking-widget .interactive-results-widget-container:nth-child(3) {
  margin-bottom: 20px;
}

.media-widget-blocks {
  margin-right: 20px;
  display: flex;
  flex-direction: column-reverse;
}
.media-widget-block {
  width: 100px;
  background-color: #fff;
  height: 22px;
  margin: 2px 0;
}
.media-widget-block:last-child {
  margin-top: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.media-widget-block:first-child {
  margin-bottom: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.media-widget-block > div {
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
}
.media-widget-tip {
  align-self: center;
  padding-bottom: 1px;
  max-height: 126px;
  overflow-y: auto;
  font-size: 18px;
  font-weight: 300;
}
.media-widget-tip a {
  color: #535353;
  text-decoration: underline;
  transition: none;
}
.media-widget-category {
  font-weight: 700;
}
.media-widget-descriptions {
  list-style: none;
  margin: 0;
  padding-left: 1em;
}
.media-widget-descriptions li {
  margin-top: 10px;
}
.media-widget-descriptions li:before {
  content: "•";
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#media-widget .interactive-results-widget-container {
  padding: 20px;
  margin-top: 20px;
}
#media-widget .interactive-results-widget-container:nth-child(3) {
  margin-top: 0;
  display: flex;
}

@media only screen and (max-width: 1320px) {
  .interactive-results-widgets-column:nth-child(3) {
    flex: 0 0 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .interactive-results-widgets-column:nth-child(3) .interactive-results-widget {
    margin: 10px;
    align-self: start;
  }
  .interactive-results-navbar,
  .interactive-results-container {
    padding: 0 calc((100vw - 3 * 310px - 20px) / 2);
  }
}
@media only screen and (max-width: 990px) {
  .interactive-results-widgets-column:nth-child(3) {
    flex-direction: column;
  }
  .interactive-results-widgets-column:nth-child(3) .interactive-results-widget {
    margin: 10px 0;
  }
  .interactive-results-widgets-column {
    flex: 0 0 100%;
  }
  .interactive-results-navbar,
  .interactive-results-container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 660px) {
  .interactive-results-modal {
    width: calc(100vw - 40px);
  }
}
.warning-blue {
  color: #ffffff;
  background-color: #2980b9;
}

.small-text {
  font-size: 15px;
}

.visibility-text {
  padding: 10px;
  border: 1px solid #ccc;
  color: #999;
  background-color: #fff;
  display: flex;
}

.description-text {
  font-style: italic;
  color: #888;
  display: flex;
  margin-top: 10px;
}
.description-text .svg-wrapper {
  margin: 2px 15px 0 0;
}

.alert.component-border {
  align-items: center;
  border: none;
  display: flex;
  justify-content: space-between;
}
.alert.component-border:last-child {
  margin-bottom: 0;
}
.alert.component-border .svg-wrapper {
  margin-bottom: -1px;
}
.alert.component-border a.btn-info {
  text-transform: none;
}

.document-table {
  background-color: #ccc;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 6px;
}
.document-table > table {
  width: 100%;
}
.document-table > table td {
  padding-top: 6px;
  vertical-align: middle;
}

.full-width {
  width: 100%;
}

.option-key:first-letter {
  text-transform: uppercase;
}

button.btn-xs > .svg-wrapper, .btn-group-xs > button.btn > .svg-wrapper {
  vertical-align: baseline;
}

.all_logs > tbody > tr {
  background-color: white;
}
.all_logs > tbody > tr > td:not(.dataTables_empty):hover {
  cursor: pointer;
}

a.list-group-item {
  cursor: pointer;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch.small {
  width: 50px;
  height: 25px;
}
.switch.small .slider:before {
  height: 17px;
  width: 17px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #7cc253;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.slider-icon-right {
  position: absolute;
  right: 130px;
  top: 48px;
}

.tabs-container {
  display: flex;
  flex-wrap: wrap;
}

.tab {
  border: 1px solid #222;
  padding: 10px;
  margin: 0 5px 5px 0;
  cursor: pointer;
}
.tab:hover, .tab.active {
  background-color: #f5f5f5;
  color: #00a0d0;
}

@page {
  size: 1220px 1756px;
  margin-left: 100px;
}
.jumbotron .template-list p {
  font-size: inherit;
}

.template-builder.filler.list {
  overflow: hidden;
}

.template-list .template-container {
  z-index: 99;
}

.template-list {
  display: inline-block;
  width: 100%;
  padding-right: 30px;
}

.unchanged-variable, .help-text-placeholder, .help-text-placeholder span {
  color: #6d6d6d !important;
}
.unchanged-variable.header, .help-text-placeholder.header, .help-text-placeholder span.header {
  vertical-align: bottom !important;
  margin-right: 0 !important;
}

.unchanged-variable {
  font-family: monospace;
  vertical-align: bottom;
}

.paragraph {
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
}

.inner-paragraph {
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
  color: inherit !important;
}

.inner-word {
  max-width: 100%;
  display: inline-block;
  white-space: pre-wrap;
  word-break: break-word;
  vertical-align: top;
  color: inherit !important;
}

.template-builder.added {
  z-index: -1;
}

.template-builder.filler {
  background-color: #fff;
}
.template-builder.filler span[data-text=true] {
  vertical-align: top;
}
.template-builder.filler blockquote {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}
.template-builder.filler .paragraph {
  font-size: 16px;
}
.template-builder.filler .template-row .editor-text-box, .template-builder.filler .template-row .template-column .editor-text-box, .template-builder.filler .template-row .template-column .element-container .editor-text-box {
  background-color: transparent;
}
.template-builder.filler .template-row .editor-text-box.viewer, .template-builder.filler .template-row .template-column .editor-text-box.viewer, .template-builder.filler .template-row .template-column .element-container .editor-text-box.viewer {
  padding: 0 15px;
}
.template-builder.filler .template-row {
  padding-top: 0;
}
.template-builder.filler .template-row .template-column .element-container .element-header {
  white-space: pre-wrap;
}
.template-builder.filler .template-row .template-column .element-container .element-header span {
  font-weight: 600;
  font-size: 16px;
}

.thumbnails .thumbnail.added {
  display: none;
}
.thumbnails .template-builder {
  box-shadow: 0 10px 100px 0 rgba(0, 0, 0, 0.2), 0 6px 40px 0 rgba(0, 0, 0, 0.19);
}
.thumbnails .template-builder .fa-plus {
  font-size: 314px;
  text-align: center;
  width: 600px;
  height: 600px;
  padding: 120px 100px;
  margin: 360px 160px;
  color: #dcdcdc;
  border: 40px solid #dcdcdc;
  border-radius: 50%;
}
.thumbnails .template-container {
  transition: transform ease-out 0.3s;
  transform-origin: top center;
  cursor: pointer;
  position: relative;
}
.thumbnails .template-container .fa-check {
  z-index: 99;
  position: absolute;
  right: 0;
  top: 14px;
  font-size: 24px;
  color: #73c391;
  background-color: #f6f5f5;
  padding: 5px 6px;
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
.thumbnails .template-container .fa-check.selected {
  color: #ffffff;
  background-color: #73c391;
}
.thumbnails .template-container.open .template-builder {
  border: 5px solid rgb(44, 62, 80);
}

.docx_template .template-elements .text-fields > .element-inputs-group {
  border-top: 0;
  padding-top: 0;
}
.docx_template .template-elements .element-inputs-block:last-child {
  margin-bottom: 0;
}
.docx_template .template-builder-container {
  height: 1053px;
  overflow: hidden;
}
.docx_template .template-builder-container .preloader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.72);
  display: none;
}
.docx_template .template-builder-container .preloader img {
  opacity: 0.5;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  position: absolute;
  width: 80px;
}
.docx_template .template-builder-container iframe {
  width: 100%;
  height: 1084px;
  margin-left: -1px;
  margin-top: -10px;
  overflow: hidden;
}

.pdf_template .template-builder-container {
  overflow: hidden;
}

.template-builder-container {
  transform-origin: top center;
}

.template-builder-container.list {
  transform-origin: top left;
}

.template-preview-container {
  padding-top: 20px;
}

.select-template-text {
  font-size: 18px;
  margin-top: 15px;
  display: inline-block;
}

.zoom-buttons > button {
  position: fixed;
  right: 50px;
  border: 0;
  border-radius: 50%;
  padding: 12px;
  color: #6f6f6f;
  background-color: #f1eff0;
  z-index: 99;
}
.zoom-buttons > button.preview-zoom-in {
  top: calc(100% - 50px);
}
.zoom-buttons > button.preview-zoom-out {
  top: calc(100% - 100px);
}

.template-filler-header {
  position: absolute;
}
.template-filler-header .template-filler-title {
  font-size: 32px;
  font-weight: 600;
  padding: 0;
}
.template-filler-header .template-filler-description {
  font-size: 24px;
  padding: 7px 0 30px 0;
}
.template-filler-header .template-filler-title:empty::before,
.template-filler-header .template-filler-description:empty::before {
  content: "";
  display: inline-block;
}

.template-preview {
  position: relative;
}
.template-preview .template-buttons {
  float: right;
  position: absolute;
  right: -7%;
  z-index: 99;
  top: 10px;
}
.template-preview .template-buttons button {
  border-radius: 50%;
  color: white;
  font-size: 15px;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 7px;
  transition: transform ease-out 0.2s;
  transform-origin: top center;
  cursor: pointer;
  border-style: none;
  padding: 0;
}
.template-preview .template-buttons button.add-template, .template-preview .template-buttons button.remove-template {
  background-color: #5c94cd;
}
.template-preview .template-buttons button.delete-template {
  background-color: #e91c51;
}
.template-preview .template-buttons button.select-template {
  background-color: #73c391;
}
.template-preview .template-buttons button.unselect-template {
  background-color: #a5b3da;
}
.template-preview .template-buttons button.edit-template {
  background-color: #3fbfba;
}
.template-preview .template-buttons button:hover {
  transform: scale(1.15);
}
.template-preview .template-buttons button a {
  color: white;
}
.template-preview .template-buttons button span {
  margin: 0;
  margin-top: 5px;
}
.template-preview .template-builder-container {
  float: none;
}

.template-builder-header {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.template-builder-header > div {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

.template-builder {
  width: 1100px;
  height: 1656px;
  padding: 60px 60px 60px 100px;
  transform-origin: top left;
  border: 1px solid #f3f1f2;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 0;
  background-color: transparent;
  display: inline-block;
  position: relative;
}
.template-builder.builder {
  height: auto;
  min-height: 1656px;
}
.template-builder .megadraft span, .template-builder .megadraft h3, .template-builder .megadraft h4, .template-builder .megadraft a, .template-builder .megadraft input {
  color: #2C3E50;
}
.template-builder .megadraft span, .template-builder .megadraft a {
  min-height: 14px;
}
.template-builder .megadraft h3, .template-builder .megadraft h4, .template-builder .megadraft input {
  font-size: 0.95em;
}
.template-builder .image-element {
  display: block;
  overflow: hidden;
}
.template-builder .image-element img {
  width: 100%;
}
.template-builder .add-item-btn {
  cursor: pointer;
  position: absolute;
  top: -5px;
  padding: 4px 10px;
  font-size: 13px;
  color: white;
  background-color: #7eca9b;
  border-style: none;
  border-radius: 23px;
  z-index: 9;
}
.template-builder .add-item-btn:hover, .template-builder .add-item-btn:focus {
  text-decoration: none;
  background-color: #61ab7d;
  color: white;
}
.template-builder .add-item-btn .glyphicon-plus {
  margin-right: 0;
  margin-left: 5px;
}
.template-builder > .template-buttons > .add-item-btn {
  right: 70px;
}
.template-builder .template-row .add-item-btn {
  right: 74px;
}
.template-builder .template-column .add-item-btn {
  right: 106px;
}

.template-row, .template-column, .element-container {
  display: inline-block;
  position: relative;
}

.template-builder.without-borders .template-row, .template-builder.without-borders .template-column, .template-builder.without-borders .element-container {
  border: 1px solid transparent;
}

.template-builder.with-borders .template-row, .template-builder.with-borders .template-column, .template-builder.with-borders .element-container {
  border: 1px dashed #cecece;
  border-radius: 3px;
}

.template-row {
  width: 100%;
  padding-top: 40px;
}
.template-row .template-column > .template-buttons .btn-move, .template-row .template-column > .template-buttons .btn-settings, .template-row .template-column > .template-buttons .btn-delete, .template-row .template-column > .template-buttons .btn-top-level, .template-row .template-column > .template-buttons .btn-variables, .template-row .template-column > .template-buttons .add-item-btn {
  top: -24px;
}
.template-row > .template-buttons > .btn-move {
  right: 42px;
}
.template-row:hover, .template-row.hover {
  border-radius: 5px;
}
.template-row .template-column {
  min-height: 50px;
}
.template-row .template-column:hover, .template-row .template-column.hover {
  border-radius: 5px;
}
.template-row .template-column .element-container {
  float: left;
}
.template-row .template-column .element-container:hover, .template-row .template-column .element-container.hover {
  border-radius: 5px;
}
.template-row .template-column .element-container .editor-text-box {
  border: 0;
  box-shadow: none;
}
.template-row .template-column .element-container .template-element {
  overflow: auto;
}
.template-row .template-column .element-container .element-header {
  padding: 10px;
}
.template-row .template-column .element-container .element-header .icon-container {
  display: inline-block;
}
.template-row .template-column .element-container .element-header .icon-container .input-group-addon {
  width: 40px;
  height: 40px;
  padding: 11px;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #dce4ec;
  border-right: none;
}
.template-row .template-column .element-container .element-header span.fa, .template-row .template-column .element-container .element-header span.glyphicon {
  vertical-align: 0.125em;
  margin-right: 8px;
}
.template-row .template-column .element-container .element-header input {
  height: 40px;
  background-color: whitesmoke;
  padding: 7px;
  border: 1px solid #dce4ec;
  outline: 0;
  font-weight: 600;
}

.template-builder.builder .template-row:hover, .template-builder.builder .template-row.hover {
  background-color: #fcfcfc;
}
.template-builder.builder .template-row:hover .editor-text-box, .template-builder.builder .template-row.hover .editor-text-box {
  background-color: #fcfcfc;
}
.template-builder.builder .template-row .template-column:hover, .template-builder.builder .template-row .template-column.hover {
  background-color: #fbfbfb;
}
.template-builder.builder .template-row .template-column:hover .editor-text-box, .template-builder.builder .template-row .template-column.hover .editor-text-box {
  background-color: #fbfbfb;
}
.template-builder.builder .template-row .template-column .element-container:hover, .template-builder.builder .template-row .template-column .element-container.hover {
  background-color: #f5f5f5;
}
.template-builder.builder .template-row .template-column .element-container:hover .editor-text-box, .template-builder.builder .template-row .template-column .element-container.hover .editor-text-box {
  background-color: #f5f5f5;
}

.template-settings {
  width: 200px;
  right: -210px;
}
.template-settings.left {
  right: auto;
  left: -210px;
}

.template-variables {
  width: 300px;
  right: -310px;
}
.template-variables.left {
  right: auto;
  left: -310px;
}
.template-variables input, .template-variables textarea {
  border-radius: 3px;
  padding: 7px;
}

.field-separator {
  font-style: italic;
  text-align: center;
  padding-top: 10px;
}

.template-settings, .template-variables {
  position: absolute;
  z-index: 10;
  top: 0;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding-bottom: 10px;
}
.template-settings .variable-settings, .template-variables .variable-settings {
  position: relative;
  margin-top: 10px;
}
.template-settings .add-option, .template-variables .add-option {
  border: 0;
  background-color: #e4e4e4;
  padding: 5px 10px;
  border-radius: 3px;
  float: right;
  font-size: 0.9em;
}
.template-settings .option-text, .template-variables .option-text {
  margin-bottom: 7px;
}
.template-settings .date-help-text, .template-variables .date-help-text {
  position: absolute;
  top: 32px;
  right: 10px;
  color: #656565;
}
.template-settings .help-text, .template-variables .help-text {
  text-align: left;
  white-space: nowrap;
}
.template-settings .tooltip-inner, .template-variables .tooltip-inner {
  padding: 10px;
  max-width: 250px;
}
.template-settings .template-field, .template-variables .template-field {
  position: relative;
  padding: 5px 10px;
  display: inline-block;
  width: 100%;
}
.template-settings .template-field label, .template-variables .template-field label {
  font-size: 0.9em;
}
.template-settings .template-field input, .template-settings .template-field textarea, .template-variables .template-field input, .template-variables .template-field textarea {
  width: 100%;
  border: 0;
  height: 35px;
}
.template-settings .template-field input[type=checkbox], .template-variables .template-field input[type=checkbox] {
  margin-top: -3px;
  margin-right: 5px;
  display: inline-block;
  width: 20px;
  float: left;
}
.template-settings .template-field select, .template-variables .template-field select {
  display: block;
  width: 100%;
  height: 30px;
  background-color: white;
  border: 0;
}
.template-settings .template-field .units, .template-variables .template-field .units {
  position: absolute;
  right: 10px;
  top: 31px;
  bottom: 5px;
  padding: 6px 0;
  background-color: #efefef;
  font-size: 0.9em;
  color: #6b6b6b;
  width: 25px;
  text-align: center;
}

.template-elements {
  overflow-y: auto;
  max-height: calc(100vh - 40px);
  border-radius: 5px;
}
.template-elements .element-inputs-block {
  padding: 20px;
  background-color: whitesmoke;
  border-radius: 5px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.template-elements .element-inputs-block .fields-group-header {
  display: inline-block;
  width: 100%;
  min-height: 50px;
}
.template-elements .element-inputs-block .fields-group-header h3 {
  color: #2C3E50;
  font-weight: 600;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.template-elements .element-inputs-block .fields-group-header .element-header-type {
  display: inline-block;
  padding: 7px 15px;
  border: 1px dashed #c7c7c7;
  border-radius: 4px;
  text-transform: capitalize;
  color: #5a5a5a;
  font-size: 13px;
  margin-top: 12px;
}
.template-elements .element-inputs-block .remove-list-item {
  position: absolute;
  top: 17px;
  right: 3px;
  font-size: 14px;
  color: #636363;
  cursor: pointer;
  z-index: 99;
  background: transparent;
  border-style: none;
  padding: 0;
}
.template-elements .element-inputs-block .remove-list-item:hover {
  color: black;
}
.template-elements .element-inputs-block .fields-group {
  position: relative;
}
.template-elements .element-inputs-block .image-field-preview {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 4px;
  background-size: cover;
  background-position: center center;
}
.template-elements .element-inputs-block .image-shape-switcher-wrapper {
  padding: 0 10px;
  background-color: #e2e2e2;
  height: 45px;
  margin: 5px 0 10px 0;
  border-radius: 5px;
}
.template-elements .element-inputs-block .image-shape-switcher {
  width: 100%;
  height: 100%;
  background-color: #e2e2e2;
  border: 0;
}
.template-elements .element-inputs-block .image-button-container {
  display: inline-block;
  width: calc(100% - 60px);
  border-radius: 5px;
  overflow: hidden;
  height: 50px;
  margin-left: 10px;
}
.template-elements .element-inputs-block .image-button-container.full-width {
  width: 100%;
  margin-left: 0;
  height: 45px;
}
.template-elements .element-inputs-block .image-button-container.full-width .image-field-button {
  height: 45px;
}
.template-elements .element-inputs-block .image-button-container .image-field-button {
  border: 0;
  height: 50px;
  background-color: #e2e2e2;
  font-size: 13px;
}
.template-elements .element-inputs-block .image-button-container .image-field-button.half {
  width: 50%;
}
.template-elements .element-inputs-block .image-button-container .image-field-button.half:first-child {
  border-right: 1px solid #f4f5f4;
}
.template-elements .element-inputs-block .image-button-container .image-field-button.single {
  width: 100%;
}
.template-elements .element-inputs-block .image-button-container .image-field-button:hover {
  background-color: #d2d2d2;
}
.template-elements .element-inputs-block .croppie-container {
  margin-top: 5px;
}
.template-elements .element-inputs-block .croppie-container .cr-boundary {
  border-radius: 5px;
}
.template-elements .element-inputs-block .element-inputs-group {
  border-top: 1px solid #e6e6e6;
  margin-top: 0;
  padding-top: 15px;
}
.template-elements .element-inputs-block .add-list-item {
  float: right;
  padding: 7px 15px;
  border: 0;
  background-color: #e2e2e2;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 13px;
}
.template-elements .element-inputs-block .add-list-item:hover {
  background-color: #d2d2d2;
}
.template-elements .ui-sortable .element-inputs-group[data-type=list] .element-input-field label {
  cursor: move;
}
.template-elements .element-inputs-group {
  position: relative;
  display: inline-block;
  width: 100%;
}
.template-elements .element-inputs-group[data-type=list] .element-input-field label {
  cursor: move;
}
.template-elements .element-inputs-group {
  position: relative;
}
.template-elements .element-inputs-group .element-input-field {
  position: relative;
  margin-bottom: 15px;
}
.template-elements .element-inputs-group .element-input-field .saving-icons {
  position: absolute;
  right: 10px;
  bottom: 9px;
  opacity: 0.7;
}
.template-elements .element-inputs-group .element-input-field .saving-icons img {
  display: none;
}
.template-elements .element-inputs-group .element-input-field.date .saving-icons {
  right: 30px;
}
.template-elements .element-inputs-group .element-input-field label {
  width: 100%;
}
.template-elements .element-inputs-group .element-input-field textarea, .template-elements .element-inputs-group .element-input-field input {
  width: 100%;
  min-height: 40px;
  height: 40px;
  resize: vertical;
  border: 0;
  background-color: white;
  border-radius: 5px;
  padding: 10px;
  font-size: 13px;
}
.template-elements .element-inputs-group .element-input-field select {
  display: block;
  width: 100%;
  border: 0;
  background-color: #fff;
  height: 40px;
}

td.details-control {
  cursor: pointer;
}

.prices_slider, .logs_slider {
  margin: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  transition: 0.4s;
  padding: 20px;
  border-radius: 4px;
}

.filterbar .col-xs-12 {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.filterbar-search {
  display: flex;
  flex: 1;
}
.filterbar-search .form-group {
  width: 100%;
  position: relative;
}
.filterbar-search .form-group input {
  padding-right: 20px;
}
.filterbar-search .form-group span {
  cursor: pointer;
  color: #00a0d0;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: 12px;
  line-height: 38px;
}
.filterbar-search .form-group .form-control {
  min-width: 200px;
  width: 100%;
}
.filterbar .form-group {
  margin-right: 30px;
  margin-bottom: 20px;
}
.filterbar .form-group .control-label {
  font-weight: normal;
  color: #777;
}
.filterbar .select2-container {
  margin-right: 30px;
  margin-bottom: 20px;
}
.filterbar-indicator {
  position: relative;
  cursor: pointer;
  margin-top: 7px;
}
.filterbar-icon {
  font-size: 24px;
}
.filterbar-badge {
  width: 18px;
  height: 18px;
  font-size: 12px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  background-color: #e91c51;
  line-height: 18px;
  text-align: center;
  position: absolute;
  top: -6px;
  left: 19px;
}

p.self {
  text-align: right;
  margin-top: 15px;
  margin-bottom: 5px;
}

p.other {
  margin-top: 15px;
  margin-bottom: 5px;
}

.msg-box.self {
  margin-left: 30px;
}
.msg-box.self .bubble {
  background-color: #ddd;
}

.msg-box.other {
  margin-right: 30px;
}
.msg-box.other .bubble {
  background-color: #d4d4d4;
}

.msg-box {
  margin-bottom: 10px;
}
.msg-box .bubble {
  display: inline-block;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}

.notification-date-group .group-date {
  font-weight: 300;
  font-size: 11px;
  padding-bottom: 15px;
}

.table > tbody > tr > td.ellipsis {
  max-width: 0px;
}

.table > tbody > tr > td.ellipsis > span {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

.table-notifications > tbody > tr > td {
  vertical-align: middle;
  border-top: 1px solid #ccc;
}

.table-notifications > tbody > tr > td > span > span.glyphicon {
  margin-right: 15px;
}

.payment-method-content {
  background-color: #f6f6f6;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 20px;
}

.payment-option.active {
  border: 2px solid #002849;
  box-shadow: 0 0 7px rgba(1, 29, 59, 0.5);
}

.panel {
  border: 0;
  border-radius: 20px;
  box-shadow: none;
}

.hidden-radio {
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 0;
}

.payment-method-content {
  padding: 20px;
  flex: 1;
  background-color: #f6f6f6;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.payment_type_block {
  width: 100%;
  left: 0;
  text-align: center;
  margin-top: auto;
}

.payment_type_row {
  background-color: #ffffff;
  width: 100%;
  border-radius: 10px;
  margin: auto;
  padding: 10px;
  display: inline-block;
  cursor: pointer;
}

.payment_type_row {
  position: relative;
}

input[type=radio].payment-radio {
  margin: 9px 0 0;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  accent-color: #00336e;
}

.hidden-radio:checked + .payment_type_row {
  display: block;
}

.card_blue_text {
  color: #00336e;
}

.progress-bar {
  box-shadow: none;
}

.progress-bar-done {
  background: #7cc253;
}

.progress-bar-submitted {
  background: #00a0d0;
}

.progress-bar-rejected {
  background: #e91c51;
}

.progress-compact {
  height: 4px;
}

.progress {
  border-radius: 0;
  margin-bottom: 0;
}

/*! jQuery UI - v1.13.1 - 2022-01-20
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url("%22images%2Fui-icons_555555_256x240.png%22")&iconsHighlight=url("%22images%2Fui-icons_777620_256x240.png%22")&iconsHeader=url("%22images%2Fui-icons_444444_256x240.png%22")&iconsError=url("%22images%2Fui-icons_cc0000_256x240.png%22")&iconsDefault=url("%22images%2Fui-icons_777777_256x240.png%22")&iconsContent=url("%22images%2Fui-icons_444444_256x240.png%22")&iconsActive=url("%22images%2Fui-icons_ffffff_256x240.png%22")&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)"; /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)"; /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.003;
  -ms-filter: Alpha(Opacity=0.3); /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

/*!
 * jQuery UI CSS Framework 1.13.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url("%22images%2Fui-icons_555555_256x240.png%22")&iconsHighlight=url("%22images%2Fui-icons_777620_256x240.png%22")&iconsHeader=url("%22images%2Fui-icons_444444_256x240.png%22")&iconsError=url("%22images%2Fui-icons_cc0000_256x240.png%22")&iconsDefault=url("%22images%2Fui-icons_777777_256x240.png%22")&iconsContent=url("%22images%2Fui-icons_444444_256x240.png%22")&iconsActive=url("%22images%2Fui-icons_ffffff_256x240.png%22")&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)"; /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.003;
  -ms-filter: Alpha(Opacity=0.3); /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

@media print {
  .alert, .notice {
    display: none;
  }
  .list-group-heading {
    font-weight: 800;
    text-align: center;
    font-size: 1.3em;
    border-bottom: 3px solid #cecece;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: -16px;
  }
  .list-group-progress .panel-collapse {
    margin-left: 20px;
  }
  .media-screen {
    display: none !important;
  }
  .media-print {
    display: auto;
  }
  .page-content {
    margin-top: 65px;
    width: 100%;
    padding-left: 0;
  }
  .list-group-item.active {
    border: 1px solid #cecece;
  }
  .enrollment-page-comments {
    border-top: 1px solid #cecece;
    border-radius: 0;
    padding-top: 0;
  }
  .enrollment-page-comments .msg-box {
    margin-bottom: 0;
  }
  h1.process-title {
    border-bottom: 1px solid #cecece;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .contacts-info {
    padding-bottom: 20px;
    padding-top: 5px;
    padding-left: 10px;
    margin-left: 0px;
    margin-right: 0;
    border-bottom: 3px solid #cecece;
    margin-bottom: 15px;
  }
}
.organization-logo {
  position: fixed;
  top: 0;
  left: 0;
}
.organization-logo img {
  width: 65px;
}

.candidate-name {
  position: fixed;
  top: 0;
  right: 0;
}

.printable-textarea-div {
  display: inline-block;
  border: 1px solid #dce4ed;
  min-height: 45px;
  width: 100%;
  padding: 8px 12px;
}

@media screen {
  .media-screen {
    display: auto;
  }
  .media-print {
    display: none !important;
  }
}
/*
 * Copyright (c) 2016, Globo.com (https://github.com/globocom)
 *
 * License: MIT
 */
/*
 * Copyright (c) 2018, Globo.com (https://github.com/globocom)
 *
 * License: MIT
 */
/*
 * Copyright (c) 2016, Globo.com (https://github.com/globocom)
 *
 * License: MIT
 */
.sidemenu__button__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}

.megadraft-modal {
  position: relative;
  width: 528px;
  height: 394px;
  text-align: left;
  z-index: 10;
}

.megadraft-modal--open {
  overflow-y: hidden;
}

.megadraft-modal--close {
  overflow-y: auto;
}

.megadraft-modal__button {
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 0;
  padding: 0;
  transition: all 0.5s ease;
  position: relative;
  background: none;
  width: 64px;
  height: 64px;
  margin-left: 32px;
}

.megadraft-modal__button .sidemenu__button__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  width: 32px;
  height: 32px;
}

.megadraft-modal__button:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: inline-block;
  background-color: #181818;
}

.megadraft-modal__button__label {
  margin: 0;
  font-family: Open Sans, sans-serif;
  width: 129px;
  height: 40px;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  color: #3c3c3c;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  padding-top: 9px;
}

.megadraft-modal__items {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  margin: -24px;
}

.megadraft-modal__items .megadraft-modal__button {
  background: none;
}

.megadraft-modal__items .megadraft-modal__button:before {
  transition: all 0.1s ease-in-out;
  background-color: #181818;
}

.megadraft-modal__item {
  line-height: 0px;
  height: 58px;
  margin: 0 71px 78px 17px;
  padding-top: 31px;
  cursor: pointer;
  width: 82px;
}

.megadraft-modal__item:hover .megadraft-modal__button__label {
  color: #0669de;
}

.megadraft-modal__item:hover .megadraft-modal__button:before {
  background-color: #0669de;
}

.megadraft-editor {
  position: relative;
  /*
  * Copyright (c) 2016, Globo.com (https://github.com/globocom)
  *
  * License: MIT
  */
  /* Sorry, not using BEM here, we are using drafjs structure */
  /*
  * Copyright (c) 2016, Globo.com (https://github.com/globocom)
  *
  * License: MIT
  */
  /*
  * Copyright (c) 2016, Globo.com (https://github.com/globocom)
  *
  * License: MIT
  */
  /*
  * Copyright (c) 2018, Globo.com (https://github.com/globocom)
  *
  * License: MIT
  */
  /*
  * Copyright (c) 2016, Globo.com (https://github.com/globocom)
  *
  * License: MIT
  */
  /*
  * Copyright (c) 2016, Globo.com (https://github.com/globocom)
  *
  * License: MIT
  */
  /*
  * Copyright (c) 2016, Globo.com (https://github.com/globocom)
  *
  * License: MIT
  */
  /*
  * Copyright (c) 2019, Globo.com (https://github.com/globocom)
  *
  * License: MIT
  */
}

.megadraft-editor .DraftEditor-root, .megadraft-editor .toolbar {
  font-family: Open Sans, sans-serif;
  color: #181818;
  font-size: 1.125rem;
  letter-spacing: -0.037rem;
  line-height: 1.75rem;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.megadraft-editor .DraftEditor-editorContainer {
  position: relative;
  z-index: 1;
}

.megadraft-editor .paragraph + .paragraph {
  margin-top: 40px;
}

.megadraft-editor .public-DraftEditor-content figure {
  margin: 0;
}

.megadraft-editor .public-DraftStyleDefault-ul {
  list-style-type: disc;
}

.megadraft-editor .public-DraftStyleDefault-ol {
  list-style-type: decimal;
}

.megadraft-editor .public-DraftStyleDefault-ol,
.megadraft-editor .public-DraftStyleDefault-ul {
  line-height: 2;
  padding-left: 40px;
}

.megadraft-editor .public-DraftStyleDefault-ol li,
.megadraft-editor .public-DraftStyleDefault-ul li {
  padding-left: 10px;
}

.megadraft-editor .public-DraftEditorPlaceholder-root {
  color: #999;
  position: absolute;
  z-index: 0;
}

.megadraft-editor blockquote {
  border-left: 2px solid #ddd;
  color: #999;
  font-style: italic;
  margin: 12px 0 40px 0;
  padding: 6px 0 5px 18px;
}

.megadraft-editor .paragraph + blockquote {
  margin-top: 40px;
}

.megadraft-editor h2 {
  font-family: Open Sans, Sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: -0.056rem;
  line-height: 2rem;
  margin-right: 24px;
}

.megadraft-editor h2:first-child {
  margin-top: 0;
}

.megadraft-editor .editor__link {
  color: #3192e7;
  text-decoration: none;
  cursor: pointer;
}

.megadraft-editor .sidebar {
  position: relative;
}

.megadraft-editor .sidebar__menu {
  float: left;
  left: -57px;
  position: absolute;
}

.megadraft-editor .sidebar__sidemenu-wrapper {
  padding: 0;
  list-style: none;
  margin: 0;
}

.megadraft-editor .sidemenu {
  position: relative;
  width: 36px;
  text-align: center;
}

.megadraft-editor .sidemenu__button {
  border: 0;
  color: #fff;
  cursor: pointer;
  height: 32px;
  font-size: 0;
  padding: 0;
  width: 32px;
  transition: all 0.5s ease;
  position: relative;
  background: none;
  outline: none;
}

.megadraft-editor .sidemenu__button:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: inline-block;
  background-color: #181818;
}

.megadraft-editor .sidemenu__button:before:hover {
  background-color: #333333;
}

.megadraft-editor .sidemenu__button--open {
  transform: rotate(45deg);
}

.megadraft-editor .sidemenu__button--open:before {
  background-color: #0669de;
}

.megadraft-editor .sidemenu__button__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}

.megadraft-editor .sidemenu__items {
  list-style: none;
  padding: 0;
  margin-top: 8px;
  padding-top: 2px;
  transition: max-height 0.5s ease;
  overflow: hidden;
  max-height: 0;
  width: 36px;
  text-align: center;
}

.megadraft-editor .sidemenu__items .sidemenu__button {
  background: none;
}

.megadraft-editor .sidemenu__items .sidemenu__button:before {
  transition: all 0.1s ease-in-out;
  background-color: #181818;
}

.megadraft-editor .sidemenu__items .sidemenu__button:hover:before {
  transform: scale(1.125);
}

.megadraft-editor .sidemenu__item {
  height: 40px;
}

.megadraft-editor .toolbar {
  background: yellow;
  height: 0;
  position: absolute;
  display: none;
  z-index: 10;
}

.megadraft-editor .toolbar--open {
  display: block;
}

.megadraft-editor .toolbar__error-msg {
  margin: 0;
  height: 0;
  height: 0;
  transition: height 0.2s ease-in-out;
}

.megadraft-editor .toolbar--error .toolbar__wrapper {
  background-color: #E83F26;
}

.megadraft-editor .toolbar--error .toolbar__arrow {
  border-color: #E83F26 transparent transparent;
}

.megadraft-editor .toolbar--error .toolbar__error-msg {
  color: #FFF;
  margin: -8px 0 0 20px;
  padding-bottom: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  height: 28px;
}

.megadraft-editor .toolbar--error .toolbar__button {
  color: #FFF;
}

.megadraft-editor .toolbar--error ::-webkit-input-placeholder {
  color: #FFF;
}

.megadraft-editor .toolbar--error :-moz-placeholder {
  color: #FFF;
}

.megadraft-editor .toolbar--error ::-moz-placeholder {
  color: #FFF;
}

.megadraft-editor .toolbar--error :-ms-input-placeholder {
  color: #FFF;
}

.megadraft-editor .toolbar__wrapper {
  background-color: #181818;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  position: relative;
  transition: background-color 0.2s ease-in-out;
}

.megadraft-editor .toolbar__list {
  padding: 0 8px;
  margin: 0;
  white-space: nowrap;
}

.megadraft-editor .toolbar__arrow {
  display: inline-block;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 8px;
  border-style: solid;
  border-color: #181818 transparent transparent;
  margin-left: -8px;
  transition: border-color 0.2s ease-in-out;
}

.megadraft-editor .toolbar__item {
  vertical-align: middle;
  display: inline-block;
  color: #ccc;
}

.megadraft-editor .toolbar__item:hover {
  color: #fff;
}

.megadraft-editor .toolbar__item--active {
  color: #3192e7;
}

.megadraft-editor .toolbar__item--active:hover {
  color: #3192e7;
}

.megadraft-editor .toolbar__item--separator {
  border-right: 1px solid #333;
  height: 20px;
  margin: 0 8px;
}

.megadraft-editor .toolbar__button {
  padding: 0;
  color: inherit;
  cursor: pointer;
  border: 0;
  height: 56px;
  width: 40px;
  background: transparent;
}

.megadraft-editor .toolbar__input {
  background-color: transparent;
  border: none;
  color: #fafafa;
  font-size: 0.875rem;
  height: 56px;
  line-height: 1.2rem;
  margin: 0;
  padding: 20px;
  width: 473px;
}

.megadraft-editor .toolbar__input:focus {
  outline: none;
}

.megadraft-editor .toolbar__input-button {
  padding-right: 16px;
}

.megadraft-editor .toolbar.white-thin-theme.toolbar--error .toolbar__wrapper {
  background-color: #E83F26;
  color: #FFF;
}

.megadraft-editor .toolbar.white-thin-theme.toolbar--error .toolbar__arrow {
  border-color: #E83F26 transparent transparent;
}

.megadraft-editor .toolbar.white-thin-theme.toolbar--error .toolbar__error-msg {
  color: #FFF;
}

.megadraft-editor .toolbar.white-thin-theme.toolbar--error .toolbar__button {
  color: #FFF;
  padding: 0;
}

.megadraft-editor .toolbar.white-thin-theme.toolbar--error .toolbar__button:hover {
  color: #f3f3f3;
  background-color: #d03a23;
}

.megadraft-editor .toolbar.white-thin-theme.toolbar--error .toolbar__input {
  color: #fafafa;
}

.megadraft-editor .toolbar.white-thin-theme .toolbar__wrapper {
  background-color: #fbfbfb;
  border-radius: 0;
}

.megadraft-editor .toolbar.white-thin-theme .toolbar__arrow {
  border-color: #fbfbfb transparent transparent;
}

.megadraft-editor .toolbar.white-thin-theme .toolbar__list {
  padding: 0;
}

.megadraft-editor .toolbar.white-thin-theme .toolbar__item {
  color: #404040;
}

.megadraft-editor .toolbar.white-thin-theme .toolbar__item:hover {
  color: #fff;
}

.megadraft-editor .toolbar.white-thin-theme .toolbar__item--active {
  color: #3192e7;
}

.megadraft-editor .toolbar.white-thin-theme .toolbar__item--active .toolbar__button {
  color: #3192e7;
}

.megadraft-editor .toolbar.white-thin-theme .toolbar__item--active .toolbar__button:hover {
  color: #3192e7 !important;
}

.megadraft-editor .toolbar.white-thin-theme .toolbar__item--separator {
  border-right: 1px solid #404040;
}

.megadraft-editor .toolbar.white-thin-theme .toolbar__item .toolbar__button {
  height: 45px;
  width: 45px;
  transition: none;
}

.megadraft-editor .toolbar.white-thin-theme .toolbar__item .toolbar__button:hover {
  background-color: #f3f3f3;
  color: #404040;
  transition: none;
}

.megadraft-editor .toolbar.white-thin-theme .toolbar__input {
  color: #404040;
  height: 45px;
  width: 512px;
}

.megadraft-editor .block__hover,
.megadraft-editor .block__hover--readonly {
  padding: 8px;
  margin: -8px;
}

.megadraft-editor .block__hover.small,
.megadraft-editor .block__hover--readonly.small {
  width: 40%;
  display: inline-block;
  margin-left: 30%;
}

.megadraft-editor .block__hover.medium,
.megadraft-editor .block__hover--readonly.medium {
  width: 70%;
  display: inline-block;
  margin-left: 15%;
}

.megadraft-editor .block__hover:hover {
  background-color: #eee;
  border-radius: 4px;
}

.megadraft-editor .public-DraftEditor-content figure {
  margin: 0;
}

.megadraft-editor .block__wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border-radius: 3px;
  border: solid 1px #ddd;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.megadraft-editor .block__controls {
  overflow: auto;
  padding: 8px;
}

.megadraft-editor .block__action-group {
  color: #999;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.megadraft-editor .block__action {
  display: inline-block;
  padding: 0 8px;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  font-size: 0;
}

.megadraft-editor .block__action:hover {
  color: #000;
}

.megadraft-editor .block__action__icon {
  vertical-align: middle;
}

.megadraft-editor .block__content {
  background-color: #eee;
  line-height: 100px;
  text-align: center;
  position: relative;
}

.megadraft-editor .block__content--with-padding {
  padding: 16px;
}

.megadraft-editor .block__content:before, .megadraft-editor .block__content:after {
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  content: "";
  left: 0;
}

.megadraft-editor .block__content:before {
  top: 0;
}

.megadraft-editor .block__content:after {
  bottom: 0;
}

.megadraft-editor .block__notfound__icon {
  color: #999;
  vertical-align: middle;
  width: 64px;
  height: 64px;
  margin: 104px;
}

.megadraft-editor .block__data {
  padding: 8px 16px;
  background-color: #fff;
}

.megadraft-editor .block__input {
  border: 0;
  border-bottom: 1px dashed transparent;
  color: #333;
  display: block;
  padding: 8px 0;
  width: 100%;
  font-size: 0.9em;
}

.megadraft-editor .block__input--small-padding {
  padding: 8px 0 5px 0;
}

.megadraft-editor .block__input--big-text {
  font-size: 1rem;
  font-weight: bold;
}

.megadraft-editor .block__input__row {
  line-height: 1rem;
}

.megadraft-editor .block__input__wrapper {
  position: relative;
}

.megadraft-editor .block__input__icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
  width: 16px;
  height: 16px;
  display: none;
  pointer-events: none;
}

.megadraft-editor .block__input:hover {
  border-color: #999;
}

.megadraft-editor .block__input:hover + svg.block__input__icon {
  display: inline-block;
}

.megadraft-editor .block__input:focus {
  border-color: #0072de;
  border-style: solid;
}

.megadraft-editor .block__input:focus + svg.block__input__icon {
  display: inline-block;
}

.megadraft-editor .block__input:placeholder {
  color: #999;
}

.megadraft-editor .block__input--empty {
  border-color: #ccc;
}

.megadraft-editor .block__input--empty :hover {
  border-color: #999;
}

.megadraft-editor .block__input--empty + svg.block__input__icon {
  color: #999;
  display: inline-block;
}

.megadraft-editor .block__input--error, .megadraft-editor .block__input--error.block__input--empty, .megadraft-editor .block__input--error:hover {
  border-color: #ff351e;
  border-style: solid;
}

.megadraft-editor .block__input--error + svg.block__input__icon {
  color: #ff351e;
  display: inline-block;
}

.megadraft-editor .block__input__error-text {
  color: #ff351e;
  margin-top: 6px;
  font-size: 0.75rem;
}

.megadraft-editor .block__input--readonly, .megadraft-editor .block__input--readonly.block__input--empty, .megadraft-editor .block__input--readonly:hover {
  border: none;
}

.megadraft-editor .block__input--readonly:hover + svg.block__input__icon {
  display: none;
}

.megadraft-editor .block__input--readonly:focus {
  border: none;
}

.megadraft-editor .block__input--readonly:focus + svg.block__input__icon {
  display: none;
}

.megadraft-editor .dropdown__wrapper {
  border-radius: 2px;
  position: absolute;
  background: #fff;
  color: #999;
  cursor: pointer;
  font-weight: bold;
  z-index: 10;
}

.megadraft-editor .dropdown__wrapper--open {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  color: #333;
}

.megadraft-editor .dropdown {
  display: none;
  list-style: none;
  margin: 0;
  border-top: 1px solid #ddd;
  padding: 8px 0;
}

.megadraft-editor .dropdown--open {
  display: block;
}

.megadraft-editor .dropdown__arrow {
  margin-left: 5px;
  vertical-align: middle;
}

.megadraft-editor .dropdown__arrow--open {
  transform: rotate(180deg);
}

.megadraft-editor .dropdown__option {
  color: #999;
}

.megadraft-editor .dropdown__option:hover {
  background-color: #0669de;
  color: #fff;
}

.megadraft-editor .dropdown__item {
  padding: 0 8px;
  line-height: 40px;
  font-size: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.megadraft-editor .dropdown__item--selected:hover {
  color: #333;
}

.megadraft-editor .dropdown__item__text {
  vertical-align: middle;
  margin-left: 8px;
  font-size: 0.75rem;
}

.megadraft-editor .dropdown__item__icon {
  vertical-align: middle;
}

.megadraft-editor .media__message--error {
  background-color: #e83f26;
  color: #fff;
}

.megadraft-editor .media__message--warning {
  background-color: #fff7d8;
  color: #b59223;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.megadraft-editor .media__message-text {
  text-align: left;
  padding: 8px;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
}

.megadraft-editor .move-control {
  border: 8px solid rgba(238, 238, 238, 0);
  border-radius: 4px;
  display: flex;
  transition: margin 0.3s;
}

.megadraft-editor .move-control:hover {
  border: 8px solid #eeeeee;
}

.megadraft-editor .move-control:hover .options {
  border: 8px solid #eeeeee;
  opacity: 1;
}

.megadraft-editor .move-control__target {
  width: 100%;
}

.megadraft-editor .move-control--atomic:hover {
  background-color: #eeeeee;
}

.megadraft-editor .move-control--swapped {
  margin-left: -8px;
}

.megadraft-editor .options--swapped {
  margin-left: 8px !important;
}

.megadraft-editor .options {
  width: 40px;
  height: 76px;
  margin: -8px -40px -8px 0;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #eee;
  opacity: 0;
  transition: margin 0.3s;
  cursor: default;
}

.megadraft-editor .options__button {
  border: 0;
  height: 24px;
  width: 24px;
  font-size: 0;
  padding: 0;
  outline: none;
  background: none;
  cursor: pointer;
}

.megadraft-editor .options__button--disabled {
  pointer-events: none;
  opacity: 0.5;
}

.megadraft-editor .options__button:hover {
  background: rgba(33, 33, 33, 0.08);
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
}

.megadraft-editor .options__button:active {
  background: rgba(33, 33, 33, 0.16);
}

.megadraft-editor .options__button--up {
  transform: rotate(180deg);
}

.megadraft-editor.placeholder-hide .public-DraftEditorPlaceholder-root {
  visibility: hidden;
}

.megadraft-editor.movable .public-DraftEditorPlaceholder-root {
  padding: 8px 0 0 8px;
}

.megadraft-editor .toolbar__input {
  font-size: 0.875em !important;
}
.megadraft-editor h1, .megadraft-editor h2, .megadraft-editor h3, .megadraft-editor h4, .megadraft-editor h5, .megadraft-editor .DraftEditor-root {
  font-family: "Heebo", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.megadraft-editor h3 {
  font-size: 32px !important;
}
.megadraft-editor h4 {
  font-size: 26px !important;
}
.megadraft-editor h3, .megadraft-editor h4 {
  margin-top: 21px !important;
  margin-bottom: 10.5px !important;
}
.megadraft-editor .DraftEditor-root {
  line-height: 2.15rem !important;
}
.megadraft-editor blockquote {
  padding: 10.5px 21px !important;
  line-height: 2.65rem;
  color: black !important;
  font-style: normal !important;
  font-size: 18.75px;
  border-left: 5px solid #f5f5f5 !important;
}
.megadraft-editor .DraftEditor-root, .megadraft-editor .toolbar {
  font-size: 1em !important;
}
.megadraft-editor .paragraph + .paragraph {
  margin-top: 0 !important;
}
.megadraft-editor .public-DraftStyleDefault-ol, .megadraft-editor .public-DraftStyleDefault-ul {
  margin: 0 !important;
}
.megadraft-editor .block__controls {
  height: 56px;
}
.megadraft-editor .block__controls > div svg {
  display: inline;
}
.megadraft-editor .block__controls > ul {
  padding-top: 8px;
}
.megadraft-editor .editor__link {
  color: inherit;
  text-decoration: underline;
}

.btn-file {
  width: 100%;
  text-align: left;
}

.ui-state-default {
  border: 1px solid #d1d1d1 !important;
  background: none !important;
  font-weight: inherit !important;
  color: inherit !important;
}

.elements ul {
  list-style-type: none;
  padding: 0;
}
.elements ul li {
  position: relative;
}
.elements ul li:hover {
  background: rgba(255, 255, 255, 0.7);
  cursor: move;
}
.elements ul li .btn-link {
  padding: 7px 13px;
  display: inline-block;
  padding-right: 24px;
  margin-left: 33px;
  margin-right: 35px;
  text-decoration: none;
  border: none;
}
.elements ul li:before {
  content: "\e095";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #fc992b;
  border-radius: 50%;
  font-size: 17px;
  left: 0px;
  top: 50%;
  margin-top: -15px;
}

span.logo-placeholder {
  font-size: 36px;
  background: #CDCDCD;
  color: #EDEDED;
  padding: 12px 12px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.form-control {
  border-radius: 0;
}

.list-group-item.glyphicon-padding {
  padding-right: 35px;
}
.list-group-item.glyphicon-padding.active {
  padding-right: 36px;
}
.list-group-item.glyphicon-padding.active > .hover-buttons > * {
  margin-right: 1px;
}

.navbar-brand {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
}
.navbar-brand svg, .navbar-brand img {
  display: flex;
  height: 32px;
  margin-top: 0;
}

.nav-pills.list-group > li {
  background-color: #f5f5f5;
}

.nav-pills .list-group {
  margin: 20px 0 0 0;
}

.nav-pills:not(.list-group) > li > a {
  padding: 10px 15px 10px 30px;
}

span.glyphicon.glyphicon-margin {
  margin-right: -20px;
  margin-top: 2px;
}

span.help-block {
  margin: 0;
}

a, .btn-link {
  color: #222;
}

.btn-link {
  cursor: pointer;
  text-decoration: underline;
}

.underlined {
  text-decoration: underline;
}

p:last-child:not(.old-p-margin) {
  margin-bottom: 0;
}

.pick-a-color-markup .input-group-btn .color-dropdown {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 38px;
}

.pick-a-color-markup .input-group-btn .color-dropdown:focus {
  background-color: #798d8f;
}

.pick-a-color-markup .btn {
  border-color: #758396;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.nav-tabs.nav-justified > li > a {
  border-bottom-color: #dce4ec;
}
.nav-tabs.nav-justified > li.active > a:hover, .nav-tabs.nav-justified > li.active > a:focus, .nav-tabs.nav-justified > li.active > a {
  border-color: #dce4ec #dce4ec white #dce4ec;
}

input[type=date].form-control, input[type=time].form-control {
  line-height: normal;
}

.radio input[type=radio], .checkbox input[type=checkbox] {
  margin-top: 2px;
}

.well p {
  font-weight: 200;
}

.well h3,
.jumbotron h3 {
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 0;
}

.jumbotron {
  border-left: 5px solid #222;
}
.jumbotron p {
  margin-bottom: 10px;
}
.jumbotron.completed {
  border-left-color: #7cc253;
}
.jumbotron.submitted {
  border-left-color: #00a0d0;
}
.jumbotron.rejected {
  border-left-color: #e91c51;
}
.jumbotron > .svg-wrapper {
  font-size: 35px;
}
.jumbotron small {
  color: #222;
  display: block;
  font-size: 11px;
  margin-top: 5px;
  text-transform: uppercase;
}

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

table.table a.list-group-item {
  text-decoration: none;
}

.download-report-modal a:hover {
  cursor: pointer;
}

.table th {
  padding: 10px 5px !important;
}

.table td {
  padding: 5px !important;
}

#all_tracks ul {
  line-height: 21px;
}

.dataTables_filter {
  float: right;
}

.editable {
  padding: 0px;
  border: 0px;
}

.editable-click, a.editable-click, a.editable-click:hover {
  border-bottom: 0px;
  text-align: left;
  text-decoration: underline;
}

.tooltip-wrapper {
  cursor: not-allowed;
  display: inline-block;
}
.tooltip-wrapper .btn[disabled] {
  pointer-events: none;
}

.btn.disabled,
.btn[disabled],
.btn[disabled]:hover {
  border-color: #999;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
}

.btn.active {
  cursor: default;
}

.dropup.open > .dropdown-menu {
  transform: translateZ(0);
}

button > .svg-wrapper {
  vertical-align: top;
}

.btn-toolbar {
  margin-left: 0;
}
.btn-toolbar > .btn:first-child {
  margin-left: 0;
}

.container-fluid.flex {
  display: flex;
}

.toolbar__button > svg {
  display: inline;
}

button svg {
  pointer-events: none;
}

.table-hover > tbody > tr.no-padding:hover {
  background-color: transparent;
}

.has-error .checkbox .btn-link:not(:hover) {
  color: inherit;
}

.dataTables_wrapper th {
  pointer-events: none;
}

#subscription_settings {
  margin-bottom: 0;
}

#settings_details {
  margin-bottom: 15px;
}

.dataTables_processing {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #00a0d0;
  height: 4px;
  animation: 500ms linear infinite progress;
  margin-bottom: -4px;
}

@keyframes progress {
  0% {
    width: 0%;
  }
  25% {
    width: 50%;
  }
  50% {
    width: 75%;
  }
  75% {
    width: 85%;
  }
  100% {
    width: 100%;
  }
}
.label-show-item {
  display: inline-block;
  padding: 5px 8px;
  margin-bottom: 5px;
  margin-right: 5px;
  color: #444;
  text-decoration: none !important;
  border: 1px solid #ccc;
  font-size: 11px;
  text-transform: uppercase;
  background-color: #fff;
}

.post-rules-preview {
  padding: 30px;
  background-color: #f3f3f3;
  border-radius: 5px;
  margin-bottom: 20px;
}

.post-rules-form .post-rule {
  width: 100%;
  display: inline-block;
  background-color: #f3f3f3;
  border-radius: 5px;
  padding-top: 33px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
.post-rules-form .post-rule .post-is-public {
  text-align: center;
  padding: 10px;
}
.post-rules-form .post-rule .select2-selection--single {
  height: 35px;
}
.post-rules-form .post-rule .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}
.post-rules-form .post-rule .select2-selection--single .select2-selection__arrow {
  height: 34px;
}
.post-rules-form .post-rule .select2-selection--multiple {
  min-height: 35px;
}
.post-rules-form .post-rule .btn-group .btn-info.radio:nth-child(2) {
  border-radius: 20px 0 0 20px;
}
.post-rules-form .post-rule .remove-rule {
  position: absolute;
  right: 5px;
  top: 10px;
  cursor: pointer;
  padding: 15px;
  transition: background-color 0.5s ease;
}
.post-rules-form .post-rule .remove-rule:hover {
  background-color: #e0e0e0;
  border-radius: 3px;
  transition: background-color 0.5s ease;
}

.view-switcher-container {
  margin-bottom: 20px;
  width: 100%;
  display: inline;
}
.view-switcher-container .view-switcher {
  float: right;
}
.view-switcher-container .view-switcher .btn.active {
  box-shadow: none;
}
.view-switcher-container .view-switcher .btn.active span {
  color: #00a0d0;
}
.view-switcher-container .view-switcher span {
  margin-right: 0;
}

.pagination-wrapper {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.blog-view .dataTables_wrapper .row:nth-child(2) table {
  background-color: #ffffff;
}
.blog-view .dataTables_wrapper tbody td:last-child div {
  white-space: nowrap;
  margin-bottom: 5px;
}
.blog-view .dataTables_wrapper tbody td:last-child div:last-child {
  margin-bottom: 0;
}
.blog-view .dataTables_wrapper tbody td:last-child div .glyphicon {
  margin-right: 5px;
}
.blog-view .dataTables_wrapper tbody .post-table-title {
  padding: 10px;
  display: inline-block;
}

.post-wrapper {
  padding: 15px;
}
.post-wrapper:hover {
  background-color: #f5f5f5;
  border-radius: 4px;
}
.post-wrapper .post-container {
  width: 100%;
  border: 1px solid #e3e3e3;
  padding: 0;
  transition: height 400ms ease-in;
  display: inline-block;
  min-height: 418px;
  position: relative;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.post-wrapper .post-container.no-image {
  min-height: 194px;
}
.post-wrapper .post-container .post-image {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
}
.post-wrapper .post-container .post-title {
  padding: 20px 20px 10px;
  font-size: 1.25em;
  font-weight: 600;
  min-height: 56px;
}
.post-wrapper .post-container .post-by {
  padding-left: 20px;
  font-size: 0.9em;
}
.post-wrapper .post-container .post-date {
  padding-left: 20px;
  font-size: 0.9em;
  color: #808080;
}
.post-wrapper .post-container .post-preview {
  overflow: hidden;
  font-size: 0.9em;
  transition: height 400ms ease-in;
  position: relative;
  padding: 0 5px;
}
.post-wrapper .post-container .post-preview .background-fader {
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 74%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(74%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 74%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 74%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 74%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 74%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0);
}
.post-wrapper .post-container .post-buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.post-wrapper .post-container .post-buttons a {
  transition: none;
}
.post-wrapper .post-container .post-buttons .btn {
  border-radius: 0;
  line-height: 25px;
  width: 50%;
}
.post-wrapper .post-container .post-buttons .btn + .btn {
  border-left: none;
}
.post-wrapper .post-container .post-buttons .hide-more {
  display: none;
}
.post-wrapper .post-container.active .background-fader {
  display: none;
}

.post-view {
  display: none;
}

.post .post-buttons {
  display: inline-block;
  width: 100%;
}
.post .post-buttons .post-locale-switcher .btn {
  text-transform: uppercase;
}
.post .post-buttons .post-locale-switcher .btn.active {
  box-shadow: none;
}
.post .post-buttons .post-locale-switcher .btn.active span {
  color: #00a0d0;
}
.post .post-rules-container {
  background-color: #ffffff;
  padding: 5px 25px 10px;
  margin-top: 20px;
}
.post .post-content {
  margin-top: 20px;
}
.post .post-content .post-title {
  background-color: white;
  margin-bottom: 20px;
  padding: 20px;
}
.post .post-content .post-locale-switcher-container {
  text-transform: uppercase;
}

.croppie-container {
  width: 100%;
  height: 100%;
}

.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  max-height: none;
  max-width: none;
}

.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
  position: absolute;
  border: 2px solid #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid black;
  background: #fff;
  width: 10px;
  height: 10px;
  content: "";
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
  left: 50%;
  margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
  top: 50%;
  margin-top: -5px;
}

.croppie-container .cr-original-image {
  display: none;
}

.croppie-container .cr-vp-circle {
  border-radius: 50%;
}

.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
  touch-action: none;
}

.croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 15px auto;
  text-align: center;
}

.croppie-result {
  position: relative;
  overflow: hidden;
}

.croppie-result img {
  position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/
.cr-slider {
  -webkit-appearance: none;
  /*removes default webkit styles*/
  /*border: 1px solid white; */ /*fix for FF unable to apply focus style bug */
  width: 300px;
  /*required for proper track sizing in FF*/
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

.cr-slider:focus {
  outline: none;
}

/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/
.cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

.cr-slider::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent; /*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent; /*remove default tick marks*/
}

.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: 1px;
}

.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
}

.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
}

/*******************************************/
/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}

.cr-rotate-controls button {
  border: 0;
  background: none;
}

.cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
}

.cr-rotate-l i:before {
  content: "↺";
}

.cr-rotate-r i:before {
  content: "↻";
}
