@charset "UTF-8";
/* CSS Document */

/* GLOBALS */
:root {
	/* Buttons */
	--content_utility_select_height_regular: 30px;
	--content_utility_select_width_main_regular: 150px;
	--content_utility_select_width_arrow_regular: 26px;
	--content_utility_select_width_options_regular: 140px;
	--content_utility_select_height_small: 20px;
	--content_utility_select_width_main_small: 90px;
	--content_utility_select_width_arrow_small: 20px;
	--content_utility_select_width_options_small: 110px;
	--content_utility_select_height_settings: 40px;
	--content_utility_select_width_main_settings: 190px;
	--content_utility_select_width_options_settings: 190px;
	/* Text */ 
	--content_utility_select_font_size_regular: 13px;
	--content_utility_select_font_size_small: 11px;
	--content_utility_select_font_size_settings: 14px;
	/* Calendar */
	--calendar_cell_width: calc(calc(100% / 7) - 1px);
	--calendar_cell_height: 32px;
}

/* Fonts */
@font-face {
	font-family: 'Century Gothic Regular';
	src: url('fonts/century_gothic/centurygothic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Century Gothic Bold';
	src: url('fonts/century_gothic/centurygothic_bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Inconsolata';
	src: url('fonts/inconsolata/inconsolata.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Styles */
html {
     height: 100%;          
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
     min-width: 1260px;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	position: fixed;
     transition: .5s;
	overflow-wrap: break-word;
}
.body_login {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
     min-width: 1260px;
     height: auto;
	text-align: center;
	margin: 0 auto;
     transition: .5s;
}

/* Scroll */
.layout_content_scroll {
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: auto;
}
/* Scroll Bar */
.layout_content_scroll::-webkit-scrollbar {
	width: 14px;
}
/* Scroll Track */
.layout_content_scroll::-webkit-scrollbar-track {
	display: none;
}
.layout_content_scroll::-webkit-scrollbar-button { 
	display:none;
}
.layout_content_scroll::-webkit-scrollbar-button:decrement,
.layout_content_scroll::-webkit-scrollbar-button:increment {
	width: 0px;
	height: 0px;
}
.layout_content_scroll::-webkit-scrollbar-corner {
	background-color: transparent;
}
/* Scroll Handle */
.layout_content_scroll::-webkit-scrollbar-thumb {
	background: var(--scrollbar_bar_off); 
	border: 3px solid rgba(0, 0, 0, 0);
	background-clip: padding-box;
	border-radius: 7px;
}
/* Scroll Handle Hover */
.layout_content_scroll::-webkit-scrollbar-thumb:hover {
	background: var(--scrollbar_bar_on); 
	border: 3px solid rgba(0, 0, 0, 0);
	background-clip: padding-box;
	border-radius: 7px;
}

/* Layout */
.layout_cell {
     float: left;          
}
.layout_row {
     clear: both;        
}
.layout_async_hidden {
	width: 0px;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
}
.layout_loading_container {
	width: 450px;
	height: 150px;
  	display: none;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
	z-index: 1313;
}
.layout_loading_async {
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	text-align: center;
	color: var(--text_color_primary);
	vertical-align: middle;
  	margin: 0;
  	position: absolute;
  	top: 50%;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
     background-position: center;
     background-repeat: no-repeat;
     background-size: 125px;
	z-index: 1314;
}
.layout_loading_message {
	width: 450px;
	height: 45px;
	font-size: 17px;
	line-height: 45px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	text-align: center;
  	position: relative;
	top: calc(50% - 15px);
	left: calc(50% - 225px);
	z-index: 1315;
}
.layout_login {
	margin: 0 auto;
	margin-top: 120px;
	margin-bottom: 140px;
	padding: 0px;
	width: 950px;
	height: 550px;
	position: relative;
	border-radius: 3px;
}
.layout_login_display {
	margin-top: 166px;
	padding-top: 20px;
	margin-bottom: -8px;
	width: 100%;
	height: 140px;
	position: relative;
	text-align: center;
}
.layout_login_display_container {
	width: 600px;
	margin: 0 auto;
	height: 140px;
	position: relative;
	text-align: center;
}
.layout_login_display_cell {
	padding: 10px;
	width: 170px;
	position: relative;
	text-align: center;
	font-size: 16px;
	font-family: "Century Gothic Bold";
	font-weight: normal;
	line-height: 30px;
	float: left;
}
.layout_form_login {
	top: 50px;
	left: 0px;
     width: 540px;
     height: 400px;
     padding: 50px;
	position: relative;
	text-align: left;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
     border-radius: 3px;
     float: left;
}
.layout_form_login_input {
	top: 0px;
	left: 160px;
     width: 650px;
     height: 560px;
	position: relative;
	text-align: left;
	font-size: 13px;
	font-family: "Century Gothic Bold";
	font-weight: normal;
     border-top-left-radius: 3px;
     border-bottom-left-radius: 3px;
     float: left;
}
.layout_formMsg_login {
     margin-top: 10px;
     margin-bottom: 20px;
	text-align: left;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
}
.layout_formMsg_login_signup {
     margin-top: 8px;
	margin-left: 5px;
	text-align: left;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
}
.layout_formMsg_login_signup a {
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
}
.layout_formMsg_reset {
	margin-top: 10px;
     margin-bottom: 20px;
	width: 330px;
	position: relative;
	text-align: left;
	float: left;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
}
.layout_formMsg_reset a {
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
}
.layout_formMsg_login_reset_link {
	left: 0px;
     margin-top: 10px;
     margin-right: 3px;
	width: 193px;
	position: relative;
	text-align: left;
	float: left;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
}
.layout_formMsg_login_reset_link a {
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
}
.layout_formMsg_login_privacy {
	left: 0px;
     margin-top: 15px;
     margin-right: 3px;
	width: auto;
	max-width: 660px;
	padding-right: 10px;
	position: relative;
	text-align: left;
	float: left;
	font-size: 12px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	color: var(--text_color_legal);
	text-decoration: none;
	cursor: pointer;
}
.layout_formMsg_retrieve {
	margin-top: 10px;
     margin-bottom: 20px;
	position: relative;
	text-align: left;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
}
.layout_formMsg_login_validate_link {
	left: 0px;
     margin-top: 30px;
     margin-right: 3px;
	width: 90px;
	position: relative;
	text-align: left;
	float: left;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
}

/* Layout: Signup */
.layout_signup {
	margin: 0 auto;
	margin-top: 120px;
	margin-bottom: 140px;
	padding: 0px;
	width: 800px;
	height: 550px;
	position: relative;
	border-radius: 3px;
}
.layout_signup_display {
	margin-top: 166px;
	padding-top: 10px;
	margin-bottom: -8px;
	width: 100%;
	height: 140px;
	position: relative;
	text-align: center;
}
.layout_signup_display_container {
	width: 700px;
	margin: 0 auto;
	height: 140px;
	position: relative;
	text-align: center;
}
.layout_signup_display_cell {
	padding: 10px;
	width: 180px;
	position: relative;
	text-align: center;
	font-size: 16px;
	font-family: "Century Gothic Bold";
	font-weight: normal;
	line-height: 30px;
	float: left;
}
.layout_form_signup {
	top: 0px;
	left: 0px;
     width: 700px;
     height: 450px;
     padding: 50px;
	position: relative;
	text-align: left;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
     border-radius: 3px;
     float: left;
}
.layout_form_signup_input {
	top: 0px;
	left: 0px;
     width: 800px;
     height: 550px;
	position: relative;
	text-align: left;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
     border-top-left-radius: 3px;
     border-bottom-left-radius: 3px;
     float: left;
}
.layout_form_signup_input_spacer {
	padding-left: 30px;
}
.layout_form_signup_display {
	top: 100px;
	left: 0px;
     width: 650px;
     height: 450px;
	position: relative;
	text-align: center;
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
     float: left;
}

/* Layout: Header */
.layout_header {
     top: 0px;
	width: 100%;
	min-width: 1200px;
	height: 90px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	position: absolute;
     transition: .5s;
     z-index: 500;
}
.layout_header_logo {
	width: 260px;
	height: 90px;
	left: 0px;
	top: 0px;
	text-align: left;
     background-size: 250px 60px;
     background-repeat: no-repeat;
	background-position-x: 10px;
	background-position-y: 25px;
	box-sizing: border-box;
     position: absolute;
     transition: .5s;
	cursor: pointer;
}
.layout_header_organization {
	height: 90px;
	left: 290px;
	text-align: left;
	font-size: 27px;
     line-height: 90px;
	font-family: "Century Gothic Bold";
	font-weight: normal;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
     position: absolute;
}
.layout_header_nav {
	height: 90px;
	right: 10px;
	font-size: 16px;
     line-height: 90px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: right;
     position: absolute;
}
.header_nav_communications {
	width: 150px;
     height: 58px;
     margin: 0px 50px 0px 0px;
	font-size: 12px;
     line-height: 90px;
	text-align: left;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-size: 20px 20px;
     background-repeat: no-repeat;
	background-position: bottom 2px left;
     float: left;
}
.header_nav_communications_title {
	width: auto;
     height: 26px;
	margin: 34px 0px 0px 0px;
	padding: 0px 0px 0px 22px;
	font-size: 12px;
	line-height: 26px;
	text-align: left;
	white-space: nowrap;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.header_nav_notifications {
	width: 40px;
     height: 58px;
     margin: 0px 0px 0px 0px;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-size: 22px 22px;
     background-repeat: no-repeat;
	background-position: bottom left;
     float: left;
}
.header_nav_notifications_alert {
	width: 18px;
     height: 18px;
     padding: 0px 0px 0px 0px;
	margin-top: 32px;
     margin-left: 14px;
     font-size: 11px;
     line-height: 18px;
	font-family: "Century Gothic Bold";
	font-weight: normal;
	color: var(--theme_color_highlight);
     text-align: center;
	background-color: var(--notification_bg_alert);
  	aspect-ratio: 1;
	clip-path: circle(50%);
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
     transition-property: display;
     transition: .5s;
     display: none;
	z-index: 1314;
}
.header_nav_notifications_alert.on {
     display: block;
	cursor: pointer;
}
.header_nav_link {
	height: 40px;
	margin-left: 0px;
	margin-right: 30px;
	margin-top: 46px;
	margin-bottom: 0px;
	text-align: left;
     cursor: default;
     float: left;
}
.header_nav_link_icon {
     width: 20px;
	height: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
     background-size: 20px 20px;
     background-repeat: no-repeat;
     float: left;
}
.header_nav_link_title {
	height: 20px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 14px;
     line-height: 18px;
	font-family: "Century Gothic Bold";
	font-weight: normal;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
     float: left;
}
.header_nav_menu {
	width: 275px;
     min-height: 70px;
	margin-right: 0px;
	margin-top: 34px;
	margin-bottom: 0px;
     padding: 10px 10px 2px 10px;
	text-align: center;
     border-radius: 3px;
     position: absolute;
     display: none;
     z-index: 400;
}
.header_nav_menu:before {
     content:"";
     position: absolute;
     width: 67px;
     height: 67px;
     left: 110.5px;
     top: 0px;
     border-radius: 3px;
     transform: rotate(45deg);
     z-index: -2;
}
.header_nav_menu_campaigns {
	margin-left: -80px;
}
.header_nav_menu_help_desk {
	margin-left: -87px;
}
.header_nav_menu_products {
	margin-left: -87px;
}
.header_nav_menu_reporting {
	margin-left: -87px;
}
.header_nav_menu_orders {
	margin-left: -103px;
}
.header_nav_menu_tutorials {
	margin-left: -90px;
}
.header_nav_menu_users {
	margin-left: -100px;
}
.header_nav_menu_organizations {
	margin-left: -177px;
}
.header_nav_menu_organizations:before {
     left: 200.5px;
}
.header_nav_menu_item {
     padding: 13px 15px 15px 18px;
     margin-bottom: 8px;
     width: 242px;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
     border-radius: 3px;
     cursor: pointer;
}
.header_nav_menu_item:hover {
     filter: brightness(125%);
	cursor: pointer;
}
.header_nav_menu_item_icon {
     width: 20px;
     height: 20px;
	margin-top: 3px;
     padding-right: 10px;
     background-size: 20px 20px;
     background-repeat: no-repeat;
     float: left;
}
.header_nav_menu_item_title {
     width: 210px;
     text-align: left;
	font-size: 11px;
     line-height: 17px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
     float: left;
}

/* Layout: Left Nav */
.layout_left_nav {
	width: 260px;
     height: 100%;
	box-sizing: border-box;
     position: absolute;
     transition: .5s;
     z-index: 200;
}
.layout_left_nav_wrapper {
	width: 100%;
	height: 100%;
     padding-top: 100px;
     position: relative;
}
.layout_left_nav_content {
     width: 100%;
	height:calc(100% - 300px);
	overflow-x: scroll;
     overflow-y: none;
}

/* Layout: Left Nav Control Module */
.communications_center {
	width: 100%;
     height: 550px;
     padding: 5px;
	box-sizing: border-box;
	color: var(--text_color_highlight);
	text-align: left;
     border-radius: 3px;
}
.communications_center_header {
	width: 100%;
     height: 46px;
     padding: 10px 10px 10px 0px;
	box-sizing: border-box;
	text-align: left;
	background-size: 23px 23px;
	background-position: left top 10px;
	background-repeat: no-repeat;
}
.communications_center_header_title {
	width: 100%;
     height: 20px;
     margin-left: 28px;
	box-sizing: border-box;
	text-align: left;
	font-family: "Century Gothic Bold";
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	color: var(--text_color_highlight_contrast);
}
.communications_center_header_nav {
	width: auto;
     height: 22px;
	margin-top: 5px;
     margin-right: 18px;
	margin-left: 10px;
	text-align: center;
	font-family: "Century Gothic Bold";
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	color: var(--text_color_link);
	float: left;
	cursor: pointer;
}
.communications_center_header_nav:hover {
	filter: brightness(125%);
}
.communications_center_header_nav.on {
	color: var(--text_color_highlight);
	border-bottom: 2px solid var(--text_color_blue);
	cursor: default;
}
.communications_center_wrapper {
	width: calc(100% - 9px);
	height: calc(100% - 55px);
	box-sizing: border-box;
	text-align: left;
	border-radius: 3px;
}
.communications_center_body {
	width: 100%;
	height: calc(100% - 30px);
     padding: 10px 0px 0px 10px;
	box-sizing: border-box;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}
.communications_center_body_content.help_desk {
	height: 430px;
}
.communications_center_body_content.email {
	height: 430px;
}
.communications_center_content_field {
	width: auto;
	margin-right: 12px;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	color: var(--text_color_primary);
	line-height: 32px;
	float: left;
}
.communications_center_content_field_cell {
	line-height: 22px;
	height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.communications_center_content_field_cell.status {
	width: 300px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.communications_center_content_field_cell.update {
	width: 160px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
.communications_center_content_field_cell_selector_input {
	width: 20px;
	min-height: 32px;
	margin: 40px 4px 0px 32px;
	text-align: left;
	float: left;
}
.communications_center_content_field_cell_selector_title {
	width: auto;
	min-height: 32px;
	margin: 40px 0px 0px 5px;
	padding-bottom: 15px;
	text-align: left;
	float: left;
}
.communications_center_content_field_buttons {
	width: 523px;
	height: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	clear: both;
}
.communications_center_content_field_buttons.auto {
	width: 535px; 
}
.communications_center_content_field_buttons.messages {
	width: 365px; 
}
.communications_center_content_field_buttons.console_ticket_filter {
	width: 262px;
}
.communications_center_content_field_buttons.console_message_send {
	width: 464px;
}
.communications_center_content_row {
	margin-bottom: 10px;
	clear: both;
}
.communications_center_content_result_row {
	width: 100%;
	height: auto;
	min-height: 37px;
	padding: 0px 6px 0px 30px;
	margin: 0px 0px 3px 0px;
	box-sizing: border-box;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	color: var(--text_color_primary);
	line-height: 37px;
	background-color: var(--theme_bg_highlight);
	background-size: 16px;
	background-position: left 8px top 12px;
	background-repeat: no-repeat;
	-webkit-transition: .20s ease-in-out;
     -moz-transition: .20s ease-in-out;
     -o-transition: .20s ease-in-out;
     transition: .20s ease-in-out;
}
.communications_center_content_result_row_data {
	width: calc(100% - 75px);
	height: auto;
	min-height: 37px;
	box-sizing: border-box;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	color: var(--text_color_primary);
	line-height: 37px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	float: left;
}
.communications_center_content_result_row_status {
	width: 70px;
	height: 27px;
	margin-top: 5px;
	box-sizing: border-box;
	text-align: center;
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	color: var(--text_color_primary);
	line-height: 25px;
	border-radius: 3px;
	cursor: pointer;
	float: left;
}
.communications_center_content_result_row_details {
	width: 100%;
	height: auto;
	padding: 0px 0px 6px 0px;
	margin: 6px 0px 0px 0px;
	box-sizing: border-box;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 11px;
	font-weight: normal;
	color: var(--text_color_primary);
	line-height: 16px;
	background-color: var(--theme_bg_highlight);
}
.communications_center_content_filter_button {
	width: auto;
	margin-top: -40px;
	margin-right: 16px;
	padding: 0px 8px 0px 38px;
	text-align: left;
	font-family: "Century Gothic Bold";
	font-size: 13px;
	font-weight: normal;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 32px;
	border-radius: 3px;
	background-size: 30px 30px;
	background-position: left 6px center;
	background-repeat: no-repeat;
	cursor: pointer;
	float: right;
}
.communications_center_content_home {
	width: auto;
	margin-top: 30px;
	padding-top: 120px;
	text-align: center;
	font-family: "Century Gothic Bold";
	font-size: 15px;
	font-weight: normal;
	color: var(--text_color_primary);
	line-height: 32px;
	background-size: 108px 108px;
	background-position: top center;
	background-repeat: no-repeat;
}
.communications_center_content_confirm {
	width: auto;
	margin-top: 30px;
	padding-top: 120px;
	text-align: center;
	font-family: "Century Gothic Bold";
	font-size: 15px;
	font-weight: normal;
	color: var(--text_color_primary);
	line-height: 32px;
	background-size: 108px 108px;
	background-position: top center;
	background-repeat: no-repeat;
}
.communications_center_content_again {
	width: auto;
	text-align: center;
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	color: var(--text_color_highlight);
	line-height: 32px;
	cursor: pointer;
}
.communications_center_filter_wrapper {
	width: 310px;
     height: auto;
	max-height: 525px;
	right: 10px;
	margin: -40px 10px 0px 0px;
	text-align: left;
     position: absolute;
     display: none;
	transition: .5s;
     z-index: 500;
	float: right;
}
.communications_center_filter {
	width: 290px;
     height: auto;
	max-height: 525px;
     padding: 10px 0px 0px 20px;
	color: var(--text_color_highlight);
	text-align: left;
     border-radius: 3px;
}
.communications_center_arrow {
     content:"";
     position: absolute;
     width: 67px;
     height: 67px;
     left: 0px;
     border-radius: 3px;
     transform: rotate(45deg);
     z-index: -2;
}
.communications_center_arrow.webphone {
     top: 162px;
}
.communications_center_arrow.embedded_webphone {
     top: 255px;
}
.communications_center_arrow.start {
     top: 109px;
}
.communications_center_arrow.filter {
     top: 75px;
}

/* Layout: Main Content Window */
.layout_content_main {
	margin-top: 110px;
	margin-left: 260px;
	width: calc(100% - 260px);
	height: calc(100% - 80px);
	padding: 0px 0px 10px 0px;
	text-align: center;
	justify-content: center;
	position: fixed;
	display: flex;
	overflow-y: scroll;
	transition: .5s;
	z-index: 233;
}
.layout_content_main::-webkit-scrollbar {
    width: 0px;
}
.layout_content_main::-webkit-scrollbar-track {
	border-radius: 0px;
}
.layout_content_main::-webkit-scrollbar-thumb {
	border-radius: 0px;
}

/* Content Elements */

/* Main Content Wrapper - flex */
.content_wrapper {
	margin-right: 30px;
	width: calc(100% - 100px) !important;
	height: calc(100% - 190px);
	display: flex !important;
	flex-direction: horizontal !important;
	flex-direction: vertical !important;
	justify-content: space-between;
	position: absolute !important;
}
/* Main Content Wrapper - flex */
.content_wrapper_standard {
	margin-top: 80px;
	margin-left: 0px;
	padding 0px;
	width: calc(100% - 0px) !important;
	height: calc(100% - 170px);
	white-space: nowrap;
	position: absolute !important;
}
.content_wrapper_standard.interface {
	margin-top: 80px;
	margin-left: 30px;
	width: calc(100% - 30px) !important;
}
.content_wrapper_standard.report {
	margin-left: 30px;
	width: calc(100% - 30px) !important;
}
.content_wrapper_edit {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 30px;
	width: calc(100% - 110px) !important;
	height: calc(100% - 50px);
	white-space: nowrap;
	position: absolute !important;
}
/* Main Content Wrapper - Full Width */
.content_wrapper_full {
	margin-top: 80px;
	margin-left: 20px;
	width: calc(100% - 40px) !important;
	height: calc(100% - 190px);
	white-space: nowrap;
	position: absolute !important;
}
.content_wrapper_full.report {
	margin-top: 60px;
	margin-left: 40px;
	height: calc(100% - 150px);
}
/* Content Filters Wrapper */
.content_filters_frame {
	padding: 12px 15px 12px 40px;
	margin-left: 20px;
	text-align: center;
	font-family: "Century Gothic Regular";
	font-size: 15px;
	font-weight: normal;
	color: var(--text_color_nav);
	cursor: pointer;
	border: 1px solid var(--theme_color_highlight);
	border-radius: 3px;
	background-position: left 10px top 12px;
	background-repeat: no-repeat;
	float: left;
}
/* Content Elements: Elements Wrappers (Campaigns, Products, Etc.) */
.content_elements_row {
	width: calc(100% - 60px);
	padding-left: 30px;
	padding-right: 30px;
	min-width: 750px;
	min-height: 30px;
	margin-bottom: 2px;
	clear: both;
	white-space: nowrap;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 15px;
	font-weight: normal;
	overflow: hidden;
}
.content_elements_frame {
	width: 100%;
	min-width: 500px;
	min-height: 30px;
	padding: 4px 4px 8px 4px;
	margin-bottom: 2px;
	box-sizing: border-box;
	display: inline-block;
	white-space: nowrap;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 15px;
	font-weight: normal;
	border-top: 1px solid var(--theme_color_secondary);
	float: left;
}
.content_elements_frame:hover {
	filter: brightness(110%);
}
.content_elements_frame.off {
	border-top: 1px solid var(--theme_color_secondary);
}
.content_elements_frame_icon {
	width: 6px;
	height: 34;
	margin: 0px 6px 0px 0px;
	min-height: 30px;
	box-sizing: content-box;
	display: inline-block;
	white-space: nowrap;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 15px;
	font-weight: normal;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: auto 46px;
	border-right: 4px dashed var(--divider_elements_frame);
	float: left;
}
.content_elements_frame_icon.campaigns {
	margin-top: 4px;
	background-size: auto 36px;
}
.content_elements_frame_icon.help_desk {
	margin-top: 4px;
}
.content_elements_frame_icon.products {
	margin-top: 4px;
	background-size: auto 46px;
}
.content_elements_frame_icon.discounts {
	margin-top: 4px;
	background-size: auto 46px;
}
.content_elements_frame_title {
	width: calc(100% - 274px);
	min-height: 30px;
	padding-top: 4px;
	margin-right: 10px;
	box-sizing: content-box;
	display: inline-block;
	white-space: normal;
	text-align: left;
	font-family: "Century Gothic Regular";
	color: var(--text_color_primary);
	font-size: 14px;
	line-height: 21px;
	font-weight: normal;
	cursor: pointer;
	float: left;
}
.content_elements_frame_details {
	width: 160px;
	min-height: 30px;
	padding-top: 4px;
	margin-right: 10px;
	box-sizing: content-box;
	display: inline-block;
	white-space: nowrap;
	text-align: left;
	font-family: "Century Gothic Regular";
	color: var(--text_color_primary);
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	float: left;
}
.content_elements_frame_toggle {
	width: 40px;
	padding-top: 10px;
	min-height: 30px;
	box-sizing: content-box;
	display: inline-block;
	white-space: nowrap;
	text-align: left;
	float: left;
}
.content_elements_frame.right {
	margin-left: 20px;
}
/* Content Elements: Utility Frame */
.content_utility_frame {
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	color: var(--text_color_primary);
	float: left;
}
.content_utility_frame.customers {
	width: 450px;
	height: auto;
	margin: 0px 30px 30px 0px;
}
.content_utility_frame.products {
	width: calc(100% - 480px);
	height: auto;
	margin: 0px 0px 30px 0px;
}
.content_utility_title {
	position: relative;
	width: 100%;
	padding: 0px 0px 10px 0px;
	text-align: left;
	font-family: "Century Gothic Bold";
	font-size: 15px;
	font-weight: normal;
	color: var(--text_color_primary);
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.content_utility_title.plain {
	border: 0px;
}
.content_utility_title.dashboard_trends {
	padding-right: 0px;
}
.content_utility_title.analysis_reports {
	width: 260px;
	border: 0px;
	border-bottom: 1px solid var(--theme_color_secondary);
}
.content_utility_body {
	width: 100%;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	color: var(--text_color_primary);
}
.content_utility_body_padded {
	padding: 12px 20px 12px 20px;
	text-align: left;
}
.content_utility_body_padded_light {
	padding: 12px 10px 12px 10px;
	text-align: left;
}
.content_utility_body.plain {
	border: 0px;
}
.content_utility_body.order_customer {
	width: 450px;
	height: auto;
	margin: 0px 0px 30px 0px;
}
.content_utility_body.order_products {
	width: 100%;
	min-width: 500px;
	height: auto;
	margin: 0px 0px 30px 0px;
	white-space: nowrap;
}
.content_utility_body.analysis_reports {
	width: 260px;
	height: 332px;
	background-color: var(--theme_bg_highlight);
	border: 0px;
}
.content_utility_body_frame {
	width: 100%;
	height: calc(100% - 24px);
	text-align: left;
	box-sizing: border-box;
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	color: var(--text_color_primary);
	background-color: var(--content_utility_bg);
	border: 1px solid var(--input_border_on);
	border-radius: 3px;
	overflow: hidden;
}
.content_utility_body_frame_selector {
	width: calc(100% - 42px);
	height: calc(100% - 150px);
	padding: 15px 20px 15px 20px;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	background-color: var(--theme_bg_highlight);
	color: var(--text_color_primary);
	border: 1px solid var(--input_border_on);
	border-radius: 3px;
	overflow-y: scroll;
}
.content_utility_body_frame_selector.edit {
	width: calc(100% - 42px);
	height: calc(100% - 100px);
}
.content_utility_body_frame_selector.collapsible {
	width: 336px;
	height: 200px;
	line-height: 18px;
	box-sizing: content-box;
	padding: 0px 10px 10px 10px;
}
.content_utility_body_frame_selector.popup {
	width: 527px;
	height: 150px;
	line-height: 18px;
	box-sizing: content-box;
	padding: 10px 10px 10px 10px;
}
.content_utility_body_frame_selector.analysis_reports {
	width: 260px;
	height: 390px;
	margin-right: 20px;
	line-height: 18px;
	box-sizing: content-box;
	padding: 0px 10px 10px 10px;
	border: 0px;
	background-color: var(--theme_bg_highlight);
}
.content_utility_body_frame_selector.additional {
	width: calc(100% - 42px);
	height: calc(100% - 148px);
	padding: 15px 20px 15px 20px;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	color: var(--text_color_primary);
	background-color: inherit;
	border: 0;
	border-radius: 3px;
	overflow-y: scroll;
}
.content_utility_body_frame_selector_input {
	width: 20px;
	min-height: 32px;
	margin: 0px 10px 5px 0px;
	text-align: left;
	float: left;
}
.content_utility_body_frame_selector_input_bool {
     width: 20px;
	height: 20px;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
     background-size: 20px;
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}
.content_utility_body_frame_selector_name {
	width: 90%;
	min-height: 32px;
	margin: 0px 10px 0px 0px;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 14px;
	font-weight: normal;
	color: var(--text_color_primary);
	line-height: 32px;
	float: left;
}
.content_utility_body_frame_selector_name_detail {
	width: 90%;
	min-height: 24px;
	margin: 3px 0px 15px 0px;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 11px;
	font-weight: normal;
	color: var(--text_color_highlight);
	line-height: 24px;
}
.content_utility_body_frame_selector_field_title {
	width: 40%;
	height: 38px;
	margin: 0px 5px 5px 0px;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	color: var(--text_color_primary);
	line-height: 38px;
	text-align: right;
	float: left;
}
.content_utility_body_frame_selector_field_separator {
	width: auto;
	height: 38px;
	margin: 0px 5px 5px 0px;
	font-family: "Century Gothic Regular";
	font-size: 15px;
	font-weight: normal;
	color: var(--text_color_highlight);
	line-height: 38px;
	text-align: center;
	float: left;
}
.content_utility_body_frame_selector_field_input {
	width: 40%;
	min-height: 33px;
	margin: 0px 5px 5px 0px;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	color: var(--text_color_primary);
	line-height: 32px;
	float: left;
}
.content_utility_body_alert {
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
.content_utility_body_title {
	width: 190px;
	height: 22px;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	color: var(--text_color_primary);
}
.content_utility_body_field {
	width: 215px;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	color: var(--text_color_primary);
	line-height: 32px;
	float: left;
}
.content_utility_body_field.card_large {
	width: 275px;
}
.content_utility_body_field.card_medium {
	width: 190px;
}
.content_utility_body_field.card_small {
	width: 120px;
}
.content_utility_body_field_cell {
	line-height: 22px;
	height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.content_utility_body_field_medium {
	width: 120px;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	color: var(--text_color_primary);
	line-height: 32px;
	float: left;
}
.content_utility_body_field_small {
	width: 80px;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	color: var(--text_color_primary);
	line-height: 32px;
	float: left;
}
.content_utility_body_row {
	margin-bottom: 10px;
	clear: both;
}
.content_utility_body_target {
	width: auto;
	height: auto;
	margin-bottom: 10px;
	clear: both;
}
.content_utility_body_wrapper_filters {
	width: 32%;
	height: 100%;
	float: left;
}
.content_utility_body_wrapper_target {
	width: 68%;
	height: 100%;
	float: left;
}
/* Content Elements: Clipboard */
.content_utility_clipboard {
     width: 16px;
	height: 16px;
     background-size: 16px;
	background-repeat: no-repeat;
     position: relative;
	cursor: pointer;
	float: left;
}
.content_utility_clipboard.collapse {
	margin-top: 22px;
	margin-left: 10px;
	cursor: pointer;
	z-index: 5000;
}
/* Content Elements: Hover Details */
.content_utility_hover_details {
     width: 350px;
	height: auto;
	max-height: 450px;
	margin-left: 25px;
	padding: 0px;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	display: none;
	z-index: 5500;
}
.content_utility_hover_details.login_eula {
	margin-top: 5px;
	margin-left: 170px;
}
.content_utility_hover_details.login_privacy {
	margin-top: 5px;
	margin-left: 110px;
}
.content_utility_hover_details.login_2fa {
	margin-top: 5px;
	margin-left: 185px;
}
.content_utility_hover_details_header {
     width: 330px;
	height: 38px;
     background-color: var(--hover_details_bg_header);
     color: var(--text_color_hover_details);
     text-align: left;
	font-family: "Century Gothic Bold";
	font-size: 13px;
	font-weight: normal;
	line-height: 38px;
     border-top-left-radius: 3px;
	border-top-right-radius: 3px;
     padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	float: left;
}
.content_utility_hover_details_arrow {
  	width: 18px;
	height: 18px;
	background-color: var(--hover_details_bg_header);
	border-radius: 3px;
	transform: rotate(-45deg);
	margin-top: 10px;
	margin-right: -12px;
	float: left;
}
.content_utility_hover_details_body {
     width: 330px;
	height: auto;
	max-height: 425px;
	margin-left: 6px;
     background-color: var(--hover_details_bg_body);
     color: var(--text_color_hover_details);
     text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	white-space: normal;
     border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
     padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.content_utility_hover_details_body a {
	font-size: 12px;
     color: var(--text_color_highlight);
	text-decoration: underline
}

/* Content Elements: Tool Tips */
.content_utility_tooltip {
     width: auto;
	height: 24px;
	margin: 0px;
	padding: 0px;
	position: fixed;
     transition: opacity 0.25s;
	display: none;
	opacity: 0;
}
.content_utility_tooltip_add_item {
     width: auto;
	height: 24px;
	padding: 0px;
	display: block;
	opacity: 1;
	cursor: pointer;
}
.content_utility_tooltip_tip {
     width: auto;
	height: 24px;
     background-color: var(--button_utility_select);
     color: var(--text_color_button_utility);
     text-align: center;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
     border-radius: 3px;
     padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.content_utility_tooltip_arrow {
  	width: 18px;
	height: 18px;
	background-color: var(--button_utility_select);
     color: var(--text_color_button_utility);
	border-radius: 3px;
	transform: rotate(-45deg);
	margin-top: 3px;
	margin-right: -12px;
	float: left;
}
.content_utility_tooltip_arrow.right {
	transform: rotate(45deg);
	margin-left: -12px;
}
.content_utility_tooltip.topnav {
     width: auto;
	height: 24px;
	margin: 38px 0px 0px 0px;
	padding: 0px;
	position: absolute;
	display: none;
	opacity: 1;
	cursor: pointer;
}
/* Content Elements: Popup Box */
.content_utility_popup_screen {
     display: none;
     position: absolute;
     top: 45%;
     left: 50%;
     transform: translate(-45%, -50%);
	z-index: 1000;
}
.content_utility_popup_wrapper {
     position: absolute;
     top: 45%;
     left: 50%;
     transform: translate(-45%, -50%);
	z-index: 1000;
}
.content_utility_popup_wrapper_notify {
     width: 350px;
	min-height: 180px;
}
.content_utility_popup_wrapper_warn {
     width: 350px;
	min-height: 180px;
}
.content_utility_popup_wrapper_alert {
     width: 350px;
	min-height: 180px;
}
.content_utility_popup_wrapper_notifications {
     width: 550px;
	height: 300px;
}
.content_utility_popup_wrapper_user_add {
     width: 850px;
	height: 450px;
}
.content_utility_popup_wrapper_user_invite {
     width: 550px;
	height: 420px;
}
.content_utility_popup_wrapper_organization_add {
     width: 350px;
	height: 350px;
}
.content_utility_popup_wrapper_organization_switch {
     width: 850px;
	height: 450px;
}
.content_utility_popup_wrapper_app_add {
     width: 900px;
	height: 550px;
}
.content_utility_popup_wrapper_connection_add {
     width: 350px;
	height: 450px;
}
.content_utility_popup_wrapper_number_add {
     width: 800px;
	height: 650px;
}
.content_utility_popup_wrapper_porting_add {
     width: 850px;
	height: 650px;
}
.content_utility_popup_wrapper_plan_select {
     width: 550px;
	height: 720px;
}
.content_utility_popup_wrapper_product_add {
     width: 700px;
	height: 700px;
}
.content_utility_popup_wrapper_campaign_add {
     width: 350px;
	height: 350px;
}
.content_utility_popup_wrapper_campaign_search {
     width: 850px;
	height: 450px;
}
.content_utility_popup_wrapper_help_desk_channel_add {
     width: 350px;
	height: 400px;
}
.content_utility_popup_wrapper_customer_search {
     width: 850px;
	height: 550px;
}
.content_utility_popup_wrapper_orders {
     width: 480px;
	flex-basis: auto;
	display: flex;
  	flex-direction: column;
}
.content_utility_popup_wrapper_viewer {
     width: 600px;
	height: 700px;
}
.content_utility_popup_wrapper_orders_import {
     width: 850px;
	height: 650px;
}
.content_utility_popup_wrapper_products_import {
     width: 850px;
	height: 650px;
}
.content_utility_popup_wrapper_campaigns_import {
     width: 850px;
	height: 650px;
}
.content_utility_popup_title {
	width: 100%;
	padding: 12px 20px 12px 20px;
	text-align: left;
	font-family: "Century Gothic Bold";
	font-size: 15px;
	font-weight: normal;
	color: var(--text_color_popup_header);
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: var(--content_popup_bg);
	border-bottom: 1px solid var(--content_popup_bg);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.content_utility_popup_body {
	width: 100%;
	height: 100%;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	color: var(--text_color_popup_header);
	background-color: var(--content_popup_bg);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.content_utility_popup_body_padded {
	padding: 12px 20px 12px 20px;
	text-align: left;
}
.content_utility_popup_body_scroll {
	text-align: center;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: flex;
  	justify-content: center;
  	align-items: center;
  	height: 100vh;
	overflow-x: hidden;
	overflow-y: scroll;
}
.content_utility_popup_body_warn {
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
.content_utility_popup_body_alert {
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
.content_utility_popup_body_notifications {
	width: 100%;
	height: calc(100% - 40px);
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	color: var(--text_color_popup_header);
}
.content_utility_popup_body_title {
	width: 220px;
	height: 22px;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	color: var(--text_color_popup_header);
}
.content_utility_popup_body_field {
	width: 240px;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	color: var(--text_color_popup_header);
	line-height: 32px;
	float: left;
}
.content_utility_popup_body_field.full {
	width: 100%;
	box-sizing: content-box;
}
.content_utility_popup_body_field.full_left {
	width: calc(50% - 10px);
	margin-right: 10px;
	box-sizing: content-box;
}
.content_utility_popup_body_field.full_right {
	width: calc(50% - 10px);
	margin-left: 10px;
	box-sizing: content-box;
}
.content_utility_popup_body_field.contrast {
	color: var(--text_color_primary);
}
.content_utility_popup_body_field_cell {
	line-height: 22px;
	height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.content_utility_popup_body_field_cell.top {
	margin-top: 0px;
}
.content_utility_popup_body_field_cell.checkbox {
	margin-top: 12px;
	margin-left: 10px;
}
.content_utility_popup_body_field_cell.grow {
	height: auto;
}
.content_utility_popup_body_field_cell.padded {
	margin-right: 10px;
}
.content_utility_popup_body_field_cell.numbers {
	width: 130px;
	line-height: 16px;
	height: 16px;
	margin-top: 0px;
	margin-bottom: 2px;
	text-align: left;
	float: left;
}
.content_utility_popup_body_field_cell.numbers_status {
	line-height: 16px;
	height: 16px;
	margin-top: 0px;
	margin-bottom: 2px;
	float: left;
}
.content_utility_popup_body_checklist {
	width: 549px;
	height: 290px;
	margin-right: 12px;
	text-align: left;
	overflow: scroll;
}
.content_utility_popup_body_submit {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}
.content_utility_popup_body_submit.popup_filters {
	width: 230px;
	text-align: right;
	clear: both;
}
.content_utility_popup_body_row {
	margin-bottom: 10px;
	clear: both;
}
.content_utility_popup_body_row.center {
	padding-left: calc(50% - 160px);
	width: 100%;
	display: inline-block;
	text-align: center;
}
.content_utility_popup_cell_selector_input {
	width: 20px;
	min-height: 32px;
	margin: 40px 4px 0px 28px;
	text-align: left;
	float: left;
}
.content_utility_popup_cell_selector_input.small {
	width: 20px;
	min-height: 32px;
	margin: 40px 4px 0px 0px;
	text-align: left;
	float: left;
}
.content_utility_popup_cell_selector_title {
	width: auto;
	min-height: 32px;
	margin: 40px 32px 0px 0px;
	padding-bottom: 15px;
	text-align: left;
	float: left;
}
.content_utility_popup_cell_selector_title.small {
	width: auto;
	min-height: 32px;
	margin: 34px 16px 0px 0px;
	padding-bottom: 15px;
	text-align: left;
	float: left;
}
.content_utility_popup_body_target {
	width: auto;
	height: auto;
	margin-bottom: 10px;
	clear: both;
}
.content_utility_popup_body_wrapper_filters {
	width: 32%;
	height: 100%;
	float: left;
}
.content_utility_popup_body_wrapper_filters_item {
	width: calc(100% - 40px);
	height: auto;
	padding-right: 40px;
	margin-bottom: 20px;
	color: var(--theme_color_highlight);
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	float: left;
	cursor: pointer;
}
.content_utility_popup_body_wrapper_target {
	width: 68%;
	height: 100%;
	float: left;
}
/* Content Text Highlights */
.content_text_standard {
	color: var(--text_color_primary);
}
.content_text_highlight {
	color: var(--text_color_blue);
}
.content_text_highlight.contrast {
	color: var(--text_color_blue_contrast);
}
.content_text_placeholder {
	color: var(--text_color_details);
}
.content_text_inactive {
	color: var(--text_color_blue);
}
.content_text_notify {
	color: var(--text_color_blue);
}
.content_text_warn {
	color: var(--text_color_warn);
}
.content_text_alert {
	color: var(--text_color_alert);
}
.content_text_alert.contrast {
	color: var(--text_color_alert_contrast);
}
.content_text_details {
	color: var(--text_color_details);
	font-size: 12px;
	line-height: 17px;
}
.content_text_details_tiny {
	color: var(--text_color_details);
	font-size: 10px;
	line-height: 16px;
}
.content_text_subtext {
	color: var(--text_color_highlight);
	font-size: 12px;
	line-height: 17px;
}
.content_text_subtext_tiny {
	color: var(--text_color_highlight);
	font-size: 10px;
	line-height: 16px;
}
.content_text_selectable {
	-webkit-user-select: text;
	-ms-user-select: text;
	user-select: text;
	cursor: default;
}
.content_text_link {
	color: var(--text_color_highlight);
	cursor: pointer;
}
.content_text_analysis_outcome {
	color: var(--text_color_highlight);
}
.content_text_analysis_agent {
	color: var(--text_color_blue);
}
.content_text_analysis_customer {
	color: var(--text_color_tangerine);
}
.content_text_analysis_score {
	margin-top: -5px;
	font-family: "Century Gothic Regular";
	color: var(--text_color_details);
	font-size: 12px;
	line-height: 17px;
}

/* Content Navigation */
.content_navigation_title_wrapper {
	width: calc(100% - 60px);
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
/* Content Navigation: Title */
.content_navigation_title {
	width: 600px;
	position: absolute;
	white-space: nowrap;
	text-align: left;
}
/* Content Navigation: Filters */
.content_navigation_filters {
	width: auto;
	right: 30px;
	position: absolute;
}
/* Content Navigation: Subnav */
.content_navigation_subnav {
	width: calc(100% - 30px);
	min-width: 800px;
	white-space: nowrap;
	text-align: left;
	height: 30px;
	margin-left: 30px;
	margin-bottom: 10px;
	position: relative;
	color: var(--text_color_primary);
	font-family: "Century Gothic Bold";
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
}
.content_navigation_subnav_links {
	width: max-content;
	white-space: nowrap;
	height: 30px;
	margin-left: 0px;
	margin-right: 40px;
	position:  relative;
	font-family: "Century Gothic Bold";
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
	float: left;
	cursor: pointer;
}
.content_navigation_subnav_links:hover {
	filter: brightness(125%);
}
.content_navigation_subnav_links.on {
	color: var(--text_color_highlight);
	border-bottom: 2px solid var(--text_color_blue);
	cursor: default;
}
/* Content Navigation: Content Wrapper W/ Scroll */
.content_navigation_content_scroll {
	width: calc(100% - 30px);
	min-width: 800px;
	height: 100%;
	margin-left: 30px;
	text-align: left;
	overflow-x: hidden;
	overflow-y: scroll;
	display: block;
	position: relative;
}
/* Content Navigation: Search Filters */
.content_navigation_search_filters_content {
	width: 750px; 
	text-align: left; 
	line-height: 20px;
	padding-left: 10px;
	color: var(--text_color_primary);
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s ease-out;
}
.content_navigation_search_filters_field {
	width: auto;
	margin-right: 12px;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	color: var(--text_color_primary);
	line-height: 32px;
	float: left;
}
.content_navigation_search_filters_field.contrast {
	color: var(--text_color_highlight_contrast);
}
.content_navigation_search_filters_field_cell {
	line-height: 22px;
	height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.content_navigation_search_filters_field_cell_title {
	line-height: 22px;
	height: 22px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	color: var(--text_color_highlight);
	float: left;
}
.content_navigation_search_filters_field_buttons {
	width: 730px; 
	height: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	clear: both;
}
.content_navigation_search_filters_row {
	margin-bottom: 10px;
	clear: both;
}
.content_navigation_search_filters_row.spacer {
	margin-bottom: 40px;
	clear: both;
}
.content_navigation_search_filters_divider {
	width: 750px; 
	height: 60px;
	padding-left: 10px;
	margin-bottom: 20px;
	text-align: left; 
	line-height: 60px;
	color: var(--text_color_primary);
	font-family: "Century Gothic Regular";
	font-size: 14px;
	font-weight: normal;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
	border-top: 1px solid var(--theme_color_highlight);
}
.content_navigation_search_filters_submit {
	width: 983px; 
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: right;
}
.content_navigation_search_filters_submit.single_column {
	width: 486px; 
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: right;
}
.content_navigation_search_filters_footer {
	width: 750px; 
	height: 60px;
	padding-left: 10px;
	margin-bottom: 50px;
	text-align: left; 
	line-height: 60px;
	color: var(--text_color_primary);
	font-family: "Century Gothic Regular";
	font-size: 14px;
	font-weight: normal;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
	border-top: 1px solid var(--theme_color_highlight);
}
/* Content Navigation: Search Results */
.content_navigation_search_results_row {
	width: calc(100% - 120px);
	margin-bottom: 6px;
	clear: both;
}
.content_navigation_search_results_row.header {
	height: 37px;
	color: var(--text_color_primary);
	font-family: "Century Gothic bold";
	font-size: 12px;
	font-weight: normal;
	line-height: 37px;
	white-space: nowrap;
	border-radius: 3px;
}
.content_navigation_search_results_row.row {
	height: auto;
	min-height: 56px;
	color: var(--text_color_primary);
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 56px;
	white-space: nowrap;
	border-radius: 3px;
	transition: min-height 0.3s ease-out;
	cursor: pointer;
	float: left;
}
.content_navigation_search_results_row.summary {
	color: var(--text_color_primary);
	font-family: "Century Gothic Bold";
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	float: left;
}
.content_navigation_search_results_row.row:hover {
	filter: brightness(125%);
	cursor: pointer;
}
.content_navigation_search_results_row.details {
	width: 100%;
	display: none;
}
.content_navigation_search_results_row.row_analysis {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.content_navigation_search_results_button_analysis {
	width: 60px;
	height: 56px;
	margin-left: 6px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	float: left;
}
.content_navigation_search_results_button_analysis:hover {
	filter: brightness(125%);
	cursor: pointer;
}
.content_navigation_search_results_row.footer {
	min-height: 30px;
	margin: 0 auto;
	margin-left: 0px;
	padding: 0px;
	margin-bottom: 20px;
	color: var(--text_color_primary);
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	white-space: nowrap;
}
.content_navigation_search_results_cell {
	padding: 0px 10px 0px 10px;
	text-align: center; 
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
  	text-overflow: ellipsis;
	float: left;
}
.content_navigation_search_results_cell.left {
	padding-left: 20px;
	text-align: left;
}
.content_navigation_search_results_cell.right {
}
.content_navigation_search_results_cell.name {
	width: 15%;
}
.content_navigation_search_results_cell.type {
	width: 8%;
}
.content_navigation_search_results_cell.number {
	width: 15%;
}
.content_navigation_search_results_cell.date {
	width: 17%;
}
.content_navigation_search_results_cell.merchant {
	width: 20%;
}
.content_navigation_search_results_cell.amount {
	width: 13%;
}
.content_navigation_search_results_cell.agent {
	width: 10%;
}
.content_navigation_search_results_cell.organization {
	width: 18%;
}
.content_navigation_search_results_cell.campaign {
	width: 25%;
}
.content_navigation_search_results_cell.list {
	width: 25%;
}
.content_navigation_search_results_cell.details_address {
	width: 20%;
	min-width: 20%;
	padding: 0px 10px 0px 0px;
	text-align: left;
}
.content_navigation_search_results_cell.ticket_times {
	width: 17%;
	min-width: 17%;
	padding: 0px 10px 0px 10px;
	text-align: left;
}
.content_navigation_search_results_cell.ticket_charges {
	width: 22%;
	min-width: 22%;
	padding: 0px 10px 0px 10px;
	text-align: left;
}
.content_navigation_search_results_cell.details_conversation {
	width: 40%;
	min-width: 40%;
	padding: 0px 10px 0px 0px;
	text-align: left;
	white-space: normal;
	overflow: visible;
}
.content_navigation_search_results_cell.details_lead_details {
	width: 30%;
	min-width: 30%;
	padding: 0px 10px 0px 0px;
	text-align: left;
	white-space: normal;
	overflow: visible;
}
.content_navigation_search_results_cell.details_lead_contact {
	width: 30%;
	min-width: 30%;
	padding: 0px 10px 0px 0px;
	text-align: left;
	white-space: normal;
	overflow: visible;
}
.content_navigation_search_results_cell.details_lead_additional {
	width: 30%;
	min-width: 30%;
	padding: 0px 10px 0px 0px;
	text-align: left;
	white-space: normal;
	overflow: visible;
}
.content_navigation_search_results_cell.details_products {
	width: 30%;
	min-width: 30%;
	padding: 0px 10px 0px 0px;
	text-align: left;
	white-space: normal;
	overflow: visible;
}
.content_navigation_search_results_cell.details_order_totals {
	width: 20%;
	min-width: 20%;
	padding: 0px 10px 0px 0px;
	text-align: left;
	white-space: normal;
	overflow: visible;
}
.content_navigation_search_results_cell.details_order_merchant {
	width: 30%;
	min-width: 30%;
	padding: 0px 10px 0px 0px;
	text-align: left;
	white-space: normal;
	overflow: visible;
}
.content_navigation_search_results_cell.reports {
	width: 20%;
	text-align: left;
}
.content_navigation_search_results_cell.ai_analysis {
	width: 24%;
	text-align: left;
}
.content_navigation_search_results_details {
	width: 100%;
	padding: 10px 20px 20px 20px;
	line-height: 19px;
	text-align: left; 
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	display: hidden;
	background-color: var(--theme_bg_active);
}
.content_navigation_search_results_details_subheader {
	margin-bottom: 10px;
     font-size: 15px;
     line-height: 15px;
	font-family: "Century Gothic Bold";
	font-weight: normal;
	text-decoration: underline;
	color: var(--text_color_primary);
}
.content_navigation_search_results_details_bullet {
	width: 100%;
	height: auto;
	min-height: 20px;
	padding-left: 26px;
	margin-bottom: 6px;
	color: var(--text_color_primary);
	font-family: "Century Gothic Bold";
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	white-space: normal;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: top 1px left 5px;
}
.content_navigation_search_results_details_bullet_detail {
	width: 100%;
	height: auto;
	margin-top: 0px;
	font-size: 12px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	text-decoration: none;
	color: var(--text_color_details_contrast);
	line-height: 16px;
	text-align: left;
	box-sizing: border-box;
}
/* Content Navigation: Search Results Pagination */
.content_navigation_search_results_nav {
	width: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-size: 12px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	text-decoration: none;
	line-height: 12px;
	text-align: left;
}
.content_navigation_search_results_nav_paginate {
	width: fit-content;
	display: inline-block;
	height: 60px;
	margin: 0 auto;
	margin-top: 12px;
	text-align: center;
	position: relative;
	font-size: 16px;
}
.content_navigation_search_results_nav_paginate_links {
	width: 16px;
	height: 10px;
	position: relative;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 8px;
	font-size: 24px;
	line-height: 24px;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	float: left;
}
.content_navigation_search_results_nav_paginate_links.end {
	height: 20px;
	margin-top: 3px;
	background-repeat: repeat-y;
}
.content_navigation_search_results_nav_paginate_links.left {
	margin-left: 12px;
	margin-right: 12px;
	-webkit-transform: rotate(90deg);
     -moz-transform:scaleY(90deg);
     -ms-transform:scaleY(90deg);
     -o-transform:scaleY(90deg);
     transform:scaleY(90deg);
}
.content_navigation_search_results_nav_paginate_links.right {
	margin-left: 12px;
	margin-right: 12px;
	-webkit-transform: rotate(-90deg);
     -moz-transform:scaleY(-90deg);
     -ms-transform:scaleY(-90deg);
     -o-transform:scaleY(-90deg);
     transform:scaleY(-90deg);
}
.content_navigation_search_results_nav_paginate_form {
	position: relative;
	margin-left: 6px;
	margin-right: 6px;
	padding-top: 0px;
	font-size: 24px;
	line-height: 24px;
	float: left;
}
select.content_navigation_search_results_nav_paginate_form {
	width: auto;
	height: 26px;
	padding-left: 8px;
	padding-top: 0px;
	padding-inline-end: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-padding-inline-end: 20px;
    -moz-padding-inline-end: 20px;
    -webkit-padding-start: 4px;
    -moz-padding-start: 4px;
    -webkit-padding-bottom: 8px;
    -moz-padding-bottom: 8px;
	background-position: center right 3px;
	background-repeat: no-repeat;
	background-size: 12px 8px;
	font-size: 14px;
	line-height: 26px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}
.content_navigation_search_results_nav_paginate_export {
	position: relative;
	margin-left: 6px;
	margin-right: 6px;
	padding-top: 6px;
	font-size: 24px;
	line-height: 24px;
	float: right;
}
.content_navigation_search_results_nav_paginate_export {
	position: relative;
	margin-left: 6px;
	margin-right: 6px;
	padding-top: 0px;
	float: right;
}
.content_navigation_search_results_nav_paginate_export_right {
	position: relative;
	margin-left: 6px;
	margin-right: 70px;
	padding-top: 0px;
	float: right;
}
.content_navigation_search_results_nav_paginate_subtitle {
	position: relative;
	margin-left: 6px;
	margin-right: 6px;
	padding-top: 0px;
     font-size: 12px;
     text-align: right;
	float: right;
}

/* Content Navigation: Main Content */
.content_navigation_main_content {
	width: 640px;
	height: auto;
	text-align: left; 
	line-height: 20px;
	color: var(--text_color_primary);
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
}
.content_navigation_main_content.wide {
	width: 900px;
	height: 100%;
}
.content_navigation_main_content.detail {
	width: calc(100% - 210px);
	height: auto;
	text-align: left;
	float: left;
}
.content_navigation_main_content.detail_small {
	width: calc(100% - 350px);
	height: auto;
	text-align: right;
	float: left;
}
.content_navigation_main_content.toggle {
	width: 200px;
	height: auto;
	margin-right: 10px;
	text-align: right;
	white-space: nowrap;
	float: left;
}
.content_navigation_main_content.toggle_large {
	width: 325px;
	height: auto;
	margin-right: 10px;
	text-align: right;
	white-space: nowrap;
	float: left;
}
.content_navigation_main_content_title {
	line-height: 28px;
	color: var(--text_color_primary);
	font-family: "Century Gothic Bold";
	font-size: 14px;
	font-weight: normal;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
	display: block;
	clear: both;
}
.content_navigation_main_content_title.lower {
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	color: var(--text_color_primary);
	line-height: 32px;
}
.content_navigation_main_content_field {
	width: auto;
	margin-right: 12px;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	color: var(--text_color_primary);
	line-height: 32px;
	float: left;
}
.content_navigation_main_content_field.detail {
	line-height: 22px;
}
.content_navigation_main_content_field.contain {
	width: 90%;
	padding: 0px 5px 0px 5px;
	box-sizing: content-box;
	white-space: normal;
	line-height: 18px;
}
.content_navigation_main_content_field.full_left {
	width: calc(100% - 200px);
	margin-right: 10px;
	box-sizing: content-box;
}
.content_navigation_main_content_field.full_right {
	width: 160px;
	margin-left: 10px;
	box-sizing: content-box;
}
.content_navigation_main_content_checklist {
	width: 611px;
	margin-right: 12px;
	text-align: left;
	float: left;
}
.content_navigation_main_content_field_cell {
	line-height: 22px;
	height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	cursor: pointer;
}
.content_navigation_main_content_field_cell.padded {
	margin-right: 10px;
}
.content_navigation_main_content_field_cell.account {
	width: 100%;
	text-align: right;
	line-height: 22px;
	height: 22px;
	margin: 8px 0px 8px 0px;
	padding: 0px 10px 0px 10px;
	box-sizing: border-box;
	float: left;
}
.content_navigation_main_content_field_cell.details {
	margin: 10px 0px 0px 10px;
	line-height: 19px;
	color: var(--text_color_primary);
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
}
.content_navigation_main_content_field_cell.payment {
	width: 60px;
	height: 40px;
	text-align: center;
	line-height: 22px;
	margin: 8px 0px 8px 0px;
	padding: 0px 10px 0px 10px;
	box-sizing: border-box;
	background-position: top left;
	background-size:contain;
	background-repeat: no-repeat;
	float: left;
}
.content_navigation_main_content_field_cell_selector_input {
	width: 20px;
	min-height: 32px;
	margin: 40px 4px 0px 32px;
	text-align: left;
	float: left;
}
.content_navigation_main_content_field_cell_selector_title {
	width: auto;
	min-height: 32px;
	margin: 40px 0px 0px 5px;
	padding-bottom: 15px;
	text-align: left;
	float: left;
}
.content_navigation_main_content_field_cell_selector_title.small {
	width: auto;
	min-height: 32px;
	margin: 34px 16px 0px 0px;
	padding-bottom: 15px;
	text-align: left;
	float: left;
}
.content_navigation_main_content_field_buttons {
	width: auto; 
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 27px;
	text-align: right;
	clear: both;
}
.content_navigation_main_content_row {
	margin-bottom: 10px;
	clear: both;
}
.content_navigation_main_content_row.small {
	margin-bottom: 2px;
	clear: both;
}
.content_navigation_main_content_row.account {
	margin-bottom: 10px;
	clear: both;
}
.content_navigation_main_content_row.left_nav {
	margin-bottom: 10px;
	clear: both;
}
.content_navigation_main_content_row.spacer {
	margin-bottom: 40px;
	clear: both;
}
.content_navigation_main_content_row.form_spacer {
	margin-bottom: 30px;
	clear: both;
}
.content_navigation_main_content_link_toggle {
	padding-top: 18px;
	padding-left: 10px;
	margin-right: 5px;
	line-height: auto;
	display: inline-block;
	color: var(--text_color_primary);
	font-family: "Century Gothic Regular";
	font-size: 14px;
	font-weight: normal;
	float: left;
}
.content_navigation_main_content_link_toggle_status {
	padding-top: 21px;
	line-height: auto;
	color: var(--text_color_primary);
	font-family: "Century Gothic Regular";
	font-size: 14px;
	font-weight: normal;
	float: left;
}
.content_navigation_main_content_link_toggle_status.large {
	line-height: 55px;
	float: left;
}
.content_navigation_main_content_link_toggle_status.medium {
	width: calc(100% - 80px);
	float: left;
}
.content_navigation_main_content_link_toggle.main {
	right: 20px;
	padding: 0px 0px 0px 15px;
	margin: -5px 0px 0px 120px;
	float: left;
}
.content_navigation_main_content_link_toggle.spaced {
	padding-left: 15px;
	margin-right: 15px;
	float: left;
}
.content_navigation_main_columns_row {
	width: 100%;
	min-height: 20px;
	margin-bottom: 15px;
	color: var(--text_color_primary);
	font-family: "Century Gothic Regular";
	font-size: 14px;
	font-weight: normal;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
	clear: both;
}
.content_navigation_main_columns {
	height: auto;
	line-height: 20px;
	position: relative;
	float: left;
}
.content_navigation_main_columns.header {
	font-family: "Century Gothic Bold";
	text-decoration: underline;
}
.content_navigation_main_columns.wide {
	width: calc(100% - 150px);
}
.content_navigation_main_columns.wide_select_plan {
	width: 400px;
}
.content_navigation_main_columns.narrow {
	width: 150px;
	text-align: center;
}
.content_navigation_main_columns_icon {
	width: 17px;
	height: 13px;
	margin: 3px 10px 0px 2px;
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
}
.content_navigation_main_columns.summary {
	padding: 20px 6px 0px 0px;
	margin: 10px 0px 30px 0px;
	width: 620px;
	box-sizing: border-box;
	color: var(--text_color_primary);
	font-family: "Century Gothic Bold";
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	border-top: 1px solid var(--divider_color_form);
}
.content_navigation_main_columns.select_plan {
	width: 540px;
}
.content_navigation_main_section_divider {
	width: auto; 
	height: auto;
	padding-left: 10px;
	margin-bottom: 20px;
	text-align: left; 
	line-height: 60px;
	color: var(--text_color_primary);
	font-family: "Century Gothic Regular";
	font-size: 14px;
	font-weight: normal;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
	border-top: 1px solid var(--theme_color_highlight);
}
.content_navigation_main_section_divider.subheader {
	height: 10px;
	margin-bottom: 10px;
	clear: both;
}
.content_navigation_main_section_divider.section_footer {
	height: 10px;
	margin-bottom: 40px;
}
.content_navigation_main_section_divider.account {
	width: auto;
	height: 1px;
	margin: 10px 10px 10px 10px;
	border-top: 1px solid var(--theme_color_secondary);
	clear: both;
}
.content_navigation_main_section_divider.select_plan {
	width: 540px;
}
.content_navigation_main_content_footer {
	width: auto; 
	height: auto;
	padding-left: 10px;
	margin-bottom: 50px;
	text-align: left; 
	line-height: 60px;
	color: var(--text_color_primary);
	font-family: "Century Gothic Regular";
	font-size: 14px;
	font-weight: normal;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
}


/* Content Navigation: Collapsibles */
.content_navigation_collapsible_link {
	width: auto; 
	height: auto;
	padding-left: 10px;
	text-align: left; 
	line-height: 19px;
	color: var(--text_color_primary);
	font-family: "Century Gothic Regular";
	font-size: 14px;
	font-weight: normal;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
}
.content_navigation_collapsible_link.account {
	width: auto; 
	height: 19px;
	padding-right: 10px;
	margin-top: 36px;
	text-align: right;
	line-height: 19px;
	float: left;
}
.content_navigation_collapsible_link.left_nav {
	width: auto; 
	height: 19px;
	padding-right: 10px;
	margin-top: 20px;
	text-align: right;
	line-height: 19px;
	float: left;
}
.content_navigation_collapsible_link.expanded {
	height: auto;
	min-height: 115px;
	line-height: 19px;
}
.content_navigation_collapsible_link_bg_link {
	width: auto; 
	height: auto;
	position: absolute;
	cursor: pointer;
}
.content_navigation_collapsible_link_bg_link.account {
	width: auto; 
	height: 19px;
	position: relative;
	cursor: pointer;
}
.content_navigation_collapsible_link_bg_link.left_nav {
	width: auto; 
	height: 19px;
	position: relative;
	cursor: pointer;
}
.content_navigation_collapsible_link_bg_link.expanded {
	height: auto;
	min-height: 115px;
	position: absolute;
	cursor: pointer;
}
.content_navigation_collapsible_link.nolink {
	cursor: default;
}
.content_navigation_collapsible_link_title {
	line-height: auto;
	position: relative;
	display: inline-block;
	color: var(--text_color_primary);
	font-family: "Century Gothic Regular";
	font-size: 14px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}
.content_navigation_collapsible_link_title.account {
	width: auto; 
	height: 19px;
	font-size: 16px;
	line-height: 19px;
	margin: 0px 6px 10px 0px;
}
.content_navigation_collapsible_link_title.left_nav {
	width: auto; 
	height: 19px;
	font-size: 16px;
	line-height: 19px;
	margin: 0px 6px 10px 0px;
	padding: 0px 0px 0px 30px;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 24px 20px;
}
.content_navigation_collapsible_link_title.expanded {
	height: 100%;
	min-height: auto;
	line-height: 19px;
	margin: 20px 0px 20px 0px;
}
.content_navigation_collapsible_link_title_cells {
	line-height: auto;
	margin-right: 10px;
	display: inline-block;
	color: var(--text_color_primary);
	font-family: "Century Gothic Regular";
	font-size: 14px;
	font-weight: normal;
	float: left;
}
.content_navigation_collapsible_link_title_cells.details {
	margin-top: 10px;
	line-height: 19px;
	color: var(--text_color_primary);
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
}
.content_navigation_collapsible_link_title_cells.highlight {
	color: var(--text_color_highlight);
}
.content_navigation_collapsible_content_title {
	line-height: auto;
	position: absolute;
	color: var(--text_color_primary);
	font-family: "Century Gothic Bold";
	font-size: 14px;
	font-weight: normal;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
	display: none;
}
.content_navigation_collapsible_content_title.expanded {
	line-height: 19px;
}
.content_navigation_collapsible_link_toggle {
	padding-top: 18px;
	padding-left: 10px;
	margin-right: 5px;
	line-height: auto;
	display: inline-block;
	color: var(--text_color_primary);
	font-family: "Century Gothic Regular";
	font-size: 14px;
	font-weight: normal;
	float: right;
	z-index: 5000;
}
.content_navigation_collapsible_link_toggle_status {
	padding-top: 21px;
	line-height: auto;
	color: var(--text_color_primary);
	font-family: "Century Gothic Regular";
	font-size: 14px;
	font-weight: normal;
	float: right;
	z-index: 5000;
}
.content_navigation_collapsible_link_toggle.spaced {
	padding-left: 15px;
	margin-right: 15px;
}
.content_navigation_collapsible_link_arrow_down {
	width: 16px; 
	height: 16px; 
	margin-top: 6px;
	margin-right: 5px;
	background-size: 16px;
	background-repeat: no-repeat;
	-webkit-transform-origin: center 25%;
	-moz-transform-origin: center 25%;
	-o-transform-origin: center 25%;
	transform-origin: center 25%;
	-webkit-transition: .25s cubic-bezier(0.18,0.89,0.14,1.36);
     -moz-transition: .25s cubic-bezier(0.18,0.89,0.14,1.36);
     -o-transition: .25s cubic-bezier(0.18,0.89,0.14,1.36);
     transition: .25s cubic-bezier(0.18,0.89,0.14,1.36);
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	float: right;
}
.content_navigation_collapsible_link_arrow_up {
	width: 16px; 
	height: 16px; 
	margin-top: 9px;
	margin-right: 5px;
	background-size: 16px;
	background-repeat: no-repeat;
	-webkit-transform-origin: center 25%;
	-moz-transform-origin: center 25%;
	-o-transform-origin: center 25%;
	transform-origin: center 25%;
	-webkit-transform: rotate(-180deg);
     -moz-transform:scaleY(-180deg);
     -ms-transform:scaleY(-180deg);
     -o-transform:scaleY(-180deg);
     transform:scaleY(-180deg);
     -webkit-transition: .20s ease-in-out;
     -moz-transition: .20s ease-in-out;
     -o-transition: .20s ease-in-out;
     transition: .20s ease-in-out;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	float: right;
}
.content_navigation_collapsible_content {
	width: auto; 
	text-align: left; 
	line-height: 20px;
	padding-left: 10px;
	color: var(--text_color_primary);
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s ease-out;
}
.content_navigation_collapsible_content.communication {
	width: 700px;
	height: 550px;
	text-align: left; 
	line-height: 20px;
	margin-top: 65px;
	margin-right: 210px;
	right: 14px;
	border-radius: 3px;
	position: absolute;
	z-index: 505;
}
.content_navigation_collapsible_content.account {
	width: 180px; 
	text-align: right; 
	line-height: 20px;
	margin-top: 65px;
	right: 14px;
	border-radius: 3px;
	position: absolute;
	z-index: 505;
}
.content_navigation_collapsible_content.left_nav {
	width: 100%; 
	text-align: left; 
	line-height: 20px;
	margin-top: 45px;
	padding-left: 40px;
	box-sizing: border-box;
	position: relative;
}
.content_navigation_collapsible_content_field {
	width: auto;
	margin-right: 12px;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	color: var(--text_color_primary);
	line-height: 32px;
	float: left;
}
.content_navigation_collapsible_content_field.contain {
	width: 90%;
	padding: 0px 5px 0px 5px;
	box-sizing: content-box;
	white-space: normal;
	line-height: 18px;
}
.content_navigation_collapsible_content_checklist {
	width: auto;
	margin-right: 12px;
	text-align: left;
	float: left;
}
.content_navigation_collapsible_content_field_cell {
	line-height: 22px;
	height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	cursor: pointer;
}
.content_navigation_collapsible_content_field_cell.account {
	width: 100%;
	text-align: right;
	line-height: 22px;
	height: 22px;
	margin: 8px 0px 8px 0px;
	padding: 0px 10px 0px 10px;
	box-sizing: border-box;
	float: left;
}
.content_navigation_collapsible_content_field_cell.divider {
	width: 100%;
	text-align: right;
	line-height: 2px;
	height: 2px;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	clear: both;
}
.content_navigation_collapsible_content_field_cell.left_nav {
	width: 100%;
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	color: var(--text_color_primary);
	text-align: left;
	line-height: 22px;
	height: 22px;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	float: left;
}
.content_navigation_collapsible_content_field_cell_selector_input {
	width: 20px;
	min-height: 32px;
	margin: 40px 4px 0px 32px;
	text-align: left;
	float: left;
}
.content_navigation_collapsible_content_field_cell_selector_title {
	width: auto;
	min-height: 32px;
	margin: 40px 0px 0px 5px;
	padding-bottom: 15px;
	text-align: left;
	float: left;
}
.content_navigation_collapsible_content_field_buttons {
	width: auto; 
	height: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	clear: both;
}
.content_navigation_collapsible_content_row {
	margin-bottom: 10px;
	clear: both;
}
.content_navigation_collapsible_content_row.communication {
	margin-bottom: 10px;
	clear: both;
}
.content_navigation_collapsible_content_row.account {
	margin-bottom: 10px;
	clear: both;
}
.content_navigation_collapsible_content_row.left_nav {
	margin-bottom: 10px;
	clear: both;
}
.content_navigation_collapsible_content_row.spacer {
	margin-bottom: 40px;
	clear: both;
}
.content_navigation_collapsible_columns_row {
	width: 100%;
	min-height: 20px;
	margin-bottom: 15px;
	color: var(--text_color_primary);
	font-family: "Century Gothic Regular";
	font-size: 14px;
	font-weight: normal;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
	clear: both;
}
.content_navigation_collapsible_columns {
	height: auto;
	line-height: 20px;
	position: relative;
	float: left;
}
.content_navigation_collapsible_columns.header {
	font-family: "Century Gothic Bold";
	text-decoration: underline;
}
.content_navigation_collapsible_columns.wide {
	width: 600px;
}
.content_navigation_collapsible_columns.wide_select_plan {
	width: 400px;
}
.content_navigation_collapsible_columns.narrow {
	width: 150px;
	text-align: center;
}
.content_navigation_collapsible_columns_icon {
	width: 17px;
	height: 13px;
	margin: 3px 10px 0px 2px;
	position: relative;
	background-repeat: no-repeat;
	background-size: contain;
	float: left;
}
.content_navigation_collapsible_columns.summary {
	margin: 0px 15px 30px 0px;
	width: 750px;
	color: var(--text_color_primary);
	font-family: "Century Gothic Bold";
	font-size: 14px;
	font-weight: normal;
	text-align: right;
}
.content_navigation_collapsible_columns.select_plan {
	width: 540px;
}
.content_navigation_collapsible_columns.contrast {
	color: var(--text_color_highlight_contrast);
}
.content_navigation_collapsible_section_divider {
	width: auto; 
	height: auto;
	padding-left: 10px;
	margin-bottom: 20px;
	text-align: left; 
	line-height: 60px;
	color: var(--text_color_primary);
	font-family: "Century Gothic Regular";
	font-size: 14px;
	font-weight: normal;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
	border-top: 1px solid var(--theme_color_highlight);
}
.content_navigation_collapsible_section_divider.subheader {
	height: 10px;
	margin-bottom: 10px;
	clear: both;
}
.content_navigation_collapsible_section_divider.section_footer {
	height: 10px;
	margin-bottom: 40px;
}
.content_navigation_collapsible_section_divider.account {
	width: auto;
	height: 1px;
	margin: 10px 10px 10px 10px;
	border-top: 1px solid var(--theme_color_secondary);
	clear: both;
}
.content_navigation_collapsible_section_divider.left_nav {
	width: auto;
	height: 1px;
	margin: 10px 10px 10px 10px;
	border-top: 1px solid var(--divider_color_left_nav);
	clear: both;
}
.content_navigation_collapsible_section_divider.select_plan {
	width: 540px;
}
.content_navigation_collapsible_footer {
	width: auto; 
	height: auto;
	padding-left: 10px;
	margin-bottom: 50px;
	text-align: left; 
	line-height: 60px;
	color: var(--text_color_primary);
	font-family: "Century Gothic Regular";
	font-size: 14px;
	font-weight: normal;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
	border-top: 1px solid var(--theme_color_highlight);
}

/* Content Navigation: Date Select */
.content_navigation_date_select {
	height: auto;
	margin: 0px;
	box-sizing: border-box;
	text-align: left;
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
}
.content_navigation_date_select_date_wrapper {
	width: 85px;
	white-space: nowrap;
	text-align: left;
	line-height: 18px;
	background-position: bottom 5px right 0px;
	background-repeat: no-repeat;
	background-size: 10px;
	float: left;
	cursor: pointer;
}
.content_navigation_date_select_date_title {
	width: 85px;
	white-space: nowrap;
	text-align: left;
	font-family: "Century Gothic Regular";
	color: var(--text_color_highlight);
	font-size: 13px;
	line-height: 16px;
	position: relative;
	margin-top: -16px;
}
.content_navigation_date_select_date {
	width: 85px;
	white-space: nowrap;
	text-align: left;
	font-family: "Inconsolata";
	font-size: 15px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 10px;
}
.content_navigation_date_select_hour {
	width: 35px;
	margin-left: 6px;
	white-space: nowrap;
	position: relative;
	bottom: 0px;
	padding-right: 12px;
	text-align: right;
	font-family: "Inconsolata";
	line-height: 18px;
	float: left;
	cursor: pointer;
}
.content_navigation_date_select_median {
	width: 2px;
	margin-left: 5px;
	margin-right: 2px;
	white-space: nowrap;
	position: relative;
	bottom: 0px;
	text-align: left;
	line-height: 18px;
	float: left;
}
.content_navigation_date_select_minute {
	width: 25px;
	white-space: nowrap;
	position: relative;
	bottom: 0px;
	text-align: left;
	font-family: "Inconsolata";
	line-height: 18px;
	float: left;
	cursor: pointer;
}
.content_navigation_date_select_time_divider {
	width: 1px;
	height: 24px;
	margin-top: -8px;
	margin-left: 30px;
	margin-right: 25px;
	white-space: nowrap;
	text-align: left;
	line-height: 18px;
	float: left;
}

/* Content Navigation: Popup Calendar */
.content_navigation_calendar_dateFrame_start {
	width: 224px;
	height: auto;
	margin-top: -15px;
	margin-left: -20px;
	text-align: left;
	white-space: nowrap;
	z-index: 1013;
	position: absolute;
	display: none;
	float: left;
}
.content_navigation_calendar_dateFrame_end {
	width: 224px;
	height: auto;
	margin-top: -15px;
	margin-left: 215px;
	text-align: left;
	white-space: nowrap;
	z-index: 1013;
	position: absolute;
	display: none;
	float: left;
}
.content_navigation_calendar_nav {
	width: 100%;
	height: 40px;
	text-align: center;
	white-space: nowrap;
	box-sizing: border-box;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.content_navigation_calendar_switch {
	width: 20%;
	height: auto;
	text-align: center;
	box-sizing: border-box;
	float: left;
}
.content_navigation_calendar_month {
	width: 60%;
	text-align: center;
	font-size: 18px;
	font-family: "Inconsolata";
	text-decoration: none;
	line-height: var(--calendar_cell_height);
	box-sizing: border-box;
	white-space: nowrap;
	float: left;
}
.content_navigation_calendar_header {
	width: var(--calendar_cell_width);
	height: var(--calendar_cell_height);
	text-align: center;
	float: left;
	font-size: 17px;
	font-family: "Inconsolata";
	text-decoration: none;
	line-height: var(--calendar_cell_height);
}
.content_navigation_calendar_header a {
	font-size: 17px;
	font-family: "Inconsolata";
	text-decoration: none;
	line-height: var(--calendar_cell_height);
}
.content_navigation_calendar_header_end {
	width: var(--calendar_cell_width);
	height: var(--calendar_cell_height);
	text-align: center;
	float: left;
	font-size: 17px;
	font-family: "Inconsolata";
	text-decoration: none;
	line-height: var(--calendar_cell_height);
}
.content_navigation_calendar_header_end a {
	font-size: 17px;
	font-family: "Inconsolata";
	text-decoration: none;
	line-height: var(--calendar_cell_height);
}
.content_navigation_calendar_empty {
	width: var(--calendar_cell_width);
	height: var(--calendar_cell_height);
	text-align: center;
	float: left;
}
.content_navigation_calendar_empty_end {
	width: var(--calendar_cell_width);
	height: var(--calendar_cell_height);
	text-align: center;
	float: left;
}
.content_navigation_calendar_day {
	width: var(--calendar_cell_width);
	height: var(--calendar_cell_height);
	text-align: center;
	float: left;
	font-size: 14px;
	font-family: "Inconsolata";
	text-decoration: none;
	line-height: var(--calendar_cell_height);
	cursor: pointer;
}
.content_navigation_calendar_day:hover {
	cursor: pointer;
}
.content_navigation_calendar_day a {
	font-size: 14px;
	font-family: "Inconsolata";
	text-decoration: none;
	line-height: var(--calendar_cell_height);
	cursor: pointer;
}
.content_navigation_calendar_day_end {
	width: var(--calendar_cell_width);
	height: var(--calendar_cell_height);
	text-align: center;
	float: left;
	font-size: 14px;
	font-family: "Inconsolata";
	text-decoration: none;
	line-height: var(--calendar_cell_height);
	cursor: pointer;
}
.content_navigation_calendar_day_end:hover {
	cursor: pointer;
}
.content_navigation_calendar_day_end a {
	font-size: 12px;
	font-family: "Inconsolata";
	text-decoration: none;
	line-height: var(--calendar_cell_height);
	cursor: pointer;
}
.content_navigation_calendar_today {
}
.content_navigation_calendar_highlight {
}
.content_navigation_calendar_date {
	width: 198px;
	height: 48px;
	margin-top: 4px;
	text-align: center;
	float: left;
	font-size: 14px;
	font-family: "Inconsolata";
	font-weight: bold;
	text-decoration: none;
	line-height: 48px;
}
.content_navigation_calendar_button {
	width: 18px;
	height: 18px;
	font-size: 32px;
	margin-top: 11px;
	margin-left: 12px;
	margin-right: 12px;
	line-height: 13px;
	border-radius: 50%;
	cursor: pointer;
}
.content_navigation_calendar_wrapper {
	width: 220px;
	height: 25px;
	padding-top: 11px;
	padding-left: 36px;
	line-height: 22px;
	vertical-align: middle;
	font-size: 16px;
	font-family: "Inconsolata";
	font-weight: normal;
	border-radius: 3px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
	overflow: hidden;
}
.content_navigation_calendar_wrapper.start_date {
	min-width: 110px;
	min-height: 25px;
	overflow: visible;
}
.content_navigation_calendar_wrapper.start_date_time {
	width: 182px;
	min-height: 25px;
	overflow: visible;
}
.content_navigation_calendar_wrapper.product_date {
	width: 104px;
	min-height: 25px;
	background-size: 30px 30px;
	overflow: visible;
}
.content_navigation_calendar_wrapper.comm_center_date_time {
	width: 225px;
	min-height: 25px;
	background-size: 30px 30px;
	overflow: visible;
}
.content_navigation_calendar_wrapper.full_date_time {
	min-width: 445px;
	min-height: 24px;
	overflow: visible;
	padding-top: 18px;
	padding-left: 38px;
	background-size: 30px 30px;
	background-position: center left 3px;
}

/* Content Items */

/* Content Items: General Content */
.content_item_subheader {
	display: block;
	width: 100%;	
	height: 16px;
	padding: 0px;
	margin: 0px;
	margin-top: 16px;
	position:  relative;
	text-align: left;
	color: var(--text_color_primary);
	font-family: "Century Gothic Bold";
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
}
.content_item_subheader.main_content {
	width: 600px;	
}
.content_item_subheader.list {
	width: 600px;	
}
.content_item_subheader.subsection {
	width: 600px;
	margin-top: 0px;
}
.content_item_subheader.select_plan {
	width: 540px;
	margin-top: 0px;
	color: var(--text_color_highlight_contrast);
}

/* Content Items: General Utility */
.content_item_utility_list_subheader {
	display: block;
	width: 95%;	
	height: 30px;
	margin-bottom: 10px;
	position:  relative;
	font-family: "Century Gothic Bold";
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	border-bottom: 1px solid var(--divider_color_form);
}
.content_item_utility_list_subheader_link {
	display: block;
	height: 30px;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	position:  relative;
	font-family: "Century Gothic Bold";
	font-size: 13px;
	font-weight: normal;
	line-height: 30px;
	color: var(--text_color_details);
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
	float: left;
	transition: 0.3s;
	cursor: pointer;
}
.content_item_utility_list_subheader_link:hover {
	color: var(--text_color_highlight);
	border-bottom: 1px solid var(--text_color_highlight);
	-webkit-box-shadow:inset 0px -2px 0px 0px var(--text_color_highlight);
     -moz-box-shadow:inset 0px -2px 0px 0px var(--text_color_highlight);
     box-shadow:inset 0px -2px 0px 0px var(--text_color_highlight);
	transition: all 0.2s ease-in;
	cursor: pointer;
}
.content_item_utility_list_subheader_link_on {
	display: block;
	height: 30px;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	position:  relative;
	font-family: "Century Gothic Bold";
	font-size: 13px;
	font-weight: normal;
	line-height: 30px;
	color: var(--text_color_secondary);
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
	border-bottom: 1px solid var(--text_color_highlight);
	-webkit-box-shadow:inset 0px -2px 0px 0px var(--text_color_highlight);
     -moz-box-shadow:inset 0px -2px 0px 0px var(--text_color_highlight);
     box-shadow:inset 0px -2px 0px 0px var(--text_color_highlight);
	float: left;
	transition: 0.3s;
	cursor: pointer;
}

/* Content Items: Dashboard */
.content_item_dashboard_trends_wrapper {
	width: 480px;	
}
.content_item_dashboard_trends_body {
	width: 100%;
	height: 300px;
	overflow-y: scroll;
	margin-bottom: 10px;
}
.content_item_dashboard_trends_result {
	width: 100%;
	min-height: 40px;
	margin-bottom: 15px;
	padding: 0px 0px 0px 40px;
	-webkit-transform: translateY(-110px);
	-moz-transform: translateY(-110px);
	-o-transform: translateY(-110px);
	transform: translateY(-110px);
	-webkit-transition: all .15s ease-in-out;
     -moz-transition: all .15s ease-in-out;
     -o-transition: all .15s ease-in-out;
     transition: all .15s ease-in-out;
	background-size: 36px 36px;
	background-repeat: no-repeat;
	background-position: top left;
}
.content_item_dashboard_trends_result.show {
	-webkit-transform: translateY(0px);
     -moz-transform:translateY(0px);
     -ms-transform:translateY(0px);
     -o-transform:translateY(0px);
     transform:translateY(0px);
}
.content_item_dashboard_trends_result_date {
	width: 50%;
	margin-bottom: 2px;
	text-align: left;
	float: left;
}
.content_item_dashboard_trends_result_agent {
	width: 50%;
	margin-bottom: 2px;
	text-align: left;
	float: left;
}
.content_item_dashboard_trends_result_line {
	width: 100%;
	margin-bottom: 2px;
	text-align: left;
	float: left;
}
.content_item_dashboard_trends_result_line.highlight {
	color: var(--text_color_highlight);
}
.content_item_dashboard_trends_result_line.alert {
	color: var(--text_color_warn);
}

/* Content Items: Lead Uploads */
.content_item_lead_upload_wrapper {
	width: 520px;		
}
.content_item_lead_upload_results_wrapper {
	width: calc(95% - 520px);
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	line-height: 19px;
	color: var(--text_color_primary);
	text-align: left;
}

/* Content Items: Scripts */
.content_item_script_wrapper {
	width: calc(95% - 480px);	
}
.content_item_script_body {
	height: 100%;
	white-space: normal;
	overflow-x: hidden;
	overflow-y: scroll;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
/* Content Items: Organizations Search */
.content_item_organization_search_message {
	width: calc(100%-40px);
	padding: 20px 12px 20px 12px;
	height: calc(100% - 24px);
	font-size: 13px;
	line-height: 18px;
}
.content_item_organization_search_body {
	width: 100%;
	padding-bottom: 20px;
	height: calc(100% - 130px);
	overflow-y: scroll;
}
.content_item_organization_search_title {
	display: block;
	width: 100%;	
	height: 40px;
	position:  relative;
	line-height: 40px;
}
.content_item_organization_search_title_name {
	width: 320px;
	padding-left: 15px;
	text-align: left;
	float: left;
}
.content_item_organization_search_title_website {
	width: 220px;	
	text-align: center;
	float: left;
}
.content_item_organization_search_list {
	display: block;
	width: 100%;	
	height: 40px;
	margin-bottom: 2px;
	position:  relative;
	font-family: "Century Gothic Bold";
	font-size: 12px;
	font-weight: normal;
	line-height: 40px;
	background-color: var(--theme_bg_highlight);
}
.content_item_organization_search_list_name {
	width: 300px;
	padding-left: 15px;
	color: var(--text_color_highlight);
	text-align: left;
	text-overflow: ellipsis;
	float: left;
	cursor: pointer;
}
.content_item_organization_search_list_website {
	width: 240px;	
	text-align: center;
	text-overflow: ellipsis;
	float: left;
}
.content_item_organization_search_list_details {
	margin: 6px 15px 25px 15px;
	width: 330px;	
	position:  relative;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
	float: left;
}
.content_item_organization_search_list_result {
	margin: 20px 0px 25px 0px;
	padding-bottom: 10px;
	width: 200px;		
	position:  relative;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-align: right;
	float: left;
}
.content_item_organization_search_list_action {
	width: auto;
	right: 0;
	position: absolute;
	margin: 2px 0px 0px 0px;
	padding: inherit;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-align: right;
	color: var(--text_color_alert);
}
.content_item_organization_search_list_action.on {
	color: var(--text_color_highlight);
	cursor: pointer;
}
/* Content Items: Organizations Permissions */
.content_item_organization_permissions_wrapper {
	width: calc(50% - 20px);
	height: calc(100% - 50px);
	margin-right: 20px;
	overflow: hidden;
	float: left;
}
.content_item_organization_permissions_wrapper.edit {
	width: calc(50% - 20px);
	height: calc(100% - 10px);
	margin-right: 20px;
	overflow: hidden;
	float: left;
}
.content_item_organization_permissions_wrapper.right {
	width: 50%;
	margin: 0px;
}
.content_item_customer_details_body {
	height: 300px;
	overflow-y: scroll;
	margin-bottom: 10px;
}
/* Content Items: Organizations Permissions */
.content_item_organization_apps_icon {
	width: 180px;
	height: 30px;
	margin-top: 15px;
	border: 0px;
	background-color: var(--theme_bg_highlight);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
}
/* Content Items: Organizations Popup Settings */
.content_item_organization_settings_message {
	width: calc(100%-40px);
	padding: 20px 12px 20px 12px;
	height: calc(100% - 24px);
	font-size: 13px;
	line-height: 18px;
}
.content_item_organization_settings_body {
	width: 100%;
	padding: 20px 15px 20px 15px;
	height: calc(100% - 110px);
	overflow-y: scroll;
	box-sizing: border-box;
}
.content_item_organization_settings_title {
	display: block;
	width: 100%;	
	height: 40px;
	position:  relative;
	line-height: 40px;
}
.content_item_organization_settings_title_name {
	width: 465px;
	padding-left: 15px;
	text-align: left;
	float: left;
}
.content_item_organization_settings_footer {
	display: block;
	width: 100%;	
	height: 70px;
	position:  relative;
	background-color: var(--theme_bg_highlight);
}
/* Content Items: User Teams */
.content_item_users_name_title {
	width: 200px;
	margin: 20px 20px 0px 0px;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
	color: var(--text_color_main);
	float: left;
}
.content_item_users_username {
	width: auto;
	margin: 20px 0px 0px 0px;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
	color: var(--text_color_highlight);
	float: left;
}
/* Content Items: User Search */
.content_item_user_search_message {
	width: calc(100%-40px);
	padding: 20px 12px 20px 12px;
	height: calc(100% - 24px);
	font-size: 13px;
	line-height: 18px;
}
.content_item_user_search_body {
	width: 100%;
	padding-bottom: 20px;
	height: calc(100% - 65px);
	overflow-y: scroll;
}
.content_item_user_search_title {
	display: block;
	width: 100%;	
	height: 40px;
	position:  relative;
	line-height: 40px;
}
.content_item_user_search_title_name {
	width: 260px;
	padding-left: 15px;
	text-align: left;
	float: left;
}
.content_item_user_search_title_email {
	width: 285px;	
	text-align: center;
	float: left;
}
.content_item_user_search_list {
	display: block;
	width: 100%;	
	height: 40px;
	margin-bottom: 2px;
	position:  relative;
	font-family: "Century Gothic Bold";
	font-size: 12px;
	font-weight: normal;
	line-height: 40px;
	background-color: var(--theme_bg_highlight);
}
.content_item_user_search_list_name {
	width: 260px;
	padding-left: 15px;
	color: var(--text_color_highlight);
	text-align: left;
	cursor: pointer;
	float: left;
}
.content_item_user_search_list_email {
	width: 285px;	
	text-align: center;
	float: left;
}
.content_item_user_search_list_result {
	margin: 10px 0px 25px 20px;
	padding-bottom: 10px;
	width: 100%;		
	position:  relative;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
	float: left;
}
.content_item_user_search_list_action {
	width: 100%;
	margin: 2px 0px 0px 0px;
	padding: inherit;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
	color: var(--text_color_alert);
}
.content_item_user_search_list_action.on {
	color: var(--text_color_link);
	cursor: pointer;
}
.content_item_user_search_list_action.invite {
	padding-left: 26px;
	color: var(--text_color_link);
	background-size: 20px 20px;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
}
/* Content Items: Campaign Search */
.content_item_campaign_search_message {
	width: calc(100%-40px);
	padding: 20px 12px 20px 12px;
	height: calc(100% - 24px);
	font-size: 13px;
	line-height: 18px;
}
.content_item_campaign_search_body {
	width: 100%;
	padding-bottom: 20px;
	height: calc(100% - 60px);
	overflow-y: scroll;
}
.content_item_campaign_search_title {
	display: block;
	width: 100%;	
	height: 40px;
	position:  relative;
	line-height: 40px;
}
.content_item_campaign_search_title_name {
	width: 320px;
	padding-left: 15px;
	text-align: left;
	float: left;
}
.content_item_campaign_search_title_owner {
	width: 220px;	
	text-align: center;
	float: left;
}
.content_item_campaign_search_list {
	display: block;
	width: 100%;	
	height: 40px;
	margin-bottom: 2px;
	position:  relative;
	font-family: "Century Gothic Bold";
	font-size: 12px;
	font-weight: normal;
	line-height: 40px;
	background-color: var(--theme_bg_highlight);
}
.content_item_campaign_search_list_name {
	width: 320px;
	padding-left: 15px;
	color: var(--text_color_highlight);
	text-align: left;
	text-overflow: ellipsis;
	float: left;
	cursor: pointer;
}
.content_item_campaign_search_list_owner {
	width: 220px;	
	text-align: center;
	text-overflow: ellipsis;
	float: left;
}
.content_item_campaign_search_list_details {
	margin: 6px 15px 25px 15px;
	width: 330px;	
	position:  relative;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
	float: left;
}
.content_item_campaign_search_list_result {
	margin: 20px 0px 25px 0px;
	padding-bottom: 10px;
	width: 200px;		
	position:  relative;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-align: right;
	float: left;
}
.content_item_campaign_search_list_action {
	width: auto;
	right: 0;
	position: absolute;
	margin: 2px 0px 0px 0px;
	padding: inherit;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-align: right;
	color: var(--text_color_alert);
}
.content_item_campaign_search_list_action.on {
	color: var(--text_color_highlight);
	cursor: pointer;
}
/* Content Items: Customer Search */
.content_item_customer_search_message {
	width: calc(100%-40px);
	padding: 20px 12px 20px 12px;
	height: calc(100% - 24px);
	font-size: 13px;
	line-height: 18px;
}
.content_item_customer_search_body {
	width: 100%;
	padding-bottom: 20px;
	height: calc(100% - 65px);
	overflow-y: scroll;
}
.content_item_customer_search_title {
	display: block;
	width: 100%;	
	height: 40px;
	position:  relative;
	line-height: 40px;
	color: var(--text_color_highlight_contrast);
	background-color: var(--theme_color_secondary);
}
.content_item_customer_search_title_name {
	width: 180px;
	padding-left: 15px;
	text-align: left;
	float: left;
}
.content_item_customer_search_title_email {
	width: 230px;	
	text-align: center;
	float: left;
}
.content_item_customer_search_title_phone {
	width: 150px;	
	text-align: center;
	float: left;
}
.content_item_customer_search_list {
	display: block;
	width: 100%;	
	height: 40px;
	margin-bottom: 2px;
	position:  relative;
	font-family: "Century Gothic Bold";
	font-size: 12px;
	font-weight: normal;
	line-height: 40px;
	background-color: var(--theme_bg_highlight);
}
.content_item_customer_search_list_name {
	width: 180px;
	padding-left: 15px;
	color: var(--text_color_highlight);
	text-align: left;
	float: left;
}
.content_item_customer_search_list_email {
	width: 230px;	
	text-align: center;
	float: left;
}
.content_item_customer_search_list_phone {
	width: 135px;	
	text-align: center;
	float: left;
}
.content_item_customer_search_list_details {
	margin: 6px 15px 25px 15px;
	width: 330px;	
	position:  relative;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
	float: left;
}
.content_item_customer_search_list_result {
	margin: 10px 0px 25px 0px;
	padding-bottom: 10px;
	width: 200px;		
	position:  relative;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-align: right;
	float: left;
}
.content_item_customer_search_list_action {
	width: auto;
	right: 0;
	position: absolute;
	margin: 2px 0px 0px 0px;
	padding: inherit;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-align: right;
	color: var(--text_color_alert);
}
.content_item_customer_search_list_action.on {
	color: var(--text_color_link);
	cursor: pointer;
}
/* Content Items: Add Products */
.content_item_products_add_message {
	width: calc(100%-40px);
	padding: 20px 12px 20px 12px;
	height: calc(100% - 24px);
	font-size: 13px;
	line-height: 18px;
}
.content_item_products_add_body {
	width: 100%;
	padding-bottom: 20px;
	height: calc(100% - 90px);
	overflow-y: scroll;
}
.content_item_products_add_form_wrapper {
	width: calc(100%-40px);
	padding: 20px 12px 20px 12px;
	font-size: 13px;
	line-height: 18px;
}
.content_item_products_add_footer {
	display: block;
	width: 100%;	
	height: 70px;
	position:  relative;
	background-color: var(--theme_bg_highlight);
}
/* Content Items: Campaigns Imports */
.content_item_campaigns_import_message {
	width: calc(100%-40px);
	padding: 20px 12px 20px 12px;
	height: calc(100% - 24px);
	font-size: 13px;
	line-height: 18px;
}
.content_item_campaigns_import_body {
	width: 100%;
	padding-bottom: 20px;
	height: calc(100% - 130px);
	overflow-y: scroll;
}
.content_item_campaigns_import_title {
	display: block;
	width: 100%;	
	height: 40px;
	position:  relative;
	line-height: 40px;
}
.content_item_campaigns_import_title_name {
	width: 465px;
	padding-left: 15px;
	text-align: left;
	float: left;
}
.content_item_campaigns_import_title_import {
	width: 80px;	
	text-align: center;
	color: var(--text_color_highlight);
	float: left;
	cursor: pointer;
}
.content_item_campaigns_import_list {
	display: block;
	width: 100%;	
	height: 40px;
	margin-bottom: 2px;
	position:  relative;
	font-family: "Century Gothic Bold";
	font-size: 12px;
	font-weight: normal;
	line-height: 40px;
	background-color: var(--theme_bg_highlight);
}
.content_item_campaigns_import_list_name {
	width: 465px;
	padding-left: 15px;
	color: var(--text_color_highlight);
	text-align: left;
	float: left;
}
.content_item_campaigns_import_list_import {
	width: 50px;
	padding-top: 10px;
	padding-left: 30px;
	text-align: center;
	float: left;
}
.content_item_campaigns_import_list_details {
	margin: 6px 15px 25px 15px;
	width: 300px;	
	position:  relative;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
	float: left;
}
.content_item_campaigns_import_list_result {
	margin: 30px 0px 15px 0px;
	padding-bottom: 10px;
	width: 200px;	
	position:  relative;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-align: right;
	float: left;
}
.content_item_campaigns_import_list_action {
	width: auto;
	right: 0;
	margin: 2px 0px 0px 0px;
	padding: inherit;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-align: right;
	color: var(--text_color_alert);
}
.content_item_campaigns_import_list_action.on {
	color: var(--text_color_highlight);
	cursor: pointer;
}
.content_item_campaigns_import_footer {
	display: block;
	width: 100%;	
	height: 70px;
	position:  relative;
	background-color: var(--theme_bg_highlight);
}
/* Content Items: Products Imports */
.content_item_products_import_message {
	width: calc(100%-40px);
	padding: 20px 12px 20px 12px;
	height: calc(100% - 24px);
	font-size: 13px;
	line-height: 18px;
}
.content_item_products_import_body {
	width: 100%;
	padding-bottom: 20px;
	height: calc(100% - 180px);
	overflow-y: scroll;
}
.content_item_products_import_title {
	display: block;
	width: 100%;	
	height: 40px;
	position:  relative;
	line-height: 40px;
}
.content_item_products_import_title_name {
	width: 375px;
	padding-left: 15px;
	text-align: left;
	float: left;
}
.content_item_products_import_title_price {
	width: 90px;	
	text-align: center;
	float: left;
}
.content_item_products_import_title_import {
	width: 80px;	
	text-align: center;
	color: var(--text_color_highlight);
	float: left;
	cursor: pointer;
}
.content_item_products_import_list {
	display: block;
	width: 100%;	
	height: 40px;
	margin-bottom: 2px;
	position:  relative;
	font-family: "Century Gothic Bold";
	font-size: 12px;
	font-weight: normal;
	line-height: 40px;
	background-color: var(--theme_bg_highlight);
}
.content_item_products_import_list_name {
	width: 375px;
	padding-left: 15px;
	color: var(--text_color_highlight);
	text-align: left;
	float: left;
}
.content_item_products_import_list_price {
	width: 90px;	
	text-align: center;
	float: left;
}
.content_item_products_import_list_import {
	width: 50px;
	padding-top: 10px;
	padding-left: 30px;
	text-align: center;
	float: left;
}
.content_item_products_import_list_details {
	margin: 6px 15px 25px 15px;
	width: 300px;	
	position:  relative;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
	float: left;
}
.content_item_products_import_list_result {
	margin: 30px 0px 15px 0px;
	padding-bottom: 10px;
	width: 200px;	
	position:  relative;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-align: right;
	float: left;
}
.content_item_products_import_list_action {
	width: auto;
	right: 0;
	margin: 2px 0px 0px 0px;
	padding: inherit;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-align: right;
	color: var(--text_color_alert);
}
.content_item_products_import_list_action.on {
	color: var(--text_color_highlight);
	cursor: pointer;
}
.content_item_products_import_campaign_select {
	margin-top: 5px;
	margin-left: 15px;
     font-family: "Century Gothic Regular";
     font-size: 13px;
     font-weight: normal;
     color: var(--text_color_primary);
     line-height: 32px;
	position:  absolute;
	z-index: 3033;
}
.content_item_products_import_footer {
	display: block;
	width: 100%;	
	height: 120px;
	position:  relative;
	background-color: var(--theme_bg_highlight);
}
/* Content Items: Orders Imports */
.content_item_orders_import_message {
	width: calc(100%-40px);
	padding: 20px 12px 20px 12px;
	height: calc(100% - 24px);
	font-size: 13px;
	line-height: 18px;
}
.content_item_orders_import_body {
	width: 100%;
	padding-bottom: 20px;
	height: calc(100% - 130px);
	overflow-y: scroll;
}
.content_item_orders_import_title {
	display: block;
	width: 100%;	
	height: 40px;
	position:  relative;
	line-height: 40px;
}
.content_item_orders_import_title_number {
	width: 135px;
	padding-left: 15px;
	text-align: left;
	float: left;
}
.content_item_orders_import_title_date {
	width: 120px;	
	text-align: center;
	float: left;
}
.content_item_orders_import_title_status {
	width: 120px;	
	text-align: center;
	float: left;
}
.content_item_orders_import_title_total {
	width: 90px;	
	text-align: center;
	float: left;
}
.content_item_orders_import_title_import {
	width: 80px;	
	text-align: center;
	color: var(--text_color_highlight);
	float: left;
	cursor: pointer;
}
.content_item_orders_import_list {
	display: block;
	width: 100%;	
	height: 40px;
	margin-bottom: 2px;
	position:  relative;
	font-family: "Century Gothic Bold";
	font-size: 12px;
	font-weight: normal;
	line-height: 40px;
	background-color: var(--theme_bg_highlight);
}
.content_item_orders_import_list_number {
	width: 135px;
	padding-left: 15px;
	color: var(--text_color_highlight);
	text-align: left;
	float: left;
}
.content_item_orders_import_list_date {
	width: 120px;	
	text-align: center;
	float: left;
}
.content_item_orders_import_list_status {
	width: 120px;	
	text-align: center;
	float: left;
}
.content_item_orders_import_list_total {
	width: 90px;	
	text-align: center;
	float: left;
}
.content_item_orders_import_list_import {
	width: 50px;
	padding-top: 10px;
	padding-left: 30px;
	text-align: center;
	float: left;
}
.content_item_orders_import_list_details {
	margin: 6px 15px 25px 15px;
	width: 300px;	
	position:  relative;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-align: left;
	float: left;
}
.content_item_orders_import_list_result {
	margin: 30px 0px 15px 0px;
	padding-bottom: 10px;
	width: 200px;	
	position:  relative;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-align: right;
	float: left;
}
.content_item_orders_import_list_action {
	width: auto;
	right: 0;
	margin: 2px 0px 0px 0px;
	padding: inherit;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	text-align: right;
	color: var(--text_color_alert);
}
.content_item_orders_import_list_action.on {
	color: var(--text_color_highlight);
	cursor: pointer;
}
.content_item_orders_import_footer {
	display: block;
	width: 100%;	
	height: 70px;
	position:  relative;
	background-color: var(--theme_bg_highlight);
}
/* Content Items: Number Add */
.content_item_numbers_add_message {
	width: calc(100%-40px);
	padding: 20px 12px 20px 12px;
	height: calc(100% - 24px);
	font-size: 13px;
	line-height: 18px;
}
.content_item_numbers_add_purchase_status {
	padding: 10px 0px 0px 10px;
}
.content_item_numbers_add_body {
	width: 100%;
	padding-bottom: 20px;
	height: calc(100% - 60px);
	overflow-y: scroll;
}
.content_item_numbers_add_title {
	display: block;
	width: 100%;	
	height: 40px;
	position:  relative;
	line-height: 40px;
}
.content_item_numbers_add_title_name {
	width: 135px;
	padding-left: 15px;
	text-align: left;
	float: left;
}
.content_item_numbers_add_title_type {
	width: 120px;	
	text-align: center;
	float: left;
}
.content_item_numbers_add_title_features {
	width: 365px;	
	text-align: left;
	float: left;
}
.content_item_numbers_add_title_add {
	width: 100px;	
	text-align: center;
	color: var(--text_color_highlight);
	float: left;
	cursor: pointer;
}
.content_item_numbers_add_list {
	display: block;
	width: 100%;	
	height: 40px;
	margin-bottom: 3px;
	position:  relative;
	font-family: "Century Gothic Bold";
	font-size: 12px;
	font-weight: normal;
	line-height: 40px;
	background-color: var(--theme_bg_highlight);
}
.content_item_numbers_add_list_name {
	width: 135px;
	padding-left: 15px;
	color: var(--text_color_highlight);
	text-align: left;
	float: left;
}
.content_item_numbers_add_list_type {
	width: 120px;	
	text-align: center;
	float: left;
}
.content_item_numbers_add_list_features {
	width: 365px;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 10px;
	font-weight: normal;
	color: var(--text_color_primary);
	float: left;
}
.content_item_numbers_add_list_add {
	width: 70px;
	padding-left: 30px;
	text-align: center;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	color: var(--text_color_highlight);
	float: left;
}
.content_item_numbers_add_list_connection {
	margin: 0px 0px 25px 15px;
	width: 350px;
	line-height: 22px;
	text-align: left;
	float: left;
}
.content_item_numbers_add_list_button {
	margin: 9px 0px 0px 0px;
	width: 150px;	
	text-align: left;
	float: left;
}
.content_item_numbers_add_footer {
	display: block;
	width: 100%;	
	height: 120px;
	position:  relative;
	background-color: var(--theme_bg_highlight);
}
/* Content Items: Customer Module */
.content_item_customer_wrapper {
	width: 480px;	
}
.content_item_customer_details_body {
	height: 300px;
	overflow-y: scroll;
	margin-bottom: 10px;
}
/* Content Items: Customer Details */
.content_item_customer_details_wrapper {
	width: 100%;	
	height: 200px;
}
.content_item_customer_details_submit {
	width: 430px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
	text-align: right;
	color: var(--text_color_primary);
	float: left;
}
/* Content Items: Customer Orders */
.content_item_customer_orders_body {
	width: 520px;
	height: calc(100% - 357px);
	overflow-y: scroll;
	overflow-x: hidden;
}
.content_item_customer_orders_title {
	display: block;
	height: 40px;
	position:  relative;
	line-height: 40px;
	background-color: var(--theme_bg_secondary);
}
.content_item_customer_orders_title_number {
	width: 150px;
	padding-left: 10px;
	text-align: left;
	float: left;
}
.content_item_customer_orders_title_date {
	width: 120px;	
	text-align: center;
	float: left;
}
.content_item_customer_orders_title_status {
	width: 120px;	
	text-align: center;
	float: left;
}
.content_item_customer_orders_title_total {
	width: 100px;	
	text-align: center;
	float: left;
}
.content_item_customer_orders_list {
	display: block;
	width: 504px;	
	height: 40px;
	margin-bottom: 2px;
	position:  relative;
	font-family: "Century Gothic Bold";
	font-size: 12px;
	font-weight: normal;
	line-height: 40px;
	background-color: var(--theme_bg_highlight);
	cursor: pointer;
}
.content_item_customer_orders_list:hover {
	filter: brightness(125%);
}
.content_item_customer_orders_list_on {
	display: block;
	width: 504px;	
	height: 40px;
	margin-bottom: 2px;
	position:  relative;
	font-family: "Century Gothic Bold";
	font-size: 12px;
	font-weight: normal;
	line-height: 40px;
	background-color: var(--theme_bg_active);
	cursor: pointer;
}
.content_item_customer_orders_list_on:hover {
	filter: brightness(125%);
}
.content_item_customer_orders_list_subheader {
	display: block;
	width: 485px;	
	height: 40px;
	margin-bottom: 10px;
	position:  relative;
	font-family: "Century Gothic Bold";
	font-size: 12px;
	font-weight: normal;
	line-height: 40px;
	border-bottom: 1px solid var(--theme_color_highlight);
}
.content_item_customer_orders_list_subheader_type {
	display: block;
	width: 250px;	
	height: 40px;
	right: 5px;
	margin-bottom: 10px;
	position:  relative;
	text-align: right;
	font-family: "Century Gothic Regular";
	font-size: 11px;
	font-weight: normal;
	line-height: 40px;
	float: right;
}
.content_item_customer_orders_list_subheader_link {
	display: block;
	height: 40px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position:  relative;
	font-family: "Century Gothic Bold";
	font-size: 13px;
	font-weight: normal;
	line-height: 40px;
	color: var(--text_color_details);
	float: left;
	transition: 0.3s;
	cursor: pointer;
}
.content_item_customer_orders_list_subheader_link:hover {
	color: var(--text_color_highlight);
	border-bottom: 1px solid var(--text_color_highlight);
	-webkit-box-shadow:inset 0px -2px 0px 0px var(--text_color_highlight);
     -moz-box-shadow:inset 0px -2px 0px 0px var(--text_color_highlight);
     box-shadow:inset 0px -2px 0px 0px var(--text_color_highlight);
	transition: 0.3s;
	cursor: pointer;
}
.content_item_customer_orders_list_subheader_link_on {
	display: block;
	height: 40px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	position:  relative;
	font-family: "Century Gothic Bold";
	font-size: 13px;
	font-weight: normal;
	line-height: 40px;
	color: var(--text_color_highlight);
	border-bottom: 1px solid var(--text_color_highlight);
	-webkit-box-shadow:inset 0px -2px 0px 0px var(--text_color_highlight);
     -moz-box-shadow:inset 0px -2px 0px 0px var(--text_color_highlight);
     box-shadow:inset 0px -2px 0px 0px var(--text_color_highlight);
	float: left;
	transition: 0.3s;
	cursor: pointer;
}
.content_item_customer_orders_list_number {
	width: 150px;
	padding-left: 10px;
	color: var(--text_color_highlight);
	text-align: left;
	float: left;
}
.content_item_customer_orders_list_date {
	width: 120px;	
	text-align: center;
	float: left;
}
.content_item_customer_orders_list_status {
	width: 120px;	
	min-width: 120px;	
	text-align: center;
	float: left;
}
.content_item_customer_orders_list_total {
	width: 90px;	
	text-align: center;
	float: left;
}
.content_item_customer_orders_details {
	display: block;
	width: 480px;	
	margin-left: 15px;
	margin-bottom: 5px;
	position:  relative;
	font-family: "Century Gothic Regular";
	font-size: 11px;
	font-weight: normal;
	line-height: 34px;
	color: var(--text_color_primary);
	border-bottom: 1px solid var(--theme_color_secondary);
}
.content_item_customer_orders_details .subheader {
	color: var(--text_color_details);
}
.content_item_customer_orders_details_name {
	width: 150px;
	padding-left: 10px;
	text-align: left;
	float: left;
}
.content_item_customer_orders_details_quantity {
	width: 40px;	
	text-align: center;
	float: left;
}
.content_item_customer_orders_details_price {
	width: 65px;	
	text-align: center;
	float: left;
}
.content_item_customer_orders_details_number {
	width: 110px;
	padding-left: 10px;
	text-align: left;
	float: left;
}
.content_item_customer_orders_details_status {
	width: 100px;
	text-align: center;
	float: left;
}
.content_item_customer_orders_details_date {
	width: 120px;	
	text-align: center;
	float: left;
}
.content_item_customer_orders_details_date_short {
	width: 90px;	
	text-align: center;
	float: left;
}
.content_item_customer_orders_details_carrier {
	width: 100px;
	padding-left: 10px;
	text-align: left;
	float: left;
}
.content_item_customer_orders_details_tracking {
	width: 180px;
	text-align: center;
	float: left;
}
.content_item_customer_orders_details_product {
	margin-top: 10px;
	font-family: "Century Gothic Bold";
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: var(--text_color_primary);
}
.content_item_customer_orders_details_functions {
	width: 270px;
	padding-top: 20px;
	padding-left: 10px;
	text-align: left;
	float: left;
}
.content_item_customer_orders_details_lines_functions {
	width: 270px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: left;
	float: left;
}
.content_item_customer_orders_details_totals {
	width: 420px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
	text-align: right;
	color: var(--text_color_primary);
	float: left;
}
.content_item_customer_place_orders_details_totals {
	width: 360px;
	margin-top: 20px;
	margin-bottom: 15px;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
	text-align: right;
	color: var(--text_color_primary);
	float: left;
}
.content_item_customer_orders_details_submit {
	width: 380px;
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: "Century Gothic Regular";
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
	text-align: right;
	color: var(--text_color_primary);
	float: left;
}
.content_item_customer_orders_details_note {
	width: 460px;
	margin-top: 4px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-family: "Century Gothic Regular";
	font-size: 11px;
	font-weight: normal;
	line-height: 26px;
	text-align: left;
	border-bottom: 1px solid var(--theme_color_secondary);
	float: left;
}
.content_item_customer_orders_details_note_body {
	width: 460px;	
	margin-left: 10px;
	margin-bottom: 15px;
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	float: left;
}
.content_item_customer_orders_details_subheader {
	width: 440px;
	margin-top: 10px;
	margin-left: 10px;
	color: var(--text_color_highlight);
	text-align: left;
	line-height: 20px;
	cursor: pointer;
	float: left;
}
.content_item_customer_orders_details_subheader_nav_active {
	border-bottom: 1px solid var(--theme_color_secondary);
	background-size: 12px 12px;
	background-position: right 5px bottom 5px;
	background-repeat: no-repeat;
}
.content_item_customer_orders_details_subheader_link {
	width: 120px;
	top: 4px;
	right: 10px;
	position: absolute;
	color: var(--text_color_highlight);
	text-align: right;
	font-size: 13px;
	line-height: 20px;
	cursor: pointer;
	z-index: 1000;
}
.content_item_customer_orders_details_lines {
	margin-top: 0px;
}
.content_item_customer_orders_details_product_line_divider {
	width: 460px;
	clear: both;
	border-bottom: 1px solid var(--theme_color_secondary);
	margin-bottom: 10px;
}
.content_item_customer_orders_details_product_divider {
	clear: both;
	margin-bottom: 10px;
}

/* Content Items: Dynamic Content Wrapper */
.content_item_place_orders_wrapper {
	width: 100%;
	height: 100%;
}
.content_item_customer_orders_products_wrapper {
	width: 100%;
	height: calc(100% - 60px);
}
.content_item_hidden_wrapper {
	display: none;
}
.content_item_dynamic_wrapper {
	width: 1px;
	transition: all .5s ease-in-out;
	display: none;
}
.content_item_dynamic_wrapper_on {
	width: 100%;
	display: block;
}
.content_item_dynamic_wrapper_content {
	overflow-y: scroll;
	overflow-x: hidden;
}

/* Text */

.text_loginHeader {
	font-size: 28px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	line-height: 34px;
}
.text_loginSubHeader {
	font-size: 14px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	text-decoration: none;
	line-height: 28px;
}
.text_header_nav_menu_item_title {
     font-size: 14px;
     line-height: 18px;
	font-family: "Century Gothic Bold";
	font-weight: normal; 
}
.text_content_section_header {
     font-size: 22px;
     line-height: 30px;
	font-family: "Century Gothic Bold";
	font-weight: normal;
	color: var(--text_color_primary);
}
.text_content_section_subheader {
     font-size: 15px;
     line-height: 20px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	color: var(--text_color_highlight);
}
.text_content_section_subheader.contrast {
	color: var(--text_color_blue_contrast);
}
.text_content_utility_header {
     font-size: 15px;
     line-height: 24px;
	font-family: "Century Gothic Bold";
	font-weight: normal;
	color: var(--text_color_primary);
}
.text_content_utility_subheader {
     font-size: 13px;
     line-height: 18px;
	font-family: "Century Gothic Bold";
	font-weight: normal;
	color: var(--text_color_primary);
}
.text_content_utility_results_subheader {
     font-size: 15px;
     line-height: 24px;
	font-family: "Century Gothic Bold";
	font-weight: normal;
	text-decoration: none;
	color: var(--text_color_primary);
}
.text_content_utility_search_subheader {
     font-size: 15px;
     line-height: 24px;
	font-family: "Century Gothic Bold";
	font-weight: normal;
	text-decoration: underline;
	color: var(--text_color_primary);
}
.text_content_utility_search_details {
     font-size: 12px;
     line-height: 16px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	color: var(--text_color_details_contrast);
}
.text_order_details_summary {
     font-size: 12px;
     line-height: 19px;
	font-family: "Century Gothic Bold";
	font-weight: normal;
	color: var(--text_color_highlight);
}
.text_order_details_refund {
     font-size: 12px;
     line-height: 19px;
	font-family: "Century Gothic Bold";
	font-weight: normal;
	color: var(--text_color_warn);
}
.text_content_utility_products_ids {
     font-size: 15px;
     line-height: 24px;
	font-family: "Century Gothic Bold";
	font-weight: normal;
	text-decoration: underline;
	color: var(--text_color_primary);
}
.text_content_utility_products_ids_details {
     font-size: 12px;
     line-height: 16px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	color: var(--text_color_details);
}
.text_content_utility_bullet_highlight {
     font-size: 13px;
     line-height: 17px;
	font-family: "Century Gothic Bold";
	font-weight: normal;
	color: var(--text_color_primary);
}
.text_content_utility_orders_product {
     font-size: 15px;
     line-height: 24px;
	font-family: "Century Gothic Bold";
	font-weight: normal;
	text-decoration: underline;
	color: var(--text_color_primary);
}
.text_content_utility_orders_product_details {
     font-size: 12px;
     line-height: 16px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	color: var(--text_color_details);
}
.text_content_utility_campaigns_ids {
     font-size: 15px;
     line-height: 24px;
	font-family: "Century Gothic Bold";
	font-weight: normal;
	text-decoration: underline;
	color: var(--text_color_primary);
}
.text_content_utility_campaigns_ids_details {
     font-size: 12px;
     line-height: 16px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	color: var(--text_color_details);
}
.text_content_utility_analysis_score {
     font-size: 42px;
     line-height: 46px;
	font-family: "Century Gothic Bold";
	font-weight: normal;
	color: var(--text_color_primary);
}

/* Icons */
.icon_notify {
	margin-top: 15px;
	margin-bottom: 25px;
     width: 88px;
     height: 88px;
	margin-left: calc(50% - 44px);
     margin-right: calc(50% - 44px);
     border: 0px;
     transition: 0.5s;
}
.icon_warn {
	margin-top: 15px;
	margin-bottom: 25px;
     width: 88px;
     height: 88px;
	margin-left: calc(50% - 44px);
     margin-right: calc(50% - 44px);
     border: 0px;
     transition: 0.5s;
}
.icon_alert {
	margin-top: 15px;
	margin-bottom: 25px;
     width: 88px;
     height: 88px;
	margin-left: calc(50% - 44px);
     margin-right: calc(50% - 44px);
     border: 0px;
     transition: 0.5s;
}
.icon_theme {
     width: 36px;
     height: 36px;
     left: 17px;
     bottom: 20px;
     background-size: 36px 36px;
     background-repeat: no-repeat;
     transition: 0.5s;
     cursor: pointer;
     position: fixed;
     z-index: 333;
}
.icon_content_settings_options {
	top: 11px;
	right: 5px;
	width: 20px;
	height: 25px;
	background-position: center;
	background-image: radial-gradient(circle, var(--theme_color_primary) 1px, transparent 2px);
	background-size: 100% 33.33%;
	cursor: pointer;
	position: absolute;
	z-index: 1013;
}

/* Images */

.image_login {
	height: 25px;
	margin-top: 2px;
	margin-left: 45px;
	border: 0px;
}
.image_login_ad_graphics {
	height: 80px;
	margin-right:10px;
	margin-left: 10px;
	border: 0px;
}
.image_login_arrow {
	height: 18px;
	margin-top: 7px;
	border: 0px;
}
.image_login_reset {
	height: 18px;
	margin-top: 6px;
	margin-left: -1px;
	border: 0px;
}
.image_header_nav_icon {
     height: 20px;
     border: 0px;          
}
.image_header_nav_menu_icon {
     width: 20px;
     border: 0px;          
}
.image_icon_status_circle {
	width: 14px;
	height: 14px;
	margin-right: 3px;
	margin-bottom: -3px;
	border: 0px;
}
.image_icon_payment_method {
	height: 40px;
	margin-top: 10px;
	border: 0px;
}

/* Viewer Media Embed Types */

.viewer_image_attachment {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	border: 0px;
}
.viewer_audio_attachment {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
     align-items: center;
	border: 0px;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
}
.viewer_video_attachment {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
     align-items: center;
	border: 0px;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
}
.viewer_iframe_attachment {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
     align-items: center;
	border: 0px;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	font-size: 13px;
     line-height: 18px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	color: var(--text_color_primary);
}
.viewer_plaintext_attachment {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
     align-items: center;
	text-align: left;
	overflow: hidden;
	font-size: 13px;
     line-height: 18px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	color: var(--text_color_primary);
}

/* Form Inputs */

/* Hide input Spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}
input[type=number] {
    -moz-appearance:textfield; 
}

/* Form Inputs: Login */
input.login_input {
	width: 300px;
	height: 34px;
	padding-left: 5px;
	margin-bottom: 10px;
	line-height: 28px;
	vertical-align: middle;
	font-size: 15px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	border-radius: 3px;
	outline: none;
}
input.form_login {
	width: 90px;
	height: 30px;
	position: relative;
	margin-left: 10px;
	font-size: 15px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	line-height: 24px;
	border-radius: 3px;
	outline: none;
}
input.login_input_validate {
	width: 350px;
	height: 42px;
	padding-top: 7px;
	padding-left: 10px;
	margin-bottom: 10px;
	line-height: 42px;
	vertical-align: middle;
	font-size: 26px;
	font-family: "Inconsolata";
	font-weight: normal;
	letter-spacing: 31px;
	box-sizing: content-box;
	border: 0px;
	background-color: transparent;
	outline: none;
	position: absolute;
	overflow: hidden;
}
input.login_input_validate.off {
	caret-color: transparent;
}
.login_input_validate_mask_cell {
	width: 32px;
	height: 42px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 42px;
	font-size: 18px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	border-radius: 3px;
	float: left;
}
.login_input_validate_mask {
	width: auto;
	height: 42px;
	margin-top: 5px;
}
/* Form Inputs: Filters */
select.form_monthDay_select {
	padding-left: 0px;
	padding-top: -4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-padding-end: 12px;
    -moz-padding-end: 12px;
    -webkit-padding-start: 4px;
    -moz-padding-start: 4px;
    -webkit-padding-bottom: 8px;
    -moz-padding-bottom: 8px;
	background-position: center right 3px;
	background-repeat: no-repeat;
	background-size: 12px 8px;
	line-height: 16px;
	cursor: pointer;
	outline: none;
}
select.form_dateTime_select {
	padding-left: 4px;
	padding-top: -4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-padding-end: 12px;
    -moz-padding-end: 12px;
    -webkit-padding-start: 4px;
    -moz-padding-start: 4px;
    -webkit-padding-bottom: 8px;
    -moz-padding-bottom: 8px;
	background-position: bottom 4px right 0px;
	background-repeat: no-repeat;
	background-size: 10px;
	font-size: 15px;
	line-height: 16px;
	font-family: "Inconsolata";
	cursor: pointer;
	outline: none;
}
/* Form Inputs: Calendar */
select.calendar_selectNav {
	width: 55px;
	height: 20px;
	vertical-align: middle;
	margin-top: 11px;
	margin-left: 4px;
	margin-right: 5px;
	margin-bottom: 0px;
	background-color: transparent;
	font-size: 15px;
	font-family: "Inconsolata";
	font-weight: normal;
	line-height: 18px;
	border-radius: 1px solid transparent;
	outline: none;
}

/* Form Inputs: General */
input.general_admin {
	width: 190px;
	height: 33px;
	padding-left: 5px;
	line-height: 33px;
	vertical-align: middle;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	border-radius: 3px;
	outline: none;
}
input.general_admin.large {
	width: 540px;
}
input.general_admin.small {
	width: 70px;
}
input.general_admin.price {
	width: 80px;
	padding-left: 45px;
	background-position: left center;
	background-repeat: no-repeat;
}
textarea.general_admin {
	width: 190px;
	height: 64px;
	padding-left: 5px;
	line-height: 18px;
	vertical-align: middle;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	border-radius: 3px;
	outline: none;
}
textarea.general_admin.small {
	width: 90px;
	height: 42px;
}
select.general_admin {
	width: 199px;
	height: 37px;
	padding-left: 4px;
	padding-top: -5px;
	padding-inline-end: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-padding-inline-end: 20px;
    -moz-padding-inline-end: 20px;
    -webkit-padding-start: 4px;
    -moz-padding-start: 4px;
    -webkit-padding-bottom: 8px;
    -moz-padding-bottom: 8px;
	background-position: center right 3px;
	background-repeat: no-repeat;
	background-size: 12px 8px;
	line-height: 37px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}
select.general_admin.medium {
	width: 109px;
	height: 37px;
	padding-left: 4px;
	padding-top: -5px;
	padding-inline-end: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-padding-inline-end: 20px;
    -moz-padding-inline-end: 20px;
    -webkit-padding-start: 4px;
    -moz-padding-start: 4px;
    -webkit-padding-bottom: 8px;
    -moz-padding-bottom: 8px;
	background-position: center right 3px;
	background-repeat: no-repeat;
	background-size: 12px 8px;
	line-height: 37px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}
select.general_admin.small {
	width: 79px;
}
select[multiple].general_admin {
 	width: 485px;
	height: 96px;
	padding-left: 4px;
	padding-top: -5px;
	padding-inline-end: 20px;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
	-webkit-padding-inline-end: 20px;
    -moz-padding-inline-end: 20px;
    -webkit-padding-start: 4px;
    -moz-padding-start: 4px;
    -webkit-padding-bottom: 8px;
    -moz-padding-bottom: 8px;
	background-image: none;
	line-height: 37px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}
select[multiple].general_admin option {
	padding: 4px;
}
select[multiple].general_admin option:checked {
	padding: 4px;
	background-color: var(--theme_bg_highlight);
	color: var(--text_color_highlight);
}
select[multiple].general_admin:focus option:checked {
	background: var(--text_color_highlight) linear-gradient(0deg, var(--text_color_highlight) 0%, var(--text_color_highlight) 100%);
	background-color: var(--theme_bg_highlight);
	color: var(--text_color_highlight);
}

/* Form Inputs: Main Content Forms */
input.main_content {
	width: 612px;
	height: 33px;
	padding-left: 5px;
	box-sizing: border-box;
	line-height: 33px;
	vertical-align: middle;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	border-radius: 3px;
	outline: none;
}
input.main_content.medium {
	width: 300px;
}
input.main_content.number {
	width: 143px;
	box-sizing: border-box;
}
input.main_content.small {
	width: 75px;
	box-sizing: border-box;
}
input.main_content.x-small {
	width: 70px;
	margin-right: 32px;
}
input.main_content.small.right {
	margin-right: 0px;
}
input.main_content.small.align_right {
	padding-right: 5px;
	margin-right: 0px;
	text-align: right;
}
input.main_content.rates {
	width: 150px;
}
input.main_content.quantity {
	width: 25px;
	margin-right: 10px;
}
input.main_content.price {
	width: 143px;
	padding-left: 34px;
	background-position: left 4px center;
	background-repeat: no-repeat;
	background-size: 26px 26px;
}
input.main_content.price.right {
	margin-right: 0px;
}
input.main_content.detail {
	width: 40px;
	height: 26px;
	margin: 2px 5px 5px 0px;
}
textarea.main_content {
	width: 300px;
	height: 64px;
	padding-left: 5px;
	box-sizing: border-box;
	line-height: 18px;
	vertical-align: middle;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	border-radius: 3px;
	outline: none;
}
textarea.main_content.small {
	width: 50px;
	height: 42px;
}
select.main_content {
	width: 612px;
	height: 33px;
	padding-left: 4px;
	padding-top: -5px;
	padding-inline-end: 20px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-padding-inline-end: 20px;
	-moz-padding-inline-end: 20px;
	-webkit-padding-start: 4px;
	-moz-padding-start: 4px;
	-webkit-padding-bottom: 8px;
	-moz-padding-bottom: 8px;
	background-position: center right 3px;
	background-repeat: no-repeat;
	background-size: 12px 8px;
	line-height: 33px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}
select.main_content.full {
	width: 100%;
	height: 33px;
	padding-left: 4px;
	padding-top: -5px;
	padding-inline-end: 20px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-padding-inline-end: 20px;
	-moz-padding-inline-end: 20px;
	-webkit-padding-start: 4px;
	-moz-padding-start: 4px;
	-webkit-padding-bottom: 8px;
	-moz-padding-bottom: 8px;
	background-position: center right 3px;
	background-repeat: no-repeat;
	background-size: 12px 8px;
	line-height: 33px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}
select.main_content.medium {
	width: 300px;
	height: 33px;
	padding-left: 4px;
	padding-top: -5px;
	padding-inline-end: 20px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-padding-inline-end: 20px;
	-moz-padding-inline-end: 20px;
	-webkit-padding-start: 4px;
	-moz-padding-start: 4px;
	-webkit-padding-bottom: 8px;
	-moz-padding-bottom: 8px;
	background-position: center right 3px;
	background-repeat: no-repeat;
	background-size: 12px 8px;
	line-height: 33px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}
select[multiple].main_content {
 	width: 612px;
	height: 105px;
	padding-left: 4px;
	padding-top: -5px;
	padding-inline-end: 20px;
	box-sizing: border-box;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
	-webkit-padding-inline-end: 20px;
	-moz-padding-inline-end: 20px;
	-webkit-padding-start: 4px;
	-moz-padding-start: 4px;
	-webkit-padding-bottom: 8px;
	-moz-padding-bottom: 8px;
	background-image: none;
	line-height: 33px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}
select[multiple].main_content option {
	padding: 4px;
	box-sizing: border-box;
}
select.main_content.small {
	width: 213px;
}
select.main_content.plans {
	width: 135px;
}
.main_content.date {
	width: 51px;
	margin-right: 4px;
}

/* Form Inputs: Filters */
select.filters_admin {
	width: 229px;
	height: 37px;
	padding-left: 4px;
	padding-top: -5px;
	padding-inline-end: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-padding-inline-end: 20px;
	-moz-padding-inline-end: 20px;
	-webkit-padding-start: 4px;
	-moz-padding-start: 4px;
	-webkit-padding-bottom: 8px;
	-moz-padding-bottom: 8px;
	background-position: center right 3px;
	background-repeat: no-repeat;
	background-size: 12px 8px;
	line-height: 37px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}
select.filters_admin.small {
	width: 89px;
}

/* Form Inputs: Popup Settings Admin */
input.search_filters_admin {
	width: 476px;
	height: 33px;
	padding-left: 5px;
	line-height: 33px;
	vertical-align: middle;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	border-radius: 3px;
	outline: none;
}
input.search_filters_admin.medium {
	width: 241px;
}
input.search_filters_admin.small {
	width: 120px;
}
input.search_filters_admin.quantity {
	width: 80px;
	margin-right: 10px;
}
input.search_filters_admin.price {
	width: 80px;
	padding-left: 45px;
	background-position: left center;
	background-repeat: no-repeat;
}
input.search_filters_admin.price.right {
	margin-right: 0px;
}
textarea.search_filters_admin {
	width: 300px;
	height: 64px;
	padding-left: 5px;
	line-height: 18px;
	vertical-align: middle;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	border-radius: 3px;
	outline: none;
}
textarea.search_filters_admin.small {
	width: 130px;
	height: 42px;
}
select.search_filters_admin {
	width: 485px;
	height: 37px;
	padding-left: 4px;
	padding-top: -5px;
	padding-inline-end: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-padding-inline-end: 20px;
	-moz-padding-inline-end: 20px;
	-webkit-padding-start: 4px;
	-moz-padding-start: 4px;
	-webkit-padding-bottom: 8px;
	-moz-padding-bottom: 8px;
	background-position: center right 3px;
	background-repeat: no-repeat;
	background-size: 12px 8px;
	line-height: 37px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}
select[multiple].search_filters_admin {
 	width: 552px;
	height: 75px;
	padding-left: 4px;
	padding-top: -5px;
	padding-inline-end: 20px;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
	-webkit-padding-inline-end: 20px;
	-moz-padding-inline-end: 20px;
	-webkit-padding-start: 4px;
	-moz-padding-start: 4px;
	-webkit-padding-bottom: 8px;
	-moz-padding-bottom: 8px;
	background-image: none;
	line-height: 37px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}
select[multiple].search_filters_admin option {
   	padding: 4px;
}
select.search_filters_admin.medium {
	width: 270px;
}
select.search_filters_admin.small {
	width: 139px;
}
.search_filters_admin_file_container {
	height: 37px;
	line-height: 37px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
input[type=file].search_filters_admin::file-selector-button {
	height: 33px;
	background-color: var(--theme_bg_highlight);
	line-height: 33px;
     color: var(--text_color_highlight);
     border: 0px;
     border-right: 1px solid var(--input_border_on);
     padding: 0px 15px;
     margin-right: 20px;
     transition: .5s;
}
input[type=file].search_filters_admin::file-selector-button:hover {
	height: 33px;
     background-color: var(--theme_bg_highlight);
     border: 0px;
     border-right: 1px solid var(--input_border_on);
}

/* Form Inputs: Control Module Admin */
input.communications_center {
	width: 515px;
	height: 37px;
	padding-left: 5px;
	line-height: 37px;
	vertical-align: middle;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	border-radius: 3px;
	outline: none;
}
input.communications_center.message {
	width: 365px;
}
input.communications_center.filter {
	width: 264px;
}
input.communications_center_file_detail {
	width: 365px;
	height: 37px;
	padding-left: 5px;
	line-height: 37px;
	vertical-align: middle;
	box-sizing: border-box;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	background-color: var(--theme_bg_highlight);
     color: var(--text_color_primary);
	border: 1px solid var(--input_border_on);
	border-radius: 3px;
	outline: none;
}
textarea.communications_center {
	width: 515px;
	height: 100px;
	padding-left: 5px;
	line-height: 18px;
	vertical-align: middle;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	border-radius: 3px;
	outline: none;
}
textarea.communications_center.message {
	width: 365px;
}
textarea.communications_center.help_desk {
	width: 455px;
	height: 100px;
	padding-left: 5px;
	line-height: 18px;
	vertical-align: middle;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	border-radius: 3px;
	outline: none;
}
select.communications_center {
	width: 524px;
	height: 37px;
	padding-left: 4px;
	padding-inline-end: 20px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-padding-inline-end: 20px;
    	-moz-padding-inline-end: 20px;
    	-webkit-padding-start: 4px;
    	-moz-padding-start: 4px;
    	-webkit-padding-bottom: 8px;
    	-moz-padding-bottom: 8px;
	background-position: center right 3px;
	background-repeat: no-repeat;
	background-size: 12px 8px;
	line-height: 26px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}
select.communications_center.message {
	width: 365px;
}
select.communications_center.filter {
	width: 264px;
}
select[multiple].communications_center {
 	width: 524px;
	height: 75px;
	padding-left: 4px;
	padding-top: -5px;
	padding-inline-end: 20px;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
	-webkit-padding-inline-end: 20px;
    	-moz-padding-inline-end: 20px;
    	-webkit-padding-start: 4px;
    	-moz-padding-start: 4px;
    	-webkit-padding-bottom: 8px;
    	-moz-padding-bottom: 8px;
	background-image: none;
	line-height: 37px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}
select[multiple].communications_center option {
   	padding: 4px;
}
select[multiple].communications_center.message {
	width: 365px;
}
.communications_center_file_container {
	height: 37px;
	line-height: 37px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
input[type=file].communications_center_file_detail::file-selector-button {
	height: 33px;
	background-color: var(--theme_bg_highlight);
	line-height: 33px;
     color: var(--text_color_highlight);
     border: 0px;
     border-right: 1px solid var(--input_border_on);
     padding: 0px 15px;
     margin-right: 20px;
     transition: .5s;
}
input[type=file].communications_center_file_detail::file-selector-button:hover {
	height: 33px;
     background-color: var(--theme_bg_highlight);
     border: 0px;
     border-right: 1px solid var(--input_border_on);
}

/* Form Inputs: Record Creation Admin */
input.record_admin {
	width: 260px;
	height: 37px;
	padding-left: 5px;
	line-height: 37px;
	vertical-align: middle;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	border-radius: 3px;
	outline: none;
}
input.record_admin.medium {
	width: 181px;
}
input.record_admin.small {
	width: 143px;
	box-sizing: border-box;
}
input.record_admin.full {
	width: 100%;
	box-sizing: border-box;
}
input.record_admin.quantity {
	width: 50px;
	margin-right: 10px;
}
input.record_admin.price {
	width: 100px;
	padding-left: 45px;
	background-position: left center;
	background-repeat: no-repeat;
}
textarea.record_admin {
	width: 260px;
	height: 64px;
	padding-left: 5px;
	line-height: 18px;
	vertical-align: middle;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	border-radius: 3px;
	outline: none;
}
textarea.record_admin.small {
	width: 100px;
	height: 42px;
}
textarea.record_admin.full {
	width: 100%;
	box-sizing: border-box;
}
select.record_admin {
	width: 229px;
	height: 37px;
	padding-left: 4px;
	padding-top: -5px;
	padding-inline-end: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-padding-inline-end: 20px;
	-moz-padding-inline-end: 20px;
	-webkit-padding-start: 4px;
	-moz-padding-start: 4px;
	-webkit-padding-bottom: 8px;
	-moz-padding-bottom: 8px;
	box-sizing: border-box;
	background-position: center right 3px;
	background-repeat: no-repeat;
	background-size: 12px 8px;
	line-height: 37px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}
select.record_admin.country {
	width: 269px;
	height: 37px;
	padding-left: 4px;
	padding-top: -5px;
	padding-inline-end: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-padding-inline-end: 20px;
	-moz-padding-inline-end: 20px;
	-webkit-padding-start: 4px;
	-moz-padding-start: 4px;
	-webkit-padding-bottom: 8px;
	-moz-padding-bottom: 8px;
	background-position: center right 3px;
	background-repeat: no-repeat;
	background-size: 12px 8px;
	line-height: 37px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}
select.record_admin.region {
	width: 175px;
	height: 37px;
	padding-left: 4px;
	padding-top: -5px;
	padding-inline-end: 20px;
	margin-right: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-padding-inline-end: 20px;
	-moz-padding-inline-end: 20px;
	-webkit-padding-start: 4px;
	-moz-padding-start: 4px;
	-webkit-padding-bottom: 8px;
	-moz-padding-bottom: 8px;
	background-position: center right 3px;
	background-repeat: no-repeat;
	background-size: 12px 8px;
	line-height: 37px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}
select[multiple].record_admin.campaigns {
 	width: 330px;
	height: 65px;
	padding-left: 4px;
	padding-top: -5px;
	padding-inline-end: 20px;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
	-webkit-padding-inline-end: 20px;
	-moz-padding-inline-end: 20px;
	-webkit-padding-start: 4px;
	-moz-padding-start: 4px;
	-webkit-padding-bottom: 8px;
	-moz-padding-bottom: 8px;
	background-image: none;
	line-height: 37px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}
select.record_admin.small {
	width: 89px;
}
select.record_admin.products {
	width: 364px;
}
select.record_admin.full {
	width: 100%;
	min-width: 340px;
}
/* Form Inputs: Popup Settings Admin */
input.pop_settings_admin {
	width: 543px;
	height: 33px;
	padding-left: 5px;
	line-height: 33px;
	text-align: left;
	vertical-align: middle;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	border-radius: 3px;
	outline: none;
}
input.pop_settings_admin.medium {
	width: 241px;
}
input.pop_settings_admin.small {
	width: 120px;
}
input.pop_settings_admin.quantity {
	width: 80px;
	margin-right: 10px;
}
input.pop_settings_admin.price {
	width: 104px;
	padding-left: 34px;
	background-position: left 4px center;
	background-repeat: no-repeat;
	background-size: 26px 26px;
}
input.pop_settings_admin.price.right {
	margin-right: 0px;
}
textarea.pop_settings_admin {
	width: 300px;
	height: 64px;
	padding-left: 5px;
	line-height: 18px;
	vertical-align: middle;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	border-radius: 3px;
	outline: none;
}
textarea.pop_settings_admin.small {
	width: 130px;
	height: 42px;
}
textarea.pop_settings_admin.numbers {
	width: 230px;
	height: 330px;
}
select.pop_settings_admin {
	width: 552px;
	height: 37px;
	padding-left: 4px;
	padding-top: -5px;
	padding-inline-end: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-padding-inline-end: 20px;
    -moz-padding-inline-end: 20px;
    -webkit-padding-start: 4px;
    -moz-padding-start: 4px;
    -webkit-padding-bottom: 8px;
    -moz-padding-bottom: 8px;
	background-position: center right 3px;
	background-repeat: no-repeat;
	background-size: 12px 8px;
	line-height: 37px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}
select[multiple].pop_settings_admin {
 	width: 552px;
	height: 75px;
	padding-left: 4px;
	padding-top: -5px;
	padding-inline-end: 20px;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
	-webkit-padding-inline-end: 20px;
    -moz-padding-inline-end: 20px;
    -webkit-padding-start: 4px;
    -moz-padding-start: 4px;
    -webkit-padding-bottom: 8px;
    -moz-padding-bottom: 8px;
	background-image: none;
	line-height: 37px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}
select[multiple].pop_settings_admin option{
   padding: 4px;
}
select.pop_settings_admin.medium {
	width: 270px;
}
select.pop_settings_admin.small {
	width: 139px;
}
/* Form Inputs: Order Admin */
input.order_admin {
	width: 220px;
	height: 33px;
	padding-left: 5px;
	line-height: 33px;
	vertical-align: middle;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	border-radius: 3px;
	outline: none;
}
input.order_admin.medium {
	width: 181px;
}
input.order_admin.small {
	width: 80px;
}
input.order_admin.quantity {
	width: 50px;
	margin-right: 10px;
}
input.order_admin.price {
	width: 100px;
	padding-left: 45px;
	background-position: left 4px center;
	background-repeat: no-repeat;
	background-size: 26px 26px;
}
input.order_admin.card {
	width: 166px;
}
textarea.order_admin {
	width: 220px;
	height: 64px;
	padding-left: 5px;
	line-height: 18px;
	vertical-align: middle;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	border-radius: 3px;
	outline: none;
}
textarea.order_admin.small {
	width: 100px;
	height: 42px;
}
select.order_admin {
	width: 229px;
	height: 37px;
	padding-left: 4px;
	padding-top: -5px;
	padding-inline-end: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-padding-inline-end: 20px;
    -moz-padding-inline-end: 20px;
    -webkit-padding-start: 4px;
    -moz-padding-start: 4px;
    -webkit-padding-bottom: 8px;
    -moz-padding-bottom: 8px;
	background-position: center right 3px;
	background-repeat: no-repeat;
	background-size: 12px 8px;
	line-height: 37px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}
select[multiple].order_admin.campaigns {
 	width: 330px;
	height: 65px;
	padding-left: 4px;
	padding-top: -5px;
	padding-inline-end: 20px;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
	-webkit-padding-inline-end: 20px;
    -moz-padding-inline-end: 20px;
    -webkit-padding-start: 4px;
    -moz-padding-start: 4px;
    -webkit-padding-bottom: 8px;
    -moz-padding-bottom: 8px;
	background-image: none;
	line-height: 37px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}
select.order_admin.small {
	width: 89px;
}
select.order_admin.date {
	width: 100px;
}
select.order_admin.products {
	width: 364px;
}
/* Form Inputs: Collapsible */
input.collapsible_admin {
	width: 720px;
	height: 33px;
	padding-left: 5px;
	line-height: 33px;
	vertical-align: middle;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	border-radius: 3px;
	outline: none;
}
input.collapsible_admin.medium {
	width: 350px;
}
input.collapsible_admin.small {
	width: 150px;
	margin-right: 32px;
}
input.collapsible_admin.x-small {
	width: 140px;
	margin-right: 32px;
}
input.collapsible_admin.small.right {
	margin-right: 0px;
}
input.collapsible_admin.small.align_right {
	padding-right: 5px;
	margin-right: 0px;
	text-align: right;
}
input.collapsible_admin.quantity {
	width: 50px;
	margin-right: 10px;
}
input.collapsible_admin.price {
	width: 100px;
	padding-left: 45px;
	margin-right: 32px;
	background-position: left center;
	background-repeat: no-repeat;
}
input.collapsible_admin.price.right {
	margin-right: 0px;
}
input.collapsible_admin.detail {
	width: 80px;
	height: 26px;
	margin: 2px 5px 5px 0px;
}
textarea.collapsible_admin {
	width: 350px;
	height: 64px;
	padding-left: 5px;
	line-height: 18px;
	vertical-align: middle;
	font-size: 13px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	border-radius: 3px;
	outline: none;
}
textarea.collapsible_admin.small {
	width: 100px;
	height: 42px;
}
select.collapsible_admin {
	width: 729px;
	height: 37px;
	padding-left: 4px;
	padding-top: -5px;
	padding-inline-end: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-padding-inline-end: 20px;
    -moz-padding-inline-end: 20px;
    -webkit-padding-start: 4px;
    -moz-padding-start: 4px;
    -webkit-padding-bottom: 8px;
    -moz-padding-bottom: 8px;
	background-position: center right 3px;
	background-repeat: no-repeat;
	background-size: 12px 8px;
	line-height: 32px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}
select.collapsible_admin.medium {
	width: 359px;
	height: 37px;
	padding-left: 4px;
	padding-top: -5px;
	padding-inline-end: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-padding-inline-end: 20px;
    -moz-padding-inline-end: 20px;
    -webkit-padding-start: 4px;
    -moz-padding-start: 4px;
    -webkit-padding-bottom: 8px;
    -moz-padding-bottom: 8px;
	background-position: center right 3px;
	background-repeat: no-repeat;
	background-size: 12px 8px;
	line-height: 37px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}
select[multiple].collapsible_admin {
 	width: 729px;
	height: 105px;
	padding-left: 4px;
	padding-top: -5px;
	padding-inline-end: 20px;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
	-webkit-padding-inline-end: 20px;
    -moz-padding-inline-end: 20px;
    -webkit-padding-start: 4px;
    -moz-padding-start: 4px;
    -webkit-padding-bottom: 8px;
    -moz-padding-bottom: 8px;
	background-image: none;
	line-height: 37px;
	border-radius: 3px;
	cursor: pointer;
	outline: none;
}
select[multiple].collapsible_admin option {
	padding: 4px;
}
select.collapsible_admin.small {
	width: 188px;
}
select.collapsible_admin.plans {
	width: 270px;
}
.collapsible_admin.date {
	width: 102px;
	margin-right: 4px;
}
/* Script Builder */
textarea.script_builder_body {
	width: calc(100% - 42px);
	min-height: 450px; 
	resize: vertical;
	padding: 15px 20px 15px 20px;
	text-align: left;
	font-family: "Century Gothic Regular";
	font-size: 13px;
	font-weight: normal;
	color: var(--text_color_primary);
	background-color: var(--content_utility_bg);
	border: 1px solid var(--theme_color_secondary);
	border-radius: 3px;
}

/* Buttons */

.button_clear {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
     text-align: inherit;
	webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: underline;
     background-color: transparent;
     background-repeat: no-repeat;
     border: none;
     cursor: pointer;
     overflow: hidden;
     outline: none;
}

.button_login {
	min-width: 114px;
	min-height: 28px;
     margin-top: 10px;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 15px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	line-height: 28px;
     text-align: center;
	webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.button_login:hover {
     cursor: pointer;
}
.button_login.signup {
     margin-left: 536px;
}
.button_download {
	width: auto;
	height: 17px;
	padding: 0px 0px 0px 26px;
	font-size: 12px;
	font-family: "Century Gothic Bold";
	font-weight: normal;
	line-height: 17px;
     text-align: left;
	text-decoration: none;
	color: var(--text_color_highlight);
	webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color:  transparent;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	border: 0px;
	cursor: pointer;
}
.button_download.reports {
	margin: 0px 0px 0px 0px;
}
.button_download.activity {
	margin: 0px 0px 0px 70px;
}
.button_download.audio {
	padding: 0px 0px 0px 30px;
	margin: 15px 0px 0px 10px;
}
.button_download.attachments {
	height: 11px;
	margin: 2px 0px 2px 10px;
	padding: 0px 0px 0px 16px;
	font-size: 11px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	line-height: 11px;
}
.button_viewer {
	width: auto;
	height: 17px;
	padding: 0px 0px 0px 26px;
	font-size: 12px;
	font-family: "Century Gothic Bold";
	font-weight: normal;
	line-height: 17px;
     text-align: left;
	text-decoration: none;
	color: var(--text_color_highlight);
	webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color:  transparent;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	border: 0px;
	cursor: pointer;
}
.button_viewer.attachments {
	height: 11px;
	margin: 2px 10px 2px 0px;
	padding: 0px 0px 0px 20px;
	font-size: 11px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	line-height: 11px;
}
.button_admin_general {
	height: 28px;
	display: inline-block;
	position: relative;
	padding: 0px 15px 0px 15px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	font-size: 12px;
	line-height: 28px;
	color: var(--text_color_button_utility);
	background-color: var(--button_utility_select);
     text-align: center;
	webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 3px;
	border-bottom: 1px solid var(--button_utility_select_border);
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.button_admin_general:hover {
	filter: brightness(125%);
}
.button_admin_general.add {
	padding-left: 32px;
	color: var(--text_color_link);
	background-color: var(--theme_bg_primary);
	font-size: 14px;
     text-align: left;
	border-radius: 0px;
	background-size: 24px 24px;
	background-position: left center;
	background-repeat: no-repeat;
	border: 0px;
}
.button_admin_general.search {
	padding-left: 32px;
	color: var(--text_color_link);
	background-color: var(--theme_bg_primary);
	font-size: 14px;
     text-align: left;
	border-radius: 0px;
	background-size: 24px 24px;
	background-position: left center;
	background-repeat: no-repeat;
	border: 0px;
}
.button_search_filters_submit {
	display: inline-block;
	position: relative;
	padding: 0px 20px 0px 20px;
	font-family: "Century Gothic Regular";
	font-weight: bold;
	font-size: 14px;
	line-height: 36px;
     text-align: center;
	color: var(--text_color_button_utility);
	background-color: var(--button_utility_select);
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 3px;
	border: 1px solid var(--button_utility_select_border);
	cursor: pointer;
}
.button_communications_center_submit {
	display: inline-block;
	position: relative;
	padding: 0px 20px 0px 20px;
	font-family: "Century Gothic Regular";
	font-weight: bold;
	font-size: 14px;
	line-height: 36px;
     text-align: center;
	color: var(--text_color_button_utility);
	background-color: var(--button_utility_select);
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 3px;
	border: 1px solid transparent;
	cursor: pointer;
}
.button_communications_center_close {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 5px;
	right: 5px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
     text-align: center;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.3s ease 0s;
	float: left;
	cursor: pointer;
}
.button_settings_select_options_lines {
	margin-top: -34px;
	margin-left: calc(var(--content_utility_select_width_main_small) + 23px);
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: none;
	position: absolute;
	float: left;
	z-index: 1003;
}
.button_settings_select_options_top {
	display: inline-block;
	position: relative;
	padding: 0px 10px 0px 12px;
	font-family: "Century Gothic Regular";
	font-weight: bold;
	color: var(--text_color_button_utility);
	background-color: var(--button_utility_select);
     text-align: center;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-top-right-radius: 3px;
	border-bottom: 1px solid var(--button_utility_select_border);
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.button_settings_select_options_middle {
	display: inline-block;
	position: relative;
	padding: 0px 10px 0px 12px;
	font-family: "Century Gothic Regular";
	font-weight: bold;
	color: var(--text_color_button_utility);
	background-color: var(--button_utility_select);
     text-align: center;
	webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-bottom: 1px solid var(--button_utility_select_border);
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.button_settings_select_options_bottom {
	display: inline-block;
	position: relative;
	padding: 0px 10px 0px 12px;
	font-family: "Century Gothic Regular";
	font-weight: bold;
	color: var(--text_color_button_utility);
	background-color: var(--button_utility_select);
     text-align: center;
	webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.button_content_utility_submit {
     margin-top: 15px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	line-height: 34px;
     text-align: center;
	webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.button_content_utility_save {
     margin-top: 0px;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	line-height: 34px;
     text-align: center;
	webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.button_content_utility_save.full {
     width: 100%;
}
.button_content_utility_save.edit {
     margin-top: 45px;
}
.button_content_utility_save.rates {
     margin-top: 32px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	line-height: 29px;
}
.button_content_utility_generate {
     margin-top: 15px;
	position: relative;
	padding-left: 35px;
	padding-right: 15px;
	font-size: 14px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	line-height: 34px;
     text-align: center;
	webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	background-repeat: no-repeat;
	background-position: left 10px center;
	cursor: pointer;
}
.button_content_utility_cancel {
     margin-top: 15px;
	margin-right: 25px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	line-height: 34px;
     text-align: center;
	webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.button_content_utility_select {
	color: var(--text_color_button_utility);
	webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: var(--button_utility_select);
	border-radius: 3px;
	display: inline-block;
	transition: all 0.3s ease 0s;
	float: left;
}
.button_content_utility_select.right {
	float: right;
}
.button_content_utility_select.add {
	margin-top: -6px;
}
.button_content_utility_select.filter {
	margin-top: -40px;
}
.button_content_utility_select:hover {
	filter: brightness(125%);
}
.button_content_utility_select_main {
	display: inline-block;
	position: relative;
	padding: 0px 10px 0px 12px;
	font-family: "Century Gothic Regular";
	font-weight: bold;
     text-align: center;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	float: left;
	z-index: 1001;
}
.button_content_utility_select_arrow {
	display: inline-block;
	margin-left: 1px;
	position: relative;
	padding: 0px 0px 0px 0px;
     background-repeat: no-repeat;
	background-position: center;
     text-align: center;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
	border-left: 1px solid #000000;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	float: left;
}
.button_content_utility_select_options {
	margin-left: calc(var(--content_utility_select_width_main_regular) + 23px);
	display: none;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	float: left;
	z-index: 1003;
}
.button_content_utility_select_options_settings_wrapper {
	margin-top: -23px;
	right: calc(var(--content_utility_select_width_main_settings) - calc(var(--content_utility_select_width_main_settings) - 26px));
	display: none;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	float: left;
	z-index: 1003;
}
.button_content_utility_select_options_order {
	margin-top: -34px;
	margin-left: calc(var(--content_utility_select_width_main_regular) + 23px);
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
	display: none;
	position: absolute;
	float: left;
	z-index: 1003;
}
.button_content_utility_select_options_lines {
	margin-top: -34px;
	margin-left: calc(var(--content_utility_select_width_main_small) + 23px);
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
	display: none;
	position: absolute;
	float: left;
	z-index: 1003;
}
.button_content_utility_select_options_settings_top {
	display: inline-block;
	position: relative;
	padding: 0px 10px 0px 12px;
	text-indent: 20px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	color: var(--text_color_button_utility);
	background-color: var(--button_utility_select);
     text-align: left;
	webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom: 1px solid var(--button_utility_select_border);
	background-position: center left 12px;
	background-repeat: no-repeat;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.button_content_utility_select_options_settings_middle {
	display: inline-block;
	position: relative;
	padding: 0px 10px 0px 12px;
	text-indent: 20px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	color: var(--text_color_button_utility);
	background-color: var(--button_utility_select);
     text-align: left;
	webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-bottom: 1px solid var(--button_utility_select_border);
	background-position: center left 12px;
	background-repeat: no-repeat;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.button_content_utility_select_options_settings_bottom {
	display: inline-block;
	position: relative;
	padding: 0px 10px 0px 12px;
	text-indent: 20px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	color: var(--text_color_button_utility);
	background-color: var(--button_utility_select);
     text-align: left;
	webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-position: center left 12px;
	background-repeat: no-repeat;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.button_content_utility_select_options_top {
	display: inline-block;
	position: relative;
	padding: 0px 10px 0px 12px;
	font-family: "Century Gothic Regular";
	font-weight: bold;
	color: var(--text_color_button_utility);
	background-color: var(--button_utility_select);
     text-align: center;
	webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-top-right-radius: 3px;
	border-bottom: 1px solid var(--button_utility_select_border);
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.button_content_utility_select_options_middle {
	display: inline-block;
	position: relative;
	padding: 0px 10px 0px 12px;
	font-family: "Century Gothic Regular";
	font-weight: bold;
	color: var(--text_color_button_utility);
	background-color: var(--button_utility_select);
     text-align: center;
	webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-bottom: 1px solid var(--button_utility_select_border);
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.button_content_utility_select_options_bottom {
	display: inline-block;
	position: relative;
	padding: 0px 10px 0px 12px;
	font-family: "Century Gothic Regular";
	font-weight: bold;
	color: var(--text_color_button_utility);
	background-color: var(--button_utility_select);
     text-align: center;
	webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.button_content_utility_select_main_regular {
	width: var(--content_utility_select_width_main_regular);
	height:  var(--content_utility_select_height_regular);
	font-size: var(--content_utility_select_font_size_regular);
	line-height: var(--content_utility_select_height_regular);
	font-family: "Century Gothic Regular";
	font-weight: normal;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
}
.button_content_utility_select_arrow_regular {
	width: var(--content_utility_select_width_arrow_regular);
	height: var(--content_utility_select_height_regular);
	background-size: calc(var(--content_utility_select_height_regular) / 2);
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
}
.button_content_utility_select_options_regular {
	width: var(--content_utility_select_width_options_regular);
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
}
.button_content_utility_select_options_regular:hover {
	filter: brightness(125%);
}
.button_content_utility_select_main_small {
	width: var(--content_utility_select_width_main_small);
	height:  var(--content_utility_select_height_small);
	font-size: var(--content_utility_select_font_size_small);
	line-height: var(--content_utility_select_height_small);
	font-family: "Century Gothic Regular";
	font-weight: normal;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
}
.button_content_utility_select_arrow_small {
	width: var(--content_utility_select_width_arrow_small);
	height: var(--content_utility_select_height_small);
	background-size: calc(var(--content_utility_select_height_small) / 2);
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.button_content_utility_select_options_small {
	width: var(--content_utility_select_width_options_small);
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
}
.button_content_utility_select_options_small:hover {
	filter: brightness(125%);
}
.button_content_utility_select_main_settings {
	width: var(--content_utility_select_width_main_settings);
	height:  var(--content_utility_select_height_settings);
	font-size: var(--content_utility_select_font_size_settings);
	line-height: var(--content_utility_select_height_settings);
	font-family: "Century Gothic Regular";
	font-weight: normal;
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
}
.button_content_utility_select_options_settings {
	width: var(--content_utility_select_width_options_settings);
	-webkit-user-select: none; 
	-ms-user-select: none;
	user-select: none;
}
.button_content_utility_select_options_settings:hover {
	filter: brightness(125%);
}
.button_content_utility_popup_close {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 5px;
	right: -35px;
	background-color: var(--content_utility_bg);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center;
     text-align: center;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	float: left;
	cursor: pointer;
}
.button_content_utility_popup_close.small {
	width: 20px;
	height: 20px;
	top: 5px;
	right: 5px;
	background-size: 18px;
	float: right;
}
.button_content_utility_popup_alert {
	width: 180px;
     margin-top: 30px;
	margin-bottom: 25px;
	margin-left: calc(50% - 90px);
	margin-right: calc(50% - 90px);
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	line-height: 34px;
     text-align: center;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.button_content_utility_popup_submit {
     margin-top: 15px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	line-height: 34px;
     text-align: center;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.button_content_utility_popup_confirm {
     margin-top: 15px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	line-height: 34px;
     text-align: center;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.button_content_utility_popup_cancel {
     margin-top: 15px;
	margin-right: 25px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	line-height: 34px;
     text-align: center;
	webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.button_content_utility_import_submit {
     top: 15px;
	right: 15px;
	padding: 0px 15px 0px 15px;
	position: absolute;
	color: var(--text_color_button_utility);
	background-color: var(--button_utility_select);
	font-size: 14px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	line-height: 34px;
     text-align: center;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid var(--button_utility_select_border);
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.button_content_utility_import_submit.products_import {
     top: 45px;
}
.button_content_utility_numbers_submit {
     margin-top: 15px;
	padding: 0px 15px 0px 15px;
	position: relative;
	color: var(--text_color_button_utility);
	background-color: var(--button_utility_select);
	font-size: 14px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	line-height: 34px;
     text-align: center;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid var(--button_utility_select_border);
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.button_content_utility_popup_plans_confirm {
     margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	padding-left: 45px;
	padding-right: 30px;
	font-size: 14px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	line-height: 34px;
     text-align: center;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: left 20px center;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.button_content_utility_new_order_submit {
     margin-top: 15px;
	margin-right: 15px;
	position: relative;
	padding-left: 45px;
	padding-right: 45px;
	font-size: 14px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	line-height: 34px;
     text-align: center;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.button_content_utility_new_order_cancel {
     margin-top: 15px;
	margin-left: 35px;
	margin-right: 55px;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	line-height: 34px;
     text-align: center;
	webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.button_communications_center_ticket_status {
     margin-top: 0px;
	margin-right: 0px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
	line-height: 18px;
     text-align: center;
	webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 3px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}

/* Custom Elements */

/* Toggle Mask Checkbox */
.elements_toggle_mask_view {
	display: inline-block;
     pointer-events: auto;
	background-repeat: no-repeat;
	background-size: auto;
     cursor: pointer;
}
.elements_toggle_mask_view.login {
	width: 20px;
	height: 20px;
	margin-top: 41px;
     margin-bottom: -13px;
     margin-left: 280px;
	position: absolute;
}
.elements_toggle_mask_view.signup {
	width: 20px;
	height: 20px;
	margin-top: 41px;
     margin-bottom: -13px;
     margin-left: 280px;
	position: absolute;
}
.elements_toggle_mask_view.main_content {
	width: 20px;
	height: 20px;
	margin-top: 13px;
     margin-bottom: -31px;
     margin-left: 585px;
}
.elements_toggle_mask_view.collapsible_large {
	width: 20px;
	height: 20px;
	margin-top: 13px;
     margin-bottom: -33px;
     margin-left: 700px;
}

/* Toggle Switch */
.elements_toggle_switch {
     position: relative;
     display: inline-block;
}
.elements_toggle_switch.large {
     width: 60px;
     height: 34px;
}
.elements_toggle_switch.medium {
     width: 46px;
     height: 26px;
}
.elements_toggle_switch.small {
     width: 28px;
     height: 16px;
}
.elements_toggle_switch input {
     opacity: 0;
     width: 0;
     height: 0;
}
.elements_toggle_switch_slider {
     position: absolute;
     cursor: pointer;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: var(--toggle_switch_bg_off);
     -webkit-transition: .4s;
     transition: .4s;
     border-radius: 3px;
}
.elements_toggle_switch_slider .large {
     border-radius: 3px;
}
.elements_toggle_switch_slider .medium {
     border-radius: 3px;
}
.elements_toggle_switch_slider .small {
     border-radius: 3px;
}
.elements_toggle_switch_slider:before {
     position: absolute;
     content: "";
     background-color: var(--toggle_switch_slider_off);
     -webkit-transition: .4s;
     transition: .4s;
     border-radius: 3px;
}
.elements_toggle_switch_slider.large:before {
     height: 26px;
     width: 26px;
     left: 4px;
     bottom: 4px;
}
.elements_toggle_switch_slider.medium:before {
     height: 20px;
     width: 20px;
     left: 3px;
     bottom: 3px;
}
.elements_toggle_switch_slider.small:before {
     height: 12px;
     width: 12px;
     left: 2px;
     bottom: 2px;
}
input:checked + .elements_toggle_switch_slider {
 	background-color: var(--toggle_switch_bg_on);
}
input:focus + .elements_toggle_switch_slider {
 	box-shadow: 0 0 1px var(--toggle_switch_bg_on);
}
input:checked + .elements_toggle_switch_slider:before {
	background-color: var(--toggle_switch_slider_on);
}
input:checked + .elements_toggle_switch_slider.large:before {
     -webkit-transform: translateX(26px);
     -ms-transform: translateX(26px);
     transform: translateX(26px);
}
input:checked + .elements_toggle_switch_slider.medium:before {
     -webkit-transform: translateX(20px);
     -ms-transform: translateX(20px);
     transform: translateX(20px);
}
input:checked + .elements_toggle_switch_slider.small:before {
     -webkit-transform: translateX(12px);
     -ms-transform: translateX(12px);
     transform: translateX(12px);
}

/* Check Box */
.elements_checkbox_container {
     display: block;
     position: relative;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
.elements_checkbox_container.large {
     padding-left: 35px;
     margin-bottom: 20px;
}
.elements_checkbox_container.medium {
     padding-left: 30px;
     margin-bottom: 15px;
}
.elements_checkbox_container.small {
     padding-left: 25px;
     margin-bottom: 10px;
}
.elements_checkbox_container.x-small {
     padding-left: 16px;
     margin-bottom: 10px;
}
.elements_checkbox_container input {
     position: absolute;
     opacity: 0;
     cursor: pointer;
     height: 0;
     width: 0;
}
.elements_checkbox_checkmark {
     position: absolute;
     top: 0;
     left: 0;
     background-color: var(--checkbox_bg_off);
     border: 2px solid var(--checkbox_border_off);
}
.elements_checkbox_checkmark.large {
     height: 25px;
     width: 25px;
	border-radius: 3px;
}
.elements_checkbox_checkmark.medium {
     height: 20px;
     width: 20px;
	border-radius: 3px;
}
.elements_checkbox_checkmark.small {
     height: 15px;
     width: 15px;
	border-radius: 3px;
}
.elements_checkbox_checkmark.x-small {
     height: 8px;
     width: 8px;
	border-radius: 3px;
}
.elements_checkbox_container:hover input ~ .elements_checkbox_checkmark {
  	background-color: var(--checkbox_bg_off);
	border: 2px solid var(--checkbox_border_off);
}
.elements_checkbox_container input:checked ~ .elements_checkbox_checkmark {
  	background-color: var(--checkbox_bg_on);
	border: 2px solid var(--checkbox_border_on);
}
.elements_checkbox_checkmark:after {
     content: "";
     position: absolute;
     display: none;
}
.elements_checkbox_container input:checked ~ .elements_checkbox_checkmark:after {
 	display: block;
}
.elements_checkbox_container .elements_checkbox_checkmark:after {
     border: solid var(--checkbox_check_mark);
     border-width: 0 3px 3px 0;
     border-radius: 1px;
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
}
.elements_checkbox_container .elements_checkbox_checkmark.large:after {
     left: 8px;
     top: 3px;
     width: 7px;
     height: 12px;
}
.elements_checkbox_container .elements_checkbox_checkmark.medium:after {
     left: 6px;
     top: 3px;
     width: 5px;
     height: 9px;
}
.elements_checkbox_container .elements_checkbox_checkmark.small:after {
     left: 4px;
     top: 1px;
     width: 4px;
     height: 7px;
}
.elements_checkbox_container .elements_checkbox_checkmark.x-small:after {
     left: 4px;
     top: 1px;
     width: 4px;
     height: 7px;
}

/* Graphs & Charts */

/* Radial Graph */
.content_item_graph_radial_arc {
	width: 109px;
     height: 90px;
     text-align: center;
}
.content_item_graph_radial_arc_details {
	width: 132px;
	height: 112px;
	box-sizing: border-box;
	padding-top: 20px;
	font-size: 13px;
	font-family: "Century Gothic Bold";
	font-weight: normal;
	line-height: 27px;
     text-align: left;
	color: var(--text_color_primary);
	webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: left;
}
.content_item_graph_radial_arc_details.subject {
	width: 102px;
	height: 15px;
	padding: 0px;
	font-size: 12px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
     text-align: left;
	color: var(--text_color_highlight);
	line-height: 15px;
	float: left;
}
.content_item_graph_radial_arc_details.score {
	width: 30px;
	height: 15px;
	padding: 0px;
	font-size: 12px;
	font-family: "Century Gothic Regular";
	font-weight: normal;
     text-align: right;
	color: var(--text_color_highlight);
	line-height: 15px;
	float: left;
}


.parent {
     width: 95%;
     margin-top: 80px;
     position: absolute;
     display: flex;
     flex-direction: horizontal;
     justify-content: space-between;
}
