* {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  height: 100%;
  background-color: #222222;
}

body {
  background: url(images/bg-main-tile.png) repeat center top #222;
  height: 100%;
}

.old_content {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ffffff;
  -webkit-text-size-adjust: 68%;
  /* Disabled due to overriding Roboto font on PT2 mobile pages */
  /*input[type="text"], input[type="password"], textarea
  {
      font-family: Tahoma;
  }*/
}
.old_content a,
.old_content a:link,
.old_content a:visited {
  text-decoration: none;
  outline: none;
}
.old_content a:hover {
  text-decoration: none;
}
.old_content img {
  border: 0;
}
.old_content ul {
  list-style-type: none;
}
.old_content legend {
  color: #555555;
}
.old_content label {
  cursor: inherit;
}
.old_content h2 {
  font-size: 2em;
}
.old_content h3 {
  font-size: 1.7em;
  color: lightgray;
}
.old_content form {
  padding-bottom: 40px;
}
.old_content .hidden {
  display: none;
}
.old_content .select-arrow {
  background: url(images/img-listitem-arrow.png) no-repeat center right;
  height: 40px;
  margin-top: -13px;
}
.old_content .select-arrow-h2 {
  background: url(images/img-listitem-arrow.png) no-repeat center right;
}
.old_content .checkbox-on,
.old_content .checkbox-off,
.old_content .checkbox-yes,
.old_content .checkbox-no,
.old_content .checkbox-patrol,
.old_content .checkbox-detect,
.old_content .checkbox-exer,
.old_content .checkbox-depl,
.old_content .checkbox-lay,
.old_content .checkbox-follow {
  float: right;
  display: block;
  width: 142px;
  height: 41px;
  margin-top: -10px;
}
.old_content .checkbox-on {
  background: url(images/checkbox-on.png) no-repeat top left;
}
.old_content .checkbox-off {
  background: url(images/checkbox-off.png) no-repeat top left;
}
.old_content .checkbox-yes {
  background: url(images/checkbox-yes.png) no-repeat top left;
}
.old_content .checkbox-no {
  background: url(images/checkbox-no.png) no-repeat top left;
}
.old_content .checkbox-patrol {
  background: url(images/checkbox-patrol.png) no-repeat top left;
}
.old_content .checkbox-detect {
  background: url(images/checkbox-detect.png) no-repeat top left;
}
.old_content .checkbox-exer {
  background: url(images/checkbox-exercise.png) no-repeat top left;
}
.old_content .checkbox-depl {
  background: url(images/checkbox-deploy.png) no-repeat top left;
}
.old_content .checkbox-follow {
  background: url(images/checkbox-follow.png) no-repeat top left;
}
.old_content .checkbox-lay {
  background: url(images/checkbox-lay.png) no-repeat top left;
}
.old_content .clr {
  clear: both;
  float: none;
  height: 0;
  font-size: 1px;
}
.old_content .gap100px {
  clear: both;
  height: 100px;
}
.old_content .gap50px {
  clear: both;
  height: 50px;
}
.old_content .gap30px {
  clear: both;
  height: 30px;
}
.old_content .gap20px {
  clear: both;
  height: 20px;
}
.old_content .gap10px {
  clear: both;
  height: 10px;
}
.old_content .fl {
  float: left;
}
.old_content .fr {
  float: right;
}
.old_content .beta-ribbon {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 45px;
  width: 100px;
  color: white;
  background-color: #990000;
  border-radius: 13px;
  padding: 3px;
  display: block;
  text-align: center;
  font-weight: bold;
}
.old_content .scroll-container {
  background-color: #003e6b;
  display: flex;
  flex-direction: column;
  flex: 1;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px;
  color: #ffffff;
  zoom: 0.7;
}
.old_content .scroll-container.anonymous {
  height: 100%;
}
.old_content .scroll-container a:hover,
.old_content .scroll-container a:visited,
.old_content .scroll-container a:active,
.old_content .scroll-container a:link {
  color: white;
}
.old_content .scroll-container * {
  box-sizing: unset;
}
.old_content .navbar-top-container {
  background: url(images/bg-header-tile.png) repeat-x top center;
  background-size: auto 105%;
  height: 64px;
  display: block;
  z-index: 1000;
  margin-bottom: 10px;
  margin-left: -24px;
  margin-right: -24px;
}
.old_content .navbar-top-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  box-sizing: border-box;
}
.old_content .content-container-top {
  /* Showing this background image causes black lines to appear when entering data into text fields on iOS */
  /*background: url(images/bg-main.png) no-repeat top center;*/
  background-position: 0px -70px;
  background-color: transparent;
  flex: 1;
  display: flex;
  width: 100%;
}
.old_content .content-container-bottom {
  background: url(images/bg-footer.png) repeat-x bottom center;
  flex: 1;
  display: flex;
}
.old_content .container-content {
  box-sizing: border-box;
  width: 100%;
  padding: 0 24px;
}
.old_content .container_with_watermark {
  background: url(images/bg-watermark.png) no-repeat top center;
}
.old_content .footer-bar {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 70px;
  background-color: #222;
  text-align: center;
  box-sizing: border-box;
}
.old_content .footer-bar ul {
  height: 100%;
}
.old_content .footer-bar li {
  display: inline-block;
  height: 100%;
  width: 88px;
  padding: 3px 0;
  box-sizing: border-box;
}
.old_content .footer-bar li span.icon {
  display: block;
  box-sizing: border-box;
  margin-top: 5px;
  height: 56%;
  width: 100%;
  background-size: contain !important;
}
.old_content .footer-bar li span {
  display: inline-block;
  margin-top: 4px;
  color: #858585;
  font-size: 1.2em;
}
.old_content .footer-bar li.active span {
  color: #0c79f9;
}
.old_content .footer-bar li .home {
  background: url(images/tab-image-home.png) no-repeat center center;
}
.old_content .footer-bar li.active .home {
  background: url(images/tab-image-active-home.png) no-repeat center center;
}
.old_content .footer-bar li .training {
  background: url(images/tab-image-train.png) no-repeat center center;
}
.old_content .footer-bar li.active .training {
  background: url(images/tab-image-active-train.png) no-repeat center center;
}
.old_content .footer-bar li .deployment {
  background: url(images/tab-image-deploy.png) no-repeat center center;
}
.old_content .footer-bar li.active .deployment {
  background: url(images/tab-image-active-deploy.png) no-repeat center center;
}
.old_content .footer-bar li .groups {
  background: url(images/tab-image-groups.png) no-repeat center center;
}
.old_content .footer-bar li.active .groups {
  background: url(images/tab-image-active-groups.png) no-repeat center center;
}
.old_content .footer-bar li .account {
  background: url(images/tab-image-account.png) no-repeat center center;
}
.old_content .footer-bar li.active .account {
  background: url(images/tab-image-active-account.png) no-repeat center center;
}
.old_content .login-container {
  background-image: url(images/bg-login.png);
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  zoom: 0.75;
}
.old_content .login-container .form-container {
  padding: 5px;
  position: absolute;
  top: auto;
  bottom: 50%;
  transform: translateY(70%);
  width: 100%;
  box-sizing: border-box;
}
.old_content .login-container .form-container form {
  padding-bottom: 0;
}
.old_content .login-container .track-layer {
  text-align: center;
  font-size: 1.6em;
  color: #fff;
  padding-top: 30px;
}
.old_content .login-container .track-layer a,
.old_content .login-container span.link {
  color: #298fff;
  text-decoration: none;
  font-weight: bold;
}
.old_content .bg-login-bottom {
  background-image: url(images/bg-login-bottom.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.old_content #login-form li {
  padding: 5px 0;
}
.old_content #login-form input.text-box {
  width: 90%;
  border: 1px ridge #888888;
  border-radius: 8px;
  padding: 13px;
  box-sizing: border-box;
  font-size: 2em;
  display: block;
  margin: 0 auto;
  background-image: linear-gradient(black 0%, #333232 80%);
  color: #dcdada;
}
.old_content #login-form .login-message {
  padding: 20px;
  font-size: 1.7em;
}
.old_content #login-form .standard,
.old_content #login-form .passcode {
  display: none;
}
.old_content #login-form .passcode p {
  text-align: center;
  font-size: 1.5em;
  margin: 10px 0;
}
.old_content #login-form .passcode input {
  text-align: center;
  -webkit-text-security: disc;
}
.old_content #login-form .passcode .error {
  text-align: center;
  color: #dd3c23;
  font-size: 1.4em;
  visibility: hidden;
}
.old_content #login-form .passcode .error.show {
  visibility: visible;
}
@media screen and (min-aspect-ratio: 5/7) {
  .old_content .login-container {
    background-size: 75%;
  }
  .old_content .login-container .form-container {
    bottom: 10px;
    top: auto;
    transform: none;
  }
  .old_content .login-container .instruction-text {
    display: none;
  }
}
.old_content .login-container .instruction-text {
  position: absolute;
  bottom: 30px;
  text-align: center;
  color: #ccc;
  font-size: 1.2em;
  width: 100%;
}
.old_content .login-container .bg-login-bottom-link {
  text-align: center;
  font-size: 1.3em;
  color: #0c79f9;
  padding-top: 10px;
  width: 100%;
}
.old_content .get-started-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: 150ms ease-out;
}
.old_content .get-started-container.show {
  opacity: 1;
  pointer-events: auto;
}
.old_content .get-started-container div {
  box-sizing: border-box;
}
.old_content .get-started-container > div {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 50%;
  background-color: #000;
  color: #ddd;
  border: 1px solid #868686;
  border-radius: 4px;
  font-size: 1.5em;
  overflow: hidden;
  transition: 150ms ease-out;
  transform: translateY(-50%) scale(0.8);
}
.old_content .get-started-container.show > div {
  transform: translateY(-50%) scale(1);
}
.old_content .get-started-container > div .text {
  padding: 20px;
}
.old_content .get-started-container .close {
  width: 100%;
  padding: 20px;
  cursor: pointer;
  background-color: #ccc;
  border: 1px outset #ccc;
  text-align: center;
  color: #3c3c3c;
}
.old_content .get-started-container a {
  color: #bbb;
}
.old_content .btn-header-back {
  position: absolute;
  left: 5px;
  top: 9px;
  background: url(images/btn-header-back.png) no-repeat top left;
  width: 76px;
  height: 46px;
}
.old_content .all-center {
  margin: auto;
  width: 100%;
  text-align: center;
}
.old_content .btn-header-save {
  position: absolute;
  right: 5px;
  top: 10px;
  background: url(images/btn-header-save.png) no-repeat top left;
  width: 76px;
  height: 45px;
}
.old_content .btn-header-donewithsave {
  position: absolute;
  right: 5px;
  top: 10px;
  background: url(images/btn-header-done.png) no-repeat top left;
  width: 76px;
  height: 45px;
}
.old_content .btn-header-done {
  position: absolute;
  right: 5px;
  top: 10px;
  background: url(images/btn-header-done.png) no-repeat top left;
  width: 76px;
  height: 45px;
}
.old_content .btn-header-edit {
  position: absolute;
  right: 5px;
  top: 10px;
  background: url(images/btn-header-edit.png) no-repeat top left;
  width: 76px;
  height: 45px;
}
.old_content .btn-header-send {
  position: absolute;
  right: 5px;
  top: 10px;
  background: url(images/btn-header-send.png) no-repeat top left;
  width: 76px;
  height: 45px;
}
.old_content .btn-header-camera {
  position: absolute;
  right: 5px;
  top: 10px;
  background: url(images/btn-header-camera.png) no-repeat top left;
  width: 78px;
  height: 46px;
}
.old_content .img-logo {
  background: url(images/img-logo.png) no-repeat center center;
  height: 51px;
  width: 100%;
  margin: 0 auto 30px;
}
.old_content .training_dashboard .welcome-text {
  text-align: center;
  font-size: 1.3em;
  letter-spacing: 3.7px;
  width: 44%;
}
.old_content .training_dashboard .welcome-text2 {
  text-align: center;
  font-size: 1.3em;
  letter-spacing: 3.7px;
  width: 64%;
}
.old_content .training_dashboard h4 {
  text-align: center;
  font-size: 2.3em;
  font-weight: normal;
}
.old_content .divider-bar {
  background: url(images/bg-divider-bar.png) repeat-x left 5px transparent;
  width: 28%;
  height: 20px;
}
.old_content .small-divider-bar {
  background: url(images/bg-divider-bar.png) repeat-x left 5px transparent;
  width: 18%;
  height: 20px;
}
.old_content .full-width-divider-bar {
  background: url(images/bg-divider-bar.png) repeat-x left 5px transparent;
  height: 20px;
}
.old_content .btn-logoff {
  background: url(images/btn_logoff.png) no-repeat top center;
  width: 100%;
  height: 57px;
  display: block;
}
.old_content .btn-addenvironment {
  font-family: Arial;
  font-weight: normal;
  float: right;
  display: block;
  color: white;
  font-size: 1.6em;
  line-height: 40px;
  text-align: center;
  text-shadow: #333 0.1em 0.1em 0.1em;
  width: 256px;
  height: 42px;
  background: url(images/button-greybg-small.png) no-repeat top left transparent;
}
.old_content .training_home .section-title {
  text-align: center;
  font-size: 1.3em;
  letter-spacing: 3.7px;
  width: 64%;
}
.old_content .training_home .btn-view-past {
  background: url(images/btn-view-past.png) no-repeat top right;
  background-position: contain;
  width: 45%;
  height: 153px;
  display: block;
  float: left;
}
.old_content .training_home .btn-view-upcoming {
  background: url(images/btn-view-upcoming.png) no-repeat top left;
  background-position: contain;
  width: 45%;
  height: 153px;
  display: block;
  float: left;
}
.old_content .training_home .btn-create-event {
  background: url(images/btn-create-event.png) no-repeat top right;
  background-position: contain;
  width: 45%;
  height: 153px;
  display: block;
  float: left;
}
.old_content .training_home .btn-create-exercise {
  background: url(images/btn-create-exercise.png) no-repeat top left;
  background-position: contain;
  width: 45%;
  height: 153px;
  display: block;
  float: left;
}
.old_content .training_dashboard .btn-training {
  background: url(images/btn-training.png) no-repeat top center;
  background-position: contain;
  width: 33%;
  height: 153px;
  display: block;
  float: left;
}
.old_content .training_dashboard .btn-deployment {
  background: url(images/btn-deployment.png) no-repeat top center;
  background-position: contain;
  width: 34%;
  height: 153px;
  display: block;
  float: left;
}
.old_content .training_dashboard .btn-groups {
  background: url(images/btn-groups.png) no-repeat top center;
  background-position: contain;
  width: 33%;
  height: 152px;
  display: block;
  float: left;
}
.old_content .training_dashboard .btn-location-tracking {
  display: inline-block;
  background: url(images/btn-location-tracking.png) no-repeat top center;
  height: 120px;
  width: 50%;
  padding: 10px 10px 10px 10px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 6px;
  font-size: 13px;
  border: none;
  color: white;
  font-weight: bold;
  white-space: normal;
  vertical-align: bottom;
  outline: none;
}
.old_content .training_dashboard .whatsnew {
  color: white;
  text-align: center;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  position: relative;
  bottom: 0px;
}
.old_content .training_dashboard .whatsnew .whatsnew_title {
  height: 30px;
  width: 100%;
  font-size: 1.6em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.old_content .training_dashboard .whatsnew .whatsnew_body {
  display: none;
  font-size: 1.4em;
  height: 70px;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.old_content div .centered-button {
  text-align: center;
}
.old_content .blinking_text {
  animation-name: blinker;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.5, 0, 1, 1);
  animation-iteration-count: infinite;
  animation-direction: alternate;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 1);
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
}
@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}

.old_content .ajs-dialog {
  zoom: 0.75;
}

.old_content .alertify .ajs-body .ajs-content .ajs-input {
  font-size: 1em;
  box-sizing: border-box;
}
.old_content .alertify .ajs-modal .ajs-dialog .ajs-footer .ajs-buttons .ajs-button {
  font-size: 1em;
  padding: 12px 16px;
}
.old_content .alertify.instructions .ajs-body .ajs-content {
  padding: 16px 0;
  font-size: 0.8em;
  color: #666;
}
.old_content .home_footer {
  position: fixed;
  bottom: 30px;
  display: flex;
  height: 30px;
  width: 100%;
  justify-content: space-around;
  font-size: 14px;
}
.old_content .home_footer a {
  color: white;
}
.old_content .confirmation_frame .section-title {
  text-align: center;
  font-size: 1.3em;
  letter-spacing: 3.7px;
  width: 100%;
}
.old_content .confirmation_frame .btn-create-exercise {
  background: url(images/btn-create-exercise.png) no-repeat top left;
  background-position: contain;
  margin-left: auto;
  margin-right: auto;
  width: 133px;
  height: 153px;
  display: block;
  /*float: left;*/
}
.old_content ul.input_list {
  margin: 0px 0px 20px 0px;
}
.old_content ul.input_list > li:first-child,
.old_content ul.input_list > li.rounded-top {
  border-top-left-radius: 0.6em;
  border-top-right-radius: 0.6em;
}
.old_content ul.input_list > li:last-child,
.old_content ul.input_list > li.rounded-bottom {
  border-bottom-left-radius: 0.6em;
  border-bottom-right-radius: 0.6em;
  border-bottom: none !important;
}
.old_content ul.input_list li {
  position: relative;
  min-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 14px;
  padding-left: 16px;
  font-size: 1.6em;
  color: #333;
  background-image: -moz-linear-gradient(center top, #FDFDFD, #EEEEEE);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FDFDFD), to(#EEEEEE));
  background-image: -webkit-linear-gradient(top, #FDFDFD, #EEEEEE);
  background-image: -ms-linear-gradient(top, #FDFDFD, #EEEEEE);
  background-image: -o-linear-gradient(top, #FDFDFD, #EEEEEE);
  background-image: linear-gradient(top, #FDFDFD, #EEEEEE);
  border-bottom: inset 2px #fff;
}
.old_content div.validation-summary-errors {
  margin: 0px 0px 20px 0px;
  border-radius: 0.6em;
  border: 1 solid white;
  background: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 14px;
  padding-left: 0px;
}
.old_content div.validation-summary-errors ul li {
  text-align: left;
  margin: auto;
  width: 90%;
  font-size: 1.4em;
  color: Red;
  padding: 0;
  background: white;
}
.old_content ul.input_list li.darkest {
  background-color: #505050;
  color: White;
  background-image: none;
}
.old_content ul.input_list li.darker {
  background-image: -moz-linear-gradient(center top, #EEEEEE, #C0C0C0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#C0C0C0));
  background-image: -webkit-linear-gradient(top, #EEEEEE, #C0C0C0);
  background-image: -ms-linear-gradient(top, #EEEEEE, #C0C0C0);
  background-image: -o-linear-gradient(top, #EEEEEE, #C0C0C0);
  background-image: linear-gradient(top, #EEEEEE, #C0C0C0);
  border-bottom: inset 2px #eee;
}
.old_content ul.input_list li a:hover {
  text-decoration: none;
}
.old_content ul.input_list li label {
  width: 45%;
  float: left;
  color: #555;
  min-height: 20px;
}
.old_content ul.input_list li span label {
  width: 65%;
  float: left;
  color: #555;
  min-height: 20px;
}
.old_content ul.input_list li input[type=date],
.old_content ul.input_list li input[type=time] {
  display: inline;
  line-height: 50px;
  width: 49%;
  float: right;
  color: #aaa;
  border: none;
  margin-top: -15px;
  font-size: 1em;
  height: 50px;
  text-align: right;
  margin-right: 3px;
  padding-right: 5px;
  background-color: white;
}
.old_content ul.input_list li input[type=text],
.old_content ul.input_list li input[type=password],
.old_content ul.input_list li input[type=number] {
  width: 49%;
  float: right;
  color: #aaa;
  border: none;
  margin-top: -15px;
  font-size: 1em;
  height: 50px;
  text-align: right;
  margin-right: 3px;
  padding-right: 5px;
}
.old_content ul.input_list li textarea {
  font-size: 1em;
  min-height: 5em;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  float: none;
  clear: both;
  border: 0;
  margin-top: 8px;
}
.old_content ul.input_list li select {
  width: 49%;
  color: #aaa;
  border: none;
  float: right;
  font-size: 1em;
  height: 50px;
  text-align: right;
  margin-right: 3px;
  position: relative;
  -webkit-box-align: right;
  direction: rtl;
  padding-right: 20px;
}
.old_content ul.input_list li input[type=text]:focus,
.old_content ul.input_list li input[type=password]:focus {
  color: #000;
}
.old_content ul.input_list li input[type=checkbox] {
  float: right;
}
.old_content ul.input_list.apprehension-fields li {
  padding: 5px 15px;
}
.old_content ul.input_list.apprehension-fields li label {
  display: inline-block;
  width: 65%;
  margin: 10px 0;
  float: none;
  vertical-align: middle;
}
.old_content ul.input_list.apprehension-fields li input {
  display: inline-block;
  width: 25%;
  float: none;
  vertical-align: middle;
  margin: 0 0 0 30px;
}
.old_content ul.input_list.apprehension-fields .field_error {
  font-size: 0.7em;
  color: #de2b2b;
}
.old_content .input-validation-error,
.old_content .select-input-validation-error {
  border: solid 1px #ff0000 !important;
  background-color: #ffeeee;
  color: #666 !important;
}
.old_content .error {
  color: red !important;
}
.old_content ul.input_list li .arrow {
  background: url(images/img-listitem-arrow.png) no-repeat center right;
  padding-right: 20px;
  display: block;
}
.old_content ul.input_list li .light-text {
  color: #888;
}
.old_content ul.input_list li .value {
  position: relative;
  text-align: right;
  float: right;
  width: 47%;
  display: block;
  color: #888;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.old_content .alertify {
  color: #666;
  font-size: 1.6em;
}
.old_content .confirmdialog {
  color: #666;
  font-size: 24px;
}
.old_content .footer {
  font-size: 1.8em;
  color: #0094ff;
  position: fixed;
  margin: auto;
  bottom: 70px;
  height: 70px;
  width: 100%;
}
.old_content .footer.anonymous {
  bottom: 0px;
}
.old_content .ui-autocomplete {
  min-width: 200px;
  font-size: 2em;
  padding: 10px;
  background: lightgray;
  background-color: lightgray;
  zoom: 0.75;
  transform: scale(0.9);
}
.old_content .confirmation-warning {
  color: darkgray;
  font-size: 18px;
  margin: 120px 20px 0px 20px;
  display: flex;
  align-items: center;
}
.old_content .warning-icon {
  padding-right: 20px;
  height: 48px;
  width: 120px;
  background: url(../Content/Images/warning-icon.png) no-repeat top left;
}
.old_content ul.input_list li select.text-snippets {
  font-size: 0.7em;
  color: #0094ff;
  height: 26px;
  background-color: transparent;
}
.old_content ul.input_list li.event-members label {
  width: 100%;
}
.old_content ul.input_list li.custom-group-member label {
  width: 90px;
  font-size: 0.9em;
}
.old_content ul.input_list li.custom-group-member .member-select {
  width: 40%;
  float: right;
}
.old_content ul.input_list li.custom-group-member .role-select {
  width: 100px;
  float: right;
}
.old_content input.pt-yellow,
.old_content a.pt-yellow {
  cursor: pointer;
  font-size: 2.1em;
  font-weight: 600;
  background-image: linear-gradient(#f1db3b 15%, #e6bf00 50%, #c97a00 99%);
  border-radius: 30px;
  padding: 15px 25px;
  color: rgba(255, 255, 255, 0.94);
  box-shadow: 0px 2px 3px rgba(70, 48, 7, 0.75);
  box-sizing: border-box;
  border: 1px solid #3c3624;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
  text-rendering: optimizeLegibility !important;
  min-width: 130px;
  text-align: center;
}
.old_content input.pt-yellow:hover,
.old_content a.pt-yellow:hover {
  background-image: linear-gradient(#f3e053 15%, #f0d655 50%, #ce861b 99%);
}
.old_content input.pt-yellow.next,
.old_content a.pt-yellow.next {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  width: 90%;
}
.old_content a.pt-yellow.pt-red {
  background-image: linear-gradient(#ef4f4d 15%, #e53031 50%, #ca1b1a 99%);
  border: 1px outset #f1b580;
}
.old_content .spinner-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: 150ms ease-out;
}
.old_content .spinner-container.show {
  opacity: 1;
  pointer-events: auto;
}
.old_content .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 100px;
  height: 100px;
}
.old_content .spinner:after {
  content: " ";
  display: block;
  width: 80px;
  height: 80px;
  margin: 1px;
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7) transparent rgba(255, 255, 255, 0.7) transparent;
  animation: spinner 1.2s linear infinite;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.old_content #passcode-form {
  height: 100%;
  width: 100%;
  background-image: linear-gradient(black 0%, #4a4a4a 100%);
}
.old_content #passcode-form h4 {
  color: #ccc;
  font-weight: normal;
  font-size: 1.4em;
  text-align: center;
  padding: 30px;
}
.old_content #passcode-form .input {
  text-align: center;
}
.old_content #passcode-form .input .field {
  border-radius: 5px;
  font-size: 2.4em;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  height: 33px;
  width: 50%;
  border: 0;
  background: #fff;
  color: #000;
  user-select: none;
  -webkit-user-select: none;
}
.old_content #passcode-form .keypad {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 40px;
}
.old_content #passcode-form .keypad .button {
  height: 70px;
  width: 30%;
  margin: 10px 0;
  padding: 8px 0;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
  background-image: linear-gradient(#737373 0%, #272727 100%);
}
.old_content #passcode-form .keypad .button:active {
  background-image: none;
  background-color: #888;
}
.old_content #passcode-form .keypad .button span {
  display: block;
  font-size: 1.3em;
}
.old_content #passcode-form .keypad .button span:first-child {
  font-size: 2.5em;
}
.old_content #passcode-form .keypad .button.text-only span:first-child {
  font-size: 1.5em;
  margin-top: 15px;
}
.old_content #passcode-form .control {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.old_content #passcode-form .control input {
  width: 200px;
  height: 60px;
  font-size: 1.5em;
  border: 1px outset #666;
  background-color: #c0c0c0;
}
.old_content #passcode-form .control input:disabled {
  background-color: #888;
  color: #333;
}

/*# sourceMappingURL=Site.css.map */
