/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

body {
  background: #fff url("../images/background.png");
  background-size: cover;
  font-family: OpenSans;
  font-size: 14px;
  color: #333; }

.select,
input[type=text] {
  height: 40px;
  border-radius: 5px; }

.select {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #ccc;
  line-height: 30px;
  overflow: hidden;
  background: #fff; }
  .select:after {
    display: block;
    position: absolute;
    top: 5px;
    right: 12px;
    font-family: FontAwesome;
    font-size: 12px;
    content: '\2304';
    color: #333;
    line-height: inherit;
    z-index: 0; }
  .select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    display: block;
    border-radius: 0;
    border: 0;
    width: 108%;
    outline: 0;
    position: relative;
    height: 100%;
    padding: 0 0 0 10px;
    z-index: 1;
    cursor: pointer;
    color: #333;
    font-size: 14px;
    font-weight: 400; }
    .select select::-ms-expand {
      display: none; }

input[type=text] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: block;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 0 20px;
  color: #333;
  font-family: OpenSans;
  font-size: 14px;
  font-weight: 400; }
  input[type=text]:focus {
    outline: none;
    background-color: #fff;
    border: 1px solid #f17900; }

input[type=submit], .back-link {
  margin: 20px auto;
  display: block;
  width: 180px;
  height: 40px;
  background-color: #333;
  border-radius: 5px;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer; }

.back-link {
  margin-top: 20px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  text-decoration: none; }

.container {
  box-sizing: border-box;
  width: 1180px;
  padding: 40px 100px 100px;
  background-color: #fff;
  margin: 0 auto;
  border-top: 4px solid #000; }
  .container .top {
    text-align: center; }
    .container .top .logo {
      margin-bottom: 23px; }
    .container .top h1 {
      color: #999;
      font-size: 30px; }
  .container > .alert, .container > form, .container > .table-responsive {
    margin-top: 80px;
    margin-bottom: 60px; }
  .container form {
    *zoom: 1; }
    .container form:before, .container form:after {
      content: " ";
      display: table; }
    .container form:after {
      clear: both; }
    .container form h2 {
      padding-bottom: 20px;
      color: #EE781E;
      text-align: center;
      font-weight: bold;
      font-size: 24px; }
    .container form hr {
      margin: 20px; }
    .container form .fields {
      *zoom: 1; }
      .container form .fields:before, .container form .fields:after {
        content: " ";
        display: table; }
      .container form .fields:after {
        clear: both; }
      .container form .fields .split {
        width: 49%;
        height: 58px;
        margin-bottom: 15px; }
        .container form .fields .split.left {
          float: left; }
        .container form .fields .split.right {
          float: right; }
        .container form .fields .split.w48p {
          width: 48%; }
        .container form .fields .split label,
        .container form .fields .split input[type=text],
        .container form .fields .split .select {
          width: 100%; }
        .container form .fields .split label {
          display: block;
          font-size: 14px;
          font-weight: 700;
          margin-bottom: 4px; }
          .container form .fields .split label.inline {
            display: inline-block;
            line-height: 40px;
            font-weight: 400;
            width: auto;
            margin-left: 10px; }
            .container form .fields .split label.inline span {
              color: #999; }
        .container form .fields .split label.multiline {
          display: block;
          font-weight: 400; }
          .container form .fields .split label.multiline input {
            margin-right: 10px; }
  .container .error.alert {
    text-align: center; }
    .container .error.alert b {
      font-weight: bold; }
  .container .error {
    color: #e40000; }
  .container .error * {
    border-color: #e40000; }
  .container .error .message {
    text-align: right;
    padding-top: 5px; }
  .container .table-responsive {
    overflow-x: auto; }
  .container table th {
    font-weight: bold; }
  .container table th, .container table td {
    padding: 5px; }
  .container table tbody tr:nth-child(2n + 1) {
    background-color: #f5f5f5; }

.errors {
  border: 1px solid red;
  background: pink;
  width: 50%;
  margin: 20px auto;
  color: red;
  padding: 20px;
  border-radius: 5px; }

.warning {
  text-align: center;
  clear: both;
  border: 1px solid orange;
  background: lightyellow;
  width: 50%;
  margin: 20px auto;
  color: orange;
  padding: 20px;
  border-radius: 5px; }

b {
  font-weight: bold; }

.building-types-values {
  list-style: initial;
  padding-left: 40px;
  margin: 5px; }

/*# sourceMappingURL=app.css.map */
