body {
  margin: 0;
  background-color: #fff;
  background: url("../img/bg_wallpaper-min.jpg") no-repeat center center fixed;
  background-size: cover; }

a {
  color: inherit !important;
  text-decoration: none !important; }

/* Quick CSS Fixes */
.p-b-10 {
  padding-bottom: 10px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.button-padding {
  padding: 20px 0px 0px 0px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-t-40 {
  margin-top: 40px; }

.main-body {
  min-height: 600px; }

.margin-center {
  margin: auto !important; }

.caps-style {
  text-transform: uppercase; }

.caps-style::-webkit-input-placeholder {
  text-transform: none !important; }

.caps-style:-ms-input-placeholder {
  text-transform: none !important; }

.caps-style::-ms-input-placeholder {
  text-transform: none !important; }

.caps-style::placeholder {
  text-transform: none !important; }

/* Main CSS */
.content-wrapper {
  margin-bottom: 100px; }

.main-header {
  padding: 1px 10px 10px 10px;
  background: white;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  text-align: center; }

.content-wrap {
  margin-left: -20px !important;
  padding: 20px 20px 0px 20px;
  background-color: #eee;
  width: calc(100% + 40px); }

.content-footer-wrap {
  padding: 20px 20px 0px 20px;
  background-color: #fff;
  width: 100%; }

.footer-logo {
  width: 100%;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%; }

.footer-logo-2 {
  width: 100%;
  height: 43px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%; }

.content-wrap-full {
  padding: 20px 20px 0px 20px;
  background-color: #eee;
  width: 100%; }

.main-wrapper {
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  background: white;
  max-width: 640px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 20px 0px 20px; }
  .main-wrapper p {
    font-size: 18px;
    text-align: center;
    padding: 25px 10px 20px 10px; }
  .main-wrapper h3 {
    text-transform: uppercase;
    text-align: center;
    padding: 0px 10px 20px 10px; }

.main-select {
  margin: auto !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  text-align: left;
  max-width: 320px;
  width: 100%;
  font-size: 18px;
  background-color: #fff !important;
  padding: 10px 10px 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2) !important; }

.main-select-2 {
  margin: auto !important;
  text-align: left;
  max-width: 320px;
  display: block;
  font-size: 18px;
  background-color: #fff !important;
  padding: 10px 10px 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2) !important; }

.main-button {
  margin-bottom: 20px;
  width: 100%;
  background: #fff;
  padding: 10px 10px 10px 10px;
  border: none !important;
  outline: none !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  -webkit-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all; }
  .main-button span {
    font-size: 20px;
    text-transform: uppercase; }

.main-button:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #444;
  color: #fff; }

.main-button-center {
  margin: auto;
  margin-bottom: 20px !important;
  width: 100%;
  max-width: 320px;
  background: #fff;
  display: block;
  padding: 10px 10px 10px 10px;
  border: none !important;
  outline: none !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  -webkit-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all; }
  .main-button-center span {
    font-size: 20px;
    text-transform: uppercase; }

.main-button-center:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background: #444;
  color: #fff; }

.textbox-wrap {
  margin: auto;
  max-width: 320px; }

.main-textbox {
  text-align: center;
  width: 100%;
  font-size: 18px;
  background: #fff;
  padding: 10px 10px 10px 10px;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }

.main-checkbox {
  margin: auto;
  margin-top: 20px;
  width: 200px;
  height: auto;
  width: 30px;
  height: 30px; }

.gdpr-label {
  margin-top: -20px;
  width: 120px;
  vertical-align: middle; }

.agreement-gdpr-info {
  margin-top: -20px;
  margin-left: 130px;
  text-align: left !important;
  font-size: 12px !important; }

.main-footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 10px;
  background: white;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  z-index: 10; }
  .main-footer img {
    margin: auto;
    padding: 10px;
    height: 60px; }

.time-date {
  padding: 20px 10px 0px 10px;
  text-align: right;
  font-size: 20px;
  line-height: 15px; }

.title-name {
  padding: 20px 10px 0px 10px;
  text-align: left;
  font-size: 20px;
  line-height: 15px; }

.pop-up-wrapper {
  position: relative;
  margin: auto;
  top: -450px;
  background: #eee;
  max-width: 640px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15); }
  .pop-up-wrapper .pop-up-header {
    margin-bottom: 20px;
    text-align: center;
    padding: 10px 10px 20px 10px;
    background: #fff; }

.pop-up-wrapper-2 {
  position: relative;
  margin: auto;
  top: -710px;
  background: #eee;
  max-width: 640px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15); }
  .pop-up-wrapper-2 .pop-up-header {
    margin-bottom: 20px;
    text-align: center;
    padding: 10px 10px 20px 10px;
    background: #fff; }

.pop-up-wrapper-3 {
  position: relative;
  margin: auto;
  top: -710px;
  background: #fff;
  max-width: 640px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15); }
  .pop-up-wrapper-3 .pop-up-header {
    text-align: center;
    padding: 10px 10px 20px 10px;
    background: #fff; }

.pop-up-wrapper-4 {
  position: relative;
  margin: auto;
  top: -835px;
  background: #eee;
  max-width: 640px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15); }
  .pop-up-wrapper-4 .pop-up-header {
    margin-bottom: 20px;
    text-align: center;
    padding: 10px 10px 20px 10px;
    background: #fff; }

.pop-up-wrapper-5 {
  position: relative;
  margin: auto;
  top: 100px;
  background: #fff;
  max-width: 640px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15); }
  .pop-up-wrapper-5 .pop-up-header {
    margin-bottom: 20px;
    text-align: center;
    padding: 10px 10px 20px 10px;
    background: #fff; }

.pop-up-wrapper-6 {
  position: relative;
  margin: auto;
  top: -445px;
  background: #eee;
  max-width: 640px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15); }
  .pop-up-wrapper-6 .pop-up-header {
    margin-bottom: 20px;
    text-align: center;
    padding: 10px 10px 20px 10px;
    background: #fff; }

.pop-up-wrapper-7 {
  position: relative;
  margin: auto;
  top: -485px;
  background: #fff;
  max-width: 640px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15); }
  .pop-up-wrapper-7 .pop-up-header {
    text-align: center;
    padding: 10px 10px 20px 10px;
    background: #fff; }
  .pop-up-wrapper-7 p {
    text-align: center; }

.pop-up-wrapper-8 {
  position: relative;
  margin: auto;
  top: -820px;
  background: #eee;
  max-width: 640px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15); }
  .pop-up-wrapper-8 .pop-up-header {
    margin-bottom: 0px;
    text-align: center;
    padding: 10px 10px 20px 10px;
    background: #fff; }

.pop-up-info {
  margin-bottom: 20px;
  text-align: center;
  padding: 10px 20px 20px 20px; }

.close-pop-up-btn {
  position: relative;
  float: right;
  top: -33px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url("../img/close-black.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  -webkit-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all; }

.close-pop-up-btn:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3); }

#pop-up-smart-pass, #pop-up-smart-pass-2, #pop-up-smart-pass-3, #pop-up-smart-pass-4, #pop-up-smart-pass-5, #pop-up-smart-pass-6, #pop-up-smart-pass-7, #pop-up-smart-pass-8 {
  display: none; }

.recent-inductees-wrapper {
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1); }

.smart-profile {
  margin: auto;
  width: 220px;
  height: 220px;
  border-radius: 1000px;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25); }

.smart-pass-info {
  margin-bottom: 20px; }
  .smart-pass-info p {
    word-wrap: break-word !important;
    text-align: left !important;
    font-size: 16px !important;
    padding: 5px 10px 5px 10px !important;
    margin-bottom: 0px !important; }

.smart-details-wrap-dark {
  margin-left: -20px;
  width: calc(100% + 40px);
  background: #eee;
  padding: 10px; }

.smart-details-wrap label {
  width: 150px !important;
  vertical-align: middle; }
  .smart-details-wrap label span {
    color: red;
    font-weight: 900; }

.smart-results-profile {
  margin: auto;
  margin-top: -4px;
  margin-bottom: -4px;
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 500px; }

.induction-complete-wrap {
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.induction-complete-header {
  padding: 10px;
  text-align: left;
  background-color: #eee; }

.inductions-complete-results {
  padding: 10px 10px 0px 10px !important;
  text-align: left !important;
  font-size: 14px !important; }

.inductions-results-row {
  margin-top: -10px;
  margin-left: -35px;
  background: #eee;
  width: calc(100% + 70px);
  padding: 10px 10px 10px 10px !important; }

.inductions-results-row-2 {
  margin-top: -10px;
  margin-left: -35px;
  background: #eee;
  width: calc(100% + 70px);
  padding: 7px 10px 7px 10px !important; }

.smart-results-row {
  cursor: pointer;
  background: #fff;
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all; }
  .smart-results-row p {
    text-transform: capitalize !important;
    margin-top: 5px;
    text-align: center;
    font-weight: 500; }

.smart-results-row:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); }

.smart-results-row-2 {
  cursor: pointer;
  background: #ddd;
  padding: 10px 10px 5px 10px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all; }
  .smart-results-row-2 p {
    text-transform: capitalize !important;
    margin-top: 5px;
    text-align: center;
    font-weight: 500; }

.smart-results-row-2:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); }

.smart-results-row-3 {
  cursor: pointer;
  background: #fff;
  padding: 10px 10px 10px 10px; }
  .smart-results-row-3 p {
    text-transform: capitalize !important;
    margin-top: 5px;
    text-align: center;
    font-weight: 700; }

.forgotten-users-list {
  max-height: 400px;
  overflow-y: auto; }

.smart-confirmation-bg {
  padding: 0px 10px 20px 10px; }

.smart-confirmation-profile {
  margin: auto;
  width: 100px;
  height: auto; }

.smart-confirmation-info {
  font-weight: 700; }

.log-out-btn {
  position: relative;
  top: 15px !important;
  font-size: 22px;
  text-align: left; }

#login-warning {
  margin: auto;
  margin-bottom: 20px;
  text-align: center;
  font-size: 12px !important;
  font-weight: 300 !important;
  max-width: 380px;
  color: red;
  display: none;
  padding: 5px 20px 5px 20px; }

.warning-message {
  margin: auto;
  text-align: center;
  font-size: 18px !important;
  font-weight: 300 !important;
  max-width: 380px;
  color: red; }

.main-content-header {
  margin-top: -20px;
  margin-left: -20px;
  text-align: center;
  width: calc(100% + 40px);
  padding: 10px 10px 0px 10px;
  background: #fff !important; }

/* Error Responses */
.recent-inductees-error {
  margin: auto;
  margin-top: 20px;
  text-align: center;
  font-size: 12px !important;
  font-weight: 300 !important;
  color: red;
  padding: 5px 20px 5px 20px; }

.time-date-mob {
  display: none; }

.star-check {
  display: none; }

.loading-icon {
  display: none;
  position: absolute;
  margin-top: -30px;
  margin-left: 10px;
  width: 30px;
  height: 30px; }

/* Disabled YMS Form Buttons */
.disabled-button {
  background: #ddd;
  color: #808080; }

.disabled-button:hover {
  background: #ddd;
  color: #808080;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.disable-dropdown {
  display: none !important; }

/* Shipment Ref Autocomplete styling */
.ui-menu {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden !important; }

.search-dropdown {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  width: 320px;
  height: 44px;
  padding: 15px;
  border-radius: 0px !important;
  background: #fff !important;
  font-size: 18px !important;
  font-weight: 200 !important;
  color: #444 !important;
  border-right: none !important; }

.search-dropdown::-webkit-input-placeholder {
  color: #444 !important; }

.search-dropdown:-ms-input-placeholder {
  color: #444 !important; }

.search-dropdown::-ms-input-placeholder {
  color: #444 !important; }

.search-dropdown::placeholder {
  color: #444 !important; }

.shipmentRefPlaceholder::-webkit-input-placeholder {
  font-size: 18px !important;
  font-weight: 200 !important;
  color: #444 !important; }

.shipmentRefPlaceholder:-ms-input-placeholder {
  font-size: 18px !important;
  font-weight: 200 !important;
  color: #444 !important; }

.shipmentRefPlaceholder::-ms-input-placeholder {
  font-size: 18px !important;
  font-weight: 200 !important;
  color: #444 !important; }

.shipmentRefPlaceholder::placeholder {
  font-size: 18px !important;
  font-weight: 200 !important;
  color: #444 !important; }

.main-select::-webkit-input-placeholder {
  color: #444 !important; }

.main-select:-ms-input-placeholder {
  color: #444 !important; }

.main-select::-ms-input-placeholder {
  color: #444 !important; }

.main-select::placeholder {
  color: #444 !important; }

::-webkit-input-placeholder {
  opacity: 1 !important; }

:-ms-input-placeholder {
  opacity: 1 !important; }

::-ms-input-placeholder {
  opacity: 1 !important; }

::placeholder {
  opacity: 1 !important; }

.ui-menu-item-wrapper {
  font-size: 18px !important;
  font-weight: 200 !important;
  color: #444 !important; }

.select-dropdown {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../img/Dropdown-Icon.png");
  background-repeat: no-repeat;
  background-position: center right 5px; }

.custom-combobox > input {
  text-transform: uppercase; }

.custom-combobox > input::-webkit-input-placeholder {
  text-transform: capitalize !important; }

.custom-combobox > input:-ms-input-placeholder {
  text-transform: capitalize !important; }

.custom-combobox > input::-ms-input-placeholder {
  text-transform: capitalize !important; }

.custom-combobox > input::placeholder {
  text-transform: capitalize !important; }

.custom-combobox-toggle {
  margin-left: -17px !important;
  margin-top: -4px !important;
  height: 44px  !important;
  width: auto !important;
  padding: 5px 8px 5px 8px !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px !important;
  border-left: none !important;
  background: #fff !important;
  -webkit-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all; }
  .custom-combobox-toggle .ui-button-icon {
    background-image: url("http://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png") !important; }

/* Fix moz positioning issue */
@-moz-document url-prefix() {
  .custom-combobox-input.ui-widget.ui-widget-content.ui-state-default.ui-corner-left.search-dropdown.ui-autocomplete-input::placeholder {
    color: #444 !important;
    opacity: 1 !important; }
  .custom-combobox-toggle {
    margin-top: -4px !important; }
  .shipmentRefSearchDropdown > span > .custom-combobox-toggle {
    margin-top: -6px !important; }
  .dropdown-firefox-m-fix > span > .custom-combobox-toggle {
    margin-top: -5px !important; } }

.custom-combobox-toggle:hover {
  background: #444 !important; }
  .custom-combobox-toggle:hover .ui-button-icon {
    background-image: url("http://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_ffffff_256x240.png") !important; }

/* MOBILE CSS FIXES */
@media only screen and (max-width: 768px) {
  .shipmentRefPlaceholder {
    width: 276px; }
  #title {
    text-align: center;
    font-size: 12px; }
  #name {
    margin-top: -10px;
    text-align: center;
    font-size: 12px; }
  #gatehouse-title h2 {
    font-size: 20px !important; }
  .time-date-mob {
    display: inline-block;
    padding: 20px 10px 0px 10px;
    text-align: center;
    font-size: 12px;
    line-height: 15px; }
    .time-date-mob .version {
      margin-top: -10px; }
  .content-wrapper {
    margin-bottom: 200px; }
  .smart-confirmation-info {
    text-align: center; }
  .pop-up-wrapper {
    top: -450px; }
  .pop-up-wrapper-2 {
    top: -810px; }
  .pop-up-wrapper-3 {
    top: -810px; }
  .pop-up-wrapper-4 {
    top: -1325px; }
  #pop-up-smart-pass-5 {
    margin-bottom: 300px; }
  .pop-up-wrapper-8 {
    top: -980px; }
  .time-date {
    display: none;
    text-align: center; }
  .main-footer img {
    margin: auto;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px; } }

/* Webkit Fixes */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Animations */
.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

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