/* Fonts
	 ========================================================================== */
/* @import url('https://fonts.googleapis.com/css?family=Lato');*/
/*@import url('../../../../fonts/Lato-Regular.ttf');*/
/* Font Families */
/* Font Weights */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *		IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
    display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
    /* 1 */
    display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
    font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
    display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    /* 1 */
    text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *		controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
    display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}
/* Scripting
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
    display: none;
}
/* Hidden
	 ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

/* Colors
   ========================================================================== */

/* Base Styles
========================================================================== */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-weight: 400;
    font-size: 16px;
    height: 100%;
}

h2 {
    font-size: 200%;
    font-weight: 900;
}

/*
h3 {
	font-size: 150%;
	font-weight: $semibold;
	padding: 10px;
}
*/

/*
h4 {
	font-size: 125%;
	padding: 5px 10px;
	font-weight: $bold;
}
*/

/*
p {
	padding: 0 10px;
}
*/

a {
    text-decoration: none;
    color: black;
}

ul {
    list-style-type: none;
}

/*
.adContainer {
	width: 100%;
}
*/

.sample-text {
    width: 720px;
    margin-top: 15px;
}

.messages {
    position: fixed;
    left: 50%;
    z-index: 5;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 30px;
    display: none;
    padding: 15px;
    border-radius: 5px;
}

.error-message {
    color: #AC4B22;
    background: #FFD4D9;
}

.success-message {
    background: #CBF0DA;
    color: #4F6F1F;
}
/* Dashboard Styles
========================================================================== */
.__ad-campaign-none {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}
/*
.campaignContainer {
	margin: 20px;
}
*/
.__ad-dashboard-title {
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 90%;
}
.__ad-dashboard-title a {
    color: #999999;
}
.__ad-dashboard-title a:hover {
    color: #0980FF;
}
.advertiser {
    position: relative;
}
.advertiser .name {
    font-size: 60px;
    letter-spacing: -0.05em;
    margin: 0;
}
.advertiser .editAdvertiser {
    color: #000000;
    font-size: 110%;
    background: #EBEBEB;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 0;
}
.__ad-stats-bottom {
    width: 100%;
    position: relative;
    text-align: left;
}
.__ad-campaign-desc {}
.__ad-campaign-desc, .__ad-title {
    font-weight: 300;
    font-size: 89%;
    color: #666666;
}
.Campaign {
    margin: 20px;
    padding: 20px;
    background-color: #F7F7F7;
    border-radius: 10px;
}
.Campaign .campaignTitleContainer {
    position: relative;
}
.Campaign .campaignTitleContainer h2 {
    line-height: 42px;
    margin-right: 50%;
    letter-spacing: -0.05em;
}
.Campaign .campaignHeader {
    border-radius: 10px;
}
.Campaign .campaignName {
    font-weight: 300;
    font-size: 89%;
    color: #666666;
}
.Campaign .campaignStats {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 10px 0;
}
.Campaign .stat {
    width: calc(100% / 5);
    float: left;
    display: inline-block;
    padding: 10px 0;
}
.Campaign .stat .statTitle {
    color: #9a9a9a;
    font-size: 90%;
    margin-bottom: 2px;
}
.Campaign .stat .statDetail {
    font-size: 110%;
    font-weight: 500;
}
.Campaign .controlButton {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-left: 12px;
}
.Campaign .campaignControls {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
}
.Campaign .campaignControls .campaignStatus {
    margin-top: 4px;
}
.Campaign .campaignDetails {
    display: inline-block;
    position: relative;
    width: 100%;
}
.Campaign .campaignStatus {
    float: left;
    text-align: center;
}
.Campaign .campaignAdContainer {
    background-color: #ffffff;
    border-radius: 5px;
    margin: 8px 0;
    padding: 14px;
    height: 70px;
}
.Campaign .campaignAdContainer .tableCell {
    height: 100%;
    float: left;
}
.Campaign .campaignAdContainer .tableCell.titleCell {
    width: 24%;
}
.Campaign .campaignAdContainer .tableCell.titleCell .tableCellInner {
    margin-right: 16px;
}
.Campaign .campaignAdContainer .tableCell.titleCell .adThumbnail {
    height: 100%;
    background: red;
    width: 60px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
}
.Campaign .campaignAdContainer .tableCell.titleCell .adDetails {
    margin-left: 74px;
}
.Campaign .campaignAdContainer .tableCell.titleCell h4 {
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    margin-bottom: 2px;
}
.Campaign .campaignAdContainer .tableCell.titleCell h5 {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    margin-bottom: 6px;
}
.Campaign .campaignAdContainer .tableCell.titleCell p {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}
.Campaign .campaignAdContainer .tableCell.titleCell .status {
    position: absolute;
    bottom: 14px;
}
.Campaign .campaignAdContainer .tableCell.titleCell .statusProgress {
    position: absolute;
    bottom: 14px;
    right: 0;
    text-align: right;
}
.Campaign .campaignAdContainer .tableCell.titleCell .progressContainer {
    /* 					width: 150px; */
    height: 32px;
    position: relative;
}
.Campaign .campaignAdContainer .tableCell.titleCell .progress {
    width: 100%;
    height: 10px;
    background: #f1f1f1;
    position: absolute;
    bottom: 0;
    border-radius: 3px;
    overflow: hidden;
}
.Campaign .campaignAdContainer .tableCell.titleCell .progressBar {
    background: #0980FF;
    height: 100%;
    width: 100%;
}
.Campaign .campaignAdContainer .tableCell.statCell {
    /* 				width: calc(76% / 6); */
    width: 80px;
}
.Campaign .campaignAdContainer .tableCell.statCell .tableCellInner {
    margin: 0 4px;
}
.Campaign .campaignAdContainer .tableCell.statCell .statTitle {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #999;
}
.Campaign .campaignAdContainer .tableCell.statCell .statValue {
    font-size: 16px;
    font-weight: 700;
}
.Campaign .campaignAdContainer .tableCell.statCell.clicksCell {
    width: 54px;
}
.Campaign .campaignAdContainer .tableCell.statCell.ctrCell {
    width: 70px;
}
.Campaign .campaignAdContainer .tableCell.dateCell {
    width: 150px;
}
.Campaign .campaignAdContainer .tableCell.controlCell {
    float: right;
    width: 172px;
}
.Campaign .campaignAdContainer .tableCell.controlCell .campaignStatus {
    margin-top: 10px;
}
.Campaign .campaignAdContainer .tableCell.controlCell .editCampaignAd {
    margin-top: 5px;
    width: 80px;
    float: left;
    margin-left: 20px;
    float: right;
}
.Campaign .campaignAdContainer .tableCellInner {
    height: 100%;
    position: relative;
}
.Campaign .geoTarget {
    font-size: 14px;
    margin: 3px 2px 0 0;
    background: #000;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    display: inline-block;
}
.Campaign .Ad .adInnerContainer {}
.Campaigns {
    padding: 20px;
    background-color: #F7F7F7;
    border-radius: 10px;
}
.Campaigns .campaignTitleContainer {
    position: relative;
}
.Campaigns .campaignTitleContainer h2 {
    line-height: 42px;
    margin-right: 50%;
    letter-spacing: -0.05em;
}
.Campaigns .campaignHeader {
    border-radius: 10px;
    margin-bottom: 20px;
}
.Campaigns .campaignName {
    font-weight: 300;
    font-size: 89%;
    color: #666666;
}
.Campaigns .createCampaign {
    width: 160px;
}
.Campaigns .campaignStats {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 10px 0;
}
.Campaigns .stat {
    width: calc(100% / 3);
    float: left;
    display: inline-block;
    padding: 10px 0;
}
.Campaigns .stat .statTitle {
    color: #9a9a9a;
    font-size: 90%;
    margin-bottom: 2px;
}
.Campaigns .stat .statDetail {
    font-size: 110%;
    font-weight: 500;
}
.Campaigns .controlButton {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-left: 12px;
}
.Campaigns .campaignControls {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
}
.Campaigns .campaignControls .campaignStatus {
    margin-top: 4px;
}
.Campaigns .campaignDetails {
    display: inline-block;
    position: relative;
    width: 100%;
}
.Campaigns .campaignStatus {
    float: left;
    text-align: center;
}
.Campaigns .campaignAdContainer {
    background-color: #ffffff;
    border-radius: 5px;
    margin: 10px 0;
    padding: 14px;
    height: 52px;
}
.Campaigns .campaignAdContainer .tableCell {
    height: 100%;
    float: left;
}
.Campaigns .campaignAdContainer .tableCell.titleCell {
    width: 24%;
    max-width: 200px;
}
.Campaigns .campaignAdContainer .tableCell.titleCell .tableCellInner {
    margin-right: 16px;
}
.Campaigns .campaignAdContainer .tableCell.titleCell h4 {
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    margin-bottom: 2px;
}
.Campaigns .campaignAdContainer .tableCell.titleCell h5 {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    margin-bottom: 6px;
}
.Campaigns .campaignAdContainer .tableCell.titleCell p {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}
.Campaigns .campaignAdContainer .tableCell.titleCell .status {
    position: absolute;
    bottom: 14px;
}
.Campaigns .campaignAdContainer .tableCell.titleCell .statusProgress {
    position: absolute;
    bottom: 14px;
    right: 0;
    text-align: right;
}
.Campaigns .campaignAdContainer .tableCell.titleCell .progressContainer {
    width: 100%;
    height: 32px;
    position: relative;
}
.Campaigns .campaignAdContainer .tableCell.titleCell .progress {
    width: 100%;
    height: 10px;
    background: #f1f1f1;
    position: absolute;
    bottom: 0;
    border-radius: 3px;
    overflow: hidden;
}
.Campaigns .campaignAdContainer .tableCell.titleCell .progressBar {
    background: #0980FF;
    height: 100%;
    width: 100%;
}
.Campaigns .campaignAdContainer .tableCell.statCell {
    /* 				width: calc(76% / 6); */
    min-width: 76px;
}
.Campaigns .campaignAdContainer .tableCell.statCell .tableCellInner {
    margin: 0 4px;
}
.Campaigns .campaignAdContainer .tableCell.statCell .statTitle {
    font-size: 12px;
    font-weight: 400;
    margin: 4px 0;
    color: #999;
}
.Campaigns .campaignAdContainer .tableCell.statCell .statValue {
    font-size: 14px;
    font-weight: 700;
}
.Campaigns .campaignAdContainer .tableCell.statCell.smallStatCell {
    min-width: 56px;
}
.Campaigns .campaignAdContainer .tableCell.dateCell {
    max-width: 150px;
}
.Campaigns .campaignAdContainer .tableCell.controlCell {
    float: right;
    width: 172px;
}
.Campaigns .campaignAdContainer .tableCell.controlCell .campaignStatus {
    margin-top: 10px;
}
.Campaigns .campaignAdContainer .tableCell.controlCell .editCampaignAd {
    margin-top: 5px;
    width: 80px;
    float: left;
    margin-left: 20px;
    float: right;
}
.Campaigns .campaignAdContainer .tableCellInner {
    height: 100%;
    position: relative;
}
.Campaigns .Ad .adInnerContainer {}
.__ad-campaign-zone {
    border-top: 1px solid #ECECEC;
}
.__ad-campaign-zone .__ad-campaign-zone-inner {
    width: 100%;
    position: relative;
}
.__ad-campaign-zone .__ad-campaign-zone-inner .campaignAdContainer {
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 10px;
    display: inline-block;
    padding: 20px;
}
.__ad-campaign-zone .__ad-campaign-zone-inner .campaignAdContainer .__ad-btn-edit {
    color: #000000;
    background: #EBEBEB;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 100%;
}
.__ad-campaign-zone-container {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}
.__ad-campaign-zone-title h4 {
    font-size: 110%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
}
.__ad-campaign-zone-title h4 a {
    color: #323232;
}
.__ad-campaign-zone-title a:hover {
    color: #0980FF;
}
.__ad-campaign-title a:hover {
    color: #0980FF;
}
.__ad-zone-stats {
    padding-top: 10px;
}
.__ad-zone-stats .stat-title {
    color: #666666;
    font-weight: 300;
    margin-bottom: 2px;
    font-size: 85%;
}
.__ad-zone-stats .stat-value {
    font-size: 110%;
    font-weight: 900;
}
/* Slider Styles */
.__ad-images {
    margin: 0 auto;
    width: 70%;
}
.__ad-images-edit {
    width: 95%;
    margin-left: 6%;
}
.__ad-type-name {
    text-align: center;
}
/* Switch for campaign Pause and Play */
.campaignStatus .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    /* 		margin-top: 10px; */
}
/* Hide default HTML checkbox */
.campaignStatus .switch input {
    display: none;
}
/* The slider */
.campaignStatus .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}
.campaignStatus .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}
.campaignStatus input:checked + .slider {
    background-color: #0980FF;
}
.campaignStatus input:focus + .slider {
    box-shadow: 0 0 1px #0980FF;
}
.campaignStatus input:checked + .slider:before {
    -webkit-transform: translateX(26px);
            transform: translateX(26px);
}
/* Rounded sliders */
.campaignStatus .slider.round {
    border-radius: 34px;
}
.campaignStatus .slider.round:before {
    border-radius: 50%;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
    .campaignContainer {
        max-width: 400px;
    }
    .campaignHeader {
        width: 99%;
    }
    .__ad-campaign-right {
        width: calc(99% / 3);
        border-top: 1px solid #ECECEC;
    }
    .__ad-campaign-zone-inner h3 {
        font-size: 120%;
    }
}
/* Edit Adzone Styles
========================================================================== */
.__ad-zone-edit-form {
    padding: 10px;
}
/* Create Ad Styles
========================================================================== */
.__ad-create-container {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.__ad-create-container .__ad-steps {
    width: 500px;
    margin: 0 auto;
    margin-top: 60px;
}
.__ad-step-title h3 {
    font-weight: 500;
    font-size: 185%;
}
.__ad-step {
    color: #999999;
    font-weight: 500;
    font-size: 110%;
    /* 	padding: 0 0 0 10px; */
}
#__ad-step-two {
    display: none;
}
#__ad-step-three {
    display: none;
}
/*--------- Step One --------*/
.__ad-campaign-form {
    margin-top: 20px;
}
.__ad-campaign-label {
    width: 30%;
    float: left;
    color: #666666;
    font-weight: 500;
    padding: 8px 0 0 0;
    margin: 8px 0;
}
.__ad-campaign-input {
    width: 70%;
    float: right;
}
.checkContainerWrapper {
    width: 70%;
    float: right;
}
.checkContainerWrapper label {
    /*
		width: 100%;
		float: left;
*/
    color: #666666;
    padding: 14px 0 14px 60px;
    margin: 8px 0;
    clear: both;
    float: left;
    font-size: 16px;
}
/* Customize the label (the container) */
.checkContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
}
/* Hide the browser's default radio button */
.checkContainer input {
    position: absolute;
    opacity: 0;
}
/* Create a custom radio button */
.radioBtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 46px;
    width: 46px;
    background-color: #eee;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.checkContainer:hover input ~ .radioBtn {
    background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.checkContainer input:checked ~ .radioBtn {
    background-color: #0980FF;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radioBtn:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.checkContainer input:checked ~ .radioBtn:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.checkContainer .radioBtn:after {
    top: 14px;
    left: 14px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: white;
}
.completeBy {
    display: none;
}
.completeBy.active {
    display: block;
}
.frequencyCap {
    display: inline-block;
}
.frequencyContainer {
    width: 70%;
    float: right;
}
.frequencyContainer p {
    color: #666;
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 20px;
}
.frequencyContainer .customDropdown {
    width: 160px;
    float: left;
}
.frequencyContainer .customDropdown.chooseDays {
    width: 110px;
}
.frequencyContainer .choiceLabel {
    margin: 8px 0;
    position: relative;
    display: inline-block;
    float: left;
    vertical-align: middle;
    padding: 12px 12px;
}
.frequencyContainer .choiceLabel.start {
    width: 50px;
    padding-left: 0;
}
.frequencyContainer .chooseImpressions, .frequencyContainer .chooseDays {
    float: left;
}
.form-group {
    display: inline-block;
}
.schedule .startDateContainer, .schedule .endDateContainer {
    float: left;
}
.schedule .startDateContainer input, .schedule .endDateContainer input {
    width: 150px;
}
.schedule .dash {
    margin: 8px 0;
    position: relative;
    display: inline-block;
    float: left;
    vertical-align: middle;
    padding: 12px 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
}
/*--------- Step Two --------*/
#__ad-type-select {
    float: left;
    width: 100%;
}
.selectAdType .adTypeContainer {
    width: calc(100% / 3);
    float: left;
}
.selectAdType .adTypeContainer label {
    margin-left: 10px;
    display: block;
}
.selectAdType .adTypeContainer:first-child label {
    margin-left: 0;
}
.details.active {
    background-color: #0980FF;
}
#__ad-type-select label {
    /*
	width: 30%;
	float: left;
	margin-bottom: 15px;
	overflow: auto;
	margin-right: 1%;
*/
}
.__ad-dim {
    color: #999999;
    font-size: 80%;
}
.impressionUrls {
    display: inline-block;
    width: 70%;
}
.impressionUrl {
    position: relative;
    width: 100%;
}
.impressionUrl .impressionUrlField {
    margin-right: 54px;
}
.impressionUrl .impressionUrlField input {
    float: none;
    width: 100%;
}
.impressionUrl .remove {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 46px;
    right: 0;
    background: #f1f1f1;
    margin: 8px 0;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    height: 46px;
    border-radius: 54px;
}
#__ad-type-select label div {
    font-size: 120%;
    font-weight: 500;
    padding: 15px 20px;
    display: block;
    border-radius: 8px;
    background-color: #ececec;
    height: 130px;
}
#__ad-type-select label div:hover {
    background-color: #0980FF;
    color: #fff;
}
#__ad-type-select label div:hover span {
    color: #fff;
}
#__ad-type-select label input {
    position: absolute;
    top: -20px;
}
#__ad-type-select input:checked + div {
    background-color: #0980FF;
    color: #fff;
}
/* Currency symbol CPM */
.currency-input {
    float: left;
    padding: 12px 0 12px 10px;
    margin: 8px 0;
    background-color: #f1f1f1;
    border: 2px solid #f1f1f1;
    color: #000;
    font-weight: 500;
}
.currency-input + input {
    width: 29%;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
/*--------- Step Three --------*/
.__ad-zone-form {
    padding: 10px;
}
.__ad-zone-label {
    color: #F7F7F7;
    font-weight: 900;
}
.__ad-zone-desc {
    color: #989898;
    font-size: 80%;
    width: 60%;
    margin-top: 10px;
    line-height: 16px;
    clear: both;
}
.__ad-zone-position {
    color: #0980FF;
    font-weight: 900;
}
/* The switch - the box around the slider */
#__ad-zone-duplicate .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-top: 10px;
}
/* Hide default HTML checkbox */
#__ad-zone-duplicate .switch input {
    display: none;
}
/* The slider */
#__ad-zone-duplicate .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}
#__ad-zone-duplicate .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}
#__ad-zone-duplicate input:checked + .slider {
    background-color: #0980FF;
}
#__ad-zone-duplicate input:focus + .slider {
    box-shadow: 0 0 1px #0980FF;
}
#__ad-zone-duplicate input:checked + .slider:before {
    -webkit-transform: translateX(26px);
            transform: translateX(26px);
}
/* Rounded sliders */
#__ad-zone-duplicate .slider.round {
    border-radius: 34px;
}
#__ad-zone-duplicate .slider.round:before {
    border-radius: 50%;
}
#__ad-zone-impressions #slidecontainer {
    width: 100%;
    /* Width of the outside container */
    margin: 15px 0;
}
/* The slider itself */
#__ad-zone-impressions .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    transition: opacity .2s;
}
#__ad-zone-impressions .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #0980FF;
    cursor: pointer;
}
#__ad-zone-impressions .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #0980FF;
    cursor: pointer;
}
.__ad-time-estimate-container {
    width: 100%;
    padding: 20px;
    background-color: #EBEBEB;
    border-radius: 5px;
    margin-top: 15px;
}
.__ad-time-estimate-container .__ad-time-estimate {
    margin-bottom: 15px;
}
.__ad-time-estimate-container .__ad-time-estimate label {
    font-size: 80%;
    color: #F7F7F7;
    font-weight: 900;
}
.__ad-time-estimate-container .__ad-time-estimate div {
    font-weight: 900;
}
.__ad-image-upload-container {
    width: 100%;
    padding: 20px;
    background-color: #EBEBEB;
    border-radius: 5px;
    margin-top: 15px;
}
.__ad-image-upload-container .__ad-url-input {
    width: 100%;
    font-size: 85%;
}
.__ad-another-version {
    font-weight: 900;
}
/* Ad Edit */
.__ad-details-container {
    padding: 10px;
    margin-bottom: 10px;
}
.__ad-details-box {
    background-color: #0980FF;
    width: 100%;
    height: 150px;
    border-radius: 5px;
}
.__ad-details-box .__ad-name {
    color: #fff;
    width: 25%;
    padding: 10px;
}
.__ad-details-box .__ad-name h4 {
    font-weight: 400;
    font-size: 115%;
}
.__ad-details-box .__ad-dimensions {
    color: rgba(255, 255, 255, 0.5);
    padding: 0 10px;
    font-size: 90%;
}
.__ad-image-preview {
    width: 160px;
    height: auto;
    min-height: 120px;
    float: left;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.__ad-image-preview img {
    width: 100%;
    height: auto;
    display: block;
}
.__ad-image-preview .img-portrait {
    width: 100%;
    height: auto;
}
.__ad-image-upload {
    width: 32%;
    height: 200px;
    float: left;
    border-radius: 5px;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
    .__ad-create-container .__ad-steps {
        width: 70%;
    }
    .__ad-campaign-label {
        width: 100%;
    }
    .__ad-campaign-input {
        width: 100%;
    }
    .__ad-campaign-right {
        width: calc(99% / 3);
        border-top: 1px solid #ECECEC;
    }
    #__ad-type-select label {
        font-size: 85%;
    }
    .__ad-zone-desc {
        width: 100%;
    }
    .__ad-time-estimate-container {
        width: 90%;
    }
    .__ad-image-upload-container {
        width: 90%;
    }
}
.loginFormContainer {
    margin: 100px auto 0;
    width: 320px;
    text-align: center;
}
.loginForm .email, .loginForm .password {
    margin-top: 12px;
}
.loginForm .email input, .loginForm .password input {
    background-color: #f1f1f1;
    padding: 12px 10px;
    margin: 0;
}
.loginForm .submitButton {
    margin-top: 24px;
    cursor: pointer;
    background: blue;
    padding: 12px 0;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    color: #fff;
}
.loginForm input {
    display: inline-block;
    border-radius: 5px;
    box-sizing: border-box;
    border: 2px solid #f1f1f1;
    outline: none;
    color: #000;
    width: 100%;
}

/* Button Styles
========================================================================== */

/*---------Buttons Reset --------*/

[role="button"], input[type="submit"], input[type="reset"], input[type="button"], button {
    box-sizing: content-box;
}

/* Reset `button` and button-style `input` default styles */

input[type="submit"], input[type="reset"], input[type="button"], button {
    background: none;
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button;
    /* for input */
    -webkit-user-select: none;
    /* for button */
    -moz-user-select: none;
    -ms-user-select: none;
}

input::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button[disabled], button[disabled]:hover, button[disabled]:focus, button[disabled]:active {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

/*--------- Edit Button --------*/

.__ad-button {
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}

.__ad-btn-edit {
    color: #000000;
    font-size: 110%;
    background: #EBEBEB;
    padding: 10px 30px;
}

.__ad-btn-edit:hover {
    background: #e0e0e0;
}

/*--------- Continue Button --------*/

.__ad-button-wrapper {
    text-align: center;
    margin-top: 50px;
}

.blueButton {
    background: #0980FF;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-weight: 500;
    font-size: 16px;
    float: left;
    padding: 12px 0;
    text-align: center;
    width: 100px;
}

.greyButton {
    background: #f1f1f1;
    border-radius: 5px;
    color: #000;
    display: block;
    font-weight: 500;
    font-size: 16px;
    float: left;
    padding: 12px 0;
    text-align: center;
    width: 100px;
}

.__ad-btn-blue {
    color: #fff;
    font-size: 90%;
    background: #0980FF;
    width: 25%;
    padding: 10px 30px;
    border: 2px solid #0980FF;
    margin-left: 10px;
}

.__ad-btn-blue:hover {}

.__ad-btn-grey {
    color: #000;
    font-size: 90%;
    background: #f1f1f1;
    width: 25%;
    padding: 10px 30px;
    border: 2px solid #f1f1f1;
}

.__ad-btn-grey:hover {
    background: #e0e0e0;
    border-color: #e0e0e0;
}

.__ad-btn-completed {
    color: #000000;
    font-size: 110%;
    background: #EBEBEB;
    padding: 10px 30px;
    cursor: initial;
}
/* Form Element Styles
========================================================================== */
input[type=text], textarea {
    padding: 12px 10px;
    margin: 8px 0;
    display: inline-block;
    background-color: #f1f1f1;
    border-radius: 5px;
    box-sizing: border-box;
    border: 2px solid #f1f1f1;
    outline: none;
    color: #000;
}
input[type=text]:focus, textarea:focus {
    box-shadow: 0 0 5px #0980FF;
    border: 2px solid #0980FF;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #979797;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #979797;
}
input::placeholder, textarea::placeholder {
    color: #979797;
}
.form-group {
    width: 100%;
    margin-bottom: 10px;
}
.error {
    color: red;
    float: right;
}
.error-2 {
    float: none;
    margin-left: 10px;
}
/* Dropzone Styles */
#userLogoUploader, #_ad-dropzone, #_ad-dropzone2 {
    border: 4px dashed #d6d6d6;
    border-radius: 10px;
}
.dz-message span {
    color: #999999;
}
.dropzone .dz-message {
    text-align: center;
    margin: 2.5em 0 !important;
}
.dropzone {
    min-height: 180px;
    padding: 40px 20px;
}
/* Custom dropdown */
.customDropdown {
    margin: 8px 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    float: right;
}
.customDropdown select {
    padding: 12px 12px;
    background-color: #f1f1f1;
    border-radius: 5px;
    color: #000;
    font-size: inherit;
    border: 0;
    margin: 0;
    -webkit-appearance: button;
    width: 100%;
}
.customDropdown select[disabled] {
    color: rgba(0,0,0,.3);
}
.customDropdown select[disabled]::after {
    color: rgba(0,0,0,.1);
}
.customDropdown::after {
    content: '\25BC';
    position: absolute;
    pointer-events: none;
    height: 1em;
    font-size: .625em;
    line-height: 1;
    right: 20px;
    top: 50%;
    margin-top: -.5em;
    color: rgba(0,0,0,.4);
    -webkit-transform: scaleX(1.5);
            transform: scaleX(1.5);
}
.locationSelector {
    display: none;
    margin: 20px 0 20px 42%;
}
.locationSelector .checkboxControl {
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 42px;
    margin-bottom: 12px;
    line-height: 28px;
}
.locationSelector .checkboxControl label {
    color: #666666;
    font-size: 16px;
}
.locationSelector .checkboxControl input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.locationSelector .checkboxControl input:checked ~ .indicator {
    background: #0980FF;
}
.locationSelector .checkboxControl input:disabled ~ .indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.locationSelector .checkboxControl input:checked ~ .indicator:after {
    display: block;
}
.locationSelector .checkboxControl:hover input:not([disabled]):checked ~ .indicator, .locationSelector .checkboxControl input:checked:focus ~ .indicator {
    background: $p;
}
.locationSelector .indicator {
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    background: #e6e6e6;
}
.locationSelector .indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.locationSelector .checkbox .indicator:after {
    left: 11px;
    top: 6px;
    width: 4px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.locationSelector .checkbox input:disabled ~ .indicator:after {
    border-color: #7b7b7b;
}
.locationSelector.active {
    display: block;
}
.flatpickr-current-month {
    line-height: 18px;
    height: 100%;
}
.flatpickr-days .dayContainer {
    padding: 0 10px 10px;
}
.flatpickr-rContainer .flatpickr-weekdays {
    padding: 0 10px;
    width: auto;
}
.flatpickr-day {
    max-width: 37px;
    height: 37px;
    line-height: 37px;
}
/* Navigation Styles
 ========================================================================== */
/*---------Base Header and Logo --------*/
.headerBar {
    background: #ECECEC;
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
}
.headerBar #__ad-logo {
    padding: 22px 22px 24px;
    font-size: 140%;
    font-weight: 900;
    float: left;
    letter-spacing: -0.02em;
}
.breadMenu {
    padding: 0 22px;
    color: #999;
}
.breadMenu h4 {
    font-size: 14px;
    font-weight: 500;
}
.breadMenu a {
    color: #999;
}
.breadMenu .spacer {
    margin: 0 4px;
}
.breadMenu .previous {}
.breadMenu .current {
    color: #000;
}
/*---------Navigation --------*/
.menu {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.018em;
    margin-top: 13px;
}
.menu li {
    display: inline-block;
}
.menu li a {
    color: #696969;
    padding: 10px;
    display: block;
}
.menu li a:hover {
    color: #0980FF;
}
.menu.menuNav {
    float: left;
    margin-left: 25px;
}
.menu.accountNav {
    float: right;
    margin-right: 25px;
}
.accountNav {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 30px;
    padding: 5px 0;
}
.accountNav .accountPicture {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: left;
    background-size: cover;
}
.accountNav .accountName {
    cursor: pointer;
    color: #696969;
    float: left;
    line-height: 30px;
    margin-left: 10px;
}
.accountNav:hover .accountDropdown {
    display: block;
}
.accountDropdown {
    display: none;
    position: absolute;
    right: 0;
    background-color: #fff;
    border-radius: 5px;
    width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 10px 0;
    z-index: 1;
}
.accountDropdown li {
    width: 100%;
}
.accountDropdown li a {
    cursor: pointer;
    padding: 10px 20px;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
    #__ad-menu-icon {
        display: inline-block;
    }
    nav ul {
        display: none;
        z-index: 1000;
        position: absolute;
        padding: 20px;
        right: 0px;
        top: 60px;
        background: #ECECEC;
        width: 40%;
        transition: top 500ms ease;
    }
    nav:hover ul {
        display: block;
    }
    nav li {
        text-align: center;
        width: 100%;
        padding: 10px 0;
    }
}
/* Image Drag n Drop Styles
========================================================================== */
#drop-files {
    width: 98%;
    height: 125px;
    background: rgba(0,0,0,0.1);
    border-radius: 10px;
    border: 4px dashed rgba(0,0,0,0.2);
    padding: 75px 0 0 0;
    text-align: center;
    font-size: 2em;
    float: left;
    font-weight: bold;
    margin: 0 20px 20px 0;
}
#dropped-files {
    float: left;
    position: relative;
    width: 560px;
    height: 125px;
}
#upload-button {
    position: absolute;
    top: 87px;
    z-index: 9999;
    width: 210px;
    display: none;
}
#dropped-files .image {
    height: 200px;
    width: 300px;
    border: 4px solid #fff;
    position: absolute;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
#upload-button .ss-upload {
    font-size: 0.7em;
}
#upload-button a {
    /* color: #fff;
		font-weight: bold;
		box-shadow: 0 0 1000px 62px rgba(255, 255, 255, 1), inset 0 -35px 40px -10px #0A9FCA;
		font-size: 20px;
		padding: 10px 20px;
		background-color: #4bc1e3;
		border-radius: 10px;*/
    border-radius: 5px;
    text-decoration: none;
    font-weight: 900;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    background: #0980FF;
    width: 50%;
    padding: 10px 30px;
    border: 2px solid #0980FF;
    transition: background 0.5s ease;
}
#upload-button a:hover {
    background: #fff;
    color: #0980FF;
    border: 2px solid #0980FF;
}
#upload-button span {
    display: block;
    width: 160px;
    text-align: center;
    margin: 20px 0 0 0;
    background: white;
    border-radius: 10px;
    padding: 4px 0;
    position: relative;
    left: -8px;
}
/*#upload-button a:hover {
		box-shadow: 0 0 1000px 62px rgba(255, 255, 255, 1), inset 0 -5px 40px 0px #0A9FCA;

	}*/
#extra-files {
    display: none;
    float: left;
    position: relative;
}
#extra-files .number {
    background: rgba(0,0,0,0.6);
    border-radius: 4px;
    display: inline-block;
    position: relative;
    font-weight: bold;
    color: #fff;
    padding: 20px 30px;
    margin: 60px 0 0 0;
    cursor: pointer;
    font-size: 30px;
}
#dropped-files #upload-button .delete {
    padding: 4px 6px;
    border-radius: 20px;
    background: rgba(0,0,0,0.6);
    box-shadow: none;
    font-size: 0.8em;
    margin-left: 8px;
    border: none;
}
#dropped-files #upload-button .delete:hover {
    background: rgba(0,0,0,0.8);
    border: none;
}
#extra-files .number:after {
    position: absolute;
    content: " ";
    top: 18px;
    left: -40px;
    display: block;
    border: 20px solid;
    border-color: transparent rgba(0, 0, 0, 0.6) transparent transparent;
}
#extra-files #file-list {
    display: none;
    background: white;
    padding: 20px 0;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    width: 250px;
    top: 100px;
    border: 1px solid #dadada;
    left: -10px;
    left: -16px;
    max-height: 220px;
    top: 150px;
    position: absolute;
    color: #545454;
}
#file-list ul {
    overflow: scroll;
    padding: 0;
    border-top: 1px solid #dadada;
    max-height: 200px;
    width: 250px;
    list-style: none;
    border-bottom: 1px solid #dadada !important;
}
#file-list ul li:last-of-type {
    border-bottom: 0 !important;
}
#uploaded-holder {
    width: 700px;
    height: 230px;
    display: none;
    float: left;
}
#extra-files #file-list:after, #extra-files #file-list:before {
    position: absolute;
    content: " ";
    top: -40px;
    left: 40px;
    display: block;
    border: 20px solid;
    border-color: transparent transparent #ffffff transparent;
}
#extra-files #file-list:before {
    border-color: transparent transparent #dadada transparent;
    top: -41px;
}
#extra-files #file-list li {
    border-bottom: 1px solid #eee;
    font-weight: bold;
    font-size: 1.5em;
    padding: 10px;
}
#loading {
    display: none;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
#loading-bar {
    width: 99%;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 2px;
}
.loading-color {
    width: 0%;
    height: 100%;
    transition: all 0.1s ease-in;
    border-radius: inherit;
    background-color: #4edbf1;
}
#loading-content {
    position: absolute;
    top: 15px;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    width: 405px;
}
#file-name-holder {
    width: 100%;
    float: left;
}
#file-name-holder h1 {
    text-align: center;
    border-bottom: 1px solid #dadada;
    padding: 20px 0;
    font-size: 120%;
    margin: 0;
}
#files-uploaded {
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    width: 99%;
    top: 100px;
    padding: 0;
    border: 1px solid #dadada;
    max-height: 320px;
    overflow: scroll;
    color: #545454;
}
#files-uploaded li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-size: 85%;
    font-weight: bold;
    color: #666666;
}
#files-uploaded a {
    color: #0980FF;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
    #drop-files {
        font-size: 1.5em;
    }
}
.visitorsTable {
    font: normal 12px/150% Arial, Helvetica, sans-serif;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    margin: 20px;
}
.visitorsTable table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}
.visitorsTable table td, .visitorsTable table th {
    padding: 8px 10px;
}
.visitorsTable table thead th {
    background-color: #999999;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    border-left: 1px solid #A3A3A3;
}
.visitorsTable table thead th:first-child {
    border: none;
}
.visitorsTable table tbody td {
    color: #7D7D7D;
    border-left: 1px solid #DBDBDB;
    font-size: 14px;
    font-weight: normal;
}
.visitorsTable table tbody .alt td {
    background: #EBEBEB;
    color: #7D7D7D;
}
.visitorsTable table tbody td:first-child {
    border-left: none;
}
.visitorsTable table tbody tr:last-child td {
    border-bottom: none;
}
.visitorsTable table tfoot td {
    padding: 0;
}
.visitorsTable table tfoot td font-size: 12px

				div {
    border-top: 1px solid #8C8C8C;
    background: #999999;
    padding: 2px;
}

/* Dashboard Styles
========================================================================== */

.__ad-ad-none {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.adContainer {
    margin: 20px;
}

.__ad-dashboard-title {
    font-weight: 500;
    margin-bottom: 30px;
    font-size: 90%;
}

.__ad-dashboard-title a {
    color: #999999;
}

.__ad-dashboard-title a:hover {
    color: #0980FF;
}

.advertiser {
    position: relative;
}

.advertiser .name {
    font-size: 60px;
    letter-spacing: -0.05em;
    margin: 0;
}

.advertiser .editAdvertiser {
    color: #000000;
    font-size: 110%;
    background: #EBEBEB;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 0;
}

.__ad-stats-bottom {
    width: 100%;
    position: relative;
    text-align: left;
}

.__ad-ad-desc {}

.__ad-ad-desc, .__ad-title {
    font-weight: 300;
    font-size: 89%;
    color: #666666;
}

.Ad {
    margin: 20px;
    padding: 20px;
    background-color: #F7F7F7;
    border-radius: 10px;
}

.Ad .adTitleContainer {
    position: relative;
}

.Ad .adTitleContainer h2 {
    line-height: 42px;
    margin-right: 50%;
    letter-spacing: -0.05em;
}

.Ad .adHeader {
    border-radius: 10px;
}

.Ad .adName {
    font-weight: 300;
    font-size: 89%;
    color: #666666;
}

.Ad .adStats {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 10px 0;
}

.Ad .stat {
    width: calc(100% / 3);
    float: left;
    display: inline-block;
    padding: 10px 0;
}

.Ad .stat .statTitle {
    color: #9a9a9a;
    font-size: 90%;
    margin-bottom: 2px;
}

.Ad .stat .statDetail {
    font-size: 110%;
    font-weight: 500;
}

.Ad .controlButton {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-left: 12px;
}

.Ad .adControls {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
}

.Ad .adControls .adStatus {
    margin-top: 4px;
}

.Ad .adDetails {
    display: inline-block;
    position: relative;
    width: 100%;
}

.Ad .adStatus {
    float: left;
    text-align: center;
}

.Ad .adAdContainer {
    background-color: #ffffff;
    border-radius: 5px;
    margin: 10px 0;
    padding: 20px;
    height: 52px;
}

.Ad .adAdContainer .tableCell {
    height: 100%;
    float: left;
}

.Ad .adAdContainer .tableCell.titleCell {
    width: 24%;
}

.Ad .adAdContainer .tableCell.titleCell .tableCellInner {
    margin-right: 16px;
}

.Ad .adAdContainer .tableCell.titleCell h4 {
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    margin-bottom: 2px;
}

.Ad .adAdContainer .tableCell.titleCell h5 {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    margin-bottom: 6px;
}

.Ad .adAdContainer .tableCell.titleCell p {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.Ad .adAdContainer .tableCell.titleCell .status {
    position: absolute;
    bottom: 14px;
}

.Ad .adAdContainer .tableCell.titleCell .statusProgress {
    position: absolute;
    bottom: 14px;
    right: 0;
    text-align: right;
}

.Ad .adAdContainer .tableCell.titleCell .progressContainer {
    width: 150px;
    height: 32px;
    position: relative;
}

.Ad .adAdContainer .tableCell.titleCell .progress {
    width: 100%;
    height: 10px;
    background: #f1f1f1;
    position: absolute;
    bottom: 0;
    border-radius: 3px;
    overflow: hidden;
}

.Ad .adAdContainer .tableCell.titleCell .progressBar {
    background: #0980FF;
    height: 100%;
    width: 100%;
}

.Ad .adAdContainer .tableCell.statCell {
    /* 				width: calc(76% / 6); */
    width: 80px;
}

.Ad .adAdContainer .tableCell.statCell .tableCellInner {
    margin: 0 4px;
}

.Ad .adAdContainer .tableCell.statCell .statTitle {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #999;
}

.Ad .adAdContainer .tableCell.statCell .statValue {
    font-size: 16px;
    font-weight: 700;
}

.Ad .adAdContainer .tableCell.statCell.clicksCell {
    width: 54px;
}

.Ad .adAdContainer .tableCell.statCell.ctrCell {
    width: 70px;
}

.Ad .adAdContainer .tableCell.dateCell {
    width: 150px;
}

.Ad .adAdContainer .tableCell.controlCell {
    float: right;
    width: 172px;
}

.Ad .adAdContainer .tableCell.controlCell .adStatus {
    margin-top: 10px;
}

.Ad .adAdContainer .tableCell.controlCell .editAdAd {
    margin-top: 5px;
    width: 80px;
    float: left;
    margin-left: 20px;
    float: right;
}

.Ad .adAdContainer .tableCellInner {
    height: 100%;
    position: relative;
}

.Ad .geoTarget {
    font-size: 14px;
    margin: 3px 2px 0 0;
    background: #000;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    display: inline-block;
}

.Ad .Ad .adInnerContainer {}

.ads {
    margin: 20px;
    padding: 20px;
    background-color: #F7F7F7;
    border-radius: 10px;
}

.ads .adTitleContainer {
    position: relative;
}

.ads .adTitleContainer h2 {
    line-height: 42px;
    margin-right: 50%;
    letter-spacing: -0.05em;
}

.ads .adHeader {
    border-radius: 10px;
    margin-bottom: 20px;
}

.ads .adName {
    font-weight: 300;
    font-size: 89%;
    color: #666666;
}

.ads .createAd {
    width: 160px;
}

.ads .adStats {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 10px 0;
}

.ads .stat {
    width: calc(100% / 3);
    float: left;
    display: inline-block;
    padding: 10px 0;
}

.ads .stat .statTitle {
    color: #9a9a9a;
    font-size: 90%;
    margin-bottom: 2px;
}

.ads .stat .statDetail {
    font-size: 110%;
    font-weight: 500;
}

.ads .controlButton {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-left: 12px;
}

.ads .adControls {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
}

.ads .adControls .adStatus {
    margin-top: 4px;
}

.ads .adDetails {
    display: inline-block;
    position: relative;
    width: 100%;
}

.ads .adStatus {
    float: left;
    text-align: center;
}

.ads .adAdContainer {
    background-color: #ffffff;
    border-radius: 5px;
    margin: 10px 0;
    padding: 20px;
    height: 52px;
}

.ads .adAdContainer .tableCell {
    height: 100%;
    float: left;
}

.ads .adAdContainer .tableCell.titleCell {
    width: 24%;
}

.ads .adAdContainer .tableCell.titleCell .tableCellInner {
    margin-right: 16px;
}

.ads .adAdContainer .tableCell.titleCell h4 {
    font-size: 16px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    margin-bottom: 2px;
}

.ads .adAdContainer .tableCell.titleCell h5 {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    margin-bottom: 6px;
}

.ads .adAdContainer .tableCell.titleCell p {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.ads .adAdContainer .tableCell.titleCell .status {
    position: absolute;
    bottom: 14px;
}

.ads .adAdContainer .tableCell.titleCell .statusProgress {
    position: absolute;
    bottom: 14px;
    right: 0;
    text-align: right;
}

.ads .adAdContainer .tableCell.titleCell .progressContainer {
    width: 150px;
    height: 32px;
    position: relative;
}

.ads .adAdContainer .tableCell.titleCell .progress {
    width: 100%;
    height: 10px;
    background: #f1f1f1;
    position: absolute;
    bottom: 0;
    border-radius: 3px;
    overflow: hidden;
}

.ads .adAdContainer .tableCell.titleCell .progressBar {
    background: #0980FF;
    height: 100%;
    width: 100%;
}

.ads .adAdContainer .tableCell.statCell {
    /* 				width: calc(76% / 6); */
    width: 100px;
}

.ads .adAdContainer .tableCell.statCell .tableCellInner {
    margin: 0 4px;
}

.ads .adAdContainer .tableCell.statCell .statTitle {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #999;
}

.ads .adAdContainer .tableCell.statCell .statValue {
    font-size: 18px;
    font-weight: 700;
}

.ads .adAdContainer .tableCell.dateCell {
    width: 150px;
}

.ads .adAdContainer .tableCell.controlCell {
    float: right;
    width: 172px;
}

.ads .adAdContainer .tableCell.controlCell .adStatus {
    margin-top: 10px;
}

.ads .adAdContainer .tableCell.controlCell .editAdAd {
    margin-top: 5px;
    width: 80px;
    float: left;
    margin-left: 20px;
    float: right;
}

.ads .adAdContainer .tableCellInner {
    height: 100%;
    position: relative;
}

.ads .Ad .adInnerContainer {}

.__ad-ad-zone {
    border-top: 1px solid #ECECEC;
}

.__ad-ad-zone .__ad-ad-zone-inner {
    width: 100%;
    position: relative;
}

.__ad-ad-zone .__ad-ad-zone-inner .adAdContainer {
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 10px;
    display: inline-block;
    padding: 20px;
}

.__ad-ad-zone .__ad-ad-zone-inner .adAdContainer .__ad-btn-edit {
    color: #000000;
    background: #EBEBEB;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 100%;
}

.__ad-ad-zone-container {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}

.__ad-ad-zone-title h4 {
    font-size: 110%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
}

.__ad-ad-zone-title h4 a {
    color: #323232;
}

.__ad-ad-zone-title a:hover {
    color: #0980FF;
}

.__ad-ad-title a:hover {
    color: #0980FF;
}

.__ad-zone-stats {
    padding-top: 10px;
}

.__ad-zone-stats .stat-title {
    color: #666666;
    font-weight: 300;
    margin-bottom: 2px;
    font-size: 85%;
}

.__ad-zone-stats .stat-value {
    font-size: 110%;
    font-weight: 900;
}

/* Slider Styles */

.__ad-images {
    margin: 0 auto;
    width: 70%;
}

.__ad-images-edit {
    width: 95%;
    margin-left: 6%;
}

.__ad-type-name {
    text-align: center;
}

/* Switch for ad Pause and Play */

.adStatus .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    /* 		margin-top: 10px; */
}

/* Hide default HTML checkbox */

.adStatus .switch input {
    display: none;
}

/* The slider */

.adStatus .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

.adStatus .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
}

.adStatus input:checked + .slider {
    background-color: #0980FF;
}

.adStatus input:focus + .slider {
    box-shadow: 0 0 1px #0980FF;
}

.adStatus input:checked + .slider:before {
    -webkit-transform: translateX(26px);
            transform: translateX(26px);
}

/* Rounded sliders */

.adStatus .slider.round {
    border-radius: 34px;
}

.adStatus .slider.round:before {
    border-radius: 50%;
}

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* Styles */
    .adContainer {
        max-width: 400px;
    }
    .adHeader {
        width: 99%;
    }
    .__ad-ad-right {
        width: calc(99% / 3);
        border-top: 1px solid #ECECEC;
    }
    .__ad-ad-zone-inner h3 {
        font-size: 120%;
    }
}
