.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.component,
.module {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  overflow: hidden;
}
.component .info,
.component .list,
.module .info,
.module .list {
  padding: 15px;
  margin: 0;
  list-style: none;
}
.component,
.module {
  box-shadow: 0 1px 3px rgba(136, 136, 136, 0.075);
  margin-bottom: 20px;
}
.light.component,
.light.module {
  background: #fafafa;
}
.success.component,
.success.module {
  border-color: #03c9a9;
  color: #03c9a9;
}
.error.component,
.error.module {
  border-color: #ef4836;
  color: #ef4836;
} /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
}
body {
  font: 1em/1.6 sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: -0.3em;
  font-weight: 400;
}
h1 {
  font-size: 2em;
  margin-bottom: 15px;
}
h2 {
  font-size: 1.8em;
  margin-bottom: 10px;
}
h3 {
  font-size: 1.6em;
  margin-bottom: 10px;
}
h4 {
  font-size: 1.4em;
  margin-bottom: 10px;
}
h5 {
  font-size: 1.2em;
  margin-bottom: 5px;
}
h6 {
  font-size: 1em;
  margin-bottom: 5px;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
a {
  color: #16a085;
}
a:hover {
  color: #333;
}
ul {
  list-style: square inside;
}
ol {
  list-style: decimal inside;
}
ol,
ul {
  padding-left: 0;
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 1em 0 1em 1em;
  line-height: 1.6;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: top;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 1em;
}
hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border-width: 0;
  border-top: 1px solid #eee;
}
code {
  padding: 0;
  margin: 0;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
pre > code {
  display: block;
  padding: 1em;
  white-space: pre;
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.5;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 10px;
}
.btn,
.btn-sm,
.btn-xs {
  font: inherit;
  display: inline-block;
  padding: 8px 30px;
  color: #555;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #aaa;
  cursor: pointer;
  box-sizing: border-box;
  line-height: 1.6;
  transition: background 0.2s ease-out;
  outline: 0;
}
.btn svg,
.btn-sm svg,
.btn-xs svg {
  height: 1.25em;
  width: 1.25em;
  vertical-align: middle;
  fill: currentcolor;
}
.btn-sm:focus,
.btn-sm:hover,
.btn-xs:focus,
.btn-xs:hover,
.btn:focus,
.btn:hover {
  color: #16a085;
  border-color: #16a085;
  box-shadow: 0 1px 8px rgba(22, 160, 133, 0.5);
}
.btn + .btn,
.btn + .btn-sm,
.btn + .btn-xs,
.btn-sm + .btn,
.btn-sm + .btn-sm,
.btn-sm + .btn-xs,
.btn-xs + .btn,
.btn-xs + .btn-sm,
.btn-xs + .btn-xs {
  margin-left: 10px;
}
.unbtn {
  border: none;
  outline: 0;
  cursor: pointer;
  background: 0 0;
}
.btn[disabled],
[disabled].btn-sm,
[disabled].btn-xs,
button[disabled] {
  background-color: #aaa !important;
  color: #eee !important;
  cursor: not-allowed;
}
.btn-primary {
  color: #fff !important;
  background-color: #16a085;
  border-color: #16a085 !important;
}
.btn-primary:hover {
  color: #fff;
  background-color: #138a72;
}
.label-green {
  display: none;
}
.btn-green {
  color: #fff !important;
  background-color: #03c9a9;
  border-color: #03c9a9 !important;
}
.btn-green:hover {
  color: #fff;
  background-color: #03b094;
}
.btn-green .label-normal {
  display: none;
}
.btn-green .label-green {
  display: inline;
}
.btn-red {
  color: #fff !important;
  background-color: #ef4836;
  border-color: #ef4836 !important;
}
.btn-red:hover {
  color: #fff;
  background-color: #ed321e;
}
.btn-info {
  color: #fff !important;
  background-color: #2dcccd;
  border-color: #2dcccd !important;
}
.btn-info:hover {
  color: #fff;
  background-color: #28b7b8;
}
.btn-warn {
  color: #fff !important;
  background-color: #f0ad4e;
  border-color: #f0ad4e !important;
}
.btn-warn:hover {
  color: #fff;
  background-color: #eea236;
}
.form-control,
.input,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="phone"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
select,
textarea {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  transition: background-color 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  font-size: 1em;
}
.form-control:focus,
.input:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="phone"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  background-color: #ecfcf9;
  border-color: #16a085 !important;
  outline: 0;
}
.form-control:hover,
.input:hover,
input[type="date"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="phone"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
select:hover,
textarea:hover {
  border-color: #888;
}
textarea {
  min-height: 80px;
}
textarea.thin {
  min-height: auto;
}
textarea.autogrow {
  resize: none;
  line-height: 1.7;
}
.dropdown,
input.date,
select {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' height='19' viewBox='0 0 24 24'><path d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
}
input[disabled],
textarea[disabled] {
  background-color: #eee;
}
fieldset {
  padding: 0;
  border-width: 0;
  margin-bottom: 1em;
}
fieldset legend {
  color: #888;
  text-transform: uppercase;
  font-weight: 700;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: 1em;
  font-weight: 400;
}
.form-control {
  width: 100%;
  box-sizing: border-box;
}
.form-label,
legend {
  display: block;
  margin-bottom: 5px;
}
.form-group {
  margin-bottom: 1em;
}
.form-group.required .form-label {
  font-weight: 700;
}
.form-group.required .form-label::after {
  content: " *";
  color: red;
}
.no-label .form-label {
  display: none;
}
.btn-sm {
  padding: 4px 10px;
  font-size: 0.85em;
}
.btn-sm > button {
  padding: 4px 10px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 0.85em;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-group {
  white-space: nowrap;
}
.btn-group .btn,
.btn-group .btn-sm,
.btn-group .btn-xs {
  border-left: none;
  margin-left: -4px;
  border-radius: 0;
}
.btn-group .btn input[type="radio"],
.btn-group .btn-sm input[type="radio"],
.btn-group .btn-xs input[type="radio"] {
  display: none;
}
.btn-group .btn-sm.first,
.btn-group .btn.first,
.btn-group .first.btn-xs {
  border-left: 2px solid #aaa;
  border-radius: 3px 0 0 3px;
}
.btn-group .btn-sm.last,
.btn-group .btn.last,
.btn-group .last.btn-xs {
  border-radius: 0 3px 3px 0;
}
.btn-group .btn-dropdown > .btn-sm {
  border-left: none;
  border-radius: 0 3px 3px 0;
}
form .actions {
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
form .actions:after,
form .actions:before {
  content: " ";
  display: table;
}
form .actions:after {
  clear: both;
}
.input-group {
  position: relative;
  display: flex;
}
.input-group .form-control {
  flex: 1;
}
.input-group .form-group {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .prefix,
.input-group .suffix {
  padding: 6px 12px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  white-space: nowrap;
  vertical-align: middle;
  flex: 0;
}
.input-group .suffix {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .prefix {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-big .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
}
.form-inline .form-group {
  display: inline-block;
}
.form-inline .form-control {
  width: auto;
}
.form-inline .form-group + .btn,
.form-inline .form-group + .btn-sm,
.form-inline .form-group + .btn-xs,
.form-inline .form-group + .form-group {
  margin-left: 10px;
}
@media only screen and (min-width: 1280px) {
  .form-columnar {
    width: 500px;
  }
  .form-columnar .form-group {
    clear: both;
  }
  .form-columnar .form-group .form-control {
    width: 340px;
  }
  .form-columnar .form-group label {
    width: 140px;
    margin-right: 20px;
    float: left;
    text-align: right;
    word-wrap: break-word;
  }
  .form-columnar .actions {
    padding-left: 160px;
  }
}
.switch {
  position: relative;
  height: 18px;
  line-height: 18px;
  cursor: pointer;
}
.switch input {
  display: none;
}
.switch .wrap {
  position: relative;
  padding-left: 42px;
}
.switch .slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  width: 32px;
  height: 20px;
  border-radius: 12px;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 50%;
}
.switch .text-off,
.switch .text-on {
  margin-left: 5px;
  color: #888;
}
.switch .text-on {
  display: none;
}
.switch .text-off {
  display: inline;
}
.switch input:checked + .wrap .slider {
  background-color: #16a085;
}
.switch input:checked + .wrap .slider:before {
  -webkit-transform: translateX(12px);
  transform: translateX(12px);
}
.switch input:checked + .wrap .text-on {
  display: inline;
}
.switch input:checked + .wrap .text-off {
  display: none;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #16a085;
}
.switch.round {
  border-radius: 24px;
}
.switch.round:before {
  border-radius: 50%;
}
label.filepicker input[type="file"] {
  display: none;
}
.checkbox2,
.radio2 {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox2 input[type="checkbox"],
.checkbox2 input[type="radio"],
.radio2 input[type="checkbox"],
.radio2 input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox2 .label-text:before,
.radio2 .label-text:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ddd;
  transition: background-color 0.2s;
  border-radius: 3px;
}
.checkbox2:hover .label-text:before,
.radio2:hover .label-text:before {
  background-color: #ccc;
}
.checkbox2 input:checked ~ .label-text:before,
.radio2 input:checked ~ .label-text:before {
  background-color: #16a085;
}
.checkbox2 .label-text:after,
.radio2 .label-text:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox2 > input:checked ~ .label-text:after,
.radio2 > input:checked ~ .label-text:after {
  display: block;
}
.checkbox2 .label-text:after {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  height: 10px;
  left: 6px;
  top: 4px;
}
.radio2 .label-text:before {
  border-radius: 50%;
}
.radio2 .label-text:after {
  border-radius: 50%;
  background: #fff;
  width: 8px;
  height: 8px;
  left: 6px;
  top: 8px;
}
.nav-form,
.searchbox,
form.search {
  position: relative;
}
.nav-form input.search,
.searchbox input.search,
form.search input.search {
  width: 100%;
}
.nav-form button.icon,
.searchbox button.icon,
form.search button.icon {
  top: 0;
  border: none;
  box-shadow: none;
  width: 30px;
  height: 100%;
  color: #4f5b66;
  outline: 0;
  opacity: 1;
  right: 0;
  padding: 0;
  position: absolute;
  background: 0 0;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' height='12' width='12' viewBox='0 0 26 28'><path fill='%23888' d='M18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zm8 13c0 1.094-.906 2-2 2a1.96 1.96 0 0 1-1.406-.594l-5.359-5.344a10.971 10.971 0 0 1-6.234 1.937c-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-.672 4.406-1.937 6.234l5.359 5.359c.359.359.578.875.578 1.406z'/></svg>");
}
input.searchInput {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' height='12' width='12' viewBox='0 0 26 28'><path fill='%23888' d='M18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zm8 13c0 1.094-.906 2-2 2a1.96 1.96 0 0 1-1.406-.594l-5.359-5.344a10.971 10.971 0 0 1-6.234 1.937c-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-.672 4.406-1.937 6.234l5.359 5.359c.359.359.578.875.578 1.406z'/></svg>");
}
form .help-block {
  display: block;
  margin-top: 10px;
  color: #888;
}
.has-error input,
.has-error select,
.has-error textarea {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
  border-color: #ef4836;
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'><path stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/><circle r='.5'/><circle cx='3' r='.5'/><circle cy='3' r='.5'/><circle cx='3' cy='3' r='.5'/></svg>");
}
.has-error input:focus,
.has-error input:hover,
.has-error select:focus,
.has-error select:hover,
.has-error textarea:focus,
.has-error textarea:hover {
  border-color: #ef4836 !important;
}
.has-error .help-block {
  color: #ef4836;
}
.error {
  color: #ef4836;
}
.success {
  color: #03c9a9;
}
.rating-ctrl {
  margin: 0;
  overflow: hidden;
  display: inline-block;
}
.rating-ctrl:not(:checked) > input {
  position: absolute;
  left: -9999px;
  clip: rect(0, 0, 0, 0);
}
.rating-ctrl:not(:checked) > label {
  float: right;
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  line-height: 1;
  color: #bbb;
}
.rating-ctrl:not(:checked) > label:before {
  content: "★";
}
.rating-ctrl > input:checked ~ label {
  color: #f70;
}
.rating-ctrl:not(:checked) > label:hover,
.rating-ctrl:not(:checked) > label:hover ~ label {
  color: gold;
}
.rating-ctrl > input:checked + label:hover,
.rating-ctrl > input:checked + label:hover ~ label,
.rating-ctrl > input:checked ~ label:hover,
.rating-ctrl > input:checked ~ label:hover ~ label,
.rating-ctrl > label:hover ~ input:checked ~ label {
  color: #ea0;
}
.rating-ctrl > label:active {
  position: relative;
  top: 2px;
  left: 2px;
}
.rating-ctrl > input:disabled ~ label {
  pointer-events: none;
}
.avg-rating-num {
  font-size: 300%;
  font-weight: 700;
}
.rating .label {
  color: #888;
}
.donut {
  position: relative;
}
.donut__text {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  font-weight: 700;
}
.btn-dropdown {
  display: inline-block;
  position: relative;
}
.btn-dropdown .dropdown {
  padding: 0 20px 0 0 !important;
  background-position: center right;
}
.btn-dropdown .dd-menu {
  position: absolute;
  border: 2px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  list-style-type: none;
  z-index: 99;
  text-align: right;
}
.btn-dropdown .dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}
.btn-dropdown .dd-menu li:hover {
  background-color: #fff;
}
.btn-dropdown .dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}
.btn-dropdown .dd-menu li.divider {
  padding: 0;
  border-bottom: 1px solid #eee;
}
.btn-dropdown--right .dd-menu {
  right: -2px;
}
.btn-dropdown .dd-input {
  display: none;
}
.btn-dropdown .dd-input + .dd-menu {
  display: none;
}
.btn-dropdown .dd-input:checked + .dd-menu {
  display: block;
}
.dropselect {
  position: relative;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' height='19' viewBox='0 0 24 24'><path d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  height: 30px;
  color: #16a085;
  cursor: pointer;
}
.dropselect select {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  right: 0;
}
.table,
.table2 table {
  display: block;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (min-width: 480px) {
  .table,
  .table2 table {
    display: table;
  }
}
.table td,
.table th,
.table2 table td,
.table2 table th {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}
.table .chk,
.table2 table .chk {
  width: 10px;
}
.table .num,
.table .xm,
.table2 table .num,
.table2 table .xm {
  width: 20px;
}
.table .date,
.table2 table .date {
  width: 100px;
}
.table .small,
.table2 table .small {
  width: 10%;
}
.table .quarter,
.table2 table .quarter {
  width: 25%;
}
.table thead select,
.table2 table thead select {
  font-weight: 400;
  height: auto;
}
.table th.half,
.table2 table th.half {
  width: 50%;
}
.table tr.selected,
.table2 table tr.selected {
  background-color: #ffffe0 !important;
}
.tablehead {
  background: #f5f5f5;
}
th.sorting,
th.sorting-asc,
th.sorting-desc,
th.sorting_asc,
th.sorting_desc,
th[data-sort] {
  text-overflow: clip;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
  cursor: pointer;
}
th.sorting-asc::after,
th.sorting-desc::after,
th.sorting::after,
th.sorting_asc::after,
th.sorting_desc::after,
th[data-sort]::after {
  content: " ";
  display: inline-block;
  height: 8px;
  width: 30px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ccc" width="24" height="24" viewBox="0 0 24 24"><path d="M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z"/></svg>')
    no-repeat scroll center transparent;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
th.sorting-asc,
th.sorting-desc,
th.sorting_asc,
th.sorting_desc {
  color: #16a085;
}
th.sorting-asc::after,
th.sorting-desc::after,
th.sorting_asc::after,
th.sorting_desc::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23333" width="24" height="24" viewBox="0 0 24 24"><path d="M7.406 15.422l-1.406-1.406 6-6 6 6-1.406 1.406-4.594-4.594z"/>        </svg>');
}
th.sorting-desc::after,
th.sorting_desc::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
table.striped thead {
  text-transform: uppercase;
}
table.striped tbody tr:hover {
  background-color: #fff;
}
table.bordered {
  box-shadow: 0 1px 3px rgba(136, 136, 136, 0.075);
  border: 1px solid #eee;
}
table.bordered thead {
  background: #eee;
}
.component > table thead,
.module > table thead {
  background: #eee;
}
@media only screen and (max-width: 992px) {
  table.responsive {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
  }
  table.responsive td:empty:before {
    content: " ";
  }
  table.responsive td,
  table.responsive th {
    margin: 0;
    vertical-align: top;
  }
  table.responsive th {
    text-align: left;
  }
  table.responsive thead {
    display: block;
    float: left;
  }
  table.responsive thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive thead tr th::before {
    content: " ";
  }
  table.responsive tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive th {
    display: block;
    text-align: right;
    width: auto !important;
  }
  table.responsive td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive tr {
    padding: 0 10px;
  }
  table.responsive thead {
    border: 0;
    border-right: 1px solid #d0d0d0;
  }
  table.responsive .bordered th {
    border-bottom: 0;
    border-left: 0;
  }
  table.responsive .bordered td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  table.responsive .bordered tr {
    border: 0;
  }
  table.responsive .bordered tbody tr {
    border-right: 1px solid #d0d0d0;
  }
}
.table2 {
  position: relative;
}
.table2__affix {
  position: absolute;
  z-index: 99;
}
.table2 table {
  width: 100%;
}
.table2 thead {
  border-bottom: 1px solid #eee;
}
.table2 tbody {
  background: #fff;
}
.table2 tbody tr.selected,
.table2 tbody tr:hover {
  background: #c5c5c5;
}
.table2 .counter {
  color: #888;
}
.table2 ul.pager {
  float: right;
  list-style: none;
}
.table2 ul.pager li {
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #16a085;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.table2 ul.pager li:first-child {
  border-radius: 3px 0 0 3px;
}
.table2 ul.pager li:last-child {
  border-radius: 0 3px 3px 0;
}
.table2 ul.pager a {
  display: block;
  padding: 6px 12px;
}
.table2 ul.pager a:hover {
  background: #eee;
}
.table2 ul.pager a.active {
  background: #16a085;
  color: #fff;
}
.table2 .search-form {
  position: relative;
  float: right;
  margin-bottom: 10px;
}
.table2 .search-form input {
  width: 100%;
  height: 30px;
  padding: 6px 10px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  transition: background-color 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: inherit;
  font-size: 1em;
}
.table2 .search-form button {
  border: none;
  box-shadow: none;
  width: 30px;
  height: 100%;
  color: #4f5b66;
  outline: 0;
  opacity: 1;
  right: 0;
  padding: 0;
  position: absolute;
  background: 0 0;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' height='12' width='12' viewBox='0 0 26 28'><path fill='%23888' d='M18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zm8 13c0 1.094-.906 2-2 2a1.96 1.96 0 0 1-1.406-.594l-5.359-5.344a10.971 10.971 0 0 1-6.234 1.937c-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-.672 4.406-1.937 6.234l5.359 5.359c.359.359.578.875.578 1.406z'/></svg>");
}
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.container:after,
.row:after {
  clear: both;
}
.container,
.container-fluid,
.container-wide {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
.container {
  max-width: 1920px;
}
@media only screen and (min-width: 1280px) {
  .container,
  .container-wide {
    padding: 0 60px;
  }
  .container-fluid {
    padding: 0 5%;
  }
}
.flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.flex--center {
  justify-content: center;
}
.flex--middle {
  align-self: center;
}
@media only screen and (min-width: 480px) {
  .flex {
    flex-direction: row;
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media only screen and (min-width: 480px) {
  .flex > * {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .flex .fill {
    flex: 1;
  }
  .flex .col {
    flex: 0 0 auto;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .flex .col-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .flex .col-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .flex .col-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 50%;
    max-width: 50%;
  }
  .flex .col-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .flex .col-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .flex .col-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.alert {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #eee;
  border-radius: 3px;
  overflow: hidden;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert .close-btn {
  float: right;
  padding: 0;
  margin: 0;
  border: 0;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #a3d48e;
  color: #3c763d;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #85c5e5;
  color: #31708f;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #f2e187;
  color: #8a6d3b;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #d59595;
  color: #a94442;
}
@-ms-viewport {
  zoom: 1;
  width: device-width;
}
@-o-viewport {
  zoom: 1;
  width: device-width;
}
@viewport {
  zoom: 1;
  width: device-width;
}
body {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  transition: color 0.2s;
}
img {
  max-width: 100%;
}
.left {
  float: left;
}
.pull-right,
.right {
  float: right;
  right: 0;
  z-index: 99;
}
.hidden {
  display: none;
  visibility: hidden;
}
.hide {
  display: none;
}
.banner {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.banner2 {
  margin-bottom: 20px;
  border-bottom: 2px solid #ddd;
  background: #fff;
  margin-top: -25px;
  padding-top: 30px;
}
.banner2 .tabs {
  margin-bottom: -2px;
}
.banner2 .tabs .active {
  background: #fff;
}
a:hover {
  text-decoration: none;
}
.mv10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mv20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mv40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mv60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mv80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.mv120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
.social {
  height: 50px;
}
.twitter-share-button {
  vertical-align: top;
}
@media only screen and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media only screen and (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .only-xm {
    display: none !important;
  }
}
@media only screen and (min-width: 480px) {
  .only-sm {
    display: none !important;
  }
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  outline: 0;
}
button.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}
.center,
.text-center {
  text-align: center;
}
.component footer,
.component header,
.module footer,
.module header {
  background: #eee;
}
.component header,
.module header {
  border-bottom: 1px solid #eee;
}
.component footer,
.module footer {
  border-top: 1px solid #eee;
}
.component .break,
.module .break {
  border-top: 1px solid #eee;
}
.component footer,
.component header,
.component > .content,
.module footer,
.module header,
.module > .content {
  padding: 15px;
}
.component > table,
.module > table {
  margin: 0;
}
.component {
  padding: 15px;
}
.component .stats {
  border-top: 1px solid #eee;
  margin: 0 -15px -15px;
  padding: 15px;
}
.bigblock {
  padding: 40px 0;
}
.red,
a.lnk-red {
  color: #ef4836;
}
.red:hover,
a.lnk-red:hover {
  color: #f37365;
}
.green,
a.lnk-green {
  color: #03c9a9;
}
.doc p {
  text-align: justify;
}
.mute,
.tip {
  color: #888;
}
@media only screen and (min-width: 992px) {
  .rt {
    float: right;
    margin-left: 20px;
  }
  .lt {
    float: left;
    margin-right: 20px;
  }
}
.narrow {
  max-width: 750px;
  margin: auto;
}
.form-narrow {
  max-width: 510px;
  margin: auto;
}
.half-narrow {
  max-width: 344px;
  margin: auto;
}
ul.timeline {
  margin: 10px;
  list-style: circle outside;
  border-left: solid 3px #eee;
  margin-left: 4px;
  padding-left: 13px;
}
ul.timeline li {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
ul.timeline .box {
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 3px;
  background: #eee;
  margin: 10px 0;
}
ul.nav,
ul.nav-list {
  list-style: none;
}
ul.nav a,
ul.nav-list a {
  display: block;
}
.feedback-btn-footer a {
  background: #16a085;
  height: 20px;
  position: fixed;
  display: none;
  bottom: 0;
  right: 20px;
  padding: 5px 10px;
  color: #fff;
  border: 1px solid #eee;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  transition: all 0.2s;
  color: #fff;
  font-weight: 700;
}
.feedback-btn-footer a:hover {
  padding: 10px;
  background-color: #eee;
}
@media only screen and (min-width: 992px) {
  .feedback-btn-footer a {
    display: block;
  }
}
.link {
  border-bottom: 1px solid #eee;
}
.legend {
  color: #888;
  text-transform: uppercase;
}
.popup-list {
  position: absolute;
  list-style: none;
  margin: 0;
  background: #fff;
  border: 1px solid #ddd;
  max-height: 400px;
  overflow-y: auto;
  border-radius: 3px;
  box-shadow: 0 5px 5px rgba(204, 204, 204, 0.5);
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 999;
  display: none;
}
.popup-list li > a {
  padding: 6px 15px;
  display: block;
}
.popup-list li > a:hover {
  background-color: #eee;
}
.popup-list.show {
  display: block;
  opacity: 1;
}
ul.pagination {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.pagination li {
  display: inline;
}
ul.pagination a {
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 3px;
}
ul.pagination a.active {
  background-color: #888;
  color: #fff;
}
.pill {
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 0 5px;
  background: #eee;
}
.pill.light {
  background: #fafafa;
}
.pill.success {
  border-color: #03c9a9;
  color: #03c9a9;
}
.pill.error {
  border-color: #ef4836;
  color: #ef4836;
}
.highlight {
  background: #c5c5c5 !important;
}
.tag {
  font-size: 11px;
  font-weight: 700;
  margin-right: 5px;
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 3px;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 5px;
}
.tag.light {
  background: #fafafa;
}
.tag.success {
  border-color: #03c9a9;
  color: #03c9a9;
}
.tag.error {
  border-color: #ef4836;
  color: #ef4836;
}
.up {
  text-transform: uppercase;
}
.fa-exp-collapse {
  width: 18px;
}
.fa-exp-collapse:before {
  content: "";
}
.empty-state {
  margin: 40px 0;
  text-align: center;
}
.empty-state h5,
.empty-state p {
  color: #888;
  margin: 20px 0;
}
.empty-state .icon {
  width: 160px;
  height: 160px;
  fill: #bbb;
}
.fileUpload {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.fileUpload input[type="file"] {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  display: none;
}
.image-picker {
  overflow: hidden;
  display: inline;
}
.image-picker .loading {
  display: none;
}
.image-picker svg {
  height: 20px;
  width: 20px;
  fill: #eee;
  transition: fill 0.3s;
  vertical-align: middle;
  margin-right: 10px;
}
.image-picker .label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  padding: 5px;
  background: #333;
  background: rgba(51, 51, 51, 0.5);
  border: 1px solid #eee;
  border-radius: 3px;
  color: #eee;
}
.image-picker input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.image-picker .isloading .text {
  display: none;
}
.image-picker .isloading .loading {
  display: block;
}
[contenteditable="true"]:empty:before {
  content: attr(placeholder);
  display: block;
  color: #888;
}
[contenteditable="true"] {
  border: 2px dashed #ccc;
  padding: 5px;
  outline: 0;
}
[contenteditable="true"]:focus {
  border-color: #16a085;
}
.showWhenEditing {
  display: none;
}
.isEditing .showWhenEditing {
  display: block;
}
.toggleShowmore {
  position: relative;
}
.toggleShowmore::before {
  content: " ";
  display: block;
  height: 16px;
  width: 100%;
  position: absolute;
  top: -16px;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
svg.icon {
  height: 1em;
  width: 1em;
  fill: currentcolor;
  vertical-align: middle;
}
.warn-indicator {
  position: absolute;
  top: 2px;
  right: 5px;
  z-index: 2;
  width: 10px;
  height: 10px;
  color: #fff;
  text-align: center;
  background: red;
  background-clip: padding-box;
  border: 2px solid #fff;
  border-radius: 50%;
  display: none;
}
.on .warn-indicator {
  display: inline;
}
.star {
  color: #f70;
  font-style: normal;
}
.line-thru {
  padding-right: 10px;
  position: absolute;
  background: #fff;
}
.line-thru + hr {
  margin-bottom: 20px;
}
time[aria-label] {
  border-bottom: 1px dotted #eee;
}
.move-v {
  padding: 0 5px;
  cursor: move;
  cursor: -webkit-grabbing;
}
.sortable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sortable > div {
  padding-left: 30px;
  position: relative;
}
.sortable > div::before {
  content: " ";
  cursor: move;
  height: 30px;
  width: 30px;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" viewBox="0 0 24 24" fill="%23888"><path d="M15.984 17.016h3L15 21l-3.984-3.984h3V9.985h1.969v7.031zM9 3l3.984 3.984h-3v7.031H8.015V6.984h-3z"/></svg>');
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 15px;
}
.sortable-drag {
  border: 2px dashed #888;
  background: #eee;
}
.sortable-ghost {
  background: #c5c5c5 !important;
}
.sortable-chosen {
  border: 2px dashed #ccc !important;
}
.nav-pills {
  list-style: none;
}
.nav-pills li {
  margin-bottom: 10px;
}
.nav-pills a {
  padding: 5px 15px;
  display: block;
  border-radius: 3px;
}
.nav-pills a:hover {
  background: #eee;
}
.nav-pills a.active {
  background-color: #16a085;
  color: #fff;
}
.toc {
  z-index: 999;
  position: fixed;
  max-width: 148px;
  top: 104px;
  right: 32px;
  height: calc(100% - 120px);
  overflow-y: auto;
}
.toc--list {
  padding-left: 16px;
}
.toc--list-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toc--link {
  font-size: 12px;
  display: inline-block;
  margin: 8px 0;
  text-decoration: none;
}
.toc--link:hover {
  color: #16a085;
}
.toc--link::before {
  width: 1px;
  background: #eee;
  margin-top: -8px;
}
.toc--link__active {
  font-weight: 400;
  color: #16a085;
}
.toc--link__active::before {
  width: 2px;
  height: 34px;
  background: #16a085;
}
.fullscr:full-screen {
  padding: 20px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  vertical-align: middle;
  background: #fff;
}
.fullscr:full-screen .goFullscr {
  display: none;
}
.fullscr:-moz-full-screen {
  padding: 20px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  vertical-align: middle;
  background: #fff;
}
.fullscr:-moz-full-screen .goFullscr {
  display: none;
}
.fullscr:-webkit-full-screen {
  padding: 20px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  vertical-align: middle;
  background: #fff;
}
.fullscr:-webkit-full-screen .goFullscr {
  display: none;
}
.accordion {
  background-color: transparent;
  cursor: pointer;
  padding: 5px 0;
  text-align: left;
  border: none;
  outline: 0;
  transition: 0.4s;
  font: inherit;
}
.accordion:before {
  content: " ";
  display: inline-block;
  margin-right: 5px;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15.7 11.3l-6-6c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l5.3 5.3-5.3 5.3a1 1 0 0 0 0 1.4c.2.2.4.3.7.3s.5-.1.7-.3l6-6c.4-.4.4-1 0-1.4z"/></svg>')
    no-repeat left;
  height: 1em;
  width: 1em;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  vertical-align: middle;
}
.accordion--open:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  margin-bottom: 20px;
  display: none;
}
.accordion--open + .accordion__panel {
  max-height: initial;
  display: block;
}
.tick:before {
  content: " ";
  display: inline-block;
  margin-right: 5px;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.7 5.3c-0.4-0.4-1-0.4-1.4 0l-10.3 10.3-4.3-4.3c-0.4-0.4-1-0.4-1.4 0s-0.4 1 0 1.4l5 5c0.2 0.2 0.4 0.3 0.7 0.3s0.5-0.1 0.7-0.3l11-11c0.4-0.4 0.4-1 0-1.4z"></path></svg>')
    no-repeat left;
  height: 1em;
  width: 1em;
}
.dropzone {
  border: 2px dotted #ccc;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
  min-height: 100px;
  text-align: center;
}
.dropzone:before {
  content: attr(placeholder);
  color: #888;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
.tag-list {
  margin: 10px 0;
  font-size: 90%;
  list-style: none;
}
.tag-list:after,
.tag-list:before {
  content: " ";
  display: table;
}
.tag-list:after {
  clear: both;
}
.tag-list li {
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  background: #fff;
}
.tag-list li.active {
  font-weight: 700;
}
.vm {
  align-self: center;
}
.jumbotron {
  margin-top: -25px;
  padding: 6em 3em;
  margin-bottom: 6em;
  background-color: #fff;
}
@media only screen and (min-width: 480px) {
  .jumbotron h1 {
    font-size: 3em;
  }
  .jumbotron .subtitle {
    font-size: 1.5em;
  }
}
.card {
  position: relative;
  min-width: 0;
  margin-bottom: 2em;
}
.card__body {
  padding: 15px;
}
.card__img {
  height: 180px;
  overflow: hidden;
  display: block;
  margin-bottom: 15px;
}
.card__img > img {
  width: 100%;
}
.card2 {
  position: relative;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(45, 77, 97, 0.2);
  margin: 20px;
  overflow: hidden;
  text-decoration: none !important;
  display: block;
}
.card2--small {
  margin: 15px;
}
.card2__list {
  text-align: center;
}
.card2__list:after,
.card2__list:before {
  content: " ";
  display: table;
}
.card2__list:after {
  clear: both;
}
.card2__body {
  padding: 15px;
  height: 80px;
}
.card2__footer {
  border-top: 1px solid #eee;
  padding: 15px;
}
.card2__title {
  font-size: 120%;
}
.card2__img {
  height: 170px;
  overflow: hidden;
  display: block;
  color: #eee !important;
}
.card2__img > img {
  width: 100%;
}
.br {
  border-right: 1px solid #eee;
}
.bl {
  border-left: 1px solid #eee;
}
.navbar {
  background-color: #fff;
  line-height: 30px;
  margin-bottom: 20px;
  transition: height 0.3s;
  z-index: 999;
}
.navbar--break {
  display: none;
}
@media only screen and (min-width: 480px) {
  .navbar--break {
    display: block;
  }
}
.navbar__toggle {
  position: absolute;
  display: none !important;
}
.navbar__toggle:checked ~ .navbar--break {
  display: block;
}
.navbar__flex {
  display: flex;
}
.navbar__flex > * {
  padding: 12px 0;
  align-items: center;
}
.navbar__responsive {
  flex-direction: column;
}
@media only screen and (min-width: 480px) {
  .navbar__responsive {
    flex-direction: row;
  }
}
.navbar__fill {
  flex: 1;
  margin-left: 15px;
}
.navbar__brand {
  text-decoration: none;
  font-weight: 700;
  font-size: 22px;
  height: 30px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 480px) {
  .navbar__brand {
    display: block;
  }
}
.navbar__brand img {
  margin-top: 2px;
  height: 25px;
  max-width: none;
}
.navbar__nav {
  white-space: nowrap;
  display: flex;
}
.navbar__nav > li {
  margin-left: 15px;
  position: relative;
}
.navbar__nav a {
  text-decoration: none;
  transition: color 0.2s;
}
.navbar ul {
  list-style-type: none;
  margin: 0;
}
.navbar form {
  margin-bottom: 0;
}
.navbar .dropdown-menu {
  visibility: collapse;
  position: absolute;
  background: #fff;
  border: 1px solid #eee;
  z-index: 1003;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(136, 136, 136, 0.075);
  clip: rect(1px, 1px, 1px, 1px);
  opacity: 0.1;
  transition: opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1),
    -webkit-transform 0.2s cubic-bezier(0.2, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0.2, 0, 0.2, 1),
    opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1);
  transition: transform 0.2s cubic-bezier(0.2, 0, 0.2, 1),
    opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1),
    -webkit-transform 0.2s cubic-bezier(0.2, 0, 0.2, 1);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transform-origin: top;
  transform-origin: top;
}
.navbar .dropdown-menu::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: scale(0.9999);
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #eee transparent;
  top: -10px;
  position: absolute;
  right: 50%;
  right: calc(50% - 5px);
}
.navbar .dropdown-menu hr {
  margin: 0;
}
.navbar .dropdown-menu .dropdown-item {
  display: block;
  padding: 5px 15px;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background-color: #eee;
}
.navbar .dropdown-menu-right {
  right: 0;
}
.navbar .dropdown-menu-right::before {
  right: 10px;
}
.navbar .dropdown {
  position: relative;
}
.navbar .dropdown:hover > .dropdown-menu {
  visibility: visible;
  clip: auto;
  opacity: 1;
  -webkit-transform: translateY(0) scaleY(1);
  transform: translateY(0) scaleY(1);
}
.navbar.scrolled {
  box-shadow: rgba(204, 204, 204, 0.4) 0 0 5px;
  border-bottom-color: #ddd;
}
.progress-bar {
  position: relative;
}
.progress-bar .back {
  background: #ddd;
  margin-right: 30px;
  border-radius: 2px;
  overflow: hidden;
}
.progress-bar .percent {
  position: absolute;
  font-size: 80%;
  right: 0;
  line-height: 12px;
  text-align: right;
  display: inline-block;
}
.progress-bar .bar {
  height: 12px;
  background-color: #03c9a9;
  width: 0;
  transition: width 0.3s;
}
body {
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 3rem;
  padding-top: 0;
  text-rendering: optimizeLegibility;
}
.topoffset {
  margin-top: 40px;
  margin-bottom: 40px;
}
.signin__form {
  max-width: 340px;
  margin: auto;
}
.signin__form header {
  text-align: center;
}
.signin__reset {
  float: right;
}
.btn-google {
  color: #fff !important;
  background-color: #db4437;
  border-color: #db4437 !important;
  margin: 30px 0;
}
.btn-google:hover {
  color: #fff;
  background-color: #d33426;
}
.hero {
  padding: 40px 0;
  margin-bottom: 60px;
  background-size: cover;
}
.hero h1 {
  font-weight: 800;
  font-size: 3em;
  line-height: 1.2;
}
.marketing h2 {
  font-weight: 400;
}
.featurette-divider {
  margin: 5rem 0;
}
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05rem;
}
@media (min-width: 40em) {
  .featurette-heading {
    font-size: 50px;
  }
}
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
.featurette-image {
  width: 300px;
}
.imageCenter {
  align-content: center;
  text-align: center;
}
.bigposter {
  background-size: cover;
  min-height: 250px;
  height: 50vh;
  background-attachment: fixed;
  background-position: top left;
}
.timeline2 {
  margin: 0 auto;
  max-width: 40em;
  overflow: hidden;
  height: auto;
  position: relative;
  padding: 0;
  list-style-type: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEElEQVQIW2NMTEz8z8gABAAPKwIlXWq1kgAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  background-position: 50% 0;
}
.timeline2 .year {
  background: #16a085;
  max-width: 4em;
  clear: both;
  margin: 1em auto 2em;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  margin-top: 2em;
}
.timeline2 .year:first-of-type {
  margin-top: 0 !important;
}
.timeline2 .event {
  position: relative;
  text-align: center;
  float: right;
  clear: right;
  width: 45%;
  margin: 1em 1.5%;
  border-radius: 5px;
  list-style-type: none;
  display: block;
  padding: 0.4em;
  background: #fff;
  z-index: 15;
  color: #444;
  border: 1px solid #65ead0;
  text-decoration: none;
  transition: background 0.15s linear;
}
.timeline2 .event.featured {
  width: 95% !important;
  background: #e8e8e8;
}
.timeline2 .event.featured:after,
.timeline2 .event.featured:before {
  display: none;
}
@media all and (max-width: 600px) {
  .timeline2 .event {
    width: 85%;
  }
}
.timeline2 .event.offset-first {
  margin-top: -1.5em !important;
}
.timeline2 .event img {
  margin-top: 10px;
  max-width: 100%;
}
.timeline2 .event:nth-of-type(2n) {
  float: left;
  clear: left;
}
@media all and (min-width: 600px) {
  .timeline2 .event:nth-of-type(2n) {
    margin-top: 2em;
  }
}
@media all and (min-width: 650px) {
  .timeline2 .event:after {
    display: block;
    content: " ";
    height: 9px;
    width: 9px;
    background: #65ead0;
    border-radius: 50%;
    position: absolute;
    left: -5%;
    top: 1.5em;
    border: 2px solid #fff;
  }
}
.timeline2 .event:nth-child(2n):after {
  right: -5%;
  left: auto;
}
table.dataTable {
  width: 100%;
  margin: 80px auto 15px;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
table.dataTable thead td:active,
table.dataTable thead th:active {
  outline: 0;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled,
table.dataTable thead th.sorting-asc,
table.dataTable thead th.sorting-desc {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable tbody tr {
  background-color: #fff;
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody td,
table.dataTable tbody th {
  padding: 8px 10px;
}
table.dataTable.display tbody td,
table.dataTable.display tbody th,
table.dataTable.row-border tbody td,
table.dataTable.row-border tbody th {
  border-top: 1px solid #ddd;
}
table.dataTable.display tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.row-border tbody tr:first-child th {
  border-top: none;
}
table.dataTable.cell-border tbody td,
table.dataTable.cell-border tbody th {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr td:first-child,
table.dataTable.cell-border tbody tr th:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child td,
table.dataTable.cell-border tbody tr:first-child th {
  border-top: none;
}
table.dataTable.display tbody tr.odd,
table.dataTable.stripe tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.odd.selected,
table.dataTable.stripe tbody tr.odd.selected {
  background-color: #abb9d3;
}
table.dataTable.display tbody tr:hover,
table.dataTable.hover tbody tr:hover {
  background-color: #f5f5f5;
}
table.dataTable.display tbody tr:hover.selected,
table.dataTable.hover tbody tr:hover.selected {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3,
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3,
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: #f5f5f5;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}
table.dataTable.nowrap td,
table.dataTable.nowrap th {
  white-space: nowrap;
}
table.dataTable.compact thead td,
table.dataTable.compact thead th {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot td,
table.dataTable.compact tfoot th {
  padding: 4px;
}
table.dataTable.compact tbody td,
table.dataTable.compact tbody th {
  padding: 4px;
}
table.dataTable td.dt-left,
table.dataTable th.dt-left {
  text-align: left;
}
table.dataTable td.dataTables_empty,
table.dataTable td.dt-center,
table.dataTable th.dt-center {
  text-align: center;
}
table.dataTable td.dt-right,
table.dataTable th.dt-right {
  text-align: right;
}
table.dataTable td.dt-justify,
table.dataTable th.dt-justify {
  text-align: justify;
}
table.dataTable td.dt-nowrap,
table.dataTable th.dt-nowrap {
  white-space: nowrap;
}
table.dataTable tfoot td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable thead th.dt-head-left {
  text-align: left;
}
table.dataTable tfoot td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable thead th.dt-head-center {
  text-align: center;
}
table.dataTable tfoot td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable thead th.dt-head-right {
  text-align: right;
}
table.dataTable tfoot td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable thead th.dt-head-justify {
  text-align: justify;
}
table.dataTable tfoot td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable thead th.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody td.dt-body-left,
table.dataTable tbody th.dt-body-left {
  text-align: left;
}
table.dataTable tbody td.dt-body-center,
table.dataTable tbody th.dt-body-center {
  text-align: center;
}
table.dataTable tbody td.dt-body-right,
table.dataTable tbody th.dt-body-right {
  text-align: right;
}
table.dataTable tbody td.dt-body-justify,
table.dataTable tbody th.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody td.dt-body-nowrap,
table.dataTable tbody th.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable,
table.dataTable td,
table.dataTable th {
  box-sizing: content-box;
}
.dataTables_wrapper {
  position: relative;
  clear: both;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: right;
}
.dataTables_wrapper .dataTables_length select {
  border: none;
  padding: 0 1em 0 0;
}
.dataTables_wrapper .dataTables_filter {
  float: left;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: #fff;
  background: linear-gradient(to bottom, #fff 0, #dcdcdc 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: 0 0;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff !important;
  border: 1px solid #111;
  background-color: #585858;
  background: linear-gradient(to bottom, #585858 0, #111 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: 0;
  background-color: #2b2b2b;
  background: linear-gradient(to bottom, #2b2b2b 0, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: #fff;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.9) 25%,
    rgba(255, 255, 255, 0.9) 75%,
    rgba(255, 255, 255, 0) 100%
  );
}
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_processing {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > td,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > th,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > td,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > th {
  vertical-align: middle;
}
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > td
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > tbody
  > tr
  > th
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > td
  > div.dataTables_sizing,
.dataTables_wrapper
  .dataTables_scroll
  div.dataTables_scrollBody
  > table
  > thead
  > tr
  > th
  > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table,
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_length {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
h1 {
  font-weight: 800;
}
.navbar {
  padding-top: 15px;
}
.navbar .searchInput {
  background-color: #f9f9f9;
}
.navbar__brand img {
  vertical-align: middle;
}
#start-questions .btn + .col,
#start-questions .btn-sm + .col,
#start-questions .btn-xs + .col {
  height: 100px;
}
#start-questions section.question {
  padding-top: calc(30vh - 256px);
  margin-bottom: 60px;
  transition: opacity 0.3s;
}
.blockchooser .block {
  border: 2px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  height: 100%;
}
.blockchooser input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.blockchooser input:checked + .block {
  border-color: #16a085;
  color: #16a085;
}
.ico-pane {
  position: relative;
  padding-left: 90px;
}
.ico-pane > .img,
.ico-pane > img,
.ico-pane > svg {
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  fill: #888;
}
