/*
 * Author: Mauro Mascia
 * Description: Add some style to this plugin if needed
 */

 /* Backoffice style */
div.section#gateway-ppp-ita {
  width: 60%;
  float: left;
  z-index: 0;
}

div.ppp-ita-admin-main {
  min-width: 500px;
  max-width: 800px;
  margin: 20px 50px;
}

div.ppp-ita-admin-main h4 {
  border-bottom: 1px solid #999;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 14px;
}

div.ppp-ita-message {
  position: relative;
  z-index: 0;
  border: 1px solid #0098db !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  padding: 25px !important;
  background: #fff;
}

div.ppp-ita-message a {
  color: #333;
}

div.ppp-ita-form .form-table th, div.ppp-ita-form .form-wrap label {
  text-shadow: none;
  font-weight: bold;
}

div.ppp-ita-form .description {
  color: #666;
  float: left;
  width: 100%;
}

img#ppp-ita-logo {
  width: 100%;
}

.gestpay-box {
  padding: 20px;
}