/* Payment Module */
/************************************************************************************/
/*** USAGE:                                                                       ***/
/*** 1) Define company brand colours as variables, eg @precedenceBlue: #00a5e3.  ***/
/*** 2) Use these to override default colours in Quick Config section.            ***/
/*** 3) Update other Quick Config variables as needed.                            ***/
/*** 4) Style further as necessary for each individual project.                   ***/
/************************************************************************************/
/*********************/
/*** Brand Colours ***/
/*********************/
/********************/
/*** Quick Config ***/
/********************/
/* Header */
/* Navigation: Base */
/* Navigation: Top Level */
/* Navigation: Sub-Nav */
/* Content */
/* Footer Link Colour */
/* Author Link Colour */
/* 
  Form Colours and Borders.
  See forms.less for Label/Input Sizes and Distribution.
*/
/* Shadows */
/* Pagination */
/* System Messages */
/***********************************************/
/*** Responsive Layout and Global Structures ***/
/***********************************************/
/* Base Grid */
/* Width of the critical content area */
/* Tablet and Mobile Breakpoints */
/* For: 1024px */
/* For: 768px */
/* For: 480px */
/* For: 320px */
/* For: 480px */
/* Situational Breakpoints */
/* When the navigation should switch to compact mode */
/* When the design should change to a single-column layout */
/* When tables should stack cells */
/* Admin Section */
.payment-methods-region .payment-type .form-row label {
  width: 10em;
}
.payment-methods-region .payment-type .form-row .field {
  display: block;
  clear: both;
  padding-top: 0.75em;
}
.payment-gateway .label {
  font-weight: bold;
}
.payment-gateway .company-details {
  margin-left: 2em;
}
@media handheld,only screen and (max-width: 900px) {
  .payment-gateway .company-details {
    margin-left: 0em;
  }
}
.payment-gateway .company-details .company-name {
  font-weight: bold;
}
.icon-button-setpaid {
  background-image: url('../../include/resources/paintingparty/modules/payment/images/icons/g-setpaid.gif');
}
.icon-button-setfailed {
  background-image: url('../../include/resources/paintingparty/modules/payment/images/icons/g-setfailed.gif');
}
.icon-button-cleardata {
  background-image: url('../../include/resources/paintingparty/modules/payment/images/icons/g-cleardata.gif');
}
