/* -------------- New design ----------------- */


h1 {color: #787878;}
h2 {color: #787878; font-size: 16px; font-weight: bold;}
div.left{float:left;}
div.right{float:left;}
div.half{width:50%;}
td.valign-middle,tr.valign-middle { vertical-align:middle;}
img {border:0;}

.margin-tb5 { margin: 5px 0; }
.mr-5 {
    margin-right: 5px;
}

.text-left { text-align: left; }
.text-right { text-align: right; }
.small-text { font-size:10px; }
.italic-text {font-style: italic;}
/* text colors */
.bold-text {font-weight: bold;}
.blue-text {color: #4044fd;}
.green-text { color: #5ab300;}
.black-text {color: #000;}
.red-text {color: #F00;}
.vinous-text {color: #c00000;}
.orange-text {color: #f2860a;}
.bright-green-bg {background: #e6ffc3;}
/* BEGIN: input elements */

input[type="text"] , input[type="password"], textarea, select { border:1px solid #c2c2c2; background:#FFF;}
/*input[type="radio"] { border-style:none; }
 input { border-width: expression(this.type=="text"? '1px' : '0'); } */ 

.center-text {
    width: 100%;
    text-align: center;
}

.page-wrapper {}

/* BEGIN: search box */
.filter-search-block {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    /*height: 35px;*/
    background: #f6f6f6;
    border-top: solid 2px #959595;
}
.filter-search-block img {
    border: 0;
}
.filter-search-block .filter-by {
    float:left;
    color: #616161;
    padding: 7px 0 0 4px;
    margin: 0 10px 0 0;
    width: 81px;
    height: 28px;
    background: url(/images/design/filter_by_bg.gif) no-repeat;
}
.filter-search-block .filter-form {
	font-size: 12px;
    color: #000;
    /*padding: 7px 0 0 0;*/
}
.filter-search-block .filter-form select {
    font-size: 12px;	
}
.filter-search-block .submit-button {
    background: #909090;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
}
.filter-search-block .filter-form div.filter{
    float: left;
    line-height: 26px;
    padding: 0 5px;
}
.filter-search-block .filter-form div.activity-types select,
.filter-search-block .filter-form div.payment-types select{
    height: 65px;    
}
.filter-search-block .filter-form div.activity-types,
.filter-search-block .filter-form div.payment-types{        
    height: 70px;
    vertical-align: middle;
}
/* END: search box */

/* BEGIN: user header */
.user-header {
    text-align: right;
    height: 20px;
    font-size: 13px;
    color: #000;
}
.user-header .vertical-line{
    background: #bcbcbc;
    padding: 0;
    margin:0;
    font-size: 18px;
    font-weight:bold;
    color: #bcbcbc;
}
.user-header .sign-out a{
    color: #4044fd;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}
.user-header .powered-by {
    color: #696969;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
}
.user-header .powered-by img {
    
}
/* END: user header */

/* BEGIN: stats table */
table.stats {
    width: 100%;
    border-top: 1px solid #bcbcbc;
    border-left: 1px solid #bcbcbc;
}

table.stats tr.table-header {
    font-weight: bold;
    text-align: center;
    background: #e5e5e5;
}
table.stats tr.table-totals {
    font-weight: bold;
    text-align: right;
    background: #ededed;
}
table.stats td {
    border-bottom:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
}
table.stats tr.odd {
    background: #fff;
}
table.stats tr.even {
    background: #f4f4f4;
}
/* END: stats table */

/* BEGIN: buttons */
button:not(.select-box-button) {
    background:transparent;
    border:0;
    cursor:pointer;
    font-weight:bold;
    border:none;
    padding:0;
    margin:0;
    width:auto;
    overflow:visible;
    text-align:center;
    white-space:nowrap;
}

button.select-box-button {
    width: 100px;
    height: 34px;
    text-align: left;
    line-height: 34px;
}
button.select-box-button span em {
    color: #7B7E81;
    font-weight: bold;
    font-size: 12px;
    font-style: normal;
    text-transform: uppercase;
}

/*orange buttons*/
button.submit-button,
button.submit-button-arrow {
  background-color: #F37227;
  border: 0 none;
  padding: 5px 12px;
  margin: 0;
  cursor: pointer;
  letter-spacing: normal;
  text-decoration: none;
  font: 14px "Roboto Medium";
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
button.submit-button:hover,
button.submit-button-arrow:hover {
  background: #e86a20;
}
button.submit-button:active,
button.submit-button-arrow:active {
  background: #da5f17;
  position: relative;
  top: 1px;
}

/*orange buttons with arrow small*/
button.submit-button-arrow-small{ background:transparent; 
	    border:0;
	    cursor:pointer;
	    font-weight:bold;
	    border:none;
	    padding:0;
	    margin:0;
	    width:auto;
	    overflow:visible;
	    text-align:center;  
	    white-space:nowrap; 
        font-size:12px; font-weight: bold; }
button.submit-button-arrow-small span,button.submit-button-arrow-small em {  position:relative;line-height:22px;height: 22px;display:block;width:auto; white-space:nowrap;color: #FFF;}
button.submit-button-arrow-small span {padding-right:10px;background:url(/images/design/button/button_bg_right_arrow_small.gif) right no-repeat;  }
button.submit-button-arrow-small em{ padding:0 5px 0 10px; margin:0;font-style:normal;background: url(/images/design/button/button_bg_left_small.gif) left no-repeat;}

/* BEGIN: white button */
a.white-button:hover {
	color: #1a1e25;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.white-button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #1a1e25;
    display: block;
    float: left;
    white-space: nowrap;
}
.white-button span, .white-button input, .white-button button {
    background: url(../images/design/button/white-button-sprite.png) repeat-x 0 -48px;
    display: block;
    float: left;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
}
.white-button span.l,
.white-button span.r {
    background-position: 0 0;
    padding: 0;
    width: 5px;
    height: 24px;
}
.white-button span.r {
    background-position: 0 -24px;
}
.white-button.home {
	padding-bottom: 5px;
}
/* END: white button */

/* BEGIN: checkboxes */
.white-checkbox {
    background: url("../images/design/white-checkbox-sprite.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    cursor: hand;
    float: left;
    height: 12px;
    width: 14px;
}
.white-checkbox.checked {
	background-position: 0px -12px;
}
.white-checkbox#rememberMeCheckbox {
	margin-right: 4px;
}
/* END: checkboxes */

.ads-filter-by {}
.ads-dashboard td { 
    background: #E3E3E3;
}
.ads-dashboard { 
	background: #959595
}
/* BEGIN: Zend Forms */
.zend_form {
    text-align: left;
    width: 500px;
}
.zend_form dd {
    margin-left: 180px;
}
.zend_form dt,.zend_form dd {
    padding: 5px 0 5px 0px;
}
.zend_form dd p {
    margin: 0px;
}
.zend_form dt {
    font-weight: bold;
    float: left;
}
.zend_form .errors,form .errors {
    color: #F00;
}
.zend_form.ad-group-scale td[id$='-label'] {
    vertical-align: baseline;
    width: 5.5em;
}
.zend_form.ad-group-scale p.hint {
    font-size: 12px;
    font-style: italic;
    color: #666666;
}

.scale-ads-by-group .apps-not-found {
    padding: 15px 0;
}
.scale-ads-by-group #hor-minimalist-b col#appId {
    width: 75px;
    border-right: 1px dotted #CCCCCC;
}
.scale-ads-by-group #hor-minimalist-b col#status {
    width: 80px;
    border-right: 1px dotted #CCCCCC;
}
.scale-ads-by-group #hor-minimalist-b col#error {
}
.scale-ads-by-group #hor-minimalist-b
{
    font-size: 12px;
    background: #fff;
    margin: 15px 0;
    border-collapse: collapse;
    color: #333333;
    text-align: center;
}
.scale-ads-by-group #hor-minimalist-b th
{
    font-size: 12px;
    font-weight: 700;
    padding: 10px 8px;
    border-bottom: 2px solid #000000;
}
.scale-ads-by-group #hor-minimalist-b td
{
    border-bottom: 1px solid #ccc;
    padding: 6px 8px;
}
.scale-ads-by-group #hor-minimalist-b tbody tr:hover td
{
    background-color: #EFF7FF;
    color: #000000;
}
/* BEGIN: Flight Dates */
.day-parting-days-day, .day-parting-days-labels {
    display: inline-block;
}
.day-parting-days-day .has-errors {
    background-color: #dc0000;
    color: #fff;
    cursor: help;
}
.day-parting-days-day .has-errors input {
    background-color: #ffe5e5;
    border-color: #df9393;
    cursor: help;
}
.day-parting-days-day>span {
    display: block;
    font-weight: bold;
    text-align: center;
}
.day-parting-days-labels-start {
    margin-top: 24px;
}
.day-parting-days-labels-stop {
    margin-top: 12px;
}
.day-parting-day-input {
    margin: 2px 0;
}
.day-parting-days-type {
    padding: 7px 0;
}

.ad-scheduling td {
    vertical-align: top;
}
/* END: Flight Dates */


ul.customErrors {
    color: red;
    padding: 0 0 0 12px;
    margin: 0;
    font-size: 12px;
}
.zend_form label, .zend-form label {
    padding-left: 5px;
}
.zend_form label.required, .zend-form label.required {
    background: url(/images/design/red_star.gif) no-repeat left top;
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.zend_form label.optional {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.zend_form .description,
.zend_form .hint {
    font-size: 12px;
    font-style: italic;
}

.zend_form .policy {
    font: bold 12px Arial;
    color: #000000;
}
.zend_form .agreement {
    font: bold 12px Arial;
    color: #000000;
}
.zend_form div.terms {
    border: 1px solid #DDD;
    overflow: scroll; 
    height: 150px;
    color:#000000;
    font:normal 12px  Arial,Helvetica,sans-serif;
    margin: 0 5px 5px 5px;
    background-color: #FFFFFF;
}

/*credit card*/
.credit-card-form {
    margin: auto;
    width: 850px;
}
.credit-card-form .zend_form {width:400px;}
.credit-card-form .billTo {
    float: left;
    width: 400px;
    margin-right: 50px;
}
.credit-card-form .creditCard {
    float: left;
    width: 400px;
}
.credit-card-form #x_country {
	width: 200px;
}
.credit-card-form hr {
    border:0;
    border-bottom: 2px solid #D9D9D9;
}
/*reg-form*/
.reg-form dd {margin-left:150px;}

/* END: Zend Forms */

/* BEGIN: Messages */
.successfulMessage,.successfulMessagePermanent,
.errorMessage,.errorMessagePermanent,
.flashMessage,.flashMessagePermanent 
 {
    text-align: center;
    font-weight: bold;
    color: #0F0;
}


.successfulMessage,.successfulMessagePermanent{
    color:#379B37;
}

.errorMessage,.errorMessagePermanent {
    color: #F00;
}

.flashMessage,.flashMessagePermanent {
	color: #FC8103;
}

.flashMessage
,.errorMessage
,.successfulMessage
,.flashMessagePermanent
,.errorMessagePermanent
,.successfulMessagePermanent
{
	border: 1px solid #DEDB98;
	background: #FFFDCB;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/js/pie/PIE.htc);
	padding: 8px 8px 8px 8px;
	margin: 0 auto 3px;
	width: 943px;
	font-size: 14px;
	font-family: Arial;
}

.errorMessagePermanent a, .errorMessagePermanent a:hover{
	font-size: inherit;
    color: inherit;
    font-family: inherit;
}


.flashMessage .messageCloseButton
,.errorMessage .messageCloseButton
,.successfulMessage .messageCloseButton
,.flashMessagePermanent .messageCloseButton
,.errorMessagePermanent .messageCloseButton
,.successfulMessagePermanent .messageCloseButton
{
	width: 18px;
	height: 18px;
	background-image: url("../images/tl_18_x.jpg");
	float: right;
	margin-right: -6px;
	margin-top: -6px;
    background-position: 0 0px;
    border: dotted 1px #FFFDCB;
	cursor:pointer;
}

.flashMessage .messageCloseButton:hover
,.errorMessage .messageCloseButton:hover
,.successfulMessage .messageCloseButton:hover
,.flashMessagePermanent .messageCloseButton:hover
,.errorMessagePermanent .messageCloseButton:hover
,.successfulMessagePermanent .messageCloseButton:hover
{
	border-color:#DEDB98;
    
}


/* END: Messages */

/* BEGIN: My Account Balances */
.account-balances {
    /*width: 40%;*/
}
.account-balances .balance {
    border-bottom: 1px solid #dadada;
    padding: 6px 0;
}
/* END: My Account Balances */

/* PopUp element.begin  */
.popup {
	display:inline;
    list-style:none;
    margin:0px;
    padding:0px;
    color:#990000;
}
.popup a:hover,
.popup a {
    color:#FA6C0E;
}
.popup li ul{
    display:none;   
}
.popup li:hover ul {
    font-size:10px;
    font-weight:normal;
    text-decoration:none;
    display:block;
    z-index: 1000;
    position:absolute;
    margin:0;
    padding:10px;
    list-style:none;
    background:#FFF;
    border:1px solid #000;
}
.qtipPopUp {color:#FA6C0E}
.qtipPopUpModal {color:#FA6C0E;text-decoration:underline;cursor:pointer;}
.textPopUp {display:none;}
/* PopUp element.end */

/* BEGIN: Users Menu Navigation */
.user-navigation {
    margin: 10px 0px;
    height: 43px;
    width: 1050px
}
.user-navigation li {
	display: block;
    float: left;
    padding-bottom: 4px;
}
.user-navigation li a {
    float: left;
    padding: 10px 25px 10px 24px;
    height: 23px;
    color: #626262;
    background: url(/images/design/menu/button_bg.gif) top right no-repeat;
    font-weight:bold;
    font-size: 14px;
    text-decoration:none;
}
.user-navigation li.active {}
.user-navigation li.active a {
    font-weight: bold;
    color: #FFF;
    background: url(/images/design/menu/button_bg_active.gif) top right no-repeat;
}
.user-navigation li a:hover {
    background: url(/images/design/menu/button_bg_hover.gif) top right no-repeat;
    color: #FFF;
}
.user-navigation li {
    background: url(/images/design/menu/menu_bg_first.gif) left top no-repeat;
}
.user-navigation .first {
    margin-left: 3px;
}

.user-navigation .last:hover{
    background: url(/images/design/menu/button_bg_hover_last.gif) top right no-repeat;
}
.user-navigation .last{
    background: url(/images/design/menu/button_bg_last.gif) top right no-repeat;
}
.user-navigation li.active .last {
    background: url(/images/design/menu/button_bg_active_last.gif) top right no-repeat;
}

.faq-image {
	background: url(/images/design/faq.gif) no-repeat;
	width: 25px;
	height: 24px;
	float:right;
	position: absolute;
	margin-left: 120px;
}

.navFaq {
    background: url(/images/design/reg_wizard/faq_button.png) no-repeat;
    width: 86px;
    height: 38px;
    line-height: 38px;
    margin-bottom: 10px;
}

.navFaq a,
.navFaq a:visited,
.navFaq a:hover {
    color:#000000;
    font-weight: bold;
    text-decoration:none;
    padding-left: 25px;
}
.navFaq:hover {background-position: 0 -38px;}
.navFaq:hover a {color:#FFF}

.registration .user-faqs {
    display:none;
}

.registration .user-navigation {
    height: 20px;
}
.registration .user-navigation li a {
    padding: 0px 10px 0 10px;
    height: 20px;
    font-size: 12px;
}
/* END: Users Menu Navigation */

/* BEGIN: Rounded Box */
.rounded-box{ background:#FFF; }
.rounded-box .top-left{
   background: url(/images/design/rouded_box/left_top.gif) no-repeat;
   width: 9px;
}
.rounded-box .top-bg{
   padding: 10px 10px 10px 10px;
   background: #e7e9e6 url(/images/design/rouded_box/bg_top.gif) repeat-x;
}
.rounded-box .top-right{
   background: url(/images/design/rouded_box/top_right.gif) no-repeat;
   width: 10px;
}

.rounded-box .bottom-left{
   background: url(/images/design/rouded_box/left_bottom.gif) no-repeat;
}
.rounded-box .bottom-bg{
   height: 12px;
   background: url(/images/design/rouded_box/bg_bottom.gif) repeat-x;
}
.rounded-box .bottom-right{
   background: url(/images/design/rouded_box/right_bottom.gif) no-repeat;
}
.rounded-box hr {
	padding: 0px;
	margin: 0px;
	border: 0;
    border-bottom: 2px solid #b9c1c1;
}
/* END: Rounded Box */

/* BEGIN: Rounded Header */
.rounded-header { color: #7b7e81; background:url(/images/design/rounded_header/right.gif) right no-repeat;border:0; font-size:18px; font-weight: bold; padding:0 5px 0 0; text-align:left; }
.rounded-header span { position:relative; background:url(/images/design/rounded_header/left.gif) left no-repeat; height:42px; line-height:42px; display:block; white-space:nowrap; padding:0 15px 0 20px;}
.rounded-header span label { font-weight: normal; font-size: 14px; }
/* END: Rounded Header */

/* BEGIN: AD FORM */

/* crop tool */
.crop-result {
	border: 2px solid #333;
	float: left;
	height: 224px;
	margin: 10px;
    overflow: hidden;
	width: 298px;;
}

.crop-result img {
	height: 224px;
	width: 298px;
}

.crop-result .text-message {
    text-align: center;
    vertical-align: middle;
    font-weight:bold;
    height: 290px;
    line-height: 290px;
}

.crop-boxes .rotate-image, .crop-boxes .resize-image {
	float:left;
	font-weight: bold;
	color: #F96F14;
}

.crop-boxes .resize-image {
    margin-left: 325px;
}
/* ad preview*/
.ad-preview a,
.ad-preview a:hover,
.ad-preview a:visited,
.ad-preview a:link{
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}
.ad-preview .ad-more-info a {
    font-size: 14px;
}
.ad-preview .ad-image{
    width: 100px;
    height: 75px;
    padding-right: 5px;
}

.ad-field-length {
    padding-top:5px;
    font-size: 10px;
    line-height: 5px;
    color: #000000;
}

.vinous-text {
    color: #8F3939;
    font-weight: bold;
}
.ad-form select,
.ad-form input[type="text"],
.ad-form textarea {
    width: 280px;
}

.ad-form-geotarget select {
    height:200px; width:200px;
}
.ad-form {width: 480px;}
.adTypeId {width:285px;}
.ad-form #ad_type_id-label {width:200px;}
.ad-form td {vertical-align:top;}
/*.ad-form*/ form .option-wrapper {
    border:1px solid #cbcbcb;
    margin:1px;
    padding: 5px;
    width: 100%;
    background: #f8f8f8;
}
form .option-wrapper-countries {
    height: 225px;
    width:  100%;
}
form .option-wrapper-countries div.zf-column {
    float:left;
    height: 130px;
    padding: 10px;
}

.ad-best-practices,
.ad-best-practices:hover,
.ad-best-practices:visited {
    color:#FA6C0E;
    line-height: 30px;
    font-size:14px;
    font-weight:bold;
}

.not-selected-items,.selected-items {
    line-height: 27px;
    height: 27px;
    width: 100%;
    border: 1px solid #cbcbcb;
    font-weight: bold;
    color: #b3b3b3;
}
.not-selected-items {
    background: url('/images/design/not_selected_items_bg.jpg') repeat-x;
}
.selected-items {
    background: url('/images/design/selected_items_bg.jpg') repeat-x;
    color: #000;
}




/* BEGIN: AD SELECT BOXES */
.ad-select-boxes, .select-boxes {
  padding: 5px;
  background: #F6F6F6;
}
.ad-select-boxes .ad-select-box,
.select-boxes  .select-box{
  width: 250px;
  height: 200px;
}

.ad-select-boxes input[type=button],
.select-boxes  input[type=button]{
   width: 100px;
   height: 34px;
   align: left;
   text-align: left;
   line-height: 34px;
   color: #7B7E81;
   font-weight: bold;
   font-size: 12px;
}
.ad-select-boxes input.add-button#block,
.select-boxes input.add-button#block
.ad-select-boxes input.remove-button#unblock,
.select-boxes  input.remove-button#unblock {
    width: 160px;
}
.ad-select-boxes .add-button,
.select-boxes .add-button{
    background: #DADADA url(/images/design/icons/select_add.gif) right no-repeat;
    padding-right: 35px;
}
.ad-select-boxes .add-button-reverse,
.select-boxes .add-button-reverse{
    background: #DADADA url(/images/design/icons/select_add-hr.gif) left no-repeat;
    padding-left: 45px;
}
.ad-select-boxes .remove-button,
.select-boxes .remove-button{
    background: #DADADA url(/images/design/icons/select_delete.gif) right no-repeat;
    padding-right: 35px; 
}
.ad-select-boxes .buttons,
.select-boxes  .buttons{
    text-align: center;
}
.ad-select-boxes .select-box,
.select-boxes .select-box {
    width: 45%;
}
.select-boxes .select-box {
    min-width: 50px;
    width: 100%;
}
.filter .select-boxes .select-box {
    max-width: 250px;
}
.ad-select-boxes .select-box_select ,  .select-boxes .select-box_select{
    min-width: 100px;
    width: 100%;
    overflow-x: scroll;
}
.select-boxes .quick-search-val {
    color: #000000;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    width: 100px;
    background: #ffffff;
}
.select-boxes .quick-search-but {
    color: #ffffff;
    height: 25px;
    line-height: 22px;
    background: #dadada;
}
/* END: AD SELECT BOXES */


/* END: AD FORM */

/* BEGIN: bid ajax input */
.bid_edit {color:red !important; text-decoration:underline !important; font-size: 10px;}
.bid_save {color:green !important;  text-decoration:underline !important; font-size: 10px;}
.bid_input {border:1px solid #cccccc; width: 45px;}
.bid_input_active {border: 1px solid #cccccc; width: 45px;}
/* END: bid ajax input */

/* BEGIN: dailyLimit block */
.dailyLimit {
    float:right;
    width: 350px; 
    height: 50px; 
    padding: 0px;
}

.dailyLimit .button {background-color: transparent; width:45px; border: 1px solid grey; color: blue; font-size: 10px; height: 18px; vertical-align:middle}
.dailyLimit .acronym { font-size: 12px; font-weight:bold; margin-left: 5px;}
.dailyLimit .help_ico { color: #A1A1FF; border: 1px solid #A1A1FF; padding: 0px 2px; margin:0; font-size: 10px;}
.dailyLimit span {padding-left: 10px;}

.dailyLimit .inputOriginal {border: none; display:inline; font-size: 10px; background: transparent;}
.dailyLimit .inputEdit {border: 1px solid #C1C1C1; display:inline; font-size: 10px; text-align:left}
.dailyLimit .result {padding: 0 5px 0 20px;}
/* END: dailyLimit block */

/* BEGIN: custom ads block */
.customAds {
    background-color: white; 
    width: 250px; 
    height: 50px; 
    border: 2px solid #ccc; 
    padding: 0px;
    padding-left: 3px;
    margin-right: 15px;
}

.customAds a {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#fd6a0a;
    text-decoration:underline;
    font-weight: bold;
}
.customAds a:hover {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#fd6a0a;
    text-decoration:none;
    font-weight: bold;
}        
/* END: custom ads block */

/* BEGIN: Copy Assigned Ads Dialog Box */
.copy-assigned-ads-popup {
    display: none;
}

.copy-assigned-ads-popup div label,
.copy-assigned-ads-popup div input,
.copy-assigned-ads-popup div select {
    display: inline-block;
}
.copy-assigned-ads-popup div {
    margin-bottom: 3px;
}
.copy-assigned-ads-popup div .hint {
    margin-left: 109px;
    font-size: 10px;
    color: #999999;
}

.copy-assigned-ads-popup .messages {
    padding-top: 10px;
    margin-bottom: 0px;
    text-align: center;
}
.copy-assigned-ads-popup .messages.errors {
    text-align: left;
}
.copy-assigned-ads-popup .messages span {
    font-weight: 700;
    color: green;
}
.copy-assigned-ads-popup .messages.errors span {
    color: #dc2222;
}
.copy-assigned-ads-popup .messages.errors span ul li {
    margin-left: 13px;
}

.copy-assigned-ads-popup div input,
.copy-assigned-ads-popup div select {
    border: 1px solid #CCCCCC;
    padding: 2px 3px;
}

.copy-assigned-ads-popup div label {
    width: 8em;
}
/* END: Copy Assigned Ads Dialog Box */

/* BEGIN: App-Ad Average CPA Popup */
.cpa-info-holder {
    background-color: #fff8dc;
    color: #333333;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    font-weight: 700;
    border: 1px solid #666;
    padding: 10px;
    position: absolute;
    box-shadow: 0 0 0.2em #333;
}
.cpa-info-holder p {
    margin: 0;
    padding: 0;
}
.cpa-info-holder .caption {
    margin-bottom: 6px;
    text-align: center;
}
.cpa-info-holder .label {
    color: #555555;
    display: inline-block;
    width: 8em;
    font-size: 8pt;
    text-transform: uppercase;
}
.cpa-info-holder div.cpa-info-close {
    text-align: right;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 8px;
    margin-bottom: 10px;
}
.cpa-info-holder div.cpa-info-close span {
    cursor: pointer;
    padding: 2px;
}
.cpa-info-holder div.cpa-info-close span:hover {
    background: #E4D59A;
}
/* END: App-Ad Average CPA Popup */

/* BEGIN: Payments Refund */
#refundFormHolder fieldset {
    border: 0 none;
    min-width: 100%;
    display: inline-block;
    padding-top: 5px;
}
#refundFormHolder label {
    display: inline-block;
    width: 55px;
    vertical-align: top;
}
#refundFormHolder p {
    padding: 2px 0;
}
#refundFormHolder p.errors,
#refundFormHolder p.info {
    text-align: center;
    padding-top: 10px;
}
#refundFormHolder p.info {
    font-weight: 700;
    color: #999;
}
#refundFormHolder fieldset label.required:after{
    content: " *";
    color: #990000;
}
#refundFormHolder .element-hint {
    margin-left: 60px;
}
.input-symbol {
    position: absolute;
    top: 15px;
    pointer-events: none;
    margin-left: 0.2em;
    font-weight: 700;
    color: #b9b9b9;
}
#refundAmount {
    text-indent: 0.8em;
}
/* END: Payments Refund */

textarea.tag {
    width: 100%;
    height: 200px;
}

table.grid div.report-links {
    width: 43px;
    margin: 0 auto;
}


.image-gallery-preview-buttons button,
.image-gallery-preview-buttons .btn,
button.image-gallery-button
{
    background: #fd8d57;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkOGQ1NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjY1MjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fd8d57 0%, #f26521 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd8d57), color-stop(100%,#f26521));
    background: -webkit-linear-gradient(top,  #fd8d57 0%,#f26521 100%);
    background: -o-linear-gradient(top,  #fd8d57 0%,#f26521 100%);
    background: -ms-linear-gradient(top,  #fd8d57 0%,#f26521 100%);
    background: linear-gradient(to bottom,  #fd8d57 0%,#f26521 100%);
    border: 0 none;
    letter-spacing: 1px;
    overflow: visible;
    padding: 3px 12px 4px;
    text-shadow: 1px 1px 0 #B68636;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.2em 0.9em 0.3em;
    font-family: 'Bebas',Arial,sans-serif;
    border-radius: 1em;
    color: #fff;
    display: none;
    zoom: 1;
    margin: 0 3px 3px;
    behavior: url(/js/pie/PIE.htc);
    outline: none;
    font-weight: normal;
    font-style: normal;
}

#createEditForm table tbody tr td table tbody tr.imageBlock td:nth-child(2) {
    width: 308px;
}
