@charset "UTF-8";
/* main elements */
/* nav */
.text-warning {
  color: #f0ad4e;
}
.text-danger {
  color: #d9534f;
}
.text-success {
  color: #5cb85c;
}
.text-info {
  color: #5bc0de;
}

.ibox-tools a.btn {
  color: #fff;
}
.ibox-tools a.btn.btn-warning {
  color: #212529;
}

.ibox .ibox-title:has(.collapse-link.start-link) .ibox-tools {
  display: inline-block;
  float: right;
}
.ibox .ibox-title .collapse-link.start-link {
  font-size: 14px;
  font-weight: 600;
  color: #555555;
  text-overflow: ellipsis;
  float: left;
}
.ibox .ibox-title .collapse-link.start-link i {
  color: #c4c4c4;
  margin: 0 10px 0 0;
}

.btn-primary.btn-outline {
  color: #1ab394;
}

.ibox-tools a.btn-outline.btn-primary {
  color: #1ab394;
}

.btn-default.btn-outline {
  color: #777777;
}

.btn-success.btn-outline {
  color: #5cb85c;
}

.btn-info.btn-outline {
  color: #5bc0de;
}

.btn-warning.btn-outline {
  color: #f0ad4e;
}

.btn-danger.btn-outline {
  color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}

.btn-warning.btn-outline:hover {
  color: #212529;
}

.btn-primary {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
  background-color: #14866f;
  border-color: #14866f;
  color: #fff;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #14866f;
  border-color: #14866f;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #14866f;
  border-color: #14866f;
}

.btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
  color: #fff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success.active:focus {
  background-color: #449d44;
  border-color: #449d44;
  color: #fff;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #449d44;
  border-color: #449d44;
}

.btn-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
  color: #fff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info.active:hover,
.btn-info.active:focus {
  background-color: #31b0d5;
  border-color: #31b0d5;
  color: #fff;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #31b0d5;
  border-color: #31b0d5;
}

.btn-default {
  color: #fff;
  background: #777777;
  border: 1px solid #777777;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default.active:focus {
  color: #fff;
  border: 1px solid #5e5e5e;
  background: #5e5e5e;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default.active[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  color: #fff;
  background: #5e5e5e;
}

.btn-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #212529;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-warning.active:hover,
.btn-warning.active:focus {
  background-color: #ec971f;
  border-color: #ec971f;
  color: #212529;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning.active[disabled],
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #ec971f;
  border-color: #ec971f;
}

.btn-danger {
  background-color: #d9534f;
  border-color: #d9534f;
  color: #fff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger.active:hover,
.btn-danger.active:focus {
  background-color: #c9302c;
  border-color: #c9302c;
  color: #fff;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #c9302c;
  border-color: #c9302c;
}

.btn-link {
  color: inherit;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
  color: #1ab394;
  text-decoration: none;
}

.btn-link:active,
.btn-link.active,
.open .dropdown-toggle.btn-link {
  background-image: none;
}

.btn-link.disabled,
.btn-link.disabled:hover,
.btn-link.disabled:focus,
.btn-link.disabled:active,
.btn-link.disabled.active,
.btn-link[disabled],
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
.btn-link[disabled]:active,
.btn-link.active[disabled],
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .btn-link.active {
  color: #cacaca;
}

.btn-white {
  color: inherit;
  background: #f8f9fa;
  border: 1px solid #f8f9fa;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white,
.btn-white:active:focus,
.btn-white:active:hover,
.btn-white.active:hover,
.btn-white.active:focus {
  color: inherit;
  border: 1px solid #d2d2d2;
}

.btn-white:active,
.btn-white.active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
}

.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  background-image: none;
}

.btn-white.disabled,
.btn-white.disabled:hover,
.btn-white.disabled:focus,
.btn-white.disabled:active,
.btn-white.disabled.active,
.btn-white[disabled],
.btn-white[disabled]:hover,
.btn-white[disabled]:focus,
.btn-white[disabled]:active,
.btn-white.active[disabled],
fieldset[disabled] .btn-white,
fieldset[disabled] .btn-white:hover,
fieldset[disabled] .btn-white:focus,
fieldset[disabled] .btn-white:active,
fieldset[disabled] .btn-white.active {
  color: #cacaca;
}

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all 0.5s;
}

.btn-rounded {
  border-radius: 50px;
}

.btn-large-dim {
  width: 90px;
  height: 90px;
  font-size: 42px;
}

button.dim {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  margin-bottom: 20px !important;
}

button.dim:active {
  top: 3px;
}

button.btn-primary.dim {
  box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px #999999;
}

button.btn-primary.dim:active {
  box-shadow: inset 0 0 0 #16987e, 0 2px 0 0 #16987e, 0 5px 3px #999999;
}

button.btn-default.dim {
  box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999999;
}

button.btn-default.dim:active {
  box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px #999999;
}

button.btn-warning.dim {
  box-shadow: inset 0 0 0 #f79d3c, 0 5px 0 0 #f79d3c, 0 10px 5px #999999;
}

button.btn-warning.dim:active {
  box-shadow: inset 0 0 0 #f79d3c, 0 2px 0 0 #f79d3c, 0 5px 3px #999999;
}

button.btn-info.dim {
  box-shadow: inset 0 0 0 #1eacae, 0 5px 0 0 #1eacae, 0 10px 5px #999999;
}

button.btn-info.dim:active {
  box-shadow: inset 0 0 0 #1eacae, 0 2px 0 0 #1eacae, 0 5px 3px #999999;
}

button.btn-success.dim {
  box-shadow: inset 0 0 0 #1872ab, 0 5px 0 0 #1872ab, 0 10px 5px #999999;
}

button.btn-success.dim:active {
  box-shadow: inset 0 0 0 #1872ab, 0 2px 0 0 #1872ab, 0 5px 3px #999999;
}

button.btn-danger.dim {
  box-shadow: inset 0 0 0 #ea394c, 0 5px 0 0 #ea394c, 0 10px 5px #999999;
}

button.btn-danger.dim:active {
  box-shadow: inset 0 0 0 #ea394c, 0 2px 0 0 #ea394c, 0 5px 3px #999999;
}

button.dim:before {
  font-size: 50px;
  line-height: 1em;
  font-weight: normal;
  color: #fff;
}

button.dim:active:before {
  top: 7px;
  font-size: 50px;
}

.btn:focus {
  outline: none !important;
}

.label,
.badge {
  background-color: #777777;
  color: #333333;
}
.label-primary,
.badge-primary {
  background-color: #74AA50;
  color: #fff;
}
.label-success,
.badge-success {
  background-color: #28a745;
  color: #fff;
}
.label-warning,
.badge-warning {
  background-color: #ffc107;
  color: #212529;
}
.label-danger,
.badge-danger {
  background-color: #dc3545;
  color: #fff;
}
.label-info,
.badge-info {
  background-color: #17a2b8;
  color: #fff;
}
.label-inverse,
.badge-inverse {
  background-color: #262626;
  color: #fff;
}
.label-white,
.badge-white {
  background-color: #fff;
  color: #333333;
}
.label-disable,
.badge-disable {
  background-color: #2A2E36;
  color: #777777;
}

/* BACKGROUND COLOURS */
.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
  color: #fff;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

/* body */
body {
  background-color: #fff;
}
body #page-wrapper {
  background-color: #eeeeee;
}
body #page-wrapper .navbar-fixed-top, body #page-wrapper .navbar-static-top {
  background-color: #eeeeee;
}
body #page-wrapper .page-heading {
  background-color: #fff;
}
body #page-wrapper .ibox-content,
body #page-wrapper .ibox-title {
  background-color: #fff;
}

/* LOGIN */
.login--forgot-password {
  font-size: 1.3em;
}

body.login-screen {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

.middle-box.loginscreen {
  width: 400px;
  background-color: #fff;
  border-right: 1px solid #131920;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding-left: 50px;
  padding-right: 50px;
}
.middle-box.loginscreen .c-hr {
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
}
.middle-box.loginscreen .c-hr hr {
  border: none;
  border-top: 1px solid #ddd;
  clear: both;
}
.middle-box.loginscreen .c-hr .c-hr-r, .middle-box.loginscreen .c-hr .c-hr-l {
  flex-grow: 1;
  margin: 0;
}
.middle-box.loginscreen .c-hr .c-hr-c {
  padding: 0px 20px;
}
.middle-box.loginscreen .alert-signin {
  background-color: #eee;
  color: #444;
}
.middle-box.loginscreen .alert-signin a {
  font-weight: bold;
}

/* END OF LOGIN */
/* footer */
.footer {
  background-color: #fff;
}

/* NAVIGATION */
/* MAIN SIDEBAR */
#wrapper {
  background-color: #2f4050;
}
#wrapper .navbar-default .nav .active {
  border-left-color: #293846;
  background: #293846;
}
#wrapper .navbar-default .nav .active a {
  color: #fff;
}
#wrapper .navbar-default .nav a {
  color: #eeeeee;
}
#wrapper .navbar-default .nav a:focus, #wrapper .navbar-default .nav a:hover {
  color: #fff;
  background: #293846;
}
#wrapper .navbar-default .nav .nav-second-level a {
  color: #d9d9d9;
}
#wrapper .navbar-default .nav .nav-second-level a:hover {
  color: #fff;
}
#wrapper .navbar-default .nav .nav-second-level .active a {
  color: #fff;
}
#wrapper .navbar-default .nav .nav-header {
  border-bottom: 1px solid #222222;
  background-color: #2f4050;
}
#wrapper .navbar-default .nav .nav-header .dropdown.profile-element {
  overflow-wrap: break-word;
}
#wrapper .navbar-default .nav .nav-header .text-muted {
  color: #eeeeee;
}
#wrapper .navbar-default .nav .nav-header a {
  color: #eeeeee;
}
#wrapper .navbar-default .nav .nav-header a:hover {
  background-color: #eeeeee;
}

/* MINI SIDEBAR */
.mini-navbar #wrapper .navbar-default .nav .active .nav-second-level .active a {
  color: #fff;
}
.mini-navbar #wrapper .navbar-default .nav .active .nav-second-level a {
  color: #d9d9d9;
}
.mini-navbar #wrapper .navbar-default .nav .active .nav-second-level a:hover {
  color: #fff;
}
.mini-navbar #wrapper .navbar-default .nav .nav-second-level a {
  color: #eeeeee;
}
.mini-navbar #wrapper .navbar-default .nav .nav-second-level a:hover {
  color: #fff;
}
.mini-navbar .nav .active .nav-second-level {
  background: #293846;
}
.mini-navbar .nav-second-level {
  background-color: #2f4050;
}

/* END OF NAVIGATION */
/* EMAIL INDUCTIONS */
.questionsWrapper .question--row {
  font-size: 1.5em;
  margin: 20px 0px;
}
.questionsWrapper .question--question {
  text-align: right;
}
@media (max-width: 992px) {
  .questionsWrapper .question--question {
    text-align: left;
  }
}
.questionsWrapper .question--answers .checkbox {
  margin-top: 5px;
}
@media (min-width: 991px) {
  .questionsWrapper .question--answers .checkbox:first-child {
    margin-top: 0;
  }
}

/* END OF EMAIL INDUCTIONS */
/* ERRORS */
.form-group.has-error .ibox {
  border-color: #ed5565 !important;
}
.form-group.has-error .ibox .ibox-content {
  border-color: #ed5565;
}
.form-group.has-error .ibox .ibox-title h5 {
  border-color: #ed5565;
  color: #ed5565;
}

.contacts--aprovedForSubContractors {
  float: none !important;
}
.contacts--list {
  list-style: none;
}
.contacts--list--item {
  box-sizing: border-box;
  padding: 20px;
}

.contactsSearch .results {
  display: block;
  float: left;
}

.contactsSearch #eventAlert,
.bookingsSearch #eventAlert {
  margin-top: 20px;
  margin-bottom: 0px;
}
.contactsSearch #eventsList .results,
.bookingsSearch #eventsList .results {
  list-style: none;
}
.contactsSearch .contact-box a,
.bookingsSearch .contact-box a {
  color: #676a6c;
}
.contactsSearch .contact-box a.btn,
.bookingsSearch .contact-box a.btn {
  margin-bottom: 5px;
  color: #fff;
}
.contactsSearch .contact-box a.btn:hover,
.bookingsSearch .contact-box a.btn:hover {
  color: #fff;
}
.contactsSearch .contact-box a:hover:not(.btn),
.bookingsSearch .contact-box a:hover:not(.btn) {
  text-decoration: none;
}
.contactsSearch .contact-box h3,
.bookingsSearch .contact-box h3 {
  margin-bottom: 3px;
}
.contactsSearch .contact-box p,
.bookingsSearch .contact-box p {
  margin-bottom: 0px;
}
.contactsSearch .contact--view--profile-image,
.bookingsSearch .contact--view--profile-image {
  max-height: 100px;
  margin-top: 20px;
}
.contactsSearch .legend,
.bookingsSearch .legend {
  list-style: none;
}
.contactsSearch .contact-box--details--person--name,
.bookingsSearch .contact-box--details--person--name {
  margin-bottom: 3px;
  font-weight: 400;
}
.contactsSearch .contact-box--details--person--company,
.bookingsSearch .contact-box--details--person--company {
  margin-bottom: 3px;
  font-weight: 600;
}
.contactsSearch .contact-box--details span,
.bookingsSearch .contact-box--details span {
  font-size: 0.8em;
  color: #b4b4b4;
}
.contactsSearch .contact-box .avatar-wrapper--center,
.bookingsSearch .contact-box .avatar-wrapper--center {
  float: left;
  height: 100%;
}
.contactsSearch .contact-box .avatar-wrapper--center .avatar,
.bookingsSearch .contact-box .avatar-wrapper--center .avatar {
  float: left;
  max-height: 100px;
}
.contactsSearch .contact-box--details--phone-numbers,
.bookingsSearch .contact-box--details--phone-numbers {
  font-size: 0.9em;
  color: #b4b4b4;
}
.contactsSearch .booking-controls,
.bookingsSearch .booking-controls {
  border-top: 1px dashed #e7eaec;
  padding-top: 8px;
  margin-top: 5px;
}

.contact-box {
  padding: 0;
}

.contact-box > a {
  padding: 10px;
}

.contact-box > div.contact-box-footer {
  padding: 10px 5px;
}

.contact-box.center-version.bg-danger,
.contact-box.center-version.bg-danger > a,
.contact-box.center-version.bg-danger > div.contact-box-footer {
  background-color: #f2dede !important;
  color: #000;
}

.contact-box.center-version.bg-success,
.contact-box.center-version.bg-success > a,
.contact-box.center-version.bg-success > div.contact-box-footer {
  background-color: #dff0d8 !important;
  color: #000;
}

.contact-box.center-version.bg-muted,
.contact-box.center-version.bg-muted > a,
.contact-box.center-version.bg-muted > div.contact-box-footer {
  background-color: #f3f3f4 !important;
  color: #000;
}

/* bookings add person with typeahead */
.visitee-selected,
.attendees-selected {
  list-style: none;
  padding-left: 0;
}
.visitee-selected--contact-row,
.attendees-selected--contact-row {
  padding-bottom: 15px;
}
.visitee-selected .user-details p,
.attendees-selected .user-details p {
  margin-bottom: 0px;
}

.contacts-list--image {
  width: 38px;
  height: 38px;
}

@media (max-width: 768px) {
  .contact-box .avatar-wrapper--center {
    width: 100%;
  }
  .contact-box .avatar-wrapper--center .avatar {
    display: inline-block;
    float: none;
  }
  .contact-box--details,
  .contact-box--buttons {
    text-align: center;
  }
}
.credential--item--title {
  margin-top: 20px;
  cursor: pointer;
}
.credential--item--title:first-of-type {
  margin-top: 0px;
}
.credentialContacts-selected {
  list-style: none;
  float: left;
  width: 100%;
  padding-left: 0px;
}

.dashboard--key--colour {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 3px;
}
.dashboard--key--colour.blue {
  background-color: rgba(33, 101, 196, 0.75);
}
.dashboard--key--colour.yellow {
  background-color: rgba(255, 206, 86, 0.75);
}
.dashboard--key--colour.green {
  background-color: rgba(33, 196, 60, 0.75);
}
.dashboard--key--colour.purple {
  background-color: rgba(128, 0, 188, 0.75);
}
.dashboard--key--colour.red1 {
  background-color: rgba(183, 0, 0, 0.4);
}
.dashboard--key--colour.red2 {
  background-color: rgba(183, 0, 0, 0.55);
}
.dashboard--key--colour.red3 {
  background-color: rgba(183, 0, 0, 0.7);
}
.dashboard--key--colour.red4 {
  background-color: #cc0000;
}
.dashboard--key--colour.black {
  background-color: rgb(0, 0, 0);
}

/* Vehicle */
.vehicles th {
  text-align: center;
}
.vehicles .vehicle {
  overflow: hidden;
}
.vehicles .vehicle:hover {
  text-decoration: none;
}
.vehicles .vehicle:hover .inner {
  background-color: #f3f3f4;
}
.vehicles .vehicle.onsite .inner {
  border-color: rgba(13, 161, 76, 0.4);
}
.vehicles .vehicle.offsite .inner {
  border-color: rgba(161, 13, 28, 0.4);
}
.vehicles .vehicle.onsite .inner, .vehicles .vehicle.offsite .inner {
  border-width: 2px;
  border-style: solid;
  margin-bottom: 30px;
  padding: 5px;
}
.vehicles .vehicle--company {
  text-align: center;
}
.vehicles .vehicle--row {
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid #ccc;
}
.vehicles .vehicle--row--col {
  padding-top: 1em;
}
.vehicles .vehicle--row--reg {
  background-color: #fdd835;
  color: #000;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  font-size: 2em;
  font-weight: 600;
}
.vehicles .vehicle--reg {
  background-color: #fdd835;
  color: #000;
  border-radius: 10px;
  margin-bottom: 3px !important;
  margin-top: 8px !important;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.vehicles .vehicle--reg a, .vehicles .vehicle--row--reg a {
  color: #000;
  text-decoration: none;
}
.vehicles .vehicle--description {
  color: #aaa;
  font-size: 0.8em;
  text-align: center;
}
.vehicles .offsite .vehicle--row--reg {
  background-color: #f8f8f8;
}
.vehicles .offsite .vehicle--row--reg a {
  color: #ccc;
}

.external--dashboard--full-scroll, .external--dashboard--tab-content {
  max-height: 230px;
}
.external .bookings {
  list-style: none;
  padding-left: 0;
}

.externalBookings .updatePrimaryPhoneNumber::before {
  content: none;
}

.events-selected {
  list-style: none;
  padding-left: 0;
}
.events-selected .task {
  font-weight: 600;
}
.events-selected .helper.inline {
  color: #555555;
  display: block;
  font-size: 0.85em;
  margin-bottom: 0.3em;
  font-weight: lighter !important;
}

.eventNotes-list {
  list-style: none;
}

.text-weight--100 {
  font-weight: 100;
}
.text-weight--200 {
  font-weight: 200;
}
.text-weight--300 {
  font-weight: 300;
}
.text-weight--400 {
  font-weight: 400;
}
.text-weight--500 {
  font-weight: 500;
}
.text-weight--600 {
  font-weight: 600;
}
.text-weight--700 {
  font-weight: 700;
}
.text-weight--800 {
  font-weight: 800;
}
.text-weight--900 {
  font-weight: 900;
}

.kioskMode--fullScreen .navbar-header {
  height: 74px;
}
.kioskMode--fullScreen .navbar-header a {
  height: 74px;
}
.kioskMode--fullScreen .navbar .navbar-brand {
  width: 210px;
  padding: 15px 15px;
}
.kioskMode--fullScreen .navbar .navbar-nav .navbar-static-item {
  padding: 25px;
  font-size: 1.3em;
  font-weight: bold;
}
.kioskMode--fullScreen .navbar .navbar-right a {
  font-size: 1.3em;
  font-weight: bold;
}
.kioskMode--fullScreen .navbar .navbar-right button.btn-sm {
  margin-top: 22px;
}
.kioskMode--fullScreen .wrapper.wrapper-content {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 !important;
}
.kioskMode--fullScreen--video-wrapper {
  overflow: hidden;
  position: relative;
}
.kioskMode--fullScreen--video-wrapper video {
  display: block;
}
.kioskMode--fullScreen--video-wrapper--overlay, .kioskMode--fullScreen--video-wrapper--overlay--message, .kioskMode--fullScreen--video-wrapper--overlay--toggle-message {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 2.2em;
  font-weight: bold;
}
.kioskMode--fullScreen--video-wrapper--overlay {
  text-shadow: 0 0 5px rgba(50, 50, 50, 0.5);
  padding: 20px 0 30px 0;
  background: linear-gradient(to bottom, rgba(50, 50, 50, 0.5), rgba(255, 255, 255, 0));
}
.kioskMode--fullScreen--video-wrapper--overlay--message {
  text-shadow: 0 0 5px rgba(50, 50, 50, 0.5);
  padding: 20px 0 30px 0;
  background: linear-gradient(to bottom, rgb(50, 50, 50), rgba(50, 50, 50, 0.3));
}
.kioskMode--fullScreen--video-wrapper--overlay--message .modal-footer {
  text-align: left;
}
.kioskMode--fullScreen--video-wrapper--image {
  transform: scaleX(-1);
  width: 100%;
}
.kioskMode--fullScreen .header {
  height: 74px;
}
.kioskMode--fullScreen .footer {
  height: 66px;
  border: 0;
  bottom: initial;
  position: absolute;
  bottom: 0;
  left: 0;
}
.kioskMode--fullScreen .ibox-footer {
  padding-bottom: 66px;
}
.kioskMode .questionsWrapper {
  font-size: 1.6em;
}
.kioskMode .questionsWrapper .question {
  text-align: right;
}
.kioskMode .questionsWrapper .questionLabel {
  padding-left: 30px;
}
.kioskMode .questionsWrapper .questionAnswer {
  width: 20px;
  height: 20px;
  margin-left: -30px;
}
.kioskMode .beforeInductionText {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
}
.kioskMode .beforeInductionFileWrapper {
  font-size: 1.8em;
  text-align: center;
}
.kioskMode .beforeInductionFileWrapper .downloadFile {
  border-radius: 25px;
  box-sizing: border-box;
  font-size: 0.8em;
  padding: 3px 20px;
}
.kioskMode .inductionHelpText {
  width: 50%;
  margin: 0 auto !important;
}
.kioskMode div.fullscreen-background {
  background-size: cover;
  background-position: top left;
  position: fixed;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.byDateSearch .pagination {
  margin-bottom: 40px;
}

.dropdown-menu .onsite-icon,
.dropdown-menu .offsite-icon {
  padding-right: 10px;
}

.booking-wrapper--item--title {
  width: 100%;
}
.booking-wrapper--item--label-group {
  float: right;
  padding: 0 0 10px 10px;
}

.match-booking-heights-ibox {
  float: left;
  width: 100%;
}
.match-booking-heights-ibox-title {
  float: left;
  width: 100%;
}

.projects--avatar {
  max-height: 50px;
}
.projects--dashboard--ibox {
  border: none !important;
}
.projects--dashboard--ibox--requirement {
  border: none !important;
}
.projects--dashboard--details--list {
  width: 100%;
  overflow: hidden;
}
.projects--dashboard--details--list--item {
  float: left;
  width: 100%;
}
.projects--dashboard--details--list--item--detail {
  float: left;
  width: 100%;
}
.projects--dashboard--progress-bar {
  margin-bottom: 5px;
  background-color: #ff3f3f;
}
.projects--dashboard--statistic--title {
  width: 100%;
  text-align: left;
}
.projects--dashboard--statistic--link {
  float: left;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.projects--dashboard--statistic--number {
  font-size: 23px;
}
.projects--dashboard--company--text {
  font-weight: 500;
  font-size: 16px;
  display: block;
}

.permits-map--block #map {
  height: 800px;
  width: 100%;
}

.digital-badge {
  background-color: #2f4050;
  box-shadow: 3px 3px 10px #000;
  border-radius: 3rem;
  margin-bottom: 25px;
}
.digital-badge.onsite {
  background-color: #5cb85c;
}
.digital-badge.offsite {
  background-color: #d9534f;
}
.digital-badge--checkin {
  text-align: center;
  display: block;
  float: left;
  width: 100%;
  margin: 0px 0px 20px 0px;
}
.digital-badge .digital-badge--brand-logo {
  text-align: center;
  margin: 10px;
  padding: 5px 0;
  border-radius: 10px;
}
.digital-badge .digital-badge--brand-logo img {
  max-width: 150px;
}
.digital-badge--info {
  box-sizing: border-box;
  color: #fff;
  display: block;
  float: left;
  padding: 0px 40px;
  text-align: center;
  width: 100%;
}
.digital-badge .digital-badge--details {
  text-align: center;
  vertical-align: middle;
}
.digital-badge .digital-badge--details .digital-badge--avatar {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.digital-badge .digital-badge--details .digital-badge--avatar .bannedOverlay {
  position: absolute;
  top: 0;
  left: 25%;
  width: 50%;
  z-index: 999;
}
.digital-badge .digital-badge--details .digital-badge--avatar .img-circle {
  position: relative;
  background-color: #fff;
  padding: 10px;
  top: 0;
  left: 0;
  width: 50%;
}
.digital-badge .digital-badge--details h3 {
  color: #eeeeee;
}
.digital-badge .digital-badge--details p {
  color: #cccccc;
}
.digital-badge .digital-badge--details .digital-badge--onsite {
  margin-top: 15px;
  margin-bottom: 15px;
}
.digital-badge .digital-badge--details .label {
  font-size: 1.5rem;
}
.digital-badge .digital-badge--details .qrcode {
  width: 100%;
}
.digital-badge #qrcode {
  padding: 20px;
  border-radius: 2rem;
  background-color: #fff;
  max-width: 200px;
  margin: 20px auto;
}
.digital-badge #qrcode img {
  margin: auto;
  width: 100%;
}
.digital-badge #qrcode canvas {
  margin: auto;
  width: 100%;
}
@media screen and (orientation: landscape) and (max-device-width: 900px) {
  .digital-badge .digital-badge--content {
    width: 100%;
  }
  .digital-badge .digital-badge--details {
    width: 50%;
    float: left;
  }
  .digital-badge .qrcode {
    width: 50%;
    float: left;
  }
}
.digital-badge .digital-badge--verature-logo {
  text-align: center;
  margin: 10px 0;
  border-radius: 10px;
  padding-bottom: 10px;
}
.digital-badge .digital-badge--verature-logo img {
  max-width: 100px;
}

@keyframes "rubberBand" {
  from {
    transform: scale(1, 1, 1);
  }
  30% {
    transform: scale3d(1.15, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.15, 1);
  }
  50% {
    transform: scale3d(1.1, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.download-thumbnail {
  display: block;
  padding: 10px 20px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  min-height: 70px;
}
.download-thumbnail .btn-circle-download {
  float: right;
}

.btn-circle-download {
  display: inline-block;
  position: relative;
  height: 48px;
  width: 48px;
  border-radius: 100%;
  background: #E8EAED;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.2s ease;
}
.btn-circle-download:after {
  content: "";
  position: relative;
  display: block;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  transform: translateX(-100%);
}
.btn-circle-download svg {
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.btn-circle-download svg#border {
  position: absolute;
  top: 0;
  left: 0;
  stroke: none;
  stroke-dasharray: 144;
  stroke-dashoffset: 144;
  transition: all 0.9s linear;
}
.btn-circle-download svg#arrow {
  position: absolute;
  top: 14px;
  left: 17px;
  stroke: #9098A9;
  transition: all 0.2s ease;
}
.btn-circle-download svg#check {
  position: absolute;
  top: 17px;
  left: 13px;
  stroke: white;
  transform: scale(0);
}
.btn-circle-download:hover {
  background: rgba(0, 119, 255, 0.2);
}
.btn-circle-download:hover #arrow path {
  stroke: #0077FF;
}
.btn-circle-download:hover #arrow polyline {
  stroke: #0077FF;
}

.btn-circle-download.load {
  background: rgba(0, 119, 255, 0.2);
}
.btn-circle-download.load #arrow path {
  stroke: #0077FF;
}
.btn-circle-download.load #arrow polyline {
  stroke: #0077FF;
}
.btn-circle-download.load #border {
  stroke: #0077FF;
  stroke-dasharray: 144;
  stroke-dashoffset: 0;
}

.btn-circle-download.done {
  background: #0077FF;
  animation: rubberBand 0.8s;
}
.btn-circle-download.done:after {
  transform: translateX(50%);
  transition: transform 0.4s ease;
  transition-delay: 0.7s;
}
.btn-circle-download.done #border {
  display: none;
}
.btn-circle-download.done #arrow {
  display: none;
}
.btn-circle-download.done #check {
  transform: scale(1);
  transition: all 0.2s ease;
  transition-delay: 0.2s;
}

body.select-contacts {
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-size: cover;
}
body.select-contacts .loginscreen {
  width: 100%;
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Large Devices, Wide Screens */
  max-width: 800px;
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (min-width: 768px) {
  body.select-contacts .loginscreen {
    width: 75%;
  }
}
@media only screen and (min-width: 992px) {
  body.select-contacts .loginscreen {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  body.select-contacts .loginscreen {
    width: 50%;
  }
}
body.select-contacts .contactList::-webkit-scrollbar {
  background: transparent; /* Chrome/Safari/Webkit */
  width: 0px;
}
body.select-contacts .contactList {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 250px;
  border: #eee solid 1px;
  border-radius: 4px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
body.select-contacts .contactList .widget-head-color-box {
  border: #ddd solid 1px;
  min-height: 120px;
}
body.select-contacts .contactList .widget-text-box {
  padding: 10px;
}
body.select-contacts .contactList .contact-detail {
  width: 60%;
}
body.select-contacts .contactList .company-detail .label {
  font-size: larger;
}
body.select-contacts .contactList .contact-avatar {
  width: 40%;
}
body.select-contacts .contactList .contact-avatar img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (min-width: 1200px) {
  body.select-contacts .contactList .contact-avatar img {
    max-height: 80px;
  }
}

body.enter-code {
  /* 2 group of 3 items */
}
body.enter-code .otc fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
body.enter-code .otc fieldset div {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
body.enter-code .otc legend {
  margin: 0 auto 1em;
}
body.enter-code .otc div::before {
  content: "";
  height: 2px;
  width: 24px;
  margin: 0 0.25em;
  order: 1;
  background: #BBBBFF;
}
body.enter-code .otc label {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
body.enter-code input[type=number] {
  width: 15%;
  line-height: 1;
  margin: 0.1em;
  padding: 8px 0 4px;
  font-size: 2.65em;
  text-align: center;
  appearance: textfield;
  -webkit-appearance: textfield;
  border: 2px solid #ddd;
  border-radius: 4px;
}
body.enter-code input::-webkit-outer-spin-button,
body.enter-code input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.enter-code input[type=number]:nth-child(n+4) {
  order: 2;
}

.tabs-left {
  display: block;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
.tabs-left > .tab-content {
  width: 75%;
  float: left;
  box-sizing: border-box;
  padding: 20px 20px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 844px) {
  .tabs-left > .tab-content {
    width: 100%;
  }
}
.tabs-left > .nav-tabs {
  border-bottom: 0;
  float: left;
  width: 25%;
}
@media screen and (max-width: 844px) {
  .tabs-left > .nav-tabs {
    width: 100%;
  }
}
.tabs-left > .nav-tabs > li {
  margin-bottom: 0;
  float: none;
}
.tabs-left > .nav-tabs > li > a {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #ddd;
  margin-right: 0px;
}
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > li.active > a {
  border-right: none;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
  width: auto;
}

.questionnaire-sidebar {
  position: fixed;
  right: -300px;
  width: 300px;
  background-color: white;
  z-index: 9999;
  height: 100vh;
  top: 0;
}
@media (min-width: 768px) {
  .questionnaire-sidebar {
    height: calc(100vh - 130px);
    top: 60px;
  }
}
@media (min-width: 1200px) {
  .questionnaire-sidebar {
    right: 0;
  }
}
.questionnaire-sidebar .sidebar-open-button {
  position: absolute;
  top: 0;
  right: 0;
  left: -120px;
  width: 120px;
  margin-top: 14px;
  padding: 1rem;
  border: 1px solid #e56f3c;
  border-radius: 4px 0 0 4px;
  background-color: #eee;
  font-size: larger;
  cursor: pointer;
  background-color: #e25e26;
  border-color: #e25e26;
  color: #fff;
}
@media (min-width: 1200px) {
  .questionnaire-sidebar .sidebar-open-button {
    width: 40px;
    left: -40px;
  }
  .questionnaire-sidebar .sidebar-open-button .btn-text {
    display: none;
  }
}
.questionnaire-sidebar .sidebar-open-button:hover {
  background-color: #bc4a19;
  border-color: #bc4a19;
  color: #fff;
}
.questionnaire-sidebar .helptext {
  border-left: 1px solid #e56f3c;
  border-top: 1px solid #e56f3c;
  border-bottom: 1px solid #e56f3c;
  padding: 2rem;
}
.questionnaire-sidebar .question-list {
  overflow-y: auto;
  height: calc(100vh - 205px);
  background-color: white;
  border-left: 1px solid #e56f3c;
}
@media screen and (max-width: 768px) {
  .questionnaire-sidebar .question-list {
    height: calc(100vh - 70px);
    top: 0;
  }
}
.questionnaire-sidebar .question-list .question {
  padding: 12px 16px;
  border-bottom: 1px solid #e7eaec;
}
.questionnaire-sidebar .question-list .question.activeQuestion {
  background-color: #ddd;
}
.questionnaire-sidebar .question-list .question:hover {
  background-color: #eee;
}
.questionnaire-sidebar .question-list .question a {
  color: #333;
}

body.mini-navbar.fixed-sidebar .logo-element {
  display: block;
}

.detail-right {
  position: absolute;
  right: 10px;
  z-index: 999;
}

.internationalVisitorsInfoBox {
  margin-top: 10px;
}

.internationalVisitorsInfoBtn {
  margin-left: 5px;
}

.mouseHover {
  cursor: pointer;
}

.hs--dashboard--ibox--title {
  float: left;
  width: 100%;
  border-style: none none solid none !important;
}

/* Force select 2 to show validation style */
.has-error .select2-selection {
  border-color: #ed5565 !important;
}

.open-support-modal {
  height: 38px;
  width: 38px;
  display: block;
  background: #ff6418;
  padding: 9px 8px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.open-support-modal:hover {
  color: white;
  background: #ff6418;
}

.supportFeatureShown {
  margin-right: 30px;
}

.nav-header .logo-element img {
  width: 100%;
}

.related-visits {
  list-style: none;
  padding-left: 0;
}
.related-visits .avatar {
  margin-bottom: 10px;
}
.related-visits li {
  margin-bottom: 25px;
}
.related-visits p {
  margin-bottom: 3px;
}

/* external questionnaire view  */
.external-questionnaire .navbar .questionnaire img {
  margin: 20px 20px 20px 20px;
}
.external-questionnaire .navbar .nav.navbar-top-links {
  float: right;
  margin-right: 10px;
  display: block;
  text-align: right;
}
.external-questionnaire .navbar .nav.navbar-top-links li {
  padding: 10px 5px 20px 0;
}
.external-questionnaire .navbar .nav.navbar-top-links li > a {
  min-height: 0px;
}
.external-questionnaire .navbar .nav.navbar-top-links li > a img {
  margin: 0px;
}

.contact-box-footer {
  color: #000;
}
/* kiosk mode */
@media (max-width: 992px) {
  .kioskMode .inmodal .modal-header {
    padding: 15px 15px;
  }
  .kioskMode .inmodal .modal-header p {
    margin: 0;
  }
}
/* NAVBAR */
#wrapper .navbar-default .nav .profile-element {
  padding: 15px 28px;
}

.dropdown-menu {
  z-index: 9999;
}

.avatar {
  max-height: 100px;
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

/*
 typeahead
*/
.typeahead.dropdown-menu {
  width: 100%;
}

.dropdown-menu > li,
.dropdown-menu > li > a {
  float: left;
  width: 100%;
  overflow: hidden;
}

.typeahead .typeahead_labels {
  float: left;
  padding-left: 15px;
}

.typeahead .typeahead_photo {
  float: left;
  width: 100px;
}

.typeahead .typeahead_photo img {
  float: left;
  width: 100px;
}

/*
  One Off Requirments
*/
.oneOffRequirement:not(:first-of-type) {
  margin-top: 10px;
}

:not(.list-only) .requirementOverridenAtCheckin .btn {
  color: #b4b4b4;
}

:not(.list-only) .requirementOverridenAtCheckin .btn:after {
  content: "n";
}

:not(.list-only) .requirementOverridenAtCheckin,
:not(.list-only) .requirementOverridenAtCheckin {
  color: #b4b4b4;
  text-decoration: line-through;
}

.booking.bookings .visits {
  float: left;
  width: 100%;
}

.form-control:focus, .single-line:focus {
  border-color: #1ab394 !important;
}

.visits {
  list-style: none;
}
.visits .removed {
  color: #cccccc;
  text-decoration: line-through;
}

.contactsSearch .banned,
.contacts-view .banned {
  background-repeat: no-repeat;
  background-image: url(/public/images/bannedOverlay.png);
  background-size: contain;
  top: 20px;
  right: 0;
  left: 0;
  bottom: 0;
  height: 82px;
  width: 100%;
  z-index: 999999;
  vertical-align: middle;
  margin: 10px auto;
  box-sizing: border-box;
  position: absolute;
}

.contacts-view .banned {
  background-position: center;
  top: 49px;
}

.contactsSearch .banned {
  background-position: center;
}

.rel {
  position: relative;
}

.contact--banned {
  background-repeat: no-repeat;
  background-image: url(/public/images/bannedOverlay.png);
  background-size: contain;
  height: 110px;
  width: 100%;
  z-index: 999;
  vertical-align: middle;
  box-sizing: border-box;
  position: absolute;
  background-position: center;
}

.contact--banned.booking {
  height: 94px;
  width: 94px;
}

.contact--banned.booking-visits {
  height: 30px;
  width: 30px;
}

.employees--list .contact--banned {
  height: 97px;
}

.contact--details--company-info {
  background-color: #f7f7f7;
  padding: 20px 0px;
}
.contact--details--word-break {
  word-break: break-word;
}

.well {
  float: left;
  width: 100%;
}

.external .well {
  padding: 10px 20px;
}

.locations-list {
  padding-left: 0px;
}
.locations-list ul {
  padding-left: 20px;
}

/* select 2 over ride */
.select2-results__option {
  background-color: #f5f5f5;
}

/* Nestable list */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-list .dd-list {
  padding-left: 40px;
}

.dd-collapsed .dd-list {
  display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}

.dd-handle {
  display: block;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  border: 1px solid #e7eaec;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-handle span {
  font-weight: bold;
}

/*.dd-handle:hover {
  background: #f0f0f0;
  cursor: pointer;
  font-weight: bold;
}*/
.dd-handle-move {
  position: absolute;
  height: 40px;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #aaa;
  background: #ddd;
  background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
  background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
  background: linear-gradient(top, #ddd 0%, #bbb 100%);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dd-handle-move:before {
  content: "≡";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
}

.dd-handle-move:hover {
  background: #ddd;
}

.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

.dd-item > button:before {
  content: "+";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}

.dd-item > button[data-action=collapse]:before {
  content: "-";
}

.dd-content {
  display: block;
  height: 40px;
  margin: 5px 0 0 40px;
  padding: 10px 10px 10px 10px;
  color: #333;
  text-decoration: none;
  border: 1px solid #ccc;
  background: #fafafa;
  background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
  background: linear-gradient(top, #fafafa 0%, #eee 100%);
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-content form {
  margin-top: 10px;
  padding-bottom: 40px;
}

.dd-content form.add-term {
  padding-left: 10px;
}

#nestable2 .dd-item > button {
  font-family: FontAwesome;
  height: 34px;
  width: 33px;
  color: #c1c1c1;
}

#nestable2 .dd-item > button:before {
  content: "\f067";
}

#nestable2 .dd-item > button[data-action=collapse]:before {
  content: "\f068";
}

.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

.dd-dragel {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
}

.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}

.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

/**
* Nestable Extras
*/
.nestable-lists {
  display: block;
  clear: both;
  padding: 30px 0;
  width: 100%;
  border: 0;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

#nestable-menu {
  padding: 0;
  margin: 10px 0 20px 0;
}

#nestable-output,
#nestable2-output {
  width: 100%;
  font-size: 0.75em;
  line-height: 1.333333em;
  font-family: open sans, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#nestable2 .dd-handle {
  color: inherit;
  border: 1px dashed #e7eaec;
  background: #f3f3f4;
  padding: 10px;
}

#nestable2 .dd-handle:hover {
  /*background: #bbb;*/
}

#nestable2 span.label {
  margin-right: 10px;
}

#nestable-output,
#nestable2-output {
  font-size: 12px;
  padding: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.clients-list {
  clear: both;
}

.profile-image {
  width: 120px;
  float: left;
}

.profile-image img {
  width: 96px;
  height: 96px;
}

.external .profile-image img {
  border: 2px solid #fff;
}

.external .profile-image img.requirementsMet {
  border: 2px solid #5cb85c;
}

.external .profile-image img.requirementsNotMet {
  border: 2px solid #d9534f;
}

.external .profile-info {
  margin-left: 0;
  float: left;
  padding-bottom: 20px;
}

.contact-image-small {
  width: 60px;
  float: left;
}

.contact-image-small img {
  width: 48px;
  height: 48px;
}

.external .contact-image-small img {
  border: 2px solid #fff;
}

.external .contact-image-small img.requirementsMet {
  border: 2px solid #5cb85c;
}

.external .contact-image-small img.requirementsNotMet {
  border: 2px solid #d9534f;
}

.external .contact-info {
  margin-left: 0;
  float: left;
  padding-bottom: 20px;
}

.vertical-timeline-date {
  border-radius: 0.25em;
  border: 1px solid #333;
  color: #333;
  float: left;
  margin-right: 10px;
  text-align: center;
  width: 45px;
}

.vertical-timeline-date .vertical-timeline-date--month {
  background-color: #333;
  color: #fff;
  text-transform: uppercase;
}

.vertical-timeline-date .vertical-timeline-date--number {
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}

.external .vertical-timeline-content .btn {
  float: none;
}

.form-control-static.checkbox-view {
  margin-left: 20px;
}
.form-control-static .fas {
  text-indent: -20px;
}

/**
* SignaturePad
**/
.signature-pad-block .signature-pad {
  border: 2px dotted #bbb;
  border-bottom: 1px solid #000;
  width: 300px;
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Large Devices, Wide Screens */
  height: 120px;
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Large Devices, Wide Screens */
}
@media only screen and (min-width: 768px) {
  .signature-pad-block .signature-pad {
    width: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .signature-pad-block .signature-pad {
    width: 450px;
  }
}
@media only screen and (min-width: 1200px) {
  .signature-pad-block .signature-pad {
    width: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .signature-pad-block .signature-pad {
    height: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .signature-pad-block .signature-pad {
    height: 180px;
  }
}
@media only screen and (min-width: 1200px) {
  .signature-pad-block .signature-pad {
    height: 240px;
  }
}
.signature-pad-block.has-error .signature-pad {
  border-color: #ed5565;
}

.wrapper-content {
  padding: 20px 10px 60px;
}

.wrapper.wrapper-content {
  padding: 20px 10px 60px;
}

.top-navigation .wrapper.wrapper-content {
  padding: 20px 10px 50px;
}
.top-navigation.body-small .wrapper.wrapper-content {
  padding: 20px 10px 50px;
}

@media (min-width: 768px) {
  .external-questionnaire .navbar .nav.navbar-top-links li {
    padding: 30px 10px 20px 0;
  }
}
@media (width: 768px) {
  .navbar-right {
    float: none !important;
  }
}
@media (max-width: 768px) {
  #page-wrapper {
    min-width: 100vw;
    min-width: calc(100% - 0px);
  }
  .vertical-container {
    width: 100%;
  }
  #vertical-timeline {
    margin: 0;
  }
  #vertical-timeline::before {
    display: none;
  }
  .vertical-timeline-content {
    margin-left: 0;
  }
  .vertical-timeline-content:before {
    display: none;
  }
}
@media (max-width: 538px) {
  .wrapper-content {
    padding: 20px 10px 100px;
  }
  .wrapper.wrapper-content {
    padding: 20px 10px 100px;
  }
  .top-navigation .wrapper.wrapper-content {
    padding: 20px 10px 80px;
  }
  .top-navigation.body-small .wrapper.wrapper-content {
    padding: 20px 10px 80px;
  }
}
.issuableList--issuableItem {
  padding-left: 8px;
}

.issuableList--issuableItem--icon {
  position: absolute;
  margin-top: 10px;
}

.issuableList--issuableItem a.btn-view {
  margin-top: 10px;
}

.contact-avatar-small .profile-description {
  height: 60px;
}
.contact-avatar-small .profile-description h2 {
  font-size: 18px;
  padding-top: 8px;
}
.contact-avatar-small .profile-description h3 {
  font-size: 14px;
}
.contact-avatar-small .profile-image {
  height: 60px;
  width: 80px;
}
.contact-avatar-small .profile-image img {
  width: 60px;
  height: 60px;
}
.contact-avatar-small .profile-image .circle-border {
  border: 2px solid #2f4050;
}

.activity-stream .stream {
  position: relative;
  padding: 10px 0;
}
.activity-stream .stream:first-child .stream-badge:before {
  top: 10px;
}
.activity-stream .stream:last-child .stream-badge:before {
  height: 30px;
}
.activity-stream .stream .stream-badge {
  width: 50px;
}
.activity-stream .stream .stream-badge i {
  border: 1px solid #e7eaec;
  border-radius: 50%;
  padding: 6px;
  color: #808486;
  position: absolute;
  background-color: #ffffff;
  left: 8px;
}
.activity-stream .stream .stream-badge i.fa-circle {
  color: #ced0d1;
}
.activity-stream .stream .stream-badge i.bg-success {
  color: #ffffff;
  background-color: #1c84c6;
  border-color: #1c84c6;
}
.activity-stream .stream .stream-badge i.bg-primary {
  color: #ffffff;
  background-color: #1ab394;
  border-color: #1ab394;
}
.activity-stream .stream .stream-badge i.bg-warning {
  color: #ffffff;
  background-color: #f8ac59;
  border-color: #f8ac59;
}
.activity-stream .stream .stream-badge i.bg-info {
  color: #ffffff;
  background-color: #23c6c8;
  border-color: #23c6c8;
}
.activity-stream .stream .stream-badge i.bg-danger {
  color: #ffffff;
  background-color: #ED5565;
  border-color: #ED5565;
}
.activity-stream .stream .stream-badge:before {
  content: "";
  width: 1px;
  background-color: #e7eaec;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
}
.activity-stream .stream .stream-info {
  font-size: 12px;
  margin-bottom: 5px;
}
.activity-stream .stream .stream-info img {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-right: 2px;
  margin-top: -4px;
}
.activity-stream .stream .stream-info .date-text {
  color: #9a9d9f;
  font-size: 80%;
}
.activity-stream .stream .stream-panel {
  margin-left: 55px;
}
.activity-stream .stream-small {
  margin: 10px 0;
}
.activity-stream .stream-small .label {
  padding: 2px 6px;
  margin-right: 2px;
}

.load-inner {
  position: absolute;
  display: inline-block;
  left: 45%;
  width: 100%;
  height: 100%;
}

.load-inner:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #8c8c8c;
  border-color: #8c8c8c transparent #8c8c8c transparent;
  animation: load-inner-load 1.2s linear infinite;
}

@keyframes load-inner-load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ibox-tools a.btn.btn-white {
  color: #555555;
}

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