@CHARSET "ISO-8859-1";


.clearfx::after {
	content: "";
	clear: both;
	display: table;
}

div.creator_wordcloud {
	/*border: 2px solid #efefef;*/
	padding: 30px;
	margin: 5px;
	background-color: #efefef;
	/*line-height: 1.2;*/
}

/* ----- Results Table Format ----- */

@media all and (min-width: 1405px) {
	table.responsive {
		margin-bottom: 0;
		overflow: hidden;
		overflow-x: scroll;
		display: block;
		white-space: nowrap;
	}

	.responsive th {
		background-color:#c62b2b;
	}
}

.dicap_url_title {
	float: right;
	color: #506170;
}

/* ----- Results Table Format ----- */

div.dicap-wrap {
	width: 100%;
	padding-bottom: 20px;
	/*border: 1px solid red;*/
}

div.dicap-admin {
	max-width: 960px;
	padding-bottom: 20px;
	/*border: 1px solid red;*/
}

.dicap-wrap p {
	margin: 20px 0 20px 0;
}

.dicap-wrap h1, .dicap-wrap h2, .dicap-wrap h3 {
	padding-top: 5px;
	padding-bottom: 15px;
}

table.dicap-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;

}

.dicap-table th, .dicap-table td {
	text-align: left;
	border: 1px solid #ddd;
	padding: 8px;
}

.dicap-table th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #efefef;
	color: #555555 !important;
}
.dicap-table td {
	word-break: break-all;
}

.dicap-table tr:nth-child(even) {background-color: #fafafa;}

.dicap-table tr:hover {background-color: #ddd;}

table.dicap_info_table {
	border-collapse: collapse;
	border-top-width: 0px  !important;
	border-left-width: 0px  !important;
	border-right-width: 0px  !important;
	width: 90%;
}

.dicap_info_table th, .dicap_info_table td {
	padding: 8px;
	text-align: left;
	font-size: 14px;
	color: #696969;
	border-bottom: 1px solid #ddd !important;
}

.dicap_info_table td {
	word-break: break-all;
}

.dicap_header_table {
	margin: 0px !important;
	border-collapse: collapse;
	border-width: 0px !important;
	outline-style: none;
	/*outline-color: orange;*/
	/*outline-width: 1px;*/
	width: 100%;
}

.dicap_header_table th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	/*background-color: #aaaaaa;*/
	/*border-color:  #00636e;*/
	/*color: #506170 !important;*/
	font-weight: 600 !important;
	color: #efefef;
}

tr.dicap_grey_row {
	border-bottom: 1px solid #adadad;
	background-color: #efefef;
}

tr.dicap_grey_row th {
	/*color: #fefefe !important;*/
}

table.dicap_table_menu {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 0 !important;
}

.dicap_table_menu th {
	text-align: left;
	font-size: 16px;
	color: #555555 !important;
	border-width: 0 !important;
}

.dicap_table_menu td {
	text-align: right;
	font-size: 12px;
	color: #c62b2b !important;
	border-width: 0 !important;
	word-break: break-all;
}

/* ----- DICAP Toggle ----- */

div.dicap_toggle_head {
	cursor: pointer;
}

div.dicap_toggle_head a {
	color: #ffffff !important;
}

div.dicap_toggle_body {
	display: none;
	margin: 5px 20px;
	padding: 10px 20px;
	background-color: #fefefe;
	border: 1px solid #fefefe;
}

dicap_toggle_body h4 {
	font-size: 14px;
}

tr.dicap_toggle_row {
	display: none;
	margin: 5px 30px;
	padding: 10px;
}

.dicap_toggle_more {
	cursor: pointer;
	text-align: right;
	font-weight: bold;
	color: #c62b2b;
}

div.dicap_toggle_block {
	display: none;
}

.dicap_scroll_to_top {
	cursor: pointer;
	text-align: right;
	font-weight: bold;
	color: #c62b2b;
}

.dicap_toggle_icon {
	text-align: right;
	font-size: 18px;
	font-weight: 700 !important;
	color: #c62b2b !important;
}

.dicap_drill_down {
	text-align: right;
	font-size: 18px;
	font-weight: 700;
	color: #c62b2b !important;
}

.dicap_reload h3 {
	padding: 15px 24px;
	font-size: 16px;
	font-weight: 700;
	color: #555555 !important;
}

.dicap_reload p {
	padding: 20px;
	text-align: right;
	font-size: 16px !important;
	font-weight: normal !important;
}

.dicap_form_expert {
	display: none;
}

div.dicap_form_standard h5, div.dicap_form_expert h5 {
	padding-bottom: 7px;
	padding-top: 10px;
}

div.dicap_form_expert {
	margin: 5px 0;
	padding: 3px;
	border-radius: 5px;
	background: #c7c8d7;
	border: 1px solid #506170;
}

button.btn {
	margin-top: 5px;
}

/* ----- Chart Canvas Styling ----- */
canvas.dicap_chart {
	width: 100%;
	max-width: 1200px;
	max-height: 1000px;
}

canvas.dicap_chart_600 {
	width: 100%;
	max-width: 600px;
	max-height: 600px;
}

canvas.dicap_chart_600L {
	width: 100%;
	max-height: 500px;
}

canvas.dicap_chart_400 {
	width: 100%;
	max-width: 400px;
	max-height: 400px;
}

/* ----- API Code notification on Account Page ----- */
div.dicap-api-codes {
	margin: 20px 10px 20px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dicap-code p {
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 1.3em;
}

.dicap-api-block {
	padding: 10px;
	background-color: #fafafa;
	margin: 10px 0 20px 0;
	border: 1px solid #ededed;
}

/* ----- Input Field Styles ----- */

.dicap_user_fld, .dicap_user_id {
	padding: 7px;
	border: 1px solid #ccc;
	border-radius: 4px;
	resize: vertical;
}

/* ----- Options / Settings Table Format ----- */

#dicap-main-form{
	display: block;
}

#dicap-main-form td,  #dicap-main-form th {
	padding: 14px !important;
}

tr.dicap-input-hdr {
	background: #dedede;
}

#dicap_bench, #dicap_guide, #dicap_focus {
	margin: 10px 0px;
	padding: 15px 0;
	/*border: 1px solid #fafafa;*/
	border-top: 2px solid #c62b2b;
}

#dicap_dash_admin {
	margin: 20px 0px;
	padding: 30px 10px;
	border-top: 2px solid #c62b2b;
}

.dicap_inline_status {
	display: inline-block;
	padding: 0px 20px;
	color: #c62b2b;
}

.dicap_spinner {
	display: block;
	width: 320px;
	height: 226px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	background: url('busy01.gif') no-repeat;
	opacity: .8;
	filter: alpha(opacity=80);
}

.dicap_cogs {
	display: block;
	width: 620px;
	height: 226px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background: url('busy.gif') no-repeat;
	opacity: .6;
	filter: alpha(opacity=60);
}

.dicap_busy {
	display: block;
	width: 200px;
	height: 200px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background: url('loading4.gif') no-repeat;
	opacity: .6;
	filter: alpha(opacity=60);
}

.dicap_status {
	/*float: right;*/
	height: 30px;
	/*border: 1px solid #ffcd00;*/
	text-align: right;
	color: #c62b2b;
}

.dicap_status p {
	margin: 0 20px;
	padding: 0;
	text-align: right;
}

.dcp_compact p {
	margin: 0 !important;
}

/* ----- Standard button -----*/
.dicap_button {
	background-color: white;
	border: 3px solid #c62b2b;
	border-radius: 12px;
	color: #c62b2b;
	padding: 11px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
}

.dicap_button:hover {
	background-color: #cd0000;
	color: white;
}

/* ----- Plus button in orange -----*/
.dicap_button_plus {
	display: inline-block;
	width: 50px;
	height: 50px;
	padding: 0;
	background: white url('leads_plus.png') no-repeat center center;
	background-size: cover;
	border: 3px solid #f77f00;
	border-radius: 50%;
	cursor: pointer;
	transition: border-color 0.3s;
	text-decoration: none;
	box-sizing: border-box;
	color: transparent;         /* hides visible text */
	font-size: 0;               /* removes any residual spacing */
}

.dicap_button_plus:hover {
	border-color: #f0b20c;
}

/* ----- Various -----*/
.dicap_linkedin {
	background-color: white;
	border: 3px solid #006fa6;
	border-radius: 12px;
	color: #006fa6;
	padding: 11px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
}

.dicap_linkedin:hover {
	background-color: #006fa6;
	color: white;
}

.dicap_commit_blk:after, .dicap_add_user:after {
	content: "\21B2";
	color: #506170;
	margin-left: -1px;
	padding: 2px 7px 4px 7px;
	border: 1px solid #adadad;
	background-color: #cdcdcd;
	font-size: 15px;
	cursor: pointer;
}

.dicap_red_x:after {
	content: "\2717";
	color: #c62b2b !important;
	padding: 2px 3px 4px 3px;
	font-size: 15px;
	cursor: pointer;
}

.dicap_block li {
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 2px;
}

.dicap_block {
	padding: 20px 30px;
	background-color: #ededed;
	border: 1px solid #cdcdcd;
}

/* ------------------------------ FLEX CONTAINER ------------------------------ */
.dicap-flex-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: left;
	padding: 0;
	/*align-items: stretch;*/
	/*justify-content: center;*/
	/*justify-content: space-around;*/
	/*justify-content: space-between;*/
	background-color: transparent;
}

.dicap-flex-container > div.dicap-flex-full {
	box-sizing: border-box;
	background-color: transparent;
	width: 100%;
}

.dicap-flex-container > div.dicap-flex-1 {
	flex-grow: 10;
	box-sizing: border-box;
	background-color: #ffffff;
	/*flex-basis: 1140px;*/
	flex-basis: 98%;
	/*margin: 15px 10px 10px 0;*/
	padding: 10px;
	text-align: left;
	border: 0px solid #ededed;
}

.dicap-flex-container > div.dicap-flex-2 {
	flex-grow: 5;
	box-sizing: border-box;
	background-color: #ffffff;
	max-width: 610px;
	min-width: 300px;
	margin: 10px 10px 10px 0;
	padding: 20px 20px;
	text-align: left;
	border: 0px solid #ededed;
}

.dicap-flex-container > div.dicap-flex-3 {
	flex-grow: 3;
	box-sizing: border-box;
	background-color: #ffffff;
	max-width: 400px;
	min-width: 300px;
	margin: 10px 10px 10px 0;
	padding: 20px 20px;
	text-align: left;
	border: 0px solid #ededed;
}

.dicap-flex-container > div.dicap-flex-4 {
	flex-grow: 2;
	box-sizing: border-box;
	background-color: #ffffff;
	max-width: 295px;
	min-width: 200px;
	margin: 10px 10px 10px 0;
	padding: 20px 20px;
	text-align: left;
	border: 0px solid #ededed;
}

.dicap-flex-container h4 {
	padding: 5px 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #00636e;
}

.dicap-flex-container h5 {
	padding: 5px 0 10px 0;
	font-size: 12px;
	color: #969696;
}

.dicap-flex-container p {
	margin: 10px 0 20px 0;
}

/* Inserting this collapsed row between two flex items will make
 * the flex item that comes after it break to a new row */
.dicap-flex-break {
	flex-basis: 100%;
	height: 0;
}

/* ------------------------------ SELECT STAR ------------------------------ */

.dcp_choice {
	cursor: pointer; /* Changes the mouse pointer to a hand when hovering */
	font-size: 24px; /* Make the star larger by default */
	transition: transform 0.2s ease, color 0.2s ease; /* Smooth transition for hover effect */
}

/* Add a hover effect to make the star look more interactive */
.dcp_choice:hover {
	transform: scale(1.2); /* Slightly increase the size of the star */
	color: #FFD700; /* Change the color to a golden shade to give a "selected" look */
}

/* ------------------------------ VARIOUS ------------------------------ */

.dicap_row_block li {
	margin-left: 20px;
	padding-left: 5px;
	list-style: none;
	color: #969696
}

.dicap_row_block li ol li {
	margin-left: 50px;
	list-style: number;
}

.dicap_run_link, .dicap_link_action {
	text-align: right;
	font-size: 14px;
	color: #c62b2b !important;
	cursor: pointer;
}

.dicap_run_link a, a.dicap_link_action {
	color: #c62b2b !important;
	font-weight: bold;
}

.dicap_clicked {
	color: #2f9c01;
	font-weight: bold;
	text-decoration: underline;
}

.dicap_green {
	color: #2f9c01 !important;
}

.dicap_amber {
	color: #e09900 !important;
}

.dicap_red {
	color: #c62b2b !important;
}

.dicap_neutral {
	color: #ededed;
}

.dicap_lowlight {
	color: #9f9f9f;
	font-style: italic;
}

.dicap_understate {
	color: #cdcdcd !important;
}

.dicap_highlight_block {
	display: block;
	margin: 10px !important;
	padding: 20px !important;
	border: 1px solid #c62b2b;
	background-color: #ededed;
	font-weight: bold;
	text-align: center;
	color: #c62b2b;

}

/* ----- Option Page Toggle Switch ----- */

.ref_switch {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	width: 56px;
	height: 30px;
}

.ref_switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.ref_slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	border-radius: 30px;
	-webkit-transition: .4s;
	transition: .4s;
}

.ref_slider:before {
	position: absolute;
	content: "";
	height: 22px;
	width: 22px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	border-radius: 50%;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .ref_slider {
	background-color: #2196F3;
}

input:focus + .ref_slider {
	box-shadow: 0 0 1px #2196F3;
}

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

/* ----- Map ----- */
#dicap-api-key-value {
	display: none;
}
.dicap_map {
	box-sizing: border-box;
	/*margin: 20px;*/
	height: 80vh;
	width: 100%;
	border: 3px solid #e09900;
}

.dicap_2_1 {
	box-sizing: border-box;
	width: 100%;
	aspect-ratio: 2;
	border: 3px solid #e09900;
}

.dicap_3_2 {
	box-sizing: border-box;
	width: 100%;
	aspect-ratio: 1.5;
	border: 3px solid #e09900;
}

#dicap_visit_data {
	display: none;
}

/* -------------------- Popup -------------------- */

.dicap-popup {
	position: absolute;
	background-color: white;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -50px;
	min-width: 280px;
}
.dicap-popup:after, .dicap-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.dicap-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}
.dicap-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}
.dicap-popup-closer {
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
}
.dicap-popup-closer:after {
	content: '\2715';
}
.dicap_big_score {
	margin: 15px;
	padding: 15px 5px 5px 5px;
	text-align: center;
	font-size: 3em;
	color: #c62b2b;
}
.dicap_score_details {
	margin: 2px !important;
	padding: 0 10px;
	text-align: right;
	color: #cdcdcd;
}

/* -------------------- Tooltips -------------------- */
.dcp-tooltip {
	position: relative;
}

.dcp-tooltip .dcp-tooltiptext {
	/*visibility: hidden;*/
	width: 180px;
	background-color: #e09900;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #dadada;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 95%;
	right: 0%;
	margin-left: -60px;
	/*opacity: 0;*/
	transition: opacity 0.5s;
}

.dcp-tooltip .dcp-tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	right: 7px;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #e09900 transparent transparent transparent;
}

/*
.dcp-tooltip:hover .dcp-tooltiptext {
	visibility: visible;
	opacity: 1;
}
*/

/* -------------------- Account Button -------------------- */
.dcp-button-link {
	display: inline-block; /* Allow padding and other properties */
	margin-top: 5px;
	padding: 10px 20px;
	background-color: #4C7CAF;
	font-size: 1rem;
	color: white;
	border: 1px solid #006fa6;
	border-radius: 5px;
	text-decoration: none; /* Remove underline from link */
	text-align: center; /* Center text inside the link */
	vertical-align: middle;
	cursor: pointer;
}

.dcp-button-link:hover, .dcp-button-link:active {
	background-color: white;
	color: #4C7CAF;
	border: 1px solid #006fa6;
}
