﻿.alert {
  padding: 6px 10px;
  margin-bottom: 15px;
}
.alert-danger {
  color: #fff;
  background: #d00;
}
.alert-success {
  color: #fff;
  background: #5aa851;
}
#browserAlert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 25px;
  z-index: 1000;
  background-color: #e1fa00;
}
h1 {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 5px 0 8px;
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
h1 i {
  margin-right: 5px;
}
h1.small {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-weight: 700;
}
h2,
.jumbotron h2 {
  font-size: 22px;
}
h3,
.jumbotron h3 {
  margin-top: 0;
  font-size: 18px;
}
h4,
.jumbotron h4 {
  margin-top: 0;
  font-size: 16px;
}
ul {
  margin-bottom: 15px;
  padding-left: 30px;
}
li {
  margin: 7px 0;
}
.list--anchors {
  margin: 25px 0;
  padding-left: 0;
  list-style: none;
}
.list--anchors a {
  position: relative;
  padding-left: 20px;
  display: block;
}
.list--anchors a:before {
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.list--anchors li {
  margin: 0 0 12px;
}
.row--spacer {
  margin-bottom: 0.75em;
}
.row--spacer-double {
  margin-bottom: 1.5em;
}
.pagination {
  margin: 0;
}
.card-locked {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  color: #464646;
  background: #f0f000;
}
.card-locked .inner {
  position: relative;
  max-width: 1160px;
  padding: 0 25px 0 55px;
  margin: 0 auto;
}
.card-locked a {
  color: inherit;
  text-decoration: underline;
  white-space: nowrap;
}
.card-locked a:hover {
  text-decoration: none;
}
.card-locked i {
  display: block;
  position: absolute;
  left: 25px;
  margin-right: 10px;
  font-size: 20px;
}
.link-pdf {
  display: block;
  margin-bottom: 1em;
  padding-left: 30px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  background: url(../images/pdf-icon.png) no-repeat 0 0;
}
figure img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  h1 {
    padding: 5px 15px 8px;
    font-weight: 700;
    font-size: 24px;
    margin: 0 -15px 20px;
  }
}
@media (min-width: 769px) {
  .main > h1 {
    text-align: left;
    color: inherit !important;
    background: none;
  }
}
.btn {
  position: relative;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 600;
  background: transparent !important;
  border-color: transparent !important;
  overflow: hidden;
  z-index: 100;
  padding: 6px 10px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all, 0.35s;
  -khtml-transition: all, 0.35s;
  -moz-transition: all, 0.35s;
  -ms-transition: all, 0.35s;
  -o-transition: all, 0.35s;
  transition: all, 0.35s;
}
.btn i {
  margin-right: 5px;
}
.btn-alert {
  background-color: #e3000f !important;
}
.btn-alert:hover {
  background-color: #ba000c !important;
}
.btn-primary {
  background-color: #0062ae !important;
}
.btn-primary:hover {
  background-color: #004b85 !important;
}
.btn-secondary {
  background-color: #ebebeb !important;
  border-color: #ebebeb !important;
  color: #535c5d !important;
}
.btn-secondary:hover {
  background-color: #d7d7d7 !important;
}
.btn-disabled {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #c8c8c8 !important;
  opacity: 1 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled],
.btn-danger .open .dropdown-toggle.btn {
  background-color: #e3000f;
}
.btn--logout {
  background: none;
  padding: 5px 20px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  transition: background 500ms ease;
  border-radius: 5px;
}
.btn--logout:hover {
  background: rgba(255, 255, 255, 0.3);
}
.btn--logout:before {
  display: block;
  float: left;
  padding-right: 5px;
  content: "";
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
}
.btn-sm {
  padding: 5px 8px;
}
.btn-ghost {
  border: 1px solid #87879b !important;
}
.btn-ghost:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.btn-flat {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  color: #0062ae;
}
.btn-flat:hover {
  color: #979797;
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.btn-flat:active {
  background-color: #dcdcdc;
}
.btn-flat.btn-primary {
  color: #0062ae;
}
.btn-flat.btn-primary:hover {
  color: #0062ae;
}
.btn-flat.btn-secondary {
  color: #606262;
}
.jumbotron .btn-flat:hover {
  background-color: rgba(200, 200, 200, 0.2) !important;
}
.btn-raised {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.btn-raised:hover {
  box-shadow: 0 2px 5px 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 769px) {
  .btn--logout {
    padding: 3px 6px;
    font-size: 12px;
    color: #222;
    border-color: #222;
    border-radius: 0;
  }
}
form.no-label .form-group > label {
  display: none;
}
form.no-label .form-group--label > label {
  display: block;
}
.form-control {
  border-width: 0 0 1px 0;
  border-color: #c8c8c8;
  border-radius: 0;
}
.form-control:hover {
  border-color: #4fc1e9;
}
.form-control:hover + .input-group-addon {
  background: #4fc1e9;
}
.form-control:focus {
  border-color: #0062ae;
}
.form-control:focus + .input-group-addon {
  background: #0062ae;
}
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #3bafda;
}
.input-group-addon {
  background-color: #c8c8c8;
  border: 0 none;
  border-radius: 0;
}
.input-group-addon.glyphicon {
  top: 0;
}
.input-group-addon-delete {
  font-size: 18px;
}
.input-group-addon-delete:hover {
  background-color: #e3000f;
  color: #fff;
}
.input-group--collection input {
  margin-right: 5px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group .help-block {
  margin-bottom: 0;
}
.form-group .help-block ul {
  margin-bottom: 0;
}
.form-group--repeat {
  margin-bottom: 8px;
}
.form-group--alert .form-control {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-group--alert .input-group-addon {
  border-bottom-right-radius: 0;
}
.form-group--alert .alert {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 7px 10px;
  font-size: 13px;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  margin: 6px 0 0;
}
input[type="checkbox"] + label:before {
  font: normal normal normal 21px/1 FontAwesome;
  display: inline-block;
  content: "";
  border: 0;
  vertical-align: middle;
  cursor: pointer;
}
input[type="checkbox"]:checked + label:before {
  content: "";
}
.nav--blank {
  margin-left: 5px;
}
.nav--blank > li {
  display: inline-block;
  border-left: 1px solid #222;
}
.nav--blank > li > a {
  padding: 0 5px;
  color: #222;
}
.nav--blank > li > a:hover {
  background: none;
}
.nav--header .nav__link:hover,
.nav--header .nav__link:focus {
  background: none;
}
.nav-tabs.nav--login {
  border-top: 1px solid #ccd1d9;
}
.nav-tabs.nav--login > li {
  margin-top: 0;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #ccd1d9;
}
.nav-tabs.nav--login > li > a,
.nav-tabs.nav--login > li > a:focus,
.nav-tabs.nav--login > li > a:hover {
  color: #757c86;
  background-color: rgba(207, 207, 207, 0.3) !important;
}
.nav-tabs.nav--login > li.active {
  border-bottom: 1px solid transparent;
}
.nav-tabs.nav--login > li.active > a {
  font-weight: 700;
  color: #434a54;
  background-color: transparent !important;
}
.nav--footer {
  #margin: 0 0 10px;
  text-align: right;
}
.nav--footer > li {
  display: inline-block;
  margin: 0 0 0 10px;
}
.nav--footer > li > a {
  padding: 0;
}
.nav--footer > li > a:hover {
  background: none;
}
@media (max-width: 768px) {
  .nav--header {
    margin: 15px;
  }
  .nav--header .nav__link {
    color: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    padding-left: 42px;
  }
  .nav--header .nav__link:hover,
  .nav--header .nav__link.active {
    background: #004e9a;
    border: 1px solid #006cb8;
  }
  .nav--header .nav__link i {
    position: absolute;
    top: 13px;
    left: 15px;
  }
  .nav--header .nav__item {
    font-size: 17px;
    margin-bottom: 3px;
  }
}
@media (min-width: 769px) {
  .nav--footer {
    #margin: 15px 0 10px;
  }
  .nav--header > li {
    float: left;
    border-left: 1px solid #ccd1d9;
  }
  .nav--header > li > a {
    padding: 3px 9px;
    color: #222;
    font-size: 15px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
  }
  .nav--header > li > a.active {
    color: #e63121;
  }
  .nav--header > li > a:hover {
    background: none;
    color: #e63121;
  }
  .nav--header > li:first-child {
    border-left: 0;
  }
}
@media (min-width: 769px) and (max-width: 850px) {
  .nav--header > li > a {
    padding: 3px 7px;
  }
}
.header {
  width: 100%;
}
.header__inner {
  position: relative;
  margin: 0 auto;
  padding: 12px 0 18px;
  max-width: 1160px;
}
.header__right {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .header {
    position: relative;
  }
  .header__logo {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .header__logout {
    text-align: center;
  }
}
@media (min-width: 769px) {
  .stage > .header {
    border-bottom: 2px solid #d3d3d3;
    background: rgba(255, 255, 255, 0.7);
  }
  .header__inner {
    padding: 18px 20px 10px;
  }
  .header__logo {
    float: left;
  }
  .is--unsecured .header__logo {
    display: block;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .header__nav {
    float: left;
    margin-left: 30px;
    margin-top: 43px;
  }
  .header__nav .navbar {
    margin-bottom: 0;
    min-height: 0;
  }
  .header__logout {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
@media (min-width: 769px) and (max-width: 850px) {
  .header__logo {
    width: 170px;
  }
  .header__logo img {
    width: 100%;
    height: auto;
  }
  .header__nav {
    margin-left: 20px;
    margin-top: 32px;
  }
}
.banner {
  margin: 0;
  padding: 30px 0;
  background-color: #0062ae;
  color: #fff;
  box-shadow: 0 0 5px #000;
}
.banner h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  text-align: left;
  font-weight: 600;
  color: #fff;
}
.banner__inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1160px;
}
.infocircle {
  text-align: center;
}
.infocircle .circle {
  position: relative;
  margin: 0 auto 5px;
  background: rgba(211, 211, 211, 0.2);
  width: 80px;
  height: 80px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 14px;
  line-height: 80px;
}
.infocircle .circle span {
  position: relative;
  z-index: 100;
}
.infocircle .circle:before {
  display: block;
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  text-align: center;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  width: 100%;
  color: rgba(255, 255, 255, 0.15);
}
.infocircle .circle--euro:before {
  padding-right: 10px;
  content: "€";
}
.infocircle .circle--ok:before {
  content: "";
}
.infocircle .circle--special:before {
  content: "*";
}
.infocircle .circle--plus:before {
  padding-left: 6px;
  content: "+";
}
.infocircle .title {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .banner h1 {
    padding: 0 !important;
    margin: 0 0 10px !important;
    font-size: 24px;
  }
  .banner__inner {
    padding-bottom: 10px;
  }
  .circle-area > .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .circle-area > .row > div {
    padding-right: 10px;
    padding-left: 10px;
  }
  .banner__text {
    margin-bottom: 2em;
  }
}
@media (min-width: 769px) {
  .circle-area {
    margin: 0 3% 0 10%;
  }
  .circle-area .row > div {
    float: right;
  }
}
@media (min-width: 601px) {
  .infocircle .circle {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    font-size: 18px;
    line-height: 100px;
  }
  .infocircle .circle:before {
    font-size: 60px;
  }
}
html {
  height: 100%;
}
body {
  height: 100%;
}
.stage {
  min-width: 320px;
  min-height: 100%;
  background-color: #f1f2f6;
  background-image: url("../images/holzboden.jpg");
}
.ctrl--browser .stage {
  text-align: center;
}
.content {
  margin: 0 auto;
  padding: 0 15px 30px;
  max-width: 1160px;
  z-index: 800;
  position: relative;
}
.is--modal .content {
  margin: 0 auto;
  padding-bottom: 0;
}
.ctrl--browser .content {
  margin: 0;
}
.main {
  margin-bottom: 20px;
}
.left {
  margin-bottom: 20px;
}
.is--login .logo {
  margin: 0 0 20px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .stage {
    overflow: hidden;
  }
  .is--modal .stage {
    height: 100%;
  }
  .content {
    padding-bottom: 0;
    background: rgba(255, 255, 255, 0.8);
  }
  .ctrl--dashboard .content {
    padding-top: 20px;
  }
  .is--unsecured .content {
    margin-bottom: 20px;
  }
  .is--modal .content {
    min-height: 100%;
    padding-top: 20px;
  }
  .is--login .content {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .is--modal:not(.is--login) .content {
    background: none;
    padding-top: 0;
  }
}
@media (min-width: 769px) {
  .stage {
    position: relative;
    padding-bottom: 550px;
  }
  .is--modal .stage {
    position: static;
  }
  .is--modal .stage:after {
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 450px;
    z-index: 50;
    background: url(../images/obst-gross.png) no-repeat 0 bottom;
    background-size: 100% auto;
  }
  .ctrl--business .stage {
    padding-bottom: 450px;
  }
  .is--unsecured .main {
    margin-bottom: 0;
  }
  .content {
    margin: 50px auto 0;
    padding: 0 20px;
  }
  .is--modal .content {
    padding-top: 120px;
  }
  .is--unsecured .content {
    padding-bottom: 0;
  }
  .is--login .content {
    padding-top: 60px;
  }
  .ctrl--business.ctrl--dashboard .content {
    margin-top: 15px;
  }
}
.footer {
  padding: 0;
  width: 100%;
  font-size: 14px;
  z-index: 600;
  font-weight: 600;
  border-top: 12px solid #003e72;
  background-color: #00305e;
  color: #9180a1;
}
.footer a {
  color: #87879b;
}
.footer-bottom {
  background: #00294e;
  color: #d7c6e7;
  font-weight: 400;
  font-size: 13px;
}
.footer-bottom a {
  color: #d7c6e7;
}
.footer-bottom__inner {
  margin: 0 auto;
  padding: 25px 20px;
  max-width: 1160px;
}
.footer-top {
  margin: 0 auto;
  padding: 60px 20px 50px;
  max-width: 1160px;
}
.footer--modal {
  margin: 20px 0 0;
  padding: 0;
  font-size: 12px;
  background: none;
}
.footer__phone {
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin-top: 15px;
}
.footer__phone i {
  font-size: 26px;
  margin-right: 10px;
  top: 8px;
}
.footer-blank {
  margin-bottom: 20px;
  font-size: 13px;
}
.footer-box__headline {
  padding: 0 0 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  color: #f0f3ec;
  border-bottom: 1px solid #ebeee7;
  border-bottom: 1px solid #9180a1;
}
.footer-box__content {
  padding: 0 0;
}
@media (max-width: 768px) {
  .footer-top {
    margin: 0 15px;
  }
  .footer__col--middle {
    margin: 25px 0;
    padding: 25px 15px 20px;
  }
}
@media (min-width: 769px) {
  .footer {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .footer:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: 12px;
    z-index: -1;
    width: 643px;
    height: 212px;
    background: url(../images/obst.png) no-repeat 0 0;
  }
  .ctrl--business .footer:before {
    display: none;
  }
  .footer:after {
    display: block;
    content: "";
    position: absolute;
    right: 2%;
    bottom: 100%;
    margin-bottom: 12px;
    z-index: -1;
    width: 232px;
    height: 176px;
    background: url(../images/kassenzettel.png) no-repeat 0 0;
  }
  .ctrl--business .footer:after {
    display: none;
  }
  .footer__col--right {
    #text-align: right;
  }
}
.canvas__button {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 50px;
  height: 50px;
  z-index: 1100;
}
.canvas__button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 28px;
  left: 11px;
  top: 23px;
  background: #999;
  text-indent: -999em;
}
.canvas__button:before,
.canvas__button:after {
  display: block;
  content: "";
  position: absolute;
  left: 11px;
  height: 3px;
  width: 28px;
  background: #999;
}
.canvas__button:before {
  top: 13px;
}
.canvas__button:after {
  top: 33px;
}
.canvas__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: all 250ms;
}
@media (max-width: 768px) {
  .canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    z-index: 1;
    padding-bottom: 65px;
    background: #0062ae;
    overflow: scroll;
  }
  .stage {
    position: relative;
    left: 0%;
    width: 100%;
    z-index: 100;
    transition: left 250ms;
  }
  .canvas--open .canvas__button span {
    left: -50px;
    transition: all 400ms 250ms ease;
    background: #fff;
  }
  .canvas--open .canvas__button:before,
  .canvas--open .canvas__button:after {
    top: 24px;
    transition: all 400ms 250ms ease;
    background: #fff;
  }
  .canvas--open .canvas__button:before {
    transform: rotate(45deg);
  }
  .canvas--open .canvas__button:after {
    transform: rotate(-45deg);
  }
  .canvas--open .canvas__mask {
    visibility: visible;
    opacity: 1;
  }
  .canvas--open .stage {
    position: fixed;
    top: 0;
    left: 260px;
    overflow: hidden;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 769px) {
  .canvas {
    display: none;
  }
  .canvas__button {
    display: none;
  }
}
.datepicker {
  background-color: #fff !important;
}
.jumbotron {
  background-color: rgba(255, 255, 255, 0.9);
}
.jumbotron h2 {
  margin-top: 0;
}
.jumbotron .jumbotron-contents {
  padding: 10px 20px 20px;
}
.jumbotron-header {
  padding: 15px 20px 10px;
}
.jumbotron-header h1 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 22px;
}
.footer-blank .nav {
  display: inline-block;
}
.jumbotron--alert .form-control {
  border-color: #e3000f;
}
.jumbotron--alert .jumbotron-header h1 {
  color: #e3000f;
}
.jumbotron--modal {
  margin: 0 auto 10px;
}
.jumbotron--modal h1 {
  margin: 0 0 0.75em;
  padding: 0;
  font-size: 17px;
  color: #434a54 !important;
  text-align: left;
  font-weight: 700;
  background: none;
}
.jumbotron--modal .jumbotron__inner {
  padding: 20px;
}
.jumbotron--modal > .alert {
  margin-bottom: 0;
}
.jumbotron--modal > .alert a {
  color: inherit;
  text-decoration: underline;
}
.is--login .jumbotron--modal {
  max-width: 380px;
}
.jumbotron--login {
  max-width: 600px;
}
.jumbotron-footer {
  padding: 0 10px 10px;
}
.jumbotron-footer.has--padding {
  padding: 0 20px 15px;
}
.jumbotron__footer {
  margin: 20px 0 0;
  font-weight: 700;
}
.jumbotron__logo {
  margin-bottom: 30px;
  text-align: center;
}
.is--login .jumbotron__logo {
  margin-bottom: 15px;
}
.is--login .jumbotron__logo img {
  #width: 100%;
}
@media (max-width: 768px) {
  .jumbotron {
    box-shadow: none;
    background: none;
  }
  .jumbotron .jumbotron-contents {
    padding: 0;
  }
  .jumbotron > .alert {
    margin-bottom: 15px;
  }
  .jumbotron-header {
    margin-bottom: 20px;
  }
  .is--login .jumbotron-header {
    margin-bottom: 15px;
  }
  .jumbotron--modal {
    margin-bottom: 20px;
  }
  .jumbotron--modal .jumbotron__inner {
    padding: 0;
  }
  .is--login .jumbotron--modal .jumbotron__inner {
    padding: 20px;
  }
  .is--login .jumbotron--modal {
    #max-width: 360px;
    max-width: none;
  }
}
@media (max-width: 480px) {
  .is--modal:not(.is--login) .jumbotron-header {
    padding-top: 12px;
    margin-bottom: 0;
  }
  .is--modal:not(.is--login) .jumbotron__logo {
    margin-bottom: 18px;
  }
  .is--modal:not(.is--login) .jumbotron__content {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 15px;
    margin: 0 -15px;
  }
}
@media (min-width: 481px) {
  .jumbotron--modal {
    max-width: 420px;
  }
  .jumbotron--modal .jumbotron-header {
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  .jumbotron--modal .jumbotron__inner {
    padding: 30px 50px;
  }
  .jumbotron--modal > .alert {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .ctrl--firstlogin .jumbotron--modal {
    max-width: 540px;
  }
  .jumbotron__inner {
    overflow: hidden;
  }
  .is--login .jumbotron {
    #max-width: 680px;
  }
  .is--login .jumbotron .jumbotron__inner {
    padding: 30px;
  }
  .is--login .jumbotron-header {
    #float: left;
    #width: 48%;
    #margin-right: 5%;
    #margin-bottom: 0;
  }
  .is--login .jumbotron-header img {
    #width: 100%;
  }
  .is--login .jumbotron__logo {
    #margin-bottom: 0;
  }
  .is--login .jumbotron__content {
    #float: left;
    #width: 47%;
  }
}
.panel-heading {
  border-bottom: 0;
}
.list-group-item {
  margin: 0;
}
.list-group-item:hover {
  background-color: #ebebeb;
}
.list-group--cards .section-info {
  position: relative;
  padding: 8px 35px 8px 40px;
}
.list-group--cards .section-actions {
  display: none;
  padding: 8px 15px 8px 40px;
}
.list-group--cards .list-group-item {
  position: relative;
  margin: 0;
  padding: 8px 8px 8px 40px;
}
.list-group--cards .list-group-item a {
  color: inherit;
}
.list-group--cards .list-group-item .state {
  position: absolute;
  top: 10px;
  left: 15px;
  color: #8cc152;
}
.list-group--cards .list-group-item--locked {
  background: rgba(218, 68, 83, 0.2);
  border-top: 1px solid #d2d2d2 !important;
}
.list-group--cards .list-group-item--locked .state {
  top: 12px;
  color: #da4453;
}
.list-group--credits .list-group-item {
  margin: 0;
}
.list-group-item--head {
  font-weight: 700;
  text-align: center;
}
.list-group-item--head > .row {
  margin-right: -5px;
  margin-left: -5px;
}
.list-group-item--transaction {
  transition: background-color 800ms;
}
.list-group-item--transaction:hover {
  transition: background-color 250ms;
  background-color: #fafafa;
}
.list-group-item--child .fa-level-up {
  margin-right: 0.75em;
  -webkit-transform: rotate(90deg);
  -khtml-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
  zoom: 1;
}
.sales__total--bottom {
  margin-top: 5px;
}
.list-transaction .list-group-item {
  margin: 0;
  padding: 10px 10px;
}
.transaction__details {
  padding-left: 40px;
}
.transaction__row {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-right: -5px;
  margin-left: -5px;
}
.transaction__row--detail {
  color: #5cabd8;
  color: #ababab;
  font-size: 13px;
}
.transaction__col {
  display: table-cell;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: top;
}
.transaction__col--year {
  width: 40px;
}
.transaction__col--date {
  width: 40px;
}
.transaction__col--title {
  width: 100%;
}
.transaction__col--amount {
  width: 70px;
  text-align: right;
}
.transaction__monthname {
  display: none;
}
.transaction__market {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 600px) {
  .list-group-item--transaction {
    cursor: pointer;
  }
  .list-group-item--transaction:after {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    margin-left: -7px;
    font-family: "Glyphicons Halflings";
    color: #ddd;
  }
  .list-group-item--active:after {
    content: "";
  }
  .transaction__col--date {
    text-align: center;
  }
  .transaction__details {
    display: none;
    margin: 5px 0 10px;
  }
  .transaction__monthname {
    display: block;
    text-align: center;
    font-size: 13px;
  }
  .transaction__monthname span {
    display: block;
    font-size: 16px;
  }
  .transaction__date {
    display: none;
  }
  .transaction__market {
    display: block;
    font-size: 16px;
  }
  .transaction__type span {
    display: none;
  }
  .transaction__amount {
    display: block;
    font-size: 16px;
  }
}
@media (min-width: 601px) {
  .list-group-item--head {
    text-align: left;
  }
  .transaction__col--year {
    width: 60px;
  }
  .transaction__col--date {
    width: 60px;
  }
  .transaction__col--amount {
    width: 100px;
  }
  .transaction__col--amount-minus {
    padding-right: 100px;
  }
  .list-transaction--credits .transaction__col--amount {
    width: 200px;
  }
  .transaction__type {
    float: left;
  }
  .transaction__type--credit {
    display: none;
  }
  .transaction__details {
    display: block !important;
    padding-left: 60px;
  }
}
@media (min-width: 769px) {
  .list-transaction .list-group-item {
    padding: 8px 15px;
  }
  .transaction__monthname {
    display: none;
  }
  .transaction__type {
    float: left;
  }
  .list-group--cards-ext .list-group-item {
    padding-right: 0;
    padding-left: 36px;
  }
  .list-group--cards-ext .list-group-item .state {
    top: 50%;
    margin-top: -7px;
  }
  .list-group--cards-ext .list-group-item > .row {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .list-group--cards-ext .list-group-item > .row > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (max-width: 768px) {
  .sales__title {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .sales__total {
    display: none;
  }
  .list-group--cards-ext .list-group-item > .row > div {
    margin-top: 10px;
  }
  .list-group--cards-ext .list-group-item > .row > div:first-child {
    margin-top: 0;
  }
  .list-group-item--child .fa-level-up {
    display: none;
  }
  .list-group-item--child .row > div:last-child {
    margin-top: 0;
  }
}
.listing {
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.listing .btn {
  font-weight: 400;
  text-transform: none;
  color: #434a54;
}
.listing .form-group {
  margin-bottom: 0;
}
.listing .item--header {
  background-color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  color: #c8c8c8;
  border-left-color: transparent !important;
}
.listing .item--year {
  font-weight: 700;
  background: #fafafa !important;
}
.listing .item__cell {
  padding: 0 5px;
}
.listing .item__cell.cell--action {
  text-align: right;
}
.listing .item__cell.cell--amount.is--wait {
  font-style: italic;
}
.listing .item__cell.cell--amount.is--wait:before {
  content: "[";
}
.listing .item__cell.cell--amount.is--wait:after {
  content: "]";
}
.listing .item__cell.cell--description a {
  cursor: default;
  color: #434a54;
}
.listing .item__cell.cell--description i {
  display: none;
}
.listing .item__note {
  padding-top: 3px;
  font-style: italic;
  font-size: 13px;
}
.listing .item__note a {
  color: inherit;
  text-decoration: underline;
}
.listing .dropdown {
  display: inline-block;
}
.listing .dropdown .caret {
  margin-left: 3px;
}
.listing .dropdown-menu {
  padding: 0;
}
.listing .dropdown-menu li {
  margin: 0;
}
.listing .dropdown-menu a {
  padding: 8px 20px 8px 5px;
}
.listing .dropdown-menu i {
  width: 35px;
  text-align: center;
}
.listing__item {
  position: relative;
  padding: 10px 5px;
  border-bottom: 1px solid #ddd;
}
.listing__item:hover {
  background-color: #f5f5f5;
}
.listing__item.is--disabled {
  cursor: not-allowed;
  color: #c8c8c8;
}
.listing__item.is--selected {
  background: #eee !important;
}
.listing--states .listing__item {
  border-left: 5px solid #c8c8c8;
}
.listing--states .listing__item.is--disabled {
  border-left: 5px solid #e1e1e1;
}
.listing--states .listing__item.has--approve {
  border-left: 5px solid #e1fa00;
}
.listing--states .listing__item.is--success {
  border-left-color: #73cc12;
}
.listing--cards .item__cell.cell--checkbox {
  position: absolute;
  top: 7px;
  left: 5px;
  width: 26px;
  text-align: center;
}
.listing--cards .item__cell.cell--checkbox label {
  margin-top: 3px;
}
.listing--cards .item__inner {
  padding-left: 25px;
}
.listing--cards .item__note {
  padding-left: 30px;
}
.listing--charge .listing__item {
  padding-right: 15px;
}
.listing--invoice .listing__item .item__cell.cell--number {
  font-size: 16px;
}
.listing--invoice .listing__item .item__cell.cell--number span {
  display: block;
  font-size: 14px;
}
.listing--invoice .listing__item .item__cell.cell--action {
  min-width: 0;
  width: 160px;
}
.listing--invoice .listing__item .item__cell.cell--state {
  font-style: italic;
}
@media (max-width: 480px) {
  .listing--recurring .btn--edit {
    display: none;
  }
  .listing--cards .btn--charge {
    display: none;
  }
}
@media (max-width: 600px) {
  .listing__item .item__cell.cell--amount {
    text-align: right;
  }
  .listing__item .item__cell.cell--amount {
    position: absolute;
    right: 5px;
    top: 10px;
  }
  .listing__item.item--data .item__cell.cell--cardnumber {
    font-size: 16px;
  }
  .listing--report .item--header {
    display: none;
  }
  .listing--report .item--data {
    padding: 10px 70px 10px 50px;
  }
  .listing--report .item__cell.cell--date {
    position: absolute;
    top: 10px;
    left: 5px;
    width: 40px;
  }
  .listing--invoice .listing__item .item__cell.cell--state {
    position: absolute;
    bottom: 10px;
    left: 5px;
  }
}
@media (min-width: 601px) {
  .listing--report .item__cell.cell--cardnumber span {
    display: none;
  }
  .listing--charge .item__cell.cell--cardnumber {
    width: auto !important;
  }
  .listing--charge .item__cell.cell--amount {
    width: 180px !important;
  }
  .listing--charge .item__cell.cell--charge {
    width: 140px;
  }
  .listing--confirm .item__cell.cell--amount {
    width: 140px !important;
    text-align: right;
  }
  .listing--confirm .item__cell.cell--charge {
    width: 130px;
    text-align: right;
  }
  .listing--cards .btn--show {
    display: none;
  }
  .listing--invoice .listing__item .item__cell.cell--number {
    width: 200px;
  }
  .listing--invoice .listing__item .item__cell.cell--amount {
    width: auto;
  }
}
@media (min-width: 769px) {
  .listing__item {
    padding: 8px 10px;
  }
  .listing__item .item__inner {
    display: table;
    width: 100%;
  }
  .listing__item .item__cell {
    display: table-cell;
    vertical-align: middle;
  }
  .listing__item .item__cell.cell--date {
    width: 130px;
  }
  .listing__item .item__cell.cell--cardnumber {
    width: 150px;
  }
  .listing__item .item__cell.cell--amount {
    width: 140px;
  }
  .listing__item .item__cell.cell--action {
    min-width: 270px;
    padding-right: 0;
  }
  .listing--cards .item__cell.cell--checkbox {
    top: 8px;
  }
  .listing--cards .item__cell.cell--date {
    width: 180px;
  }
  .listing--cards .item__cell.cell--description {
    width: 280px;
  }
  .listing--report .item__cell.cell--amount {
    text-align: right;
  }
  .listing--recurring .item__cell.cell--cardnumber {
    width: 200px;
  }
  .listing--recurring .item__cell.cell--amount {
    width: 100px;
  }
  .listing--recurring .item__cell.cell--turnus {
    width: 120px;
  }
  .listing--recurring .item__cell.cell--execution {
    width: 110px;
  }
  .listing--recurring .item__cell.cell--note {
    width: 240px;
  }
}
@media (max-width: 768px) {
  .listing--cards .listing__item .item__cell.cell--date {
    display: none;
  }
  .listing--cards .listing__item .item__note {
    display: none;
  }
  .listing--cards .listing__item.item--header .cell--description {
    display: none;
  }
}
@media (max-width: 960px) {
  .listing__item .item__cell.cell--action {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 0;
  }
  .listing--cards .listing__item.item--data {
    padding-bottom: 45px;
  }
  .listing--cards .listing__item.item--data .item__inner {
    min-height: 42px;
  }
  .listing--cards .listing__item .item__cell.cell--description {
    display: none;
  }
  .listing--cards
    .listing__item
    .item__cell.cell--description.has--description {
    display: block;
  }
  .listing--invoice .listing__item {
    padding-bottom: 45px;
  }
  .listing--invoice .item__cell.cell--action {
    right: 5px;
  }
  .listing--invoice .item__cell.cell--state {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }
}
@media (min-width: 961px) {
  .listing__item .item__cell.cell--description {
    padding-right: 30px;
  }
  .listing__item .item__cell.cell--description a {
    display: block;
    padding: 3px 0 2px;
    border-bottom: 1px dashed transparent;
  }
  .listing__item .item__cell.cell--description a:hover {
    border-color: #c8c8c8;
  }
  .listing__item .item__cell.cell--description i {
    display: inline-block;
    float: right;
  }
  .listing--invoice .item__cell.cell--state {
    text-align: center;
  }
}
.tools--top {
  text-align: right;
  margin-bottom: 20px;
}
.tools--prepaid .tools__actions {
  padding-left: 14px;
}
.tools--prepaid .tools__selector {
  display: inline-block;
  padding-right: 10px;
  line-height: 19px;
}
.tools--prepaid .tools__selector figure {
  display: inline-block;
  width: 27px;
  height: 16px;
  margin-right: 10px;
}
.tools--prepaid .tools__selector figure img {
  vertical-align: top;
}
.tools--prepaid .tools__selector label:before {
  margin-right: 13px;
}
.tools--prepaid .tools__execute {
  display: inline-block;
  margin-left: 30px;
}
.tools--prepaid .tools__info {
  text-align: right;
}
@media (max-width: 768px) {
  .tools--prepaid .tools__actions {
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .tools__headline {
    float: left;
    width: 50%;
  }
  .tools--top {
    float: left;
    width: 50%;
    margin-top: 10px;
  }
  .tools--prepaid .tools__actions {
    width: 70%;
    float: left;
  }
  .tools--prepaid .tools__info {
    float: right;
    width: 30%;
  }
}
.table__head {
  background-color: #e3e3e3;
  font-size: 13px;
  position: relative;
  z-index: 200;
}
.table__body .table__row:hover {
  background-color: #f0f0f0;
  position: relative;
  z-index: 100;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.table__row {
  z-index: 50;
}
.table__row.disabled {
  cursor: not-allowed;
}
.table__row.disabled td {
  color: #c8c8c8 !important;
}
.table {
  display: table;
}
.table__row {
  display: table-row;
  width: 100%;
}
.table__row--header {
  background-color: #e3e3e3;
  font-size: 13px;
}
.table__col,
.table__cell {
  display: table-cell;
  vertical-align: middle;
}
.nav-tabs {
  margin: 0;
  background: none;
}
.navbar-default {
  margin-bottom: 0;
  background-color: #ebebeb;
  border: 0;
  border-color: #fff;
  border-radius: 0;
  border-bottom: 1px solid #8c8c8c;
}
.navbar-default li {
  margin: 0;
}
.mobile-paginator__page span {
  font-weight: 700;
  line-height: 34px;
}
@media (max-width: 768px) {
  .mobile-paginator {
    display: table;
    width: 100%;
    margin-bottom: 20px;
  }
  .mobile-paginator > div {
    display: table-cell;
    vertical-align: top;
    line-height: 40px;
  }
  .mobile-paginator__item > * {
    display: block;
    width: 40px;
    height: 40px;
    color: #434a54;
    background-color: #fff;
    border: 1px solid #ccd1d9;
  }
  .mobile-paginator__item > a {
    color: #fff;
    background: #8cc152;
    border-color: #8cc152;
  }
  .mobile-paginator__item--prev > a {
    border-radius: 4px 0 0 4px;
  }
  .mobile-paginator__item--next > a {
    border-radius: 0 4px 4px 0;
  }
  .mobile-paginator__page {
    width: 100%;
  }
  .mobile-paginator__page > span {
    display: block;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-top: 1px solid #ccd1d9;
    border-bottom: 1px solid #ccd1d9;
  }
}
.panel-title {
  color: #fff;
}
.panel-default > .panel-heading {
  background-color: #5cabd8;
}
.panel-heading {
  padding-right: 10px;
}
.panel-heading a {
  position: relative;
  display: block;
  color: inherit;
}
.panel-heading a:after {
  display: block;
  content: "";
  float: right;
  font-family: "Glyphicons Halflings";
}
.tab-content {
  padding: 0;
}
.cookiebar {
  box-sizing: border-box;
  position: fixed;
  left: 0;
  width: 100%;
  padding: 0.6em 0.8em;
  background-color: #0062ae;
  color: #fff;
  font-size: 1em;
  z-index: 1600;
}
.cookiebar--active {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cookiebar--position-top {
  top: 0;
}
.cookiebar--position-bottom {
  bottom: 0;
}
.cookiebar__link {
  color: #fff;
  text-decoration: underline;
}
.cookiebar__link:hover {
  color: #fff;
  text-decoration: none;
}
.cookiebar__button {
  margin: 0;
  padding: 0.6em 1.6em;
  border: none;
  border-radius: 0;
  background-color: #4ea55e;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -khtml-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.cookiebar__button:hover {
  background-color: #3e824a;
}
@media screen and (max-width: 640px) {
  .cookiebar__text {
    margin-bottom: 0.6em;
  }
  .cookiebar__button {
    width: 100%;
  }
}
@media screen and (min-width: 641px) {
  .cookiebar {
    padding: 0.8em 0.8em;
  }
  .cookiebar__inner {
    display: table;
    width: 100%;
    max-width: 1360px;
  }
  .cookiebar__text,
  .cookiebar__action {
    display: table-cell;
    vertical-align: middle;
  }
  .cookiebar__action {
    text-align: right;
  }
  .cookiebar__text {
    padding-right: 2em;
  }
}
.tooltipster-default {
  border-radius: 5px;
  border: 1px solid #0062ae;
  background: #f6f6f6;
  background: #0062ae;
  color: #222;
  color: #fff;
}
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 17px;
  padding: 8px 10px;
  overflow: hidden;
}
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
  max-width: 290px;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}
.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  user-select: none;
  width: 100% important;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  clip: rect(0, 0, 0, 0);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 6px 12px;
  height: 34px;
  border-bottom: 1px solid #c8c8c8;
  background-color: #fff;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/chosen-sprite.png") no-repeat 0px 8px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi
  .chosen-choices
  li.search-choice-focus
  .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 8px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi),
  only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.motogp {
  color: #fff;
  background-color: #e52521;
}
.motogp figure {
  position: absolute;
  top: -25px;
  left: 20px;
  width: 80px;
}
.motogp p {
  margin: 0;
}
.motogp p.title {
  margin-left: 100px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
}
.motogp .inner {
  position: relative;
  max-width: 1160px;
  padding: 5px 20px 15px 20px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .motogp figure {
    width: 100px;
    top: auto;
    bottom: 5px;
    left: 25px;
  }
  .motogp p.title {
    display: none;
  }
  .motogp .inner {
    padding: 10px 25px 10px 150px;
  }
}

.handorgel {
  border: 0;
}

.handorgel__content__inner {
  padding: 11px 16px;
}

.handorgel__content__inner .btn {
  width: 100%;
}

.handorgel__header--open .handorgel__header__button {
  background-color: rgba(211, 211, 211, 0.35);
}

.handorgel__header__button .close-text {
  display: none;
}

.handorgel__header--open .handorgel__header__button .close-text {
  display: inline;
}

.handorgel__header--open .handorgel__header__button .open-text {
  display: none;
}

.handorgel__header--open .handorgel__header__button::after {
  content: "\f107";
}

.handorgel__header--focus .handorgel__header__button,
.handorgel__header__button {
  /* color: #000; */
  border-top: 0;
  background-color: rgba(211, 211, 211, 0.2);
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}

.handorgel__header__button::after {
  content: "\f105";
  font-family: "FontAwesome";
}

#toast-message {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 9999; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  top: 30px; /* 30px from the bottom */
  bottom: auto;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#toast-message.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    top: 30px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}

/*# sourceMappingURL=application-2.1.6.min.css.map */
