/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Popup Anywhere module CSS stylesheet for admin area
 *  
 * @category   X-Cart
 * @package    X-Cart
 * @subpackage CSS
 * @author     Ruslan R. Fazlyev <rrf@x-cart.com> 
 * @version    v2 (xcart_4_6_0), 2013-05-30 11:55:07, main_admin.css, karina
 * @link       http://www.x-cart.com/
 * @see        ____file_see____
 */

/*
 * Admin
 */
td.popup-anywhere-disabled a,
td.popup-anywhere-disabled input,
td.popup-anywhere-disabled select,
td.popup-anywhere-disabled {
  color: #9E9E9E;
}

.popup-anywhere-section-header {
  background-color: #FFFFFF;
  width: 100%;
  border-top: 2px solid #33648C;
  border-bottom: 1px dotted #33648C;
  margin-top: 30px;
  margin-bottom: 6px;
  line-height: 24px;
}

.popup-anywhere-section-header .title {
  color: #336699;
  width: 80%;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  float: left;
  padding: 7px;
}

.popup-anywhere-section-header .back {
  width: 15%;
  float: right;
  font-size: 10px;
  text-align: right;
  padding: 7px;
}

.popup-anywhere-section-header .back a {
  text-decoration: none;
  color: #BBBBBB;
}

.popup-anywhere-tip {
  padding-top: 4px;
  color: #999B9B;
  font-size: 11px;
}

.popup-anywhere-tip a {
  color: #999B9B;
}

.popup-anywhere-overlay-options {
  position: absolute;
  background-color: #FFFFFF;
  opacity: 0.75;
  display: block;
  width: 1px;
  height: 1px;
}

td.popup-settings-title {
  padding-top: 7px;
  text-align: right;
  vertical-align: top;
  font-weight: bold;
  color: #112536;
}

.settings-warning {
  color: #AA0000;
}

.extra-settings-header {
  padding-top: 15px;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 2px;
  margin-bottom: 6px;
  font-weight: bolder;
}

.extra-settings {
  padding-bottom: 15px;
}

.select-inline {
  margin-top: 5px;
}

.popup-status-postponed,
.popup-status-active {
  color: #0E940E;
}

.popup-status-expired {
  color: #E95D5D;