<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

#note - main file moved to elements/dashboard.css.php for dynamic rendering
however, we run php on this file and store the output in dashboard.css so it's still "static"

*/

.transcription_wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.transcription_text {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    overflow: auto;
    max-height: 150px;
}

.transcription_text.expanded {
    max-height: none;
}

.show_more_button {
    display: flex;
    width: 100%;
    justify-content: center;
    cursor: pointer;
    align-items: center;
}

sup.beta {
    color: #23638D;
    font-size: 10px;
    font-style: italic;
}

.actionButton {
	box-shadow:inset 0px 1px 0px 0px #2990cc;
	background:linear-gradient(to bottom, #2b77a6 5%, #23638d 100%);
	background-color:#2b77a6;
	border-radius:6px;
	border:1px solid #205e85;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:15px;
    padding:6px 24px;
    width: 225px;
	text-decoration:none;
}

.actionButton:hover {
	background:linear-gradient(to bottom, #23638d 5%, #2b77a6 100%);
	background-color:#23638d;
}

.actionButton:active {
	position:relative;
	top:1px;
}

.actionButton:disabled {
    box-shadow: none;
    background: none;
	background-color:#ededed;
	border:1px solid #dcdcdc;
    display:inline-block;
    cursor: default;
	color:#b0b0b0;
}
.detected-column {
    float: left;
    width: 30%;
    padding: 5px;
}

/* Clear floats after the columns */
.detected-row:after {
    content: "";
    display: table;
    clear: both;
}

#detected-category {
    text-transform:capitalize;
}

.lead_score_status_table {
    border: 2px solid black;
}
body {
	padding-top: 0;
	background: #fff;
	font-family: "Open Sans", sans-serif;
}
ol, ul {
	list-style-position: inside;
}
.path {
	font-weight: bold;
}
.note { 	color: #ccc;
	font-size: 90%;
}
#admin #pageWrapper {
	min-width: 95%;
	background: #fff;
    padding-bottom: 6em;
}
#admin #pageWrapper #leftBorder div {
	width: 8px;
	overflow: hidden;
}
#admin #pageWrapper #centerColumn {
	vertical-align: top;
	padding-top: 5px;
	width: 100%;
}
#top_header {
    display: inline-flex;
    width: 100%;
    justify-content: space-around;
}

#left_box, #right_box {
    min-width: 30%;
    max-width: 30%;
    display: inline-flex;
}

#customer_highlights_box {
    border: 1px solid red;
    border-radius: 4px;
    align-self: center;
    height: 70%;
    width: 80%;
    margin: auto;
    display: none;
    padding: 9px;
    justify-content: center;
    background-color: #e9e9eb;
}

#customer_highlights_box_text {
    display: none;
    align-self: center;
    text-align: center;
}

#customer_highlights_bar {
    width: 300px;
    height: 70px;
    justify-content: center;
    border: 1px solid red;
    border-radius: 4px;
    display: none;
    margin: 10px auto;
}

#customer_highlights_bar_text {
    align-self: center;
    text-align: center;
    display: none;
}


#topLogo img {
    max-height: 175px;
    max-width: 340px;
}

#admin #pageWrapper #rightBorder div {
	width: 8px;
	overflow: hidden;
}
#admin #contentWrapper #container {
	width: 100%;
}
#admin #contentWrapper #container #content #topNav {
	float: left;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 100%;
}
#admin #contentWrapper #container #content #topNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#admin #contentWrapper #container #content #topNav li.navLink {
	float: left;
	margin-right: 25px;
}
#admin #contentWrapper #container #content #topNav li a {
	color: #000000;
	text-decoration: none;
	display: block;
}
#admin #contentWrapper #container #content #topNav li a div.navLink {
	background-color: #FFFFFF;
	color: #000000;
}
#admin #contentWrapper #container #content #topNav li a div.currentSubaction {
	background-color: #99CCFF;
	color: #000000;
	font-weight: bold;
}
.retire, .close {
	background-color: red;
	color: white;
	display: inline;
	font-weight: bold;
	padding: 3px 5px 0;
	cursor: pointer;
}
#header {
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: normal;
	border-bottom: 1px solid #00385C;
	margin-bottom: -2px;
	background-color: #23638D;
	background-repeat: repeat-x;
	position: relative;
	z-index: 1;
}
#header ul.headerNav {
	margin: 0;
	padding: 0;
	list-style: none;
}
#header li.headerNav {
	float: left;
	margin: 0;
	position: static;
	z-index: 0;
}
#header a.headerNav {
	text-decoration: none;
	color: #000000;
}
#header #current a.headerNav {
	color: #000000;
	padding-bottom: 5px;
}
div.popMenuWrapper {
	position: relative;
}
ul.popMenu {
	display: none;
	position: absolute;
	background-color: #f8f8f8;
	list-style: none outside;
	border: 1px solid #23638D;
	z-index: 10;
}
#header ul.popMenu {
	top: 0;
	left: 15px;
}
.actionItem {
	cursor: pointer;
	position: static;
	z-index: 0;
	float: left;
	color: #23638D;
}
.profilesView .actionItem {
	float: none;
}
.actionItem:hover span {
	text-decoration: underline;
}
.actionItem ul.popMenu {
	top: 0;
	left: 0;
	padding-left: .5em;
	padding-right: .5em;
}
.actionItem ul.popMenu {
	top: 0;
	left: 0;
}
li.popMenu {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
}
li.popMenu a {
	padding: 6px;
	color: #000000;
	text-decoration: none;
	display: block;
	white-space: nowrap;
}
li.popMenu a:hover {
	background-color: #23638D;
	color: #FFFFFF;
	text-decoration: underline;
}
li.popMenu .loginAsUserNoPassword {
    text-decoration: line-through;
    color: #ad1111;
    padding: 6px;
    white-space: nowrap;
}
#loginName {
	color: #0C507E;
}
.breadcrumbs {
	padding: 6px;
	margin: .25em auto 1em;
	font-size: 90%;
}
.breadcrumbs.mobile {
	font-size: 60%;
}
a.breadcrumbLink {
	text-decoration: none;
	color: #464545;
}
a.breadcrumbLink:hover {
	text-decoration: underline;
}
table.search_bar {
	background-color: #E9E9EB;
	margin-bottom: 5px;
	font-size: 9px;
	width: 100%;
	text-align: center;
	white-space: nowrap;
}
table.search_bar td {
	padding: 2px;
	vertical-align: middle;
}
table.search_bar td span,
table.search_bar td input,
table.search_bar td select {
	vertical-align: middle;
}
table.search_bar #dateElement {
	background-color: #FFFFFF;
	height: 25px;
	position: static;
	padding: 2px 7px 2px 2px;
	border: 1px solid #C0C0C0;
}
table.search_bar #dateElement input {
	width: 60px;
	height: 12px;
	font-size: 9px;
}
table.search_bar #dateElement #dateSelector {
	padding-right: 25px;
	background: transparent url('https://images.servicedirect.com/images/shared/icons/dropdown_arrow.gif') no-repeat right center;
}
table.search_bar #dateElement:hover {
	border-style: outset;
}
table.search_bar #dateRangeDisplay {
	padding-left: 5px;
}
table.search_bar #dateRangeElement {
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	left: 2px;
	right: 2px;
	z-index: 999;
}
table.search_bar #dateRangeElement ul {
	list-style: none;
}
table.search_bar #dateRangeElement li {
	text-align: left;
	height: 10px;
	padding: 5px;
}
table.search_bar #dateRangeElement li:hover {
	background-color: #C0C0C0;
	font-weight: bold;
}
table.search_bar #datePickerElement {
	padding-top: 5px;
	padding-left: 5px;
}

table.search_bar .ad_network_ids {
    width: 125px;
}

/**
 * Manager Account filter:
 * We want the &lt;select&gt; to be aligned with the other ones
 * but this one also has a &lt;label&gt; above it, which should fit within the gray bar
 */
table.search_bar .manager_contractor_id {
    max-width: 150px;
}
table.search_bar .manager_contractor_id_wrapper {
    margin-top: -10px;
}
table.search_bar label {
    line-height: 1.2;
}

#graphWrapper table.dataType td {
	vertical-align: top;
}
#ui-datepicker-div {
	font-size: 12px;
}
table.dataTable {
	width: 100%;
	font-weight: 100;
}
/* when selected, we want this color to override any even/odd coloring (hence the tbody thing) */
table.dataTable tbody tr.selected {
	background-color: rgb(204, 204, 255);
}
table.dataTable tr.editorRow {
	background-color: rgb(230, 230, 255);
}
tr.editorRow fieldset table {
	font-size: 12px;
}
table.dataTable tr.paymentFailure {
	background-color: #FF8888;
}
table.dataTable tr.releasedRow {
    text-decoration: line-through;
}
table.dataTable tr.subHeader {
	background-color: #DDDDDD;
}
table.dataTable tr.header th,
table.dataTable tr.header td,
.ads table.dataTable tr.title th,
.varnish table.dataTable tr.title th {
	font-weight: bold;
	font-size: 12px;
}
table.dataTable th,
table.dataTable td {
	vertical-align: top;
	padding: 2px;
	z-index: 0;
	word-wrap: break-word;
	max-width: 50em;
}

table.dataTable th a {
	text-decoration: none;
	color: inherit;
}
table.dataTable th a:hover {
	text-decoration: underline;
}

/**
 * Currently this only applies to the Google Impression Share columns
 * ~ 2019-09-25 RFM
 */
table.dataTable th a.columnSelectedForSort,
table.dataTable td span.columnSelectedForSort
{
    color: #0a0;
}

.upArrow,
.downArrow,
.deleteCard {
	visibility: hidden;
}
td.good {
	background-color: #66FF66;
}
td.neutral {
	background-color: #6666FF;
	color: #FFFFFF;
}
td.bad {
	background-color: #FF7000;
}
td.worse {
	background-color: #FF8888;
}
td.worst {
	background-color: #AA0000;
	color: #FFFFFF;
}
td.greenBackground {
	background-color: #66FF66;
}
td.yellowBackground {
	background-color: #FF9000;
}
td.redBackground {
	background-color: #AA0000;
	color: #FFFFFF;
}
th.valid,
td.valid {
	color: #008800;
}

th.invalid,
td.invalid {
	color: #888888;
}
.selected {
	background-color: #FFFBB9;
	font-weight: bold;
	padding: 2px;
}
tr.selected td {
	border-top: solid 1px gold !important;
	border-bottom: solid 1px gold !important;
}
table#tickets .selected {
	font-weight: normal;
}

div.pageNav {
	margin-bottom: 5px;
	font-size: 12px;
}
table.dataTable td.formLead,
table.dataTable td.phoneLead {
	padding-left: 30px;
}
table.dataTable td.formLead {
	background-image: url('https://images.servicedirect.com/images/shared/icons/form-icon.png');
	background-repeat: no-repeat;
	background-position: 0 50%;
}
table.dataTable .phoneLead {
	background-image: url('https://images.servicedirect.com/images/shared/icons/phone-icon.jpg');
	background-repeat: no-repeat;
	background-position: 0 50%;
}
table.reportLinks {
	width: 100%;
}
table.reportLinks td {
	text-align: center;
	vertical-align: center;
}
table.reportLinks td a {
	text-decoration: none;
}
fieldset {
	border: 1px solid #000000;
	margin-bottom: 10px;
}
fieldset legend {
	border: 1px solid #000000;
}
fieldset {
	border-color: #CCCCCC;
	padding: 5px;
}
fieldset legend {
	border: none;
	margin-left: 20px;
}
div.formData {
	position: static;
	width: 980px;
}

div.formData .formHeading {
	background: #ddd;
	font-size: 16px;
	padding: .6em;
	margin-top: 10px;
}
div.formData .formHeading.topNoMargin {
	margin-top: 0;
}

div.formData .formHeading:hover {
	cursor: pointer;
}
div.formData .formHeading h4 {
	color: #2C5280;
	padding-left: 15px;
	width: 950px;
	vertical-align: middle;
}
.profile td {
	vertical-align: top;
}
.profile .address td {
	vertical-align: middle;
}
.profile td ul,
.profile td ol {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.profile td.formField {
	vertical-align: top;
}
.profile input {
	padding: .3em;
	border: 1px solid #ccc;
}
.profile input.checkbox {
	border: none;
	margin-top: .3em;
	margin-bottom: .3em;
}
.profile select {
	border: 1px solid #ccc;
}
.profile td.formHelp {
	/*width: 25%;*/
	vertical-align: top;
	color: #888;
}
div.contact {
	border: 1px solid #CCCCCC;
	padding: 5px 0;
	margin-bottom: 5px;
	position: relative;
	width: 100%;
}
ul.helpList,
.profile td ul.helpList {
	list-style-position: outside;
	padding-left: 3px;
	padding-right: 15px;
}
.profile td.formQuestion span.smallText {
	font-weight: normal;
}
.profile textarea.plainInput {
	height: 70px;
}
option.external {
	background: transparent url(.https://images.servicedirect.com/images/shared/icons/external-icon.png) no-repeat scroll left center;
	padding-left: 13px;
}
span.minorNote
{
	margin: 0 .5em;
	font-size: 12px;
	float: right;
}
.leadData th {
	font-weight: bold;
	white-space: nowrap;
}
div#adwords_update {
    font-family: Tahoma, Verdana, Helvetica, serif;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
.mceTextArea,
.mceTextAreaABOUT_US,
.mceTextAreaSERVICES,
.mceTextAreaCOMPANY_MOTTO,
.mceTextAreaEMPLOYEE_SCREENING_PROCESS,
.mceTextAreaUNINSURED_EXPLANATION {
	width: 100%;
	height: 140px;
}
.mceTextAreaEMPLOYEE_SCREENING_PROCESS {
	height: 50px;
}
.mceTextAreaCOMPANY_MOTTO {
	height: 40px;
}
.profile textarea, .profile input.plainInput, .profile .uneditedHtmlContent {
	border: solid 1px #ccc;
	width: 98%;
	padding: .4em;
	background: white;
}
a.strikethrough {
	text-decoration: line-through;
}

div.tab {
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 12px;
	font-size: 14px;
}
div.tab:hover {
	color: #ffa;
}
div.tab div.boxContent {
}
/* Tabs
----------------------------------*/
.ui-tabs {
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	padding: .2em .2em 0 .2em;
	position: relative;
}
.ui-tabs .ui-tabs-nav li {
	float: left;
	background-color: #6CB5DB;
	border: 1px solid #000000;
	margin: 0 .2em -1px 0;
	padding: 0;
	list-style: none;
}
.ui-tabs .ui-tabs-nav li:hover {
	background-color: #BCD2F3;
}
.ui-tabs .ui-tabs-nav li a {
	display: block;
	text-decoration: none;
	padding: .5em 1em;
	color: #FFFFFF;
	font-weight: bold;
}
.ui-tabs .ui-tabs-nav li a:hover {
	color: #000000;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	color: #000000;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover {
	color: #000000;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	border-bottom: 0;
	padding-bottom: 1px;
	background-color: #BCD2F3;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected:hover {
	background-color: #BCD2F3;
}
.ui-tabs .ui-tabs-panel {
	padding: 1em 1.4em;
	display: block;
	border: 1px solid #000000;
	background: none;
	background-color: #BCD2F3;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
.keywords {
	display: none;
}
.sessions {
	display: none;
}

/* Billing Preferences stuff? */
.billing_threshold {
    font-size: 150%;
}

div.credit_card {
	margin: 5px 0;
	width: 500px;
	min-width: 500px;
	padding: 10px;
	border: 1px solid #000000;
}
div.credit_card div.label {
	float: left;
	padding: 5px;
	border: 1px solid #000000;
	margin-bottom: 5px;
}
div.credit_card div.details {
}
div.credit_card div.details td {
	vertical-align: top;
	padding: 0 5px;
}
span.pendingSignup {
	color: #EE2200;
}
span.awaitingApproval {
	color: #FF9900;
}
span.terminatedCampaign {
	color: #AB99BC;
}
div.upload_button {
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}
.dataTable tr.subHeader {
	font-weight: bold;
}
.ads table.dataTable tr.title,
.varnish table.dataTable tr.title {
	background-color: #FFFFFF;
}
.error, #adRules tr.error, #adKeywordRules tr.error {
	background-color: #FFCCCC;
}
.success, #adRules tr.success, #adKeywordRules tr.success {
	background-color: #CCFFCC;
}
.warning, #adRules tr.warning, #adKeywordRules tr.warning {
	background-color: #FFFFCC;
}
div.uploadSpacer {
        position: static;
        margin-top: 15px;
}
div.tagContainer {
	text-align: center;
	font-size: 80%;
}
div.tagContainer div.tag {
	margin: auto 1em;
}
textarea.semDetails {
	font-size: 0.75em;
	height: 7em;
	width: 100%;
}
table.financialHistory,
table.adNetworkPerformance {
	border: solid 1px #000000;
	border-collapse: separate;
	background-color: #FFFFFF;
	font-size: 65%;
}
table.financialHistory th,
table.adNetworkPerformance th {
	font-weight: bold;
	color: #999;
	font-size: 80%;
	vertical-align: bottom;
}
table.adNetworkPerformance th, table.adNetworkPerformance td {
	vertical-align: middle;
}
table.adNetworkPerformance td, table.adNetworkPerformance th {
	padding-left: .7em;
	padding-right: .7em;
}
table.adNetworkPerformance td {
	text-align: center;
	min-width: 2.5em;
	font-size: 95%;
}
div.metrics {
	border: 1px solid #000000;
	background-color: #F99;
	width: 40%;
	font-size: 80%;
}
div.metrics div {
	padding: 5px;
}
div.metrics table {
	width: 100%;
}
div.metrics table td.metricsHeader {
	font-style: italic;
	color: #FFEA00;
	padding: 5px 0;
}
div.metrics table tr.bigPadding td {
	padding: 1em 0;
}
div.tooltip {
	display: inline;
	text-decoration: none;
}
div.tooltip:hover {
	z-index: 1;
	cursor: pointer;
}
div.tooltip &gt; span {
	position: relative;
}
div.tooltip &gt; span &gt; span {
	display: none;
	border-radius: : 10px;
	border: 2px solid #9CB5DB;
	background-color: #BCD2F3;
	position: absolute;
	top: 1.5em;
	color: #000000;
	text-align: center;
	padding: 10px;
	white-space: nowrap;
	z-index: 100;
}
div.tooltip span.wrap {
	white-space: normal;
}
div.tooltip:hover span {
	display: block;
}
table.possibleSessions {
	width: 100%;
	font-size: 12px;
}
table.possibleSessions tr.possibleSession {
	border: solid thin #000000;
}
table.possibleSessions tr.possibleSession&gt;td {
	padding: 10px;
}
.jsLink {
	color: #23638D;
}
.jsLink:hover {
	text-decoration: underline;
}
.possibleSession .selectSession {
	float: right;
}
.collapse {
	background: transparent url('https://images.servicedirect.com/images/shared/icons/collapse.png') no-repeat left center;
	padding-left: 15px;
	cursor: pointer;
	color: #23638D;
}
.expand {
	background: transparent url('https://images.servicedirect.com/images/shared/icons/expand.png') no-repeat left center;
	padding-left: 15px;
	cursor: pointer;
	color: #23638D;
}
.tinyText {
	font-size: 11px;
}
.standardText {
	font-size: 12px;
}
.largeText {
	font-size: 18px;
}
.minus {
	background: transparent url('https://images.servicedirect.com/images/shared/icons/minus.gif') no-repeat center center;
	width: 35px;
}
.plus {
	background: transparent url('https://images.servicedirect.com/images/shared/icons/plus.gif') no-repeat center center;
	width: 35px;
}
.equal {
	background: transparent url('https://images.servicedirect.com/images/shared/icons/equal.gif') no-repeat center center;
	width: 35px;
}
.currentBalance {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #23638D;
	background-image: url('https://images.servicedirect.com/images/shared/backgrounds/vert_white_trans_gradient_20.png');
	background-repeat: repeat-x;
}
.unpaidInvoices {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF3300;
	background-image: url('https://images.servicedirect.com/images/shared/backgrounds/vert_white_trans_gradient_20.png');
	background-repeat: repeat-x;
}
.credits {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6AA937;
	background-image: url('https://images.servicedirect.com/images/shared/backgrounds/vert_white_trans_gradient_20.png');
	background-repeat: repeat-x;
}
.currentTotalBalance {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660099;
	background-image: url('https://images.servicedirect.com/images/shared/backgrounds/vert_white_trans_gradient_20.png');
	background-repeat: repeat-x;
}
.loginTable .inputBox {
	width: 200px;
}
.noteWrapper .boxHeader.private {
	background-color: lightgrey;
	color: blue;
	font-style: italic;
	font-size: 80%;
}
.noteWrapper .boxHeader.public {
	background-color: #8888FF;
	color: #000000;
	font-size: 80%;
}
.noteContent &gt; p {
	padding-top: .5em;
	padding-bottom: .5em;
}
.noteContent ul {
    margin-left: 20px;
    font-size: 12px;
}
.formContainer {
	display: none;
	position: fixed;
	background-color: #EEEEEE;
	color: #333333;
	border: 1px solid #000000;
	padding: 12px;
}
.addCard {
	cursor: pointer;
	color: #23638D;
}
.addCard:hover {
	text-decoration: underline;
}
table.dataTable tr.cardError {
	background-color: #FF6666;
}
table.dataTable tr.historicCardError {
	background-color: #FFAAAA;
}
td.transactionLogContainer {
	width: 305px;
}
div.transactionLog {
	margin-top: 10px;
	border: 1px solid #000000;
	background-color: #F0F0F0;
	padding: 5px;
	width: 300px;
	text-align: left;
}
div.transactionLog div {
	padding: 1px 0;
}
div.transactionLog div span.cardError {
	color: #CC0000;
	font-weight: bold;
}
div.transactionLog div span.cardSuccess {
	color: #00AA00;
	font-weight: bold;
}
div.progressBar {
	display: inline;
}
div.progressBar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
div.progressBar ul li {
	float: left;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	max-width: 15em;
}
div.progressBar ul li a {
	text-decoration: none;
	color: #000000;
	position: static;
}
div.progressBar ul li div.progressBarLayer {
	position: relative;
}
div.progressBar ul li div.progressBarLayer div.progressBarBullet {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
div.progressBar ul li div.progressBarLayer td.progressBar {
	width: 50%;
	height: 13px;
}
div.progressBar ul li div.progressBarLayer td.progressBarOn {
	background: transparent url('https://images.servicedirect.com/images/shared/backgrounds/progress_bar_on.gif') repeat-x left center;
}
div.progressBar ul li div.progressBarLayer td.progressBarOff {
	background: transparent url('https://images.servicedirect.com/images/shared/backgrounds/progress_bar_off.gif') repeat-x left center;
}
div.progressBar ul li div.progressBarLayer div.progressBarBulletOn {
	background: transparent url('https://images.servicedirect.com/images/shared/bullets/blue_bullet.gif') no-repeat center top;
}
div.progressBar ul li div.progressBarLayer div.progressBarBulletOff {
	background: transparent url('https://images.servicedirect.com/images/shared/bullets/grey_bullet.gif') no-repeat center top;
}
div.progressBar ul li td.progressBarLabel {
	padding: 5px 25px 0 25px;
	text-align: center;
	color: #0645AD;
	text-decoration: none;
}
div.progressBar ul li:hover td.progressBarLabel {
	text-decoration: underline;
}
div.progressBar ul li tr td.currentProgressBarLabel {
	color: #000000;
	text-decoration: none;
	font-size: 115%;
}
div.formButton.removeButton {
	margin: 0;
}
div.addButton {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.forwardedPhone .removeButton, .contactEmail .removeButton {
	visibility: hidden;
}
.forwardedPhone:hover .removeButton, .contactEmail:hover .removeButton {
	visibility: visible;
}
div.saveForwardButton {
	background-color: #357096;
	position: relative;
	top: -1px;
	color: white;
	padding: .2em .3em;
}
div.saveBackwardButton {
	background-color: #B4B4B4;
	position: relative;
	top: -1px;
	color: #444444;
	padding: .2em .3em;
}
div.formButton span.checked {
	background: transparent url('https://images.servicedirect.com/images/shared/bullets/mini_checked_box.png') no-repeat left center;
	padding-left: 9px;
}
div.formButton span.unchecked {
	background: transparent url('https://images.servicedirect.com/images/shared/bullets/mini_unchecked_box.png') no-repeat left center;
	padding-left: 9px;
}
/* blegh, have to add these to override a "table.profile .gallery div, table.profile .sortableRow div" class in master.css */
table.profile .gallery div.removeButton,
table.profile .sortableRow div.removeButton {
	background-color: #C54848;
}
table.profile .gallery div.addButton,
table.profile .sortableRow div.addButton {
	background-color: #86B461;
}
table.profile .gallery div.saveForwardButton,
table.profile .sortableRow div.saveForwardButton {
	background-color: #357096;
}
table.profile .gallery div.saveBackwardButton,
table.profile .sortableRow div.saveBackwardButton {
	background-color: #B4B4B4;
}

/* new: relative position for remove buttons which are now absolute*/
table.profile .sortableRow {
	position: relative;
}

.profile .time_zone {
    margin: 20px 0;
}

.static {
	position: static;
}
.darkBlue {
	color: #000066;
}

div#helpfulTips {
}

div.prose li {
	list-style-position: outside;
	margin-left: 2.5em;
}

div#helpfulTips li.popMenu {
	margin-left: 0;
}

div#helpfulTips li p {
	margin: 0;
}

div#helpfulTipsIcon {
	margin: 1em;
	float: right;
}

div#helpfulTips .actionItem {
	float: none;
}

div#helpfulTips div.popMenuWrapper {
	left: -70px;
}

div#helpfulTips ul.popMenu {
	float: left;
}

div#helpfulTips span.actionItem span {
	color: #23638D;
}

table#SEMcostDataTable {
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 80%;
	text-align: right;
}
table#SEMcostDataTable td,
table#SEMcostDataTable th {
	padding: .3em;
	font-weight: normal;
}
table#SEMcostDataTable th {
	color: #FFF;
}
table#SEMcostDataTable .L { background: #dcf; }
table#SEMcostDataTable th.L { background: #809; }

table#SEMcostDataTable .R { background: #cdf; }
table#SEMcostDataTable th.R { background: #908; }

table#SEMcostDataTable .total { font-style: italic; }



table#SEMcostDataTable2 {
	font-size: 80%;
}
table#SEMcostDataTable2 td, table#SEMcostDataTable2 th {
	padding: .3em;
}

#SEMcostDataTable2 th {
	background: #77f;
	color: #fff;
	font-weight: normal;
}

#SEMcostDataTable2 tr.Paid {
	background: #f8d;
}

#SEMcostDataTable2 tr.Organic {
	background: #88f;
}

.dateInput {
	width: 8em;
}

div.canvasDiv {
	position: relative;
}

div.canvasDiv div.node {
	position: absolute;
}

div.graphToolTip {
	position: absolute;
	font-size: 65%;
	color: #484;
	display: none;
}
        
#pauseCampaignsJqm {
        position: absolute;
        background-color: #f6f6ef;
        z-index: 3000;
        padding: 1em;
        text-align: left;
 
}

#pauseCampaignsJqm .cancel:hover,
#pauseCampaignsJqm .submit:hover
{
        cursor: pointer;
}

#pauseCampaignsJqm .cancel {
        margin: 1em;
        float: left;
	background: #ffffff;
}        
        
#pauseCampaignsJqm .submit {
        margin: 1em;
        float: right;
	background: #ffffff;
}       

.campaignsToPauseList {
	margin: 2em;
}
.pauseCampaignsHeading {
}
.pauseCampaignsButton {
	padding: 10px;
	background-color: #f99;
	color: #fff;
	cursor: pointer;
}

.pause-enable-whole-section {
    margin: 10px;
    width: 1000px; /* allow Google/Bing to be side-by-side */
}
.pause-enable-whole-section .description {
    font-size: 13px;
    margin-top: -3px;
}

.new-window, .new-window:visited {
    color: #2c52a8;
}
.new-window::after {
    content: '';
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-image: url("https://images.servicedirect.com/images/shared/mysd/open-in-new.svg");
    display: inline-block;
}
.disabled {
    color: #666;
    cursor: not-allowed;
}
.sub-text {
    color: #666;
    font-size: 80%;
    margin-left: 10px;
}

button.complete-onboarding {
    padding: 5px;
    margin: 5px;
    font-size: 16px;
}

.campaignData h2 {
    font-size: 20px;
    margin: 20px auto 10px;
}
.campaignData .general-section {
    margin: auto 10px;
}
.pause-enable-whole-section h3 {
    font-size: 18px;
}
.pause-enable-whole-section .button-row &gt; div {
    display: inline-block;
    min-width: 230px;
}

.pause-enable-everything-section &gt; * {
    margin: 20px auto;
}
.pause-enable-everything-section input {
    padding: 5px;
    margin: 5px;
    font-size: 16px;
}

.client-visible-campaign-status-section &gt; .description {
    margin-bottom: 5px;
}

.pause-enable-ad-networks-section {
    margin-left: 0;
}
.pause-enable-ad-networks-section &gt; div,
.pause-enable-ad-networks-section &gt; div &gt; * {
    margin: 12px 8px;
}
input.change-bids-input {
    width:50px;
}

.pause-enable-whole-section .ad-network-options {
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
}
.ad-network-options input,
.client-visible-campaign-status-section input {
    padding: 2px;
}

.pausedCampaigns {
	background-color: #fbb;
    padding: .5em 10px 10px;
    margin: 1em 0 1em 0;
	font-size: 80%;
}

textarea {
	border: 1px solid #CCCCCC;
}

.mceFontSize0,.mceFontSize1,.mceFontSize2 {
	display: none;
}

/* new 2column styliciousness */
.firstColumn {
	width: 25%;
}

.profile .attribute_row td td {
	padding: .2em;
}

div.formButton.removeTestimonialButton {
	padding: 0 2px 2px 2px;
	visibility: hidden;
}
tr.testimonial:hover div.removeTestimonialButton {
	visibility: visible;
}

.testimonialsTable td {
	width: 100%;
}

.profile .attribute_row td tr.testimonial td {
	padding-top: .5em;
	padding-bottom: .5em;
}

.spotlightTrigger, .spotlightTrigger div {
	display: inline;
}

.actionLink {
	cursor: pointer;
	color: #23638D;
	text-decoration: none;
}
.actionLink:hover {
	text-decoration: underline;
}

.displayNone {
	display: none;
}

.notePointer {
	cursor: pointer:
}
.notePointer:hover {
	cursor: pointer;
}
.tableAndNote {
	margin-top: .5em;
}
.tableAndNode .fullWidth {
	width: auto;
}


.graphClickRow {
	cursor: pointer;
}

.graphClickRow:hover {
	background: #edd;
}

form.profileForm {
	background-color: #eee;
	border: solid 1px #ccc;
	margin-bottom: 1em;
}

#availablePhoneNumbers {
	background: white;
	border: solid 1px #ccc;
	width: 10em;
	text-align:center;
}
#availablePhoneNumbers p {
	cursor: pointer;
	padding: .1em;
}
#availablePhoneNumbers p:hover {
	background: #eee;
}


.vSpacing {
	margin-top: 2em;
	margin-bottom: 2em;
}

.bigHeader {
	font-size: 150%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.payBalanceButton {
	font-size: 150%;
}

#attribute_row_61 input {
	width: 15em;
	height: 1.2em;
}

#usefulViews a.usefulItem, #usefulViews div.usefulItem {
	display: block;
	margin: .5em 1em .2em 1em;
}
#usefulViews {
	margin: 1.5em 0;
}
#usefulViews li {
    margin-left: 1em;
}
p.usefulLabel {
    margin-left: 2em;
}



h1,h2 {
	font-weight: bold;
}

.has_tag {
	color: black;
}

.tag_this_lead .icon, .unapplied_tag {
	opacity: .3;
}
.tag_this_lead .has_tag .icon {
	opacity: 1;
}

.tag_this_lead li {
	cursor: pointer;
}

/*lead log*/
.expandArrow {
	color:gray;
	visibility: hidden;
}

.expandArrow.loading_gif {
	visibility: visible;
}
.expandArrow img {
	display:none;
}
.expandArrow.loading_gif img {
	display:inline;
	position:relative;
	top:.2em;
}
.expandArrow.loading_gif span {
	display:none;
}

.dataHandlerRow.expanded {
	background-color: #CCCCFF;
}

.dataHandlerRow .campaign-checkbox {
    margin-top: 6px;
}

.notesHistory {
	max-height: 40em;
	border: solid 1px #ccc;
	background: #f8f8f8;
	overflow: auto;
	padding: 1em;
	position: relative; /* so that $('.aNote').position() will be relative to .notesHistory */
}
.campaignData .notesHistory {
	padding: .5em;
	background: #eee;
}
.campaignData .noteContentWrapper {
	padding: .3em;
}

.noteAttribution {
	margin-left: 1em;
	font-size: 80%;
	color: gray;
}
.noteHeading {
	padding: .1em;
	border-bottom: solid 1px #ddd;
}
.aNote.campaignNote {
	margin: .1em 0;
	background: #fff;
	border: solid 1px #ddd;
}
.aNote.private {
	background: rgb(245,245,255);
}
.aNote.campaignNote.contractorNote {
	background: rgb(245,255,245);
}
.aNote.campaignNote input {
    background: none;
    border: none;
    font-size: 80%;
	color: rgb(44,82,128);
	margin: auto .5em;
	cursor: pointer;
}
.aNote.campaignNote input:hover {
	color: rgb(24,62,148);
}


.exclusitesTable td {
	min-width: 6em;
}
.exclusitesTable .daterange {
	min-width: 8em;
}
.exclusitesTable th.title {
	font-size: 110%;
}
.exclusitesTable .prevYear {
	background: #f8f8f8;
	color: #aaa;
}
.exclusitesTable .data {
	line-height: 2;
	text-align: right;
}
.exclusitesTable th {
	font-size: 75%;
	font-weight: bold;
}

#editContractor td.formQuestion {
	min-width: 200px;
}
#editContractor td {
	vertical-align: middle;
	padding-top: .4em;
	padding-bottom: .4em;
}

tr.invalid, tr.invalid.affiliate_lead_source {
	color: #aaa;
}

.statItems table { 
    border-spacing: 1px;
    border-collapse: separate;
	font-size: 75%;
}
.statItems table td {
	background: #f8f8f8;
	padding: .05em;
}
.statItems table.topReferrers td.smallReferrer {
	font-size: 50%;
    word-wrap: break-word;
    max-width: 225px;
    overflow: hidden;
}
.topReferrers {
    width: 40%;
}
.statItems {
	display: inline-block;
}


.noteContent pre { max-width: 500px; }

.profilesView.dataTable th, .profilesView.dataTable td {
	vertical-align: bottom;
}
.profilesView.dataTable.customContent, .profilesView.dataTable.attributes {
	display:none;
}
.profilesView.dataTable tr.dataRow:hover {
	background: #eee;
}
.profilesView.dataTable td:hover {
	background: #ddd;
}
.profilesView.dataTable .center {
	text-align: center;
}
.profilesView.dataTable tr.header th {
	height: 50px;
	padding-bottom:10px;
	font-weight: 300;
	font-size: 100%;
}

.viewTab {
	display: inline-block;
	margin-top: .5em;
	margin-bottom: 0;
	padding: .5em;
	cursor: pointer;
	background: #ccc;
	color: gray;
}
.viewTab.active, .profilesView.dataTable {
	background: #f4f4f4;
	color: black;
}

.small {
	font-size: 70%;
}


#copyFromProfile {
	font-size: 70%;
	margin: 1em;
	text-align: center;
}
#copyServiceArea {
	font-size: 70%;
	margin: 1em;
	text-align: center;
}

.profile-edit-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.profile-edit-screenshot {
    flex-basis: 20%;
}
.profile-edit-campaign-edit {
    order: 3;
    flex-basis: 20%;
}
.profileTopLinks {
    flex-basis: 60%;
}
.profileTopLink {
	font-size: 70%;
	margin: 1em;
	text-align: center;
}

#hiddenCopyForm {
    background: #eee;
    padding: 1em;
}

.copyProfileLink { cursor: pointer; }
#hiddenCopyServiceAreaForm label {
	font-weight: normal;
}
#hiddenCopyServiceAreaForm select {
	vertical-align: middle;
	height: 200px;
	margin-top: -80px;
	margin-bottom: -80px;
	z-index: 0; /* #hiddenCopyServiceAreaForm select */
}
#copyFromProfile input, #copyServiceAreaForm input {
	padding: .3em;
	border: 1px solid #ccc;
	background: #f8f8f8;
}

#topBarPlaceholder {
	background-color:  #ffffcc;
	border-bottom: solid 1px #ccc;
}

#topBar.topBar-fixed {
	background-color:  #ffffcc;
	position: fixed;
	top: 0;
	width: 980px;
	z-index: 1000; /* #topBar.topBar-fixed */
	padding: .5em 0;
	border-bottom: solid 1px #ccc;
}

.saveButton {
	cursor: pointer
}
.nonSaveButton {
	cursor: default;
}

.strategic_version_id {
	width: 110px;
}

.campaign_status_select, .contractor_status_select {
	width: 140px;
}

.swatch {
	display: inline-block;
	height: 1.5em;
	width: 1.5em;
	border: solid 1px #ccc;
	vertical-align: top;
}

.hideMe {
	display: none;
}

.clientDashboard {
	margin: 0 auto;
	min-width: 80%;
	max-width: 1100px;
}

.element {
	margin: 2em 0;
	background: #f8f8f8;
	border: solid 1px #aaa;
	padding: 2em;
	text-align: center;
}
.element h2 {
	font-weight: 300;
	font-size: 200%;
	margin-top: 0;
}

/* some .elements can have a .click2expand section inside as well as a .bottomCollapseBar */
.click2expand {
	cursor: pointer;
}
.click2expand:hover {
	background: #eee;
}
.click2expand.expanded {
	background: #ddd;
}

.element .bottomCollapseBar {
	display: inline-block;
	width:100%;
	height:2em;
	padding-top:.8em;
	color: #999;
	background: #ddd;
	cursor: pointer;
}
.bottomCollapseBar:hover {
	background: #c8c8c8;
}

.new {
	color: #c00;
	font-style: italic;
}
.remember {
	color: rgb(44,82,128);
	font-style: italic;
}

#leadLogGlance .littleLeadLog {
	text-align: left;
}

.element:hover .gray {
	color: #555;
}

#topLogo {
	padding: 1em;
	text-align: center;
}

input[type=submit] {
	padding: .2em .3em;
	cursor: pointer;
	border: solid 1px #aaa;
}

input[type=submit]:hover {
	border: solid 1px #777;
	background-color: #ffffdd;
}


.tagText:hover {
	color: #667;
}

.siteTemplate, .strategicVersion {
	font-size: .5em;
	vertical-align: bottom;
}

.leadTimestamp {
	font-size: .7em;
	min-width: 8em;
	vertical-align: middle !important;
}

.leadPhoneNumber {
	font-size: .7em;
	min-width: 8em;
}

.leadCampaignName, .leadContractorName {
	min-width: 15em;
}

.leadName {
	min-width: 10em;
}

.leadStatus {
	font-size: .7em;
	min-width: 7em;
}

/* form insigh */
.basicInsightsToggle, .detailedInsightsToggle {
    cursor: pointer;
    border: 2px solid #777;
}
.basicInsights, .detailedInsights {
    border-left: 2px solid #777;
    border-right: 2px solid #777;
    display: none;
}
.dataTable .basicInsights th, .dataTable .detailedInsights th {
    padding-left: 15px;
}
.isActive {
    background: lightblue;
}
.callInsightsBottomTr {
    border-bottom: solid 2px black;
}


#aggregated_stats_graphs canvas {
	margin-bottom: 2em;
}
.notificationBox {
	background: #ffb;
	margin-top: 1.5em;
	border: solid 1px #aaa;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.2em;
	padding: 0;
	z-index: 0; /* notificationBox */
}
.notificationBox .notificationContent {
	padding: .5em 1.5em .5em 1.5em;
}
.notificationBox h2 {
    padding: .5em .5em .9em;
    margin: 0;
	text-align: center;
	background: #fd7; /* orange */
}
.notificationBox p {
	margin-top: 1em;
	margin-bottom: 1em;
}
.notificationBox .headerIcon {
	font-size: 150%;
	position: relative;
	top: .2em;
	margin-left: .5em;
}
#signupCompleteMessage .headerIcon {
	color: #0a0;
}
#masterProfileReminder .headerIcon {
	color: #f80;
}
.notificationBox .closeWindow {
	display: block;
	text-align: right;
	cursor: pointer;
	color: #777;
	background: #fd7; /* orange */
}

@media  (max-width: 480px) {
	.notificationBox {
		width: 95%;
	}
	.notificationBox h2 {
		padding-top: 1em;
		line-height: 1.4;
	}
	.notificationBox .headerIcon {
		display: block;
	}
	.notificationBox h2,
	.notificationBox .notificationContent {
        padding: .2em .2em .5em;
    }
	.notificationBox .notificationContent {
		font-size: 105%;
	}
}

textarea.supportQuestion {
	width: 99%;
	max-width: 40em;
	height: 8em;
}
div#supportQuestion &gt; *, div#supportQuestion &gt; form &gt; * {
	margin: 25px auto;
}
div#supportQuestion &gt; p {
	max-width: 40em;
	text-align: left;
}



.client_visible_campaign_status {
    width: 150px;
    padding: .5em;
    margin-top: .5em;
    color: white;
    text-align: center;
    display: inline-block;
}
.campaign_ad_network_status {
    padding: .1em .5em;
    font-size: 80%;
    color: white;
    display: inline-block;
}
.client_visible_campaign_status.paused, .campaign_ad_network_status.paused, client_visible_campaign_status.disabled {
    background-color: #e10008;
}
.client_visible_campaign_status.enabled, .campaign_ad_network_status.enabled {
    background-color: #59bc25;
}
.campaign_ad_network_status.not_applicable {
    background-color: #777;
}
.other-ad-networks .campaign_ad_network_status {
    margin: 3px auto;
    padding: 5px;
}
.other-ad-networks td h4 {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
}
.other-ad-networks td .controls {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
}
table.dataTable .other-ad-networks td {
    width: 200px;
    height: 50px;
    border: solid 1px black;
    padding: 10px;
}
.other-ad-networks td .controls input {
    margin: 3px auto;
}
.other-ad-networks td .controls input.hidden {
    display: none
}

.toggle_campaign_status_button {
    margin-left: .5em;
    cursor: pointer;
}

/* transaction_log view */
table#transactions {
	table-layout: fixed;
	word-wrap: break-word;
}

table#transactions .request_string, table#transactions .response_string {
	width: 24%;
}
table#transactions td.request_string, table#transactions td.response_string {
	font-size: 60%;
}

table#transactions .creation_timestamp {
	width: 12%;
}
table#transactions td.creation_timestamp {
	font-size: 80%;
	margin-top: .3em;
}

table#tickets {
}
table#tickets tr.ticket_row {
	cursor: pointer;
}
table#tickets tr.ticket_row:hover {
	background-color: #fafafa;
}
table#tickets tr.selected.ticket_row:hover {
	background-color: #FFFBB9;
}
table#tickets td, table#tickets th {
	vertical-align: middle;
}
table#tickets input[type=submit] {
	font-size: 100%;
	background-color: #ffffaa;
}
table#tickets .note_note {
	width: 40%;
}
table#tickets .creation_timestamp {
	width: 5%;
}
table#tickets .subject a {
	text-decoration: none;
	color: rgb(98,98,98);
}


.big_options {
	width: 100%;
	text-align: center;
	font-size: 200%;
	margin-top: .5em;
	margin-bottom: .5em;
}

.ghost {
	display: none;
}


.ticket_note {
}

.ticket_note .attribution {
	color: rgb(179,179,179);
	margin-bottom: .5em;
}
.ticket_note .author {
}

#filters &gt; .selected_filter,
#tag_filters &gt; .selected_filter {
	font-weight: bold;
}

.note_img {
	max-width: 200px;
	margin: .5em;
}

.loading_gif_div {
	width: 100%;
	text-align: center;
}
.loading_gif_div img {
	width: 2em;
	height: 2em;
}

#ticket_notes_header {
	margin: 0;
	width: 100% !important;
	background: #f3f3f3;
	color: #9b9b9b;
}

#ticket_notes &gt; *,
#ticket_notes_header_inner
{
	width: 90%;
	padding-top: .5em;
	padding-bottom: .5em;
	margin-left: auto;
	margin-right: auto;
}

/**
 * Removing the add-tag widget from the ticket notes pane caused this element
 * to shrink in height.  Setting .7em of padding (vs. .5em) fixes that. - mz Apr 30, 2018
 */
#ticket_notes_header_inner
{
    padding-top: .8em;
    padding-bottom: .7em;
}


.ticket_notes_pane_row {
    /* we don't want the whole thing to be cursor: pointer,
       just maybe the bold_caps headers 
       of the editable fields */
	/*cursor: pointer; */
	margin-top: 2em;
	margin-bottom: 2em;
}

.ticket_status {
	text-transform: uppercase;
}

.ticket_status_Open {
	color: rgb(98,187,0);
	font-weight: bold;
}
.ticket_status_Closed {
	color: rgb(179,179,179);
}

#ticket_date {
	color: rgb(63,137,185);
	padding-bottom: 2em;
	border-bottom: solid 1px #ccc;
	margin-top: .5em;
}

.bold_caps {
	text-transform: uppercase;
	font-weight: bold;
}

#ticket_actions {
	padding-top: 1em;
	border-top: solid 1px #ccc;
}

#close_ticket_notes {
	font-size: 150%;
	float: right;
	cursor: pointer;
	clear: both;
    /**
     * Removing the add-tag widget from the ticket notes pane caused a formatting issue
     * that this negative margin-top fixes. - mz Apr 30, 2018
     */
    margin-top: -.6em;
}

#ticket_list {
	width: 100%;
}

#panes {
	border-top: solid 1px #ccc;
}

#panes th {
	background: #f7f7f7;
	border-bottom: solid 1px #ccc;
}

#ticket_subject_header {
	font-size: 200%;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1;
}

#notes_container {
	border-top: solid 1px #ccc;
}

#ticket_notes_pane_form textarea,
#new_ticket_form textarea
{
	width: 100%;
	border-radius: 4px;
	height: 7em;
    padding: .3em;
}
#ticket_notes_pane_form #textarea_options,
#new_ticket_form #textarea_options
{
	color: #ccc;
}
#ticket_notes_pane_form #textarea_options &gt; .active,
#new_ticket_form #textarea_options &gt; .active
{
	color: rgb(63,137,185);
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    background-color: rgba(188, 210, 243, 0.28);
    border: #ccc solid 2px;
    padding: .5rem;        
}
#notify_client {
	color: black;
	font-weight: normal;
	cursor: default;
}

#ticket_notes_pane_form #textarea_submits {
	text-align: right;
	margin-top: .8em;
}
#ticket_notes_pane_form label {
	font-weight: normal;
}
#ticket_notes_pane_form #send_ticket_note_btn {
	background: #e1e1e1;
	border: none;
	color: rgb(133,133,133);
	border-radius: 2px;
	margin-left: 1em;
    padding: .5em .7em;
    font-size: 105%;
}

#new_ticket_form label {
	display: block;
	font-weight: normal;
}

#new_ticket_form &gt; * {
	margin-top: 1em;
	margin-bottom: 1em;
}
#new_ticket_form input,
#new_ticket_form select,
#new_ticket_form textarea {
	width: 100%;
	padding: .3em;
	border: solid 1px rgb(151,151,151);
}
#new_ticket_form select {
	background: rgb(231,231,231);
}
#new_ticket_form #cancel_new_ticket,
#new_ticket_form #submit_new_ticket {
	width: 20%;
	height: 2.5em;
	display: inline-block;
	font-size: 100%;

	-webkit-appearance: none;
	border: none;
	vertical-align: middle;
}
#new_ticket_form #submit_new_ticket {
	background: rgb(63,137,185);
	color: white;
}
#new_ticket_submit_div {
	text-align: right;
}
#new_ticket_form select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
#new_ticket_form textarea {
	height: 10em;
}

#new_ticket_button {
	background: rgb(63,137,185);
	color: white;
	padding: .5em;
	float: right;
}

#ticket_notes .tag {
	display: inline-block;
	margin-right: .5em;
}
#ticket_notes .tag .tag_dot {
	cursor: pointer;
	font-size: 175%;
	position: relative;
	top: .1em;
	line-height: 0;
}
#ticket_notes .tag_dot &gt; .tag_x {
	display: none;
	position: absolute;
	color: white;
	font-size: 58%;
	left: .27em;
	top: 1.02em;
}
#ticket_notes .ticket_tags .tag:hover .tag_x {
	display: inline;
}
#ticket_notes .ticket_tags .tag .tag_dot:hover {
	color: #f00 !important;
}

#ticket_notes .tag .tag_dot.Lead_Review_Color {
	color: #ffaf1f;
}
#ticket_notes .tag .tag_dot.Support_Form_Color {
	color: #e04bff;
}
#ticket_notes .tag .tag_dot.Tender_Change_Color {
	color: #62bb00;
}
#ticket_notes .tag .tag_dot.Service_Area_Change_Color {
	color: #54a2d4;
}
#ticket_notes .tag .tag_dot.Billing_Color {
	color: #67cdb4;
}

#ticket_notes .ticket_tags {
	display: inline-block;
	vertical-align: top;
	max-width: 70%;
}
#ticket_notes .add_tag {
	display: inline-block;
	vertical-align: top;
	position: relative; /* has absolute child */
	cursor: pointer;
	font-weight: bold;
	font-size: 130%;
	padding: 0 .3em;
	background: #f8f8f8;
	border-radius: 3px;
	border: solid 1px #ddd;
	line-height: 1;
	margin-left: .3em;
}
#ticket_notes .add_tag_menu {
	position: absolute;
	font-size: 77%;
	font-weight: normal;
	width: 14em;
	background: white;
	list-style-type: none;
	padding: .5em;
	left: -.3em;
	line-height: 1.2;
	border: solid 1px #ddd;
	border-radius: 3px;
}
#ticket_notes .add_tag_menu &gt; li {
	padding: .1em .2em;
}
#ticket_notes .add_tag_menu &gt; li:hover {
	background: #eee;
	border-radius: 3px;
}
#textarea_options &gt; * {
	cursor: pointer;
}

#new_ticket_submit_div .closed_checkbox {
	display: inline-block;
}

#new_ticket_submit_div .closed_checkbox label {
	display: inline-block;
	vertical-align: middle;
}
#new_ticket_submit_div .closed_checkbox input {
	width: initial;
}

.blog_snippet .author {
	font-style: italic;
}
.blog_list_table {
    display: flex;
    flex-wrap: wrap;
    margin: 2em 0;
    padding: 0;
}
.blog_list_table_cell {
    box-sizing: border-box;
    flex-grow: 1;
    padding: 0.8em 1.2em;
    overflow: hidden; /* Or flex might break */
    list-style: none;
    border: solid 3px white;
    width: 15%;
}
.blog_list_table_cell.first_cell {
    width: 40% !important;
}

.show_negatives {
    margin: 1em auto .3em;
    display: inherit;
    cursor: pointer;
}

.add_remove_negatives_header {
    margin: 1em auto .3em;
    cursor: pointer;
}
.add_remove_negatives textarea {
    width: 15em;
    height: 15em;
    padding: .3em;
}
.add_remove_negatives label {
    font-size: 80%;
}
.add_remove_negatives div p {
    font-size: 80%;
    margin: .4em auto .4em;
}

#show_negatives_details_msg {
    font-size: 80%;
    margin: .5em;
}


#sem_batch_urls {
    margin: 2em 2em 3em 2em;
}

table#sem_batch_urls_table {
    border: solid 1px black;
    border-collapse: collapse;
}

table#sem_batch_urls_table td {
    border: solid 1px #ccc;
    border-collapse: collapse;
    padding: .5em;
}

#show_all_sem_batch_urls {
    cursor: pointer;
    padding: .2em;
    margin: .5em;
    background: #ccc;
    display: inline-block;
}

table.possibleSessions th {
    width: 20%;
}

#dialer_form &gt; div {
    margin-top: .5em;
    margin-bottom: .5em;
}

#dialer_form label {
    display: inline-block;
    min-width: 10em;
}

.topLogo {
    max-width: 250px;
    margin: .5em;
}

#use_mobile_header {
    cursor: pointer;
    text-align: center;
    color: white;
    background-color: #444;
    padding: .3em;
}

.new_box {
    text-align: center;
    max-width: 50%;
    margin: 10% auto;
    padding: 10px;
    border-radius: 4px;
}

.new_box_info {
    color: white;
    border: green 1px solid;
    background-color: rgba(0, 141, 0, 0.72);
    font-weight: 300;
    font-size: 110%;
    letter-spacing: 1px;
}

#tag_filters {
    margin-bottom: 2px;
}

.popupBox {
    width: 70%;
    margin-left: 20%;
    margin-bottom: 5%;
    border: 1px solid grey;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#client_faq {
    padding: 1.5em;
    max-width: 58em;
}

#client_faq h2,
.dashHeader2 {
    font-size: 170%;
}

#client_faq .faq_topic {
    margin: 0.5em;
    font-weight: bold;
    font-size: 120%;
}
#client_faq .faq_topic:hover .downArrow {
    visibility: visible;
}
#client_faq .question {
    font-size: 100%;
}

#client_faq .question:hover .downArrow {
    visibility: visible;
}
#client_faq .topic_questions {
    display: none;
    margin-left: 1em;
}
#client_faq .faq_topic_and_questions {
    padding-left: .5em;
}
#client_faq .faq_topic_and_questions.open {
    background: #f4f4ff;
    padding: 0 .5em;
    margin: 1.2em 0;
    border-radius: 8px;
    border: solid 1px #c0c0ff;
}
#client_faq .faq_topic_and_questions.open .topic_questions {
    display: block;
}
#client_faq .faq_question {
    margin: 1.5em;
}
#client_faq .faq_question .question {
    font-size: 115%;
    margin-bottom: .5em;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

#client_faq .textAndArrow {
    width: 80%;
}

#client_faq .faq_question .answer {
    font-size: 90%;
    display: none;
    margin-left: 1em;
    overflow: hidden;
}
#client_faq .faq_question .answer p,
#client_faq .faq_question .answer ul
{
    margin: .8em 0;
}
#client_faq .faq_question .answer ul {
    list-style-position: outside;
    margin-left: 2em;
}
#client_faq .faq_question .answer li {
    margin: .3em 0;
}

#client_faq .faq_topic {
    cursor: pointer;
    display: inline-flex;
    width: 95%;
    justify-content: space-between;
}

.faq_topic_and_questions.open .unpublishedTopic {
    opacity: 0;
}

#client_faq .question {
    cursor: pointer;
}

#client_faq .unpublishedQuestion {
    color: #8295ab; /* light blue grey */
}
#client_faq .unpublishedTopic {
    color: #b9b9b9; /* light grey */
}

#client_faq .unpublishedQuestion,
#client_faq .unpublishedTopic {
    font-size: 75%;
    align-self: center;
}

#client_faq .downArrow {
    margin-left: 2%;
    margin-right: 2%;
}

.addCard {
    font-size: 125%;
    margin: 1em auto;
    width: 20em;
    padding: 1em;
    background: #eee;
    border-radius: 5px;
    border: solid 1px #ccc;
    text-align: center;
}

tr.affiliate_lead_source {
    color: #880000;
}

#lastStrategicVersion {
    border-style: groove;
    width: 50%;
    margin: 12px;
    padding: 10px;
}

.add_sem_exclusion_form input {
    width: 20em;
}

.text_ads_table
{
    background: white;
    margin-top: 1em;
    margin-bottom: 1em;
}

.text_ads_table th
{
    font-weight: bold;
}

.text_ads_table td,
.text_ads_table th
{
    padding: .2em;
    border: solid 1px black;
}

#campaign_financial_history_chart_button {
    padding: .8em;
    margin: .8em;
    background: blue;
    color: white;
    border: solid 1px #00f;
}

#create_mysd_test_contractor {
    margin: 2em auto;
    line-height: 1.8;
}
#create_mysd_test_contractor h2 {
    font-size: 2em;
    padding: .5em 0;
}
#create_mysd_test_contractor ul {
    margin-left: 2em;
}

.col50 {
    max-width: 49%;
    min-width: 30%;
    display: inline-block;
    vertical-align: top;
}
.sd-resource-heading {
    font-size: 150%;
    margin: 0.5em 0;
}


#create_mysd_test_contractor {
    margin: 2em auto;
    line-height: 1.8;
}
#create_mysd_test_contractor h2 {
    font-size: 2em;
    padding: .5em 0;
}
#create_mysd_test_contractor ul {
    margin-left: 2em;
}
#create_mysd_test_contractor li {
}

.small-margin {
    margin: .5em;
}

.mysd-my {
    color: #f4711b;
}
a:hover .mysd-my {
    color: #ff7b28;
}

#loginLogo {
    max-width: 340px;
    margin: 1em;
}




/**
 * add_campaign_tag_bulk_modal and remove_campaign_tag_bulk_modal
 */
#add_campaign_tag_bulk_modal,
#remove_campaign_tag_bulk_modal,
#bulk-edit-campaigns-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 990;
  display: none;
}

#add_campaign_tag_bulk_modal .overlay,
#remove_campaign_tag_bulk_modal .overlay,
#bulk-edit-campaigns-modal .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 995;
  background: rgba(0,0,0,0.85);
}

#add_campaign_tag_bulk_modal .modal_content,
#remove_campaign_tag_bulk_modal .modal_content,
#bulk-edit-campaigns-modal .modal_content {
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90%;
  overflow: auto;
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.7);
  border-radius: 4px;
  width: 520px; /* This just a default width */
  text-align: center;
}

#add_campaign_tag_bulk_modal .modal_content &gt; h2,
#remove_campaign_tag_bulk_modal .modal_content &gt; h2,
#bulk-edit-campaigns-modal .modal_content &gt; h2 {
  font-size: 28px;
  font-weight: 200;
  margin: 20px 0;
  text-align: center;
}

#add_campaign_tag_bulk_modal .modal_content div,
#remove_campaign_tag_bulk_modal .modal_content div {
    margin: 20px;
}

#add_campaign_tag_bulk_modal .buttons *,
#remove_campaign_tag_bulk_modal .buttons * {
    display: inline-block;
    margin: auto 20px;
    cursor: pointer;
}

#bulk-edit-campaigns-modal .buttons {
    margin: 45px 0 0;
}
#bulk-edit-campaigns-modal .buttons * {
    font-size: 12px;
    cursor: pointer;
}

#add_campaign_tag_bulk_modal .close_modal:hover,
#remove_campaign_tag_bulk_modal .close_modal:hover,
#bulk-edit-campaigns-modal .close_modal:hover {
    color: orange;
}

#bulk-edit-campaigns-modal .bulk-edit-success {
    color: green;
    font-weight: bold;
    display: none;
}

#bulk-edit-campaigns-modal .bulk-edit-campaigns-failed {
    display: none;
    color: red;
    margin-top: 16px;
}

#bulk-edit-campaigns-modal .list-of-succeeded-campaigns {
    color: green;
}
#bulk-edit-campaigns-modal .bulk-edit-results-list {
    list-style-type: none;
    font-size: 10px;
}




/**
 * on edit_user pages (admin / client)
 */
.editUserForm table {
    width: 950px;
}
.editUserForm td.formQuestion {
    width: 200px;
}
.editUserForm tr td {
    padding-top: .4em;
    padding-bottom: .4em;
    vertical-align: middle;
}
.editUserForm tr.disabledField td {
    color: gray;
    padding-top: .7em;
    padding-bottom: .7em;
}
.editUserForm select {
    width: 500px;
}


/** edit campaign page */
.pickerBox {
    font-size: .8rem;
    width: 150px;
    height: 150px;
    margin: 15px;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-around;
    z-index: 0;
    position: absolute;
}
#color_picker_container td {
    padding-bottom: 30px;
}
.color input {
    width: 60%;
    border-radius: 4px;
    z-index: 1;
}
.profile input.color_picking_swatch {
    position: absolute;
    height: 150px;
    width: 150px;
    margin: 15px;
    padding: 0;
}
.swatch_label {
    margin: 15px;
}
td.formQuestion {
    width: 152px;
}

tr.header-row th, tr.header-row td {
    padding-top: 1.5em;
}
tr.header-row th {
    font-weight: bold;
}
.remove-all-networks {
    float: right;
}
.campaign-ad-network-table {
    background: #f8f8f8;
    width: 100%;
}
.campaign-ad-network-table th, .campaign-ad-network-table td {
    padding: 5px 10px;
    vertical-align: middle;
}
.campaign-ad-network-table th {
    font-weight: bold;
}
.edit-campaign-table h3 {
    font-weight: lighter;
    font-size: 24px;
    margin: 10px 0 5px 0;
}
.campaign-ad-network-table tr.disabled {
    color: lightgray;
}
.campaign-ad-network-table input[type="number"] {
    width: 50px;
}
.campaign-ad-network-table input[type="number"][readonly] {
    border: none;
    background: #f8f8f8;
    color: lightgray;
    outline: none;
    cursor: default;
}

a.regularHeader {
    color: #5d91b2;
}
a.boldHeader {
    color: #dc1616;
    font-weight: bold;
    text-shadow: 1px 1px 3px #aaa;
}

#phoneNumbersHeader {
    height: 30px;
}
.refreshDataText {
    margin-bottom: 15px;
    font-style: italic;
    font-size: 14px;
}
.refreshPhoneDataForm {
    float: right;
}
.refreshPhoneDataForm button {
    background: #5e91b2;
    border: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}
.refreshPhoneDataForm small {
    display: block;
}

.spinny-loader::after {
    content: '';
    display: inline-block;
    border: 4px solid #f3f3f3;
    animation: spin 1.2s linear infinite;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    vertical-align: middle;
}
.spinny-loader.loader-centered {
     text-align: center;
     padding: 50px;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



.dataHandlerRow:hover,
table.dataTable tr.dataHandlerRow:hover
{
    background: #dcf;
}

.dataHandlerRow:hover .expandArrow {
    visibility: visible;
}



#ad-queue-top h1 {
    font-size: 24px;
}
#ad-queue-top {
    margin: .5em;
}
#ad-queue-top #wake-up-p {
    margin-top: 6px;
    font-size: 12px;
}
table#adQueue {
    margin: 1em;
    font-size: 90%;
}
table#adQueue td.jobSpace {
    padding-top: 2em;
    vertical-align: top;
}
table#adQueue td, table#adQueue th {
    padding-right: .5em;
}
table#adQueue td.rightAlign, table#adQueue th.rightAlign {
    text-align: right;
}
table#adQueue a {
    color: #007;
    text-decoration: none;
}
table#adQueue a:hover {
    text-decoration: underline;
}
table#adQueue tr.posted, table#adQueue tr.posted a {
    color:#aaa;
}
.numSubgeos { color: green; }
.numSubgeos:hover { text-decoration: underline; cursor: pointer; }

#text-ad-import-body {
    margin: 15px;
}

#unbranded-ads-indicator {
    color: #009900;
    font-weight: bold;
    font-size: 80%;
}

.industry-cpl-settings input[type="text"] {
    width: 80px;
}

.industry-cpl-settings td {
    min-width: 180px;
}

#scheduled-sem-actions-list {
    font-size: 80%;
}

#subGeoJqm h2 {
    font-size: 200%;
    margin-bottom: 0.5em;
}</pre></body></html>