/*body {*/
/*    background-color: aliceblue;*/
/*}*/

.collapsed_kqs_followup {
    display: none;
}

.tab {
    display: none;
}

.tab-sdl {
    display: none;
}

.text-radio {
    padding-right: 5px;
}

.accordion .btn {
  box-shadow: none;
}

.modal-header .close {
  box-shadow: none;
  outline: none;
}

/* Study Table */
.collapsible-section {
  padding-left: 0.5em;
}
.collapsible-section-header a:before {
  content: '\25bc';
  padding-right: 0.5em;
}
.collapsible-section-header a.collapsed:before {
  content: '\25ba';
  padding-right: 0.5em;
}
/* End Study Table */

/*.asteriskField {*/
/*    display: none;*/
/*}*/
.table-sdl-border {
  border: 0;
}
.q-border{
  /*border: 2px solid lightgray;*/
  /*border-radius: 5px;*/
}

.q-loading-placeholder {

}

.text-purple {
    color: #0300c6
}

.spin-q {
  top: 6.4em!important;
}

.spin-e {
  /*top: 6.4em!important;*/
  position: relative!important;
  right: 0!important;
  left: 6em!important;
  /*bottom: 3em!important;*/
  top: -1.5em!important;
  display: inherit;
}

.spin-q-shift {
  top: 4em!important;
}


.l-border{
  border: 2px solid lightgray;
  border-radius: 5px;
  padding: 0.5em;
  background-color: #b3d7ff;
}

.forgot-pass {
  margin-top: -0.8em;
}

.modal-subtitle {
    margin-bottom: 0;
}

iframe {
    height: 16em;
    width: 100%;
   border: none;
}

#purpose-video {
  height: 315px;
}

.response-hist-iframe {
      height: 6em;
    /*margin-bottom: -2.5em;*/
}

.preview-nav-btn {
  float:right;
  padding-top: 0.5em;
  padding-right: 0.2em;
  padding-bottom: 0.5em;
}
.break {flex-basis: 100%;
  height: 0;}

.selectize-control.multi .selectize-input .item {
    background-color: #b3d7ff;
}

.suggestions {
    display: flex;
    flex-flow: row wrap;
}

.suggestion-item {
    margin: 0 10px 0 0;

}

/*table  {border-spacing: 30px; border-collapse: separate; border: 1px solid black;}
*/

/*table, th, td {*/
/*  border: 1px solid black;*/
/*  border-collapse: collapse;*/
/*}*/

/*th, td {*/
/*  padding: 5px;*/
/*}*/

/*a {*/
/*  -webkit-transition: .25s all;*/
/*  transition: .25s all;*/
/*}*/

.card {
  overflow: hidden;
  /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);*/
  -webkit-transition: .25s box-shadow;
  transition: .25s box-shadow;

}
.card-index:focus, .card-index:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.card-inverse .card-img-overlay {
  background-color: rgba(51, 51, 51, 0.85);
  border-color: rgba(51, 51, 51, 0.85);
}

/*.card-title {*/
/*    overflow: hidden;*/
/*}*/

/*.card{*/
/*  cursor:pointer;*/
/*  transition:all .4s ease-in-out;*/
/*}*/
/*.card:hover{*/
/*  transform:scale(1.05);*/
/*  box-shadow:10px 10px 10px #888888;*/
/*}*/


.close{
  /*color:#ffa710;*/
  opacity:0.5;
}
.modal-lg{
  max-width:800px;
}






.modal-logo:hover .img-buttons .material-icons{
    opacity: 1;
  }
/* MODAL ANIMATION */

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}



.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
/*bottom@keyframes bounceInLeft {*/
/*  from, 60%, 75%, 90%, to {*/
/*    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);*/
/*  }*/

/*  0% {*/
/*    opacity: 0;*/
/*    transform: translate3d(-3000px, 0, 0);*/
/*  }*/

/*  60% {*/
/*    opacity: 1;*/
/*    transform: translate3d(25px, 0, 0);*/
/*  }*/

/*  75% {*/
/*    transform: translate3d(-10px, 0, 0);*/
/*  }*/

/*  90% {*/
/*    transform: translate3d(5px, 0, 0);*/
/*  }*/

/*  to {*/
/*    transform: none;*/
/*  }*/
/*}*/

/*.bounceInLeft {*/
/*  animation-name: bounceInLeft;*/
/*}*/

/* animated text */
.animated-text{
  animation: changefontcolor 2s ease-in-out infinite;
}
@keyframes changefontcolor {
  0%{
    color:black;
  }
  50%{
    color:red;
  }
  100%{
    color:purple;
  }
}

.kq-followups {
    padding-left: .5em;
    border-left: 2px solid lightgray;
}

.incentive-followups-nested {
    padding-left: 0.5em;
    border-left: 2px solid lightgray;
}

.incentive-followups-nested-nested {
    padding-left: 0.5em;
    border-left: 2px solid lightgray;
}

.large-table-col {
    width: 8em;
}

.table-iframe {
  height: 0;
}


.checkbox-label {
    vertical-align: center;
}


.password-change {
    margin-top: 1em;
}

/*.form-group .invalid {*/
/*    color: darkred;*/
/*}*/

#hint_id_interests{
    margin-top:0;
}

.modal-footer {
    background-color: #3D68B9;
    /*color: white;*/
}

.modal-footer-adjusted {
  padding: 0;
  padding-top: 1em;
    background-color: white!important;
    /*color: white;*/
}

.modal-footer-adjusted > * {
  margin:0!important
}

.modal-header {
    background-color: aliceblue;
    /*color: white;*/
}

.btn-load > *, .btn-link-load > *, .btn-download > * {
  pointer-events: none;
}

.btn-load, .btn-link-load, .btn-download {
  /*display: block;*/
  /*margin: 0 auto;*/
  /*padding: .6em .8em;*/
  /* Font-size is the root value that determines size of spinner parts.
Change this to whatever you want and spinner elements will size to match. */
  /*font-size: 20px;*/
  /*font-weight: bold;*/
  /*border-radius: .4em;*/
  /*border: none;*/
  /*overflow: hidden;*/
  cursor: pointer;
  position: relative;
  transition: all 0.25s; !important;
}


/* focus/disabled styles, you can change this for accessibility */
.btn-load:focus, .btn-load:disabled, .btn-load-no-spin:focus, .btn-load-no-spin:disabled, .btn-link-load:focus, .btn-link-load:disabled , .btn-download:focus, .btn-download:disabled, .submit-new:disabled  {
   outline: none;
  background: #aaa;
}

/* This is the space for the spinner to appear, applied to the button */
.spin {
  padding-right: 60px;
  /*display: block;*/
}

/* position of the spinner when it appears, you might have to change these values */
.spin .spinner {
  right: 2em;
  top: 1em;
  width: 2.5em;
  display: block;
  position: absolute;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}

.spin .spinner::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  border: 1px solid #ccc;
  border-top-color: #07d;
  animation: spinner .6s linear infinite;
}




*, *::before, *::after {
  box-sizing: border-box;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}




.tgl {
  visibility: hidden;
}

.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}

.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}

.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}

.tgl + .tgl-btn {
  outline: 0;
  display: block;
  /*width: 4em;*/
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.tgl + .tgl-btn:after {
  left: 0;
}

.tgl + .tgl-btn:before {
  display: none;
}

.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.tgl-light:checked + .tgl-btn {
  background: #9FD6AE;
}

.tgl-ios + .tgl-btn {
  background: #fbfbfb;
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border: 1px solid #e8eae9;
}

.tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: #fbfbfb;
  -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}

.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}

.tgl-ios + .tgl-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}

.tgl-ios + .tgl-btn:active:after {
  padding-right: .8em;
}

.tgl-ios:checked + .tgl-btn {
  background: #86d993;
}

.tgl-ios:checked + .tgl-btn:active {
  box-shadow: none;
}

.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -.8em;
}

.tgl-skewed + .tgl-btn {
  overflow: hidden;
  /*-webkit-transform: skew(-10deg);*/
  /*transform: skew(-10deg);*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-family: sans-serif;
  background: #86d993;
  border-radius: 5px;
}

.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
  /*-webkit-transform: skew(10deg);*/
  /*transform: skew(10deg);*/
  display: inline-block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  /*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);*/
}

.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}

.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}

.tgl-skewed + .tgl-btn:active {
  background: #888;
}

.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}

.tgl-skewed:checked + .tgl-btn {
  background: #FF3A19;
}

.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}

.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}

.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}

.tgl-flat + .tgl-btn {
  padding: 2px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: #fff;
  border: 4px solid #f2f2f2;
  border-radius: 2em;
}

.tgl-flat + .tgl-btn:after {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: #f2f2f2;
  content: "";
  border-radius: 1em;
}

.tgl-flat:checked + .tgl-btn {
  border: 4px solid #7FC6A6;
}

.tgl-flat:checked + .tgl-btn:after {
  left: 50%;
  background: #7FC6A6;
}

.tgl-flip + .tgl-btn {
  padding: 2px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-family: sans-serif;
  -webkit-perspective: 100px;
  perspective: 100px;
}

.tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
  display: inline-block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 4px;
}

.tgl-flip + .tgl-btn:after {
  content: attr(data-tg-on);
  background: #02C66F;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.tgl-flip + .tgl-btn:before {
  background: #bd2130;
  content: attr(data-tg-off);
}

.tgl-flip + .tgl-btn:active:before {
  -webkit-transform: rotateY(-20deg);
  transform: rotateY(-20deg);
}

.tgl-flip:checked + .tgl-btn:before {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.tgl-flip:checked + .tgl-btn:after {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  left: 0;
  background: #7FC6A6;
}

.tgl-flip:checked + .tgl-btn:active:after {
  -webkit-transform: rotateY(20deg);
  transform: rotateY(20deg);
}

.banner-prompts {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  color: #0069db;
}

.home-banner{
  margin-top: 65px;
}

.multi-banner {
  box-shadow: none;
}

.new-user-update {
  /*padding-left: 1em;*/
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  background-color: #b3c3ff;
}

.challenge-update {
  /*padding-left: 1em;*/
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  background-color: #9395fa;
}

.res-prompt {
    padding-top: 0.2em;
  padding-bottom: 0.2em;
  background-color: #967ffc;
}

.challenge-home-update {
  /*padding-left: 1em;*/
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  background-color: #93aeff;
}


.newsletter-home-update {
  /*padding-left: 1em;*/
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  background-color: #93aeff;
  color: white;
}

.email-confirm {
  /*padding-left: 1em;*/
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  background-color: #a59fff;
}

.email-confirm-success {
  /*padding-left: 1em;*/
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  background-color: #99ffeb;
}

#message-text {
  height: 5em;
}

.custom-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.shareUrl-input {
  cursor: pointer;
}

.shareUrl-input {
  width: 100%;
  /*margin-top: 10px;*/
  padding: 5px 2px;
  border: 2px solid rgba(0, 0, 0, 0.09);
  text-align: center;
  /*font-size: 26px;*/
  font-weight: bold;
  /*color: rgba(255, 255, 255, 0.9);*/
  background: rgba(0, 0, 0, 0);
  border-radius: 3px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.shareUrl-input:hover, .shareUrl-input:focus, .shareUrl-input:active {
  border-color: rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.1);
}

.shareUrl-subtext {
  margin-top: 2px;
  display: block;
  /*font-size: 14px;*/
}




#nav-toggle, #nav-toggle-head {
  border: none;
  padding: 0;
}

#nav-toggle-head {
  border: none;
  padding: 0;

}

#navbar {
  background: transparent;
}




/* selectize */

.selectize-control {
  position: relative;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: calc(8px - 2px - 0) 8px calc(8px - 2px - 3px - 0);
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: white;
  border: 0 solid white;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option, .selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}


/**
 * Selectize bootstrap 4
 */
.selectize-control {
  position: relative;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #343a40;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5;
  -webkit-font-smoothing: inherit;
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.selectize-control.multi .selectize-input.has-items {
  padding: calc(0.375rem - 1px - 0px) 0.75rem calc(0.375rem - 1px - 3px - 0px);
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 0.25rem 0.25rem 0 0;
  -moz-border-radius: 0.25rem 0.25rem 0 0;
  border-radius: 0.25rem 0.25rem 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #343a40;
  border: 0px solid #999;
}
.selectize-control.multi .selectize-input > div.active {
  background: #007bff;
  color: #fff;
  border: 0px solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
  color: #878787;
  background: white;
  border: 0px solid #e6e6e6;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: white;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  border-radius: 0 0 0.25rem 0.25rem;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown .option, .selectize-dropdown .optgroup-header {
  padding: 3px 0.75rem;
}
.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #6c757d;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f8f9fa;
  color: #16181b;
}
.selectize-dropdown .active.create {
  color: #16181b;
}
.selectize-dropdown .create {
  color: rgba(52, 58, 64, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: calc(0.75rem + 5px);
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #343a40 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #343a40 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: calc(0.75rem + 5px);
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fff;
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 3px 0.75rem;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 0.25rem 0.25rem 0 0;
  -moz-border-radius: 0.25rem 0.25rem 0 0;
  border-radius: 0.25rem 0.25rem 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  color: #343a40;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: black;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 8px 0 0 0;
  border-left: 1px solid #999;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #e6e6e6;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-dropdown, .selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.selectize-dropdown .optgroup-header {
  font-size: 0.875rem;
  line-height: 1.5;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: " ";
  display: block;
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.selectize-dropdown .create {
  padding-left: 0.75rem;
}

.selectize-dropdown-content {
  padding: 5px 0;
}

.selectize-dropdown-header {
  padding: 6px 0.75rem;
}

.selectize-input {
  min-height: calc(1.5em + 0.75rem + 2px);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .selectize-input {
    transition: none;
  }
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.is-invalid .selectize-input {
  border-color: #dc3545;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.is-invalid .selectize-input:focus {
  border-color: #bd2130;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eb8c95;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eb8c95;
}

.selectize-control.form-control-sm .selectize-input.has-items {
  min-height: calc(1.5em + 0.5rem + 2px) !important;
  height: calc(1.5em + 0.5rem + 2px) !important;
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem;
  line-height: 1.5;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: calc(0.75rem - 3px);
  padding-right: calc(0.75rem - 3px);
}
.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: calc(0.25rem - 1px);
  -moz-border-radius: calc(0.25rem - 1px);
  border-radius: calc(0.25rem - 1px);
}

.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.input-group .selectize-input {
  overflow: unset;
  -webkit-border-radius: 0 0.25rem 0.25rem 0;
  -moz-border-radius: 0 0.25rem 0.25rem 0;
  border-radius: 0 0.25rem 0.25rem 0;
}

#div_id_other_affiliation,
#div_id_other_discipline,
#div_id_other_organization,
#div_id_other_sector {
  margin-left: 2em;
}

#div_id_other_affiliation::before,
#div_id_other_discipline::before,
#div_id_other_organization::before,
#div_id_other_sector::before {
  content: '\2937';
  position: relative;
  left: -1.25em;
  top: -0.5em;
  float: left;
  font-size: 1.5em;
}

#div_id_other_affiliation label,
#div_id_other_discipline label,
#div_id_other_organization label,
#div_id_other_sector label {
  margin-left: -1.25em;
}


#core-container {
  padding: 1rem ;
  box-shadow: None;
  margin: 0;
}

.time-td, .author-td {
    max-width: 20em;
}

@media(min-width: 576px) {
  #core-container {
    padding: 3rem !important;
    margin-top: 3rem !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  }

.keyword-td, .title-td {
  max-height: 5em;
  max-width: 16em;
  text-overflow: ellipsis;
  overflow: hidden;

}
.time-td {
  text-align: center!important;


}

.close-td {
  text-align: center!important;
}

}

.close-td, .time-td {
  text-align:center;
}

.close-td-open {
  text-align: center!important;
  width: 9em;
}

.card-body > h3, h6, span, a {
  display: inline;
}

.card-stack > article, .card{
  margin-top: 0!important;
}


.results-unavail {
  width: 5em;
}

.keyword-td, .title-td {
  max-height: 5em;

  text-overflow: ellipsis;
  overflow: hidden;

}

.title-td {
    max-width: 25em;
}

.keyword-td {
   max-width: 8em;
}


.modal-header .modal-title {
  font-family: "Lato" , sans-serif;
  font-weight: 400;
}
@media (min-width: 576px) {
  .modal-sm {
    max-width: 500px!important;
  }

  .toc-footer {
    font-size: 10px!important;
  }

  .copy-footer {
    font-size: 12px!important;
  }
}

.kq-container .support-text {
color: #6c757d !important
}

.new-study-link {
  color: #3D68B9;
}

.steps{
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  text-align: center;
  margin-top: -1.5em;
}


.steps li{
  display: inline-block;
  margin: 20px;
  color: #ccc;
  padding-bottom: 5px;
}

.steps li.is-active{
  border-bottom: 1px solid #3D68B9;
  color: #3D68B9;
}


@keyframes content-placeholder-animation {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(300%);
  }
}


.content-placeholder-background {
  animation: content-placeholder-animation 1s linear infinite;
  background: -moz-linear-gradient(left, rgba(15, 15, 15, 0) 0%, rgba(219, 219, 219, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(15, 15, 15, 0) 0%, rgba(219, 219, 219, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(15, 15, 15, 0) 0%, rgba(219, 219, 219, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000f0f0f', endColorstr='#00ffffff',GradientType=1 );
  display: block;
  height: inherit;
  left: 0;
  position: absolute;
  top: 0;
  width: 70%;
  will-change: transform;
}

.content-placeholder-text {
  background-color: #ebebeb;
  display: block;
  height: 1em;
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.content-placeholder-text:last-of-type {
  width: 60%;
}
.content-placeholder-text:first-of-type {
  width: 80%;
}



.table-loading {
  border-bottom: 1px solid #dee2e6;
}

.toc-footer{
    display:block;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 1em;
  padding-bottom: 2em;
}

    .sspp-footer {
        text-align: center!important;
    }

    .copy-footer {
    font-size: 14px!important;
  }


    .search {

      display: inline;

}

.search-label {
  cursor: pointer;
}

.search-input {
  border: none;
  border-bottom: 1px solid black;
  background: transparent;
  outline: none;
  width: 0px;
  padding: 5px 0;
  z-index: 1;
  position: relative;
  line-height: 18px;
  margin: 5px 0;
  font-size: 14px;
  -webkit-appearance: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  cursor: pointer;
  border-radius: 0;
}
.search-input:focus, .search-input:valid {
  width: 160px;
  cursor: text;
}

.dot-dropdown:after {
  content: '\2807';
  font-size: 1em;
  color: #626262
}


.text-warning-dark {
    color: #FF8800 ;
}

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

.btn-warning-dark:hover {
    color: #212529;
    background-color: #f56f00;
    border-color: #f56400
}

.btn-warning-dark.focus, .btn-warning-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 138, 9, 0.5)
}

.btn-warning-dark.disabled, .btn-warning-dark:disabled {
    color: #212529;
    background-color: #FF8800;
    border-color: #FF8800
}

.btn-warning-dark:not(:disabled):not(.disabled).active, .btn-warning-dark:not(:disabled):not(.disabled):active, .show > .btn-warning-dark.dropdown-toggle {
    color: #212529;
    background-color: #f57c00 ;
    border-color: #f56400
}

.btn-warning-dark:not(:disabled):not(.disabled).active:focus, .btn-warning-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-warning-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 138, 9, .5)
}

.valuePadding {
  border: 1px inset #ccc;
}
.valuePadding input {
  border: none;
  padding:0px;
  outline: none;
}

#connect-orcid-button{
	border: 1px solid #D3D3D3;
	padding: .3em;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 1px 1px 3px #999;
	cursor: pointer;
	color: #999;
	font-weight: bold;
	font-size: .8em;
	line-height: 24px;
	vertical-align: middle;
}

#connect-orcid-button:hover{
	border: 1px solid #338caf;
	color: #338caf;
}

#orcid-id-icon{
	display: block;
	margin: 0 .5em 0 0;
	padding: 0;
	float: left;
}

@media (min-width: 1600px) {
  .container-custom {
    max-width: 1520px;
  }
}


.x-axis, .y-axis {
  font-size: 14px;
}

.preview-card {
  border-top: none;
}

.modal-hist {
  max-width: 800px!important;
}

.project-followups-row {
    background-color: aliceblue;
}
.project-followups-row:hover {
    background-color: #d5ebff !important;
}

.width5em {
  width: 5em;
}


.ellipsis-loading:after {
    content: '\00a0\00a0\00a0';
    animation: progress-ellipsis 2s infinite;
}

@keyframes progress-ellipsis {
    0% {
        content: '\00a0\00a0\00a0';
    }
    30% {
        content: '.\00a0\00a0';
    }
    60% {
        content: '..\00a0';
    }
    90% {
        content: '...';
    }
}

.question-card {
  font-family: arial, helvetica, sans-serif;
  line-height: 1.5em;
  font-size: 16px;
  margin-top: 0;
  height: 16em;
  overflow-y: scroll;
}
.question-card .question-iframe {
  height: 0;
}
.question-card img {
  width: 100%; !important;
}
.question-card .float-right {
  float: right !important
}
.question-card a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
.question-card .sspp-inline > * {
  display: inline;
}
