body {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
}
a {
	cursor: pointer;
}

.block {
	display: block;
}

.separator-line::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,0.1);
}

hr.horizontalEndFade { /* for hr tags with fading */
	border: 0;
	height: 1px;
	margin: 10px;
	background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

::-webkit-input-placeholder {
   color: #ddd;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ddd;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ddd;
}

:-ms-input-placeholder {
   color: #ddd;
}

.ui-datepicker {
	z-index: 999999 !important;
 }

.rightGrayBorder {
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	-moz-border-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #aaaaaa, #aaaaaa, rgba(0, 0, 0, 0)) 1 100%;
	-webkit-border-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(33.33333%, #aaaaaa), color-stop(66.66667%, #aaaaaa), color-stop(100%, rgba(0, 0, 0, 0))) 1 100%;
	-webkit-border-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #aaaaaa, #aaaaaa, rgba(0, 0, 0, 0)) 1 100%;
	-o-border-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #aaaaaa, #aaaaaa, rgba(0, 0, 0, 0)) 1 100%;
	border-image: linear-gradient(top, rgba(0, 0, 0, 0), #aaaaaa, #aaaaaa, rgba(0, 0, 0, 0)) 1 100%;
}

.slidein-button {
	padding: 3px;
	margin-right: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.ui-button-text .icon-magnify, .ui-button-text .icon-add-plus, .ui-button-text .icon-add-multi, .ui-state-default .icon-magnify, .ui-state-default .icon-add-plus, .ui-state-default .icon-add-multi, .ui-state-default .icon-handshake, .ui-state-default .icon-handadd, .ui-state-default .icon-refresh, .ui-state-default .icon-pencil, .ui-state-default .icon-delete, .ui-state-default .icon-print, .ui-state-default .icon-globe, .ui-state-default .icon-workflow, .ui-state-default .icon-import, .ui-state-default .icon-group, .ui-state-default .icon-globe, .ui-state-default .icon-social, .ui-state-default .icon-person, .ui-state-default .icon-unsubscribe, .ui-state-default .icon-conversion-add, .ui-state-default .icon-star-plus, .ui-state-default .icon-invoice-add, .ui-state-default .icon-email, .ui-state-default .icon-file-add, .ui-state-default .icon-eye, .ui-state-default .icon-tool, .ui-state-default .icon-edit, .ui-state-default .icon-stack, .ui-state-default .icon-gear
{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0px;
}
.ui-state-default .icon-add-plus, .ui-state-default .icon-add-multi, .ui-state-default .icon-handadd, .ui-state-default .icon-workflow-add, .ui-state-default .icon-file-add, .ui-state-default .icon-star-plus, .ui-state-default .icon-invoice-add, .ui-state-default .icon-conversion-add
{
	color: green;
}
.ui-state-default .icon-add-plus:hover, .ui-state-default .icon-add-multi:hover, .ui-state-default .icon-handadd:hover, .ui-state-default .icon-workflow-add:hover, .ui-state-default .icon-file-add:hover, .ui-state-default .icon-star-plus:hover, .ui-state-default .icon-invoice-add:hover, .ui-state-default .icon-conversion-add:hover
{
	color: lightgreen !important;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.ui-state-default .icon-delete, .ui-state-gray .icon-delete
{
	color: darkred;
}
.ui-state-default .icon-delete:hover, .ui-state-gray .icon-delete:hover
{
	color: red;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.icon-eye
{
	vertical-align: middle;
}
.showProjectName .icon-projects, .editProjectName .icon-projects
{
	vertical-align: middle;
	margin-bottom: 1px;
	text-decoration: none !important;
	display: inline-block;
}

#dashboardNotificationsList li
{
	padding: 2px;
	margin: 5px;
}
#dashboardNotificationsList .ui-state-green
{
	font-weight: normal !important;
}

#dashboardNewsFeed h1
{
	margin: 10px 0px;
}
#dashboardRecentActions h1
{
	margin: 15px 0px;
}


/* CSS glows */
.redGlow {
	box-shadow: 0px 0px 20px #c0453c !important;
}


/* datatables plugin custom styling */
.datatables-top {
	margin: 5px;
	display: inline-block;
	clear: both;
	width: 100%;
	font-size: 14px;
}
.dataTable .even {
	background-color: #f0f1f4;
}
.dataTable .even:hover {
	background-color: #fcfcfc;
}
.dataTable .odd {
	background-color: #e4e5e8;
}
.dataTable .odd:hover {
	background-color: #fcfcfc;
}

.dataTables_filter {
	font-size: 14px;
}

.dataTables_filter input {
	font-size: 14px;
	padding: 5px;
}
.dataTables_length select {
  background-color: #f4f5f8;
  font-size: 14px;
  border: 1px solid #d4d5d8;
  overflow: visible;
  transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
	color: #484846;
}




/* Dashboard - News Feed - Overdue Activities */
#dashboardOverdueActivities
{
	list-style-type: none;
	font-size: 0.9em;
	line-height: 150%;
	max-height: 275px;
	overflow: auto;
	margin-left: -10px;
	padding-left: 10px;
}
#dashboardOverdueActivities .dashboardNotificationItem
{
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
#dashboardOverdueActivities .icon-handshake
{
	float: left;
	clear: both;
	margin-top: 10px;
	color: #fff;
	background-color: #c0453c;
	font-size: 18px;
	padding: 10px;
	border-radius: 50%;
	height: 18px;
	width: 18px;
	text-align: center;
	border-thickness: 0px;
}
@media screen and (max-width : 1500px){
	#dashboardOverdueActivities .icon-handshake { padding:5px;}
}

#dashboardOverdueActivities .dashboardNewsFeedOverdueActivityActivity, #dashboardComingActivities .dashboardNewsFeedComingActivityActivity
{
	color: #000;
}
#dashboardOverdueActivities .dashboardNewsFeedOverdueActivityNotes, #dashboardComingActivities .dashboardNewsFeedComingActivityNotes
{
	color: #555;
}
.dashboardNewsFeedOverdueActivityName
{
	color: #125b9a;
}


/* Dashboard - News Feed - Coming Activities */
#dashboardComingActivities
{
	list-style-type: none;
	font-size: 0.9em;
	line-height: 150%;
	max-height: 275px;
	overflow: auto;
}
#dashboardComingActivities .dashboardNotificationItem
{
	float: left;
	margin-bottom: 10px;
}
#dashboardComingActivities .dashboardNotificationItem span
{
	vertical-align: middle;
}
#dashboardComingActivities .icon-handshake
{
	float: left;
	clear: both;
	margin-top: 10px;
	color: #fff;
	font-size: 18px;
}

#dashboardComingActivities .yellowDot
{
	padding: 10px;
	border-radius: 50%;
	height: 18px;
	width: 18px;
	text-align: center;
	background-color: #f0ad4e;
}
#dashboardComingActivities .greenDot
{
	padding: 10px;
	border-radius: 50%;
	height: 18px;
	width: 18px;
	text-align: center;
	background-color: #5cb85c;
}
.dashboardNewsFeedOverdueActivityGroupNoAccess {
	color: #c0453c;
}

.dashboardActivityPriorityFlag {
	float: right;
	margin-top: 5px;
	margin-bottom: -20px;
	z-index: 999;
	cursor: pointer;
	font-size: 14px;
}


/* Dashboard - News Feed - Recent Actions */
#dashboardRecentActions
{
	list-style-type: none;
	font-size: 0.9em;
	line-height: 150%;
}
#dashboardRecentActions .dashboardNotificationItem
{
	float: left;
	margin-bottom: 10px;
}
#dashboardRecentActions .dashboardNotificationItem span
{
	vertical-align: middle;
}
#dashboardRecentActions .icon-focus
{
	float: left;
	clear: both;
	margin-top: 6px;
	font-size: 15px;
	padding: 10px;
	border-radius: 50%;
	background-color: #428bca;
	color: #fff;
	height: 15px;
	width: 15px;
	text-align: center;
}
#dashboardRecentActions .dashboardRecentActivityDate
{
	color: #333;
}
#dashboardRecentActions .dashboardRecentActivityWho
{
	font-weight: normal;
}

#twitterWrapper
{
	margin-top: 10px;
}

.helpWidget
{
	padding: 0px 10px 10px 10px;
	display: none;
	z-index: 2;
	position: absolute;
	background: #d7e6f9 !important;
 	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
 	font-size: 12px;
 	font-weight: normal;
 	line-height: 18px;
 	text-transform: none;
}
.helpWidget .ui-widget-header
{
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px dotted;
	padding: 5px 0px 5px 0px;
}
.helpWidget h6
{
	text-align: center;
	margin-bottom: 10px;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
.ui-widget-header .icon-play
{
	vertical-align: middle;
	text-decoration: none;
}

.tag
{
	color: #1e5188;
	font-size: 10px;
	font-style: italic;
	white-space: nowrap;
	background-color: #fff;
	border: solid 1px #1e5188;
	padding: 2px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}

.box
{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

#widgetSelector
{
	z-index: 99999;
}

#helpContent ul
{
	list-style-type: disc;
	margin: 10px;
	padding-left: 10px;
}



/* Styles for help icons */

.help_icon {
    cursor: pointer;
    background-image: url('/app2/images/help16.png');
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size:	100%;
}

.help_icon_small {
    cursor: pointer;
    background-image: url('/app2/images/help12.png');
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size:	100%;
}

.help_icon_show {
    cursor: pointer;
    background-image: url('/app2/images/help16.png');
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size:	100%;
}

#emailToPlayersList
{
	background-color: #f0f0f0;
	border: 1px solid #333;
	width: 90%;
	margin: 10px 5% 10px 5%;
	height: 250px;
	overflow: auto;
	scrollbar-face-color: blue;
}

.cke_icon
{
	background-color: transparent !important;
}
.cke_dialog_body
{
	box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15) !important;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15) !important;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15) !important;
}
.cke_dialog_title
{
	background-color: #428bca !important;
	color: #fff !important;
	font-size: 16px !important;
}
.cke_dialog_contents_body
{
	padding-top: 0px !important;
}

/* Confirm dialog */
#acknowledgeDialog,
#confirmDialog
{
	overflow: hidden;
	overflow-y: auto;
}

#acknowledgeDialog,
#confirmDialog p
{
	font-size: 14px;
}


#addNewMediaInstructionOverlay
{
	top: 16px;
	right: 30px;
	width: 220px;
	padding: 10px;
	display: table;
}

/* Captions */
.caption {
	position: absolute;
	padding: 5px;
	right: 21px;
	bottom: 95px;
	width: 150px;
	height: 112px;
	z-index: 10;
	border-radius: 4px;
	border: 1px solid #ccc;
	box-shadow: 2px 3px 4px 1px #c2c2c2;
	background-color: #fff;
	font-size: 18px;
	text-align: center;
}

.caption-bottom-right:before {
	position: absolute;
	content: ' ';
	width: 0;
	height: 0;
	right: 25px;
	bottom: -30px;
	border: 15px solid;
	border-color: #ccc #ccc transparent transparent;
}

.caption-bottom-right:after {
	position: absolute;
	content: ' ';
	width: 0;
	height: 0;
	right: 29px;
	bottom: -20px;
	border: 10px solid;
	border-color: #fff #fff transparent transparent;
}

.caption-left-top:before {
	position: absolute;
	content: ' ';
	width: 0;
	height: 0;
	left: -30px;
	top: 10px;
	border: 15px solid;
	border-color: #ccc #ccc transparent transparent;
}

.caption-left-top:after {
	position: absolute;
	content: ' ';
	width: 0;
	height: 0;
	left: -25px;
	top: 12px;
	border: 13px solid;
	border-color: #fff #fff transparent transparent;
}

.caption-top-right:before {
	position: absolute;
	content: ' ';
	width: 0;
	height: 0;
	right: 30px;
	top: -30px;
	border: 15px solid;
	border-color: transparent #ccc #ccc transparent;
}

.caption-top-right:after {
	position: absolute;
	content: ' ';
	width: 0;
	height: 0;
	right: 32px;
	top: -26px;
	border: 13px solid;
	border-color: transparent #fff #fff transparent;
}

/* End Captions */

/* Notifications */

.notificationPopup {
	display: block;
	position: fixed;
	padding: 10px;
	top: 6%;
	left: calc(50% - 200px);
	width: 400px;
	z-index: 11000;
	background: #fff;
	border: 1px solid #00cd7a;
	box-shadow: 3px 3px 4px 0px #777;
}

.notificationPopup.info {
	border: 1px solid #2099ff;
}

.notificationPopup.warning {
	border: 1px solid #f9c425;
}


.notificationPopup strong {
	font-size: 14px;
}

.notificationPopup p {
	margin: 4px 0 0 0 ;
}

.notificationIcon {
	position: relative;
	float:left;
	width: 40px;
	height: 40px;
	color: #00cd7a;
	margin-right: 10px;
	background-color: transparent;
}

.notificationIcon.success {
	background-image: url("/app2/images/success-icon-10.png");
	background-size: cover;
}

.notificationIcon.info {
	background-image: url("/app2/images/info-icon-10.png");
	background-size: cover;
}

.notificationIcon.warning {
	background-image: url("/app2/images/warning-icon-10.png");
	background-size: cover;
}


/* End Notifications */


/* CKEDITOR 3.x */
.cke_button_savetomedialibraryCommand .cke_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button_usetemplateCommand .cke_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button_opensavedmessageCommand .cke_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button_mailmergeCommand .cke_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button_eventmergeCommand .cke_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button_surveyCommand .cke_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button_shareCommand .cke_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button_forwardtofriendCommand .cke_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button_viewaswebpageCommand .cke_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button_unsubprofileupdateCommand .cke_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button_emailfooterCommand .cke_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button_imageloaderCommand .cke_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button_videoloaderCommand .cke_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button_articleloaderCommand .cke_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button_loadwikiCommand .cke_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button_websitewidgetCommand .cke_label
{
	display: inline !important;
	cursor: pointer !important;
}


/* CKEDITOR 4.x */

.cke_button__savetomedialibrary_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button__usetemplate_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button__usewebsitetemplate_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button__opensavedmessage_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button__mailmerge_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button__eventmerge_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button__survey_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button__share_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button__forwardtofriend_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button__viewaswebpage_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button__unsubprofileupdate_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button__emailfooter_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button__imageloader_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button__videoloader_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button__articleloader_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button__loadwiki_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button__websitewidget_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button__buttonbuilder_label
{
	display: inline !important;
	cursor: pointer !important;
}
.cke_button__signature_label
{
	display: inline !important;
	cursor: pointer !important;
}


.cke_dialog_page_contents
{
	max-height: 100% !important;
	height: 100% !important;
}

.cke_path
{
	max-width: 100% !important;
	overflow: hidden !important;
	white-space: normal !important;
}
.cke_bottom
{
	white-space: normal !important;
	background-color: #f3f3f3 !important;
}
.cke_wordcount .cke_path_item
{
	color: #333 !important;
}
.cke
{
	border: 1px solid #ccc !important;
	box-shadow: none !important;
	border-radius: 4px !important;
	padding: 1px !important;
}

/* Dashboard Pipeline */
#dashboardPipeline
{
	overflow-x: auto;
}
#dashboardPipelineWrapper
{
	width: 100%;
	table-layout: fixed;
	border-spacing: 5px;
}
#opportunitiesMain #dashboardPipelineWrapper
{
	background-color: #f6f6f6;
}
.pipelineSortable
{
	list-style-type: none;
	min-height: 50%;
	width: 90%;
	margin-left: 3%;
	margin-right: 3%;
}
.pipelineBox
{
	border: 1px solid #ddd;
	box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
	margin: 3px;
	clear: both;
	float: left;
	width: 100%;
	padding: 3px;
	text-align: left;
	background-color: #fff;
	border-radius: 3px;
	cursor: move;
}
.pipelineBox .icon-dragdrop
{
	color: #777;
	cursor: move;
	font-size: 12px;
	float: left;
	vertical-align: middle;
    display: inline-block;
    margin-top: 1px;
}
.pipelineBox .icon-handshake
{
	color: darkblue;
	font-size: 16px;
	margin-right: 3px;
	margin-bottom: 3px;
	vertical-align: middle;
}
.pipelineBox a
{
	float: left;
}
.pipelineBox .opportunityTitle
{
	float: left;
	font-weight: bold;
	vertical-align: middle;
	margin-top: 2px;
	font-size: 14px;
	cursor: pointer;
}
.pipelineBox .opportunityContactName, .pipelineBox .opportunityCompany, .pipelineBox .opportunityValue, .pipelineBox .opportunityPctWin, .pipelineBox .opportunityChecklistItem
{
	clear: both;
}
.pipelineBoxPlaceholder
{
	border: 2px dashed #ccc;
	background-color: #f3f3f3;
	border-radius: 5px;
	display: block;
	width: 100%;
	clear: both;
	height: 120px;
	transition: all 0.5s ease-in;
}



#allContactsList p
{
	margin: 2px 3px 2px 5px;
}

.grayText
{
	font-style: italic;
	color: #777;
}

.hoverHighlight
{
	background-color: #fffff0;
}
.hoverGreenBorder
{
	border: 2px solid darkgreen;
}

#invoice
{
	border: 1px solid #000;
	background: transparent url("/images/linen_paper_background.png");
	width: 800px;
	margin: 10px auto 10px auto;
	padding: 5px;
}
.invoiceLineItem
{
	border-bottom: 1px dotted #777;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#EventDetail a
{
	color: darkblue;
}
#EventDetail a:hover
{
	text-decoration: underline;
}

.opportunitiesButton
{
	white-space: nowrap;
}

.loading_icon {
	width: 32px;
	height: 32px;
	margin: auto;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background-image: url("/app2/images/square_loading_icon.gif");
}

.loading_icon_small {
	width: 16px;
	height: 16px;
	margin: auto;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background-image: url("/app2/images/square_loading_icon_small.gif");
}


/* Contacts */
#allContactsDetail, #allContactsDetail > form, #allContactsDetail #ContactTabs {
	height: 100%;
}
#ContactTabs-2 {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	height: 100%;
}


/* Signup form styles */
#sortableSignupFormFields ul li
{
	margin: 5px 0px 5px 0px;
	width: auto;
	display: block;
}
#sortableSignupFormFields ul li span
{
	display: inline-block;
}

/* Ticketing Styles */
.assignedTicket.odd
{
	background-color: #a0e366 !important;
}
.assignedTicket.even
{
	background-color: #90d356 !important;
}
.assignedTicket.odd .sorting_1
{
	background-color: #a0e366 !important;
}
.assignedTicket.even .sorting_1
{
	background-color: #90d356 !important;
}

/* Project Manager Styles */
#newProjectDiv select {
	background-color: #fff;
}
.projects_list_header {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	background-color: #428bca;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 0;
	}
.projects_list_footer {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	background-color: #428bca;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	}
.project_row_even {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-left: solid 1px #aed0ea;
	border-right: solid 1px #aed0ea;
	background-color: #fafafa;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	}
.project_row_odd {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-left: solid 1px #aed0ea;
	border-right: solid 1px #aed0ea;
	background-color: #e9e9e9;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	}
.projects_list_ganttloader
{
	background-color: #e2e8e9;
}
.projectNameLink, .projectNameLink a {
	font-weight: bold;
}
.divider_right {
	border-right: dotted 1px #000000;
	padding: 10px;
	}
.divider_left {
	border-left: dotted 1px #000000;
	padding: 10px;
	}
.divider_none {
	padding: 10px;
	}
.project_header_cell_right {
	border-right: solid 1px #aed0ea;
	padding: 10px;
	}
.project_header_cell_left {
	border-left: solid 1px #aed0ea;
	padding: 10px;
	}
#projectUpdateTable {
	width: 99%;
	border-collapse: collapse;
	font-size: 12px;
	margin-top: 8px;
}
.projectUpdates {
	font-style: italic;
	font-size:	12px;
	color: #777;
	}
.projectMembers {
	font-size: 12px;
	color: #383838;
	margin-top: 7px;
	}

#kanbanTable td {
	background-color: #f6f6f6;
}
#kanbanTable li {
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
}

#kanbanDiv .ui-selectmenu-menu ul {
	width: auto !important;
}
#kanbanDiv .ui-button {
	padding: 1px 14px;
}



.high_priority {
	color: darkred;
	font-weight: bold;
	}
.progress_bar_wrapper {
	display: block;
	height:	22px;
	}
ul.progress_bar {
	margin: 			0;
	padding: 			0;
	font-size:			10px;
	font-weight:		bold;
	}

ul.progress_bar li {
	float:          	left;
	list-style:     	none;
	margin-right:		1px;
	}
.jquery_button {
	-webkit-border-horizontal-spacing: 2px;
	-webkit-border-vertical-spacing: 2px;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #D7E6F9;
	background-image: url(/app2/styles/innerCSS0/images/ui-bg_glass_90_d7e6f9_1x400.png);
	background-origin: padding-box;
	border-bottom-color: #AED0EA;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-collapse: separate;
	border-left-color: #AED0EA;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #AED0EA;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #AED0EA;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-style: solid;
	border-top-width: 1px;
	color: #1E5188;
	cursor: pointer;
	display: inline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	outline-color: #1E5188;
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	width: 0px;
	}

#wikiContent h6
{
	font-size: 14px;
	font-weight: bold;
}
#wikiContent h5
{
	font-size: 16px;
	font-weight: bold;
}
#wikiContent h4
{
	font-size: 18px;
	font-weight: bold;
}
#wikiContent h3
{
	font-size: 20px;
	font-weight: bold;
}
#wikiContent h2
{
	font-size: 22px;
	font-weight: bold;
}
#wikiContent h1
{
	font-size: 24px;
	font-weight: bold;
}
#wikiContent ul
{
	list-style-type: disc;
	margin-left: 8px;
	padding-left: 8px;
}
#wikiContent ul li
{
	list-style-type: disc;
}
#wikiContent ol, #wikiContent ol li
{
	list-style-type: decimal;
}
#wikiContent a
{
	text-decoration: underline;
	cursor: pointer;
}

.PortalManager_settings_contactform_connectedSortable {
	width: 150px;
	float: left;
	list-style: none;
	cursor: move;
	margin-right: 10px;
}

.AccountManager_settings_contactform_connectedSortable {
	width: 150px;
	float: left;
	list-style: none;
	cursor: move;
	margin-right: 10px;
}

.AccountManager_settings_contactform_connectedSortable li {
	min-height: 18px;
}

/* jQuery 1.9 adjustments */
.ui-helper-hidden-accessible
{
	display: none;
}


.collaborateColumn img
{
	max-width: 100%;
}

/* Credit Card Page styles */
.cart-summary-box {
	background-color: #eff5fd;
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 10px;

}
.cart-card-box {
	background-color: #d7e6f9;
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

/* Calendar */
.fc-day-grid-event >.fc-content
{
	white-space: normal;
}
.calEditable
{
	cursor: pointer !important;
}

/* Campaigns and Affiliates */
.campaignAffiliatesContacts
{
	border: 1px solid #999;
	padding: 3px;
	background-color: #f0f0f0;
	border-radius: 3px;
	white-space: nowrap;
}
.campaignAffiliatesContacts .icon-person
{
	vertical-align: middle;
}

/* Email */

#EmailSettings
{
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	border-radius: 0px;
	width: 692px;
	padding: 10px;
	margin-bottom: 10px;
}
#ImageDragger
{
	margin: 10px;
}
#ImageDraggerPersonalEmail, #ImageDraggerWebpage, #ImageDraggerWiki, #ImageDraggerCoupon
{
	text-align: left;
	background-color: #f3f3f3;
	border-top: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-radius: 4px;
	width: 682px;
	padding: 1px 5px 5px 5px;
	margin: 0px 10px 20px 20px;
}
#ImageDraggerMobileWebpage
{
	text-align: left;
	background-color: #f3f3f3;
	border-top: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-radius: 4px;
	width: 653px;
	padding: 1px 5px 5px 5px;
	margin: 0px 10px 20px 20px;
}
#TextOnlyVersion
{
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 700px;
	min-height: 40px;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
}
#PhysicalAddress
{
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 700px;
	min-height: 40px;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
}
#AutomaticAction
{
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 700px;
	height: 40px;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
}

/* Workflows */
.workflowIcons span
{
	font-size: 14px;
	white-space: nowrap;
	margin-right: 10px;
}

.workflowFolderHeader {
	margin: 20px 0;
}

.workflowFolderHeader i {
	vertical-align: middle;
	color: #1e5188;
}

.workflowFolderHeader small {
	font-size: 12px;
}

.sortableHandle {
	display: inline-block;
	vertical-align: text-bottom;
	padding: 3px 10px 3px 0;
	font-size: 18px !important;
}

/* Calendar */
.fc th {
    text-align: center;
    padding: 10px !important;
    background-color: #EFEFEF;
    font-size: 14px;
}
.fc-event {
    border-radius: 0px;
    border: none;
}
.fc-content {
    position: relative;
    z-index: 2;
    font-size: 12px;
    padding: 5px;
    margin-top: -2px;
}


/* New Dashboard v2 (Compact) */
#yourTeamIcon
{
	height: 60px;
	width: 40px;
	margin: 20px 5% 0px 5%;
	background: url(/images/generic_person.png);
	background-size: 100% 100%;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}
#yourTeamIcon span
{
	color: #fff;
	padding: 1px;
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	margin-top: 38px;
	font-weight: bold;
}
.visibleWidget2
{
	height: 200px;
	width: 23%;
	min-width: 200px;
	float: left;
	margin: 1%;
	text-align: center;
	background-color: #fff;
	display: block;
	box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
}
.visibleWidget2 td
{
	text-align: left;
}
.hiddenWidget2
{
	height: 200px;
	width: 23%;
	min-width: 150px;
	float: left;
	margin: 1%;
	background-color: #fff;
	text-align: center;
	box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
	display: none;
}
.dashboardChart300_2, .dashboardChart250_2, #dashboardWidgets2 #eventPieChart
{
	display: block;
	width: 100%;
	height: 200px;
}
#dashboardWidgets2 .widgetHeader
{
	display: none;
}
#dashboardWidgets2 #dashboard_KPIs
{
	width: 48%;
	min-width: 320px;
	padding-top: 15px;
	height: 185px;
	cursor: pointer;
}
#dashboardWidgets2 #dashboard_OpenTickets
{
	width: 48%;
	min-width: 320px;
}
#dashboardWidgets2 .kpiGaugeMini
{
	width: 20%;
	height: 120px;
}
#dashboardWidgets2 #dashboardLeaderboard, #dashboardWidgets2 #dashboardProjectTasks, #dashboardWidgets2 #dashboardOpenTickets
{
	cursor: pointer !important;
}
.dashboard2_background
{
	display: none;
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 100;
	height: 100% !important;
	width: 100% !important;
	background-color: rgba(48,48,48,0.9) !important;
}
.dashboard2_dialog
{
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 5% 10%;
	width: 80%;
	max-height: 80%;
	overflow: auto;
	z-index: 101;
	background-color: rgba(255,255,255,1) !important;
	padding: 10px;
}
.dashboard2_close
{
	position: fixed;
	top: 7%;
	right: 7%;
	margin-left: 5px;
	font-size: 24px;
	background-color: #eee !important;
	z-index: 101;
	opacity: 1;
	border-radius: 12px;
}
.dashboard2_close span
{
	display: block;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}
.dashboard2_close span:hover
{
	text-decoration: none;
}
.dashboard2_headline
{
	font-size: 11px;
	color: #555;
	margin-top: 7px;
}
.dashboard2_td
{
	font-size: 11px;
	color: #777;
}
.dashboard2_LeftBox {
	width: 94%;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 25px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
}
#twitterWrapper {
	width: 100%;
	background-color: #fff;
	margin-left: 0px;
	margin-bottom: 25px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
}

/* New Dashboard - Calendar date widget */
time.icon
{
  font-size: 9px; /* change icon size */
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  margin: 0px auto 7px auto;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #80C346;
  border-bottom: 1px dashed #777;
  box-shadow: 0 2px 0 #80C346;
}

time.icon em
{
  position: absolute;
  bottom: 0.3em;
  color: #80C346;
}

time.icon span
{
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.8em;
  color: #2f2f2f;
}

/* general */
.height24
{
	height: 24px;
}
.ui-icon-arrow-4, .ui-icon-arrowthick-2-n-s
{
	cursor: move;
}

/* Contacts */
.clusterTitle
{
	font-size: 14px;
	border: 1px dotted #999;
	padding: 3px;
}
.contactsClusterTitle
{
	font-size: 18px;
	color: #777;
	margin-bottom: 5px;
}

/* Store Front */
#allItems img {
	max-width:400px;
}

/* EasyBuilder */
#visibleNewEasyBuilderSections li
{
	float: left;
	margin: 10px;
}
.visibleNewSection
{
	display: inline-block;
	padding: 10px;
	border: 1px solid #ccc;
	margin-top: 10px;
}
.easyBuilderColorEditorPencil
{
	text-shadow: -1px -1px #fff;
	text-decoration: none !important;
	cursor: pointer;
}
.sortableHandle
{
	text-shadow: 0px 0px 5px #fff, 0px 0px 4px #fff;
	cursor: move;
	font-size: 16px;
}
.visibleNewSection img {
	cursor: move;
}
.easyBuilderColorEditor
{
	display: none;
	outline: 1px solid #999;
	box-shadow: 0 0 10px #9ecaed;
	position: absolute;
	margin-top: -55px;
	margin-left: 5px;
	background-color: #f0f0f0;
	padding: 10px;
	z-index: 2;
	color: #000 !important;
}
.easyBuilderColorEditor {
	font-size: 14px !important;
}
.ui-resizable-resizing { border: 1px dotted gray; }

#easyBuilder_MandatoryFields {
	width: 90%;
	max-width: 500px;
	border: 1px dashed #999;
	min-height: 40px;
	overflow: visible;
	margin-bottom: 30px;
	border-radius: 5px;
	padding: 10px;
}
#easyBuilder_MandatoryFields span {
	max-width: 50%;
	overflow: auto;
}
#easyBuilder_AddToGroups {
	width: 90%;
	max-width: 500px;
	border: 1px dashed #999;
	min-height: 40px;
	overflow: visible;
	margin-bottom: 30px;
	border-radius: 5px;
	padding: 10px;
}
#easyBuilder_AddToGroups span {
	max-width: 50%;
	overflow: auto;
}
#easyBuilder_Trash {
	width: 90%;
	max-width: 500px;
	border: 1px dashed #999;
	height: 40px;
	overflow: visible;
	margin-bottom: 30px;
	border-radius: 5px;
	padding: 10px;
}

/* Surveys */
.addQuestionCell .icon-add-plus
{
	font-size: 16px;
	margin-top: 3px;
}

/* Learning */
.moduleElement {
	background-color: #fcfcfc;
}

/* Automation */
#automationTable {
	margin-top: 20px;
	margin-bottom: 40px;
}

#automationTable td {
	vertical-align: top;
}

#automationNav {
	width: 300px;
	min-width: 300px;
}

#automationContent {
	padding-left: 20px;
}

#automationNav button.accordion {
	background-color: #fff;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0;
}

#automationNav button.accordion.active, #automationNav button.accordion:hover {
	background-color: #59ABE3;
	color: white;
}

#automationNav button.accordion:after {
	content: '\02795';
	font-size: 13px;
	color: #fff;
	float: right;
	margin-left: 5px;
}

#automationNav button.accordion.active:after {
	content: "\2796";
}

#automationNav div.panel {
	padding: 0px 0px 0px 12px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: 0.6s ease-in-out;
	opacity: 0;
}

#automationNav div.panel.show {
	opacity: 1;
	max-height: 200px;
	overflow-y: auto !important;
	width: auto;
}

#automationNav .wrapper {
  width: 99%;
  height: auto;
  box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
}

#automationNav .panel p {
	width: 90%;
}

/* Lead Scoring */
.hotAutomationLeadScoringBox {
	line-height: 30px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #b64700;
	box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15) !important;
	border-radius: 2px;
}
.coldAutomationLeadScoringBox {
	line-height: 30px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #8cb4c6;
	box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15) !important;
	border-radius: 2px;
}
.leadScoringBox {
	line-height: 30px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15) !important;
	border-radius: 2px;
}


/* Journeys */
.journeyProgressOperator {
	background-color: #80c456 !important;
}
.flowchart-links-layer, .flowchart-operators-layer, .flowchart-temporary-link-layer {
    overflow: visible !important;
}
.flowchart-operator-connector-label {
	white-space: nowrap;
}
#contactsByOperatorReportButton {
	margin-left: 40px;
	display: inline-block;
	float: left;
	margin-top: 11px;
}
#journeyTitle {
	float: right;
	font-size: 16px;
	color: #777;
	margin-right: 3%;
	padding-top: 11px;
}
#contactsByOperatorReport {
	display: none;
	position: absolute;
	width: 500px;
	z-index: 2;
	padding: 10px;
	border: 1px solid #999;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
}
#journeyContainer {
	position: relative;
	border-top: 1px solid #999;
	height: 1000px;
	width: 3000px;
	padding: 0;
	margin: 0;
	clear: both;
	overflow: visible;
	background: repeating-linear-gradient( 45deg, #eee, #eee 10px, #e5e5e5 10px, #e5e5e5 20px );
}
#journey {
	position: relative;
	height: 100%;
	width: 100%;
	min-width: 12000px;
	min-height: 4000px;
	overflow: visible;
	background: #fff;
}


/* Translation manager icon top right */
#translationManagerDiv {
    overflow: hidden;
    height: 29px;
    width: 24px;
    z-index: 99999;
    position: absolute;
    right: 0px;
    top: -5px;
}
#translationManagerLink {
	color: #fff !important;
    font-size: 18px;
    z-index: 99999;
    padding: 0px;
    background-color: #999;
    border: 6px solid #777;
    border-radius: 25%;
}
#translationManagerLink:hover {
	color: #82c14e !important;
}


/* Talk bubble (project manager, task comments) */
/* Usage is <div class="talkbubble"><textarea>text goes here</textarea></div> */
.talkbubble {
  position: relative;
  padding: 10px;
  border-radius: 5px;
  border: solid #f0f0f0;
  background: #f0f0f0;
  box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 6px rgba(0,0,0,0.23);
}

.talkbubble:before {
  content:"";
  position: absolute;
  right: 100%;
  top: 26px;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-right: 26px solid #f0f0f0;
  border-bottom: 13px solid transparent;
}

.talkbubble textarea {
  position: inherit;
  min-width: 400px;
  min-height: 150px;
  background: inherit;
  margin: 0;
  padding: 0;
  border: none;
  resize: none;
}

.talkbubble span.viewTalkBubble {
  position: inherit;
  width: 400px;
  min-height: 60px;
  vertical-align: middle;
  background: inherit;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  resize: none;
}



/* New flexbox styles */
button {
	cursor: pointer;
}

.companyOpportunity, .openCompanyProject, .closedCompanyProject, .openCompanyTicket, .closedCompanyTicket, .companyFile, .companyDocument {
	padding: 10px 3px;
}

.companyOpportunity:hover, .openCompanyProject:hover, .closedCompanyProject:hover, .openCompanyTicket:hover, .closedCompanyTicket:hover, .companyFile:hover, .companyDocument:hover {
	background-color: #f0f0f0;
}

.container {
	width: 100%;
	margin: 0px;
	background-color: #f9f9f9;
	font-size: 14px;
	text-rendering: optimizeLegibility;
}


/* Flex Containers */

.flex-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	flex-wrap: wrap !important;
	width: 100%;
}

.flex-left {
	-webkit-flex: 1 0 0;
	flex: 1 0 0;
	margin: 1em;
}

.flex-right {
	-webkit-flex: 0.75 0 0;
	flex: 0.75 0 0;
	margin: 1em;
}

.flex-right > div:first-child {
	margin-top: 0px;
}

.flex-container select, .flex-container input, .flex-container textarea {
	background-color: #fff;
}

/* 2 columns inside a flex container */
.flex-container .left-col {
	-webkit-flex: 1 0 0;
	flex: 1 0 0;
	margin: 0.5em 0.25em;
}
.flex-container .right-col {
	-webkit-flex: 1 0 0;
	flex: 1 0 0;
	margin: 0.5em 0.25em;
}

.flex-container .flex-element-wrapper {
	padding: 10px 0px;
	clear: both;
	display: block;
}
.flex-container label {
	float: left;
	display: inline-block;
	text-align: right;
	width: 35%;
	font-weight: 600;
	color: #585858;
	margin-right: 10px
}
.flex-value {
	float: left;
	display: inline-block;
	width: 60%;
}

/* End Flex Containers */


.main-box {
	background: #fff;
	border-radius: 2px;
	display: inline-block;
	height: auto;
	width: 820px;
}

.box-style1 {
	box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
}

#bottomLeft {
	margin-top: -10px;
	padding-top: 10px;
	background: url('/app2/images/timeline_background.png') left repeat-y;
}

/* Hover states for new navigation */
.flex-hover-link {
	display: inline-block;
	color: #4788CD;
	text-decoration: none;
}

.flex-hover-link::after {
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background: #4788CD;
	transition: width .5s;
}

.flex-hover-link:hover::after {
	 width: 100%;
	transition: width .5s;
}

.flex-active-link {
	display: inline-block;
	color: #4788CD;
	text-decoration: none;
}

.flex-active-link::after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #4788CD;
}


/***** Navigation for new flex Nav ******/

.main-flex-nav {
	width: 100%;
	height: 44px;
}

.main-flex-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.main-flex-nav li {
	display: inline;
	float: left;
	padding: 8px 25px;
}

.main-flex-nav a {
	font-size: 18px;
	color: #585858 !important;
	text-decoration: none;
	font-weight: 400;
	cursor: pointer;
}

.main-flex-nav a:hover {
	color: #585858 !important;
}

.main-flex-nav i {
	padding-right: 5px;
}


/*** End Navigation Activites Styles ****/


/*** Mainbox Styles ***/

.mainbox-content {
	margin: 10px 25px;
	display: none;
}

.mainbox-content h1 {
	font-size: 1.2em;
	margin: 0;
	padding: 0 0 0.5em 0;
}

.mainbox-content h3 {
	font-size: 1.0em;
	font-weight: 500;
	margin: 0;
	padding: 0 0 0.5em 0;
	color: #565656;
}

.mainbox-content p {
	margin: 0;
	padding: 0 0 0.5em 0;
	color: #565656;
}

.mainbox-flex {
	display: flex;
}

.mainbox-flex > div {
	width: 50%;
}

.mainbox-flex > div:last-child {
	margin-top: 30px;
}

.mainbox-row-wrapper {
	display: block;
	clear: both;
	margin: 10px 0px 15px 0px;
}

.mainbox-content label {
	display: inline-block;
	text-align: right;
	width: 200px;
	font-weight: 400;
	color: #3a3a3a;
	margin-top: 2px;
	font-size: 14px;
}

.mainbox-content input[type="text"], .mainbox-content select {
	display: inline-block;
	width: 50%;
}

.mainbox-content > div::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	background: rgba(0,0,0,0.1);
}

.mainbox-content > div:last-child::after {
	display: none;
}

/* End Mainbox styles */




/* Small box is used for screens that have 2 columns of content */
.small-box {
	background: #fff;
	border-radius: 2px;
	display: inline-block;
	width: 215px;
	height: auto;
}
.small-box p {
	margin: 20px;
	font-size: 14px;
	color: #585858;
	font-weight: 600;
}
.small-box-title p {
	font-size: 18px;
	margin-top: 10px;
}
.small-box-data .fieldLabel {
	margin-top: 20px;
}
.small-box-data > div {
	margin-left: 5%;
}
.small-box-data > div > p {
	font-weight: 400;
}
.small-box-active {
	display: block;
	color: #57D154;
	text-decoration: none;
}
.small-box-active::after {
	content: '';
	display: block;
	width: 50%;
	height: 3px;
	background: #57D154;
}




/*** Filter ***/

.filter {
	margin-left: 150px;
}

/*** Activity Timeline Styles ***/

.crm-icon {
	margin: 10px;
	font-size: 28px !important;
	color: white;
}

.item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 730px;
	margin: 1% 10px 1% 57px;;
}
.item .image {
	padding: 1em 2em;
}
.item .image > div {
	position: relative;
	text-align: center;
	width: 50px;
	height: 50px;
	background: #4990E2;
	border-radius: 50%;
}

.item .details {
	position: relative;
	width: 640px;
}
.item .details > div {
	background: #fff;
	border-radius: 2px;
	padding: 0.5em 1em;
	margin: 1em 0;
}
.item .details > div h1 {
	color: #565656;
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 0.5em 0;
}

.item .details > div h3 {
	color: #565656;
	font-size: 1.0em;
	font-weight: 600;
	margin: 0;
	padding: 0 0 0.5em 0;
}
.item .details > div p {
	margin: 0;
	padding: 0 0 0.5em 0;
	color: #565656;
}

/*** End Activity Timeline Styles ***/


/*** Right Side Card Style ***/
.rightpane-card {
	background: #fff;
	border-radius: 2px;
	padding: 0.5em 1em;
	max-width: 250px;
	margin-top: 25px;
}

.rightpane-card h1 {
	font-size: 1.1em;
	margin: 0;
	padding: 0 0 0.5em 0;
}

.rightpane-card h3 {
	font-size: 1.0em;
	font-weight: 600;
	margin: 0;
	padding: 0 0 0.5em 0;
	color: #565656;
}

.rightpane-card p {
	margin: 0;
	padding: 0 0 0.5em 0;
	color: #565656;
}


/* Company Details panel */
#companyinfo-panel {
	display: block;
}
#companyinfo-panel > div::after {
	content: '';
	display: none;
}

#companyinfo-panel .intl-tel-input input {
	width: 100%;
}

#contacts-panel {
	max-height: 315px;
	overflow: auto;
}

.opportunities-accent {
		display: block;
		text-decoration: none;
}
.opportunities-accent::after {
	content: '';
	display: block;
	width: 33%;
	height: 3px;
	background: #428BCA;
}

.events-accent {
		display: block;
		text-decoration: none;
}
.events-accent::after {
	content: '';
	display: block;
	width: 33%;
	height: 3px;
	background: #FFCC00;
}

.invoices-accent {
		display: block;
		text-decoration: none;
}
.invoices-accent::after {
	content: '';
	display: block;
	width: 33%;
	height: 3px;
	background: #F0AD4E;
}

.projects-accent {
		display: block;
		text-decoration: none;
}
.projects-accent::after {
	content: '';
	display: block;
	width: 33%;
	height: 3px;
	background: #5CB85C;
}

.tickets-accent {
		display: block;
		text-decoration: none;
}
.tickets-accent::after {
	content: '';
	display: block;
	width: 33%;
	height: 3px;
	background: #5BC0DE;
}

.files-accent {
		display: block;
		text-decoration: none;
}
.files-accent::after {
	content: '';
	display: block;
	width: 33%;
	height: 3px;
	background: #B64700;
}

.documents-accent {
		display: block;
		text-decoration: none;
}
.documents-accent::after {
	content: '';
	display: block;
	width: 33%;
	height: 3px;
	background: #9AA300;
}



/* Opportunities Progress Arrow, Project Stages Arrow */
.arrow-steps .step {
	font-size: 14px;
	text-align: center;
	color: #555;
	cursor: default;
	margin: 0 3px;
	padding: 10px 5px 10px 15px;
	min-width: 20px;
	float: left;
	position: relative;
	background-color: #d9e3f7;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
	content: " ";
	position: absolute;
	top: 0;
	right: -17px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 17px solid #d9e3f7;
	z-index: 2;
}

.arrow-steps .step:before {
	right: auto;
	left: 0;
	border-left: 17px solid #fff;
	z-index: 0;
}

.arrow-steps .step:first-child:before {
	border: none;
}

.arrow-steps .step:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.arrow-steps .step span {
	position: relative;
}

.arrow-steps .step.done {
	color: #fff;
	background-color: #80c456;
}
.arrow-steps .step.done span:before {
	content: "\2714";
	position: absolute;
	top: -1px;
	left: -14px;
	background-color: #80c456;
}

.arrow-steps .step.done:after {
	border-left: 17px solid #80c456;
}

.arrow-steps .step.current:after {
	border-left: 17px solid #80c456;
}

.arrow-steps .step.current {
	color: #fff;
	background-color: #23468c;
}

.arrow-steps .step.current:after {
	border-left: 17px solid #23468c;
}

.arrow-steps .step.future {
	color: #fff;
	background-color: #999;
}
.arrow-steps .step.future:after {
	border-left: 17px solid #999;
}

.arrow-steps .step.lost {
	color: #fff;
	background-color: #b64700;
}
.arrow-steps .step.lost:after {
	border-left: 17px solid #b64700;
}
.arrow-steps .step.lost span:before {
	content: "\2718";
	position: absolute;
	top: 0px;
	left: -10px;
	background-color: #b64700;
}
.arrow-steps .moveableTaskStage a {
	color: #fff !important;
}
.arrow-steps .opportunityArrowChecklist {
	position: absolute;
	margin-left: 4px;
	display: inline-block;
	float: left;
	z-index: 3;
	color: #fff;
	font-size: 12px;
}
.arrow-steps a.opportunityArrowChecklist {
	color: #7be0fe !important;
	padding-top: 1px;
}
#mydialog .opportunityArrowChecklistDialog h6 {
	margin-bottom: 15px;
}
#mydialog .opportunityArrowChecklistDialog div {
	margin-bottom: 10px;
}
#mydialog .opportunityChecklistCompletedIP {
	font-size: 12px;
	font-style: italic;
	color: #777;
}

/* Group Settings */
#groupSettings {
	padding-left: 35px;
}

#groupSettings .flex-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	flex-wrap: wrap !important;
	width: 100%;
	margin-top: 15px;
}

#groupSettings .left-col {
	-webkit-flex: 1 0 0;
	flex: 1 0 0;
}

#groupSettings .right-col {
	-webkit-flex: 3 0 0;
	flex: 3 0 0;
}

#groupSettings #description-panel {
	display: block;
}

#groupSettings h4 {
	margin-top: 30px;
	font-size: 18px;
	font-weight: 600;
}

#groupSettings tr:hover {
	background-color: #f3f3f3;
}

#profileUpdateFields li {
	display: block;
	clear: both;
	padding: 5px;
}
#profileUpdateFields li:hover {
	background-color: #f0f0f0;
}
#profileUpdateFields span {
	display: inline-block;
}
.profileUpdateFieldName {
	cursor: move;
	width: 240px;
}

/* Calendar Settings */
#calendarSettings {
	padding-left: 35px;
}

#calendarSettings input[type="checkbox"] {
	font-size: 24px;
	vertical-align: middle;
	display: inline-block;
}

#calendarSettings .flex-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	flex-wrap: wrap !important;
	width: 100%;
	margin-top: 15px;
}

#calendarSettings .left-col {
	-webkit-flex: 1 0 0;
	flex: 1 0 0;
}

#calendarSettings .right-col {
	-webkit-flex: 3 0 0;
	flex: 3 0 0;
}

#calendarSettings .small-box {
	width: 90%;
}

#calendarSettings #description-panel {
	display: block;
}

#calendarSettings #description-panel label {
	width: 170px;
}

#calendarSettings #description-panel select {
	width: auto;
	max-width: 60%;
}

#calendarSettings h4 {
	margin-top: 30px;
	font-size: 18px;
	font-weight: 600;
}

#calendarSettings tr:hover {
	background-color: #f3f3f3;
}
@media screen and (max-width: 1150px) {
	#calendarSettings .left-col {
		order: 2;
		padding-top: 2%
	}

	#calendarSettings .right-col {
		order: 1;
	}
}


/* Account Settings */
#accountSettings {
	width: 100%;
	margin-top: 15px;
}
#accountSettings #contact-info-panel {
	display: block;
}
#accountSettings #contact-info-panel > div::after {
	content: '';
	display: none;
}
#accountSettings .mainbox-content input[type="text"], #accountSettings .mainbox-content select {
	width: 80%;
}
#accountSettings #security-panel {
	width: 1000px;
}
#accountSettings #sharedAccessContacts {
	width: 100%;
	overflow-x: auto;
}
#accountSettings td {
	font-size: 14px;
}
#accountSettings h4 {
	font-size: 18px;
	font-weight: 600;
}
#accountSettings #settings-panel select {
	width: auto;
}
.selectMenuStyle
{
	padding: 10px;
	font-size: 14px;
}
.selectMenuItemStyle
{
	border: none !important;
	cursor: default;
}
.sharedAccessCell
{
	line-height: 20px;
}

@media screen and (max-width: 1350px) {
	#accountSettings .main-flex-nav a {
		font-size: 16px;
	}
	#accountSettings .main-flex-nav li {
		padding: 8px 20px;
	}
	#accountSettings h4 {
		font-size: 16px;
	}
}
@media screen and (max-width: 1180px) {
	#accountSettings .main-flex-nav a {
		font-size: 14px;
	}
	#accountSettings .main-flex-nav li {
		padding: 8px 15px;
	}
	#accountSettings h4 {
		font-size: 14px;
	}
}


/* Email Campaign Optimizer */

#emailCampaignOptimizer .main-box {
	display: block;
	width: 640px;
	margin: 20px auto;
	padding: 5px;
}
#emailCampaignOptimizer h4 {
	display: block;
	width: 640px;
	margin: 40px auto 10px auto;
}
#emailCampaignOptimizer #deliveryDate {
	float: left;
}
#viewOptimizedCampaigns th {
	text-align: left;
}
tr.optimizedEmailCampaignRow:hover td {
	background-color: #f0f0f0;
}
.emailCampaignFilter {
	display: none;
	position: absolute;
	z-index: 2;
	width: 300px;
	border: 1px solid #777;
	padding: 10px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
}


/* Build and Send Email */
#buildAndSendEmailWrapper #EmailSettings {
    background-color: #fff !important;
    border: solid 1px #e0e0e0 !important;
    border-radius: 0px !important;
    padding: 20px !important;
    margin-bottom: 0px !important;
    width: auto !important;
    border-bottom: 0px !important;
}
#buildAndSendEmailWrapper #cke_emailMessage {
    width: auto !important;
    border-radius: 0px !important;
    border-color: #e0e0e0 !important;
}
#buildAndSendEmailWrapper .cke_bottom {
    background-color: #fff !important;
    border-top: 1px solid #e0e0e0 !important;
}
#buildAndSendEmailWrapper #cke_1_resizer {
    border-color: transparent rgb(224, 224, 224) transparent transparent !important;
}
#buildAndSendEmailWrapper #TextOnlyVersion, #buildAndSendEmailWrapper #PhysicalAddress, #buildAndSendEmailWrapper #AutomaticAction {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    width: 692px;
    padding: 20px;
    margin-bottom: 0px;
    border-bottom: 0px;
}
#buildAndSendEmailWrapper #emailEasyBuilderWrapper {
    border: 1px solid #e0e0e0 !important;
}
#buildAndSendEmailWrapper #easyBuilderHelper {
    background: transparent !important;
}
#buildAndSendEmailWrapper #AutomaticAction {
    border-bottom: 1px solid #e0e0e0;
}


/** Media Library **/
.mediaLibraryFolderContainer {
    background-color: #fff !important;
    border-radius: 0px !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
    border: 0px !important;
}
.folderList li, .media-library-filter {
    background: #fff !important;
}
.media-library-media-list-container {
    background: #fff !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
    border: 0px !important;
    border-radius: 0px !important;
}

#Contacts, #ContactsImport, #contactsExportWrapper, #contactsResearchWrapper, #ContactsTools, #EmailTo, #EmailTrackingNav, #emailTrackingSelector, #emailTrackingChartsWrapper, #smsWrapper, #SocialDashboard, #chatWrapper, #workflowManagerWrapper, #dripCampaignsWrapper, #leadScoringWrapper, #predictionWrapper, #linkLibraryWrapper, #calendarWrapper, #accountingWrapper, #advancementWrapper, #bm-terms, #bm-tabs, #couponDetail, #documentsWrapper, #forumMessages, #learningCourses, #projectManagerTabs, #Tickets, #websiteManagerWrapper, #signupFormHTMLmethods, #signupFormSubscribersChart, #signupFormSubscribersEntryChart, #campaigns, #conversionDrivers, #affiliatePlayers, #campaignChart {
    width: auto !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
    padding: 20px;
    margin: 20px;
    background: #fff;
    border: 0px;
}
#EmailTrackingNav, #emailTrackingSelector {
    margin: 0px;
    background: #fff;
    border: 0px !important;
}
#newContactButton {
    display: inline-block;
}
.blue-stripe {
    border: 0px !important;
    background: #fff !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
}
#surveySequenceDetails {
    cursor: auto;
    background: #fff;
    padding: 20px;
    width: auto !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
}
.maintitle {
    text-transform: uppercase;
    margin: 20px !important;
    font-size: 22px;
}
.Contacts_filter_field {
    border: 1px solid transparent !important;
    background-color: transparent !important;
}
.Contacts_filter_wrapper h2, .Contacts_filter_full h1, .Contacts_filter_showhide {
    color: #48454a !important;
}

#visibility .ui-state-highlight {
	background-color: #428bca !important;
	border: 1px solid #428bca !important;
}
#visibility .ui-state-highlight a {
	color: #fff !important;
}


/* collaborate */
.collaborateColumn { width: 31%; min-width: 250px; float: left; padding-bottom: 100px; }
.portlet { margin: 5%; border: 0px; box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15); }
.portlet-header { margin: 0px !important; padding: 10px 5px; border-top: 0px; border-left: 0px; border-right: 0px; border-bottom: 1px solid #428bca; background-color: #428bca; border-radius: 0px; color: #fff; }
.portlet-header .ui-icon { float: right; }
.portlet-content { padding: 10px; height: auto; min-height: 40px; background-color: #fff; margin-top: 0px !important; }
.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 50px !important; }
.ui-sortable-placeholder * { visibility: hidden; }


/* custom objects */
#customObjectsList, #customObjectDetails {
	font-size: 16px;
}
.customObjectDefinitionTable .leftCol {
	width: 200px;
	text-align: right;
}
.verticalAlignTop {
	vertical-align: top;
}
#sortableAttributes .sortableAttribute {
	margin-top: 20px;
}
.displayCustomObject {
	cursor: auto;
    background: #fff;
    padding: 20px;
    margin: 22px 10px;
    width: auto !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
}


/* My Account */
.permissionCheckbox {
	font-size: 24px;
}


/* Contacts > Reports */
#reportsWrapper select {
	width: auto;
}
#reportsWrapper input[type="text"] {
	width: 250px;
}
#reportsWrapper {
    box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
	background-color: #fff;
}
#reportsWrapper #predictionWrapper {
	box-shadow: none;
}

#viewPhases th, #editPhases th {
	font-weight: bold;
	text-align: left;
}
#ViewPhases, #editPhases {
	border-collapse:separate;
    border-spacing:0 5px;
}
#viewPhases tr:hover td, #editPhases tr:hover td {
	background-color: #f3f3f3;
}
.phaseChecklistPopup {
	position: absolute;
	width: 500px;
	margin-left: -250px;
	z-index: 3;
	padding: 10px;
	border: 1px solid #999;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.15);
}
.phaseChecklistPopup h6 {
	float: left;
	margin-bottom: 15px;
}
.phaseChecklistPopup div {
	font-size: 14px;
	margin-bottom: 10px;
}


/* slider replacement for checkboxes */
.switch {
  position: relative;
  display: inline-block !important;
  width: 40px !important;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

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

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

input:checked + .slider {
  background-color: #5CB85C;
}

input:focus + .slider {
  box-shadow: 0 0 1px #5CB85C;
}

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

/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

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


/* new style of checkboxes */
.newCheckboxWrapper {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  text-align: left;
}
.newCheckboxWrapper input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.newCheckboxIndicator, .newCheckboxIndicatorRed {
  position: absolute;
  top: -1px;
  left: 0px;
  height: 16px;
  width: 16px;
  background: #e6e6e6;
  outline: 1px solid #ccc;
}
.newCheckboxWrapper:hover input ~ .newCheckboxIndicator, .newCheckboxWrapper input:focus ~ .newCheckboxIndicator {
  background: #ccc;
}
.newCheckboxWrapper input:checked ~ .newCheckboxIndicator {
  background: #428BCA;
}
.newCheckboxWrapper:hover input:not([disabled]):checked ~ .newCheckboxIndicator, .newCheckboxWrapper input:checked:focus ~ .newCheckboxIndicator {
  background: #5BC0DE;
}
.newCheckboxWrapper input:checked ~ .newCheckboxIndicatorRed {
  background: #B64700;
}
.newCheckboxWrapper:hover input:not([disabled]):checked ~ .newCheckboxIndicatorRed, .newCheckboxWrapper input:checked:focus ~ .newCheckboxIndicatorRed {
  background: #FF946D;
}
.newCheckboxWrapper input:disabled ~ .newCheckboxIndicator, .newCheckboxWrapper input:disabled ~ .newCheckboxIndicatorRed {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.newCheckboxIndicator:after, .newCheckboxIndicatorRed:after {
  content: '';
  position: absolute;
  display: none;
}
.newCheckboxWrapper input:checked ~ .newCheckboxIndicator:after, .newCheckboxWrapper input:checked ~ .newCheckboxIndicatorRed:after {
  display: block;
}
.newCheckboxWrapper .newCheckboxIndicator:after, .newCheckboxWrapper .newCheckboxIndicatorRed:after {
  left: 6px;
  top: 2px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.newCheckboxWrapper input:disabled ~ .newCheckboxIndicator:after, .newCheckboxWrapper input:disabled ~ .newCheckboxIndicatorRed:after {
  border-color: #7b7b7b;
}
