/* line 2, ../../../app/stylesheets/custom.sass */
body {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #2e3138;
  color: #fff;
  font-size: 15px; }

/* line 8, ../../../app/stylesheets/custom.sass */
.align-right {
  text-align: right; }

/* line 10, ../../../app/stylesheets/custom.sass */
.inline {
  display: inline-block; }

/* line 13, ../../../app/stylesheets/custom.sass */
h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px; }

/* line 18, ../../../app/stylesheets/custom.sass */
.navbar-light {
  border-radius: 0px;
  -moz-box-radius: 0px;
  -webkig-box-radius: 0px;
  margin: 0px;
  line-height: 40px;
  background-color: #fff; }
  /* line 23, ../../../app/stylesheets/custom.sass */
  .navbar-light img.logo {
    width: 174px;
    padding: 0px; }
  /* line 26, ../../../app/stylesheets/custom.sass */
  .navbar-light #user_bar {
    line-height: 50px;
    color: #2e3138; }
  /* line 29, ../../../app/stylesheets/custom.sass */
  .navbar-light #onliner {
    line-height: 50px;
    padding-right: 10px;
    color: #2e3138; }

/* line 34, ../../../app/stylesheets/custom.sass */
.navbar-orange {
  background-color: #FFC13A;
  border-radius: 0px;
  -moz-box-radius: 0px;
  -webkig-box-radius: 0px;
  min-height: 70px;
  margin-bottom: 0px;
  border: 0px;
  color: #2e3138; }
  /* line 41, ../../../app/stylesheets/custom.sass */
  .navbar-orange h1 {
    color: #2e3138;
    line-height: 70px;
    margin: 0px;
    padding: 0px;
    text-align: left;
    background-image: url(/images/orange-h1-bg.png);
    background-size: 20px 10px;
    background-repeat: no-repeat;
    background-position: 50px 61px; }
    /* line 52, ../../../app/stylesheets/custom.sass */
    .navbar-orange h1 .svg-icon.tools:first-child {
      margin-left: 30px; }
    /* line 54, ../../../app/stylesheets/custom.sass */
    .navbar-orange h1 button.calculator-trigger {
      background: none;
      padding: 0;
      margin: 0;
      margin-left: 15px;
      border: 0;
      width: auto;
      height: 30px;
      font-size: 0px;
      line-height: 0px;
      vertical-align: middle; }
      /* line 65, ../../../app/stylesheets/custom.sass */
      .navbar-orange h1 button.calculator-trigger:after {
        content: url('/images/icons/calculator.svg');
        line-height: 0px;
        vertical-align: bottom; }
  /* line 70, ../../../app/stylesheets/custom.sass */
  .navbar-orange .address {
    text-align: right;
    line-height: 22px;
    padding-top: 13px; }

/* line 75, ../../../app/stylesheets/custom.sass */
.loader-big {
  display: none; }

/* line 78, ../../../app/stylesheets/custom.sass */
label.door_info {
  padding-top: 20px;
  margin-bottom: 0px; }

/* line 82, ../../../app/stylesheets/custom.sass */
.btn {
  color: #2e3138;
  background-color: #5B616F;
  border: 1px solid #5B616F;
  box-shadow: 1px 1px 2px #222;
  font-size: 15px;
  font-weight: 600; }
  /* line 89, ../../../app/stylesheets/custom.sass */
  .btn:hover, .btn:active {
    background-color: #FFC13A; }
  /* line 91, ../../../app/stylesheets/custom.sass */
  .btn.btn-show-hide {
    background-color: yellow;
    border: 1px solid #8AB71B;
    box-shadow: 1px 1px 2px #222; }
  /* line 95, ../../../app/stylesheets/custom.sass */
  .btn.btn-show-hide-palegoldenrod {
    background-color: palegoldenrod;
    border: 1px solid #8AB71B;
    box-shadow: 1px 1px 2px #222; }
  /* line 99, ../../../app/stylesheets/custom.sass */
  .btn.btn-success {
    background-color: #8AB71B;
    border: 1px solid #8AB71B;
    box-shadow: 1px 1px 2px #222; }
  /* line 103, ../../../app/stylesheets/custom.sass */
  .btn.btn-danger {
    background-color: #EE4E10;
    border: 1px solid #EE4E10;
    box-shadow: 1px 1px 2px #222; }
  /* line 107, ../../../app/stylesheets/custom.sass */
  .btn.btn-square {
    height: 34px;
    line-height: 26px;
    padding: 0px;
    margin-left: 10px;
    width: 34px;
    text-align: center; }
  /* line 114, ../../../app/stylesheets/custom.sass */
  .btn.full {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px inherit;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: normal; }
    /* line 123, ../../../app/stylesheets/custom.sass */
    .btn.full .svg-icon {
      vertical-align: baseline;
      float: right;
      line-height: 50px; }
  /* line 127, ../../../app/stylesheets/custom.sass */
  .btn.half-full {
    width: 48%;
    height: 50px;
    line-height: 50px;
    padding: 0px inherit;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    white-space: normal; }

/* line 137, ../../../app/stylesheets/custom.sass */
#user_bar {
  vertical-align: bottom;
  font-size: 18px; }
  /* line 140, ../../../app/stylesheets/custom.sass */
  #user_bar .svg-icon {
    margin-right: 10px; }

/* line 143, ../../../app/stylesheets/custom.sass */
#onliner {
  vertical-align: bottom;
  font-size: 18px;
  margin-right: 30px; }

/* line 148, ../../../app/stylesheets/custom.sass */
.svg-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 0px; }
  /* line 153, ../../../app/stylesheets/custom.sass */
  .svg-icon.reset svg {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    margin-right: 5px; }
    /* line 157, ../../../app/stylesheets/custom.sass */
    .svg-icon.reset svg path {
      fill: #5B616F; }

/* line 160, ../../../app/stylesheets/custom.sass */
nav li a.active {
  background-color: #E6E6E6; }

/* line 163, ../../../app/stylesheets/custom.sass */
a.cascade {
  box-shadow: 1px 1px 2px #222;
  color: #404040;
  display: block;
  background-color: #E6E6E6;
  border-radius: 4px;
  -moz-box-radius: 4px;
  -webkig-box-radius: 4px;
  min-height: 140px;
  margin-bottom: 15px;
  padding: 10px 15px; }
  /* line 172, ../../../app/stylesheets/custom.sass */
  a.cascade:hover, a.cascade:active {
    text-decoration: none;
    background-color: #8AB71B; }
  /* line 175, ../../../app/stylesheets/custom.sass */
  a.cascade.visited-flat {
    background-color: #8AB71B; }
  /* line 177, ../../../app/stylesheets/custom.sass */
  a.cascade .heading {
    font-size: 20px;
    font-weight: 600; }
  /* line 180, ../../../app/stylesheets/custom.sass */
  a.cascade .additional {
    margin-top: 15px; }
  /* line 182, ../../../app/stylesheets/custom.sass */
  a.cascade .svg-icon {
    margin-right: 18px;
    margin-top: 15px; }

/* line 186, ../../../app/stylesheets/custom.sass */
a.section-button {
  display: block;
  padding: 2px 10px;
  font-size: 25px;
  font-weight: 600;
  background-color: #e6e6e6;
  color: #2e3138;
  border-radius: 4px;
  -moz-box-radius: 4px;
  -webkig-box-radius: 4px;
  box-shadow: 1px 1px 2px #222;
  width: 50%;
  float: left;
  margin-bottom: 15px; }
  /* line 200, ../../../app/stylesheets/custom.sass */
  a.section-button .svg-icon {
    margin-top: 10px; }
  /* line 202, ../../../app/stylesheets/custom.sass */
  a.section-button:hover, a.section-button:active {
    background-color: #8AB71B;
    text-decoration: none; }

/* line 205, ../../../app/stylesheets/custom.sass */
a.visited-section-button {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0px 15px;
  font-size: 25px;
  font-weight: 600;
  background-color: #e6e6e6;
  background-color: #8AB71B;
  color: #2e3138;
  border-radius: 4px;
  -moz-box-radius: 4px;
  -webkig-box-radius: 4px;
  box-shadow: 1px 1px 2px #222;
  width: 64%;
  float: left;
  margin-bottom: 15px; }
  /* line 220, ../../../app/stylesheets/custom.sass */
  a.visited-section-button .svg-icon {
    margin-top: 10px; }
  /* line 222, ../../../app/stylesheets/custom.sass */
  a.visited-section-button:hover, a.visited-section-button:active {
    color: #FFFFFF;
    text-decoration: none; }

/* line 226, ../../../app/stylesheets/custom.sass */
.price_after_button {
  width: 30%;
  margin-left: 5%;
  float: left;
  font-weight: 600;
  text-align: left;
  font-size: 20px;
  line-height: 25px; }

/* line 234, ../../../app/stylesheets/custom.sass */
.hours_after_button {
  width: 20%;
  line-height: 25px;
  font-size: 13px; }

/* line 238, ../../../app/stylesheets/custom.sass */
.total_price_by_last, .total_price {
  font-size: 32px;
  font-weight: bold; }

/* line 241, ../../../app/stylesheets/custom.sass */
.total-price-container {
  text-align: right; }

/* line 244, ../../../app/stylesheets/custom.sass */
.flat_type_header {
  font-size: 32px;
  font-weight: bold; }

/* line 248, ../../../app/stylesheets/custom.sass */
#dvere-info, #information {
  display: none;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  box-shadow: 1px 1px 2px #222;
  border-radius: 4px;
  -moz-box-radius: 4px;
  -webkig-box-radius: 4px;
  background-color: white;
  color: black;
  font-size: 40px;
  padding: 20px;
  padding-top: 50px;
  z-index: 10000;
  text-align: center;
  cursor: pointer;
  border: 10px solid #ccc; }

/* line 266, ../../../app/stylesheets/custom.sass */
#qr-code {
  display: none;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  box-shadow: 1px 1px 2px #222;
  border-radius: 4px;
  -moz-box-radius: 4px;
  -webkig-box-radius: 4px;
  background-color: white;
  color: black;
  font-size: 40px;
  padding: 20px;
  padding-top: 50px;
  z-index: 10000;
  text-align: center;
  cursor: pointer;
  border: 10px solid #ccc; }

/* line 285, ../../../app/stylesheets/custom.sass */
label.normal {
  font-weight: normal;
  font-size: 18px; }

/* line 288, ../../../app/stylesheets/custom.sass */
label.heading {
  font-weight: bold;
  margin-right: 15px;
  font-size: 24px;
  color: #5B616F; }

/* line 294, ../../../app/stylesheets/custom.sass */
input.form-control, textarea.form-control {
  font-size: 20px;
  color: #000; }
  /* line 297, ../../../app/stylesheets/custom.sass */
  input.form-control.medium, textarea.form-control.medium {
    width: 80%; }
  /* line 299, ../../../app/stylesheets/custom.sass */
  input.form-control.short, textarea.form-control.short {
    width: 40%; }
  /* line 301, ../../../app/stylesheets/custom.sass */
  input.form-control.shorter, textarea.form-control.shorter {
    width: 25%; }
  /* line 303, ../../../app/stylesheets/custom.sass */
  input.form-control.shortest, textarea.form-control.shortest {
    width: 60px; }

/* line 306, ../../../app/stylesheets/custom.sass */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

/* line 308, ../../../app/stylesheets/custom.sass */
input[type=number] {
  line-height: 0px;
  text-align: right; }

/* line 311, ../../../app/stylesheets/custom.sass */
ul.inline {
  clear: both;
  width: auto;
  margin: 0;
  padding: 0px; }
  /* line 316, ../../../app/stylesheets/custom.sass */
  ul.inline li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0; }

/* line 321, ../../../app/stylesheets/custom.sass */
ul.inline.clear {
  clear: none; }

/* line 324, ../../../app/stylesheets/custom.sass */
.container-full {
  margin: 0 auto;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 15px; }
  /* line 329, ../../../app/stylesheets/custom.sass */
  .container-full.lighter {
    background-color: #343840;
    border-bottom: 1px solid #5C6270; }
  /* line 332, ../../../app/stylesheets/custom.sass */
  .container-full.darkness {
    background-color: #000000;
    border-bottom: 1px solid #5C6270; }
    /* line 337, ../../../app/stylesheets/custom.sass */
    .container-full.darkness .container .row label.heading {
      color: #FFFFFF; }
  /* line 339, ../../../app/stylesheets/custom.sass */
  .container-full.border-top {
    border-top: 1px solid #5C6270; }
  /* line 343, ../../../app/stylesheets/custom.sass */
  .container-full .container .row div[class*="col"] {
    margin-bottom: 5px; }

/* line 346, ../../../app/stylesheets/custom.sass */
.container {
  padding-top: 2px;
  padding-bottom: 2px; }
  /* line 349, ../../../app/stylesheets/custom.sass */
  .container.border-top {
    border-top: 1px solid #5C6270; }
  /* line 351, ../../../app/stylesheets/custom.sass */
  .container.lighter {
    background-color: #343840; }
  /* line 353, ../../../app/stylesheets/custom.sass */
  .container.darkness {
    background-color: #2c2c2c; }

/* line 355, ../../../app/stylesheets/custom.sass */
.green {
  color: #8AB71B; }

/* line 357, ../../../app/stylesheets/custom.sass */
.red {
  color: #EE4E10; }

/* line 360, ../../../app/stylesheets/custom.sass */
.hide_because_not_used_yet {
  display: none; }

/* line 363, ../../../app/stylesheets/custom.sass */
.bg-success {
  padding: 25px;
  background-color: #8AB71B;
  text-align: center;
  color: #000; }

/* line 369, ../../../app/stylesheets/custom.sass */
.bg-failed {
  padding: 25px;
  background-color: #FF914F;
  text-align: center;
  color: #000000; }

/* line 376, ../../../app/stylesheets/custom.sass */
.notice {
  cursor: pointer; }

/* line 379, ../../../app/stylesheets/custom.sass */
a, a.link, a.visited {
  color: inherit; }

/* line 383, ../../../app/stylesheets/custom.sass */
.navbar-light a, .navbar-light a.link, .navbar-light a.visited {
  color: #5B616F;
  letter-spacing: -0.5px; }

/* line 387, ../../../app/stylesheets/custom.sass */
.right-text-only {
  text-align: right; }
  /* line 389, ../../../app/stylesheets/custom.sass */
  .right-text-only .price_after_button {
    text-align: right;
    float: none;
    width: auto; }

/* line 393, ../../../app/stylesheets/custom.sass */
th {
  background-color: #5B616F; }

/* line 397, ../../../app/stylesheets/custom.sass */
table.table tbody th, table.table tbody td, table.table thead th, table.table thead td {
  border-color: #5B616F; }

/* line 400, ../../../app/stylesheets/custom.sass */
td {
  padding-left: 10px; }

/* line 403, ../../../app/stylesheets/custom.sass */
table.sub_inter {
  font-size: large; }

/* line 406, ../../../app/stylesheets/custom.sass */
#dayNightToggler {
  margin-right: 20px;
  cursor: pointer;
  line-height: 49px; }

/* line 411, ../../../app/stylesheets/custom.sass */
.form-control[disabled], .form-control[readonly], fieldset[disabled] {
  cursor: not-allowed;
  -webkit-text-fill-color: #000000;
  -webkit-opacity: 1;
  background: #E3E3E3; }

/* line 417, ../../../app/stylesheets/custom.sass */
.extraWork > * {
  color: grey;
  font-weight: bold; }
