h1 {
  text-align: center;
}

.help-block i {
  color: #333;
}

table.dataTable thead .sorting {
  padding-right: 20px;
}

.scrollable {
  overflow-x: scroll;
}

.form-control {
  border-color: #ccc;
}

/*.content {*/

/*padding-top: 0 !important;*/

/*padding-right: 0 !important;*/

/*}*/

/*  bhoechie tab */

div.bhoechie-tab-container {
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
  margin-top: -15px;
}

div.bhoechie-tab-menu {
  clear: both;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.designer div.bhoechie-tab-menu,
.designer div.question-container {
  margin-bottom: 20px;
}

@media all and (min-width: 992px) {
  .designer div.bhoechie-tab-menu,
  .designer div.question-container {
    max-height: calc(100vh - 310px);
    overflow: scroll;
  }
}

div.bhoechie-tab-menu div.list-group {
  margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group > a {
  margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group > a .glyphicon,
div.bhoechie-tab-menu div.list-group > a .fa {
  color: #5A55A3;
}

div.bhoechie-tab-menu div.list-group > a:first-child {
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group > a:last-child {
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group > a.active,
div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.active .fa {
  background-color: #017792;
  background-image: #017792;
  color: #ffffff;
}

div.bhoechie-tab-menu div.list-group > a.active img {
  filter: brightness(400%);
}

div.bhoechie-tab-menu div.list-group > a.active:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #017792;
}

div.bhoechie-tab-content {
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
  display: none;
}

/*********************
** menutabs **
*********************/

.menutabs {
  margin: 0 15px;
}

/*********************
** spinner **
*********************/

.loader {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #000;
  opacity: 0.5;
}

.spinner {
  border: 5px solid #f3f3f3;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.bg-icon img {
  padding: 15%;
  display: table;
}

#illustrationinput {
  border: none;
}

.box.active {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.flexquestion {
  padding-left: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flexquestion i {
  padding-right: 10px;
}

.flexquestion i,
.flexquestion img {
  flex-grow: 0;
  flex-shrink: 0;
}

.flexquestion span {
  flex-grow: 1;
  flex-shrink: 1;
}

.login-box {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px 20px;
  border-radius: 10px;
}

.login-box .alert {
  margin-bottom: 10px;
}

.login-box .qr-code {
  margin-bottom: 20px;
}

.login-box #code {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.login-box .text-muted {
  line-height: 1.35;
  display: block;
}

