/* Dashboard styles */
.postbox-adrotate { margin-bottom:20px; padding:0; min-width:255px; border:#dfdfdf 1px solid; background-color:#fff; -moz-box-shadow:inset 0 1px 0 #fff; -webkit-box-shadow:inset 0 1px 0 #fff; box-shadow:inset 0 1px 0 #fff; }
.postbox-adrotate h3 { margin:0; padding:7px 10px 7px 10px; box-shadow:#ddd 0px 1px 0px 0px; -moz-box-shadow:inset 0 1px 0 #ddd; -webkit-box-shadow:#ddd 0px 1px 0px 0px; line-height:15px; }
.postbox-adrotate .inside { margin:10px 0px 0px 10px; padding:0px 10px 10px 0px; min-height:40px; position:relative; }
.inside { padding:6px 10px 12px; clear:both; }

/* Sales Widget styles */
.ajdg-sales-widget { margin: 0; padding: 0; background: #fff; width: 95%; box-sizing: border-box; border: 1px solid #dadde1; border-radius: 6px; font-family: Helvetica, Arial, sans-serif; font-size: 11px; color: #1c1e21; unicode-bidi: embed; overflow: hidden; -webkit-text-size-adjust: none; line-height: 1.34; }

.ajdg-sales-widget a { cursor: pointer; text-decoration: none; color: #385898; }
.ajdg-sales-widget a:hover { text-decoration: underline; }
.ajdg-sales-widget img { border: 0;	}
.ajdg-sales-widget hr { margin: 0; background: #dadde1; border-width: 0; color: #dadde1; height: 1px; }

.ajdg-sales-widget .header { position: relative; overflow: hidden; width: 100%; }
.ajdg-sales-widget .header img{ position: relative; height: auto; min-height: initial; width: 100%; }

.ajdg-sales-widget .title { color: #000; margin: 8px 12px 2px 12px; text-align: center; font-size: 14px; line-height: 18px; font-weight: 600; }
.ajdg-sales-widget .sub_title{ margin: 2px 12px 0 12px; text-align: center; font-size: 12px; font-weight: normal; color: #90949c; }
.ajdg-sales-widget .description { font-size: 12px; text-align: left; margin: 12px; }

.ajdg-sales-widget .cta { margin: 8px 12px 12px 12px; text-align: center; }
.ajdg-sales-widget .cta_button { padding: 0; border: 1px solid #ccd0d5; border-radius: 2px; box-sizing: content-box; width: 100%; display: inline-block; background-color: #f5f6f7; position: relative; text-align: center; text-decoration: none; color: #4b4f56; font-size: 12px; font-weight:bold; line-height: 26px; vertical-align: middle; cursor: pointer; white-space: nowrap; }
.ajdg-sales-widget .cta_button:before { content:''; display: inline-block; height: 20px; vertical-align: middle; }
.ajdg-sales-widget .cta_button:focus { box-shadow: 0 0 1px 2px rgba(88, 144, 255, .75), 0 1px 1px rgba(0, 0, 0, .15); outline: none; }
.ajdg-sales-widget .cta_button:active { transition: none; background-color: #dddfe2; border-color: #bec3c9; }
.ajdg-sales-widget .cta_button:hover { text-decoration: none; background-color: #ebedf0; }
.ajdg-sales-widget .cta_button+.cta_button { margin-left:4px; }

/* Notes colours */
.row_caution { color:#f00; }
.row_notice { color:#f90; }
.row_good { color: #67d974; }
