.italic {
  font-style: italic;
}

input[type="radio"],
input[type="checkbox"] {
  display: none;
}

label {
  width: 100%;
  cursor: pointer;
}

input[type="radio"]:disabled + label,
input[type="radio"]:disabled + label:before,
input[type="checkbox"]:disabled + label,
input[type="checkbox"]:disabled + label:before {
  color: grey;
  cursor: not-allowed;
}

input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 20px;
  transform: translateY(3px);
  font-weight: 200;
  content: "\f1db";
  cursor: pointer;
  letter-spacing: 10px;
}

input[type="radio"]:checked + label:before,
input[type="checkbox"]:checked + label:before {
  content: "\f058";
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

body {
  background-color: #ededed;
}

.container {
  /*background-color: #ffffff;*/
}

#rootwizard .navbar {
  visibility: hidden;
  min-height: 0;
  height: 0;
}

#app-layout .container:first-child {
  padding-bottom: 5rem;
}

.question {
  background-color: #337ab7;
  color: #ffffff;
  padding-left: 5rem;
}

.subquestion {
  background-color: #337ab7b3;
  color: #ffffff;
  padding-left: 5rem;
}

.table-export {
  display: none;
}

.scrolling-table {
  overflow-x: auto;
}

.prog-content {
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 99;
  padding-top: 20px;
}

.form-group > .alert {
  display: none;
}

.form-group.has-error > .alert {
  display: block;
}

.error-msg {
  display: inline-block;
}

.title {
  text-align: center;
  padding: 15px;
}

.top-buffer-sm {
  margin-top: 1em;
}

h3 {
  font-size: 16px;
}

.top-buffer {
  margin-top: 4.5em;
}

.bottom-buffer {
  margin-bottom: 3em;
}

.input-group-addon {
  width: 50px;
}

.circular-logo {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: url(/favicon_new.ico) no-repeat;
  background-size: 34px;
  padding: 0 !important;
  margin-top: 13px;
  margin-left: 3px;
}

.input-group {
  width: 100%;
}

.answers th {
  white-space: nowrap;
}

.answers td {
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.up {
  display: none;
}

.down {
  display: none;
}

.headerSortUp .up,
.tablesorter-headerSortUp .up,
.tablesorter-headerAsc .up {
  display: inline-block;
  /*background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);*/
}
.headerSortDown .down,
.tablesorter-headerSortDown .down,
.tablesorter-headerDesc .down {
  display: inline-block; /*background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);*/
}

.privacy-policy {
  max-height: 200px;
  overflow-y: auto;
}

.web {
  display: block;
}

.sp {
  display: none;
}

.banner-container {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 3rem;
}

.scaling-banner {
  max-height: 360px;
  max-width: 100%;
}

@media screen and (max-width: 414px) {
  .privacy-policy {
    max-height: 120px;
  }

  .web {
    display: none;
  }

  .header-bg-web {
    height: auto;
    background-image: none;
  }

  .sp {
    display: block;
  }
  .sp-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.no-padding {
  padding: 0px;
}

.container-padding {
  padding-left: 15px;
  padding-right: 15px;
}

/*
	SELECT2 fixes
 */
.select2 {
  width: 100% !important;
}

.clickable-row:hover {
  cursor: pointer;
}
