html, body {
  height: 100%;
  background: #f6f6f6;
  font-family: "futura-pt", Helvetica, Arial, sans-serif;
  color: #272727;
}

a:active,
a:focus {
  outline: 0;
}

a, button {
  transition: all 0.3s ease;
}

a, a:hover, a:active, a:visited, a:focus {
  text-decoration: none;
}

a, a:visited, a:focus {
  color: #d54426;
}

a:active, a:hover {
  color: #272727;
}

a.download-link {
  padding-left: 20px;
  background: url(../images/download-icon.svg) no-repeat top 3px left / 11px auto;
  display: inline-block;
  opacity: 1;
}

a.download-link:hover {
  background-image: url(../images/download-icon-gray.svg);
}

button,
.form-group.action-group .btn-primary,
a.button {
  height: 40px;
  line-height: 40px;
  background-color: #d54426;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
  color: white;
  border: none;
  border-radius: 0;
  padding: 0 22px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
  display: inline-block;
  opacity: 1;
}

#menu-toggle {
  display: none;
}

.form-group.blocked {
  position: relative;
}

.form-group.blocked:after {
  display: block;
  content: "";
  width: 100%;
  height: 38px;
  position: absolute;
  top: 28px;
  left: 0;
}

a.button.white {
  background-color: white;
  color: #d54426;
}

button:hover,
a.button:hover,
.form-group.action-group .btn-primary:hover,
a.button.white:hover {
  background-color: #272727;
  color: white;
}

button.iconed,
a.button.iconed {
  padding-left: 54px;
  background-repeat: no-repeat;

}

button.add-user.iconed {
  background-image: url(../images/user-icon-add.svg);
  background-position: top 7px left 20px;
  background-size: auto 24px;
}

a.delete-user.iconed {
  background-image: url(../images/user-icon-delete.svg);
  background-position: top 9px left 20px;
  background-size: auto 21px;
}

button.add-job.iconed {
  background-image: url(../images/job-icon-add.svg);
  background-position: top 8px left 15px;
  background-size: auto 24px;
}

.cancel-job.iconed {
  background-image: url(../images/job-icon-delete.svg);
  background-position: top 8px left 15px;
  background-size: auto 24px;
}

.add-booking.iconed {
  background-image: url(../images/booking-icon-add-white.svg);
  background-position: top 8px left 23px;
  background-size: auto 24px;
}

.add-booking.white.iconed {
  background-image: url(../images/booking-icon-add.svg);
}

.add-booking.white.iconed:hover {
  color: white;
  background-image: url(../images/booking-icon-add-white.svg);
}

.duplicate-booking.white.iconed {
  background-image: url(../images/booking-icon-duplicate.svg);
  background-position: top 8px left 23px;
  background-size: auto 24px;
}

.duplicate-booking.white.iconed:hover {
  color: white;
  background-image: url(../images/booking-icon-duplicate-white.svg);
}

.cancel-booking.iconed {
  background-image: url(../images/booking-cancel-icon-white.svg);
  background-position: top 8px left 15px;
  background-size: auto 24px;
}

.wrap {
  min-height: 100%;
  height: auto;
  padding-left: 230px;
}

.wrap.logged-out {
  padding-left: 0;
}

.alert {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  padding: 31px 0 35px;
  border-radius: 0;
  position: relative;
  z-index: 1;
  margin-left: 200px;
}

.logged-out.alert {
  margin-left: 0;
}

.alert .alerts-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1180px;
  position: relative;
}

.alert .alerts-inner:before {
  display: inline;
  font-weight: bold;
}

.alert a.close {
  top: 50%;
  right: 0px;
  margin-top: -12px;
  background: url(../images/close-white.svg) no-repeat center / 100%;
  position: absolute;
}

.alert-success .alerts-inner:before {
  content: "Success: ";
  display: inline;
  font-weight: bold;
}

.alert-success {
  background-color: #272727;
  border: none;
}

.alert-danger .alerts-inner:before {
  content: "Error: ";
}

.alert-danger {
  background-color: #d54426;
  border: none;
}

.clearing:after {
  display: block;
  content: "";
  clear: both;
}

.summary {
  opacity: 0.5;
  font-size: 16px;
  font-weight: 500;
  color: #1f1f1f;
  line-height: 42px;
  float: right;
}

/*** pagination ***/
.summary-wrap > .pagination,
.table-wrap > .pagination {
  margin: 0 0 0 30px;
  background-color: transparent;
  padding: 0;
  display: block;
  float: right;
}

.summary-wrap > .pagination > li,
.table-wrap > .pagination > li {
  display: none;
}

.summary-wrap > .pagination > li.prev,
.summary-wrap > .pagination > li.next,
.table-wrap > .pagination > li.prev,
.table-wrap > .pagination > li.next {
  display: block;
  position: relative;
  margin: 0;
  float: left;
}

.summary-wrap > .pagination > li.prev,
.table-wrap > .pagination > li.prev {
  margin-right: 2px;
}

.summary-wrap > .pagination > li.prev > a,
.summary-wrap > .pagination > li.next > a,
.summary-wrap > .pagination > li.prev > span,
.summary-wrap > .pagination > li.next > span,
.table-wrap > .pagination > li.prev > a,
.table-wrap > .pagination > li.next > a,
.table-wrap > .pagination > li.prev > span,
.table-wrap > .pagination > li.next > span {
  opacity: 1;
  display: block;
  font-size: 1px;
  color: transparent;
  width: 49px;
  height: 42px;
  background-color: #ffffff;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 0;
  position: relative;
  padding: 0;
  transition: all 0.3s ease;
}

.summary-wrap > .pagination > li.prev > a:hover,
.summary-wrap > .pagination > li.next > a:hover,
.table-wrap > .pagination > li.prev > a:hover,
.table-wrap > .pagination > li.next > a:hover {
  background: #272727;
}

.summary-wrap > .pagination > li.prev > a:after,
.summary-wrap > .pagination > li.next > a:after,
.summary-wrap > .pagination > li.prev > span:after,
.summary-wrap > .pagination > li.next > span:after,
.table-wrap > .pagination > li.prev > a:after,
.table-wrap > .pagination > li.next > a:after,
.table-wrap > .pagination > li.prev > span:after,
.table-wrap > .pagination > li.next > span:after {
  display: block;
  content: "";
  border: solid 1px #d54426;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 14px;
  left: 16px;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.summary-wrap > .pagination > li.prev.disabled > a:after,
.summary-wrap > .pagination > li.next.disabled > a:after,
.summary-wrap > .pagination > li.prev.disabled > span:after,
.summary-wrap > .pagination > li.next.disabled > span:after,
.table-wrap > .pagination > li.prev.disabled > a:after,
.table-wrap > .pagination > li.next.disabled > a:after,
.table-wrap > .pagination > li.prev.disabled > span:after,
.table-wrap > .pagination > li.next.disabled > span:after {
  border-color: #1f1f1f;
}

.summary-wrap > .pagination > li.prev > a:hover:after,
.summary-wrap > .pagination > li.next > a:hover:after,
.table-wrap > .pagination > li.prev > a:hover:after,
.table-wrap > .pagination > li.next > a:hover:after {
  border-color: white;
}

.summary-wrap > .pagination > li.prev > a:after,
.summary-wrap > .pagination > li.prev > span:after,
.table-wrap > .pagination > li.prev > a:after,
.table-wrap > .pagination > li.prev > span:after {
  border-right: none;
  border-bottom: none;
}

.summary-wrap > .pagination > li.next > a:after,
.summary-wrap > .job.pagination > li.next > span:after,
.table-wrap > .pagination > li.next > a:after,
.table-wrap > .job.pagination > li.next > span:after {
  border-top: none;
  border-left: none;
}

.table-wrap.bookings-table-wrap {
  position: relative;
  background-color: #f6f6f6;
  padding: 23px 0;
}

.table-wrap.bookings-table-wrap > .pagination {
  position: absolute;
  top: 23px;
  right: 0;
}

.table-wrap.bookings-table-wrap .clear-filters-wrap {
  padding-top: 10px;
}

.table-wrap.bookings-table-wrap .clear-booking-filters {
  padding: 5px 20px 5px 5px;
  background: url("../images/close.svg") no-repeat right center / 10px auto;
  font-size: 16px;
  font-weight: 500;
}

.table-wrap.bookings-table-wrap .clear-booking-filters:hover {
  background: url("../images/close-black.svg") no-repeat right center / 10px auto;
}

.table-wrap.bookings-table-wrap .completed td:nth-child(5),
.table-wrap.bookings-table-wrap .completed td:nth-child(7) {
  opacity: 0.5;
}

#bookingsearch-state {
  width: 90px;
}

#bookingsearch-status,
#bookingsearch-account_id {
  width: 180px;
}

.bottom-pager {
  text-align: center;
}

.bottom-pager .pagination {
  background-color: transparent;
  padding: 0;
  display: flex;
  justify-content: center;
  background-color: #f6f6f6;
  margin: 3px 0;
}

.bottom-pager .pagination > li {
  width: 24px;
  height: 24px;
  list-style: none;
}

.bottom-pager .pagination > li.prev,
.bottom-pager .pagination > li.next {
  display: block;
  background: url("../images/arrow-orange.png") no-repeat center / auto 35%;
}

.bottom-pager .pagination > li.prev {
  transform: rotate(90deg);
}

.bottom-pager .pagination > li.next {
  transform: rotate(-90deg);
}

.bottom-pager .pagination > li.prev {
  margin-right: 2px;
}

.bottom-pager .pagination > li a {
  color: #272727;
  border: none;
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  line-height: 24px;
  background-color: transparent;
}

.bottom-pager .pagination > li.active a {
  background-color: #272727;
  color: #fefefe;
  border: none;
}

.bottom-pager .pagination > li.prev > a,
.bottom-pager .pagination > li.next > a,
.bottom-pager .pagination > li.prev > span,
.bottom-pager .pagination > li.next > span {
  opacity: 1;
  display: block;
  color: transparent;
  background-color: transparent;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 0;
  position: relative;
  padding: 0;
  transition: all 0.3s ease;
}

.bottom-pager .pagination > li.prev > a:hover:after,
.bottom-pager .pagination > li.next > a:hover:after {
  border-color: white;
}

.bottom-pager .pagination > li.prev > a:after,
.bottom-pager .pagination > li.prev > span:after {
  border-right: none;
  border-bottom: none;
}

.bottom-pager .pagination > li.next > a:after {
  border-top: none;
  border-left: none;
}

.navbar {
  position: fixed;
  width: 200px;
  background: rgba(39, 39, 39, 0.02);
  border-radius: 0;
  border: none;
  border-right: solid 1px #ebebeb;
  box-shadow: none;
  margin: 0;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
}

.navbar .container {
  width: auto;
  max-width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: rgba(39, 39, 39, 0.02);
}

.navbar .container .navbar-inner {
  padding: 0px;
  display: flex !important;
  height: calc(100% - 50px) !important;
  flex-direction: column;
}

.navbar-header {
  float: none;
  padding: 20px 20px 48px;
}

.navbar-toggle {
  display: none !important;
}

.navbar > .container .navbar-brand {
  width: 100%;
  height: 32px;
  background: url(../images/logored.png) no-repeat top center / auto 100%;
  padding: 0;
  float: none;
  margin: 0 auto;
  display: block;
  opacity: 1;
  max-width: 126px;
}

.navbar-main {
  padding: 0px;
  margin-bottom: auto;
}

.navbar ul li {
  padding: 0;
  margin: 0px;
}

.navbar ul li a {
  padding: 0px 0px 0px 58px;
  border-radius: 0px;
  line-height: 45px;
  opacity: 0.5;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #272727;
  border-left: 5px solid transparent;
  background-repeat: no-repeat;
  background-size: auto 24px;
}

.navbar ul li.active a,
.navbar ul li a:hover {
  color: white;
  opacity: 1;
  background-color: #272727;
  border-left-color: #d54426;
}

.navbar ul li#nav-bookings a {
  background-image: url(../images/bookings-icon.svg);
  background-position: left 24px top 10px;
}

.navbar ul li#nav-bookings a:hover,
.navbar ul li#nav-bookings.active a {
  background-image: url(../images/bookings-icon-white.svg);
}

.navbar ul li#nav-jobs a {
  background-image: url(../images/jobs-icon.svg);
  background-size: auto 26px;
  background-position: left 27px top 8px;
}

.navbar ul li#nav-jobs a:hover,
.navbar ul li#nav-jobs.active a {
  background-image: url(../images/jobs-icon-white.svg);
}

.navbar ul li#nav-users a {
  background-image: url(../images/users-icon.svg);
  background-position: left 26px top 10px;
}

.navbar ul li#nav-users a:hover,
.navbar ul li#nav-users.active a {
  background-image: url(../images/users-icon-white.svg);
}

#tools-wrap {
  width: 100%;
  margin-bottom: 0;

}

#tools-wrap a#tool-collapse {
  display: block;
  opacity: 0.5;
  font-size: 20px;
  font-weight: 500;
  color: #272727;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  font-size: 20px;
  padding: 0 20px;
  line-height: 43px;
  height: 44px;
  overflow: hidden;
  background-color: transparent;
}

#tools-wrap a#tool-collapse:after {
  display: block;
  content: "";
  margin-left: auto;
  margin-top: 21px;
  transition: all 0.3s ease;
  width: 11px;
  height: 11px;
  transform: rotate(-315deg);
  border: solid 1px #d54426;
  border-bottom: none;
  border-right: none;

}

#tools-wrap.opened a#tool-collapse {
  color: white;
  background: #272727;
  opacity: 1;
}

#tools-wrap.opened a#tool-collapse:after {
  transform: rotate(-135deg);
  margin-top: 15px;
  border-color: white;
}

#tools-wrap #tools-list {
  border-top: solid 2px rgba(39, 39, 39, 0.10);
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
}

#tools-wrap.opened #tools-list {
  max-height: 800px;
}

#tools-wrap #tools-list ul {
  padding: 0;
}

#tools-wrap #tools-list ul li {
  margin: 0;
}

#tools-wrap #tools-list ul li a {
  font-size: 20px;
  font-weight: 500;
  color: #272727;
  opacity: 0.5;
  padding: 0 20px;
}

#tools-wrap #tools-list ul li a:hover,
#tools-wrap #tools-list ul li.active a {
  opacity: 1;
  color: white;
}

.wrap > .container {
  padding: 0;
  position: relative;
  width: 100%;
  position: relative;
  z-index: 1;
}

.wrap > .container:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.wrap > .container.loaded:after {
  z-index: 0;
}

.wrap.logged-out > .container {
  width: 100%;
}

.wrap.logged-out > .container.list-container:before {
  display: block;
  content: "";
  width: 100%;
  height: 314px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #272727;

}

.wrap > .container > .inner {
  padding: 15px 0;
  z-index: 2;
  position: relative;
  width: 1180px;
  max-width: calc(100% - 30px);
}

.wrap.logged-out > .container > .inner {
  padding: 15px 0;
  z-index: 2;
  position: relative;
  width: 1280px;
  max-width: 96%;
  margin: 0 auto;
}

.wrap.logged-out > .container > .inner .heading {
  display: flex;
  margin-bottom: 53px;
}

.wrap.logged-out > .container > .inner .heading .logo {
  width: 125px;
  height: 32px;
  background: url(../images/logowhite.png) no-repeat top left / auto 100%;
  padding: 0;
  float: none;
  margin: 0;
  display: block;
  opacity: 1;
}

.wrap.logged-out > .container > .inner .heading .knopman {
  margin-left: auto;
  font-size: 14px;
  font-weight: 600;
  color: #93ccff;
  width: 185px;
}

.wrap.logged-out > .container > .inner .site-login {
  background-color: #ffffff;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.05);
  max-width: 429px;
  width: 100%;
  margin: 0 auto;
}

.wrap.logged-out > .container > .inner .site-login h1 {
  padding: 22px 0px 25px;
  border-bottom: solid 2px #ebebeb;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.wrap.logged-out > .container > .inner .site-login h1 span {
  font-weight: bold;
}

.wrap.logged-out > .container > .inner .site-login .login-form-wrap {
  padding: 40px 55px 31px;
}

.wrap.logged-out > .container > .inner .site-login .login-form-wrap.activate-flow {
  padding-top: 25px;
}

.wrap.logged-out > .container > .inner .site-login .login-form-wrap p {
  font-size: 16px;
  font-weight: 500;
  line-height: 156%;
  text-align: left;
  color: #272727;
  margin-bottom: 30px;
}

.wrap.logged-out > .container > .inner .site-login .form-group.action-group {
  text-align: center;
  margin-top: 55px;
  margin-bottom: 0;
}

.wrap.logged-out > .container > .inner .site-login .btn.btn-primary {
  display: block;
  background: #d54426;
  margin-bottom: 10px;
  width: 100%;
  padding: 10px;
  border-radius: 0;
  opacity: 1;
  line-height: normal;
}

.wrap.logged-out > .container > .inner .site-login .btn.btn-primary:hover {
  background: #272727;
}

.wrap.logged-out > .container > .inner .site-login .form-group {
  margin-bottom: 33px;
}

.wrap.logged-out > .container > .inner .bottom-wrap {
  text-align: center;
  padding-top: 36px;
}

.wrap.logged-out > .container > .inner .bottom-wrap a {
  font-size: 14px;
  font-weight: 900;
}

.action-wrap {
  display: flex;
  padding: 0 9px 0 23px;
  margin-bottom: 5px;
}

.object-view .action-wrap {
  margin-bottom: 22px;
}

.action-wrap .action-left {
  padding: 15px 0 0 0;
  display: flex;
  list-style: none;
  margin: 0;
}

.action-wrap .action-left span {
  margin-left: 5px;
  color: #d54426;
}

.object-list h1 {
  text-transform: uppercase;
  opacity: 0.75;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.2px;
  text-align: left;
  color: #272727;
  padding: 0;
  border-bottom: solid 2px #ebebeb;
  margin: 12px 0 19px;
}

.object-list h1 span {
  display: inline-block;
  padding: 0 0 7px 0;
  position: relative;
}

.object-list h1 span:after {
  display: block;
  content: '';
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 2px;
  opacity: 0.5;
  background-color: #272727;
  left: 0;
}

.action-wrap a.tab-link {
  opacity: 1;
  font-size: 16px;
  padding: 0 23px;
  color: rgba(255, 255, 255, 0.75);
  position: relative;
  height: 30px;
  line-height: 29px;
  display: inline-block;
  border: 1px solid #0a62ba;
}

.action-wrap li:first-child a.tab-link {
  border-radius: 3px 0 0 3px;
}

.action-wrap li:last-child a.tab-link {
  border-radius: 0 3px 3px 0;
}

.object-view .action-wrap a.tab-link {
  background: white;
}

.action-wrap .action-left {
  font-size: 16px;
  font-weight: 900;
  text-align: left;
  line-height: 20px;
}

a.edit-link {
  display: inline-block;
  padding-right: 30px;
  margin-left: 5px;
  background: url(../images/edit-icon.svg) no-repeat top right / auto 20px;
  opacity: 1;
  min-height: 20px;
}

a.edit-link:hover {
  background-image: url(../images/edit-icon-gray.svg);
}

a.lock-link {
  display: inline-block;
  letter-spacing: 0.2px;
  text-align: left;
  color: #d54426;
  background: url(../images/lock-icon-red.svg) no-repeat top 1px left / auto 16px;
  opacity: 1;
  padding-left: 20px;
}

a.lock-link:hover {
  background-image: url(../images/lock-icon-gray.svg);
  color: #272727;
}

.action-wrap .action-right {
  text-align: right;
  align-self: flex-end;
  margin-left: auto;
}

.action-wrap .action-right .button,
.action-wrap .action-right button {
  margin-right: 10px;
}

.action-wrap .action-right .button:last-child,
.action-wrap .action-right button:last-child {
  margin-right: 18px;
}

.table {
  border: none;
  background: none;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 1px 2px 0 rgba(77, 77, 77, 0.15);
  margin: 9px 0 0;

}

.table thead tr {
  box-shadow: 0 1px 2px 0 rgba(77, 77, 77, 0.15);
}

.table:not(.booking-table) thead tr.filters {
  display: none;
}

tr.filters {
  display: flex;
  flex-flow: wrap;
  background: none;
  box-shadow: none;
  border: none;
  width: 100%;
}

tr.filters td {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 19px;
}

tr.filters select {
  width: auto;
  height: 42px;
  background-color: #ffffff;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #1f1f1f;
  margin-right: 15px;
  display: block;
}

.table tbody tr {
  border-bottom: solid 1px #ebebeb;
  background: #ffffff;
}

.table thead tr th,
.table tbody tr th {
  background-color: #f2f2f2;
  border: none;
  padding: 13px 0 12px 26px;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.table tbody tr {
  cursor: pointer;
}

.table thead tr th:last-child,
.table tbody tr th:last-child {
  padding-right: 26px;
}

.table.filtered thead tr th:last-child,
.table.filtered tbody tr th:last-child,
.table.filtered tbody tr td:last-child {
  display: none;
}

.table thead tr th a {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #272727;
  text-align: left;
  opacity: 0.5;
}

.table thead tr th a.asc,
.table thead tr th a.desc {
  opacity: 1;
  font-weight: bold;
}

.table > tbody > tr.is-new {
  background-color: #fbfbfb;
}

.table > tbody > tr > td {
  padding: 21px 0 20px 26px;
  border: none;
  font-size: 16px;
  font-weight: 500;
}

.table > tbody > tr > td label.mobile-label {
  display: none;
}

.table > tbody > tr:not(.is-new) > td.updated-val,
.table > tbody > tr.complated > td.status-val {
  opacity: 0.5;
}

.table > tbody > tr > td a {
  font-size: 16px;
  font-weight: 500;
  word-break: break-all;
  opacity: 1;
}

.table > tbody > tr > td a:hover {
  opacity: 1;
}

tr.filters td.limit-wrap {
  display: flex;
  margin-left: auto;
}

.limit-wrap:before {
  display: block;
  content: "Results Per Page";
  line-height: 42px;
  opacity: 0.5;
  font-size: 16px;
  font-weight: 500;
  color: #1f1f1f;
  margin-right: 15px;
}

tr.filters td.limit-wrap select {
  margin-right: 30px;
  padding: 6px 9px;
}

/*** modals ***/

.modal-backdrop {
  background: #272727;
}

.modal-backdrop.in {
  filter: alpha(opacity=95);
  opacity: .95;
}

.modal-header {
  padding: 17px 30px 23px;
  border-bottom: solid 2px #ebebeb;
}

.modal-header .title {
  font-size: 24px;
  letter-spacing: 1px;
  text-align: center;
  color: #272727;
  line-height: normal;
  text-transform: uppercase;
}

.modal-content {
  border-radius: 0px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(77, 77, 77, 0.15);
}

.modal-header .title span {
  font-weight: bold;
}

.modal-header .close,
a.close {
  display: block;
  width: 23px;
  height: 23px;
  background: url(../images/close.svg) no-repeat center / 100% auto;
  opacity: 1;
  margin-top: 2px;
}

.modal-header .close:hover,
a.close:hover {
  background-image: url(../images/close-black.svg);
  opacity: 1;
}

.autocomplete-wrap {
  position: relative;
}

.autocomplete-wrap input {
  z-index: 1;
}

.autocomplete-wrap .close {
  display: block;
  position: absolute;
  top: 33px;
  right: 23px;
  z-index: 2;
}

.autocomplete-wrap .close.hidden {
  display: none;
}

.modal-body {
  padding: 0;
}

.modal-inner {
  padding: 37px 59px;
}

.modal .form-group.action-group {
  border-top: solid 2px rgba(31, 31, 31, 0.15);
  background-color: #f2f2f2;
  padding: 12px 35px;
  display: flex;
  flex-direction: row-reverse;
  margin: 0;
  align-items: center;
}

.modal .form-group.hidden {
  display: none;
}

.help-block {
  margin-bottom: 0;
}

.form-group.action-group button,
.form-group.action-group a:not(.back-btn) {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  padding: 9px 10px;
  min-width: 92px;
  border: none !important;
  line-height: normal;
}

.form-group.action-group a.back-btn {
  padding: 0 0 0 21px;
  background: url(../images/prev.svg) no-repeat left top / auto 14px;
  color: #d54426;
  margin-right: auto;
  height: 14px;
  line-height: 14px;
  opacity: 1;
}

.form-group.action-group a.back-btn:hover {
  color: #272727;
  background-image: url(../images/prev-gray.svg);
}

.modal .form-group.action-group a.btn.btn-default.danger {
  margin-right: auto;
}

.form-group label {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  margin-bottom: 9px;
}

.form-control {
  height: 36px;
  box-shadow: none;
  border-radius: 0px;
  border: solid 1px rgba(31, 31, 31, 0.15);
}

.form-control::-webkit-input-placeholder {
  color: inherit;
}

textarea.form-control {
  height: 120px;
}

.form-control:focus,
.has-success .form-control {
  box-shadow: inset 0 2px 3px 0 rgba(39, 39, 39, 0.15);
  border: solid 1px #1f1f1f;
}

.has-error .form-control {
  background-color: rgba(213, 68, 38, 0.05);
  border: solid 1px #d54426;
}

.has-error .help-block {
  color: #d54426;
}

.form-group.action-group a:hover {
  opacity: 1;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f2f2f2;
}

/*** view pages ***/

.object-view h1 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #4d4d4d;
  border-bottom: solid 2px #ebebeb;
  padding: 0 0 15px 0;
  margin: 0 0 28px 0;
  text-transform: uppercase;
  padding-right: 25px;
  display: flex;
  line-height: normal;
  justify-content: center;
}

.object-view h1 {
  justify-content: left;
}

.object-view h1 span {
  margin-right: 10px;
  line-height: 25px;
}

.object-view h1 .close {
  margin-left: auto;
}

.object-view hr {
  border-top: solid 2px #ebebeb;
  margin: 25px 0;
}

.object-view .object-view-inner {
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
}

.object-view .heading-col {
  border-bottom: solid 2px #ebebeb;
  margin-bottom: 15px;
  display: flex;
}

.object-view .heading-col .title {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.2px;
  text-align: left;
  color: #272727;
  position: relative;
  display: inline-block;
  margin-right: auto;
}

.object-view .heading-col a {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.2px;
  text-align: left;
  margin-right: 30px;
}

.object-view .heading-col a:hover {
  opacity: 1;
}

.object-view .heading-col .title:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 100%;
  background: #272727;
}

.info-block {
  border-radius: 3px;
  background-color: #ffffff;
  padding: 50px 40px;
  position: relative;
  margin-bottom: 58px;
}

.info-block.no-padding {
  padding: 0;
}

.info-block.no-padding .table {
  margin-top: 0px;
}

.info-block .row {
  margin-bottom: 20px;
}

.info-block .row:last-child {
  margin-bottom: 0;
}

.info-block > a,
.placement > a {
  position: absolute;
  top: 21px;
  right: 36px;
}

.info-block a {
  opacity: 1;
  font-weight: 900;
}

.info-block .row div label {
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: normal;
  color: #272727;
  text-transform: uppercase;
  min-height: 17px;
  min-width: 1px;
  display: block;
}

.info-block .row .value {
  font-size: 16px;
  word-break: break-all;
}

.info-block .row a:not(.bordered) {
  font-size: 16px;
  font-weight: 600;
}

.info-block .survey-date-wrap,
.info-block .installation-date-wrap {
  display: none;
}

.info-block .survey-date-wrap input {
  outline: none;
}

.ui-autocomplete {
  z-index: 2600;
}

#delete-modal .modal-dialog {
  width: 600px;
  text-align: center;
}

.delete-full-name {
  padding: 50px;
  font-size: 29px;
  letter-spacing: 1px;
}

.forgot-password-subtitle {
  font-size: 16px;
  text-transform: initial;
}

.no-pagination .pagination {
  display: none;
}

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

.page-title {
  opacity: 0.5;
  font-size: 24px;
  letter-spacing: 1px;
  color: #ffffff;
}

.title-action {
  display: inline;
}

.ui-timepicker-wrapper,
.dropdown-select {
  overflow-y: auto;
  width: 248px;
  max-height: 260px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(31, 31, 31, 0.1);
  z-index: 10000;
}

.dropdown-select {
  position: absolute;
  top: 35px;
  left: 39px;
  width: 304px;
  border-radius: 0;
}

.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ui-timepicker-duration {
  margin-left: 5px;
  color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}

.ui-timepicker-list li,
.dropdown-select .dd-item {
  opacity: 0.75;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.6px;
  text-align: left;
  color: #4d4d4d;
  padding: 0 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.dropdown-select .dd-item:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  color: white;
  background-color: #0a62ba;
  opacity: 1;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}

.table > tbody > tr > td span.mobile-value li {
  word-break: break-all;
}

.ui-sortable-handle {
  cursor: move;
}

.file-upload-wrap input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.bottom-spaced {
  margin-bottom: 22px;
}

/** datepicker ***/
.form-control.hasDatepicker {
  padding-right: 40px;
  background: url(../images/calendar-inactive.svg) no-repeat top 10px right 13px / 15px auto;
}

.ui-datepicker {
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(31, 31, 31, 0.1);
  width: auto;
  padding: 0;
  border: none;
}

.ui-datepicker .ui-datepicker-header {
  background: none;
  padding: 8px 20px;
  border: none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 8px;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 14px !important;
}

.ui-datepicker .ui-datepicker-next {
  right: 14px !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  width: 16px;
  height: 16px;
}

.ui-datepicker .ui-datepicker-prev span {
  background: url(../images/prev.svg) no-repeat center / 100%;
}

.ui-datepicker .ui-datepicker-next span {
  background: url(../images/next.png) no-repeat center / 100%;
}

.ui-datepicker .ui-datepicker-title {
  font-size: 16px;
  font-weight: 500;
  color: #272727;
  text-transform: uppercase;
}

.ui-datepicker thead {
  border-bottom: solid 1px #ebebeb;
}

.ui-datepicker thead th {
  padding: 3px 5px 6px;
  opacity: 0.5;
  font-size: 10px;
  text-align: center;
  color: #272727;
  text-transform: uppercase;
  font-weight: normal;
}

.ui-datepicker thead th:first-child {
  padding-left: 14px;
}

.ui-datepicker thead th:last-child {
  padding-right: 14px;
}

.ui-datepicker td {
  padding: 5px;
  margin: 0;
}

.ui-datepicker td:first-child {
  padding-left: 14px;
}

.ui-datepicker td:last-child {
  padding-right: 14px;
}

.ui-datepicker td span.ui-state-default,
.ui-datepicker td a.ui-state-default {
  padding: 0;
  background: none;
  opacity: 0.75;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #d54426;
  border: none;
  display: inline-block;
  padding: 0 1px;
  min-width: 25px;
}

.ui-datepicker td a.ui-state-default.ui-state-hover,
.ui-datepicker td a.ui-state-default.ui-state-active {
  opacity: 1;
}

.ui-datepicker td a.ui-state-default.ui-state-highlight {
  opacity: 1;
  color: white;
  background: #d54426;
}

/*** faq page ***/
.container.faq-page .heading-col .title {
  text-transform: uppercase;
}

.container.faq-page .info-block {
  padding: 0;
  margin-bottom: 74px;
}

.container.faq-page .info-block .question-container {
  text-align: left;
  border-bottom: solid 1px rgba(77, 77, 77, 0.15);
  padding-left: 24px;
}

.container.faq-page .info-block .question-container:last-child {
  border: none;
}

.container.faq-page .info-block .question-container .question,
.container.faq-page .info-block .question-container .question-desc {
  font-size: 18px;
  line-height: 144%;
  text-align: left;
  color: #4d4d4d;
}

.container.faq-page .info-block .question-container .question {
  font-weight: 900;
  position: relative;
  padding-top: 21px;
  padding-bottom: 30px;
  cursor: pointer;
  padding-right: 30px;
}

.container.faq-page .info-block .question-container .arrow {
  width: 15px;
  height: 15px;
  background: url('../images/arrow-orange.png') no-repeat center / 100% auto;
  position: absolute;
  right: 27px;
  top: calc(50% - 7.5px);
  transition: all .3s ease;
}

.container.faq-page .info-block .question-container.expanded .arrow {
  transform: rotate(-180deg);
}

.container.faq-page .info-block .question-container .question-desc {
  padding-right: 134px;
  margin-bottom: 31px;
}

/*** jobs page ***/
.job-view-page .info-block.has-bookings {
  margin-bottom: 0;
}

/*** bookings page ***/
#bookings-list select {
  width: 125px;
  min-width: 0;
}

tr.filters select.company-select,
tr.filters select.account-select,
tr.filters select.status-select {
  width: 180px;
}

tr.filters select.state-select {
  width: 90px;
}

.object-view .heading-col.placements-heading .title {
  margin-right: 34px;
  font-size: 18px;
  letter-spacing: 0.6px;
  color: #d54426;
  cursor: pointer;
}

.booking-view-page .object-view .heading-col.placements-heading .title:after {
  background: none;
}

.booking-view-page .object-view .heading-col.placements-heading .title.active {
  color: #000000;
}

.booking-view-page .object-view .heading-col.placements-heading .title.active:after {
  background: #272727;
}

.booking-view-page .info-block .placement {
  transition: all .3s ease;
  height: 0;
  overflow: hidden;
}

.booking-view-page .info-block .placement .edit-placement-details {
  display: none;
}

.booking-view-page .info-block .placement.visible {
  height: auto;
  transition: all .3s ease;
}

.booking-view-page .info-block .placement.visible .edit-placement-details {
  display: block;
}

.booking-view-page .info-block .approve-ind span {
  font-size: 12px;
  color: #d54426;
}

.booking-view-page .info-block .budget,
.booking-view-page .info-block .budget label{
  color: #d54426;
}

.file-upload-form {
  width: 100%;
  height: 0;
  padding-top: 63%;
  position: relative;
  border: solid 1px #979797;
  font-size: 12px;
  color: #d54426;
}

.file-upload-form .form-inner {
  background: url('../images/upload-icon.svg') no-repeat top 38% center / auto 41%;
  width: 100%;
  height: 100%;
  padding-top: 41%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.file-upload-form .file-input {
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.booking-view-page .placement-img {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 0;
  padding-top: 63%;
  border: solid 1px #979797;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.booking-view-page .installation-img {
  cursor: pointer;
}

.booking-view-page .installation-img .placement-img {
  position: relative;
}

.booking-view-page .installation-img .placement-img .set-as-primary {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 17px;
  height: 17px;
  background-color: #979797;
}

.booking-view-page .installation-img .placement-img.primary .set-as-primary {
  display: none;
}

.booking-view-page .placement-img.primary {
  text-transform: uppercase;
  font-size: 10px;
  color: #ffffff;
}

.booking-view-page .placement-img .delete-image {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  right: 5px;
  background: url('../images/close.svg') no-repeat center / 100% auto;
  z-index: 2;
}

.booking-view-page .placement-img.primary:before {
  content: "Primary";
  width: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #d54426;
  text-align: center;
  letter-spacing: 1px;
}

.booking-view-page .placement-img.primary:after {
  content: '\2714';
  width: 17px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #d54426;
  text-align: center;
}

/*** bookings modal ***/
#booking-modal #booking-form input,
#booking-modal #booking-form select {
  font-size: 16px;
  color: #1f1f1f;
}

#booking-modal #booking-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0.25;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.7px;
  text-align: left;
  color: #000000;
}

#booking-modal #booking-form input::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.25;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.7px;
  text-align: left;
  color: #000000;
}

#booking-modal #booking-form input:-ms-input-placeholder { /* IE 10+ */
  opacity: 0.25;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.7px;
  text-align: left;
  color: #000000;
}

#booking-modal #booking-form input:-moz-placeholder { /* Firefox 18- */
  opacity: 0.25;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.7px;
  text-align: left;
  color: #000000;
}

#booking-modal #booking-form #booking-job_id {
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.6px;
  text-align: left;
  color: #4d4d4d;
}

#booking-modal .booking-edit-section {
  transition: all 0.3s ease;
  height: 0;
  overflow: hidden;
}

#booking-modal .booking-edit-section.visible {
  height: auto;
}

#booking-modal .add-placement,
#placement-modal .add-placement {
  display: inline-block;
  line-height: 22px;
  padding-left: 30px;
  background: url(../images/user-icon-add-red.svg) no-repeat top left / auto 100%;
  font-weight: 900;
  text-align: left;
}

#booking-modal .add-placement:hover,
#placement-modal .add-placement:hover {
  background-image: url(../images/user-icon-add-gray.svg);
}

#booking-modal #placement-form-wrapper .modal-inner .row {
  position: relative;
}

#booking-modal .associated-link,
#placement-modal .associated-link {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 14px;
  font-weight: 500;
  display: none;
}

#booking-modal .associated-link.visible,
#placement-modal .associated-link.visible {
  display: block;
}

#booking-modal .radio-button-wrap {
  text-align: center;
}

#booking-modal .radio-button-wrap .head-label {
  font-size: 16px;
  color: #4d4d4d;
  padding: 0;
  font-weight: normal;
  margin-bottom: 20px;
}

#booking-modal .radio-button-wrap .form-group {
  display: flex;
  align-items: center;
  justify-content: center;
}

#booking-modal .radio-button-wrap .form-group .radio-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#booking-modal .radio-button-wrap .form-group .radio-wrap:first-child {
  margin-right: 25px;
}

#booking-modal .radio-button-wrap .form-group label {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #4d4d4d;
  text-transform: none;
  cursor: pointer;
}

#booking-modal .radio-button-wrap .form-group .radio-wrap label {
  margin-bottom: 0;
}

#booking-modal .radio-button-wrap .form-group .radio-wrap .radio {
  width: 15px;
  height: 15px;
  background-color: #fafafa;
  border: 1px solid #d54426;
  border-radius: 50%;
  margin: 0 10px 0 0;
  position: relative;
}

#booking-modal .radio-button-wrap .form-group .radio-wrap .radio.checked .radio-inner {
  width: 11px;
  height: 11px;
  background-color: #d54426;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 5.5px);
  left: calc(50% - 5.5px);
}

#booking-modal .account-name-row {
  position: relative;
}

#booking-modal #booking-form .edit-booking-clear {
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -8px;
}

/*** images modal ***/
#images-modal .modal-dialog {
  height: 100%;
  margin: 0 auto;

}

#images-modal .modal-header {
  padding-left: 230px;
  border: none;
}

#images-modal .modal-header .head-inner {
  padding: 15px 0;
  width: 1180px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  position: relative;
}

#images-modal .modal-header .head-inner:after {
  display: block;
  content: '';
  clear: both;
}

#images-modal .modal-content {
  border: none;
  background: none;
  border: none;
  box-shadow: none;
}

#images-modal .modal-body {
  margin: 0 auto;
}

#images-modal .modal-body #image-slider .item-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 614px;
  z-index: 1;
}

#images-modal .modal-body #image-slider .item-inner img {
  height: auto;
  width: 100%;
}

#images-modal .modal-body .carousel-control {
  width: 35px;
  height: 35px;
  top: calc(50% - 22.5px);
  border-left: 3px solid #d54426;
  border-bottom: 3px solid #d54426;
  background: none;
}

#images-modal .modal-body .carousel-control:hover {
  border-left: 3px solid #272727;
  border-bottom: 3px solid #272727;
}

#images-modal .modal-body .carousel-control.left {
  left: -70px;
  transform: rotate(45deg);
}

#images-modal .modal-body .carousel-control.right {
  right: -70px;
  transform: rotate(225deg);
}

/*** tooltip ***/
.apk-tooltip {
  display: inline-block;
  position: relative;
}

.apk-tooltip a {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  background: url(../images/tooltip.svg) no-repeat center / 100% auto;
  opacity: 1;
  position: relative;
}

.apk-tooltip a .tt-text {
  display: none;
  position: absolute;
  bottom: calc(100% + 12px);
  width: 400px;
  background-color: #ffffff;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.05);
  background: white;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: 0.2px;
  text-align: left;
  color: #272727;
  text-transform: none;
  left: -200px;
}

.apk-tooltip a .tt-text .tt-inner {
  padding: 8px 16px 20px;
  position: relative;
}

.apk-tooltip a .tt-text .tt-inner:after {
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -3px;
  background: white;
}

.apk-tooltip a:hover .tt-text {
  display: block;
}

/*** jobs modal ***/
.job-edit-wrap {
  position: relative;
}

.job-edit-wrap .job-edit-section {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  transition: all 0.3s ease;
  height: 0;
  overflow: hidden;
}

.job-edit-wrap .job-edit-section.visible {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  opacity: 1;
  height: auto;
}

.summary-block {
  padding: 26px 69px 0;
  margin-bottom: 0;
}

.summary-block .title {
  font-size: 18px;
  font-weight: 900;
  line-height: 150%;
  text-align: center;
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 30px;
}

.summary-block .row {
  position: relative;
}

.summary-block .row .close {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
}

#add-job-user-link {
  display: inline-block;
  line-height: 22px;
  padding-left: 30px;
  background: url(../images/user-icon-add-red.svg) no-repeat top left / auto 100%;
  font-weight: 900;
  text-align: left;
  opacity: 1;
}

#add-job-user-link:hover {
  background-image: url(../images/user-icon-add-gray.svg);
}

.info-block .row div.field-jobmetaform-associated_link label {
  text-align: center;
  text-transform: none;
  font-size: 18px;
  line-height: 150%;
  color: #4d4d4d;
}

.info-block .row div.field-jobmetaform-admin_notes label {
  background: url(../images/lock-icon-gray.svg) no-repeat top 0px left / auto 14px;
  padding-left: 16px;
  display: flex;
  vertical-align: middle;
}

.info-block .row div.field-jobmetaform-admin_notes label a {
  position: relative;
  opacity: 1;
  padding-right: 20px;
  top: -3px;
}

.notification-from {
  background: white;
  padding: 30px 0;
  border-top: solid 2px #ebebeb;
  margin: 28px 0 0;
  position: relative;
}

.notification-from:after {
  display: block;
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.notification-from.ready:after {
  display: none;
}

.notification-from form,
.notification-from .nf-inner {
  max-width: 520px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.notification-from label {
  text-transform: none;
  text-align: center;
  display: block;
  font-size: 16px;
}

.notification-from .value {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.notification-from .art {
  width: 225.7px;
  height: 127px;
  border: solid 1px #979797;
  margin: 0 auto 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.notification-from .button-wrap {
  display: flex;
}

.notification-from .button {
  width: 46%;
  text-align: center;
}

.notification-from .button.white {
  border: 1px solid #d54426;
}

.notification-from .button.white:hover {
  border-color: #272727;
}

.notification-from .button:first-child {
  margin-right: auto;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 800px;
    margin: 30px auto;
  }
}

@media (max-width: 1199px) {

  .object-view hr {
    height: 1px;
    border: none;
    margin: 0;
  }
}

@media (max-width: 1100px) {
  #images-modal .modal-body #image-slider .carousel-inner {
    width: calc(100% - 160px);
    margin: 0 auto;
  }

  #images-modal .modal-body .carousel-control {
    display: block;
  }

  #images-modal .modal-body .carousel-control.left {
    left: 25px;
  }

  #images-modal .modal-body .carousel-control.right {
    right: 25px;
  }
}

@media (max-width: 1023px) {
  .navbar {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
    background: none;
    width: 100%;
    height: 100%;
  }

  .navbar:before {
    display: block;
    content: "";
    background: #4d4d4d;
    opacity: 0;
    transition: all 0.3s ease 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }

  .navbar .container {
    position: relative;
    z-index: 2;
    width: 0;
    overflow: hidden;
    transition: all 0.3s ease 0.5s;
    margin: 0;
    background: white;
  }

  .navbar.opened {
    display: block;
  }

  .navbar.opened:before {
    opacity: 0.9;
  }

  .navbar.opened .container {
    width: 200px;
  }

  .alert {
    margin-left: 0;
  }

  .alert span {
    padding-right: 40px;
  }

  .wrap:not(.logged-out),
  #images-modal .modal-header {
    padding: 0 30px;
  }

  .wrap > .container {
    width: 100%;
  }

  .wrap > .container > .inner {
    max-width: 100%;
  }

  .grid-view,
  .action-wrap {
    width: 100%;
    margin: 0 auto 5px;
    padding: 0;
  }

  .action-right .light-link:last-child,
  .action-right a.light-link:last-child {
    margin-right: 0;
  }

  .object-view .row.main-section {
    margin-right: 0;
    margin-left: 0;
  }

  .object-list .action-wrap .action-left h1 {
    margin: 0;
    text-align: center;
  }

  .object-view .action-wrap .action-right {
    text-align: left;
  }

  .action-wrap .action-right .button:last-child,
  .action-wrap .action-right button:last-child {
    margin-right: 0;
  }

  /** table ***/
  .table {
    border: none;
    box-shadow: none;
    background: none;
  }

  .table thead,
  .table tbody,
  .table tr,
  .table tr th,
  .table tr td {
    display: block;
  }

  .table thead tr:first-child {
    width: 100%;
    height: auto;
    max-height: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .info-block .table thead tr:first-child {
    display: none;
  }

  .table.no-sort thead tr:first-child {
    display: none;
  }

  .table thead tr.opened:first-child {
    max-height: 700px;
  }

  .table thead tr:first-child:before {
    display: block;
    height: 30px;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    content: "SORT BY";
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: #d54426;
    font-weight: 600;
    color: white;
  }

  .table thead tr:first-child th {
    width: 100% !important;
    text-align: center;
    padding: 10px 0 !important;
    background: white;
  }

  .table > tbody > tr > td {
    width: auto;
    padding: 0 !important;
    border-bottom: solid 1px #ebebeb;
  }

  .table > tbody > tr > td:after {
    display: block;
    content: "";
    clear: both;
  }

  .table > tbody > tr > td label.mobile-label,
  .table > tbody > tr > td span.mobile-value {
    display: block;
    float: left;
    margin-bottom: 0;
    text-align: left;
  }

  .table > tbody > tr > td label.mobile-label {
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: #f8f8f8;
    font-weight: 600;
    padding: 10px 15px;
    width: 40%;
  }

  .table > tbody > tr > td span.mobile-value {
    padding: 7px 15px;
    width: 60%;
    word-break: break-all;
  }

  .table > tbody > tr > td.action-cell,
  #materials .table > tbody > tr > td.action-cell {
    text-align: center;
    background: rgba(10, 98, 186, 0.25);
    padding: 7px 0 !important;
  }

  .table > tbody > tr > td.hide-on-mobile {
    display: none !important;
  }

  /**** modal ****/
  .modal-inner {
    padding: 20px;
  }

  .modal .form-group {
    margin-bottom: 15px;
  }

  .wrap #menu-toggle {
    display: block;
    padding-left: 75px;
    background: url(../images/logo-mobile.svg) no-repeat top left / auto 100%;
    height: 25px;
    cursor: pointer;
    z-index: 200;
    margin-right: 20px;
    margin-top: 8px;
  }

  .wrap.view-page #menu-toggle {
    margin-top: 0;
  }

  #menu-toggle span {
    display: block;
    height: 2px;
    width: 20px;
    background: #d54426;
    margin: 5px 0;
  }

  .object-view {
    padding-left: 0;
  }

  .info-block {
    padding: 40px 25px;
  }

  .object-view .info-edit-link,
  .object-view .impersonate-link {
    top: 10px;
  }

}

@media (min-width: 992px) {
  .bottom-md-spaced {
    margin-bottom: 22px;
  }
}

@media (max-width: 991px) {
  .mobile-right-align {
    text-align: right;
    margin-bottom: -47px;
    position: relative;
    z-index: 2;
  }

  .wrap > .container > .inner {
    padding: 15px 0;
  }

  .object-view h1 {
    font-size: 14px;
    padding-bottom: 15px;
  }

  .margin-md {
    margin-bottom: 20px;
  }
}

@media (max-width: 860px) {
  .table-wrap.bookings-table-wrap .clear-filters-wrap {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .margin-xs {
    margin-bottom: 20px;
  }

  .object-view .action-wrap {
    flex-flow: column;
  }

  .object-view .action-wrap .action-left {
    margin-bottom: 20px;
  }

  .object-view .action-wrap .action-right {
    margin-left: 0;
    align-self: left;
  }

  .object-view .object-view-inner {
    margin-top: 0;
  }
}

@media (max-width: 580px) {

  tr.filters td:not(.limit-wrap) {
    width: 50%;
  }

  tr.filters select.company-select,
  tr.filters select.account-select,
  tr.filters select.state-select,
  tr.filters select.status-select {
    width: 97%;
  }

  tr.filters td.limit-wrap {
    width: 100%;
  }

  tr.filters td.limit-wrap select {
    margin-right: auto;
  }

  .object-view .heading-col a.download-link span:last-child {
    display: none;
  }

  .object-view h1 {
    padding-right: 15px;
  }
}

@media (max-width: 560px) {
  .mobile-right-align {
    margin-bottom: 0px;
  }

  .wrap.logged-out > .container > .inner .site-login .login-form-wrap {
    padding: 30px;
  }
}

@media (max-width: 485px) {
  .limit-wrap:before {
    display: none;
  }

  .view-page .action-wrap .action-right .button,
  .view-page .action-wrap .action-right button {
    margin: 0 15px 15px 0;
  }

  .view-page .action-left label {
    display: none;
  }

  .object-view .heading-col a.download-link span {
    display: none;
  }

  .notification-from .button-wrap {
    display: flex;
    flex-flow: column;
  }

  .notification-from .button {
    width: 100%;
    margin: 0 0 20px;
  }

  .notification-from .button:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 450px) {
  #bookingsearch-account_id,
  #bookingsearch-state,
  #bookingsearch-status {
    width: auto;
  }
}

@media (max-width: 375px) {

  .info-block .row {
    margin-bottom: 0px;
  }

  .info-block .col-xs-6,
  .info-block .col-xs-12 {
    width: 100%;
    margin-bottom: 20px;
  }

  tr.filters td:not(.limit-wrap) {
    width: 100%;
  }

  tr.filters select.company-select,
  tr.filters select.account-select,
  tr.filters select.state-select,
  tr.filters select.status-select {
    width: 100%;
  }

  tr.filters td.limit-wrap {
    margin-left: 0;
    width: 100%;
  }

  tr.filters td.limit-wrap select {
    margin-right: auto;
  }

  .view-page .action-wrap .action-right .button,
  .view-page .action-wrap .action-right button {
    margin: 0 0 15px 0;
    width: 100%;
  }

  .view-page .action-wrap .action-right *:last-child {
    margin-bottom: 0;
  }

  .profile-page .action-wrap .action-right .button {
    text-align: center;
  }

  .add-booking.iconed {
    padding-left: 35px;
    padding-right: 10px;
    background-position: left 6px top 8px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}