﻿
body { font-family: 'Sarabun', sans-serif; font-size: 14px; padding: 60px 0 0 0; margin: 0; background-color: #ffffff; color: #000000; }
* { margin: 0; padding: 0; outline: none; border: none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body.basic { color: #ffffff; background-color: #424251; }
body.layout { color: #000000; background-color: #ffffff; }

body.no-scroll { overflow: hidden; padding-right: 18px; }

ul { margin-left: 0; }
main { padding-top: 61px; }

h1 { font-size: 28px; font-weight: 400; line-height: 1.3em; transition: all 0.2s; }

::-webkit-input-placeholder     {color:#424251;}
::-moz-placeholder              {color:#424251; opacity:1;}
:-ms-input-placeholder          {color:#424251;}
:-moz-placeholder               {color:#424251; opacity:1;}

.table { display: table; width: 100%; height: 100%; }
.table-cell { display: table-cell; width: 100%; height: 100%; vertical-align: middle; position: relative; }

.ui-widget-overlay { opacity: 0.3 !important; }

.page-title-section			{padding:25px 35px;}

section.full-width { padding-left: 0; padding-right: 0; }

input.datepicker[type=text] { width: 130px; background-image: url("/_assets/icon-date-picker-blue.png"); background-repeat: no-repeat; background-size: 19px; background-position: calc(100% - 8px) center; }
input[type=text].datepicker.narrow { width: 120px; }

input.datepicker[type=text][disabled] { background-image: url("/_assets/icon-date-picker-grey.png"); }

.no-campaign { font-size: 20px; color: #000000; margin: 30px 0 0 0; }

.container ul { margin-left: 20px; }
.container ul li { margin-bottom: 12px; }

.spinner { position: fixed; top: 50%; left: 50%; width: 70px; height: 70px; margin: -35px 0 0 -35px; -webkit-animation: spin 0.5s steps(10, start) infinite; -moz-animation: spin 0.5s steps(10, start) linear infinite; animation: spin 0.5s steps(10, start) infinite; background-image: url("/_assets/spinner.png"); background-size: cover; background-repeat: no-repeat; z-index: 100000; }

@-moz-keyframes spin {
   100% { -moz-transform: rotate(360deg); }
}

@-webkit-keyframes spin {
   100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
   100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

/*** INPUT FORM ***/

a.upload-asset,
select,
textarea,
input[type="password"],
input[type="text"] { font-family: 'Sarabun', sans-serif;  background-color: #ffffff; border-radius: 5px; height: 34px; font-size: 14px; color: #000000; transition: 0.2s ease-out; outline: none; }

.fluid-row.header-row h4, .fluid-row.header-row h5 {
    margin: 0;
}

.fluid-row.header-row hr {
    border-top: 1px solid #999999;
    border-bottom: 0;
    margin: 8px 0 10px 0;
}

/*{ font-family: 'Sarabun', sans-serif; border: 1px solid rgba(255,255,255,0.4); box-shadow: inset 0px -5px 15px 0px rgba(46, 54, 129, 0.5); background-color: rgba(255, 255, 255, 0.05); border-radius: 5px; width: 100%; height: 55px; font-size: 14px; color: #ffffff; transition: 0.2s ease-out; outline: none; }*/

.standard-form input[type=radio] { box-shadow: none; }

.standard-form input[type=text],
.standard-form input[type=password],
.standard-form textarea,
.standard-form select { background-color: #ffffff; color: #000000; box-shadow: inset 0 -5px 15px 0 rgba(240, 240, 240, 0.8); border-color: #cccccc; font-size: 14px; margin-bottom: 0; width: 100%; }

.input-form .input-field { margin-bottom: 10px; font-size: 0; }
.input-form .input-field label { font-size: 14px; font-weight: bold; }
.input-form input[type=radio] { box-shadow: none; }

.input-form input[type=text],
.input-form input[type=password],
.input-form textarea { padding: 9px 15px 10px 15px; }

.input-form input[type=text], .input-form input[type=password], .input-form select { height: 36px; margin: 0; line-height: initial; }

textarea.lines-2 { height: 4em; }
textarea.lines-6 { height: 8em; }
textarea.lines-8 { height: 10em; }
textarea.lines-10 { height: 12em; }
textarea.width-100 { width: 100%; }


table.radio-list.horizontal { margin-left: 15px; }
table.radio-list.horizontal td { width: auto; padding-right: 20px; position: relative; }
table.radio-list td input[type=radio] { display: inline-block; margin: 3px 10px 0 0; vertical-align: middle; }
table.radio-list td label { display: inline-block; vertical-align: middle; margin: 0; }

.input-form .input-field table.radio-list td label { font-weight: normal; }

.page-content { padding: 20px; border: 1px solid #cccccc; background-color: #f4f4f4; border-radius: 3px; margin-bottom: 20px; }
.page-content hr { border-top: 1px solid #cccccc; margin: 10px 0px; border-bottom: none; }
.page-buttons { margin-top: 20px; text-align: right; }

.page-content:last-child { padding-bottom: 0; margin-bottom: 0; }

div.checkbox { position: relative; padding-left: 24px; font-size: 14px; margin: 5px 0; }
div.checkbox input[type=checkbox] { position: absolute; left: 0; top: 2px; width: 16px; height: 16px; margin: 0; float: none; }
div.checkbox label { font-size: 14px; margin: 0; padding-top: 1px; line-height: 1.2em; }

div.checkbox.centered { padding-left: 0; }
div.checkbox.centered label { white-space: pre; } /* Forces the space below to be output. */
div.checkbox.centered label:before { content: " "; }

div.checkbox.centered input[type=checkbox] { left: 50%; margin-left: -8px; }

.zip-instructions { font-size: 12px; margin: 10px 0 0 0; padding: 0 10px; line-height: 1.2em; width: 100%; max-width: 1000px; }

div.important-information { padding: 5px 5px 1px 24px; background-image: url(/_assets/icon-information.png); background-size: 14px 14px; background-position: 5px 6px; background-repeat: no-repeat; border: 1px solid #cccccc; border-radius: 5px; display: inline-block; font-size: 11px; color: #000000; margin: 10px 0; line-height: 1.2em; }
div.important-information p { font-size: inherit; margin-bottom: 0.4em; }

.text-content { font-size: 13px; }

div.warning { padding-left: 20px; background-image: url("/_assets/icon-warning.png"); background-position: 2px 4px; background-size: 12px 12px; background-repeat: no-repeat; }

div.warning p { font-size: 12px; }
div.warning p span { font-weight: bold; }

.input-form .input-field .comment { font-size: 12px; color: #666666; line-height: 1.2em; margin: 0 0 10px 0; padding: 0; }
.input-form .input-field label span { font-size: 12px; color: #666666; }

span.readonly-value { font-size: 14px; padding: 5px 6px; border: 1px solid #f8f8f8; border-radius: 5px; background-color: #fcfcfc; color: #666666; }

.va-top { vertical-align: top; }

textarea.tp-notes { width: 100%; }

div.touch-points .touch-point-options { display: flex; flex-direction: row; column-gap: 20px; }
div.touch-points .touch-point-options > .left { flex-basis: 100%; }
div.touch-points .touch-point-options > .right { flex-basis: 33.33%; flex-shrink: 0; }

button.tp-notes,
button.tp-remove { display: inline-block; background-position: 0 0; background-size: cover; width: 20px; height: 20px; background-repeat: no-repeat; margin: 0 5px 5px 5px; background-color: transparent; }

button.tp-remove { background-image: url("/_assets/icon-delete.png");  }
button.tp-notes { background-image: url("/_assets/icon-notes.png"); }
button.tp-notes.content { background-image: url("/_assets/icon-notes-content.png"); }

.tp-budget-label { display: inline-block; font-size: 18px; font-weight: bold; margin-right: 10px; }
.tp-budget-value { display: inline-block; font-size: 18px; font-weight: normal; margin-right: 30px; }

.tp-retailer-costs { }

.tp-retailer-costs .tp-retailer-cost-label { display: inline-block; font-size: 14px; font-weight: bold; margin-right: 5px; }
.tp-retailer-costs .tp-retailer-cost-value { display: inline-block; font-size: 14px; font-weight: normal; margin-right: 15px; }

.tp-wave-selector { }
.tp-wave-selector input[type=radio] { display: inline-block; margin: 6px 6px 0 0; vertical-align: middle; }
.tp-wave-selector label { display: inline-block; margin: 6px 20px 0 0; vertical-align: middle; }

table.listing tr.tp-wave { }
table.listing td.tp-wave { padding: 20px 0 0 0; }
table.listing tr.tp-wave:first-child td.tp-wave { padding-top: 0; }
table.listing td.tp-wave h3 { padding: 5px; background-color: #d0d0d0; font-size: 16px; font-weight: bold; line-height: 1em; margin: 0; }

input[disabled],
input[type=text][disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed!important;
  background-color: #f0f0f0!important;
  border-color: #e8e8e8!important;
  box-shadow: none!important;
  color: #666666;
}

/*** BUTTONS ***/

.btn { font-family: 'Sarabun', sans-serif!important; /*padding: 4px 12px 6px 12px!important;*/}
.btn.btn-save { background-color: #bfe2ca; color: #333333; }
.btn.btn-cancel { background-color: #f4858e; color: #333333; }
/*
.btn.btn-add { background-color: #b1dfd5; color: #333333; }
*/

.btn.btn-remove { background-color: #da4f49; color: #ffffff; }

/*** ***/

button.view-example-popup { padding: 3px 30px 3px 0; background-image: url(/_assets/icon-show-help.png); background-size: 24px 24px; background-position: right center; background-repeat: no-repeat; display: inline-block; margin: 0 0 5px 0; color: #0088cc; border: 0; background-color: transparent; }

/*** FILE UPLOADER ***/

div.file-uploader .file-upload-control { width: 100%; min-height: 36px; background-color: #ffffff; color: #000000; padding: 0; border: 1px solid #cccccc; border-radius: 5px; position: relative; }
div.file-uploader .file-upload-control label { padding: 5px 10px; margin: 0; padding-top: 7px; }
div.file-uploader .file-upload-control label.no-file { color: #bdbdbd; }
div.file-uploader .file-upload-control button {color:#ffffff; font-family: 'Sarabun', sans-serif; background-color: #43c772; border-left: 1px solid #cccccc; position: absolute; height: 100%; padding: 0 20px 0 34px; top: 0; right: 0; border-top-right-radius: 4px; border-bottom-right-radius: 4px; background-image: url("/_assets/icon-upload-white.png"); background-size: 16px 16px; background-position: 9px 50%; background-repeat: no-repeat; transition: all 0.2s; z-index: 2; }
div.file-uploader .file-upload-control button:hover { background-color: #4eaade;}

div.file-uploader .file-upload-control .file-to-upload { display: block; margin-bottom: 5px; }
div.file-uploader .file-upload-control .file-to-upload .progress { margin: 0 10px; }
div.file-uploader .file-upload-control .file-to-upload .remove-file { display: inline-block;
    margin: 0;
    width: 14px;
    height: 14px;
    background-image: url(/_assets/icon-red-disc-x.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: initial;
    padding: 0;
    right: initial;
    border-radius: initial;
    top: initial;
    border: 0;
    background-color: transparent;
    vertical-align: middle; }

/*** ERRORS ***/

div.form-errors { margin: 0 0 20px 0; }
div.form-errors ul { list-style-type: disc; margin-left: 20px; }
div.form-errors ul li { font-size: 12px; color: #FF3333; line-height: 1.1em; margin-bottom: 5px; text-align: left; }

select.error,
input[type="password"].error,
input[type="text"].error,
textarea.error,
.selectize-control.error .selectize-input,
.radio-list.error input[type=radio],
.checkbox-list.error input[type=checkbox],
div.file-uploader.error { box-shadow: 0px 0px 5px 1px rgba(196,0,0,1)!important; }

/* HEADER */
a.logo { display: inline-block; vertical-align: middle; }
a.logo img { width: 250px; }

header { background-color: #161848; position: fixed; padding: 15px 35px; width: 100%; top: 0; left: 0; z-index: 10000; }
nav { display: inline-block; vertical-align: middle; float: right; margin: 0; }
nav ul { font-size: 0; margin: 0; display: inline-block; }
nav ul li { display: inline-block; font-size: 16px; margin-left: 25px; position: relative; opacity: 0.5; letter-spacing: 0.5px; color: #ffffff; }
nav ul li a { color: inherit; text-decoration: none; }
nav ul li a:hover { color: inherit; text-decoration: none; }
nav ul li a:after { width: 100%; height: 1px; background-color: #ffffff; content: ''; position: absolute; display: block; bottom: -10px; opacity: 0; transition: 0.2s ease-out; }
nav ul li:hover a:after { opacity: 1; bottom: -8px; }
nav ul li:hover { opacity: 1; }

nav .user-greeting { display: inline-block; font-size: 16px; color: #ffffff; margin-right: 25px; }

header .action-status { position: absolute; top: 100%; left: 0; width: 100%; padding: 8px 20px;  color: #000000; margin: 0; font-size: 16px; font-weight: normal; box-sizing: border-box; display: none; border-bottom: 2px solid #ffffff;  }
header .action-status.success { background-color: #99dc99; }
header .action-status.failed { background-color: #dc9999; }

header .action-status .close-action-status { position: absolute; right: 20px; top: 12px; width: 14px; height: 14px; background-image: url(/_assets/icon-close.png); background-size: cover; background-color: transparent; }

h1.form-header span.action { color: #666666; }


/* PAGE TITLE */
.page-title-section			{padding:25px 35px;}

/* SEARCH SECTION */
section.search-filter-section			{background-color: #f7f7f7; padding:20px 35px; border-top:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5;}
.search-filter-container				{font-size:0; height: 45px;}
.search-container						{width:80%; background-color: #ffffff; height: 100%; border:1px solid #444496; border-radius: 2px; font-size: 16px; padding-left: 12px; display: inline-block; vertical-align: top;}
.search-container input[type="text"] { height: 100%; padding-left: 10px; width: calc(100% - 240px); border: 0; outline: none; box-shadow: none; }
.search-dropdown { float: right; width: 200px; margin-right: 20px; }

.search-container .dk-select .dk-select-options    {width: calc(100% + 1px);}

input[type=button].search { border: 0; display: inline-block; background-color: #ffffff; background-image: url("/_assets/icon-magnify.png"); background-position: 0 0; background-size: cover; background-repeat: no-repeat; width: 21px; height: 21px; margin: 0 0 10px 0; padding: 0; }

.filter-dropdown-container button.close { position: absolute; top: 20px; right:20px; width: 32px; height: 32px; background-color: rgba(255,255,255,0.5); border-radius: 16px; background-image: url("/_assets/icon-close-white.png"); background-size: 16px; background-position: center; background-repeat: no-repeat; display: none; opacity: 0.5; font-size: 0; margin-left: -16px; }
.filter-dropdown-container button.close:hover	{opacity:1}
.filter-dropdown-container.xactive button.close { opacity: 1; }

/* FILTER SECTION */
.filter-container { width: 18%; margin-left: 2%; display: inline-block; vertical-align: top; }
.filter-btn { height: 45px; background-color: #434791; display: block; font-size: 16px; border-radius: 2px; color: #ffffff; text-decoration: none; padding: 14px 20px; background-image: url(/_assets/icon-filter.png); background-size: 22px; background-repeat: no-repeat; background-position: 90% 12px; line-height: 1; }
.filter-btn:hover { background-color: #333333; text-decoration: none; color: #ffffff; }


/* FILTER DROPDOWN */
.filter-dropdown-container { position: relative; z-index: 2; padding: 35px 220px 35px 25px; background-color: #444496; font-size: 0; position: relative; display: none; box-shadow: 0 2px 2px rgba(0,0,0,0.2); }
.filter-dropdown-container .dk-selected			{font-size:14px; height: 40px; line-height: 38px; background-color: transparent; border:1px solid #ffffff; color:#ffffff;}
.filter-dropdown-container .dk-selected:before	{border-top-color:#ffffff;}
.filter-dropdown-container .dk-selected:after	{border-bottom-color:#ffffff;}
.filter-dropdown-container .dk-select-options	{background-color:#ffffff; border:1px solid #dddddd;}

.filter-dropdown-container .selectize-input { background-color: transparent; border-radius: 5px; border-color: rgba(255, 255, 255, 0.75); }
/*
.filter-dropdown-container .dk-option			{color:#666666}
.filter-dropdown-container .dk-option-selected	{background-color:#2e3681; color:#ffffff;}
.filter-dropdown-container .dk-option-highlight {background-color:#2e3681; color:#ffffff;}
*/
.filter-col { width: auto; display: inline-block; vertical-align: top; padding-left: 10px; padding-right: 10px;}
.filter-col label { font-size: 16px; color: #ffffff; display: block; width: 100%; margin-bottom: 10px; }
.filter-col.divider { border-left: 1px solid #ffffff;}
.filter-row { font-size: 0; }
.filter-cell { width: 50%; display: inline-block; vertical-align: bottom; padding: 10px; padding-top: 15px; padding-bottom: 0; }
.filter-row-top .filter-cell { padding-top: 0; }
.filter-cell.wide { width: 100%; }

.filter-cell.date-element-picker { width: 100%; }
.filter-cell.attribute-picker { width: 100%; }
.filter-cell.save-filter { width: 100%; min-width: 200px; }

.filter-cell.multi-selector { margin-top: -1px; padding-bottom: 0; }

.save-filter-buttons { margin-top: 5px; }
.save-filter-buttons .btn-small { margin-right: 5px; }

.new-filter-name { position: absolute; top: 0; left: 0; background-color: #000000; padding: 10px; color: #ffffff; display: none; z-index: 1; }

/* TABLE SECTION */
section.table-section { padding: 35px; }

/* CAMPAIGN TABLE */
.campaign-table th.th-top				{background-color: #686874;}
.campaign-table th						{background-color: #8e8e97;}
/*.campaign-table tr.edit-click:hover td	{background-color: #d9d9dc;}*/

.campaign-table th,
.campaign-table td						{line-height: 1.4em;}

.table-sub-header th					{font-size:12px; font-weight: normal;}

/* 80px is the size of the header */

table.fixable-headers { position: fixed; top: 80px; z-index: 100; visibility: hidden; opacity: 0; }
table.fixable-headers.visible { visibility: visible; opacity: 1; }

th.sorter { padding-right: 20px!important; background-image: url(/_assets/icon-sorter.png); background-repeat: no-repeat; background-size: 12px 16px; background-position: right 17px; cursor: pointer; }
th.sorter.sort-asc { background-image: url("/_assets/icon-sort-up.png"); }
th.sorter.sort-desc { background-image: url("/_assets/icon-sort-down.png"); }

th.sorter:hover { background-color: #808089; }

.campaign-table { border-collapse: separate !important; }

.campaign-table thead { position: sticky; top: 80px; z-index: 1000; }

.campaign-table th { color: #ffffff; font-size: 12px; padding: 15px 3px; /*background-color: #434791;*/ border-left: 1px solid rgba(255,255,255,0.5); position: relative; }
.campaign-table th.th-top { /*background-color: #2e3681;*/ border-bottom: 1px solid #ffffff; }

.campaign-table .left-divide { border-left: 1px solid #ffffff; }

/*.campaign-table tbody { position: relative; z-index: 1000; }*/

.campaign-table td { background-color: #f1f1f1; padding: 15px 5px; text-align: center; border-left: 1px solid #ffffff; border-bottom: 1px solid #ffffff; font-size: 12px; transition: 0.2s ease-out; position: relative; }
.campaign-table td.id { border-left: none; }

.campaign-table td.tabURL { font-size: 11px; }

table th.align-right,
table td.align-right { text-align: right; }

table th.align-left,
table td.align-left { text-align: left; }

table th.align-center,
table td.align-center { text-align: center; }

.campaign-list { position: relative; z-index: 0; }

.campaign-table tr.darker-row td { background-color: #E1E1E1; }

.campaign-table tr.edit-click td:not(.no-click) { cursor: pointer; }
.campaign-table tr.edit-click td .cell-content { position: relative; z-index: 2; }
/*.campaign-table tr.edit-click:hover td { background-color: #c3c7da!important; cursor: pointer; box-shadow: inset 0 -2px 5px rgba(0,0,0,0.1); }*/
.campaign-table tr.edit-click:hover td:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(195,199,218,0.3); z-index: 1; }

.campaign-table td.gl		{font-weight:700; font-size: 13px;}

.campaign-table .prompter:hover span.prompt { visibility: visible; opacity: 1; }
.campaign-table .prompter span.prompt { top: 100%; bottom: auto; z-index: 1000000; }

.campaign-table .note .note-header { position: relative; }

.campaign-table .new-note-container { position: absolute; top: 32px; right: 0; width: 100%; display: none; padding-top: 13px; z-index: 10; }
.campaign-table div.new-note { /*position: absolute; z-index: 10; top: 13px; left: 0;*/ width: 100%; background-color: #333333; padding: 10px; }
.campaign-table div.new-note h4 { color: #ffffff; line-height: 1; margin: 0 0 20px 0; }
.campaign-table div.new-note-buttons { margin-top: 5px; text-align: center; }
.campaign-table div.new-note-buttons button { margin: 0 2px; }

.campaign-table td.action-button { padding: 0 5px; vertical-align: middle; }
.campaign-table td.action-button input { padding: 10px 16px; font-size: 12px; position: relative; }

.campaxign-table td.action-button input:hover:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; background-color: rgba(0,0,0,0.2); }

/* css arrow */
.campaign-table div.new-note-arrow { position: absolute; top: -1px; right: 0; width: 0; height: 0; border-top: 0; border-left: 14px solid transparent; border-bottom: 14px solid #333333; border-right: 14px solid transparent; }

.campaign-table textarea.new-note { width: 100%; height: 150px; }

.campaign-table td div.contact-list { width: 18px; height: 18px; background-image: url("/_assets/icon-contacts.png"); background-size: cover; background-position: center; background-repeat: no-repeat; display: inline-block; }

td.no-click { cursor: default !important; }

.full-screen-popup { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background-color: rgba(0, 0, 0, 0.25); z-index: 10000; display: none; }
.full-screen-popup .popup-container { position: absolute; top: 40%; left: 50%; margin-top: -200px; margin-left: -300px; border: 1px solid #cccccc; background-color: #ffffff; box-shadow: #000000 0 0 10px 0; padding: 20px; border-radius: 5px; }
.popup-buttons { margin-top: 10px; text-align: right; width: 100%; display: block; }
.mark-for-delete { box-shadow: 0 0 5px 1px #cc0000; }

.function-buttons {/* float: right; display: inline; padding-top: 4px;*/ display: flex; flex-direction: row; gap: 5px; flex-wrap: wrap; border-bottom: 10px solid #ffffff; }
.function-buttons input { /*margin-left: 5px;*/ padding: 10px 20px; font-size: 16px; color: #ffffff; background-color: #9aa0c1; transition: all 0.2s; }
.function-buttons input:hover { background-color: #333333; }

.fixed-header-section { position: fixed; z-index: 9999; background-color: #ffffff; transition: all 0.2s; }

.fixed-header-section.sticky .page-title-section { padding-top: 5px; padding-bottom: 5px; }
.fixed-header-section.sticky h1.form-header { font-size: 20px; }
.fixed-header-section.sticky h1.form-header span.campaign-id { font-size: 12px; padding: 5px 10px; }

.fixed-header-section.sticky .tabs button { font-size: 14px; padding: 8px 12px; }
.fixed-header-section.sticky .tabs .function-buttons { padding-top: 1px; }
.fixed-header-section.sticky .tabs .function-buttons input { margin-left:3px; padding: 6px 10px; font-size: 13px; }

.fixed-header-section-spacer { transition: all 0.2s; height: 157px; background-color: #f4f4f4; border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; }
.fixed-header-section-spacer.sticky { height: 120px; }

.feedback-header { font-size: 16px; font-weight: bold; margin-bottom: 10px; }

div.feedback-button { margin-top: 10px; text-align: right; }

.green { background-color: #81bd72 !important; color: #ffffff; }
.amber { background-color: #FFBF00 !important; color: #ffffff; }
.red { background-color: #e05461 !important; color: #ffffff; }

input.green:hover { background-color: #66a955!important; }
input.amber:hover { background-color: #e2b52f!important; }
input.red:hover { background-color: #b94d57!important; }

/*.note-row		{display:none;}*/
.note-row td	{padding:20px; text-align: left; border-left:none; position: relative;}
tr.note-row td	{background-color:#f1f1f1 !important;}
.note { width: 100%; background-color: #ffffff; padding: 15px 20px 10px 20px; border: 1px solid #dddddd; }
.note h2 { font-size: 16px; margin: 0 0 1em 0; }
.note h2.note-heading { display: inline-block; }

.note,
.note p { font-size: 13px; line-height: 1.2em; margin-bottom: 0.75em; color: #666666; }

.note .note-type { float: right; color: #666666; }
.note .note-type h2 { display: inline; }

.note.no-note { background-color: transparent; border-color: transparent; }

.note .note-add-new { display: inline; background-image: url(/_assets/icon-note-add.png); vertical-align: top; margin: 8px 0 0 16px; }

.note h2.note-type { display: inline-block; float: right; color: #666666; }

a.close { position: absolute; right: 20px; width: 20px; height: 20px; background-image: url(/_assets/icon-close.png); background-size: cover; display: block; opacity: 1; }

a.close.large { width: 60px; height: 60px; top: 20px; }
a.close.white { background-image: url("/_assets/icon-close-white.png"); }

a.icon-btn { display: inline-block; position: relative; transition: 0.2s ease-out; vertical-align: middle; }
a.icon-btn img { width: 18px; height: 18px; transition: 0.2s ease-out; }
a.icon-btn:hover img { opacity: 0.6; }

input.icon-button,
button.icon-button { margin: 0 0 0 4px; width: 24px; height: 24px; border: 1px solid #cccccc; border-radius: 3px; background-color: #d8d8d8; background-size: 16px 16px; background-position: center center; background-repeat: no-repeat; transition: all 0.2s; }

input.icon-button:hover,
button.icon-button:hover { background-color: #c0c0c0; }

.prompt { font-size: 10px; line-height: 1.1em; position: absolute; top: -30px; left: 50%; margin-left: -25px; color: #ffffff; background-color: #333333; border-radius: 2px; width: 50px; padding: 5px 0; opacity: 0; visibility: hidden; transition: 0.2s ease-out; transform: translateY(2px); z-index: 20; }
.prompt:after { width: 0; height: 0; border-style: solid; border-width: 0 5px 5px 5px; border-color: transparent transparent #333333 transparent; content: ''; display: block; position: absolute; left: 50%; margin-left: -5px; top: -5px; }
.has-prompt:hover .prompt { visibility: visible; opacity: 1; transform: translateY(0px); }

.prompt-bigger { width: 90px; margin-left: -45px; }

.prompt-contacts { width: 140px; text-align: left; padding: 1px 5px 5px 5px; }
.prompt-contacts div { margin-top: 4px; }
.prompt-contacts div strong { font-weight: normal; color: #6ee4c9; }

.prompt.prompt-contacts:after { left: 25px; }

.prompt-text,
.prompt-large-text { padding: 5px; line-height: 1.3em; white-space: pre-line; }

.prompt.prompt-text:after,
.prompt-large-text:after { left: 50px; }

.prompt-text { width: 200px; margin-left: -50px; }
.prompt-large-text { width: 300px; margin-left: -50px; }

.prompt-status-reasons { width: 140px; text-align: left; padding: 4px; margin-left: -100px; }
.prompt-status-reasons p { margin-bottom: 0.5em; }
.prompt-status-reasons p:last-child { margin-bottom: 0; }

.prompt.prompt-status-reasons:after { margin-left: 25px; }

/* CAMPAIGN EDITOR */
.tabs { width: 100%; border-bottom: 1px solid #cccccc; font-size: 0; margin-bottom: 0px; display: flex; flex-direction: row; gap: 10px; justify-content: space-between; }

.tab-buttons { display: flex; flex-direction: row; column-gap: 1px; border-bottom: 10px solid #f4f4f4; }

.tabs button.tab { font-size: 16px; padding: 13px 18px; border: 1px solid #c3c7da; background-color: #c3c7da; color: #ffffff; transition: all 0.2s; margin-right: 0; }
.tabs button.tab:hover { background-color: #a3a9c7; border-color: #a3a9c7; }
.tabs button.tab.active { background-color: #2e3681; border-color: #2e3681; color: #ffffff; }
.tabs button.tab.active:hover { background-color: #272e6d; border-color: #272e6d; color: #ffffff; }
.tab-section { display: none; background-color: #f4f4f4; padding: 20px; border-left: 1px solid #cccccc; border-bottom: 1px solid #cccccc; border-right: 1px solid #cccccc; }
.tab-section.active { display: block; }

span.campaign-id { background: #D3EBF9; display: inline-block; padding: 5px 15px; border-radius: 80em; font-size: 20px; vertical-align: text-bottom; line-height: 1em; }

.container { margin: 0 auto; width: 100%; max-width: 1280px; padding: 0; }
.header { padding-bottom: 0px; margin-bottom: 10px; border-bottom: 0px solid #cccccc; }

.header-column-title { margin-top: 0; border-bottom: 1px dotted #cccccc; padding-bottom: 5px; margin-bottom: 15px; }

.form { position: relative; }
.form-group { margin-bottom: 10px; min-height: 34px; }
.form-group label { font-weight: bold; padding-top: 5px; }

.form-group label.data { font-weight: normal; display: inline-block; }

.form-group .plain-text { padding-top: 5px;padding-bottom: 10px; font-size: 14px; }

.form div.make-live { position: absolute; top: 0; right: 0; }

.form-group input,
.form-group textarea,
.form-group select,
.form-group label { margin-bottom: 0; }

.form-group .selectize-control { line-height: 1em; }

.form-group span.checkbox { padding: 0; }
.form-group input[type=checkbox] { float: none; height: 16px; width: 16px; vertical-align: bottom; margin: 0; }

.notes-input-container { border: 1px solid #cccccc; background-color: #eeeeee; padding: 0; }
.notes-input-container label { width: 100%; padding: 10px; background-color: #f5f5f5; border-bottom: 1px solid #dddddd; margin: 0; }
.tinymce-wrapper { padding: 10px; background-color: #fcfcfc; }

.campaign-task-groups { display: grid; grid-template-columns: 100%; row-gap: 40px; }

.task-group { clear: both; display: block; margin: 0;}
.task-group .fluid-row { padding-left: 15px; padding-right: 15px; }
.task-group-header { display: block; padding: 15px; margin-top: 0; margin-bottom: 0px; }
.task-type-wrapper { padding: 16px 0; border-top: 1px solid #000000; }
.task-type-section { font-size: 12px; border: 1px solid #dddddd; border-radius: 5px; padding: 14px 20px; background-color: #f0f0f0; }

.task-options { padding: 0 16px; display: flex; flex-direction: row; align-items: start; gap: 20px; }
.task-options > div { flex-basis: 50%; }

.task-type-label,
.task-type-additional-label,
.task-type-additional-info-label,
.task-type-notes-label { font-weight: bold; }

.task-type-status,
.task-type-additional-status { margin: 0 16px 0 0; vertical-align: top; }

.task-type-date { }
.task-type-options { margin-top: 10px; }
.task-type-additional-info { width: 100%; height: 60px; font-size: 12px; }
.task-type-notes { width: 100%; height: 100px; }
.task-type-date-container { display: inline-block; }
.task-type-required { font-size: 12px; color: #000000; }
.task-type-action-button { display: inline-block; vertical-align: top; margin-left: 16px; }

.btn-task-type-action { background-color: #9aa0c1; color: #ffffff; }
.btn-task-type-action:hover { background-color: #333333; color: #ffffff; }

.task-group .campaign-tasks { padding-top: 0px; }

.task-type-wrapper.first { border-top: 0; }

.task-group-header-container.task-group-expander { cursor: pointer; position: relative; }
.task-group-header-container.task-group-expander:after { content: ''; display: block; position: absolute; width: 30px; height: 30px; top: 11px; right: 20px; opacity: 1; background-image: url(/_assets/icon-plus.png); background-size: cover; background-repeat: no-repeat; transition: all 0.2s; }
.task-group-header-container.task-group-expander.expanded:after { background-image: url(/_assets/icon-minus.png); transform: rotate(180deg); }
.task-group .campaign-tasks { background-color: #ffffff; }

/*
.task-group-header-container.red { background-color: #f4858e !important; color: #333333; }
.task-group-header-container.amber { background-color: #fed88f !important; color: #333333; }
.task-group-header-container.green { background-color: #bfe2ca !important; color: #333333; }
*/

.task-type-wrapper.red { background-color: #fbcad1 !important; color: #000000; }
.task-type-wrapper.amber { background-color: #fdf3d7 !important; color: #000000; }
.task-type-wrapper.green { background-color: #cfe9d7 !important; color: #000000; }
.task-type-wrapper.white{ background-color: #f0f0f0 !important; color: #000000; }

.task-type-options.tab-options,
.task-type-options.file-upload { margin: 0 10px; border: 1px solid #666666; border-radius: 3px; padding: 10px 0; background-color: #f8f8f8; }

.task-type-options.file-upload { padding: 15px; }

.task-type-options .uploaded-file { margin-top: 10px; }
.task-type-options .uploaded-file label { font-weight: bold; display: inline-block; margin-right: 10px; }
.task-type-options .uploaded-file a { font-size: 14px; }


.task-completed-by { font-size: 14px; line-height: 20px; margin: 0 0 20px 0; display: flex; flex-direction: row; align-items: center; }
.task-completed-by .name { margin-left: 0.5em; }
.task-completed-by .date { margin-left: 1.25em; }

.task-options.task-type-claimsub { flex-direction: column; gap: 0; }
.task-options.task-type-claimsub > div { flex-basis: auto; width: 100%; }

.task-type-claimsub .task-type-claimsub-row { display: flex; flex-direction: row; gap: 20px; border-bottom: 1px dotted #666666; margin-bottom: 10px; }
.task-type-claimsub .task-type-claimsub-row .claim-uploads { flex-basis: 30%; }

.task-type-claimsub .task-type-claimsub-row .claim { flex-basis: 40%; }

.task-type-claimsub .uploaded-file-list-caption { display: none; }

div.add-another-claim { margin-bottom: 20px; }

.btn-add-another-claim { background-color: transparent; font-weight: 500; }
.btn-add-another-claim:hover { text-decoration: underline; }

.fixed-header-section-spacer { border-left: none; border-right: none; }

.btn-notes { padding-right: 38px; background-image: url("/_assets/icon-notes-white.png") !important; background-size: 16px 16px; background-position: calc(100% - 8px) center; background-repeat: no-repeat; }
.btn-notes:hover { background-position: calc(100% - 8px) center !important; }

div.right-aligned-buttons button { float: right; }

.indicator { margin-top: 1px; display: block; height: 16px; text-align: center; }
.indicator-icon { display: inline-block; width: 21px; height: 20px; background-color: #ffffff; border-radius: 11px; background-size: 16px 16px; background-position: center 2px; background-repeat: no-repeat; }

.indicator-icon.red { background-image: url("/_assets/icon-clock-red.png"); background-color: #ffffff!important; }
.indicator-icon.amber { background-image: url("/_assets/icon-clock-amber.png"); background-color: #ffffff!important; }


.fluid-row { width: 100%; font-size: 0; margin: 0; border: 0; box-sizing: border-box; }
.fluid-row [class*=span] { float: none; margin-left: 0; display: inline-block; vertical-align: top; }
.fluid-row .span1 { width: 8.333%; }
.fluid-row .span2 { width: 16.666%; }
.fluid-row .span3 { width: 25%; }
.fluid-row .span4 { width: 33.333%; }
.fluid-row .span5 { width: 41.666%; }
.fluid-row .span6 { width: 50%; }
.fluid-row .span7 { width: 58.333%; }
.fluid-row .span8 { width: 66.666%; }
.fluid-row .span9 { width: 75%; }
.fluid-row .span10 { width: 83.333%; }
.fluid-row .span11 { width: 91.666%; }
.fluid-row .span12 { width: 100%; }

.fluid-row [class*=span].left { padding-right: 10px; }
.fluid-row [class*=span].right { padding-left: 10px; }
.fluid-row [class*=span].mid { padding-left: 10px; padding-right: 10px; }

.fluid-row [class*=span].top { vertical-align: top !important; }

.feedback-note { border: 1px solid #d9d9dc; border-radius: 2px; margin: 0 0 10px 0; }
.feedback-note-heading { font-size: 12px; padding: 8px 10px; font-weight: bold; vertical-align: top; background-color: #d9d9dc; color: #000000; border-bottom: 1px solid #dddddd; }
.feedback-note-content { padding: 16px; font-size: 14px; color: #000000; background-color: #ffffff; }
.feedback-note-date { font-style: italic; font-size: 11px; margin: 0; vertical-align: middle; }

button.feedback-action { margin-top: -4px; }

.bg-icon-edit { background-image: url("/_assets/icon-edit.png"); }
.bg-icon-delete { background-image: url("/_assets/icon-delete.png"); }
.bg-icon-pinned { background-image: url("/_assets/icon-pin-outline.png"); }

.bg-icon-pinned.pinned { background-image: url("/_assets/icon-pin-solid.png"); }

button.task-type-add-notes { height: 30px; width: 30px; border: 1px solid #cccccc; background-color: #ffffff; vertical-align: top; margin-left: 10px; background-image: url("/_assets/icon-notes.png"); background-size: 17px; background-position: center center; background-repeat: no-repeat; }

 /* DROPKICK */
.dk-selected { border: none; color: #444496; height: 43px; line-height: 40px; padding: 0; padding-left: 15px; border-left: 1px solid #444496; border-radius: 0; font-weight: normal; }
.dk-selected:before { border-top-color: #444496; margin-right: 15px; top: 50%; margin-top: -3px; }
.dk-selected:after { border-bottom-color: #444496; margin-right: 15px; display: none; }
.dk-select-options { background-color: #ffffff; border-radius: 0 !important; border: 1px solid #444496; margin-top: 0; }
.dk-option { padding-top: 5px; padding-bottom: 5px; color: #444496; font-weight: 400; border-bottom: 1px solid rgba(255,255,255,0.2); }
.dk-option-selected { background-color: #333333; color: #ffffff; }
.dk-option-highlight { background-color: #333333; color: #ffffff; }
.dk-select-options-highlight .dk-option-selected { color: #ffffff; background-color: #333333; }

/*** LIGHTBOX ***/

.lightbox { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.25); z-index: 100000; line-height: 1.3em; }
.lightbox-container { position: fixed; width: 640px; height: auto; left: 50%; margin-left: -320px; top: 50%; margin-top: -240px; background-color: #ffffff; padding: 20px 20px 20px 20px; position: relative; border-radius: 10px; border: 3px solid #333333; }
.lightbox a.lightbox-close { position: absolute; top: 10px; right: 10px; width: 16px; height: 16px; display: block; background-image: url("/_assets/icon-close.png"); background-size: cover; background-repeat: no-repeat; cursor: pointer; z-index: 1000; background-color: rgba(0, 0, 0, 0.5) !important; border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 100%; }
.lightbox-container .lightbox-content { }
.lightbox-container .lightbox-content h1 { font-size: 30px; margin-top: 0; }
.lightbox-container .lightbox-content-copy { max-height: 300px; overflow-y: auto; line-height: 1.3em; }
.lightbox-container .lightbox-buttons { padding-top: 20px; text-align: center; }

.lightbox-container .lightbox-content-copy table { line-height: 1.3em; }

.lightbox-container .lightbox-content-copy table th { padding: 0 8px 2px 8px; vertical-align: top; }
.lightbox-container .lightbox-content-copy table td { padding: 8px; vertical-align: top; }

.lightbox a.lightbox-close.large { top: 20px; right: 20px; width: 60px; height: 60px; }
.lightbox a.lightbox-close.white { background-image: url("/_assets/icon-close-white.png"); }

.lightbox.very-dark { background-color: rgba(0, 0, 0, 0.90); }

.lightbox-image-container img { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); height: 85%; }

div.delete-campaign { margin: 10px -20px -20px -20px; background-color: #ffffff; padding: 20px 0 0 0; border-top: 1px solid #333333; text-align: right; }



.container.promo-pos .ex-promo-pos,
.tabs.promo-pos .ex-promo-pos { display: none; }

.job-details-container:not(.promo-pos) .inc-promo-pos { display: none; }

/** **/

.ui-dialog { z-index: 10000!important; }

.dialog { display: none; }

.dialog .ui-dialog-buttonpane { margin: 0 -0.5em; }
.dialog .ui-dialog-buttonset { margin-right: 0.5em; font-size: 0; }

.dialog .ui-dialog-buttonset input[type=button],
.dialog .ui-dialog-buttonset input[type=submit],
.dialog .ui-dialog-buttonset button { margin: 0 -0.5em 0 1em!important; font-size: 12px; }

.xdialog .ui-dialog-buttonpane.ui-widget-content { margin: 0 -0.5em; }

.ui-dialog.important-question { }
.ui-dialog.important-question .ui-dialog-content p { font-size: 18px; padding: 10px 10px 0 10px; line-height: 1.2em; }
.ui-dialog.important-question .ui-dialog-buttonpane { padding: 1em;}
.ui-dialog.important-question .ui-dialog-buttonpane .ui-dialog-buttonset { float: none; width: 100%; }

.ui-dialog.important-question .ui-dialog-buttonpane .ui-dialog-buttonset button { width: 48%; padding: 10px 0; }
.ui-dialog.important-question .ui-dialog-buttonpane .ui-dialog-buttonset button.btn-left { margin: 0 2px 0 0; }
.ui-dialog.important-question .ui-dialog-buttonpane .ui-dialog-buttonset button.btn-right { margin: 0 0 0 2px; }

.ui-dialog.important-question .ui-dialog-content { position: relative; padding-left: 60px; }
.ui-dialog.important-question .ui-dialog-content:before { content: ""; position: absolute; top: 20px; left: 15px; width: 40px; height: 40px; background-size: cover; background-repeat: no-repeat; background-image: url("/_assets/icon-important-active.png"); }

@media (max-width: 1300px) {
 .container { padding: 0 20px; }
}


