
.mtab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
input.mcheck {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.blue label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #16a085;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
}
.blue label {
  background: #2980b9;
}
.tab-content {
  max-height: 0;
  overflow: hidden;
  background: #1abc9c;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}
.blue .tab-content {
  background: #3498db;
}
.tab-content p {
  margin: 1em;
}
input.mcheck:checked ~ .tab-content {
  max-height: 10em;
}
.blue label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
input[type=radio] + label::after {
  content: "\25BC";
}
input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}
.motif_map_div {
  height: 400px;
  width: 100%;
}
.half i.moti-fontaw {
    font-family: FontAwesome;
    padding-right: 12px;
    font-style: normal;
}
#motif_inquiry_success {
    display: none;
    text-align: center;
    color: #34bd34f5;
    font-size: 16px;
    border: 1px solid;
    padding: 7px;
}
#motif_gif_loader {
    display: inline;
    display: none;
}
