/* CSS Resets - better than * { margin:0;padding:0;border:0; } */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End CSS Reset */

body {
	font-family: 'Open Sans', sans-serif;
	background-image:url(images/bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#72e2fa;
}

a {
	text-decoration:none;
	color:#069;
	font-weight:700;
	border-bottom:solid 1px;
}

a:visited {
	text-decoration:none;
	color:inherit;
}


a:hover {
	text-decoration:none;
	color:#000;
}


a:active {
	text-decoration:none;
	color:inherit;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
	color: #fff;
}


.no_userselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

.block_link {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
	background-image:url(images/trans_bg.png);
	border:none;
	text-indent:-9999px;
}

.clear { clear:both; }


.auto_margins {
	margin:auto;
}

.large_box {
	width:800px;
	padding: 60px;
	margin-bottom: 30px;
	line-height: 30px;
	background-color: #eeeeee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.perc_90_box {
	width: 90%;
	padding:0;
	padding-top: 22px;
}

.box_heading {
	padding-bottom: 1px;
	border-bottom: solid 1px #D8D8D8;
	margin-bottom: 14px;
	position:relative;
	z-index:2;
}


h1 {
	font-weight:700;
	margin-bottom: 0;
	font-size: 30px;
	line-height: 1;
	letter-spacing: -1px;
	color: inherit;
	margin-bottom: 15px;
}

.main_content h1 {
	font-weight:400;
}

.main_content strong {
	color:inherit;
}

h2 {
	font-weight:700;
	margin-bottom: 0;
	line-height: 1;
	letter-spacing: -1px;
	color: inherit;
	font-size:20px;
}

.highlight {
	color:#069;
	font-weight:700;
	border-bottom:solid 1px;
}


label {
	display: inline-block;
	width: 150px;
	padding: 5px 5px 5px 11px;
	background-color: #fff;
	border: solid 1px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-right:none;
	float:left;
	text-align:left;
	line-height: 35px;
	height: 30px;
	margin-top:10px;
}

.cke_dialog_ui_labeled_label {
	float:none !important;
}
.std_text_input,.std_select_dropdown,.std_textarea {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 5px;
	float: left;
	border: solid 1px #000;
	border-left: none;
	height: 30px;
	line-height: 30px;
	width: 622px;
	font-size: 23px;
	color:#069;
	outline:none;
	margin-top:10px;
}

.std_upload {
	float: left;
	height: 40px;
	line-height: 30px;
	font-size: 23px;
	color:#069;
	outline:none;
	background-color: #fff;
	border: solid 1px #000;
	margin-top: 10px;
	border-left: none;
}
.std_upload input {
	padding-top:7px;
}

.label_ckeditor {
	display:none;
}

.ckeditor {
	width:600px;
}

#cke_content {
	margin-top:10px;
}


.cke_top,.cke_chrome,.cke_inner {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;

}

.cke_bottom,.cke_chrome,.cke_inner {
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}

.cke_chrome {
	border:solid 1px #000 !important;
	box-shadow:none !important;
}

.std_textarea {
	height: 94px;
	font-size: 16px;
	line-height: 22px;
	padding-top: 12px;
}

.std_checkbox_container {
	display: inline-block;
	background-color: #fff;
	height: 30px;
	padding: 5px;
	float: left;
	width: 621px;
	border: solid 1px #000;
	border-left: none;
	margin-top: 10px;
	line-height: 35px;
}

.std_checkbox {
	margin-right:10px;
}

.std_select_dropdown {
	height: 42px;
	width: 633px;
}

.next_step {
	float:right;
}
.back_step {
	float:left;
}

.p_overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	z-index:1;
	display:none;
}

.p_container {
	position:fixed;
	z-index:2;
	display:none;
}

.step {
	background-repeat:no-repeat;
	background-position:center;
}

.wrapper {
	background-color: #eeeeee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position:fixed;
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
}

.wrapper_header {
	height: 100px;
	padding: 0px 30px 30px 30px;
	font-size: 28px;
	color: #fff;
	background-color: #069;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.header_logo {
	float:left;
}

.header_user {
	float: right;
	font-size: 12px;
	line-height: 0px;
	margin-top: 65px;
}

.header_user a {
	color:#fff;
}

.left_menu,.controls_menu {
	position:relative;
	width:200px;
	float:left;
	border-right:solid 1px #999999;
	border-left: solid 2px #069;
}
.controls_menu {
	border-left:solid 1px #999999;
	border-right: solid 2px #069;
}

.left_menu li,.module_tabs li,.controls_menu li {
	line-height: 30px;
	font-size: 15px;
	padding: 10px 20px 10px 20px;
	background-color: #fff;
	border-left: solid 8px #fff;
	position:relative;
	cursor:pointer;
}

.controls_menu li {
	border-right: solid 8px #fff;
	border-left:none;
	width:152px;
}

.left_menu li:hover,.left_menu li.nav_active {
	border-left: solid 8px #069;
}

.controls_menu li.nav_active {
	border-right: solid 8px #069;
}

.main_content {
	position: absolute;
	top: 119px;
	left: 213px;
	right: 0;
	bottom: 0;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	overflow: auto;
}


.warning,.message {
	border: solid 2px #8B0A0A;
	padding: 10px;
	text-align: center;
	border-radius: 6px;
	background-color:#fff;
}
.message {
	border:solid 2px #0A8B2E;
}




.module_tabs {
	margin-top: -14px;
	position: relative;
	z-index: 1;
	margin-bottom:20px;
	border-bottom: solid 2px #069;
	background-color: #fff;
}

.module_tabs li {
	border:none;
	border-bottom:solid 8px #fff;
	float:left;
}
.module_tabs li.nav_current {
	border-bottom:solid 8px #069;
}


.listing_table {
	width:100%;
}

.listing_table tr:hover > td {
	background-color:#C6C7C9;
}

.listing_table th {
	border-bottom: solid 8px #069;
	font-size: 11px;

}

.listing_table .listing_id {
	width:5%;
	text-align:left;
	padding-left:2%;
	padding-right: 10px;
}

.listing_table .listing_title {
	width:65%;
	text-align:left;
}

.listing_table .listing_tool {
	width:10%;	
	text-align:center;
}

.listing_tool.locale{
	text-transform: uppercase;
}
.listing_table td.listing_tool {
	font-size:11px;
}

.listing_table td {
	background-color:#FFF;
	border-bottom:solid 1px #D8D8D8;
}

.form_btn {
	float:left;
	margin-top:30px;
}


.listing_table tr.bghighlight td {
	background-color:#B2D4FF;
}


.controls_menu {
	position:absolute;
	top:0px;
	right:0px;
	width:200px;
	background-color:#fff;
}


.ui_tpicker_time_label,.ui_tpicker_hour_label,.ui_tpicker_minute_label {
	width:79px;
	float:left;
}

.ui_tpicker_time,.ui_tpicker_hour,.ui_tpicker_minute {
	float:left;
	width: 205px;
	margin-bottom: 9px;
}


.connectedSortable {
	width: 43%;
	float: left;
	height: 300px;
	overflow: auto;
	background-color: #fff;
	border: solid 1px;
	margin-right: 10px;
	padding: 17px;
}

.cell_unpublished {
	border-left: solid 7px #858585;
}

.cell_published {
	border-left: solid 7px #33944E;
}




/* uploader */




/* UPLOADER */
.qq-uploader {
    position: relative;
    width: 100%;
	margin-top: 10px;
}
.qq-upload-button {
    display: block;
    width: 100%;
	padding: 5px 0px;
	font-weight: bold;
    text-align: center;
    background: #fff;
	border: 1px solid #999999;
	color: #069;
	border-radius:5px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
.qq-upload-button-hover {
    background: #069;
	color:#fff;
}
.qq-upload-button-focus {
    outline: 1px dotted #000000;
}
.qq-upload-drop-area, .qq-upload-extra-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 2;
    background: #39c;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
    text-align: center;
}
.qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 16px;
}
.qq-upload-extra-drop-area {
    position: relative;
    margin-top: 50px;
    font-size: 16px;
    padding-top: 30px;
    height: 20px;
    min-height: 40px;
}
.qq-upload-drop-area-active {
    background: #39c;
}
.qq-upload-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.qq-upload-list li {
	border: solid 1px #F90;
	color: #3A3636;
	font-size: 13px;
	border-radius: 5px;
	width: 100%;
	padding: 5px 0px;
	margin-top: 5px;
	text-align: center;
	background-color:#fff;
	position:relative;
	overflow:hidden;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-retry, .qq-upload-failed-text, .qq-upload-finished {
    margin-right: 12px;
	z-index: 2;
	position: relative;
}
.qq-upload-file {
}
.qq-upload-spinner {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}
.qq-drop-processing {
    display: none;
}
.qq-drop-processing-spinner {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
}
.qq-upload-finished {
    display:none;
    width:15px;
    height:15px;
    vertical-align:text-bottom;
}
.qq-upload-retry {
    display: none;
    color: #000000;
}
.qq-upload-cancel {
	color: #000000;
}
.qq-upload-retryable .qq-upload-retry {
    display: inline;
}
.qq-upload-size, .qq-upload-cancel, .qq-upload-retry {
    font-size: 12px;
    font-weight: normal;
}
.qq-upload-failed-text {
    display: none;
    font-style: italic;
    font-weight: bold;
}
.qq-upload-failed-icon {
    display:none;
    width:15px;
    height:15px;
    vertical-align:text-bottom;
}
.qq-upload-fail .qq-upload-failed-text {
    display: inline;
}
.qq-upload-retrying .qq-upload-failed-text {
    display: inline;
    color: #D60000;
}
.qq-upload-list li.qq-upload-success {
	border: solid 1px #390;
	color: #999;
	font-size: 13px;
	border-radius: 5px;
	width: 100%;
	padding: 5px 0px;
	margin-top: 5px;
	text-align: center;
	background-color:#fff;
}
.qq-upload-list li.qq-upload-fail {
	border: solid 1px #cc0000;
	color: #999;
	font-size: 13px;
	border-radius: 5px;
	width: 100%;
	padding: 5px 0px;
	margin-top: 5px;
	text-align: center;
	background-color:#fff;
}
.qq-progress-bar {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(171,211,238,1)), color-stop(51%,rgba(137,195,235,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(171,211,238,1) 50%,rgba(137,195,235,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
    width: 0%;
    border-radius: 5px;
    display: none;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
}


td {
	vertical-align:middle;
}

.cell_image {
	width: 100px;
}

.cell_image img {
	margin:10px;
}

.cell_title {
	text-align: left;
	padding-left: 20px;
}

.cell_controls {
	text-align: center;
}

.listing_table td.cell_controls {
	font-size:11px;
}


.ui-sortable {
	cursor:move;
}



.hiddentilpublished {
	display:none;
}

#published .hiddentilpublished {
	display:inline;
}


.toggle_subs {
	font-size: 11px;
	padding-left: 10px;
	cursor: pointer;
}

.sub_cat {
	display:none;
}



.image_gallery_texts input,.image_gallery_texts textarea,.video_gallery_texts input,.video_gallery_texts textarea {
	width:100%;
	font-family: 'Open Sans', sans-serif;

}


.content_filter {
	float: right;
	margin-top: -52px;
	text-align: right;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 15px;
	border-left: solid 2px #069;
	border-bottom: solid 2px #069;
	position: relative;
	z-index: 2;
}

.field_hidden {
	display:none !important;
}


.help {
	position:absolute;
	top: 30px;
	right: 26px;
	font-size: 12px;
	color: #9AEAFA;
}

.help_launch {
	cursor:pointer;
	text-decoration:underline;
	
}

.help_launch img {
	margin-bottom: -10px;
	margin-left: 5px;
	position:relative;
	z-index:20;
}

.help_guide {
	width:257px;
	position:absolute;
	top: -10px;
	right: -10px;
	background-color:rgb(255,255,191);
	-moz-box-shadow:0px 4px 7px rgba(0,0,0,0.34);
	-webkit-box-shadow:0px 4px 7px rgba(0,0,0,0.34);
	box-shadow:0px 4px 7px rgba(0,0,0,0.34);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=4,Color=#57000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=4,Color=#57000000,Positive=true);
	z-index: 13;
	padding: 48px 20px;
	font-family:Arial, Helvetica, sans-serif;
	display:none;
	height: 50%;
}

.hg_bg {
	position:absolute;
	background-image:url(images/hg_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 297px;
	height: 56px;
	bottom: -43px;
	left: 0;
}

.help_guide h1,.home_hg h1 {
	font-size:14px;
	font-weight:bold;
	line-height:120%;
	color:rgb(0,102,153);
}

.help_guide h1 .hg_close {
	font-size: 12px;
	font-weight:normal;
	text-decoration:underline;
	float: right;
	margin-right: 55px;
	cursor:pointer;
}

.help_guide h2,.home_hg h2 {
	font-size:18px;
	font-weight:bold;
	line-height:172%;
	color:rgb(17,17,17);
}

.help_guide h3,.home_hg h3 {
	font-size:11px;
	font-weight:bold;
	line-height:172%;
	color:rgb(0,102,153);
	
}

.help_guide .hg_content,.home_hg .hg_content {
	font-size:11px;
	line-height:172%;
	color:rgb(17,17,17);
	height: 80%;
	overflow:auto;
	margin-top:10px;
}
.hg_content strong {
	color:rgb(17,17,17);
	font-weight:bold;
}
.home_hg .hg_content {
	overflow:visible;
}

.hg_content p {
	margin-top:10px;
}




.label_std_checkbox {
	width: 94%;
	border-right: solid 1px;
	margin-right: -27px;
}

.std_checkbox {
margin-top: 25px;
}



.tag_results {
	position: fixed;
	top: 0;
	left: 400px;
	padding:20px;
	background-color: #fff;
	border:solid 1px #333;
	display: none;
}

.tag_results .results_inner {
	margin-bottom: 10px;
}

.tag_results .results_inner p,.tag_results span {
	cursor: pointer;
	border-bottom: dashed 1px #777;
}
.dataTables_filter {
	display: none;
}

table.dataTable thead th, table.dataTable thead td {
padding: 10px 18px;
border-bottom: solid 2px #069 !important;
}

div.checkbox_wrapper {
width: 42%;
float: left;
margin-right: 7px;
min-width: 380px;
}

.logins_table.listing_table .listing_tool,
.logins_table.listing_table .listing_title {
	width:auto;
	white-space: nowrap;
}
.logins_table.listing_table .listing_title {
	white-space: normal;
}

.display-flex {
	display: flex;
}
.data-form-charts {
	text-align: right;
}
.data-form-charts form input[type=submit], .data-form-charts form select  {
	padding: 10px 15px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	margin: 9px;
	font-size: 18px;
	font-weight: bold;
}
.data-form-charts form input[type=submit] {
	color: #fff;
	background-color: #069;
}
.width-50 {
	width: 50%;
}
.cms-h3-title {
	color: rgb(0,102,153);
	font-weight: bold;
}
.cms-h3-title span {
	color: #000;
}
