/* ================================================================= */
/* BEGIN COMMON STYLES */
/*@font-face {*/
/*font-family: "Bebas";*/
/*font-style: normal;*/
/*font-weight: normal;*/
/*src: url("../../../fonts/bebasregular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/bebasregular.woff") format("woff"), url("../../../fonts/bebasregular.ttf") format("truetype"), url("../../../fonts/bebasregular.svg#bebasregular") format("svg");*/
/*}*/

@font-face {
  font-family: "Roboto Regular";
  font-weight: 400;
  src: url("../../../fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Light";
  font-weight: 400;
  src: url("../../../fonts/Roboto-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto Medium";
  font-weight: 400;
  src: url("../../../fonts/Roboto-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "RobotoCondenced Regular";
  font-weight: 400;
  src: url("../../../fonts/RobotoCondensed-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "RobotoCondenced Light";
  font-weight: 400;
  src: url("../../../fonts/RobotoCondensed-Light.ttf") format("truetype");
}

html, body {
  height: 100% !important;
  min-height: 100%;
}

body {
  background: #fff none;
  font-family: "Roboto Regular", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #3C4756;
  padding: 0;
  margin: 0;
}

.mt-5 {
  margin-top: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.ml-5 {
  margin-left: 5px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

body .body_wrapper {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

body .central_block {
  margin: 0 auto;
  width: 1030px;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  padding-bottom: 130px;

}

body.publisher_role .central_block,
body.feed_advertiser_role .central_block,
body.advertiser_role .central_block {
  width: 1245px;
}

.padding-t5 {
  padding-top: 5px;
}
.float-right { float: right; }

#modcoder_colorpicker {
  z-index: 101;
}

#modcoder_switcher, #modcoder_slider, #modcoder_picker {
  z-index: 102;
}

img {
  border: none;
}

.ui-datepicker-buttonpane button, #cPbuttok {
  background: url("/images/bg-btn.gif") repeat-x scroll 0 0 #F36E2E;
  border: 0 none;
  border-radius: 10px 10px 10px 10px;
  behavior: url(/js/pie/PIE.htc);
  color: #FFFFFF;
  float: left;
  font: 10px/13px 'Bebas', Arial, sans-serif;
  letter-spacing: 1px;
  overflow: visible;
  padding: 3px 12px 4px;
  text-shadow: 1px 1px 0 #B68636;
  text-transform: uppercase;
  text-decoration: none;
}

.popup .help + ul {
  display: none;
}

h2 {
  font-size: 21px;
}

.content {
  width: 100%;
}

.green-text {
  color: #5ab300;
}

.orange, .orange * {
  color: #F26521;
}

.bold-text {
  font-weight: bold;
}

.small-text {
  font-size: 11px;
}

.italic-text {
  font-style: italic;
}

input,
textarea,
select {
  font: 14px "RobotoCondenced Regular";
  color: #3C4756;
  border: 1px solid #d8dde6;
  padding: 4px 6px;
}

input[readonly], input[readonly="readonly"], input[readonly="1"], textarea[readonly], textarea[readonly="readonly"], textarea[readonly="1"] {
  color: graytext;
  font: 13px/20px Arial, Helvetica, sans-serif;
}

input[readonly].hasDatepicker, input[readonly="readonly"].hasDatepicker, input[readonly="1"].hasDatepicker {
  color: #787878;
  width: 74px;
  font-size: 11px;
  padding: 2px;
}

hr {
  background-color: #D0D1D2;
  height: 1px;
  border: none;
}

.hidden {
  display: none;
}

.p20 {
  padding: 20px;
}

.clear {
  clear: both;
}

.white {
  background: white;
}

#previewDialog {
  display: none;
  background-color: white !important;
  background-image: url("/images/loading16.gif") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

#previewDialog iframe {
  background: none;
}

#previewDialog.complete iframe {
  background: #fff;
}

/* END COMMON STYLES */
/* ================================================================= */
/* BEGIN "loading" modal */
#loading, #iframeLoading {
  display: none;
}

#loading.active {
  display: block;
  position: fixed;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 253px;
  z-index: 999;
}

.loadingModal {
  position: fixed;
  border: none;
  background: none;
}

.ui-widget-content .btn {
  color: white;
}

.ui-dialog .ui-dialog-content {
  padding: 0.5em;
}

#loadingMessage, .loadingMessage {
  line-height: normal;
  border: solid 1px #000;
  padding: 30px;
  color: #f2662c;
  background: #fffdcb;
  border: 1px solid #dedb98;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/js/pie/PIE.htc);
  text-align: center;
  font-size: 32px;
}

/* END "loading" modal */
/* ================================================================= */
/* BEGIN editable */
.editable {
  cursor: pointer;
  border: 1px solid #d1d2d3;
  text-align: center;
  background: white;
}

.editable textarea, .editable input {
  width: 100% !important;
  border: 1px solid #d1d2d3 !important;
  position: relative;
  margin: -1px -1px -1px -1px !important;
  resize: none !important;
  text-align: center;
}

.editable input.editInPlaceInputText {
  font-size: 11px;
  padding: 3px 0px 3px;
  outline: none;
}

.editable_buttons_wrapper {
  position: absolute;
  margin-top: 3px;
  margin-left: -1px;
}

.editable_buttons_wrapper button {
  font-size: 8px;
  margin: 0 2px 0 0;
  padding-bottom: 2px;
}

/* END editable */
/* ================================================================= */
/* HEADER BEGIN */
.header_wrapper {
  padding-top: 16px;
  margin-bottom: 32px;
}

.header_wrapper .logo {
  width: 250px;
  height: 36px;
}

.header_wrapper .logo.content-net {
  width: 197px;
  height: 38px;
}

.header_wrapper .logo.adiant {
  width: 197px;
  height: 30px;
}

.header_wrapper .logo.opti-serve {
  width: 173px;
  height: 36px;
}

.header_wrapper .user-header {
  font: 14px "Roboto Medium";
  text-align: right;
  margin-top: 10px;
  float: right;
}

.header_wrapper .user-header .powered-by {
  display: none;
}

.header_wrapper .user-header .bold-text {
  font-weight: normal;
}

.header_wrapper .user-header .label {
  font-weight: normal;
  color: #F26521;
}

.header_wrapper .user-header .vertical-line {
  padding: 1px;
  font-size: 15px;
  background: none;
  font-weight: normal;
  color: #000;
}

.header_wrapper .user-header .sign-out a {
  color: #F26521;
  text-decoration: underline;
  font-weight: normal;
}

/* HEADER END */
/* ================================================================= */
/* NAV TABS BEGIN */
.user_nav {
  /*margin-top: 32px;*/
  /*margin-bottom: 40px;*/
  margin: 20px 0 20px;
  padding-bottom: 10px;
}

.user_nav * {
  font: 16px "RobotoCondenced Light";
}

.user_nav .user-navigation {
  padding: 0;
  margin: 0;
  text-align: left;
  width: 100%;
}

.user_nav .user-navigation > li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.user_nav .user-navigation > li.active {
  /*background: white;*/
}

.user_nav .user-navigation > li > a {
  cursor: pointer;
  cursor: hand;
  font: 18px "RobotoCondenced Regular";
  color: #3C4756;
  text-decoration: none;
  margin-right: 20px;
}

.user_nav .user-navigation > li.active,
.user_nav .user-navigation > li.active a,
.user_nav .user-navigation > li a:hover {
  color: #F37227;
}

.user_nav .user-navigation > li a:hover {
  text-decoration: underline;
}

/* NAV TABS END */
/* ================================================================= */
/* CONTENT BEGIN */
.horizontal_line {
  position: absolute;
  background: url(/images/design/top-orange-line-bg.gif) repeat-x;
  height: 7px;
  width: 100%;
  left: 0;
}

.content {
  /*padding: 20px 0 0 0;
  margin-top: 40px;*/
  margin: 15px 0 0 0;
}

.content a {
  color: #F26521;
}

/* BOXES BEGIN */
.boxes .block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.boxes {
  margin: 0 0 10px;
}

table.boxes.holder {
  width: 1265px;
  border-spacing: 10px;
  margin-left: -10px;
}

table.boxes.holder .block {
  border: 1px solid #d8dde6;
  background: white;
  padding: 9px 10px 8px 12px;
  vertical-align: top;
  width: 180px;
}

table.boxes.holder.cols4 .block {

}

table.boxes.holder.cols5 .block {

}

.boxes.holder .block ul.popup.right_col {
  float: right;
}

.boxes .block h3 {
  font-size: 14px;
  margin: 0;
}

.boxes .block h3 ~ * {
  margin: 10px 0 0 0;
}

.boxes .block ul li {
  padding: 0 0 4px;
}

.boxes .block ul.dashboard li a.manage1 {
  background: url("/images/ico-manage1.gif") no-repeat;
}

.boxes .block ul.dashboard li a.manage2 {
  background: url("/images/ico-manage2.gif") no-repeat;
  cursor: default;
}

.boxes .block ul.dashboard li a.manage2 .manage2_table {
  display: none;
}

.boxes .block ul.dashboard li a.email2 {
  background: url("/images/ico-email2.gif") no-repeat scroll 0 0 transparent;
}

.ui-tooltip .manage2_table {
  border-collapse: collapse;
  background: #fff;
}

.ui-tooltip .manage2_table td {
  border: solid 1px #CCC;
  padding: 3px;
}

.boxes .block ul.dashboard li a, .boxes .block ul.email li a {
  text-decoration: underline;
  padding: 0 0 2px 25px;
  color: #F26521;
  font: 13px/20px Arial, Helvetica, sans-serif;
}

.boxes .block a.email-link,
.boxes .block ul.email li a.email1 {
  background: url("/images/ico-email1.gif") no-repeat scroll 0 0 transparent;
}

.boxes .block a.email-link {
  padding-left: 25px;
}

.boxes .block .help, .container-box .help {
  background: url("/images/ico-help.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 18px;
  margin: 0 0 -4px;
  overflow: hidden;
  text-indent: -9999px;
  width: 19px;
}

.boxes .block .num > input[type='text'] {
  color: #F26521;
  float: left;
  margin: 15px 6px 0 0;
  border: 1px solid #FFF;
  outline: none;
  width: 100px;
}
#dailyLimitButton {
  margin: 15px 0 0 0;
}

.boxes .block .num > input[type='text'][classname="inputEdit"] {
  color: #3C4756;
  border: 1px solid #d8dde6;
  padding: 5px 6px;
}

.boxes .block .btn {
  margin: 5px 0 0;
}

/* BOXES END */
.notes {
  clear: both;
  margin: 5px 0px 6px;
  text-align: center;
  font-size: 11px;
}

/* CONTENT END */
/* ================================================================= */
/* FOOTER BEGIN */
.footer_advert {
  text-align: center;
  font: 13px/20px Arial, Helvetica, sans-serif;
  background: url(/images/design/footer-bg.gif) repeat;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 100px;
  min-height: 100px;
}

.footer_advert * {
  color: #fff;
}

.footer_advert .bottom_menu {
  padding-top: 30px;
}

.footer_advert .bottom_menu a {
  padding: 0px 0px 0px 6px;
  font: bold 12px/14px Verdana, Arial, sans-serif;
  text-decoration: none;
  border-left: solid 1px #B1B1B1;
  margin: 0px 2px 0px 0px;
}

.footer_advert .bottom_menu a:first-child {
  padding: 0px;
  border: none;
}

.footer_advert .bottom_menu a:hover {
  text-decoration: underline;
}

.footer_advert .copy {
  padding-top: 0px;
  font-size: 11px;
}

/* FOOTER END */
/* ================================================================= */
/* BEGIN home page (/ads) */
.iframePreloader {
  border: solid 1px #999 !important;
  -webkit-box-shadow: 0px 0px 11px #999 !important;
  box-shadow: 0px 0px 11px #999 !important;
  min-width: 30px;
  min-height: 30px;
  background-image: url("/images/loading16.gif");
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #fff !important;
  position: absolute !important;
  z-index: 10000 !important;
}

.iframePreloader > iframe {
  overflow-x: auto;
}

.previewAdIframe iframe {
  overflow-x: auto;
  /*    border: solid 1px #999 !important;
      box-shadow: 0px 0px 11px #999;
      width: 30px;
      height: 30px;*/
}

/* END home page (/ads) */
/* ================================================================= */
/* PROFILE ZEND FORM BEGIN */
.zend_form {
  margin: 0;
  padding: 0;
}

.zend_form dt {
  width: 130px;
  float: left;
  clear: both;
  margin-right: 10px;
}

.zend_form dd {
  margin: 0;
  margin-bottom: 10px;
  float: left;
  width: 236px;
}

.zend_form input[type="text"], .zend_form input[type="password"], .zend_form textarea, .zend_form input[type="file"], .zend_form select {
  border: solid 1px #ccc;
  padding: 7px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  outline: none;
}

.zend_form select {
  padding: 5px;
}

.zend_form input[type="file"] {
  padding: 0;
  border: none;
  color: #000;
}

.zend_form .hint {
  width: 100%;
  font-size: 12px;
  font-style: italic;
  margin-top: 0;
  clear: both;
}

.zend_form .hint a {
  color: #F26521;
}

.zend_form dd .description {
  margin: 0;
  font-style: italic;
}

.zend_form .errors, form .errors {
  color: #F00;
  margin: 0 0 0 15px;
  padding: 0;
  width: 100%;
  word-wrap: break-word;
}

.zend_form dt#submitAdsUpload-label, .zend_form dd#submitAdsUpload-element {
  display: none;
}

/* PROFILE ZEND FORM END */
/* ================================================================= */
/* COMMON: createEditForm BEGIN (CREATE NEW AD page) */
#createEditForm .rounded-header, .billTo .rounded-header, .creditCard .rounded-header {
  font-size: 20px;
  font-weight: bold;
  margin: 26px 0 15px 0;
}

.rounded-header .small-text {
  color: #F26521;
}

#createEditForm {
  width: 100%;
}

#createEditForm .rounded-header + table {
  padding: 15px;
  border: solid 1px #D0D1D2;
  border-radius: 5px;
  behavior: url(/js/pie/PIE.htc);
  width: 100%;
  background: white;
}

#createEditForm .rounded-header + table .rounded-header {
  margin-top: 10px;
}

#createEditForm .rounded-header + table .rounded-header + table, #createEditForm .rounded-header + table .bordered, #createEditForm .rounded-header + table .content_wrapper {
  padding: 0px;
  border: none;
  width: 100%;
  background: none;
}

#createEditForm .rounded-header + table .bordered .bordered {
  border: solid 1px #D0D1D2;
}

#createEditForm input[type="text"], #createEditForm input[type="password"], #createEditForm textarea, #createEditForm input[type="file"], #createEditForm select {
  padding: 5px;
}

#createEditForm #maxCpa {

}

#createEditForm #maxCpa + .popup {
  display: none;
}

form .option-wrapper-countries {
  height: 300px;
  width: 100%;
}

form .option-wrapper-countries div.zf-column {
  float: left;
  height: 265px;
  padding: 10px;
}

#listOfTabletOs,
#listOfMobileOs {
  display: none;
  margin-top: 10px;
}

#listOfTabletOs label,
#listOfMobileOs label {
  vertical-align: top;
  margin-right: 10px;
}

#isAdbladeAd-label {
  display: none;
}

#isAdbladeAd-element {
  float: left;
  margin: 0 5px 0 0;
}

#comListCur, #comListFull {
  min-width: 420px;
}

/* ================================================================= */
/* BEGIN crop tool */
.crop-result {
  border: 1px solid #d1d2d3;
  float: left;
  margin: 0 0 0 10px;
  background: #f8f8f8;
  width: 298px;
  height: 224px;
  overflow: hidden;
}

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

.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;
}

#crop_container_wrapper {
  border: 1px solid #d1d2d3;
}

#crop_container {
  float: left;
  border: none !important;
  background-color: rgb(248, 248, 248);
}

#zoomContainer {
  float: left;
}

#rotationContainer {
  float: left;
}

#rotationContainer, #zoomContainer {
  width: 47px;
  background-color: rgb(248, 248, 248);
  text-align: center;
}

#rotationContainer #rotationSlider, #zoomContainer #zoomSlider {
  height: 192px;
  margin: 12px auto;
}

.sliderLabel {
  padding: 3px 6px;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
}

#button_wrapper {
  clear: both;
  padding: 7px 0;
}

#button_wrapper #crop, #button_wrapper #restore {
  float: left;
}

#button_wrapper #useCroppedImage, #button_wrapper #closeImageTool {
  float: right;
}

/* END crop tool */
/* ================================================================= */

.preview-ad-block {
  overflow-x: auto;
  width: 350px;
  white-space: nowrap;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  margin-top: 10px;
}

.preview-ad-block body {
  background: #FF0000;
}

#createEditForm #preview_wrapper {
  border-left: solid 1px #ccc;
  padding-left: 20px;
}

#createEditForm #preview_wrapper h3 {
  margin: 0 0 10px 0;
}

#createEditForm #preview_wrapper p {
  color: gray;
  margin: 0;
}

.hint {
  padding-bottom: 7px;
}

#createEditForm #categoriesMenu table {
  margin-top: 5px;
}

#createEditForm #incListFull, #createEditForm #incListCur {
  min-width: 460px;
  max-width: 460px;
}

#createEditForm #catListFull, #createEditForm #catListCur {
  min-width: 280px;
  max-width: 450px;
}

#geoForm select, #statesBlock select, #provincesBlock select, #citiesBlock .multiple, #auStatesBlock select, select#segSelfListFull, select#segSelfListCur, select#segListFull, select#segListCur {
  min-width: 280px;
  min-height: 100px;
}

#metroTargeting, #zipTargeting, #statesTargeting, #provincesBlock, #auStatesBlock, #citiesTargeting {
  margin-top: 10px;
}

#zipTargeting > p {
  margin: 0;
  padding: 0;
}

#metroTargeting, #zipTargeting, #statesTargeting, #auStatesTargeting, #citiesTargeting, #rtTargeting, #btTargeting, #cotegoriesBlock, #provincesBlock {
  padding: 10px;
  background-color: #F1F1F1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/js/pie/PIE.htc);
}

#createEditForm .form_submit_buttons_wrapper {
  margin-top: 20px;
}

#createEditForm .form_submit_buttons_wrapper * {
  text-align: left;
}

#targetSpecificSitesTableFixedHead {
  margin-bottom: 10px;
}

#targetSpecificSitesTableFixedHead,
#targetSpecificSitesTable {
  border-spacing: 0;
  border-collapse: collapse;
}

#targetSpecificSitesDiv div.option-wrapper {
  height: 220px;
  overflow: auto;
}

#targetSpecificSitesTableFixedHead thead #sites,
#targetSpecificSitesTable col#sites {
  width: 400px;
  font-weight: 700;
}

#targetSpecificSitesTableFixedHead thead #minBid,
#targetSpecificSitesTable col#minBid {
  width: 90px;
  font-weight: 700;
}

#targetSpecificSitesTableFixedHead thead #advBid,
#targetSpecificSitesTable col#advBid {
  width: 95px;
  font-weight: 700;
}

#targetSpecificSitesTableFixedHead thead #clickTrackingUrl,
#targetSpecificSitesTable col#clickTrackingUrl {
  width: 180px;
  font-weight: 700;
}

#targetSpecificSitesTable input.target-site-cl-url {
  width: 180px;
}

#targetSpecificSitesTableFixedHead thead #impTrackingUrl,
#targetSpecificSitesTable col#impTrackingUrl {
  width: 180px;
  font-weight: 700;
}

#targetSpecificSitesTable input.target-site-imp-url {
  width: 180px;
}

#targetSpecificSitesTable .target-site-min-bid {
  text-align: center;
}

#targetSpecificSitesTableFixedHead thead #catFilter {
  margin-left: 5px;
}

#targetSpecificSitesTableFixedHead thead #catFilter label {
}

#targetSpecificSitesTableFixedHead thead #catFilter #siteCategory {
  width: 206px;
}

#targetSpecificSitesTableFixedHead thead {
  height: 45px;
  vertical-align: middle;
  border-bottom: 1px solid #e0e0e0;
}

#targetSpecificSitesTable tbody .not-found {
  color: #959595;
  font-size: 16pt;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 125pt;
}

#targetSpecificSitesTable tbody div.target-sites-errors {
  width: 100%;
  color: #ff0000;
  text-align: left;
}

#targetSpecificSitesTable tbody td#advBid,
#targetSpecificSitesTable tbody td#advBid input {
  font-weight: 700;
}

#targetSpecificSitesTable tbody input.error {
  background-color: #ffe5e5;
  border-color: #df9393;
}

#targetSpecificSitesTable tbody input.target-site-adv-bid {
  width: 60px;
}

#targetSpecificSitesTable tbody tr:hover {
  background-color: #eff7ff;
}

#targetSpecificSitesTable tbody tr.no-hover:hover {
  background-color: #ffffff;
}

#targetSpecificSitesTableFixedHead thead #advBid.error,
#targetSpecificSitesTableFixedHead thead #clickTrackingUrl.error,
#targetSpecificSitesTableFixedHead thead #impTrackingUrl.error {
  background-color: #ffe5e5;
}

#targetSpecificSitesTableFixedHead thead #clickTrackingUrl,
#targetSpecificSitesTableFixedHead thead #impTrackingUrl,
#targetSpecificSitesTableFixedHead thead #minBid,
#targetSpecificSitesTableFixedHead thead #advBid,
#targetSpecificSitesTable tbody td#minBid,
#targetSpecificSitesTable tbody td#advBid,
#targetSpecificSitesTable thead td#minBid,
#targetSpecificSitesTable thead td#advBid {
  text-align: center;
}

.ajax-image-upload_holder {
  width: 144px;
  text-align: center;
}

/* COMMON: createEditForm END (CREATE NEW AD page) */
/* ================================================================= */
/* COMMON: profile page BEGIN */
.profile_info_box {
  font-size: 12px;
}

.profile_info_box a {
  color: #F26521;
}

#profile_form_wrapper {
  margin: 0 auto;
  display: block;
}

.profile_form_wrapper-block {
  display: inline-block;
  width: 49%;
  float: left;
}

.account-settings {
  line-height: 23px;
}

.profile-settings h3,
.account-settings h3 {
  font-size: 14px;
  font-weight: normal;
  color: #989898;
  margin-top: 0;
}

.account-settings ul.settings-list {
  list-style-type: none;
  padding-left: 0;
}

.account-settings ul.settings-list li {
  margin-bottom: 3px;
}

.account-settings ul.settings-list label {
  cursor: pointer;
}

.account-buttons {
  margin-top: 25px;
}

/* COMMON: profile page END */
/* ================================================================= */
/* COMMON: pixel page BEGIN */
.conversion {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  behavior: url(/js/pie/PIE.htc);
  padding: 10px 25px 1px;
  font-size: 14px;
  color: #787878;
  /*background: #f2f2f2;*/
  margin: 0 0 15px;
}

.conversion strong {
  display: block;
  color: #1a1e25;
  font-family: Verdana, Arial, sans-serif;
}

.conversion p {
  margin: 0 0 15px;
}

.conversion a {
  text-decoration: none;
  color: #f26521;
}

.conversion pre {
  text-decoration: none;
  color: #f26521;
}

.conversion a:hover {
  text-decoration: underline;
}

.conversion div.tracking-s2s strong.inline {
  display: inline;
}

.conversion div.tracking-s2s ol li {
  margin-bottom: 10px;
}

.conversion div.tracking-s2s ol li span.example {
  display: block;
  font-weight: 700;
}

.conversion div.tracking-s2s ol li span.example a {
  color: #3466dc;
  font-weight: 100;
}

#selfService {

}

.bordered {
  border: 1px solid #F37227;
}

#selfService input[type="text"] {
  padding: 6px;
  border: 1px solid #d1d2d3;
}

#selfService div.seg-option-holder {
  display: inline-block;
  margin-right: 10px;
}

#selfService div.seg-option-holder label.required:before {
  content: "* ";
  color: red;
}

.updateSegmentReport, .deleteSegmentReport {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 5px;
  vertical-align: middle;
}

.updateSegmentReport {

}

.deleteSegmentReport {

}

.last {
  text-align: center;
}

#selfService table.grid tbody tr td {
  border-left: none;
  border-right: none;
}

.content_wrapper {
  padding: 20px;
}

#createSegment {
  margin-bottom: 10px;
}

.description {
  clear: both;
  display: block;
}

#selfService table.grid thead th {
  /*font: bold 15px/18px Verdana, Arial, sans-serif;*/
}

/* COMMON: pixel page END */
/* ================================================================= */
/* BEGIN account_page */
.info_box {
  padding: 15px;
  background-color: #fff;
}

.account_page #add_funds_link {
  float: right;
}

.info_box h2 {
  margin: 0;
}

.info_box table td {
  padding: 2px 10px 2px 0;
}

.info_box table td:first-child {
  font-weight: bold;
}

.info_box .info_text {
  color: #787878;
  margin-top: 10px;
}

.account_page .info_box table tr:first-child td:last-child {
  font-weight: bold;
  font-size: 20px;
  color: #F26521;
}

/* END account_page */
/* ================================================================= */
/* BEGIN ads/manage-max-bids*/
#maxBids {
  width: 500px;
  margin: 0 auto;
  text-align: center;
}

#maxBids table.grid tr td:first-child {
  text-align: left;
}

#maxBidsSettingsConfirmationHolder {
  margin-bottom: 15px;
}

/* END ads/manage-max-bids*/
/* ================================================================= */
/* BEGIN ads/manage-max-bids*/
.blockUI.blockMsg {
  color: #f2662c !important;
  background: #fffdcb !important;
  border: 1px solid #dedb98 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/js/pie/PIE.htc);
}

/* END ads/manage-max-bids*/
/* ================================================================= */
/* BEGIN ads/groups */
#groupNotAssignedAds, #groupAssingAds {
  width: 270px;
}

.groups_select_elements {
  margin: 0 auto;
  width: auto !important;
}

.ad-select-boxes table {
  /*margin: 0 auto;
  width: auto !important;*/
}

.ad-select-boxes table .buttons {
  padding: 0 10px;
}

/* END ads/groups */
/* ================================================================= */
/* BEGIN tooltips */
.tooltipPopup {
  background: #fffdcb;
  font-size: 12px;
  color: #1A1E25;
  border: 1px solid #dedb98 !important;
  max-width: 500px;
}

span.qtipPopUp {
  display: none;
}

.help.tooltip-element, .tooltip-element {
  background: url("/images/ico-help.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 18px;
  margin: 0 0 -4px;
  overflow: hidden;
  text-indent: -9999px;
  width: 19px;
  cursor: help;
  color: #F2662C;
}

.tooltip-html {
  display: none;
}

/* END tooltips */

/* ================================================================= */
/* BEGIN createEditForm */
#createEditForm .zend_form input[type="text"], #createEditForm .zend_form input[type="password"], #createEditForm .zend_form textarea, #createEditForm .zend_form input[type="file"] {

}

#createEditForm .zend_form textarea {
  max-width: 376px;
}

#createEditForm .zend_form select {
}

#createEditForm .zend_form tr td:first-child {
  width: 185px;
  vertical-align: top;
}

#createEditForm .zend_form tr td.ad-field-length .orange-text {
}

#createEditForm .zend_form tr td.ad-field-length {
  float: right;
  position: absolute;
  text-align: left;
  margin-left: 380px;
  margin-top: 10px;
  color: gray;
  font-size: 11px;
}

#createEditForm .zend_form tr td.ad-field-length * {
  display: none;
}

#createEditForm .zend_form tr td.ad-field-length .vinous-text {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

#createEditForm .zend_form.ad-form {
  width: 540px;
}

.zend_form label.required:before {
  content: "* ";
  color: red;
}

.zend_form label.optional:before {
  content: "* ";
  color: #fff;
}

#createEditForm .zend_form tr td:first-child label {
  position: relative;
  top: 6px;
}

#createEditForm .zend_form tr td:first-child label .tooltip-element {
  float: right;
  position: relative;
}

/* END createEditForm */
/* ================================================================= */
/* BEGIN datetimepicker */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}

.ui-timepicker-div dl {
  text-align: left;
}

.ui-timepicker-div dl dt {
  height: 25px;
  margin-bottom: -25px;
}

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 65px;
}

.ui-timepicker-div td {
  font-size: 90%;
}

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.ui-timepicker-rtl {
  direction: rtl;
}

.ui-timepicker-rtl dl {
  text-align: right;
}

.ui-timepicker-rtl dl dd {
  margin: 0 65px 10px 10px;
}

#ui-datepicker-div .ui-datepicker-buttonpane button {
  color: red;
}

#ui-datepicker-div {
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px 0px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px 0px;
}

.datepicker_wrapper {
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: none;
  border: 0 none;
  height: auto;
  padding: 0;
}

.datepicker_wrapper, .datepicker_wrapper * {
  cursor: pointer;
}

.datepicker_wrapper img.ui-datepicker-trigger {
  margin: 0px 3px -3px 0px;
}

.filter.date-range input[type="text"].hasDatepicker {
  /*width: 74px;*/
}

.filter.date-range .datepicker_wrapper input[type="text"].hasDatepicker, .datepicker_wrapper input[type="text"].hasDatepicker {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: medium none;
  margin: 0;
  padding: 0px 0 0px 4px;
  background: none;
  height: 18px;
}

.ui-datepicker-calendar th {
  text-transform: uppercase;
}

.ui-datepicker .ui-datepicker-header {
  padding: 0;
  font: bold 13px/15px Verdana, Arial, sans-serif;
  color: white;
  text-align: center;
}

.ui-datepicker-header .ui-datepicker-prev, .ui-datepicker-header .ui-datepicker-next {
  background-color: #F8B290;
  border: none;
  border-radius: 0;
  behavior: url(/js/pie/PIE.htc);
  font-weight: bold;
  color: #363636;
  width: 18px;
  height: 21px;
  position: relative;
  top: 0;
  margin: 2px;
  cursor: pointer;
}

.ui-datepicker-header .ui-datepicker-prev {
  float: left;
  left: 0;
}

.ui-datepicker-header .ui-datepicker-next {
  float: right;
  right: 0;
}

.ui-datepicker-header .ui-datepicker-prev .ui-icon {
  background-position: -97px -17px;
}

.ui-datepicker-header .ui-datepicker-next .ui-icon {
  background-position: -32px -17px;
}

.ui-datepicker td {
  padding: 0px;
}

.ui-datepicker th {
  padding: 0px;
}

.ui-datepicker td a.ui-state-hover, .ui-datepicker td a.ui-state-default {
  border: none;
  text-align: center;
}

.ui-datepicker td a.ui-state-highlight {
  background: #FCDECF;
}

.ui-datepicker td a.ui-state-hover, .ui-datepicker td a.ui-state-active {
  background: #F8B290;
}

.ui-datepicker .ui-datepicker-buttonpane {
  border: none;
  margin-bottom: 3px;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
  float: right;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: none;
  opacity: 1;
  filter: Alpha(Opacity=100);
}

/* END datetimepicker */
/* ================================================================= */
/* BEGIN MASTER: account */
.master_role .left_box {
  float: left;
  width: 400px;
}

.master_role .right_box {
  float: right;
  width: 550px;
}

.master_role .left_box form h2 {
  margin: 0 0 15px 0;
}

.master_role table.grid thead tr th {
  vertical-align: middle;
  font-size: 12px;
  margin: 0;
  height: auto;
}

.master_role table.grid tbody tr td {
  padding: 3px;
}

.master_role table.bar .ui-datepicker-trigger {
  margin-left: -17px;
  position: relative;
  top: 3px;
}

/* END MASTER: account */
/* ================================================================= */
/* BEGIN pub: */
table.grid thead tr th {
  font-size: 12px;
}

#get_ad_code_wrapper {
  padding: 20px;
  background: white;
}

#get_ad_code_wrapper a.btn {
  float: right;
}

#get_ad_code_wrapper textarea {
  width: 100%;
  margin: 10px 0px 0px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  outline: none;
  background: white;
  font: 13px/20px Arial, Helvetica, sans-serif;
}

#get_ad_code_wrapper h3 {
  margin: 0;
  line-height: 26px;
}

#edit_ad_tag_form_wrapper .zend_form, #create_ad_tag_form_wrapper .zend_form {
  float: left;
  width: 615px;
  border-right: solid 1px #CCC;
}

#edit_ad_tag_form_wrapper .zend_form dt, #create_ad_tag_form_wrapper .zend_form dt {
  width: 180px;
}

#edit_ad_tag_form_wrapper .zend_form dd, #create_ad_tag_form_wrapper .zend_form dd {
  width: 405px;
}

#edit_ad_tag_form_wrapper .zend_form > select, #create_ad_tag_form_wrapper .zend_form > select, #edit_ad_tag_form_wrapper .zend_form > input[type="text"], #create_ad_tag_form_wrapper .zend_form > input[type="text"] {
  width: 100%;
  box-sizing: border-box;
}

#edit_ad_tag_form_wrapper .zend_form > span, #create_ad_tag_form_wrapper .zend_form > span {
  margin: 0;
  padding: 0;
  display: block !important;
}

#edit_ad_tag_form_wrapper .previewWrapper, #create_ad_tag_form_wrapper .previewWrapper {
  float: right;
  width: 350px;
  overflow: auto;
}

#edit_ad_tag_form_wrapper .previewWrapper #dynazone-preview,
#create_ad_tag_form_wrapper .previewWrapper #dynazone-preview {
  width: 600px;
}

#edit_ad_tag_form_wrapper #descHoverCssDialog, #create_ad_tag_form_wrapper #descHoverCssDialog {
  display: none;
}

#edit_ad_tag_form_wrapper #descHoverCssDialog button, #create_ad_tag_form_wrapper #descHoverCssDialog button {

}

#edit_ad_tag_form_wrapper #descHoverCss, #create_ad_tag_form_wrapper #descHoverCss {
  padding-right: 33px;
}

#edit_ad_tag_form_wrapper #descHoverCss + a.detail_link, #create_ad_tag_form_wrapper #descHoverCss + a.detail_link {
  position: absolute;
  margin-top: 7px;
  margin-left: -27px;
}

#edit_ad_tag_form_wrapper .previewWrapper iframe, #create_ad_tag_form_wrapper .previewWrapper iframe {
  max-width: 100%;
  overflow: auto;
  display: block;
}

#edit_ad_tag_form_wrapper .previewWrapper #regeneratePreview, #create_ad_tag_form_wrapper .previewWrapper #regeneratePreview {
  margin: 0 0 10px 0;
}

#edit_ad_tag_form_wrapper .previewWrapper #regeneratePreview span, #create_ad_tag_form_wrapper .previewWrapper #regeneratePreview span {

}

#edit_ad_tag_form_wrapper .previewWrapper #regeneratePreview span em, #create_ad_tag_form_wrapper .previewWrapper #regeneratePreview span em {

}

.zend_form input[type="text"].colorPickerInput {
  width: 70px;
}

.zend_form input[type="text"].modcoder_excolor_clrbox {
  width: 32px !important;
  height: 32px !important;
  border: solid 1px #CCC !important;
}

/* END pub:  */

/* ================================================================= */
/* 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 {
  text-align: center;
}

.boxes .block h3 ~ div {
  margin: 0;
}

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

.customAds a:hover {
  text-decoration: none;
}

.boxes a.customAdLink {
  text-decoration: underline;
  color: #F26521;
  font: 13px/20px Arial, Helvetica, sans-serif;
}

/* END: custom ads block */
/* ================================================================= */

/* BEGIN authorize:credit-card */
.credit-card-form {
  margin: auto;
}

.credit-card-form dl {
  padding: 0;
  margin: 0;
}

.credit-card-form .rounded-header {
  margin-top: 0;
}

.credit-card-form .billTo {
  float: left;
  width: 49%;
}

.credit-card-form .creditCard {
  float: right;
  width: 49%;
}

.credit-card-form .creditCard button#submit {
  margin-top: 10px;
  float: right;
}

.credit-card-form hr {
  border: 0;
  border-bottom: 2px solid #D9D9D9;
}

.credit-card-form .x_card_code-element-tooltip {
  margin-top: 7px;
  margin-left: -23px;
  position: absolute;
}

.credit-card-form .zend_form {

}

.credit-card-form .zend_form dd {
  width: 100%;
  max-width: 285px;
}

.credit-card-form .zend_form dt {
  margin-top: 4px;
}

.credit-card-form .zend_form input[type="text"], .credit-card-form .zend_form input[type="password"], .credit-card-form .zend_form textarea, .credit-card-form .zend_form input[type="file"] {
}

.credit-card-form .zend_form select {
}

/* BEGIN: Auto-billing form */

.credit-card-form {
  width: 100%;
}

.credit-card-form .credit-card-form_submit {
  float: left;
  width: 71.5%;
  text-align: right;
}

.credit-card-form .address-info,
.credit-card-form .billing-info {
  width: 49%;
  float: left;
}

.credit-card-form .billing-info {
  float: right;
}

.credit-card-form .credit-card-form_section span {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}

.credit-card-form .address-info_elements,
.credit-card-form .billing-info_elements {
  border: 1px solid #d1d2d3;
  border-radius: 5px;
  background-color: #fff;
}

.credit-card-form .credit-card-form_section ul {
  padding: 0;
  overflow: hidden;
}

.credit-card-form .credit-card-form_section ul li {
  margin-bottom: 10px;
}

.credit-card-form .credit-card-form_section .required:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 7px;
  content: " \f069";
  color: #a27066;
  vertical-align: super;
}

.credit-card-form .address-info label,
.credit-card-form .billing-info label {
  display: inline-block;
  width: 112px;
}

.credit-card-form .billing-info > ul {
  margin-top: 15px;
}

.credit-card-form .billing-info label {
  width: 140px;
}

.credit-card-form .billing-info .trans-type {
  display: inline-block;
  vertical-align: top;
}

.credit-card-form .billing-info .trans-type .radio-trans-type {
  margin-left: 0;
}

.credit-card-form .billing-info .trans-type label {
  width: initial;
  padding-right: 10px;
  cursor: pointer;
}

.credit-card-form .billing-info .trans-type .errors {
  margin-left: 0;
}

.credit-card-form .billing-info .agreement-label {
  width: 320px;
}

.credit-card-form .billing-info .li-agreement {
  padding-top: 30px;
}

.credit-card-form .billing-info .li-agreement .errors {
  margin-left: 25px;
}

.credit-card-form .credit-card-form_section ul li .errors li {
  margin-bottom: 0;
}

.credit-card-form .address-info ul li .errors,
.credit-card-form .billing-info ul li .errors {
  margin-left: 115px;
  padding-top: 2px;
  color: tomato;
}

.credit-card-form .billing-info ul li .errors {
  margin-left: 143px;
}

.credit-card-form .submit {
  padding: 5px 12px;
}

.credit-card-form .input-text,
.credit-card-form .select {
  width: 202px;
  vertical-align: middle;
  padding: 5px 8px;
}

.credit-card-form .select {
  padding-left: 4px;
  padding-right: 4px;
}

.credit-card-form .description {
  color: #666;
}

.credit-card-form .input-text-zip {
  width: 90px;
}

.credit-card-form .select-country,
.credit-card-form .select-state,
.credit-card-form .select-province {
  width: 220px;
}

.credit-card-form .select-month {
  width: 50px;
}

.credit-card-form .select-year {
  width: 70px;
}

.credit-card-form .select-amount {
  width: 123px;
}

.credit-card-form .input-text-amount,
.credit-card-form .input-text-ccv {
  width: 40px;
}

.credit-card-form .checkbox-agreement {
  vertical-align: top;
  margin-right: 5px;
}

.credit-card-form .agreement-label {
  cursor: pointer;
}

.credit-card-form .billing-info-notes {
  margin-top: 0;
  padding-top: 0;
  padding-right: 5px;
  font-weight: normal;
  font-size: 13px;
  color: #989898;
}

.auto-billing-created {
  padding: 50px 400px;
  text-align: center;
}

/* END: Auto-billing form */

/* END authorize:credit-card  */

/* ================================================================= */
/* BEGIN opti-serve */
.opti-serve_left {
  width: 900px;
}

.advertiser_data_grid {
  float: left;
}

.advertiser_fund_form {
  float: right;
  width: 270px;
}

.opti-serve_left table td a {
  color: #F26521;
}

.button_right button#name {
  float: right;
}

#opti_serve_credit_advertiser_form {

}

#opti_serve_credit_advertiser_form select {
  width: 100%;
}

#opti_serve_credit_advertiser_form input[type="text"] {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#opti_serve_credit_advertiser_form td {
  padding: 7px 0 0;

}

#opti_serve_credit_advertiser_form td:first-child {
  padding: 0px 8px 0 0;
}

/* END opti-serve */
/* ================================================================= */
/* BEGIN cobrand */
.brand-footer {
  margin-top: 20px;
}

/* END cobrand  */
/* ================================================================= */
/* BEGIN [controller]:[action] */
/* END [controller]:[action]  */
/* ================================================================= */
/* BEGIN [controller]:[action] */
/* END [controller]:[action]  */
/* ================================================================= */
/* BEGIN [controller]:[action] */
/* END [controller]:[action]  */

#advertiser_automated_reports .zend_form dt {
  width: 145px;
}

.bulk-upload .help, .image-description {
  margin: 5px 0;
  padding: 3px 0;
  line-height: 1.5em;
  padding-left: 4px;
  border-style: solid;
  border-width: 1px;
  border-radius: 0.5em;
}

.bulk-upload .form-container, .bulk-upload .help {
  width: 48%;
  float: left;
}

.bulk-upload .help {
  padding: 15px;
}

.bulk-upload .help .instructions *, .bulk-upload .help .definitions * {
  color: #000;
}

.bulk-upload .help .definitions table tr td:first-child {
  white-space: nowrap;
  vertical-align: top;
  font-weight: bold;
}

.bulk-upload .help h3 {
  width: 100%;
  text-align: center;
}

#pubNeedHelpBlock {
  text-align: right;
  margin-bottom: 15px;
}

a.protocol-toggle {
  color: #444;
  padding: 2px;
  display: block;
}

a.protocol-toggle:hover {
  color: #f16521;
}

/* BEGIN: Flight Dates */
.day-parting-days-day, .day-parting-days-labels {
  display: inline-block;
}

.day-parting-days-day .has-errors input,
.day-parting-days-day > span.has-errors {
  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 {
  width: 105px;
}

.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;
}

/* END: Flight Dates */

#get_ad_code_wrapper #amp-tag {
  display: none;
  padding-top: 10px;
}

#get_ad_code_wrapper a.amp-toggle, #get_ad_code_wrapper a.protocol-toggle {
  display: inline;
  padding: 0 5px;
}

.disclaimer {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

.flashMessage,
.flashMessagePermanent,
.infoMessage,
.infoMessagePermanent,
#domesticFundInfo,
.publisher_role #system_msg {
  color: #3C4756;
  background: #fffdcb;
  border: 1px solid #3C4756;
  border-radius: 0;
}
.message,
#domesticFundInfo,
.publisher_role #system_msg .message {
  font: 14px "RobotoCondenced Regular";
  border-radius: 0;
}
.publisher_role #msg_body,
.publisher_role #system_msg .title {
  color: #3C4756;
}
.content .message a {
  color: #3C4756;
}

.ui-corner-all,
.flat-dialog {
  border-radius: 0;
}
.ui-widget-content {
  border: 0 none;
  background: #fff;
  color: #3C4756;
}
.ui-widget-header {
  border: 0 none;
  background: #F37227;
  color: #fff;
  font-weight: bold;
}
.ui-widget {
  font-family: "Roboto Regular";
  font-size: 14px;
}
