/** common stylesheets for grantforward */
.modal-content-width {
  width: 768px;
}
@media (max-width: 767px) {
  .modal-content-width {
    width: 100%;
    max-width: 100%;
  }
}

/* font face */
/* end of font face*/
.hidden {
  display: none !important;
}

.inline {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.text-pre {
  white-space: pre-wrap;
}

.form-control-inline {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: auto;
}

.responsive-embed16by9 {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.responsive-embed16by9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.focusable:focus {
  outline: 2px solid #AAC7FC;
  outline-offset: 8px;
}

.fluid, .container.main, .header .container, .head-nav .nav-bar, .secondary-nav .nav.container {
  padding-right: 3%;
  padding-left: 3%;
  width: 100%;
}
@media (min-width: 993px) and (max-width: 1199px) {
  .fluid, .container.main, .header .container, .head-nav .nav-bar, .secondary-nav .nav.container {
    padding-right: 8%;
    padding-left: 8%;
  }
}
@media (min-width: 1200px) {
  .fluid, .container.main, .header .container, .head-nav .nav-bar, .secondary-nav .nav.container {
    padding-left: 12%;
    padding-right: 12%;
  }
}

html {
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  word-wrap: break-word;
  overflow-x: hidden;
}

.skip-nav {
  display: block;
  margin-left: -10000px;
  padding: 5px 10px;
  width: auto;
  height: 38px;
  line-height: 25px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  border: 2px solid #000;
}
.skip-nav:focus {
  margin-left: 0;
}
.skip-nav.skip-main {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 4;
}

input[readonly], input[readonly="readonly"] {
  cursor: default !important;
}

.wrapper {
  position: relative;
  min-height: 100%;
}

.container.main {
  position: relative;
  z-index: 0;
  padding-top: 30px;
  padding-bottom: 180px;
  min-height: 500px;
  background: #fff;
}

a {
  color: #54678c;
}

.form-horizontal label.control-label {
  text-align: left;
}

.modal-title {
  font-size: 18px;
}

.pagination > li > a, .pagination > li > span {
  color: #54678c;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #4a5b7c;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background: #54678c;
  border-color: #54678c;
}

/** Accessibility for textinput / area placeholder */
input::placeholder, textarea::placeholder {
  color: #707070 !important;
}

.text-muted {
  color: #666;
}

.validation-text {
  margin-top: 3px;
  font-size: 12px;
  color: #a94442;
}

/** dark blue button (used in same flavour as bootstrap's default ones) */
.btn-dark-blue {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5c7099), to(#54678c));
  background-image: -webkit-linear-gradient(top, #5c7099, 0%, #54678c, 100%);
  background-image: -moz-linear-gradient(top, #5c7099 0%, #54678c 100%);
  background-image: linear-gradient(to bottom, #5c7099 0%, #54678c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5697d0', endColorstr='#ff367ebd', GradientType=0);
  color: #ffffff;
  background-color: #54678c;
  border-color: #5f759f;
}
.btn-dark-blue:hover, .btn-dark-blue:focus, .btn-dark-blue:active, .btn-dark-blue:active:focus {
  color: #fff;
  background-image: none;
}
.btn-dark-blue:focus, .btn-dark-blue:active, .btn-dark-blue:active:focus {
  /* outline: 1px solid #f6aa19 !important;
  outline-offset: 1px; */
}

/** samething, but for orange color */
.btn-orange {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f8c054), to(#f8b940));
  background-image: -webkit-linear-gradient(top, #f8c054, 0%, #f8b940, 100%);
  background-image: -moz-linear-gradient(top, #f8c054 0%, #f8b940 100%);
  background-image: linear-gradient(to bottom, #f8c054 0%, #f8b940 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF8C054', endColorstr='#FFF8B940', GradientType=0);
  color: #333;
  background-color: #f8b940;
  border-color: #f7b536;
}
.btn-orange:hover, .btn-orange:focus {
  color: #000;
  background-image: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger:active:focus {
  color: #fff;
  background-image: none;
}

/** label with background befitting the system */
.label-dark-blue {
  font-size: 14px;
  background: #54678C;
}

.btn-link-style {
  padding: 0;
  margin: 0;
  color: #54678c;
  text-decoration: none;
  background: none;
  border: none;
}
.btn-link-style:hover, .btn-link-style:focus {
  text-decoration: underline;
}
.btn-link-style[disabled] {
  color: #aaa;
}

.btn-styleless {
  padding: 0;
  margin: 0;
  text-decoration: none;
  background: none;
  border: none;
}

.close {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.close:hover, .close:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.dropdown-toggle:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/*
    set of styles for loading container
 */
.czd-loading-status {
  margin-top: 20px;
  text-align: center;
}

.czd-loading-icon {
  display: block;
  margin: 20px auto;
}

.czd-loading-icon-inline {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-left: 5px;
}

/*
    Some more ui helper class that can be used in czd_accessibility_utils.js
 */
.czd-ui-transitional {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.czd-ui-helper-flash {
  -webkit-box-shadow: 0 0 12px #1a71b5;
  -moz-box-shadow: 0 0 12px #1a71b5;
  box-shadow: 0 0 12px #1a71b5;
}

.header {
  position: relative;
  z-index: 3;
  padding-bottom: 5px;
  background: #54678c;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #2e384c;
}
.header .container {
  position: relative;
}
.header .navigation-signup {
  text-align: center;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .header .navigation-signup {
    float: right;
    text-align: left;
  }
}
.header .navigation-signup li {
  float: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
@media (min-width: 768px) {
  .header .navigation-signup li {
    float: left;
  }
}
.header .navigation-signup li > a {
  color: #e6e6e6;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: background 0.5s ease-out, color 0.5s ease-out;
  -moz-transition: background 0.5s ease-out, color 0.5s ease-out;
  -o-transition: background 0.5s ease-out, color 0.5s ease-out;
  transition: background 0.5s ease-out, color 0.5s ease-out;
}
.header .navigation-signup li > a.active {
  color: white;
  background: #37445c;
}
.header .navigation-signup li > a:focus, .header .navigation-signup li > a:hover {
  color: white;
  background: #475776;
}
.header .navigation-signup li > a.free-trial {
  color: #555;
  background-color: #f9c563;
}
.header .navigation-signup li > a.free-trial:focus, .header .navigation-signup li > a.free-trial:hover, .header .navigation-signup li > a.free-trial.active {
  color: #000;
  background-color: #f6aa19;
}
.header .navigation-signup .signin-progress {
  height: 40px;
  line-height: 25px;
  color: #e6e6e6;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}
.header .logo {
  display: block;
  margin: 5px auto;
  max-width: 444px;
}
.header .logo img {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header .logo img {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .header .logo {
    float: left;
    margin: 5px;
  }
}
.header .logo-mini {
  float: left;
  margin: 12px;
  padding-right: 10px;
  border-right: 1px solid #efefef;
}
.header .integration-logo {
  position: relative;
  float: left;
  height: 104px;
  margin-left: 15px;
}
.header .integration-logo img {
  display: block;
  margin-top: 12px;
  max-width: 200px;
  max-height: 60px;
}
.header .integration-logo .logo-container {
  margin-top: 10px;
  padding: 3px;
  width: fit-content;
  height: fit-content;
}
.header .integration-logo .logo-container img {
  margin-top: 0;
}
.header .integration-logo .integration-short-name-container {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  display: block;
  margin-top: 4px;
  margin-left: 2px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .header .integration-logo .integration-short-name-container {
    max-width: 205px;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .header .integration-logo .integration-short-name-container .gs-service-span {
    display: none;
  }
}
.header .integration-logo.integration-logo-mode-3 .logo-container {
  margin-top: 22px;
}
.header .integration-logo.integration-logo-mode-2 .integration-short-name-container {
  margin-top: 20px;
}
.header .integration-logo.integration-logo-mode-2 .integration-short-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 34px;
}
.header .signin-container {
  position: absolute;
  right: 15px;
  top: 60px;
  padding: 10px 10px 5px;
  width: 400px;
  background: white;
  border: 2px solid #999999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .header .signin-container {
    top: auto;
    margin-top: 10px;
    width: 280px;
    right: 5px;
  }
}
.header .signin-container:before, .header .signin-container:after {
  content: '';
  position: absolute;
}
.header .signin-container:before {
  top: -8px;
  right: 25px;
  border-bottom: 8px solid #999999;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #999999 rgba(255, 255, 255, 0);
}
@media (max-width: 767px) {
  .header .signin-container:before {
    right: 68px;
  }
}
.header .signin-container:after {
  top: -6px;
  right: 27px;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) white rgba(255, 255, 255, 0);
}
@media (max-width: 767px) {
  .header .signin-container:after {
    right: 70px;
  }
}
.header .signin-container .alert {
  padding: 5px;
}
.header .signin-container .form-submit-action {
  text-align: center;
}
.header .signin-container .forget {
  margin-top: 15px;
  text-align: center;
}
.header .signin-container .redirect-notify {
  margin-top: 5px;
}
.header .announcement {
  position: relative;
}
.header .announcement-container {
  position: absolute;
  right: -65px;
  top: 49px;
  padding: 20px;
  width: 400px;
  background: white;
  border: 2px solid #999999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .header .announcement-container {
    right: -100px;
    width: 280px;
  }
}
.header .announcement-container:before, .header .announcement-container:after {
  content: '';
  position: absolute;
}
.header .announcement-container:before {
  top: -8px;
  right: 136px;
  border-bottom: 8px solid #999999;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #999999 rgba(255, 255, 255, 0);
}
@media (max-width: 480px) {
  .header .announcement-container:before {
    right: 171px;
  }
}
.header .announcement-container:after {
  top: -6px;
  right: 138px;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) white rgba(255, 255, 255, 0);
}
@media (max-width: 480px) {
  .header .announcement-container:after {
    right: 173px;
  }
}
.header .announcement-container a {
  text-decoration: underline;
}
.header .announcement-container .news-item + .news-item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.header .user-container {
  float: right;
  margin-top: 5px;
}
.header .user-container li > a {
  color: #e6e6e6;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header .user-container li > a:focus, .header .user-container li > a:hover {
  color: white;
  background: #455472;
}
.header .user-container li > a.active {
  color: white;
  background: #37445c;
}
.header .user-info-wrapper {
  position: relative;
}
.header .user-info-container {
  position: absolute;
  right: 15px;
  top: 49px;
  width: 400px;
  background: white;
  border: 2px solid #999999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .header .user-info-container {
    width: 137px;
    right: 2%;
  }
}
.header .user-info-container:before, .header .user-info-container:after {
  content: '';
  position: absolute;
}
.header .user-info-container:before {
  top: -8px;
  right: 25px;
  border-bottom: 8px solid #999999;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #999999 rgba(255, 255, 255, 0);
}
.header .user-info-container:after {
  top: -6px;
  right: 27px;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) white rgba(255, 255, 255, 0);
}
.header .user-info-container .user-info {
  padding: 10px;
  border-bottom: 1px solid #888;
}
.header .user-info-container .user-info .user-info-img {
  float: left;
  width: 96px;
  height: 96px;
  line-height: 90px;
  text-align: center;
  border: 2px solid #000;
  overflow: hidden;
  background: #f2f1f3;
}
.header .user-info-container .user-info .user-info-img img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 100%;
}
.header .user-info-container .user-info .user-info-context {
  margin-left: 110px;
}
@media (max-width: 480px) {
  .header .user-info-container .user-info .user-info-context {
    margin-left: 0px;
    margin-top: 110px;
  }
}
.header .user-info-container .user-info .user-info-context dl {
  margin-bottom: 0;
}
.header .user-info-container .user-info .user-info-context dt {
  font-size: 13px;
}
.header .user-info-container .user-info .user-info-context dd {
  font-size: 13px;
}
.header .user-info-container .user-info .user-info-context dd + dt {
  margin-top: 10px;
}
.header .user-info-container .user-action {
  padding: 10px;
  background: #eee;
}

.head-nav {
  position: relative;
  z-index: 2;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #2e384c;
  background: #5e739c;
}
.head-nav .nav-bar {
  /* @include respond-to(screen-above-small){
      padding-left: 5px;
      padding-right: 5px;
  } */
  background: #5e739c;
}
.head-nav .nav-bar .navbar-toggle {
  background: #7c8eb0;
  border-color: #fff;
}
.head-nav .nav-bar .navbar-toggle .icon-bar {
  background: #fff;
}
.head-nav .nav-bar .navbar-collapse {
  max-height: none;
}
@media (min-width: 768px) {
  .head-nav .nav-bar .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .head-nav .nav-bar ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
@media (min-width: 768px) {
  .head-nav .nav-bar ul.nav li.dropdown:hover > a.menu-active + ul.dropdown-menu {
    display: none;
  }
}
.head-nav .nav-bar .nav-home {
  float: none;
  display: block;
  text-decoration: none;
}
.head-nav .nav-bar .nav-home:hover, .head-nav .nav-bar .nav-home:focus, .head-nav .nav-bar .nav-home:active {
  text-decoration: none;
}
@media (min-width: 768px) {
  .head-nav .nav-bar .nav-home {
    float: left;
  }
}
.head-nav .nav-bar .nav > li > a {
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  line-height: inherit;
  font-weight: bold;
  text-shadow: none;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  -moz-transition: background 0.2s ease-out, color 0.2s ease-out;
  -o-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
  background: #5e739c;
}
.head-nav .nav-bar .nav > li > a .text-beta {
  font-size: 10px;
}
.head-nav .nav-bar .nav li.dropdown:hover > a,
.head-nav .nav-bar .nav > li > a:hover {
  color: #fff;
  background: #4e6082;
}
.head-nav .nav-bar .nav > li.dropdown.open > a,
.head-nav .nav-bar .nav > li.dropdown > a:focus,
.head-nav .nav-bar .nav > li.dropdown > a.menu-active {
  color: #fff;
  background: #41506c;
}
.head-nav .nav-bar .nav > li.dropdown > a:focus,
.head-nav .nav-bar .nav > .nav-home a:focus {
  outline: 2px solid #fff;
  outline-offset: -1px;
}
.head-nav .nav-bar ul.dropdown-menu {
  border-top-width: 2px;
}
.head-nav .nav-bar .navbar-form {
  margin-top: 6px;
  margin-bottom: 6px;
}
.head-nav .nav-bar .navbar-form .input-group-btn,
.head-nav .nav-bar .navbar-form .input-group-addon {
  width: auto;
}
.head-nav .nav-bar .navbar-form .input-group {
  display: inline-table;
  vertical-align: middle;
}
.head-nav .nav-bar .onboard-tip-toggle {
  margin-left: 8px;
}
.head-nav .nav-bar .onboard-tip-toggle .onboard-tip-toggle-title:focus {
  outline: 2px solid #fff;
  outline-offset: -1px;
}
.head-nav .nav-bar #header-search-type {
  padding: 3px 5px;
  height: 28px;
  color: #fff;
  background-color: #54678c;
  border-right-width: 0;
  border-color: #41506c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.head-nav .nav-bar #header-search-text {
  padding: 3px 8px;
  height: 28px;
  border-color: #41506c;
}
.head-nav .nav-bar #header-search-submit {
  padding: 3px 12px;
  border-color: #41506c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #54678c;
}

.secondary-nav {
  position: relative;
  z-index: 1;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.secondary-nav .nav {
  padding-left: 30px;
}
.secondary-nav .nav li > a {
  padding: 7px 15px;
  color: #757575;
  font-weight: bold;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  -moz-transition: background 0.2s ease-out, color 0.2s ease-out;
  -o-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.secondary-nav .nav li > a sup {
  color: #666;
}
.secondary-nav .nav li > a:hover,
.secondary-nav .nav li > a:focus,
.secondary-nav .nav li > a.menu-active {
  color: #333;
  background: #fff;
}
.secondary-nav .nav li > a:focus {
  outline: 2px solid #000;
  outline-offset: -5px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
  text-align: center;
  background: #54678c;
  border-top: 2px solid #2e384c;
  z-index: 2;
}
.footer .links {
  margin-top: 10px;
}
.footer .media-links {
  margin-top: -45px;
  margin-bottom: 25px;
}
.footer .media-links img {
  width: 32px;
  height: 32px;
}
.footer a {
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer .copyright {
  color: #fff;
}

.ui-menu.ui-autocomplete {
  padding: 6px;
  font-size: 15px;
  border-color: #aaa;
  max-height: 600px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}
.ui-menu.ui-autocomplete li.ui-menu-item {
  cursor: pointer;
  background: none;
}
.ui-menu.ui-autocomplete li.ui-menu-item a {
  color: #333;
  padding: 5px 6px;
}
.ui-menu.ui-autocomplete li.ui-menu-item a.ui-state-focus {
  background: #54678c;
  color: #fff;
}
.ui-menu.ui-autocomplete li.ui-menu-item:hover a {
  background: #54678c;
  color: #fff;
}
.ui-menu.ui-autocomplete li.ui-menu-item:hover + a.ui-state-focus {
  padding: 0;
}

#dp_swf_engine {
  display: none;
}

.head-title {
  margin-bottom: 40px;
  text-align: center;
}
.head-title h1 {
  margin-bottom: 15px;
}

#survey-popin {
  position: fixed;
  display: none;
  z-index: 4;
  padding: 5px 10px;
  bottom: 0;
  width: 100%;
  border: 2px solid #2e384c;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  background: #fff;
}
@media (min-width: 992px) {
  #survey-popin {
    bottom: 0;
    right: 0;
    max-width: 710px;
    border-left-width: 2px;
  }
}
@media (min-width: 1580px) {
  #survey-popin {
    padding: 10px 15px;
    bottom: 140px;
    right: 0;
    max-width: 230px;
    border-left-width: 2px;
    border-right-width: 0;
    border-bottom-width: 2px;
  }
}
@media (min-width: 992px) {
  #survey-popin .content {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 5px;
  }
}
@media (min-width: 1580px) {
  #survey-popin .content {
    display: block;
    margin-top: 0;
    margin-right: 0;
  }
}
#survey-popin .action {
  margin-top: 10px;
  text-align: center;
}
#survey-popin .action .btn-accept {
  padding-left: 2em;
  padding-right: 2em;
}
@media (min-width: 992px) {
  #survey-popin .action {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin-top: 0;
  }
}
@media (min-width: 1580px) {
  #survey-popin .action {
    display: block;
    margin-top: 10px;
  }
}

.guide-glyph, .use-guide-steps .use-guide-step-item.from:before, .use-guide-steps .use-guide-step-item.to:after {
  position: absolute;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
}

.use-guide-steps .use-guide-step-item {
  position: relative;
  margin-bottom: 100px;
}
.use-guide-steps .use-guide-step-item .step-img {
  margin-bottom: 15px;
  border: 1px solid #555;
  background: #ccc;
}
.use-guide-steps .use-guide-step-item .step-img img {
  margin: 0 auto;
}
.use-guide-steps .use-guide-step-item .step-caption {
  text-align: center;
}
@media (min-width: 1200px) {
  .use-guide-steps .use-guide-step-item .step-caption {
    text-align: left;
  }
}
.use-guide-steps .use-guide-step-item .step-indicator {
  display: block;
  margin: 0px auto 15px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: #54678c;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.use-guide-steps .use-guide-step-item.from.right:before, .use-guide-steps .use-guide-step-item.to.left:after {
  content: "\e092";
}
.use-guide-steps .use-guide-step-item.from.left:before, .use-guide-steps .use-guide-step-item.to.right:after {
  content: "\e091";
}
.use-guide-steps .use-guide-step-item.from.down:before, .use-guide-steps .use-guide-step-item.to.up:after {
  content: "\e094";
}
.use-guide-steps .use-guide-step-item.from.up:before, .use-guide-steps .use-guide-step-item.to.down:after {
  content: "\e093";
}
.use-guide-steps .use-guide-step-item.from:before {
  display: none;
}
@media (min-width: 1200px) {
  .use-guide-steps .use-guide-step-item.from:before {
    display: block;
  }
}
.use-guide-steps .use-guide-step-item.to:after {
  display: none;
}
@media (min-width: 1200px) {
  .use-guide-steps .use-guide-step-item.to:after {
    display: block;
  }
}
@media (min-width: 1200px) {
  .use-guide-steps .use-guide-step-item.from.right:before {
    margin-top: -60px;
    top: 50%;
    right: -140px;
  }
}
@media (min-width: 1200px) {
  .use-guide-steps .use-guide-step-item.from.left:before {
    margin-top: -60px;
    top: 50%;
    left: -140px;
  }
}
@media (min-width: 1200px) {
  .use-guide-steps .use-guide-step-item.from.up:before {
    margin-left: -26px;
    left: 50%;
    top: -95px;
  }
}
@media (min-width: 1200px) {
  .use-guide-steps .use-guide-step-item.from.down:before {
    margin-left: -26px;
    left: 50%;
    bottom: -95px;
  }
}
@media (min-width: 1200px) {
  .use-guide-steps .use-guide-step-item.to.right:after {
    margin-top: -60px;
    top: 50%;
    left: -140px;
  }
}
@media (min-width: 1200px) {
  .use-guide-steps .use-guide-step-item.to.left:after {
    margin-top: -60px;
    top: 50%;
    right: -140px;
  }
}
@media (min-width: 1200px) {
  .use-guide-steps .use-guide-step-item.to.up:after {
    margin-left: -26px;
    left: 50%;
    top: -95px;
  }
}
@media (min-width: 1200px) {
  .use-guide-steps .use-guide-step-item.to.down:after {
    margin-left: -26px;
    left: 50%;
    bottom: -95px;
  }
}

.czd-explanation-trigger {
  font-size: 12px;
}

.czd-explanation {
  margin-top: 10px;
  padding: 5px 8px;
  font-size: 13px;
  background: #ccd3e0;
  border: 1px solid #acb7cd;
}

.admin-top-guide {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 8px 12px 30px;
  border-bottom: 1px solid #54678c;
}
.admin-top-guide small {
  font-size: 13px;
}

.covid-notification {
  position: fixed;
  left: 20px;
  bottom: 40px;
  padding: 10px 15px;
  width: 520px;
  z-index: 10;
  border: 2px solid #444;
  background-color: #f0f0f0;
}
.covid-notification .popup-logo {
  float: left;
}
.covid-notification .popup-content {
  margin-left: 100px;
  margin-bottom: 30px;
}

.common-guide {
  margin-top: 20px;
  padding: 15px 15px 10px;
  border: 1px solid #999;
}
.common-guide .title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
}

.select-inst-container {
  margin-bottom: 40px;
}
.select-inst-container .select-inst-label {
  text-align: center;
  margin-top: 6px;
}
.select-inst-container #instSelect {
  width: 100%;
  margin-bottom: 15px;
}
