@font-face {
  font-family: 'utopia-std';
  src: url('fonts/Utopia-Std-Display_47247.ttf'); }

@font-face {
  font-family: 'Georgia';
  src: url('fonts/georgia-italic.ttf'); }

@font-face {
  font-family: 'PT Sans Narrow';
  src: url("fonts/PTSansNarrow.eot");
  src: url("fonts/PTSansNarrow.eot?#iefix") format("embedded-opentype"), url("fonts/PTSansNarrow.woff") format("woff"), url("fonts/PTSansNarrow.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

html {
  background: #fefefe; }

body {
  background: white;
  overflow-x: hidden;
}

html,
body{
  width: 100%;
  height: 100%;
}

.wrap {
  padding-top: 70px;
  padding-bottom: 90px;
  height: 100%;
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
}

button:focus {
  outline: 0; }

.btn {
  outline: 0;
  border-radius: 0; }

ul {
  padding-left: 0;
  list-style: none; }

a, a:visited, a:hover, a:focus {
  color: #219d1b;
  text-decoration: none;
  outline: 0; }

tr .heading.hidden-xs {
  background-color: transparent; }

.heading.hidden-xs {
  background-color: white; }
.heading.hidden-xs h1 {
  margin: 20px 0;
  text-align: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 40px;
  text-transform: none;
  color: black; }
.heading.hidden-xs a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  background-color: #8b8b8b;
  width: 100%;
  height: 44px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: white;
  transition: all 0.3s ease; }
.heading.hidden-xs a.btn:focus, .heading.hidden-xs a.btn:visited {
  color: white; }
.heading.hidden-xs a.btn:hover {
  background-color: #a5a5a5; }
.heading.hidden-xs a.btn.green {
  background-color: #219d1b; }
.heading.hidden-xs a.btn.green:hover {
  background-color: #187114; }

a.btn.work-status-link, a.btn.btn-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  background-color: #8b8b8b;
  width: 100%;
  height: 44px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: white;
  transition: all 0.3s ease; }
a.btn.work-status-link:hover, a.btn.btn-mobile:hover {
  background-color: #a5a5a5; }
a.btn.work-status-link:focus, a.btn.btn-mobile:focus, a.btn.work-status-link:visited, a.btn.btn-mobile:visited {
  color: white; }
a.btn.work-status-link.green, a.btn.btn-mobile.green {

  background-color: #219d1b; }


a.btn.btn-mobile.green:hover {
  background-color: #216d1b;
}

h3.visible-xs {
  margin: 0;
  padding: 20px 0 20px 0;
  background-color: white;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 44px;
  text-transform: none;
  color: #219d1b; }

header {
  background: black;
  height: 70px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20; }
header nav.menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  background: black;
  width: 400px;
  padding: 0 50px;
  right: -400px;
  transition: all 0.3s ease; }
header nav.menu.active {
  right: 0; }
header nav.menu.active .menu-btn {
  right: -290px; }
header nav.menu .menu-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 15px;
  right: calc(((100vw - 950px)/2) + 105px);
  height: 40px;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  padding: 0;
  align-items: center;
  border: 0;
  color: white;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
  font-size: 22px;
  transition: all 0.5s ease; }
@media (min-width: 1200px) {
  header nav.menu .menu-btn {
    right: calc(((100vw - 1170px)/2) + 105px); } }
header nav.menu .menu-btn .fa-bars {
  font-size: 18px; }
header nav.menu .phone {
  margin-top: 90px; }
header nav.menu > div {
  width: 100%;
  margin-bottom: 10px; }
header nav.menu > div a, header nav.menu > div a:visited {
  display: flex;
  align-items: center;
  color: white;
  transition: all 0.2s ease; }
header nav.menu > div a:hover, header nav.menu > div a:visited:hover {
  text-decoration: none;
  padding-left: 5px; }
header nav.menu > div a i.fa, header nav.menu > div a:visited i.fa {
  width: 30px;
  font-size: 30px;
  margin-right: 10px; }
header nav.menu ul {
  margin-top: 10px;
  width: 100%; }
header nav.menu ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: solid 1px white;
  font-size: 14px;
  font-weight: 100; }
header nav.menu ul li a {
  height: 100%;
  width: 100%;
  padding: 8px 0;
  transition: all 0.2s ease;
  color: white; }
header nav.menu ul li a:hover {
  padding-left: 5px; }
header nav.menu .menu-tagline {
  position: absolute;
  left: 70px;
  bottom: 20px;
  opacity: 0.6; }
@media (max-width: 767px) {
  header nav.menu .menu-tagline {
    left: calc((100% - 250px)/2); } }
@media (max-width: 767px) {
  header nav.menu {
    height: calc(100vh - 70px);
    width: 100vw;
    top: -100vh;
    left: 0;
    padding: 0 30px 20px;
    z-index: 10; }
  header nav.menu.active {
    top: 70px; }
  header nav.menu.active .menu-btn {
    top: -70px;
    left: calc(100% - 30px);
    transition: none; }
  header nav.menu.active img.footer {
    position: fixed;
    bottom: 10px; }

  header nav.menu .menu-btn {
    top: calc(100% + 90px);
    left: calc(100% - 30px);
    margin-top: 15px; }

  header nav.menu .phone {
    margin-top: -10px; }

  header nav.menu img.footer {
    position: relative;
    width: calc(100% - 60px);
    bottom: 100vh;
    transition: all 0.3s ease; } }
header .logo {
  height: 100%;
  width: auto;
  padding: 18px 0;
  padding-left: calc(((100vw - 950px)/2) + 15px); }
@media (min-width: 1200px) {
  header .logo {
    padding-left: calc(((100vw - 1170px) / 2) + 15px); } }
header .logo img {
  height: 100%;
  width: auto; }
@media (max-width: 767px) {
  header .logo {
    padding-left: 20px; } }

.map-nav {
  width: 100%;
  border-bottom: solid 10px black;
  border-top: solid 2px black; }
.map-nav ul {
  height: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none; }
@media (max-width: 767px) {
  .map-nav ul {
    flex-direction: column;
    height: auto; } }
.map-nav ul li {
  width: 100%;
  height: 100%;
  border-left: solid 1px black;
  border-right: solid 1px black; }
@media (max-width: 767px) {
  .map-nav ul li {
    height: 50px; } }
.map-nav ul li:first-child {
  border-left: none; }
.map-nav ul li:last-child {
  border-right: none; }
.map-nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background: white;
  color: black;
  transition: all 0.3s ease; }
.map-nav ul li a:hover, .map-nav ul li a.active {
  background: black;
  color: white; }

.container-fluid.form-container {
  padding: 0; }

.color-wrap {
  padding: 10px 0;
  width: 100vw; }
.color-wrap.labels {
  background: #616161;
  height: 50px;
  padding: 0; }
.color-wrap.labels .container {
  height: 100%; }
.color-wrap.labels .container .row {
  height: 100%; }
.color-wrap.labels .container .row > div {
  height: 100%;
  display: flex;
  align-items: center;
  color: white; }
.color-wrap.inputs {
  background: #f5f4f5; }
.color-wrap.submit {
  padding: 0;
}

#add-work-order-form {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase; }
#add-work-order-form .help-block {
  display: none; }
#add-work-order-form .bootstrap-datetimepicker-widget {
  z-index: 999; }
#add-work-order-form .form-group {
  margin: 0; }
#add-work-order-form .checkbox {
  margin: 0; }
#add-work-order-form .checkbox label {
  width: 100%;
  height: 100%;
  font-weight: bold; }
#add-work-order-form .checkbox label input[type="checkbox"] {
  margin: 7px auto; }
@media (max-width: 600px) {
  #add-work-order-form .checkbox label input[type="checkbox"] {
    margin-left: calc(50vw - 15px); } }
#add-work-order-form input[type="text"], #add-work-order-form input[type="date"], #add-work-order-form select {
  background-color: transparent;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  border-width: 0;
  border-radius: 0;
  box-shadow: none;
  color: black;
  font-weight: 500; }
#add-work-order-form input[type="text"]#build-name, #add-work-order-form input[type="date"]#build-name, #add-work-order-form select#build-name, #add-work-order-form input[type="text"]#unit-name, #add-work-order-form input[type="date"]#unit-name, #add-work-order-form select#unit-name, #add-work-order-form input[type="text"]#workorder-notes, #add-work-order-form input[type="date"]#workorder-notes, #add-work-order-form select#workorder-notes {
  background-color: #9c9c9c; }
#add-work-order-form input[type="text"]#workorder-notes::-webkit-input-placeholder, #add-work-order-form input[type="date"]#workorder-notes::-webkit-input-placeholder, #add-work-order-form select#workorder-notes::-webkit-input-placeholder {
  color: black;
  text-transform: uppercase; }
#add-work-order-form input[type="text"]#workorder-notes::-moz-placeholder, #add-work-order-form input[type="date"]#workorder-notes::-moz-placeholder, #add-work-order-form select#workorder-notes::-moz-placeholder {
  color: black;
  text-transform: uppercase; }
#add-work-order-form input[type="text"]#workorder-notes:-moz-placeholder, #add-work-order-form input[type="date"]#workorder-notes:-moz-placeholder, #add-work-order-form select#workorder-notes:-moz-placeholder {
  color: black;
  text-transform: uppercase; }
#add-work-order-form input[type="text"]#workorder-notes:-ms-input-placeholder, #add-work-order-form input[type="date"]#workorder-notes:-ms-input-placeholder, #add-work-order-form select#workorder-notes:-ms-input-placeholder {
  color: black;
  text-transform: uppercase; }
#add-work-order-form input[type="date"] {
  background-color: #9c9c9c; }
#add-work-order-form button.btn.submit {
  text-transform: uppercase;
  color: white;
  height: 50px;
  width: 100%;
  font-weight: 400;
  background: #219d1b; }
@media (max-width: 600px) {
  #add-work-order-form .form-wrap.w-padding {
    background-color: #fefefe;
    padding: 20px; }
  #add-work-order-form .form-wrap > div {
    width: 100%;
    display: flex;
    justify-content: space-between; }
  #add-work-order-form .form-wrap > div label {
    padding: 5px 0;
    width: 100%; }
  #add-work-order-form .form-wrap > div.date-pick-c {
    display: flex;
    flex-direction: column; }
  #add-work-order-form .form-wrap > div.date-pick-c > div {
    display: flex;
    justify-content: space-between; }

  #add-work-order-form .form-wrap #workorder-notes {
    height: 60px; } }

#add-work-order-form-mobile {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500; }
#add-work-order-form-mobile .help-block {
  display: none; }
#add-work-order-form-mobile .bootstrap-datetimepicker-widget {
  z-index: 999; }
#add-work-order-form-mobile .form-group {
  margin: 0;
  box-shadow: inset -1px 0 0 0.5px #ddd, inset 1px 0 0 0.5px #ddd;
  background: linear-gradient(180deg, #ddd, #ddd 50%, transparent 50%) top left / 100% 1px no-repeat, linear-gradient(90deg, #ddd, #ddd 50%, transparent 50%) top right / 1px 100% no-repeat, linear-gradient(0, #ddd, #ddd 50%, transparent 50%) bottom right / 100% 1px no-repeat, linear-gradient(-90deg, #ddd, #ddd 50%, transparent 50%) bottom left / 1px 100% no-repeat;
  padding: 2.5px;
  padding-left: 8px;
}
#add-work-order-form-mobile .form-group label {
  border-right: solid 1px #ddd;
  margin: 0; }
#add-work-order-form-mobile .form-group label[for="workorder-notes"] {
  padding-top: 15px; }
#add-work-order-form-mobile .checkbox {
  margin: 0;
  padding: 5px;
  box-shadow: inset -1px 0 0 0.5px #ddd, inset 1px 0 0 0.5px #ddd;
  background: linear-gradient(180deg, #ddd, #ddd 50%, transparent 50%) top left / 100% 1px no-repeat, linear-gradient(90deg, #ddd, #ddd 50%, transparent 50%) top right / 1px 100% no-repeat, linear-gradient(0, #ddd, #ddd 50%, transparent 50%) bottom right / 100% 1px no-repeat, linear-gradient(-90deg, #ddd, #ddd 50%, transparent 50%) bottom left / 1px 100% no-repeat;
  width: 100%;
}
#add-work-order-form-mobile .checkbox label {
  width: 100%;
  height: 100%;
  font-weight: bold; }
#add-work-order-form-mobile .checkbox label input[type="checkbox"] {
  margin: 7px auto; }
@media (max-width: 600px) {
  #add-work-order-form-mobile .checkbox label input[type="checkbox"] {
    margin-left: calc(50vw - 15px); } }
#add-work-order-form-mobile .date-pick-c > div {
  box-shadow: inset -1px 0 0 0.5px #ddd, inset 1px 0 0 0.5px #ddd;
  background: linear-gradient(180deg, #ddd, #ddd 50%, transparent 50%) top left / 100% 1px no-repeat, linear-gradient(90deg, #ddd, #ddd 50%, transparent 50%) top right / 1px 100% no-repeat, linear-gradient(0, #ddd, #ddd 50%, transparent 50%) bottom right / 100% 1px no-repeat, linear-gradient(-90deg, #ddd, #ddd 50%, transparent 50%) bottom left / 1px 100% no-repeat;
  padding: 5px; }
#add-work-order-form-mobile .date-pick-c > div label {
  margin: 0; }
#add-work-order-form-mobile input[type="date"] {
  -webkit-min-logical-width: 47%; }
#add-work-order-form-mobile input[type="text"],
#add-work-order-form-mobile input[type="date"],
#add-work-order-form-mobile select {
  background-color: transparent;
  width: 100%;
  padding: 6px 12px;
  border-width: 0;
  border-radius: 0;
  box-shadow: none;
  color: black;
  font-weight: 500;
  font-size: 90%;}

#add-work-order-form-mobile input[type="text"]#build-name,
#add-work-order-form-mobile input[type="date"]#build-name,
#add-work-order-form-mobile select#build-name,
#add-work-order-form-mobile input[type="text"]#unit-name,
#add-work-order-form-mobile input[type="date"]#unit-name,
#add-work-order-form-mobile select#unit-name,
#add-work-order-form-mobile input[type="text"]#workorder-notes,
#add-work-order-form-mobile input[type="date"]#workorder-notes,
#add-work-order-form-mobile select#workorder-notes,
#add-work-order-form-mobile input[type="text"]#bedroom,
#add-work-order-form-mobile input[type="date"]#bedroom,
#add-work-order-form-mobile select#bedroom,
#add-work-order-form-mobile input[type="text"]#bathroom,
#add-work-order-form-mobile input[type="date"]#bathroom,
#add-work-order-form-mobile select#bathroom {
  background-color: #f5f5f5;
}

#add-work-order-form-mobile input[type="text"]#workorder-notes::-webkit-input-placeholder,
#add-work-order-form-mobile input[type="date"]#workorder-notes::-webkit-input-placeholder,
#add-work-order-form-mobile select#workorder-notes::-webkit-input-placeholder {
  color: #414b56;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}

#add-work-order-form-mobile input[type="text"]#workorder-notes::-moz-placeholder,
#add-work-order-form-mobile input[type="date"]#workorder-notes::-moz-placeholder,
#add-work-order-form-mobile select#workorder-notes::-moz-placeholder {
  color: #414b56;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: bold;
}

#add-work-order-form-mobile input[type="text"]#workorder-notes:-moz-placeholder,
#add-work-order-form-mobile input[type="date"]#workorder-notes:-moz-placeholder,
#add-work-order-form-mobile select#workorder-notes:-moz-placeholder {
  color: #414b56;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: bold;
}

#add-work-order-form-mobile input[type="text"]#workorder-notes:-ms-input-placeholder,
#add-work-order-form-mobile input[type="date"]#workorder-notes:-ms-input-placeholder,
#add-work-order-form-mobile select#workorder-notes:-ms-input-placeholder {
  color: #414b56;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  font-weight: bold;
}

#add-work-order-form-mobile input[type="date"] {
  background-color: #f5f5f5; }
#add-work-order-form-mobile button.btn.submit {
  text-transform: uppercase;
  color: white;
  height: 50px;
  width: 100%;
  font-weight: 400;
  background: #219d1b; }

@media (max-width: 600px) {
  #add-work-order-form-mobile .form-wrap.w-padding {
    background-color: #fefefe;
    padding: 20px;
  }
  #add-work-order-form-mobile .form-wrap > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #add-work-order-form-mobile .form-wrap > div label {
    padding: 5px 0;
    width: 100%;
  }
  #add-work-order-form-mobile .form-wrap > div.date-pick-c {
    display: flex;
    flex-direction: column;
  }
  #add-work-order-form-mobile .form-wrap > div.date-pick-c > div {
    display: flex;
    justify-content: space-between;
  }

  #add-work-order-form-mobile .form-wrap #workorder-notes {
    height: 100px;
  }
}

.table-container {
  color: black;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px; }
.table-container * {
  border: 0 !important;
  padding: 0;
  margin: 0; }
.table-container .pagination {
  padding-left: calc(((100vw - 950px)/2) + 15px); }
@media (min-width: 1200px) {
  .table-container .pagination {
    padding-left: calc(((100vw - 1170px)/2) + 15px); } }
.table-container .txt-btn {
  color: white;
  padding: 0 10px 10px;
  opacity: 0.7;
  transition: all 0.3s ease; }
.table-container .txt-btn:hover {
  opacity: 1; }
.table-container thead {
  background: #219d1b; }
.table-container thead a {
  color: white; }
.table-container thead tr th:first-child {
  padding-left: calc(((100vw - 950px)/2) + 15px); }
@media (min-width: 1200px) {
  .table-container thead tr th:first-child {
    padding-left: calc(((100vw - 1170px)/2) + 15px); } }
.table-container thead tr th:last-child {
  padding-right: calc(((100vw - 950px)/2) + 15px); }
@media (min-width: 1200px) {
  .table-container thead tr th:last-child {
    padding-right: calc(((100vw - 1170px)/2) + 15px); } }
.table-container thead tr th {
  color: white;
  padding: 15px 10px; }
.table-container thead tr th > a.desc:after, .table-container thead tr th > a.asc:after {
  display: none; }
.table-container tbody tr {
  background: white; }
.table-container tbody tr:nth-of-type(odd) {
  background: #f5f4f5; }
.table-container tbody tr td:first-child {
  padding-left: calc(((100vw - 950px)/2) + 15px); }
@media (min-width: 1200px) {
  .table-container tbody tr td:first-child {
    padding-left: calc(((100vw - 1170px)/2) + 15px); } }
.table-container tbody tr td:last-child {
  padding-right: calc(((100vw - 950px)/2) + 15px); }
@media (min-width: 1200px) {
  .table-container tbody tr td:last-child {
    padding-right: calc(((100vw - 1170px)/2) + 15px); } }
.table-container tbody tr td {
  padding: 15px 10px; }
.table-container-mobile {
  color: black;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.table-container-mobile .no-results {
  text-align: center; }
.table-container-mobile * {
  padding: 0;
  margin: 0; }
.table-container-mobile table {
  background-color: white;
  margin: 40px 0 0; }
.table-container-mobile table#w0 {
  margin: 20px 0 0; }
.table-container-mobile table tr {
  border: 0px solid #ddd;
  background-color: #fff; }
.table-container-mobile table tr:nth-of-type(odd) {
  background-color: #e9e9e9; }
.table-container-mobile table tr th {
  padding: 8px;
  width: 45%;
  border: 0px solid #ddd; }
.table-container-mobile table tr td {
  width: 55%;
  padding: 8px;
  border: 1px solid #ddd; }


.modal-body .manager-card {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }
.modal-body .manager-card > * {
  margin-bottom: 10px; }
.modal-body .manager-card .photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 300px;
  height: 300px; }
.modal-body .manager-card .fullname {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 600; }
.modal-body .manager-card .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  margin: 0 15px; }
.modal-body .manager-card .btn span {
  font-size: 32px;
  top: 0; }

.manager-modal {
  width: 100vw;
  height: 100vh; }
.manager-modal.direction-modal .modal-dialog .modal-content {
  height: 200px; }
.manager-modal.direction-modal .modal-dialog .modal-content a {
  height: 50%; }
.manager-modal .modal-dialog {
  position: absolute;
  width: 300px; }
.manager-modal .modal-dialog .modal-content {
  background-color: transparent;
  border-radius: 0;
  width: 300px;
  height: 200px;
  border: 0; }
.manager-modal .modal-dialog .modal-body {
  background-color: transparent;
  height: 100%;
  padding: 0; }
.manager-modal .modal-dialog .modal-body .manager-card, .manager-modal .modal-dialog .modal-body .get-direction-to-building {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 15px; }
.manager-modal .modal-dialog .modal-body .manager-card > div, .manager-modal .modal-dialog .modal-body .get-direction-to-building > div {
  font-size: 60px;
  margin: 0 18px;
  width: 60px;
  text-align: center; }
.manager-modal .modal-dialog .modal-body .manager-card span, .manager-modal .modal-dialog .modal-body .get-direction-to-building span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 18px; }
.manager-modal .modal-dialog .modal-body .manager-card {
  display: flex;
  flex-direction: row;
  background-color: rgba(255, 255, 255, 0.9); }
.manager-modal .modal-dialog .modal-body .manager-card .photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
  border-radius: 60px; }
.manager-modal .modal-dialog .modal-body .manager-card span {
  margin: 0; }
.manager-modal .modal-dialog .modal-body .get-direction-to-building {
  background-color: rgba(216, 216, 216, 0.9);
  color: #219d1b; }
.manager-modal .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  margin: 0 15px; }
.manager-modal .btn span {
  font-size: 32px;
  top: 0; }

.vacancy-modal {
  width: 100vw;
  height: 100vh; }
.vacancy-modal .modal-dialog {
  position: absolute;
  width: 300px; }
.vacancy-modal .modal-dialog .modal-content {
  background-color: transparent;
  border-radius: 0;
  width: 300px;
  height: 200px;
  border: 0; }
@media (max-width: 450px) {
  .vacancy-modal .modal-dialog .modal-content {
    width: calc(100vw - 20px); } }
.vacancy-modal .modal-dialog .modal-header {
  height: 0;
  overflow: visible;
  padding: 0;
  border: none; }
.vacancy-modal .modal-dialog .modal-header button {
  position: absolute;
  top: -20px;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 40px;
  z-index: 30; }
@media (max-width: 767px) {
  .vacancy-modal .modal-dialog .modal-header button {
    width: 60px;
    height: 60px;
    font-size: 60px; } }
.vacancy-modal .modal-dialog .modal-footer {
  display: none; }
.vacancy-modal .modal-dialog .modal-body {
  position: relative;
  top: -20px;
  background-color: transparent;
  height: 100%;
  padding: 0; }
.vacancy-modal .modal-dialog .modal-body .manager-card, .vacancy-modal .modal-dialog .modal-body .get-direction-to-building, .vacancy-modal .modal-dialog .modal-body .count-of-vacancies {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50%; }
.vacancy-modal .modal-dialog .modal-body .manager-card > div, .vacancy-modal .modal-dialog .modal-body .get-direction-to-building > div, .vacancy-modal .modal-dialog .modal-body .count-of-vacancies > div {
  font-size: 60px;
  margin: 0 18px;
  width: 60px;
  text-align: center; }
.vacancy-modal .modal-dialog .modal-body .manager-card span, .vacancy-modal .modal-dialog .modal-body .get-direction-to-building span, .vacancy-modal .modal-dialog .modal-body .count-of-vacancies span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 14px; }
.vacancy-modal .modal-dialog .modal-body .manager-card {
  display: flex;
  flex-direction: row;
  background-color: rgba(255, 255, 255, 0.9);
  padding-right: 20px; }
.vacancy-modal .modal-dialog .modal-body .manager-card .photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  flex-shrink: 0; }
.vacancy-modal .modal-dialog .modal-body .manager-card span {
  margin: 0; }
.vacancy-modal .modal-dialog .modal-body .get-direction-to-building {
  background-color: rgba(216, 216, 216, 0.9);
  color: #219d1b; }
.vacancy-modal .modal-dialog .modal-body .count-of-vacancies {
  background-color: rgba(255, 255, 255, 0.9);
  color: #219d1b; }

.building-modal .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }
.building-modal .modal-body > * {
  margin: 5px 0; }

.map-modal .modal-dialog .modal-body {
  height: 80vh; }

footer.footer {
  margin: 0;
  padding: 50px;
  background-color: #fefefe !important; }
@media (max-width: 767px) {
  footer.footer {
    display: none; } }
footer.footer .left {
  font-weight: 600; }
footer.footer .left span {
  color: black; }
footer.footer .left a {
  color: #e95a4e; }
footer.footer .right .pic {
  margin-top: -10px;
  float: right;
  width: 260px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat; }

.work-order-feedback-field {
  margin: 10px auto;
  font-size: 12px; }
.work-order-feedback-field.col-xs-5 {
  padding: 10px; }

.sortingspace {
  padding-top: 10px;
  padding-bottom: 30px;
  padding-right: 20px;
  color: #219d1b;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
  line-height: 34px;
  text-align: center;
}

.sortingspace-fixed {
  height:56px;
  padding-top: 10px;
  padding-bottom: 30px;
  padding-right: 20px;
  padding-left: 30px;
  color: #219d1b;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
  line-height: 34px;
}
.selectwidthauto
{
  width:auto !important;
}

.work-order-checkbox-field {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  border-width: 0;
  border-radius: 0;
  box-shadow: none;
  color: black;
  background-color:#f5f5f5;
}

.work-order-datepicker-field {
  width: 110%;
  height: 30px;
  /*padding-left: 24px;*/
  padding-right: 0px;
  border-width: 0;
  border-radius: 0;
  box-shadow: none;
  color: black;
  background-color:#f5f5f5;
}

.work-order-datepicker-field .form-control {
  /*border: 1px solid #cccccc !important;*/
  width:100% !important;
  background: linear-gradient(to top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(254,254,254,1) 80%);

}

.form-control::-webkit-input-placeholder {
  color:black;
}

.cool::-webkit-input-placeholder {
  color:black !important;
  font-size: 10px !important;
}
.work-order-datepicker-field .input-group-addon {
  background: linear-gradient(to top, dimgrey, darkgrey);
  padding-left: 3px;
  padding-right: 2px;
}
.work-order-datepicker-field .input-group-addon .glyphicon-chevron-down{
  color:white;
}

.checkbox-new {
  padding: 5px;
}
.checkbox-new label {
  display: inline-block;
  position: relative;
  /*padding-left: 5px;*/
  width:25px !important;
  padding-bottom:0 !important;
  padding-top:0 !important;
}

.label-new {
  border-right: none !important;
  font-weight: normal !important;
  font-size: 13px;
}

.label-lightgray {
  color: lightgrey;
}

.checkbox-new label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

.checkbox-new label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555; }

.checkbox-new input[type="checkbox"] {
  opacity: 0; }

.checkbox-new input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.checkbox-new input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c"; }

.checkbox-new input[type="checkbox"]:disabled + label {
  opacity: 0.65; }

.checkbox-new input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed; }

.checkbox-new.checkbox-circle label::before {
  border-radius: 50%; }

.checkbox-new.checkbox-inline {
  margin-top: 0; }

.detail-view {
  cursor: pointer;
}

#add-work-order-form-mobile input{
  color: #414b56 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
}

#add-work-order-form-mobile input::-webkit-input-placeholder {
  color: #414b56 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px!important;
  line-height: 1.42857143 !important;
}

#add-work-order-form-mobile input:-moz-placeholder {
  color: #414b56 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 1.42857143;
}

#add-work-order-form-mobile input::-moz-placeholder {
  color: #414b56 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
}

#add-work-order-form-mobile input:-ms-input-placeholder {
  color: #414b56 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 1.42857143 !important;
}

#add-work-order-form-mobile .label-new {
  color: #414b56 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

#add-work-order-form-mobile .work-order-checkbox-field{
  position: relative;
}

#add-work-order-form-mobile .checkbox-new{
  padding: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}

#add-work-order-form-mobile input[type="checkbox"]{
  display: none;
}

#add-work-order-form-mobile .label-new{
  width: 100% !important;
  height: 100%;
  padding: 6px 0 !important
}

#add-work-order-form-mobile .label-new span{
  padding-right: 25px;
  position: relative;
}

#add-work-order-form-mobile .checkbox-new label::before {
  display: none;
}

#add-work-order-form-mobile .checkbox-new label::after {
  display: none;
}

#add-work-order-form-mobile .checkbox-new label span::after {
  content: "";
  display: inline-block;
  width: 21px;
  position: absolute;
  text-align: center;
  height: 21px;
  right: -2px;
  top: 0px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  line-height: 18px;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

#add-work-order-form-mobile input[disabled]{
  -webkit-opacity: 1 !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #414b56 !important;
}

#add-work-order-form-mobile .checkbox-new input[type="checkbox"]:checked + label span::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

#add-work-order-form-mobile .checkbox-new input[type="checkbox"]:disabled + label span{
  opacity: 0.65;
}

.checkbox-new input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

#add-work-order-form-mobile .endDate{
  background-color: #f5f5f5;
  padding: 6px 12px !important;
  border-right: none !important;
  font-weight: bold !important;
}

#add-work-order-form-mobile .input-daterange input{
  padding-left: 0 !important;
  text-align: left !important;
}

#add-work-order-form-mobile .input-daterange.picked input{
  color: #219D1B !important;
}

#add-work-order-form-mobile .startDate input{
  padding-left: 2px !important;
}

#add-work-order-form-mobile .field-workorder-notes{
  display: block !important;
  padding: 0 !important;
}

#add-work-order-form-mobile .endDate,
#add-work-order-form-mobile .startDate{
  width: 100%;
}

.input-daterange input{
  text-align: left !important;
}

@media (max-width: 992px) {
  .datepicker{
    top: 25% !important;
    left: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    transform: translateY(-25%);
  }

  .datepicker>[class^=datepicker-]{
    width: 100vw;
  }

  .datepicker .table-condensed{
    width: 100vw;
    height: 40vh;
    font-size: 18px;
  }

  .datepicker:after,
  .datepicker:before{
    display: none;
  }
}

#add-work-order-form-mobile *{
  font-size: 14px !important;
}

#add-work-order-form-mobile .form-group{
  min-height: 42px;
}

#add-work-order-form-mobile textarea::-webkit-input-placeholder {
  color: #d3d3d3;
}

#add-work-order-form-mobile textarea:-moz-placeholder {
  color: #d3d3d3;
}

#add-work-order-form-mobile textarea::-moz-placeholder {
  color: #d3d3d3;
}

#add-work-order-form-mobile textarea:-ms-input-placeholder {
  color: #d3d3d3;
}

#add-work-order-form-mobile textarea{
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
  box-shadow: inset -1px 0 0 0.5px #ddd, inset 1px 0 0 0.5px #ddd;
}

.custom-combobox {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 6px 12px;
  background: #f5f5f5;
}

.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  width: 20px;
  border-radius: 0;
  right: -1px;
  background: none;
  border: none;
  color: inherit;
}

.custom-combobox-toggle.readonly{
  width: 100%;
}

.custom-combobox-toggle:hover{
  color: inherit;
}

.custom-combobox-toggle:before{
  content: "\f0d7";
  font: normal normal normal 14px/1 FontAwesome;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  right: 7px;
}

.custom-combobox-input:focus{
  outline: none;
}

.custom-combobox-input {
  margin: 0;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  font-weight: normal;
  background: #f5f5f5;
}

.bottom_menu .navbar-collapse.collapse {
  display: block!important;
  height: 100% !important;
}

.bottom_menu .navbar-nav>li, .navbar-nav {
  float: left !important;
}

.bottom_menu .navbar-nav.navbar-right:last-child {
  margin-right: -15px !important;
}

.bottom_menu .navbar-right {
  float: right!important;
}

.bottom_menu{
  position: fixed;
  z-index: 99;
  height: 80px;
  width: 100%;
  background: #fbfbfb;
  bottom: -2px;
  border-radius: 0;
  margin: 0;
  border: none;
}

.bottom_menu .container{
  width: 100% !important;
  padding: 0 !important;
  height: 100% !important;
}

.bottom_menu .nav{
  width: 100%;
  margin: 0;
  height: 100% !important;
  border-top: 1px solid #dddddd;
  padding: 0 20px;
  display: flex;
}

.bottom_menu .nav li{
  width: 100%;
  float: left;
  height: 100% !important;
}

.bottom_menu .nav li a{
  height: 100% !important;
  padding: 0;
  text-align: center;
  color: #c0c0c0;
}

.bottom_menu .nav li a:hover{
  background-color: #f7f7f7;
}

.bottom_menu .nav li.active span{
  color: #219D1B;
}

.bottom_menu .nav li span{
  display: inline-block;
  width: 100%;
  font-size: 1.2rem;
}

.bottom_menu .navbar-header{
  display: none !important;
}

.bottom_menu .nav li img{
  width: 30px;
  height: 30px;
  margin: 4px 0;
  display: inline-block;
}

.building-1, .building, .copy-1, .copy, .crown-1,
.crown, .file-1, .file, .for-sale-1, .for-sale{
  display: inline-block;
  background: url('/img/bottom_menu_sprite.png') no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  height: 24px;
  width: 24px;
  margin-top:3px;
}

.bottom_menu .nav li.active .building {
  background-position: -0px -0px;
}
.building {
  background-position: -24px -0px;
}
.bottom_menu .nav li.active .copy {
  background-position: -48px -0px;
}
.copy {
  background-position: -0px -24px;
  margin-right: 2px;
}
.bottom_menu .nav li.active .crown {
  background-position: -24px -24px;
}
.crown {
  background-position: -48px -24px;
}
.bottom_menu .nav li.active .file {
  background-position: -0px -48px;
}
.file {
  background-position: -24px -48px;
}
.bottom_menu .nav li.active .for-sale {
  background-position: -48px -48px;
}
.for-sale {
  background-position: -0px -72px;
  margin-right: 2px;
}

table.detail-view .show_more_button{
  text-align: right;
}

table.detail-view .show_more_button .btn{
  display: inline !important;
  padding: 4px;
}

table.detail-view .hidden{
  display: none;
}

table.detail-view th[class^=unit_]{
  width: 25%;
}

table.detail-view .unit-name{
  width: 25%;
  display: table-cell !important;
  position: relative;
}

table.detail-view .unit-name span{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

table.detail-view .building-name{
  background: #616161;
  height: 41px;
  padding: 9px 8px;

  text-transform: uppercase;
  color: #FFFFFF;
}

table.detail-view .unit-info{
  padding: 0;
}

table.detail-view .unit-info table{
  margin: 0;
}

table.detail-view .unit-info table,
table.detail-view .unit-info table tr,
table.detail-view .unit-info table th,
table.detail-view .unit-info table td{
  border: none;
}

table.detail-view .unit-info table td{
  border-left: 1px solid #ddd !important;
}

table.detail-view .unit-info table tr:not(:last-child){
  border-bottom: 1px solid #ddd !important;
}

table.detail-view .unit-info .short-info{
  background: transparent;
}

table.detail-view .unit-info .short-info td{
  position: relative;
}

table.detail-view .unit-info .short-info .btn{
  width: 44px;
  height: 30px;
  padding: 6px 8px;
  margin: 0;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  position: absolute;
}

table.detail-view .unit-info .short-info td:last-child{
  width: 110px;
}

table.detail-view .unit-info table tr{
  display: none;
}

table.detail-view .unit-info table tr.short-info{
  display: table-row;
}

table.detail-view .unit-info table.visible tr{
  display: table-row;;
}

table.detail-view .unit-info table.visible tr.short-info{
  display: none;
}

table.detail-view .submit-order-button .btn{
  height: 65px;
}

table.detail-view .submit-order-button,
table.detail-view .hide-button{
  padding: 0;
}

table.detail-view .submit-order-button .btn,
table.detail-view .hide-button .btn{
  margin: 0;
}

table.detail-view .hide-button .btn{
  background: #c0c2c0;
}

.btn.ajax-click{
  margin-bottom: 100px !important;
}

.table-container-mobile table{
  background: none !important;
}

.input-daterange input{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  width: 100% !important;
  height: 44px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300 !important;
  border: 2px solid #187114;
  border-width: 2px !important;
  /* text-align: center !important; */
  background-color: #fff !important;
}

/* Login form */

.login-form-wrapper {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: calc(100vh - 230px);
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fefefe;
}

@media (max-width: 450px) {
  .login-form-wrapper {
    background-color: black;
  }
}

.login-form-wrapper .login-form {
  width: 600px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
}

@media (max-width: 450px) {
  .login-form-wrapper .login-form {
    width: 100%;
    height: 100%;
  }
}

.login-form-wrapper .login-form form {
  width: 70%;
}

@media (max-width: 450px) {
  .login-form-wrapper .login-form form {
    width: 100%;
  }
}

.login-form-wrapper .login-form form .form-group {
  width: 100%;
  height: 50px;
  /* margin: 0 auto 1px; */
}

.login-form-wrapper .login-form form input[type="text"],
.login-form-wrapper .login-form form input[type="password"],
.login-form-wrapper .login-form form .btn {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: #eaeaea;
}

.login-form-wrapper .login-form form .btn {
  color: white;
  background: #3cd0cb;
  font-weight: 500;
}

@media (max-width: 450px) {
  .login-form-wrapper .login-form form .btn {
    background-color: #219d1b;
  }
}

.login-form-wrapper .login-form form .help-block {
  display: none;
}

.login-form-wrapper .login-form .text-upper {
  text-transform: uppercase;
}

/* End login form */

/* Successful login flash */
.alert-main-psc {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
/* End successful login flash */

/**
    New mockup design
 */
h1.header-mockup.weight-1.weight-2 {
  text-transform: uppercase;
  font-family: Roboto, bold, serif;
  text-align: center;
  align: center;
}

.date-time-picker-placeholder::placeholder {
  text-align: left;
}

input {
  text-align: left !important;
}

.date-time-picker-placeholder {
  /* i have to use !important. sorry. */
  border: 2px solid green !important;
  border-right-width: 0 !important;
  height: 40px !important;
}

.date-time-picker-calendar-i {
  font-size: 20px;
}

.input-group-addon-new-mockup {
  border: 2px solid green !important;
  border-left-width: 0 !important;

  height: 40px;

  padding: 5px 12px;
  border-radius: 0;
  background-color: unset;
}

.work-order-flex-container {
  display: flex;
  align-items: center;
  justify-content: left;

  /* hack */
  width: 10%;
}

.work-order-margin {
  margin-top: 30px;
  margin-bottom: 30px;

  text-transform: capitalize;
}



.work-order-center-vertical {
  align-self: center;

  /* hack */
  padding-top: 10px;
}


.custom-combobox-m input{
  color: #333333;
  font-weight: normal;
  width: 100%
}

.custom-combobox-m a{
  width: 50px;
  height: 95%;
  border: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
}

.custom-combobox-m.readonly a{
  width: 100%;
}

.custom-combobox-m a:before{
  content: "";
  background: url(../img/dropdown.png) no-repeat;
  width: 25px;
  height: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.checkbox div:before,
.checkbox div:after{
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*  */
div.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
