@charset "UTF-8";
/* CSS Document 
bright pink #c42eca

*/

#admin #main_content a {
	color:#333333;
	margin:0;
}
#admin #main_content a:hover {
	color:#000000;
}
#admin #main_content a.button, #admin #main_content a.button:hover { color:#fff; }
#admin #main_content a.cms_button { margin:2px 0 4px 5px; }

#admin_nav_holder a, #admin_nav_holder a:link { color:#333333; }
#admin_nav_holder a:hover { color:#000; }

#admin_nav {
	position:relative;
	display:block;
	height:22px;
	width:100%;
	margin: 10px 0 0;
	padding:auto;
	top:-33px;
}
#admin_sub_nav_holder, #admin_sub_nav_holder a  { margin-left:10px; }

h1 .small.drafts { display:inline-block; font-size:15px; margin-left:20px; }

.cms_nav_col {
	display:inline-block;
	margin:0 30px 30px;
	vertical-align: top;
}
.cms_nav_group {
	vertical-align:top;
	margin-right:15px;
	padding:5px;
}

.cms_sub_nav	{
	display:none;
	position:fixed;
	background:#fff;
	z-index:999999;
	padding-top:15px;
	border:1px solid #ffffff;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	white-space: nowrap;
}
.cms_nav_group a, .cms_nav_group a:link, .cms_nav_group a:visited {
	margin-left:10px;
	color:#333;
}
.cms_nav_group a:hover {
	color:#999;
}

label { font-weight: bold; }

.cms_status {
	color:#222; font-weight:bold; font-size:22px; background:#eee; text-align:center;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin: 20px 0 5px; padding: 12px 0;
}

.cms_loading {
	position:relative;
	float:right;
	width:15px;
	height:15px;
	background:url(/images/loading.gif) center no-repeat;
	margin:2px 0 4px 8px;
}
.cms_not_loading {
	position:relative;
	float:right;
	width:15px;
	height:15px;
	background:url(/images/not_loading.gif) center no-repeat;
	margin:2px 0 4px 8px;
}

.cms_sort_target {
	position:relative;
	display:block;
	width:100%;
	height:22px;
	line-height:22px;
	border:1px dashed #ccc;
}
.cms_detail_row {
	padding:15px;
	border:1px solid #eee;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	margin:10px auto;
}
.cms_browse_row {
	
}
.cms_header_row {
	font-size:13px;
	line-height:normal;
	padding:3px 6px 6px 6px;
}
.cms_spacer_row {
	line-height:0px;
	border-top:1px dotted #e8e8e8;
}
.cms_browse_row:hover {
	background-color:#ccc;
}
.cms_browse_cell {
	padding:3px 3px 1px 7px;
	font-size:13px;
	line-height:normal;
	vertical-align:top;
}

.cms_scroll_box { border:1px solid #e8e8e8; padding:20px; max-height:200px; position:relative; overflow:auto;}

.cms_button, .cms_buttonL, .qq-upload-button	{
	display:inline-block;
	border:1px solid #ccc;
	background-color:#ffffff;
	padding:9px;
	margin:2px 0 4px 5px;
	color:#333;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius:5px;
	font-size:10px;
	line-height:13px;
	text-transform:capitalize;
}
.nomargin, .cms_button.nomargin, .cms_buttonL.nomargin, .nomargin .qq-upload-button {
	margin:0;
}
a.cms_button, a.cms_button:link { text-decoration:none; }
.cms_button:hover, .cms_buttonL:hover, .qq-upload-button-hover	{
	cursor:pointer;
	border:1px solid #999;
	background-color:#eee;
}
.cms_buttonL {
	margin:2px 5px 4px 0;
}
.cms_browse_cell .cms_button { padding:5px 5px; }

.choose_existing { float:left; position:relative; z-index:99; margin-right:10px;}

#cms_search { height:13px; line-height: 13px; font-size:10px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; padding:9px; border:1px solid #ccc; background-color:#ffffff; text-align: center; vertical-align:top; width:auto; }
#cms_search_form .cms_button { margin:0; height:13px; vertical-align:top; }

label {
	color:#444444;
}

.cms_left { float:left; } 
.cms_right { float:right; } 

/* uploader styles */
.cms_fieldset {
	margin-bottom:15px; padding:13px 10px 0;
}
.cms_fieldset h2 {
	margin-bottom:15px;
}
.swfupload {
	position: absolute;
	z-index: 1;
}
.progressName {
	margin-top:10px;
	font-size:12px;
	font-weight:bold;
	color:#7e0c6e;
}
.progressBarStatus {
	font-size:11px;
}


.image_gallery li, ul.image_gallery, .gallery_table {
	background:none;
}
.gallery_table {
	border:1px solid #ddd;
	background-color:#e2e2e2;
	margin:5px 0; padding:10px;
	cursor:move;
}
ul.image_gallery {
	list-style:none;
	padding:0;
	background:none;
}
li.ui-state-default {
	border:none;
}

#admin_sub_nav h3 { 
	color:#000;
	margin-left:5px;
}
.image_gallery_credit { display:none; }

#overlay_body { padding:30px; }
#overlay_body.image_editor { padding:0; }

/* inline editing */
#admin_nav_holder {
	position:fixed;
	z-index:1000001;
	top:10px;
	left:10px;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	background:#fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.25);
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
.admin_nav_section { float:left; padding:15px; border-right:1px solid #e8e8e8; white-space:nowrap; }
.admin_nav_section:first-child {  }
.admin_nav_section:last-child { border-right:none; }
.admin_nav_section.closed { border-right:none; }
#admin_nav_expand {  cursor:pointer; height:22px; }
#admin_nav_expand .ecarrow { margin-top: 5px; width:0; height:0; }
#admin_nav_expand.closed .ecarrow { border-bottom:7px solid transparent; border-top:7px solid transparent; border-left:7px solid #ccc; border-right:none; }
#admin_nav_expand.open .ecarrow { border-top:7px solid transparent; border-bottom:7px solid transparent; border-right:7px solid #ccc; border-left:none; }
.cms_toggle_option { background:#e8e8e8; cursor:pointer; padding:5px 10px; margin:0 -6px 0 0; border:1px solid #ccc; }
.cms_save_button { background:#e8e8e8; cursor:pointer; padding:5px 10px; border:1px solid #ccc; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.cms_toggle_option.selected, .cms_toggle_option:hover, .cms_save_button:hover { background:#ddd; }
.cms_toggle_option:active, .cms_save_button:active { background:#ccc; }
.cms_toggle_option:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.cms_toggle_option:last-child {
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-right:0;
}
.down-arrow {
	width: 0;  height: 0; 
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	border-top:7px solid #ccc;
}
#admin_nav_button { cursor:pointer; padding-right:30px }
#admin_nav_button .down-arrow { margin:8px 0 0 5px; position:absolute; }
#admin_nav_button:hover .down-arrow { border-top:7px solid #bbb; }

#admin_edit_toolbar { 
	display:none; position:fixed; z-index:99999; top:0; right:0; bottom:0; width:300px; padding:0; margin:0 -300px 0 0; 
	background:#eee; overflow:hidden;
}
.editableicon {
	position:absolute; right:0; left:0; top:0; bottom:0; width:100%; height:100%;
	border:1px solid #ccc;
	z-index:1;
	-webkit-opacity: 0.25;
	-moz-opacity: 0.25;
	filter:alpha(opacity=25);
	opacity:0.25;
	font-size:10px; text-align:right;
}
.cmseditor_container:hover .editableicon {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	opacity:1;
	border:1px solid #eee;
}
.cmseditable { z-index:10; }
.cms_notify { margin:10px; color:#333; font-weight:bold; }

.cms_field_container { margin-bottom:20px; }

.content_template, a.content_template, a.content_template:link {
	display:block; padding:7px 10px; margin:3px 0; background:#fff; text-decoration:none;
}
.content_template:hover, a.content_template:hover {
	background:#ddd;
}
.outline {
	padding:15px;
	margin:20px auto auto;
	clear:both;
	border:1px solid #d9d9d9;
}
.cms_summary_table { width:100%; }
.cms_summary_table th { background:#ddd; padding:8px 8px; margin:0; text-align:center; }
.cms_summary_table th:first-child { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;  border-top-left-radius: 5px;  }
.cms_summary_table th:last-child { -moz-border-radius-topright: 5px;-webkit-border-top-right-radius: 5px;border-top-right-radius: 5px; }
.cms_summary_table td { padding:5px 7px; border:1px solid #ddd; border-left:0; border-top:0; }
.cms_summary_table td:first-child {  border-left:1px solid #ddd; }

/* form builder */
.form_editor_field { margin:0 0 3px; }
.form_field { background:#eee; padding:0; margin:0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.form_field .preview { width:50%; }
.add_new_field { text-align:center; background:#eee; padding:2px 0; margin:0 0 3px; height:auto !important; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.add_new_field .cms_button { font-size:11px; padding:3px 4px; margin-left:0; }
.add_new_field_options { margin:5px 0; }
.form_editor_field .qq-upload-list { display:none !important; }
.form_field_sub_block { margin:10px 0; padding:10px 15px; border:1px solid #eee; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
.form_field_sub_block_item { margin:10px 0; padding:10px 15px; background:#eee; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
.form_field_header { background:#ddd; margin:0; padding:1px 4px 0 0; cursor:pointer; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.form_field_header p { margin:0; padding:8px 15px 5px; }
.form_field_header .cms_button { margin-bottom:3px; }
.form_field_body { padding:20px; }
.cms_block_container { border:1px solid #eee; padding:20px 20px 5px; margin:5px 0 0; position:relative; }
.cms_graybg { background:#f3f3f3; }


.cms_select { border:1px solid #ccc; padding:6px; }

#ckeditor.page_feature_info { background:rgba(0,0,0,0.15); }
.cke_chrome { max-width:100% !important; }
#configToolbar-panel { top:-20px !important; z-index:10000; }

.tabContentBox .editor_tab { width:calc(100% - 25px); position:relative;}

.cb_controls_top { position:absolute; right:10px; top:10px; z-index:111; }
.cb_controls_middle { position:absolute; right:10px; top:50%; transform:translateY(-50%); z-index:111; }
.cb_controls_bottom { position:absolute; right:10px; bottom:10px; z-index:111; }
.background_file_upload { white-space:nowrap; }
.background_file_upload .qq-upload-button { float:left; }
.background_file_upload .qq-upload-list { margin:0 0 0 10px; }
.background_file_upload .filename { white-space:nowrap; padding-left:10px; }
.cb_background_option_container { position:absolute; display:none; width:100%; height:100%; top:0; left:0; z-index:200; background:rgba(200,200,200,0.2); text-align:center; }
.cb_background_options { position:relative; display:inline-block; top:50%; transform:translateY(-50%); padding:30px; margin:0 auto; background:rgba(255,255,255,0.7); text-align:left; }
.cb_bg_option { margin:0 0 20px; }
.cb_bg_option:last-child { margin-bottom:0; }
.cb_bg_close { position:absolute; right:-15px; top:-15px; }
.cb_add:hover { background:#f0f0f0; }

.cmsinline .articles:not(.amp) .article_info_bg { display:none; }
.cmsinline .articles:not(.amp) .article_info, .cmsinline .articles:not(.amp) .article_thumb { position:relative; }
.cmsinline .articles:not(.amp) .article_info h2, .cmsinline .articles:not(.amp) .article_info h3, .cmsinline .articles:not(.amp) .article_info h4, .cmsinline .articles:not(.amp) .article_info p { color:#000; }  
.cmsinline .greenbg .article_info h2, .cmsinline .greenbg .article_info h3, .cmsinline .greenbg .article_info h4, .cmsinline .greenbg .article_info p, .cmsinline .bluebg .article_info h2, .cmsinline .bluebg .article_info h3, .cmsinline .bluebg .article_info h4, .cmsinline .bluebg .article_info p, .cmsinline .background-image .article_info h2, .cmsinline .background-image .article_info h3, .cmsinline .background-image .article_info h4, .cmsinline .background-image .article_info p { color:#fff; }  
.cmsinline .articles .article_info a.button, .cmsinline .articles .article_info .button { color:#000; border-color:#000; }
.cmsinline .greenbg .articles .article_info a.button, .cmsinline .greenbg .articles .article_info .button, .cmsinline .bluebg .articles .article_info a.button, .cmsinline .bluebg .articles .article_info .button, .cmsinline .background-image .articles .article_info a.button, .cmsinline .background-image .articles .article_info .button { color:#fff; border-color:#fff; }

.cmsediting .articles:not(.amp) .article_info_bg { display:none; }
.cmsediting .articles:not(.amp) .article_info, .cmsediting .articles:not(.amp) .article_thumb { position:relative; }
.cmsediting .articles:not(.amp) .article_info h2, .cmsediting .articles:not(.amp) .article_info h3, .cmsediting .articles:not(.amp) .article_info h4, .cmsediting .articles:not(.amp) .article_info p { color:#000; }  
.cmsediting .greenbg .article_info h2, .cmsediting .greenbg .article_info h3, .cmsediting .greenbg .article_info h4, .cmsediting .greenbg .article_info p, .cmsediting .bluebg .article_info h2, .cmsediting .bluebg .article_info h3, .cmsediting .bluebg .article_info h4, .cmsediting .bluebg .article_info p, .cmsediting .background-image .article_info h2, .cmsediting .background-image .article_info h3, .cmsediting .background-image .article_info h4, .cmsediting .background-image .article_info p { color:#fff; }  
.cmsediting .articles .article_info a.button, .cmsediting .articles .article_info .button { color:#000; border-color:#000; }
.cmsediting .greenbg .articles .article_info a.button, .cmsediting .greenbg .articles .article_info .button, .cmsediting .bluebg .articles .article_info a.button, .cmsediting .bluebg .articles .article_info .button, .cmsediting .background-image .articles .article_info a.button, .cmsediting .background-image .articles .article_info .button { color:#fff; border-color:#fff; }

.cke_panel {
    min-width:300px !important;
}

.cmseditable .page_feature.col_100, .cmseditable .page_feature.col_011 { width:100%; }

#admin .filter_options { background:#eee; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; padding:20px; margin-bottom:15px; }
#admin .filter_option { margin:15px 0 0; padding:15px 0 0; border-top:1px solid #ddd; }
#admin .filter_option select { width:80%; }
#admin .filter_option .filter_label { width:18%; display:inline-block; margin-right:1.5%; text-align:right; }
#admin .filter_option select.order_col { width:60%; }
#admin .filter_option select.order_dir { width:18%; margin-left:1.5%; }
#admin .filter_options .cms_button { padding:5px; }

/* expand */
.cms.expand { margin:0 0 1px; }
.cms.expand_header { cursor:pointer; background:#eee; padding:10px 15px; }
.cms.expand_header .arrow {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #6c6b70; 
	-webkit-transition:-webkit-transform 300ms ease-out;
	-moz-transition:-moz-transform 300ms ease-out;
	-o-transition:-o-transform 300ms ease-out;
	-ms-transition:-ms-transform 300ms ease-out;
	transition:transform 300ms ease-out;
}
.cms.expand_header .arrow.open {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg); 
}
.cms.expand_content {
	border:1px solid #eee;
	padding:20px;
}
.cms.expand_header > :last-child, .cms.expand_content > :last-child, .cms.expand_header.sub > :last-child { margin-bottom:0; }
.cms.expand_header.sub { cursor:pointer; background:none; padding:10px 0; margin:0; }
.cms.expand_header.sub .arrow {
	margin-top:3px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid #ccc; 
}
.cms.expand_content.sub { border:none; }

.cms_field_container.cms_config_item { margin:0; padding:0; border-top:1px solid #eee; }
.cms_field_container.cms_config_item:first-child { border-top:none; }

.intouch_content_option_selection { border:2px dashed #ddd; padding:30px; background:white; }
.intouch_content_option { clear:both; margin:0 0 2px; padding:10px; background:#f3f3f3; border:1px solid #ddd;}