.button_case, .toggle.button .title {
  box-shadow: none !important;
  background-image: url("./img/button-end.png");
  background-repeat: no-repeat;
  height: 94px;
  background-position: top right;
  padding-right: 72px;
  border-radius: 0;
  max-width: 50%;
  min-width: 200px;
  width: 100%;
  font-size: 20px !important;
  border: none;
  text-transform: uppercase;
  color: white;
  opacity: 1;
  -webkit-transition: opacity 400ms ease-out;
  -moz-transition: opacity 400ms ease-out;
  -o-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
}
.button_case.short, .toggle.button .short.title {
  min-height: 20px;
  padding: 38px;
  display: block;
  margin-top: 20px;
  line-height: 20px;
  position: relative;
  height: 20px;
}
.button_case:hover, .toggle.button .title:hover {
  opacity: 0.5;
}

.toggle .toggle-wrap {
  height: 0;
  overflow: hidden;
}
.toggle .title {
  font-size: 18px;
  -webkit-transition: color 250ms ease-out;
  -moz-transition: color 250ms ease-out;
  -o-transition: color 250ms ease-out;
  transition: color 250ms ease-out;
  margin: 6px 0 0 0;
  padding: 15px 0;
  line-height: 18px;
  cursor: pointer;
  color: #666666;
  font-weight: bold;
  text-indent: -27px;
  margin-left: 27px;
}
.toggle .title a {
  color: #666666;
}
.toggle .title:hover {
  color: #ea131e;
}
.toggle .title:before {
  content: "\25B6";
  font-size: 16px;
  margin-right: 10px;
  position: relative;
}
.toggle.open .title {
  color: #ff5d47;
}
.toggle.open .title:before {
  content: "\25Bc";
  left: -2px;
}
.toggle .inner {
  padding-bottom: 10px;
  margin-left: 21px;
}
.toggle.button .title {
  height: 20px;
  padding: 38px;
}
.toggle.button .title:before {
  content: none;
}
.toggle.button .inner {
  border: 1px dotted #666;
  padding: 20px;
  margin-top: 10px;
  margin-left: 0;
}

/*# sourceMappingURL=gsma-util.css.map */
