/* Generated by less 2.5.1 */
/* --------------------------------------------------------------
/* MAIN LESS MIXINS AND FUNCTIONS - LESSHAT
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');
.woocommerce_page_lacps-documentation #wpcontent {
  padding: 0;
  font-family: 'Lato', sans-serif;
}
.wc-lacps-admin-header {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background: #202020;
}
.wc-lacps-admin-header h1 {
  font-family: 'Lato', sans-serif;
  color: white;
  font-weight: 100;
}
.wc-lacps-admin-header .img-admin-logo {
  max-width: 120px;
}
.wc-lacps-admin-content {
  font-family: 'Lato', sans-serif;
  padding: 1rem;
  font-size: 1.2rem;
  line-height: 2rem;
}
.wc-lacps-admin-content ol li a {
  color: red;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
}
.wc-lacps-admin-content .img-admin-fluid {
  display: block;
  margin: 1rem 0;
  max-width: 1024px;
  width: 100%;
  height: auto;
}
.wc-lacps-admin-content h2 {
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
}
.wc-lacps-admin-content ul {
  list-style: circle !important;
  padding-left: 2rem;
}
/* --------------------------------------------------------------
Variables
-------------------------------------------------------------- */
.tooltip-table {
  position: relative;
  float: right;
  font-size: 0.7rem;
  border-bottom: 1px dotted black;
}
/* Tooltip text */
.tooltip-table .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 25px;
  right: -5px;
  font-size: 0.9rem;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}
/* Tooltip arrow */
.tooltip-table .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 10px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-table:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.wc-lapcs-payment-form select {
  padding: 0.6180469716em;
  color: #43454b;
  border: 0;
  box-sizing: border-box;
  font-weight: normal;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/arrow-select-black.png) 98% no-repeat #f2f2f2 !important;
}
.wc-lapcs-payment-form select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #FFF !important;
}
.wc-lapcs-payment-form select::-ms-expand {
  display: none;
}

.wc_payment_method .payment_method_atix_gateway > label img {
  width: 206px;
}
