.loader {
    position: relative;
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100%;
    min-height: 260px;
}
.loader img {
    width: 64px;
    height: 64px;
    margin-top: 103px;
}

.loader_over {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    background: none repeat scroll 0 0 #000;
    overflow: hidden;
}
.loader_over div {
    position: absolute;
    top: 50%;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    margin-top: -32px;
}

.loader_over div img {
    width: 64px;
    height: 64px;
}

.overall_message .wrapper {
    padding: 20px 70px 20px;
}

.overall_message .wrapper:before {
    content: "\e602";
}

.overall_message.error .wrapper:before {
    content: "\e606"
}

.overall_message.warning .wrapper:before {
    content: "\e608";
}


.form .validation .validation_error,
.form .validation .errorlist
{
  display: none;
}
.form .validation .field,
.form .validation .ffSelectWrapper {
  position: relative;
}
.form .validation .field:after,
.form .validation .ffSelectWrapper:after {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: "icomoon";
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  height: 16px;
  width: 16px;
  position: absolute;
  right: -22px;
  top: 8px;
}
.form .error .text,
.form .error .ffSelect > a,
.form .error .textarea,
.form .error .ffFileWrapper .ffFileFake,
.form .error .advertiser_dialog {
  background-color: #fff4f4;
  border: 1px solid #d14b4b;
}
.form .error .validation_error,
.form .error .errorlist {
  color: #d14b4b;
  display: block;
  font-size: 11px;
  margin: 5px 0 0;
}
.link_dialog .form .error .errorlist {
  margin-left: 140px;
}


.form .error .field:after,
.form .error .ffSelectWrapper:after {
  background: #d14b4b;
  content: "\e606";
}

.errorlist li {
    padding: 0px 0px 0px 0px;
}

.form .terms .errorlist {
    margin-left: 168px  !important;
}

.create_campaign form li .textarea {
    width: 350px;
    margin-right: 10px;
}

.create_campaign .errorlist {
    max-width: 375px;
}

.create_campaign .error .field:after, .form .error .ffSelectWrapper:after {
    background: none;
    content: "";
}

.create_campaign .terms .errorlist {
    margin-left: 0px  !important;
}

table .url .full {
  width: 300px;
}


table .status,
table .category,
table .actions,
table .amount {
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: middle;
}

table .category-col div {
    max-width: 100px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table .views
{
  padding-left: 25px;
  padding-right: 10px;
}
table .earned {
  padding-left: 10px;
  padding-right: 25px;
}

table th a {
    color: #959595;
    font-weight: bold;
}
 table th a:hover {
    color: #959595;
    font-weight: bold;
    text-decoration: none;
}

table th.url a, table th.url a {
    color: #363636;
    line-height: 1.55em;
}


.error td {
    background: none repeat scroll 0 0 #fff4f4;
}

#dialog-change-category .ffSelectMenuWrapper .ffSelectMenuMid {
  max-height: 70px;
}

.registration_success {
    font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
    margin: 0 auto;
    text-align: center;
    width: 640px;
}

.registration_success h1 {
  color: #790000;
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 38px;
  font-size: 36px;
}

.registration_success p {
  font-size: 15px;
  line-height: 26px;
}

.registration_success button, .registration button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffc603;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffda4d), color-stop(100%, #ffc603));
  background-image: -webkit-linear-gradient(#ffda4d, #ffc603);
  background-image: linear-gradient(#ffda4d, #ffc603);
  border-radius: 3px;
  border: solid 1px #f5ae02;
  color: #790000;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
  height: 42px;
  padding: 0 28px;
}
.registration_success button:hover, .registration button:hover {
  background: #ffd442;
  background-color: #ffd442;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe37a), color-stop(100%, #ffd442));
  background-image: -webkit-linear-gradient(#ffe37a, #ffd442);
  background-image: linear-gradient(#ffe37a, #ffd442);
  color: #790000;
  border-color: #f5ae02;
  text-decoration: none;
}

.registration p {
    font-size: 15px;
    line-height: 20px;
}

#reset-password {
    margin-top: 10px;
}

.link_login .field {
  display: block;
  text-align: left;
  position: relative;
  #width: 100%;
  padding: 0 150px;
}

.link_login .field.control {
  font-size: 11px;
}
.link_login .field.control:before,
.link_login .field.control:after {
  content: "";
  display: table;
}
.link_login .field.control:after {
  clear: both;
}

.link_login .field.control > a {
  float: right;
}
.link_login .action.login {
  margin: 20px auto;
}
.link_login .fb_login {
  background: #f7f7f7;
  border-top: 1px solid #e1e1e1;
  padding: 18px 0;
  text-align: center;
}

.error.login {
    width: 100%;
    text-align: center;
    display: block;
}

.error.login .validation_error {
    font-size: 14px;
}

.error.non_field .validation_error {
    font-size: 16px;
    margin-bottom: 10px;
}

.form.margin {
    margin-top: 27px;
}

.graph {
    min-height: 340px;
}

pre {
    font-family: monospace;
}

.action.delete.remove_field, .action.create.add_link_button {
    display: inline;
    padding: 0;
}

.create_campaign_form li .text.halfwidth {
    width: 180px;
}

.cols_content > .secondary_content .ui-tabs-active a {
    background-color: #ffc602;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd967), color-stop(100%, #ffc602));
    background-image: -webkit-linear-gradient(#ffd967, #ffc602);
    background-image: linear-gradient(#ffd967, #ffc602);
    border-color: #ffc600;
    color: #7e5000;
}

a {
    outline: 0;
}

a:hover,
a:active,
a:focus {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
}

.cols_content > .secondary_content {
    padding-bottom: 50px;
}

#id-auth-form button.primary, #id-shrink-form button.primary, #id-categories-form button.primary {
    height: auto; 
    line-height: 2em; 
    margin: 0;
}

.social_signup {
    vertical-align: bottom;
    height: 46px;
    display: inline-block;
    margin-left: 30px;
}

.overall_message {
    position: fixed;
}

.overall_message.info {
  background: #f7fcee;
  color: #657d42;
}
.overall_message.info .wrapper:before {
  background: #9ac64e;
  color: #f7fcee;
}
.overall_message.info .close,
.overall_message.info .ui-dialog .ui-dialog-titlebar-close {
  color: #657d42;
}
.overall_message.info .close:hover,
.overall_message.info .ui-dialog .ui-dialog-titlebar-close:hover {
  color: #4a5c30;
}

.article .date {
  color: #959595;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  float: right;
}
.article .date:before {
  content: "\e603";
  display: inline-block;
  font-family: "icomoon";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
.article .date:before {
  color: #eea900;
  margin-top: -4px;
}

ul.categories-list li {
  display: inline-block;
  margin: 0 10px 0 0;
}
ul.categories-list li a {
  text-decoration: none;
}
ul.categories-list li a:hover {
  text-decoration: underline;
}
ul.categories-list li:before {
  color: #d79e25;
  content: "|";
  margin: 0 10px 0 0;
}
ul.categories-list li:first-child:before {
  content: "";
  margin: 0;
}
dd.empty {
    text-align: center;
    margin-top: 10px;
}
.yellow {
  background: yellow;
}
img.captcha {
  vertical-align: middle;
}
.support .form li .text.captcha {
  width: 200px;
}
.support .form li .ffFileWrapper {
  width: 365px;
}
.support .form li .ffFileWrapper .ffFileFake {
  width: 250px;
}
.attachment .action {
  display: inline;
}
.attachment .action.delete, .attachment .action.create {
  padding: 0;
}
p.attachment {
  margin: 0 0 6px;
}
span.badge {
    font-weight: bold;
    color: #FFF;
    background-color: #f25c60;
    border-radius: 4px;
    padding: 0 4px;
    line-height: 15px;
}

table .actions .action {
    margin: 0 0 0 2px;
}


.message .text_wrapper ul {
  margin: 0 0 0 40px;
}

.message .text_wrapper ul > li {
  margin: 0 0 5px;
  position: relative;
}

.message .text_wrapper p {
    margin: 13px 0;
}

.support .service dt a {
    width : 770px;
    overflow:hidden;
    display:inline-block;
    text-overflow: ellipsis;
    #white-space: nowrap;
}

.support .service dd {
    width : 770px;
    overflow:hidden;
    display:inline-block;
    text-overflow: ellipsis;
    #white-space: nowrap;
}

.support_howto h2 {
    width : 650px;
    overflow:hidden;
    display:inline-block;
    text-overflow: ellipsis;
}

.support_howto p {
    width : 650px;
    overflow:hidden;
    display:inline-block;
    text-overflow: ellipsis;
}

.banner {
    width: auto;
    height: auto;
    margin: 0 auto;
    max-width: 330px;
}

.banner img, .banner iframe {
    max-width: 330px!important;
    height: auto!important;
}

.admin-panel {
    background-color: #ffaf03;
    width: 100%;
    height: 33px;
}

.admin-panel .action.main {
    height: 25px;
    font-size: 12px;
    margin-top: 4px;
    margin-left: 20px;
    width: initial;
    font-weight: normal;
}

.verify .captcha {
    display: block!important;
}


.registration_header .no_slash:after {
    color: #d29621;
    content: "";
    position: absolute;
    right: 0;
    top: -2px;
}

/*
.registration_header .no_slash.signup:before {
    background-image: none;
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    right: 22px;
    top: 0;
}
*/