@-ms-keyframes spinner {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg); } }

@-moz-keyframes spinner {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

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

.moip-spinner {
  position: absolute;
  -webkit-animation-name: spinner;
  -webkit-animation-duration: 700ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinner;
  -moz-animation-duration: 700ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinner;
  -ms-animation-duration: 700ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spinner;
  animation-duration: 700ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

#form-authorize {
  box-shadow: 0 0 5px 0 #333;
  -ms-transform: translate(-50%, -50%);
  background: #fff;
  left: 50%;
  overflow: auto;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 480px; }
  #form-authorize .description {
    margin-bottom: 15px;
    margin-left: 5px; }
  #form-authorize .label-text {
    color: #555;
    margin-left: 5px; }
  #form-authorize input {
    border-radius: 3px;
    padding: 5px 8px; }
    #form-authorize input:disabled {
      background: #ebebeb; }
  #form-authorize .btn-content {
    margin-top: 15px;
    text-align: center; }
    #form-authorize .btn-content .button-primary {
      width: 150px; }
  #form-authorize .close {
    background-color: #848484;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    font-weight: bold;
    height: 16px;
    line-height: 1;
    padding: 5px;
    position: absolute;
    right: 4px;
    text-align: center;
    top: 4px;
    width: 16px; }
    #form-authorize .close:hover {
      background-color: #333; }
    #form-authorize .close:before {
      content: 'x';
      position: relative;
      top: -2px; }
  #form-authorize .button img {
    height: 16px;
    opacity: 0.5;
    position: relative;
    top: 4px;
    width: 16px; }
  #form-authorize .response-message {
    display: none; }
    #form-authorize .response-message .alert {
      width: initial; }
    #form-authorize .response-message .close-after {
      display: none; }
  #form-authorize .auth-link {
    display: none;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }
  #form-authorize .close-after {
    display: none; }

#app-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999; }

.app-authorized {
  color: #3c763d;
  font-size: 14px;
  font-weight: bold; }

.app-not-authorized {
  color: #dc3232;
  font-size: 14px;
  font-weight: bold; }

#send-notification.active {
  border-color: #e2e0e0;
  box-shadow: none;
  color: #8e8e8e;
  cursor: progress;
  pointer-events: none; }
  #send-notification.active span {
    margin-left: 10px;
    margin-right: 20px;
    position: relative;
    top: 3px; }

#mainform .moip-field-error,
#form-authorize .moip-field-error {
  background-color: #f2dede;
  border-color: #ec657b;
  box-shadow: none; }

#mainform .label-text,
#form-authorize .label-text {
  margin: 0 5px 0 2px;
  position: relative;
  top: 2px; }

#mainform input[type="radio"],
#form-authorize input[type="radio"] {
  margin: 0; }

.desc-send-notification .button,
.desc-send-notification .alert,
.response-message .button,
.response-message .alert {
  font-style: normal; }

.desc-send-notification .alert,
.response-message .alert {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-left-width: 4px;
  display: block;
  margin: 10px 0;
  padding: 10px;
  width: 36%; }

.desc-send-notification .alert-success,
.response-message .alert-success {
  background-color: #dff0d8;
  border-left-color: #3c763d;
  color: #3c763d; }

.desc-send-notification .alert-info,
.response-message .alert-info {
  background-color: #d9edf7;
  border-color: #31708f;
  color: #31708f; }

.desc-send-notification .alert-warning,
.response-message .alert-warning {
  background-color: #fcf8e3;
  border-left-color: #8a6d3b;
  color: #8a6d3b; }

.desc-send-notification .alert-danger,
.response-message .alert-danger {
  background-color: #f2dede;
  border-left-color: #a94442;
  color: #a94442; }

.desc-send-notification .alert-hide,
.response-message .alert-hide {
  display: none; }

.form-table.webhooks th,
.form-table.webhooks td {
  padding-bottom: 5px;
  padding-top: 5px; }

.form-table.webhooks tr:first-child th,
.form-table.webhooks tr:first-child td {
  padding-top: 20px; }

.form-table.wbo-webhooks-token {
  table-layout: fixed;
  width: 55%; }
  .form-table.wbo-webhooks-token td {
    word-wrap: break-word;
    overflow-wrap: break-word; }
  .form-table.wbo-webhooks-token th,
  .form-table.wbo-webhooks-token td {
    padding-bottom: 5px;
    padding-top: 5px; }
  .form-table.wbo-webhooks-token tr:first-child th,
  .form-table.wbo-webhooks-token tr:first-child td {
    padding-top: 20px; }

.message-access-key {
  color: #a90101;
  text-transform: uppercase; }

.wirecard-message-updated {
  border-left-color: #F5A22E; }
  .wirecard-message-updated .button-primary {
    background-color: #1A8ECB;
    border-color: #1A8ECB; }
