@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/assets/fonts/subset-HelveticaNeueCyr-Roman.eot');
  src: url('/assets/fonts/subset-HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/subset-HelveticaNeueCyr-Roman.woff2') format('woff2'), url('/assets/fonts/subset-HelveticaNeueCyr-Roman.woff') format('woff'), url('/assets/fonts/subset-HelveticaNeueCyr-Roman.ttf') format('truetype'), url('/assets/fonts/subset-HelveticaNeueCyr-Roman.svg#HelveticaNeueCyr-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('/assets/fonts/subset-HelveticaNeueCyr-Bold.eot');
  src: url('/assets/fonts/subset-HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/subset-HelveticaNeueCyr-Bold.woff2') format('woff2'), url('/assets/fonts/subset-HelveticaNeueCyr-Bold.woff') format('woff'), url('/assets/fonts/subset-HelveticaNeueCyr-Bold.ttf') format('truetype'), url('/assets/fonts/subset-HelveticaNeueCyr-Bold.svg#HelveticaNeueCyr-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
body,
td {
  font-family: 'PT Sans', sans-serif;
}
iframe,
img {
  max-width: 100%;
}
.main-image {
  background: url("../images/back.jpg") no-repeat center center;
  background-size: cover;
  height: 550px;
}
.tenant-image {
  height: 450px;
  overflow: hidden;
}
.tenant-image .middle-row {
  line-height: 1;
  background: rgba(9, 47, 87, 0.8);
  height: 450px;
  padding-top: 90px;
}
.tenant-image .middle-row .slogan {
  padding-top: 10px;
  font-size: 20px;
  letter-spacing: 5px;
  text-indent: 10px;
  font-weight: normal;
}
.top-row {
  background: rgba(255, 255, 255, 0.8);
}
.logo {
  background: url("../images/logo.svg") no-repeat center center;
  background-size: contain;
  height: 40px;
  margin: 35px 0;
}
.links div {
  text-align: center;
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: bold;
}
.links a {
  color: #092f57;
}
.middle-row {
  line-height: 370px;
  text-align: center;
  color: white;
  font-size: 65px;
}
.first-step,
.second-step,
.thank-you,
.done {
  margin-top: 60px;
  margin-bottom: 60px;
}
.second-step .container {
  max-width: 100%;
}
.input-group select,
.input-group input {
  margin-bottom: 15px !important;
}
.info {
  color: #0072c8;
  font-size: 20px;
}
h2 {
  color: #000c3b;
  font-size: 30px;
}
h3 {
  color: #0397d6;
  font-size: 40px;
  font-weight: bold;
}
.form-holder {
  margin: 20px 0;
}
.note {
  color: #939598;
  font-size: 15px;
}
#code {
  margin: 10px 0;
  width: 60%;
}
.footer {
  height: 45px;
  text-align: center;
  color: white;
  font-size: 18px;
  line-height: 60px;
}
.footer .first {
  background: #0a3255;
}
.footer .first a {
  color: #0397d6;
}
.footer .second {
  background: #0e1b2b;
}
.steps.js-steps .form-control {
  margin: 20px 0;
  background: #f8f9f9;
}
.steps.js-steps .btn {
  margin: 10px 0;
  min-width: 60%;
}
.steps.wizard #map {
  width: 100%;
}
.steps.wizard #is_uploaded {
  pointer-events: none;
}
.steps.wizard .large {
  font-size: 150%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.steps.wizard .borderless {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.steps.wizard input[type="radio"].error,
.steps.wizard input[type="checkbox"].error {
  outline: 2px solid #f35c57;
}
.steps.wizard .error {
  background: rgba(243, 92, 87, 0.29);
}
.alert {
  background: #d9534f;
  color: white;
  margin: 30px 0;
}
.alert.bg-success,
.alert.alert-green {
  background: #80ad4d;
}
.call {
  color: #093153;
  font-size: 15px;
  position: relative;
  top: 30px;
}
option[disabled] {
  color: silver;
}
#map {
  width: 150%;
  height: 400px;
  margin-bottom: 1em;
}
#user-code-trigger {
  margin-top: 15px;
  /* link */
  font-size: 80%;
  color: #000c3b;
  font-weight: bold;
}
#agreement-text,
#user-code {
  display: none;
}
#agreement-text p {
  font-size: 12pt;
  padding: 0 20px;
}
#agreement-text textarea {
  display: block;
  margin: 0 auto 20px;
  width: 95%;
  height: 220px;
  outline: none;
  resize: none;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 5000;
}
.overlay .modal {
  width: 600px;
  height: 440px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -220px;
  background: white;
  border-radius: 10px;
  cursor: default;
  z-index: 10;
  display: block;
  color: #0f314c;
}
.overlay .modal h3 {
  margin: 40px 0;
  color: #0f314c;
}
.overlay .modal p {
  font-size: 20px;
  margin: 1em 0;
}
#user-code-insert {
  cursor: pointer;
  font-size: 60px;
  color: #2294da;
}
#form .building-item {
  clear: both;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
#form .building-item .form-control,
#form .building-item .btn {
  margin-top: 0;
  margin-bottom: 0;
}
#form .building-item .filter {
  display: inline-block;
  width: 31%;
  margin-right: 10px;
}
#form .building-item .buildings {
  margin-right: 10px;
  display: inline-block;
  width: 67%;
}
#form .building-item .btn {
  min-width: 34px;
  width: 34px;
  height: 34px;
  font-size: 18px;
  line-height: 20px;
}
option.hidden {
  display: none;
}
#agreement {
  color: black;
  font-size: 15px;
  font-weight: normal;
}
#agreement input[type="checkbox"] {
  margin: 0;
}
.col-left > p {
  width: 90%;
}
@media (min-width: 768px) {
  .tenant .col-right {
    padding-top: 5em;
  }
}
.opportunities {
  font-size: 85%;
  margin: 25px 0;
}
.opportunities .inner {
  border-top: 1px solid #0072c8;
  border-bottom: 1px solid #0072c8;
  margin: 15px 0;
  padding: 10px 0;
  width: 90%;
  line-height: 2;
}
.form-first label {
  display: block;
}
.form-first .form-control {
  display: inline-block;
}
.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#pac-input {
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
}
#pac-input:focus {
  border-color: #4d90fe;
}
#type-selector {
  color: #ffffff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}
#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}
#target {
  width: 345px;
}
.clearfix {
  clear: both;
}
.fa {
  font-family: FontAwesome !important;
}
input[type="text"].form-control,
input[type="email"].form-control {
  height: 34px;
  border-radius: 4px;
}
input[type="submit"].btn {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
label {
  font-size: 16px;
}
#upload-widget {
  margin-bottom: 3em;
}
#upload-widget label {
  padding: 8px 0 0;
  color: black;
}
#upload-widget .upload-progress {
  position: relative;
  width: 100%;
  border: 1px solid #2e6da4;
  padding: 1px;
  border-radius: 3px;
  display: none;
}
#upload-widget .upload-bar {
  background-color: #337ab7;
  width: 0;
  height: 20px;
  border-radius: 3px;
}
#upload-widget .upload-percent {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: white;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6), -1px -1px 2px rgba(0, 0, 0, 0.6), 1px -1px 2px rgba(0, 0, 0, 0.6), -1px 1px 2px rgba(0, 0, 0, 0.6);
}
#upload-widget .text-danger {
  color: red;
  font-size: 24px;
  line-height: 20px;
  vertical-align: text-top;
}
#before-map {
  display: block;
  height: 180px;
}
.scvideo-form {
  font-family: HelveticaNeue, FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif, sans-serif;
}
@media (min-width: 767px) {
  .scvideo-form .top-offset {
    min-height: 100px;
  }
}
.scvideo-form h3 {
  font-weight: 700;
  color: #003666;
}
.scvideo-form #upload-widget {
  position: relative;
  margin-bottom: 5em;
}
.scvideo-form #upload-widget label {
  padding: 0;
}
.scvideo-form #upload-widget .upload-progress {
  position: absolute;
  transform: translateY(5px);
}
.scvideo-form .form-group {
  max-width: 400px;
}
.scvideo-form p {
  font-weight: 400;
  color: #6f6f6f;
}
.fusion-builder-row .container-fluid,
.fusion-builder-row .container {
  max-width: 100%;
}
@media (max-width: 768px) {
  .fusion-builder-row .container-fluid .col-sm-6,
  .fusion-builder-row .container .col-sm-6 {
    margin-bottom: 40px;
  }
}
.selector-steps {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.selector-steps .progress-steps {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.selector-steps .selector-step {
  text-align: center;
  width: 25%;
  position: relative;
}
.selector-steps .selector-step:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 10px;
  transform: translate(-50%, -50%);
  background: #dfe3e4;
}
.selector-steps .selector-step:first-of-type:before {
  display: none;
}
.selector-steps .selector-step.passed {
  pointer-events: all;
}
.selector-steps .selector-step.passed:before {
  background: #2ecc71;
}
.selector-steps .selector-step.passed a {
  color: white;
  background: #2ecc71;
}
.selector-steps .selector-step.current a {
  color: white;
  background: #3498db;
}
.selector-steps .selector-step,
.selector-steps .selector-step.current {
  pointer-events: none;
}
.selector-steps .selector-step a {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  line-height: 80px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: #dfe3e4;
  color: #819094;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  font-size: 20px;
  z-index: 5;
}
.wizard-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: 40%;
  width: 100vw;
}
.top-spacer {
  min-height: 180px;
}
#ui-datepicker-div {
  z-index: 9000 !important;
}
