@charset "UTF-8";
.custtemplink .collapsed {
  display: inline;
}
.custtemplink .expanded {
  display: none;
}
.custtemplink .row-actions {
  margin: 5px 0;
}
.custtemplink tr:nth-child(odd) {
  background-color: #fcfcfc;
}
#custtemplink-message {
  padding: 10px;
}
.btn-generate {
  height: 40px !important;
}
/* For No JS */
.no-js-trash {
  display: none;
}
.no-js .custtemplink-extend-form .no-js-trash {
  display: inline;
}
.no-js .custtemplink .custtemplink-extend-form {
  display: block;
  visibility: hidden;
}
.no-js .custtemplink tr:hover .custtemplink-extend-form {
  visibility: visible;
}
.btnCopy {
  border-radius: 5px;
  border: 0px;
  padding: 12px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
}
.btnCopy.button-default {
  background-color: #E1E1E1;
}
.btnCopy.button-default:hover, .btnCopy.button-default:active {
  background-color: #E2E2E2;
}
.btnCopy::before {
  font-family: "dashicons";
  content: "";
  display: block;
  color: #666666;
  margin-right: 5px;
  font-size: 1rem;
  float: left;
}
.btnCopy.success::before, .btnCopy.failure::before {
  font-family: "dashicons";
  display: inline-block;
}
.btnCopy.success::before {
  content: "";
  color: #2d9e37;
}
.btnCopy.failure::before {
  content: "";
  color: #d54e21;
}
.appurl {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  display: inline-block;
}
