@font-face {
  font-family: 'HelveticaNeueCBold';
  src: url('/fonts/HelveticaNeue-CondensedBold.ttf'), url('/fonts/HelveticaNeue-CondensedBold.otf'); }

html {
  height: 100%; }

body {
  padding-top: 0px;
  height: 100%;
  position: relative;
  font-size: 13px; }

* {
  outline: none; }

.row > [class*="col-"] {
  margin-bottom: 25px; }

.row.no-margin-bottom > [class*="col-"] {
  margin-bottom: 0px; }

.row.no-gap {
  margin-left: 0;
  margin-right: 0; }
  .row.no-gap > [class*="col-"] {
    padding-left: 0;
    padding-right: 0px; }

.no-padding {
  padding: 0px !important; }

.no-margin-bottom {
  margin-bottom: 0; }

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.font-weight-300 {
  font-weight: 300; }

.text-indent {
  text-indent: 1em; }

.navbar {
  z-index: 10001;
  padding-left: 60px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .navbar > .container, .navbar > .container-fluid {
    z-index: 10001; }
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      height: 60px;
      line-height: 60px;
      margin-left: 0px;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 400;
      padding: 0;
      font-size: 1.5em; }
      .navbar > .container .navbar-brand .fa-angle-right, .navbar > .container-fluid .navbar-brand .fa-angle-right {
        margin-left: 5px;
        margin-right: 5px; }
    .navbar > .container .navbar-expand-toggle, .navbar > .container-fluid .navbar-expand-toggle {
      width: 60px;
      height: 60px;
      background-color: transparent;
      border: 0px;
      float: left;
      -moz-transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      transition: all 0.25s linear;
      opacity: 0.75; }
    .navbar > .container .navbar-expand-toggle .icon, .navbar > .container-fluid .navbar-expand-toggle .icon {
      font-size: 1.4em; }
    .navbar > .container .navbar-right-expand-toggle, .navbar > .container-fluid .navbar-right-expand-toggle {
      width: 60px;
      height: 60px;
      background-color: transparent;
      border: 0px;
      position: absolute;
      right: 0;
      -moz-transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      transition: all 0.25s linear;
      opacity: 0.75; }
    .navbar > .container .navbar-right-expand-toggle .icon, .navbar > .container-fluid .navbar-right-expand-toggle .icon {
      font-size: 1.4em; }
  .navbar .navbar-breadcrumb {
    margin-left: 0px;
    background-color: transparent;
    padding: 0px;
    float: left; }
    .navbar .navbar-breadcrumb > li {
      height: 60px;
      line-height: 60px;
      vertical-align: middle;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 1.5em; }
  .navbar .navbar-nav > li > a {
    font-family: 'Roboto Condensed', sans-serif;
    height: 60px;
    line-height: 60px;
    padding: 0px 20px 0px 20px; }
  .navbar .dropdown-menu {
    padding: 0;
    border: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    z-index: -1;
    position: absolute; }
    .navbar .dropdown-menu .title {
      font-family: 'Roboto Condensed', sans-serif;
      padding: 5px 10px;
      -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
    .navbar .dropdown-menu .message {
      font-family: 'Roboto Condensed', sans-serif;
      text-align: center;
      padding: 10px 20px; }
    .navbar .dropdown-menu .notifications.list-group {
      list-style: none;
      padding: 0;
      margin: 0; }
      .navbar .dropdown-menu .notifications.list-group .list-group-item {
        min-width: 250px;
        padding: 8px;
        border: 0;
        border-bottom: 1px solid #eee; }
        .navbar .dropdown-menu .notifications.list-group .list-group-item .icon {
          margin-right: 5px; }
      .navbar .dropdown-menu .notifications.list-group .badge {
        border-radius: 1em; }
      .navbar .dropdown-menu .notifications.list-group .list-group-item:last-child {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px; }
      .navbar .dropdown-menu .notifications.list-group .list-group-item:first-child {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px; }
      .navbar .dropdown-menu .notifications.list-group a.list-group-item:hover {
        cursor: pointer; }
  .navbar .dropdown.profile .dropdown-menu {
    width: 305px;
    padding-bottom: 0px;
    text-align: center; }
    .navbar .dropdown.profile .dropdown-menu li.profile-img {
      padding: 0px;
      max-height: 300px;
      overflow: hidden; }
      .navbar .dropdown.profile .dropdown-menu li.profile-img img.profile-img {
        width: 100%;
        height: auto;
        margin: 0px;
        border: 0; }
    .navbar .dropdown.profile .dropdown-menu .profile-info {
      font-family: 'Roboto Condensed', sans-serif;
      padding: 15px; }
      .navbar .dropdown.profile .dropdown-menu .profile-info .username {
        font-size: 1.8em; }

.app-container {
  min-height: 100%;
  position: relative;
  padding-bottom: 30px; }
  .app-container .app-footer {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 65px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif; }
    .app-container .app-footer .wrapper {
      padding: 10px 35px;
      padding-left: 25px;
      height: 50px;
      line-height: 50px;
      vertical-align: middle; }
  .app-container .content-container {
    margin-right: 0;
    margin-left: 0; }
    .app-container .content-container .side-menu {
      overflow-y: auto;
      z-index: 100000;
      position: fixed;
      width: 60px;
      height: 100%;
      -webkit-transition: all 0.25s;
      transition: all 0.25s; }
    .app-container .content-container .side-menu .navbar-header {
      width: 100%;
      border-bottom: 0px solid #e7e7e7; }
      .app-container .content-container .side-menu .navbar-header .navbar-brand {
        width: 455px;
        line-height: 60px;
        height: 60px;
        padding: 0;
        width: 100%;
        overflow: hidden;
        font-family: 'Roboto Condensed', sans-serif; }
        .app-container .content-container .side-menu .navbar-header .navbar-brand .icon {
          width: 60px;
          text-align: center;
          display: inline-block; }
        .app-container .content-container .side-menu .navbar-header .navbar-brand .title {
          margin-left: -10px;
          display: none; }
      .app-container .content-container .side-menu .navbar-header .navbar-expand-toggle {
        position: absolute;
        right: 0;
        width: 60px;
        height: 60px;
        background-color: transparent;
        border: 0px;
        -moz-transition: all 0.25s linear;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
        opacity: 0.75; }
    .app-container .content-container .side-menu .navbar {
      border: none;
      padding-left: 0px; }
    .app-container .content-container .side-menu .navbar-nav li {
      display: block;
      width: 100%;
      overflow: hidden; }
      .app-container .content-container .side-menu .navbar-nav li a {
        font-family: 'Roboto Condensed', sans-serif;
        padding: 0 10px 0 10px;
        height: 46px;
        line-height: 46px;
        display: block;
        white-space: nowrap; }
        .app-container .content-container .side-menu .navbar-nav li a .icon {
          margin-left: 0px;
          width: 38px;
          text-align: center;
          font-size: 1.1em;
          display: inline-block; }
        .app-container .content-container .side-menu .navbar-nav li a .title {
          width: 0px;
          white-space: nowrap;
          padding-left: 6px;
          display: none; }
      .app-container .content-container .side-menu .navbar-nav li.dropdown {
        border: 0;
        margin-bottom: 0;
        border-radius: 0;
        box-shadow: none; }
      .app-container .content-container .side-menu .navbar-nav li.dropdown ul li a {
        height: 44px;
        line-height: 44px;
        vertical-align: middle;
        padding: 0em 1.2em; }
      .app-container .content-container .side-menu .navbar-nav li.dropdown > a:after {
        content: "";
        position: absolute;
        right: 1em; }
      .app-container .content-container .side-menu .navbar-nav .panel-collapse.in {
        display: none; }
    .app-container .content-container .side-menu:hover {
      width: 250px; }
    .app-container .content-container .side-menu:hover .navbar-header .navbar-brand .title {
      display: inline-block; }
    .app-container .content-container .side-menu:hover .navbar-nav li a .title {
      width: 192px;
      display: inline-block; }
      .app-container .content-container .side-menu:hover .navbar-nav li.dropdown > a:after {
        font-family: FontAwesome;
        content: "\f107";
        position: absolute;
        right: 1em; }
    .app-container .content-container .side-menu:hover .panel-collapse.in {
      display: block; }
    .app-container .content-container .side-body {
      padding-top: 70px; }
    .app-container .content-container .side-body.padding-top {
      padding-top: 84px; }

@media (min-width: 769px) {
  .navbar-expand-toggle.mobile {
    display: none; }

  .app-container.expanded .app-footer {
    left: 250px; }
    .app-container.expanded .app-footer .wrapper {
      padding-left: 25px; }
    .app-container.expanded .content-container .navbar-top {
      padding-left: 250px; }
    .app-container.expanded .content-container .side-menu {
      width: 250px; }
      .app-container.expanded .content-container .side-menu .navbar-header .navbar-brand .title {
        display: inline-block; }
      .app-container.expanded .content-container .side-menu .navbar-nav li a .title {
        display: inline-block; }
        .app-container.expanded .content-container .side-menu .navbar-nav li .panel-collapse.in {
          display: block; }
        .app-container.expanded .content-container .side-menu .navbar-nav li.dropdown > a:after {
          font-family: FontAwesome;
          content: "\f107";
          position: absolute;
          right: 1em; } }

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-left: -15px;
  margin-right: -15px; }

.page-title {
  font-family: 'Roboto Condensed', sans-serif;
  margin-left: -10px;
  margin-right: -10px;
  padding: 15px 10px;
  margin-bottom: 0px;
  height: auto; }
  .page-title .title {
    font-size: 2em; }
  .page-title .page-action {
    float: right;
    height: 40px;
    line-height: 40px;
    vertical-align: middle; }

.sub-title {
  font-family: 'Roboto Condensed', sans-serif; }
  .sub-title > * {
    display: inline-block; }
  .sub-title h3 {
    margin-right: 10px; }
  .sub-title .description {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.9em; }
  .sub-title .action .btn {
    padding: 0 0.5em; }
/* Main body section */
.app-container .side-body {
  margin-left: 75px;
  margin-right: 15px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.app-container.expanded .side-body {
  margin-left: 260px; }
/* small screen */
@media (max-width: 768px) {
  .navbar-expand-toggle.default {
    display: none; }

  .navbar {
    padding-left: 0; }
    .navbar .navbar-header {
      width: auto;
      display: block; }
    .navbar .navbar-nav {
      width: auto;
      margin: 0; }
      .navbar .navbar-nav > li {
        display: inline-block; }
    .navbar .navbar-right {
      position: absolute;
      top: 0;
      right: -100%;
      height: 100%;
      width: 100%;
      -moz-transition: all 0.25s linear;
      -webkit-transition: all 0.25s linear;
      transition: all 0.25s linear; }
      .navbar .navbar-right .open .dropdown-menu {
        position: absolute; }
    .navbar .navbar-right.expanded {
      right: 0; }

  .app-container .navbar-top {
    min-width: 300px; }
    .app-container .content-container .side-menu {
      margin-left: -250px;
      width: 0px; }
      .app-container .content-container .side-body {
        margin-left: 10px; }

  .app-container.expanded-toggle .navbar-top {
    min-width: 480px;
    padding-left: 0px; }
    .app-container.expanded-toggle .side-menu {
      margin-left: 0px;
      width: 250px; }
      .app-container.expanded-toggle .side-menu .navbar-header .navbar-brand .title, .app-container.expanded-toggle .side-menu .navbar-nav li a .title {
        display: inline-block; }
    .app-container.expanded-toggle .side-body {
      margin-left: 10px; }

  .app-container .app-footer .wrapper, .app-container.expanded-toggle .app-footer .wrapper {
    padding-left: 25px; } }
/* Card */
.card {
  background-color: #fff;
  border-radius: 1px;
  position: relative; }
  .card .card-body {
    padding: 25px; }
    .card .card-body .sub-title {
      font-size: 1.2em;
      padding: 1.2em 0em 0.4em 0em;
      margin-bottom: 25px; }
    .card .card-body .sub-title .description {
      padding-left: 0.4em;
      font-size: 0.8em;
      opacity: 0.8; }
  .card .card-body.half-padding {
    padding: 12.5px; }
  .card .card-header .card-title {
    padding: 1.2em 25px;
    float: left; }
    .card .card-header .card-title .title {
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 1.5em;
      text-decoration: none; }
    .card .card-header .pull-right {
      padding: 0.5em 1em; }
  .card .card-header:after {
    content: '';
    display: block;
    clear: both; }
  .card .card-profile-img img {
    width: 100%;
    height: auto; }
  .card .card-jumbotron {
    padding: 1.5em 1.5em; }

.card:hover .card-header .title {
  text-decoration: none !important; }

.card.summary-inline .card-body {
  padding: 20px; }
  .card.summary-inline .card-body .content {
    float: right; }
  .card.summary-inline .card-body .content .title {
    font-family: 'Lato', sans-serif;
    margin-top: -0.3em;
    font-size: 3.5em;
    text-align: right; }
  .card.summary-inline .card-body .content .sub-title {
    font-family: 'Lato', sans-serif;
    font-size: 0.9em;
    text-align: right;
    margin-top: -10px;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 0; }

.card.profile .card-body {
  padding: 0.5em 0.8em; }
  .card.profile .card-footer {
    padding: 0.5em 0.8em; }

.panel {
  border-radius: 1px; }
  .panel .panel-heading {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px; }

.chart {
  padding: 15px; }

.chart.no-padding {
  padding: 0;
  margin-bottom: -5px; }

.btn {
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 1px;
  border-width: 1px;
  font-family: 'Roboto Condensed', sans-serif; }

.input-group-btn .btn {
  margin-top: 0px;
  margin-bottom: 0px; }
  .input-group-btn .btn.btn-default {
    padding-bottom: 7px; }

.btn-group-lg > .btn, .btn-group-lg > .btn-lg {
  border-radius: 1px; }

.progress {
  border-radius: 1px;
  box-shadow: none; }
  .progress .progress-bar {
    box-shadow: none; }

.pagination {
  margin-top: 5px;
  margin-bottom: 5px; }
  .pagination li:first-child > a, .pagination li:first-child span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .pagination li:last-child > a, .pagination li:last-child span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

.form-control {
  border-radius: 1px;
  box-shadow: none; }

.bs-example-modal .modal {
  z-index: 100;
  position: relative;
  display: block; }

.modal {
  z-index: 100001; }
  .modal .modal-dialog .modal-header {
    font-family: 'Roboto Condensed', sans-serif; }
  .modal .modal-dialog .modal-content {
    border-radius: 1px;
    box-shadow: none; }
  .modal .modal-dialog .modal-footer .btn {
    margin-top: 0;
    margin-bottom: 0; }

.modal-backdrop {
  z-index: 100000; }

.modal-backdrop.in {
  opacity: 0.8; }

.alert {
  border-width: 0px;
  border-radius: 1px; }

.list-group .badge {
  border-radius: 1px; }
  .list-group .list-group-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
  .list-group .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }

.checkbox3, .radio3 {
  margin-top: 0px;
  margin-bottom: 0px; }

.checkbox-inline {
  margin-bottom: 5px; }

.checkbox3 label, .radio3 label {
  padding: 8px 0 8px 30px; }

.checkbox3 label::before, .radio3 label::before {
  top: 5px; }

.checkbox3 label::after, .radio3 label::after {
  top: 5px; }

.checkbox3 label, .radio3 label, .checkbox-inline, .radio-inline {
  font-weight: normal; }

.bootstrap-switch {
  border-radius: 1px; }

.thumbnail {
  border-radius: 1px;
  padding: 0; }
  .thumbnail .caption {
    padding: 0.5em 1.2em; }
  .thumbnail .caption .h1, .thumbnail .caption .h2, .thumbnail .caption .h3, .thumbnail .caption h1, .thumbnail .caption h2, .thumbnail .caption h3 {
    margin-top: 15px; }

.login-page {
  background: url(/images/app-header-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%; }
  .login-page .login-box {
    width: 100%;
    max-width: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0; }
  .login-page .login-box > .title {
    margin-bottom: 1em; }
  .login-page .login-box > .row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0; }
  .login-page .login-form {
    padding: 0em; }
  .login-page .login-form .login-header {
    margin-bottom: 1.2em;
    font-size: 1.5em; }
  .login-page .login-form .login-body {
    padding: 1.5em;
    border-radius: 1px; }
  .login-page .login-form input {
    margin-bottom: 0.8em;
    margin-top: 0.5em;
    font-size: 1.1em;
    border-radius: 1px; }
  .login-page .login-button .btn {
    padding: 0.5em 2em;
    font-size: 1.1em;
    border-radius: 1px;
    margin-bottom: 0; }
  .login-page .login-footer {
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    text-align: right;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }

@media (max-width: 768px) {
  body.login-page .login-form .login-header {
    margin-bottom: 1em; }
    body.login-page .login-box {
      width: 100%;
      max-width: 260px; } }

.dataTables_wrapper .row {
  margin-bottom: 0.5em; }
  .dataTables_wrapper .top {
    margin-bottom: 6px;
    position: relative; }
  .dataTables_wrapper .bottom {
    margin-top: 6px; }
  .dataTables_wrapper .top:after, .dataTables_wrapper .bottom:after {
    position: relative;
    clear: both;
    display: block;
    content: ''; }
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin-left: 0;
    border: 0; }
  .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: 0; }
  .dataTables_wrapper tfoot {
    display: none; }

.code-preview {
  width: 100%;
  min-height: 400px; }

.nav-tabs > li {
  margin-bottom: -1px; }
  .nav-tabs > li > a {
    border-radius: 0;
    border: 0; }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-radius: 0;
    border-top: 0; }

.tab-content > div {
  padding: 20px; }

.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
  border-bottom: 0; }

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

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

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent; }

.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
  float: none; }

.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

.tabs-left, .tabs-right {
  display: table; }

.tabs-left > .nav-tabs {
  display: table-cell;
  margin-right: 19px; }

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px; }

.tabs-right > .nav-tabs {
  display: table-cell;
  margin-left: 19px; }

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px; }

.tab:after {
  content: '';
  display: block;
  clear: both; }

.step .nav-tabs {
  border-bottom: 0px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px; }
  .step .nav-tabs > li[class^="col-"] {
    padding-left: 0;
    padding-right: 0; }
  .step .nav-tabs > li:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .step .nav-tabs > li {
    border-right: 0; }
  .step .nav-tabs > li > a {
    margin-right: 0;
    display: block;
    width: 100%;
    padding: 1em;
    padding-left: 2em;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    border-bottom: 0; }
    .step .nav-tabs > li > a .icon {
      font-size: 2.5em;
      display: inline-block;
      margin-right: 0.25em;
      vertical-align: middle; }
    .step .nav-tabs > li > a .step-title {
      width: auto;
      display: inline-block;
      vertical-align: middle;
      text-align: left; }
    .step .nav-tabs > li > a .step-title .title {
      font-weight: bold;
      font-size: 1.1em; }
    .step .nav-tabs > li > a .step-title .description {
      font-size: 0.9em; }
  .step .nav-tabs > li > a:hover {
    border-bottom: 0; }
  .step .nav-tabs > li:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(0%, -50%);
    z-index: 100001; }
  .step .nav-tabs > li:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translate(0%, -50%);
    z-index: 100000; }
  .step .nav-tabs > li.active > a, .step .nav-tabs > li.active > a:focus, .step .nav-tabs > li.active > a:hover {
    border: 0;
    border-radius: 0;
    border-bottom: 0; }
  .step .nav-tabs > li:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .step .nav-tabs > li:last-child:before, .step .nav-tabs > li:last-child:after {
    display: none; }
  .step .tab-content > div {
    padding: 0; }

.step.card-no-padding .nav-tabs {
  margin-bottom: 0px; }
  .step.card-no-padding .nav-tabs > li {
    border-radius: 0; }
  .step.card-no-padding .tab-content > div {
    padding: 20px; }

.step.tabs-left .tab-content {
  padding: 5px 15px;
  display: table-cell;
  vertical-align: top; }
  .step.tabs-left .tab-content > div {
    padding: 20px; }
  .step.tabs-left .nav-tabs {
    border-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0; }
  .step.tabs-left .nav-tabs > li[class^="col-"] {
    padding-left: 0;
    padding-right: 0; }
  .step.tabs-left .nav-tabs > li:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
  .step.tabs-left .nav-tabs > li {
    border-right: 0px;
    min-width: 250px;
    display: table;
    width: 250px; }
  .step.tabs-left .nav-tabs > li > a {
    margin-right: 0;
    display: table-cell;
    width: 100%;
    padding: 1em;
    padding-left: 2em;
    vertical-align: middle;
    table-layout: fixed;
    white-space: nowrap;
    overflow: hidden; }
    .step.tabs-left .nav-tabs > li > a .icon {
      font-size: 2.5em;
      display: inline-block;
      margin-right: 0.25em;
      vertical-align: middle; }
    .step.tabs-left .nav-tabs > li > a .step-title {
      width: auto;
      display: inline-block;
      vertical-align: middle; }
    .step.tabs-left .nav-tabs > li > a .step-title .title {
      font-weight: bold;
      font-size: 1.1em; }
    .step.tabs-left .nav-tabs > li > a .step-title .description {
      font-size: 0.9em; }
  .step.tabs-left .nav-tabs > li > a:hover {
    border-bottom: 0; }
  .step.tabs-left .nav-tabs > li:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 10000;
    display: none; }
  .step.tabs-left .nav-tabs > li:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translate(0%, -50%);
    z-index: 10000;
    display: none; }
  .step.tabs-left .nav-tabs > li.active > a, .step.tabs-left .nav-tabs > li.active > a:focus, .step.tabs-left .nav-tabs > li.active > a:hover {
    border: 0;
    border-radius: 0;
    border-bottom: 0; }
  .step.tabs-left .nav-tabs > li.active:after, .step.tabs-left .nav-tabs > li.active:before {
    display: block; }
  .step.tabs-left .nav-tabs > li:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }

@media (max-width: 768px) {
  .step .nav-tabs > li:after {
    display: none; }
    .step .nav-tabs > li:before {
      display: none; } }

.loader-container {
  display: none; }

.loader .loader-container {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1003; }

.loader:after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  border-radius: 1px; }

.pricing-table .pt-header {
  text-align: center;
  padding: 1em; }
  .pricing-table .pt-header .plan-pricing .pricing {
    font-size: 2.5em; }
  .pricing-table .pt-header .plan-pricing .pricing-type {
    opacity: 0.9; }
  .pricing-table .pt-body {
    padding: 1em;
    text-align: center; }
  .pricing-table .pt-body .plan-detail {
    padding: 0;
    margin: 0;
    list-style: none; }
  .pricing-table .pt-footer {
    padding: 0.75em;
    text-align: center; }

.icons-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .icons-list > li {
    float: left;
    text-align: center;
    width: 100px;
    height: 100px;
    padding: 8px; }
  .icons-list > li span {
    display: block; }
  .icons-list > li .glyphicon {
    font-size: 1.5em; }
  .icons-list > li .glyphicon-class {
    margin-top: 8px;
    font-size: 0.75em; }

.icons-list:after {
  content: '';
  display: block;
  position: relative;
  clear: both; }

.row.example > [class*='col-'] > div {
  background-color: #eee;
  padding: 10px;
  border: 1px solid #ddd; }

.breadcrumb {
  margin-bottom: 0; }
  .breadcrumb > li + li:before {
    font-family: FontAwesome;
    content: '\f105';
    margin-right: 3px; }

.message-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .message-list > a > li {
    border-bottom: 1px dotted #eee;
    padding: 8px; }
  .message-list > a > li > .message-block {
    padding-left: 70px;
    min-height: 60px; }
    .message-list > a > li > .message-block .username {
      font-size: 12px;
      font-weight: bold; }
    .message-list > a > li > .message-block .message-datetime {
      font-size: 10px;
      color: #aaa; }
    .message-list > a > li > .message-block .message {
      font-size: 12px; }
  .message-list > a > li .profile-img {
    width: 60px;
    height: 60px; }
  .message-list > a:hover li {
    background-color: rgba(0, 0, 0, 0.01); }

.bs-example > * {
  margin-bottom: 20px; }
  .bs-example > *:last-child {
    margin-bottom: 5px; }

.landing-page {
  font-family: 'Roboto Condensed', sans-serif; }
  .landing-page .navbar .navbar-toggle {
    position: absolute;
    right: 0;
    border-radius: 0;
    border: 0;
    height: 44px;
    padding: 0 15px; }
  .landing-page .app-header {
    padding-top: 100px;
    background-image: url('../img/app-header-bg.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    margin-bottom: 0; }
  .landing-page .app-header .app-logo {
    margin-bottom: 20px; }
  .landing-page .app-header .app-description {
    margin-bottom: 40px; }
  .landing-page .app-content-a, .landing-page .app-content-b {
    padding-top: 50px;
    padding-bottom: 20px; }
  .landing-page .app-content-b.feature-1 {
    background-image: url('../img/bg/picjumbo.com_HNCK3558.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    margin-bottom: 0; }
  .landing-page .app-content-b.contact-us {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('../img/contact-us-bg.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    margin-bottom: 0; }
  .landing-page .app-content-b.contact-us .contact-us-header {
    font-weight: 300;
    font-size: 46px; }
  .landing-page .app-content-b.contact-us .contact-us-description {
    font-weight: 300;
    font-size: 18px;
    opacity: 0.9;
    text-indent: 40px; }
  .landing-page .app-content-b.contact-us form {
    margin-top: 20px; }
  .landing-page .app-content-b.contact-us form input {
    padding: 10px;
    width: 100%;
    border: 0px; }
  .landing-page .app-content-header {
    font-weight: 300;
    font-size: 46px; }
  .landing-page .app-content-description {
    font-weight: 300;
    font-size: 18px; }
  .landing-page .app-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0; }
  .landing-page .app-footer p {
    margin: 0; }
  .landing-page .navbar-affix {
    width: 100%;
    height: 60px;
    border-top: 2px rgba(78, 205, 196, 0.8);
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: fixed;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(96, 100, 109, 0.4);
    box-shadow: 0px 0px 6px 0px rgba(96, 100, 109, 0.4); }
  .landing-page .navbar.affix {
    z-index: 4000;
    background-color: rgba(255, 255, 255, 0.95) !important;
    height: 60px;
    opacity: 1;
    margin-top: 0px; }
  .landing-page .navbar-affix.affix li a {
    height: 60px;
    line-height: 60px; }
  .landing-page .navbar-affix.affix .navbar-nav > li > a {
    background-color: transparent;
    font-weight: 400;
    color: #333; }
  .landing-page .navbar {
    padding-left: 0px;
    background-color: transparent;
    box-shadow: none; }
  .landing-page .navbar .navbar-right {
    position: relative;
    right: 0; }
  .landing-page .navbar .navbar-header {
    border-bottom: 0px solid #e7e7e7; }
  .landing-page .navbar .navbar-header .navbar-brand {
    width: 45px;
    line-height: 60px;
    height: 60px;
    padding: 0;
    width: 100%;
    overflow: hidden;
    padding-left: 0px;
    font-family: 'Roboto Condensed', sans-serif; }
    .landing-page .navbar .navbar-header .navbar-brand .icon {
      width: 50px;
      text-align: center;
      display: inline-block; }
    .landing-page .navbar .navbar-header .navbar-brand .title {
      margin-left: -10px;
      display: inline-block; }
  .landing-page .navbar .navbar-header .navbar-expand-toggle {
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 0px;
    -moz-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 0.75; }

@media only screen and (max-width: 768px) {
  .landing-page .navbar .navbar-header .navbar-brand {
    padding-left: 15px; } }

.row-example > [class*="col-"] {
  margin-bottom: 0px; }
/* CUSTOMIZE THE NAVBAR
 -------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20; }
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0; }

.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px; }

.navbar-wrapper .navbar .container {
  width: auto; }
/* CUSTOMIZE THE CAROUSEL
 -------------------------------------------------- */
/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px; }
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10; }
/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777; }

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px; }
/* MARKETING CONTENT
 -------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center; }

.marketing h2 {
  font-weight: normal; }

.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px; }
/* Featurettes
 ------------------------- */
.featurette-divider {
  margin: 80px 0;
  /* Space out the Bootstrap <hr> more */ }
/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px; }
/* RESPONSIVE CSS
 -------------------------------------------------- */
@media (min-width: 768px) {
  /* Navbar positioning foo */
  /* The navbar becomes detached from the top, so we round the corners */
  /* Bump up size of carousel content */
    .navbar-wrapper .container {
      padding-right: 15px;
      padding-left: 15px; }
    .navbar-wrapper .navbar {
      padding-right: 0;
      padding-left: 0; }
    .navbar-wrapper .navbar {
      border-radius: 4px; }
    .carousel-caption p {
      margin-bottom: 20px;
      font-size: 21px;
      line-height: 1.4; }
    .featurette-heading {
      font-size: 50px; } }

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 100px;
    margin-bottom: 20px; } }

legend.checkbox3 label {
  display: block;
  width: 100%;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  padding-left: 40px; }
  legend.checkbox3 label:before, legend.checkbox3 label:after {
    top: 10px;
    left: 10px; }
  legend.checkbox3:hover {
    background-color: #f5f5f5; }

fieldset.collapsible > .fieldset-body {
  display: block; }
  fieldset.collapsible.collapsed > .fieldset-body {
    display: none; }

.panel .panel-body > fieldset {
  margin-left: -15px;
  margin-right: -15px; }
  .panel .panel-body > fieldset .fieldset-body {
    padding: 15px; }

.flat-blue {
  background-color: #eaeaea;
  /* small screen */ }
  .flat-blue a {
    color: #363c46; }
  .flat-blue a:hover {
    color: #09486b; }
  .flat-blue .app-footer {
    opacity: 0.7;
    color: #353d47; }
  .flat-blue .navbar, .flat-blue .navbar.navbar-default {
    border-bottom: 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08); }
  .flat-blue .navbar > .container-fluid, .flat-blue .navbar.navbar-default > .container-fluid {
    background-color: #fff; }
  .flat-blue .navbar .navbar-header .navbar-brand, .flat-blue .navbar.navbar-default .navbar-header .navbar-brand {
    color: #f9f9f9; }
  .flat-blue .navbar .navbar-header .navbar-expand-toggle, .flat-blue .navbar.navbar-default .navbar-header .navbar-expand-toggle {
    color: #353d47; }
  .flat-blue .navbar .navbar-header .navbar-right-expand-toggle, .flat-blue .navbar.navbar-default .navbar-header .navbar-right-expand-toggle {
    color: #353d47; }
  .flat-blue .navbar .navbar-breadcrumb li, .flat-blue .navbar.navbar-default .navbar-breadcrumb li {
    color: #353d47; }
    .flat-blue .navbar .navbar-breadcrumb li a, .flat-blue .navbar.navbar-default .navbar-breadcrumb li a {
      color: #353d47; }
  .flat-blue .navbar .navbar-nav > li, .flat-blue .navbar.navbar-default .navbar-nav > li {
    border-left: 1px solid #f9f9f9; }
    .flat-blue .navbar .navbar-nav > li > a, .flat-blue .navbar.navbar-default .navbar-nav > li > a {
      color: #353d47; }
  .flat-blue .navbar .navbar-nav > li:hover > a, .flat-blue .navbar.navbar-default .navbar-nav > li:hover > a {
    color: #22a7f0; }
  .flat-blue .navbar .navbar-nav > li.open > a, .flat-blue .navbar.navbar-default .navbar-nav > li.open > a {
    background-color: transparent;
    color: #22a7f0; }
  .flat-blue .navbar .navbar-nav > li.danger > a, .flat-blue .navbar.navbar-default .navbar-nav > li.danger > a {
    background-color: transparent;
    border-bottom: 4px solid #fa2a00;
    color: #fa2a00; }
  .flat-blue .navbar .navbar-nav > li.danger.open > a, .flat-blue .navbar.navbar-default .navbar-nav > li.danger.open > a {
    background-color: #fa2a00;
    color: #fff; }
  .flat-blue .navbar .navbar-nav .dropdown-menu, .flat-blue .navbar.navbar-default .navbar-nav .dropdown-menu {
    background-color: #f9f9f9;
    border-color: #e4e4e4; }
    .flat-blue .navbar .navbar-nav .dropdown-menu .title, .flat-blue .navbar.navbar-default .navbar-nav .dropdown-menu .title {
      background-color: #fff; }
    .flat-blue .navbar .navbar-nav .dropdown-menu .title .badge, .flat-blue .navbar.navbar-default .navbar-nav .dropdown-menu .title .badge {
      background-color: #353d47; }
  .flat-blue .navbar .navbar-nav .dropdown-menu.danger, .flat-blue .navbar.navbar-default .navbar-nav .dropdown-menu.danger {
    border-color: #fa2a00; }
    .flat-blue .navbar .navbar-nav .dropdown-menu.danger .title, .flat-blue .navbar.navbar-default .navbar-nav .dropdown-menu.danger .title {
      background-color: #fa2a00;
      color: #fff; }
    .flat-blue .navbar .navbar-nav .dropdown-menu.danger .title .badge, .flat-blue .navbar.navbar-default .navbar-nav .dropdown-menu.danger .title .badge {
      background-color: #fff;
      color: #fa2a00; }
  .flat-blue .navbar.navbar-inverse {
    background-color: #353d47;
    border-bottom: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  .flat-blue .navbar.navbar-inverse > .container-fluid {
    background-color: #353d47; }
  .flat-blue .navbar.navbar-inverse .navbar-right-expand-toggle {
    color: #fff; }
  .flat-blue .navbar.navbar-inverse .navbar-header .navbar-brand {
    color: #f9f9f9; }
  .flat-blue .navbar.navbar-inverse .navbar-header .navbar-expand-toggle {
    color: #fff; }
  .flat-blue .navbar.navbar-inverse .navbar-breadcrumb li {
    color: #fff; }
    .flat-blue .navbar.navbar-inverse .navbar-breadcrumb li a {
      color: #fff; }
  .flat-blue .navbar.navbar-inverse .navbar-nav > li {
    border-left: 1px solid #363c46; }
    .flat-blue .navbar.navbar-inverse .navbar-nav > li > a {
      color: #fff; }
  .flat-blue .navbar.navbar-inverse .navbar-nav > li:hover > a {
    color: #22a7f0; }
  .flat-blue .navbar.navbar-inverse .navbar-nav > li.open > a {
    background-color: transparent;
    color: #22a7f0; }
  .flat-blue .navbar.navbar-inverse .navbar-nav > li.danger > a {
    background-color: transparent;
    border-bottom: 4px solid #fa2a00;
    color: #fff; }
  .flat-blue .navbar.navbar-inverse .navbar-nav > li.danger.open > a {
    background-color: #fa2a00; }
  .flat-blue .navbar.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: #f9f9f9;
    border-color: #353d47; }
    .flat-blue .navbar.navbar-inverse .navbar-nav .dropdown-menu .title {
      background-color: #fff; }
    .flat-blue .navbar.navbar-inverse .navbar-nav .dropdown-menu .title .badge {
      background-color: #353d47; }
  .flat-blue .navbar.navbar-inverse .navbar-nav .dropdown-menu.danger {
    border-color: #fa2a00; }
    .flat-blue .navbar.navbar-inverse .navbar-nav .dropdown-menu.danger .title {
      background-color: #fa2a00;
      color: #fff; }
    .flat-blue .navbar.navbar-inverse .navbar-nav .dropdown-menu.danger .title .badge {
      background-color: #fff;
      color: #fa2a00; }
  .flat-blue .side-menu {
    background-color: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08); }
  .flat-blue .side-menu .navbar-header {
    background-color: #22a7f0;
    margin-bottom: 4px; }
  .flat-blue .side-menu .navbar-header .navbar-brand {
    color: #19b5fe; }
  .flat-blue .side-menu .navbar-nav {
    width: 100%; }
  .flat-blue .side-menu .navbar {
    background-color: #fff;
    border-bottom: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .flat-blue .side-menu .navbar li > a {
    color: #363c46; }
  .flat-blue .side-menu .navbar li.active {
    border-left: 0; }
    .flat-blue .side-menu .navbar li.active > a {
      border-right: 4px solid #22a7f0;
      background-color: #fff; }
  .flat-blue .side-menu .navbar > li:hover > a {
    background-color: #fa2a00;
    color: #fff; }
  .flat-blue .side-menu .navbar li.dropdown {
    background-color: transparent; }
    .flat-blue .side-menu .navbar li.dropdown > .panel-collapse {
      background-color: #e4e4e4; }
    .flat-blue .side-menu .navbar li.dropdown .panel-body {
      padding: 0 7px; }
  .flat-blue .side-menu.sidebar-inverse {
    background-color: #353d47;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08); }
  .flat-blue .side-menu.sidebar-inverse .navbar {
    background-color: #353d47;
    border-bottom: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .flat-blue .side-menu.sidebar-inverse .navbar li {
    border-left: 0; }
    .flat-blue .side-menu.sidebar-inverse .navbar li > a {
      color: #fff; }
  .flat-blue .side-menu.sidebar-inverse .navbar li.active > a {
    color: #353d47;
    border-left: 3px solid #22a7f0;
    border-right: 0px solid #22a7f0;
    background-color: #fff; }
    .flat-blue .side-menu.sidebar-inverse .navbar li.active > a .icon {
      margin-left: -3px; }
  .flat-blue .side-menu.sidebar-inverse .navbar > li:hover > a {
    background-color: #fa2a00;
    color: #fff; }
  .flat-blue .side-menu.sidebar-inverse .navbar li.dropdown > .panel-collapse {
    background-color: rgba(0, 0, 0, 0.1); }
    .flat-blue .side-menu.sidebar-inverse .navbar li.dropdown .panel-body {
      padding: 0 7px; }
  @media (max-width: 768px) {
  .flat-blue .navbar.navbar-default .navbar-nav > li {
    border-left: 0; }
    .flat-blue .navbar.navbar-default .navbar-right {
      background-color: #fff; }
      .flat-blue .navbar.navbar-inverse .navbar-nav > li {
        border-left: 0; }

    .flat-blue .navbar.navbar-inverse .navbar-right {
      background-color: #353d47; } }
  .flat-blue .card.red {
    background-color: #fa2a00;
    color: #fff; }
  .flat-blue .card.yellow {
    background-color: #ffb400;
    color: #fff; }
  .flat-blue .card.green {
    background-color: #1abc9c;
    color: #fff; }
  .flat-blue .card.blue {
    background-color: #22a7f0;
    color: #fff; }
  .flat-blue .card.dark {
    background-color: #353d47;
    color: #fff; }
  .flat-blue .card.red, .flat-blue .card.yellow, .flat-blue .card.green, .flat-blue .card.blue, .flat-blue .card.dark {
    border: 0; }
  .flat-blue .card.red .card-header, .flat-blue .card.yellow .card-header, .flat-blue .card.green .card-header, .flat-blue .card.blue .card-header, .flat-blue .card.dark .card-header {
    border-bottom: 0; }
  .flat-blue .card.red .card-header .title, .flat-blue .card.yellow .card-header .title, .flat-blue .card.green .card-header .title, .flat-blue .card.blue .card-header .title, .flat-blue .card.dark .card-header .title {
    color: #fff; }
  .flat-blue .card {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 0px solid #e4e4e4; }
  .flat-blue .card .card-header {
    border-bottom: 1px solid #e4e4e4; }
  .flat-blue .card .card-header .title {
    color: #353d47; }
  .flat-blue .card .card-body .sub-title {
    border-bottom: 1px solid #eaeaea; }
  .flat-blue .card .card-header.no-border {
    border-bottom: 0; }
  .flat-blue .card .card-jumbotron {
    background-color: #eaeaea; }
  .flat-blue .card.primary .card-jumbotron {
    background-color: #353d47;
    color: #fff; }
  .flat-blue .card.profile .card-footer {
    border-top: 1px solid #f9f9f9; }
  .flat-blue .card.summary-inline.red:hover {
    background-color: #7c1a06; }
  .flat-blue .card.summary-inline.yellow:hover {
    background-color: #85630f; }
  .flat-blue .card.summary-inline.green:hover {
    background-color: #006551; }
  .flat-blue .card.summary-inline.blue:hover {
    background-color: #353d47; }
  .flat-blue .card.summary-inline.dark:hover {
    background-color: #09486b; }
  .flat-blue .card.card-success .card-header {
    background-color: #1abc9c; }
  .flat-blue .card.card-success .card-header .title {
    color: #fff; }
  .flat-blue .card.card-info .card-header {
    background-color: #22a7f0; }
  .flat-blue .card.card-info .card-header .title {
    color: #fff; }
  .flat-blue .panel.panel-default {
    border: 1px solid #eaeaea; }
  .flat-blue .panel.panel-default .panel-heading {
    border-bottom: 1px solid #eaeaea;
    background-color: #f0f0f0; }
  .flat-blue .panel.panel-primary {
    border: 1px solid #353d47; }
  .flat-blue .panel.panel-primary .panel-heading {
    border-bottom: 1px solid #353d47;
    background-color: #73849d;
    color: #fff; }
  .flat-blue .panel.panel-success {
    border: 1px solid #1abc9c; }
  .flat-blue .panel.panel-success .panel-heading {
    border-bottom: 1px solid #1abc9c;
    background-color: #99e9d9;
    color: #006551; }
  .flat-blue .panel.panel-info {
    border: 1px solid #22a7f0; }
  .flat-blue .panel.panel-info .panel-heading {
    border-bottom: 1px solid #22a7f0;
    background-color: #91d5fb;
    color: #09486b; }
  .flat-blue .panel.panel-warning {
    border: 1px solid #fabe28; }
  .flat-blue .panel.panel-warning .panel-heading {
    border-bottom: 1px solid #fabe28;
    background-color: #ffe5a2;
    color: #85630f; }
  .flat-blue .panel.panel-danger {
    border: 1px solid #fb927d; }
  .flat-blue .panel.panel-danger .panel-heading {
    border-bottom: 1px solid #fb927d;
    background-color: #ffb8aa;
    color: #7c1a06; }
  .flat-blue .panel.fresh-color.panel-primary {
    border: 1px solid #353d47; }
  .flat-blue .panel.fresh-color.panel-primary .panel-heading {
    border-bottom: 1px solid #353d47;
    background-color: #353d47;
    color: #fff; }
  .flat-blue .panel.fresh-color.panel-success {
    border: 1px solid #1abc9c; }
  .flat-blue .panel.fresh-color.panel-success .panel-heading {
    border-bottom: 1px solid #1abc9c;
    background-color: #1abc9c;
    color: #fff; }
  .flat-blue .panel.fresh-color.panel-info {
    border: 1px solid #22a7f0; }
  .flat-blue .panel.fresh-color.panel-info .panel-heading {
    border-bottom: 1px solid #22a7f0;
    background-color: #22a7f0;
    color: #fff; }
  .flat-blue .panel.fresh-color.panel-warning {
    border: 1px solid #fabe28; }
  .flat-blue .panel.fresh-color.panel-warning .panel-heading {
    border-bottom: 1px solid #fabe28;
    background-color: #fabe28;
    color: #fff; }
  .flat-blue .panel.fresh-color.panel-danger {
    border: 1px solid #fa2a00; }
  .flat-blue .panel.fresh-color.panel-danger .panel-heading {
    border-bottom: 1px solid #fa2a00;
    background-color: #fa2a00;
    color: #fff; }
  .flat-blue .btn.btn-default {
    background-color: #f0f0f0;
    border-color: #eaeaea; }
  .flat-blue .input-group-btn .btn.btn-default {
    border-color: #ccc; }
  .flat-blue .btn.btn-default:hover {
    background-color: #eaeaea; }
  .flat-blue .btn.btn-primary {
    background-color: #353d47;
    color: #fff;
    border-color: #353d47; }
  .flat-blue .btn.btn-success {
    background-color: #1abc9c;
    color: #fff;
    border-color: #1abc9c; }
  .flat-blue .btn.btn-warning {
    background-color: #fabe28;
    color: #fff;
    border-color: #fabe28; }
  .flat-blue .btn.btn-info {
    background-color: #22a7f0;
    color: #fff;
    border-color: #22a7f0; }
  .flat-blue .btn.btn-danger {
    background-color: #fa2a00;
    color: #fff;
    border-color: #fa2a00; }
  .flat-blue .btn.btn-link {
    color: #353d47; }
  .flat-blue .progress .progress-bar {
    background-color: #353d47;
    color: #fff; }
  .flat-blue .progress .progress-bar.progress-bar-success {
    background-color: #1abc9c; }
  .flat-blue .progress .progress-bar.progress-bar-info {
    background-color: #22a7f0; }
  .flat-blue .progress .progress-bar.progress-bar-warning {
    background-color: #fabe28; }
  .flat-blue .progress .progress-bar.progress-bar-danger {
    background-color: #fa2a00; }
  .flat-blue .color-white {
    color: #fff; }
  .flat-blue .pagination > li > a {
    color: #353d47; }
  .flat-blue .pagination .active > a, .flat-blue .pagination .active > a:focus, .flat-blue .pagination .active > a:hover, .flat-blue .pagination .active span, .flat-blue .pagination .active > span:focus, .flat-blue .pagination .active > span:hover {
    background-color: #353d47;
    border-color: #353d47;
    color: #fff; }
  .flat-blue .modal.modal-primary .modal-header {
    background-color: #353d47;
    color: #fff; }
  .flat-blue .modal.modal-success .modal-header {
    background-color: #1abc9c;
    color: #fff; }
  .flat-blue .modal.modal-info .modal-header {
    background-color: #22a7f0;
    color: #fff; }
  .flat-blue .modal.modal-warning .modal-header {
    background-color: #fabe28;
    color: #fff; }
  .flat-blue .modal.modal-danger .modal-header {
    background-color: #fa2a00;
    color: #fff; }
  .flat-blue .alert.alert-success {
    background-color: #99e9d9;
    color: #006551;
    border-color: #1abc9c; }
  .flat-blue .alert.alert-success .alert-link {
    color: #006551;
    text-decoration: underline; }
  .flat-blue .alert.alert-success .btn-link {
    color: #006551; }
  .flat-blue .alert.alert-info {
    background-color: #91d5fb;
    color: #09486b;
    border-color: #22a7f0; }
  .flat-blue .alert.alert-info .alert-link {
    color: #09486b;
    text-decoration: underline; }
  .flat-blue .alert.alert-info .btn-link {
    color: #09486b; }
  .flat-blue .alert.alert-warning {
    background-color: #ffe5a2;
    border-color: #fabe28;
    color: #85630f; }
  .flat-blue .alert.alert-warning .alert-link {
    color: #85630f;
    text-decoration: underline; }
  .flat-blue .alert.alert-warning .btn-link {
    color: #85630f; }
  .flat-blue .alert.alert-danger {
    background-color: #ffb8aa;
    border-color: #fb927d;
    color: #7c1a06; }
  .flat-blue .alert.alert-danger .alert-link {
    color: #7c1a06;
    text-decoration: underline; }
  .flat-blue .alert.alert-danger .btn-link {
    color: #7c1a06; }
  .flat-blue .alert.fresh-color {
    color: #fff; }
  .flat-blue .alert.fresh-color .alert-link {
    color: #fff;
    text-decoration: underline; }
  .flat-blue .alert.fresh-color .btn-link {
    color: #fff; }
  .flat-blue .alert.fresh-color.alert-success {
    background-color: #1abc9c; }
  .flat-blue .alert.fresh-color.alert-info {
    background-color: #22a7f0; }
  .flat-blue .alert.fresh-color.alert-warning {
    background-color: #fabe28; }
  .flat-blue .alert.fresh-color.alert-danger {
    background-color: #fa2a00;
    border-color: #fa2a00; }
  .flat-blue .list-group .list-group-item.active {
    background-color: #353d47;
    color: #fff;
    border-color: #353d47; }
  .flat-blue .list-group .list-group-item.active .badge {
    color: #353d47; }
  .flat-blue .list-group .list-group-item.list-group-item-success {
    background-color: #99e9d9;
    color: #006551;
    border-color: #99e9d9; }
  .flat-blue .list-group .list-group-item.list-group-item-success .badge {
    background-color: #fff;
    color: #1abc9c; }
  .flat-blue .list-group .list-group-item.list-group-item-info {
    background-color: #91d5fb;
    color: #09486b;
    border-color: #91d5fb; }
  .flat-blue .list-group .list-group-item.list-group-item-info .badge {
    background-color: #fff;
    color: #22a7f0; }
  .flat-blue .list-group .list-group-item.list-group-item-warning {
    background-color: #ffe5a2;
    color: #85630f;
    border-color: #ffe5a2; }
  .flat-blue .list-group .list-group-item.list-group-item-warning .badge {
    background-color: #fff;
    color: #fabe28; }
  .flat-blue .list-group .list-group-item.list-group-item-danger {
    background-color: #ffb8aa;
    color: #7c1a06;
    border-color: #ffb8aa; }
  .flat-blue .list-group .list-group-item.list-group-item-danger .badge {
    background-color: #fff;
    color: #fa2a00; }
  .flat-blue .bootstrap-switch {
    border-color: #eaeaea; }
  .flat-blue .bootstrap-switch .bootstrap-switch-primary {
    background-color: #353d47; }
  .flat-blue .table .active td, .flat-blue .table .active th {
    background-color: #eaeaea; }
  .flat-blue .table .success {
    color: #006551; }
  .flat-blue .table .success td, .flat-blue .table .success th {
    background-color: #99e9d9; }
  .flat-blue .table .info {
    color: #09486b; }
  .flat-blue .table .info td, .flat-blue .table .info th {
    background-color: #91d5fb; }
  .flat-blue .table .warning {
    color: #85630f; }
  .flat-blue .table .warning td, .flat-blue .table .warning th {
    background-color: #ffe5a2; }
  .flat-blue .table .danger {
    color: #7c1a06; }
  .flat-blue .table .danger td, .flat-blue .table .danger th {
    background-color: #ffb8aa; }
  .flat-blue .table > tbody > tr > td, .flat-blue .table > tfoot > tr > td, .flat-blue .table > tbody > tr > th, .flat-blue .table > tfoot > tr > th {
    border-color: #eaeaea; }
  .flat-blue .table > thead > tr > th {
    border-color: #eaeaea; }
  .flat-blue .table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fdfdfd; }
  .flat-blue .form-control:focus {
    border-color: #337ab7;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 122, 183, 0.6); }
  .flat-blue .login-box .login-form .login-header {
    color: #fff; }
  .flat-blue .login-box .login-form .login-body {
    background-color: #fff; }
  .flat-blue .login-box input {
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9; }
  .flat-blue .login-box .login-footer a {
    color: #fff; }
  .flat-blue .login-box .login-footer a:hover {
    color: #fff;
    text-decoration: underline; }
  .flat-blue .badge.primary {
    background-color: #353d47; }
  .flat-blue .badge.success {
    background-color: #1abc9c; }
  .flat-blue .badge.info {
    background-color: #22a7f0; }
  .flat-blue .badge.warning {
    background-color: #fabe28; }
  .flat-blue .badge.danger {
    background-color: #fa2a00; }
  .flat-blue .nav-tabs {
    background-color: #eaeaea; }
  .flat-blue .nav-tabs > li > a:hover {
    background-color: #eaeaea; }
  .flat-blue .nav-tabs > li.active > a:hover {
    background-color: #fff; }
  .flat-blue .tabs-below > .nav-tabs {
    border-top: 1px solid #e4e4e4; }
  .flat-blue .tabs-below > .nav-tabs > li > a:hover, .flat-blue .tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #e4e4e4;
    border-bottom-color: transparent; }
  .flat-blue .tabs-below > .nav-tabs > .active > a, .flat-blue .tabs-below > .nav-tabs > .active > a:hover, .flat-blue .tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #e4e4e4 #e4e4e4 #e4e4e4; }
  .flat-blue .tabs-left > .nav-tabs {
    border-right: 1px solid #e4e4e4; }
  .flat-blue .tabs-left > .nav-tabs > li > a:hover, .flat-blue .tabs-left > .nav-tabs > li > a:focus {
    border-color: #e4e4e4 #e4e4e4 #e4e4e4 #e4e4e4; }
  .flat-blue .tabs-left > .nav-tabs .active > a, .flat-blue .tabs-left > .nav-tabs .active > a:hover, .flat-blue .tabs-left > .nav-tabs .active > a:focus {
    border-color: #e4e4e4 transparent #e4e4e4 #e4e4e4;
    border-right-color: #fff; }
  .flat-blue .tabs-right > .nav-tabs {
    border-left: 1px solid #e4e4e4; }
  .flat-blue .tabs-right > .nav-tabs > li > a:hover, .flat-blue .tabs-right > .nav-tabs > li > a:focus {
    border-color: #e4e4e4 #e4e4e4 #e4e4e4 #e4e4e4; }
  .flat-blue .tabs-right > .nav-tabs .active > a, .flat-blue .tabs-right > .nav-tabs .active > a:hover, .flat-blue .tabs-right > .nav-tabs .active > a:focus {
    border-color: #e4e4e4 #e4e4e4 #e4e4e4 transparent;
    border-left-color: #fff; }
  .flat-blue .step .nav-tabs {
    background-color: #fff; }
  .flat-blue .step .nav-tabs > li {
    border: 1px solid #e4e4e4;
    border-right: 0; }
  .flat-blue .step .nav-tabs > li:after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff; }
  .flat-blue .step .nav-tabs > li:before {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #e4e4e4; }
  .flat-blue .step .nav-tabs > li.active {
    background-color: #eaeaea; }
    .flat-blue .step .nav-tabs > li.active > a, .flat-blue .step .nav-tabs > li.active > a:focus, .flat-blue .step .nav-tabs > li.active > a:hover {
      background: transparent; }
  .flat-blue .step .nav-tabs > li:hover {
    background-color: #eaeaea; }
  .flat-blue .step .nav-tabs > li:hover:after, .flat-blue .step .nav-tabs > li.active:after {
    border-left: 15px solid #eaeaea; }
  .flat-blue .step .nav-tabs > li:last-child {
    border-right: 1px solid #e4e4e4; }
  .flat-blue .step .nav-tabs > li.step-success {
    background-color: #99e9d9;
    border: 1px solid #1abc9c; }
    .flat-blue .step .nav-tabs > li.step-success a {
      color: #006551; }
  .flat-blue .step .nav-tabs > li.step-disabled {
    background-color: #99e9d9; }
  .flat-blue .step .nav-tabs > li.step-success:after {
    border-left: 15px solid #99e9d9; }
  .flat-blue .step .nav-tabs > li.step-success.active:hover:after {
    border-left: 15px solid #99e9d9; }
  .flat-blue .step .nav-tabs > li.step-success:hover:after {
    border-left: 15px solid #eaeaea; }
  .flat-blue .step.card-no-padding .nav-tabs > li {
    border: 0px solid transparent;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4; }
  .flat-blue .step.card-no-padding .nav-tabs > li:last-child {
    border-right: 0px solid #e4e4e4; }
  .flat-blue .step.tabs-left .nav-tabs > li {
    border: 1px solid #e4e4e4; }
  .flat-blue .step.tabs-left .nav-tabs > li:after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff; }
  .flat-blue .step.tabs-left .nav-tabs > li:before {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #e4e4e4; }
  .flat-blue .step.tabs-left .nav-tabs > li.active {
    background-color: #eaeaea; }
    .flat-blue .step.tabs-left .nav-tabs > li.active > a, .flat-blue .step.tabs-left .nav-tabs > li.active > a:focus, .flat-blue .step.tabs-left .nav-tabs > li.active > a:hover {
      background: transparent; }
  .flat-blue .step.tabs-left .nav-tabs > li:hover {
    background-color: #eaeaea; }
  .flat-blue .step.tabs-left .nav-tabs > li:hover:after, .flat-blue .step.tabs-left .nav-tabs > li.active:after {
    border-left: 15px solid #eaeaea; }
  .flat-blue .step.tabs-left.card-no-padding .nav-tabs > li {
    border: 0px solid transparent; }
  .flat-blue .pricing-table {
    box-shadow: 0 1px 1px #ccc; }
  .flat-blue .pricing-table .pt-header {
    background-color: #e4e4e4; }
  .flat-blue .pricing-table .pt-header .plan-pricing .pricing {
    text-shadow: 0 1px 1px #fff; }
  .flat-blue .pricing-table .pt-body {
    background-color: #f9f9f9; }
  .flat-blue .pricing-table .pt-body .plan-detail {
    border-top: 1px dashed rgba(255, 255, 255, 0.6);
    padding-top: 1em;
    margin-top: 1em; }
  .flat-blue .pricing-table .pt-footer {
    background-color: #f9f9f9; }
  .flat-blue .pricing-table.dark-blue .pt-header {
    background-color: #353d47;
    color: #fff; }
  .flat-blue .pricing-table.dark-blue .pt-body {
    background-color: #9eaabd;
    color: #363c46; }
  .flat-blue .pricing-table.green .pt-header {
    background-color: #1abc9c;
    color: #fff; }
  .flat-blue .pricing-table.green .pt-body {
    background-color: #99e9d9;
    color: #006551; }
  .flat-blue .pricing-table.blue .pt-header {
    background-color: #22a7f0;
    color: #fff; }
  .flat-blue .pricing-table.blue .pt-body {
    background-color: #91d5fb;
    color: #09486b; }
  .flat-blue .pricing-table.yellow .pt-header {
    background-color: #fabe28;
    color: #fff; }
  .flat-blue .pricing-table.yellow .pt-body {
    background-color: #ffe5a2;
    color: #85630f; }
  .flat-blue .pricing-table.red .pt-header {
    background-color: #fa2a00;
    color: #fff; }
  .flat-blue .pricing-table.red .pt-body {
    background-color: #ffb8aa;
    color: #7c1a06; }
  .flat-blue.landing-page .navbar-inverse .navbar-toggle:focus, .flat-blue.landing-page .navbar-inverse .navbar-toggle:hover {
    background-color: transparent; }
  .flat-blue.landing-page .navbar {
    background-color: transparent;
    box-shadow: none; }
  .flat-blue.landing-page .navbar .navbar-nav > .active > a {
    background-color: transparent; }
  .flat-blue.landing-page .navbar .navbar-nav > li {
    border-left: 0px solid #f9f9f9; }
    .flat-blue.landing-page .navbar .navbar-nav > li > a {
      color: #fff; }
  .flat-blue.landing-page .navbar .navbar-collapse {
    border: 0; }
  .flat-blue.landing-page .navbar.affix .navbar-nav > li > a {
    color: #353d47; }
  .flat-blue.landing-page .navbar.affix .navbar-nav > li:hover > a {
    color: #22a7f0; }
  @media (max-width: 768px) {
  .flat-blue.landing-page .navbar .navbar-collapse {
    background-color: #333; }
    .flat-blue.landing-page .navbar .navbar-right {
      background-color: transparent;
      color: #fff; }
  .flat-blue.landing-page .navbar.affix .navbar-nav > li > a {
    color: #fff; } }
  .flat-blue.landing-page .navbar.affix .navbar-brand {
    color: #353d47; }
  .flat-blue.landing-page .navbar.affix .navbar-toggle .icon-bar {
    background-color: #353d47; }
  .flat-blue.landing-page .app-header .app-btn {
    background-color: transparent;
    border: 2px solid #fff; }
  .flat-blue.landing-page .app-content-a {
    background-color: #eaeaea; }

.fa-trash {
  position: relative;
  bottom: 1px;
  margin-right: 5px; }

.fa-plus {
  margin-right: 5px; }

body {
  /*Tootal
   background: #8b2501 !important;
   background: -moz-linear-gradient(left, rgba(139, 37, 1, 1) 0%, rgba(225, 8, 26, 1) 20%, rgba(225, 8, 26, 1) 50%, rgba(225, 8, 26, 1) 80%, rgba(139, 37, 1, 1) 100%) !important;
   background: -webkit-linear-gradient(left, rgba(139, 37, 1, 1) 0%, rgba(225, 8, 26, 1) 20%, rgba(225, 8, 26, 1) 50%, rgba(225, 8, 26, 1) 80%, rgba(139, 37, 1, 1) 100%) !important;
   background: linear-gradient(to right, rgba(139, 37, 1, 1) 0%, rgba(225, 8, 26, 1) 20%, rgba(225, 8, 26, 1) 50%, rgba(225, 8, 26, 1) 80%, rgba(139, 37, 1, 1) 100%) !important;*/ }
  body.slotmachine {
    background-image: url('/images/bg.jpg');
    font-family: Arial; }

#machine, #selectMachine {
  text-align: center;
  min-height: 650px;
  position: relative; }
  @media (max-width: 599px) {
  #machine, #selectMachine {
    max-width: 290px;
    margin: auto;
    min-height: 335px; } }

#machine {
  /*Tootal
   background: url('/images/BG-Tootal.png');*/
  background: url('/images/BG.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

#selectMachine {
  /*Tootal
   background: url('/images/BG-Select-Tootal.png');*/
  background: url('/images/BG-Select.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

#wrapper {
  position: relative;
  width: 435px;
  margin: 0 auto; }

#slots {
  height: 155px; }

.slot {
  height: 153px;
  width: 90px; }

.overlay {
  position: absolute;
  bottom: 0;
  width: 90px;
  height: 149px;
  background-repeat: no-repeat;
  background: url('/images/overlay2.png'); }

#wrapper1 {
  position: absolute;
  left: 36px; }

#wrapper2 {
  position: absolute;
  left: 172px; }

#wrapper3 {
  position: absolute;
  left: 306px; }

#casino1, #casino2, #casino3 {
  height: 147px; }

#controls {
  position: relative; }

.startSlotmachine {
  cursor: pointer;
  position: absolute;
  left: 84px;
  border-radius: 22px;
  background: transparent;
  border-color: transparent; }

.slot1 {
  background: url('/images/phone.png') no-repeat center; }

.slot2 {
  background: url('/images/geld.png') no-repeat center; }

.slot3 {
  background: url('/images/tab.png') no-repeat center; }

.receipt {
  height: 26px;
  width: 187px;
  background: #fff;
  position: absolute;
  top: 94px;
  left: 122px;
  font-size: 24px;
  color: #000;
  -webkit-box-shadow: inset 0 10px 9px -7px rgba(82, 82, 82, 1);
  -moz-box-shadow: inset 0 10px 9px -7px rgba(82, 82, 82, 1);
  box-shadow: inset 0 10px 9px -7px rgba(82, 82, 82, 1);
  transition: box-shadow 0.3s ease-in-out;
  /*&::after {
   content: '';
   /*-webkit-box-shadow: inset 0 10px 9px -7px rgba(82,82,82,1);
   -moz-box-shadow: inset 0 10px 9px -7px rgba(82,82,82,1);
   box-shadow: inset 0 10px 9px -7px rgba(82,82,82,1);
   position: absolute;
   top: 0;
   left: 0;
   height: 1px;
   width: 100%;
   /*-webkit-box-shadow: 0px 10px 10px 0px rgba(82,82,82,1);
   -moz-box-shadow: 0px 10px 10px 0px rgba(82,82,82,1);
   box-shadow: 0px 10px 10px 0px rgba(82,82,82,1);
   }*/ }
  .receipt.out {
    -webkit-box-shadow: inset 0 15px 9px -7px rgba(82, 82, 82, 1), 0px 3px 12px 4px rgba(60, 48, 10, 1);
    -moz-box-shadow: inset 0 15px 9px -7px rgba(82, 82, 82, 1), 0px 3px 12px 4px rgba(60, 48, 10, 1);
    box-shadow: inset 0 15px 9px -7px rgba(82, 82, 82, 1), 0px 3px 12px 4px rgba(60, 48, 10, 1); }
  .receipt .downloadPdf {
    width: 185px; }
  .receipt p {
    margin-top: 14px;
    margin-bottom: 0; }
  .receipt p.price {
    margin-top: 0;
    font-weight: 900;
    font-size: 49px;
    line-height: 1.1; }

#selectMachine #lights {
  height: 328px; }
  #selectMachine #controls {
    top: -3px; }
  #selectMachine #deviceSelectors {
    width: 365px;
    margin: 0 auto; }
  #selectMachine #deviceSelectors .bootstrap-select {
    width: 100%;
    margin-bottom: 18px; }
  #selectMachine #deviceSelectors .bootstrap-select:last-of-type {
    margin-bottom: 0; }
  #selectMachine #deviceSelectors .bootstrap-select button {
    margin-bottom: 0;
    border-color: #dbdbdb;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 5px;
    background: #dbdbdb;
    background: -moz-linear-gradient(top, #dbdbdb 0%, #f5f5f5 25%, #fff 50%, #fff 51%, #f5f5f5 75%, #dbdbdb 100%);
    background: -webkit-linear-gradient(top, #dbdbdb 0%, #f5f5f5 25%, #fff 50%, #fff 51%, #f5f5f5 75%, #dbdbdb 100%);
    background: linear-gradient(to bottom, #dbdbdb 0%, #f5f5f5 25%, #fff 50%, #fff 51%, #f5f5f5 75%, #dbdbdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#dbdbdb',GradientType=0); }
    #selectMachine #deviceSelectors .bootstrap-select button.disabled {
      opacity: 1; }
    #selectMachine #deviceSelectors .bootstrap-select button span {
      text-align: center;
      color: #000;
      font-weight: bold;
      font-size: 24px; }
  #selectMachine #deviceSelectors .bootstrap-select div.dropdown-menu {
    background: #dbdbdb;
    background: -moz-linear-gradient(top, #dbdbdb 0%, #fff 25%, #fff 50%, #fff 51%, #fff 75%, #dbdbdb 100%);
    background: -webkit-linear-gradient(top, #dbdbdb 0%, #fff 25%, #fff 50%, #fff 51%, #fff 75%, #dbdbdb 100%);
    background: linear-gradient(to bottom, #dbdbdb 0%, #fff 25%, #fff 50%, #fff 51%, #fff 75%, #dbdbdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#dbdbdb',GradientType=0);
    padding-top: 0;
    padding-bottom: 0; }
    #selectMachine #deviceSelectors .bootstrap-select div.dropdown-menu ul {
      padding-top: 5px;
      padding-bottom: 5px; }
    #selectMachine #deviceSelectors .bootstrap-select div.dropdown-menu ul li {
      text-align: center; }
      #selectMachine #deviceSelectors .bootstrap-select div.dropdown-menu ul li a {
        font-weight: bold;
        font-size: 20px; }
        #selectMachine #deviceSelectors .bootstrap-select div.dropdown-menu ul li a:focus {
          background: #fff;
          outline: none; }
  #selectMachine #deviceSelectors .bootstrap-select .caret {
    display: none; }
  #selectMachine .startSlotmachine {
    position: absolute;
    left: 84px; }

@media (max-width: 599px) {
  #wrapper {
    width: 225px; }

  #casino1, #casino2, #casino3 {
    height: 73px; }

  #slots {
    height: 77px; }

  .slot {
    height: 81px;
    width: 44px;
    background-size: contain; }

  .slot1 {
    background-size: 22px 40px; }

  .slot2, .slot3 {
    background-size: 32px 44px; }

  .overlay {
    width: 44px;
    height: 74px;
    background-size: contain; }

  #wrapper1 {
    left: 21px; }

  #wrapper2 {
    left: 89px; }

  #wrapper3 {
    left: 158px; }

  .receipt {
    height: 12px;
    width: 97px;
    left: 63px;
    top: 48px;
    font-size: 14px;
    -webkit-box-shadow: inset 0 10px 9px -7px rgba(82, 82, 82, 1);
    -moz-box-shadow: inset 0 10px 9px -7px rgba(82, 82, 82, 1);
    box-shadow: inset 0 10px 9px -7px rgba(82, 82, 82, 1);
    transition: box-shadow 0.3s ease-in-out;
    text-align: center; }
    .receipt p {
      margin-top: 6px; }
    .receipt.out {
      height: 116px;
      -webkit-box-shadow: inset 0 11px 9px -6px rgba(82, 82, 82, 1), 0px 3px 12px 4px rgba(60, 48, 10, 1);
      -moz-box-shadow: inset 0 11px 9px -6px rgba(82, 82, 82, 1), 0px 3px 12px 4px rgba(60, 48, 10, 1);
      box-shadow: inset 0 11px 9px -6px rgba(82, 82, 82, 1), 0px 3px 12px 4px rgba(60, 48, 10, 1); }
    .receipt p.price {
      margin-top: 6px;
      font-size: 25px; }
    .receipt .downloadPdf {
      width: 104px;
      position: relative;
      left: -3px; }

  #machine .startSlotmachine, #selectMachine .startSlotmachine {
    width: 131px;
    left: 47px; }

  #selectMachine #controls {
    top: -1px; }
    #selectMachine #deviceSelectors {
      width: 188px; }
      #selectMachine #deviceSelectors .bootstrap-select {
        margin-bottom: 5px; }
        #selectMachine #deviceSelectors .bootstrap-select button {
          padding-top: 1px;
          padding-bottom: 0; }
          #selectMachine #deviceSelectors .bootstrap-select button span {
            font-size: 14px; }
        #selectMachine #deviceSelectors .bootstrap-select div.dropdown-menu ul li a {
          font-size: 14px; }
    #selectMachine .receipt {
      left: 63px;
      top: 48px;
      width: 97px; } }

#lights {
  height: 341px; }
  #lights .light-bulb {
    height: 17px;
    width: 17px;
    border-radius: 100%;
    border-color: #ca9d73;
    border-width: 1px;
    background-color: #fff;
    position: absolute; }
  @media (max-width: 599px) {
    #lights .light-bulb {
      height: 9px;
      width: 9px; } }
  #lights .light-bulb.on {
    /*Tootal
     background-color: #a01e07;*/
    background-color: #f79c00; }
  #lights .light1 {
    top: 23px;
    right: 5px; }
  #lights .light2 {
    top: 77px;
    right: 12px; }
  #lights .light3 {
    top: 131px;
    right: 19px; }
  #lights .light4 {
    top: 186px;
    right: 27px; }
  #lights .light5 {
    top: 240px;
    right: 35px; }
  #lights .light6 {
    top: 240px;
    right: 87px; }
  #lights .light7 {
    top: 240px;
    right: 138px; }
  #lights .light8 {
    top: 240px;
    right: 190px; }
  #lights .light9 {
    top: 240px;
    right: 241px; }
  #lights .light10 {
    top: 240px;
    right: 293px; }
  #lights .light11 {
    top: 240px;
    right: 344px; }
  #lights .light12 {
    top: 240px;
    right: 396px; }
  #lights .light13 {
    top: 197px;
    right: 399px; }
  #lights .light14 {
    top: 154px;
    right: 403px; }
  #lights .light15 {
    top: 110px;
    right: 406px; }
  #lights .light16 {
    top: 67px;
    right: 410px; }
  #lights .light17 {
    top: 62px;
    right: 360px; }
  #lights .light18 {
    top: 56px;
    right: 309px; }
  #lights .light19 {
    top: 51px;
    right: 258px; }
  #lights .light20 {
    top: 45px;
    right: 207px; }
  #lights .light21 {
    top: 40px;
    right: 157px; }
  #lights .light22 {
    top: 34px;
    right: 107px; }
  #lights .light23 {
    top: 28px;
    right: 56px; }
  @media (max-width: 599px) {
  #lights .light1 {
    top: 14px;
    right: 4px; }
  #lights .light2 {
    top: 41px;
    right: 8px; }
  #lights .light3 {
    top: 69px;
    right: 11px; }
  #lights .light4 {
    top: 97px;
    right: 15px; }
  #lights .light5 {
    top: 124px;
    right: 20px; }
  #lights .light6 {
    top: 125px;
    right: 46px; }
  #lights .light7 {
    top: 124px;
    right: 72px; }
  #lights .light8 {
    top: 124px;
    right: 99px; }
  #lights .light9 {
    top: 124px;
    right: 125px; }
  #lights .light10 {
    top: 124px;
    right: 151px; }
  #lights .light11 {
    top: 124px;
    right: 178px; }
  #lights .light12 {
    top: 124px;
    right: 204px; }
  #lights .light13 {
    top: 102px;
    right: 206px; }
  #lights .light14 {
    top: 80px;
    right: 208px; }
  #lights .light15 {
    top: 58px;
    right: 209px; }
  #lights .light16 {
    top: 36px;
    right: 211px; }
  #lights .light17 {
    top: 33px;
    right: 185px; }
  #lights .light18 {
    top: 30px;
    right: 159px; }
  #lights .light19 {
    top: 28px;
    right: 133px; }
  #lights .light20 {
    top: 25px;
    right: 108px; }
  #lights .light21 {
    top: 22px;
    right: 82px; }
  #lights .light22 {
    top: 19px;
    right: 56px; }
  #lights .light23 {
    top: 16px;
    right: 30px; } }
/*#selectMachine {
 #lights {
 .light1 {
 right: 3px;
 }
 .light2 {
 right: 10px;
 }
 .light3 {
 right: 17px;
 }
 .light4 {
 right: 25px;
 }
 .light5 {
 right: 33px;
 }
 }
 }*/
@media (max-width: 599px) {
  /*#selectMachine {
   #lights {
   height: 166px;
   .light1 {
   right: 1px;
   }
   .light2 {
   right: 6px;
   }
   .light3 {
   right: 10px;
   }
   .light4 {
   right: 14px;
   }
   .light5 {
   right: 18px;
   }
   }
   }*/
    #machine #lights, #selectMachine #lights {
      position: relative;
      left: 1px;
      height: 179px; }
    #selectMachine #lights {
      height: 166px; } }
