ul.xydac-custom-meta {
	display: none;
	margin-top: 12px;
	margin-bottom: 3px;
}

.xydac-custom-meta-div ul {
	list-style: none;
}

.xydac-custom-meta li {
	display: inline;
	background-color: #F1F1F1;
	border-color: #DFDFDF #DFDFDF #CCCCCC;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}

ul.xydac-custom-meta li.active {
	background-color: #E9E9E9;
	border-style: solid solid none;
	border-width: 1px 1px 0;
	border-color: #CCCCCC #CCCCCC #E9E9E9;
}

ul.xydac-custom-meta li {
	padding: 5px;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-top-left-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.xydac-custom-meta li a {
	text-decoration: none;
	color: #999999;
	font-size: 130%;
}

.xydac-custom-meta li.active a {
	text-decoration: none;
	color: #21759B;
}

.xydac-custom-meta-div div.tabs-panel {
	overflow: auto;
	padding: 0.5em 0.9em;
	border-style: solid;
	border-width: 1px;
}

.xydac-custom-meta .heading {
	padding-left: 10px;
}

.xydac-custom-meta .tab-content {
	overflow: visible;
	/*border: 1px solid #DFDFDF;*/
}


.xydac-custom-meta label {
	display: block;
}

.xydac-custom-meta label span {
	display: inline;
	font-weight: normal;
}

.xydac-custom-meta span {
	color: #999;
	display: block;
}


.xydac-custom-meta h4 {
	color: #999;
	font-size: 1em;
	margin: 15px 6px;
	text-transform: uppercase;
}

.xydac-custom-meta label.radio,
.xydac-custom-meta label.checkbox {
	display: inline;
	font-weight: normal;
}
.xydac-custom-meta p input[type=radio],.xydac-custom-meta p input[type=checkbox]{
	margin: 10px
}

.xydac-custom-meta label.neo {
	width: 30%;
	float: left;
	height: 2em;
	line-height: 2em;
	display: inline;
	margin-top: 0;
}

.xydac-custom-meta select.neo {
	width: 50%;
	margin-bottom: 10px;
	float: left;
}


p.customEditor {
	padding-left: 0px;
}

.xydac-custom-meta .customEditor {
	margin: 15px 6px;
	border: 1px solid #ccc;
	background: none repeat scroll 0 0 #FFFFFF;
}

.xydac-custom-meta textarea.wp-editor-area,
.xydac-custom-meta .customEditor textarea {
	border: 0;
}

.xydac-custom-meta .wp_themeSkin iframe {
	background: #FFF;
}
.xydac-custom-meta a.xydac_image::before{
	content: "\f306";
	font: 400 18px/1 dashicons;
	
	width: 18px;
    height: 18px;
    vertical-align: text-top;
    margin: 0 2px;
}
/*
.xydac-custom-meta a.xydac_image {
	padding: 4px;
	font-weight: normal;
	text-decoration: none;
	
}*/
.xydac-custom-meta .xeditor {
	height: 300px;
}

#post-body .xydac-custom-meta .customEditor .mceStatusbar a.mceResize {
	top: -2px;
}

.xydac-custom-meta span {
	display: inline;
}

.xydac-custom-meta .hrule {
	height: 0px;
	color: #DFDFDF;
	border: 1px solid;
	border-bottom-color: #DFDFDF;
	border-top-color: #FFFFFF;
	width: 98%;
}

.xydac-custom-meta div.xydac_cms_field {
	position: relative;
}

.xydac-custom-meta a.xydac_add_more,.xydac-custom-meta a.xydac_add_more_page
	{
	position: absolute;
    right: 0;
    top: 0;
	text-decoration: none;
}
.xydac-custom-meta a.xydac_add_more::after{
	content: "\f502";
	font-family: Dashicons;
    font-weight: 400;
    line-height: 1;
	font-size: 200%;

}
/*
.xydac-custom-meta a.xydac_add_more:focus,.xydac-custom-meta a.xydac_add_more:hover,.xydac-custom-meta a.xydac_add_more_page:focus,.xydac-custom-meta a.xydac_add_more_page:hover
	{
	background: #21759B;
	color: #FFFFFF;
}
*/
.xydac_form_inline {
	width: 100%;
}

.xydac_form_inline .xydac_title {
	width: 45%;
}

.xydac_form_inline .xydac_detail {
	width: 50%;
}
/* ---------- */
div.xydacfieldform {
	background-color: #F9F9F9;
}

div.xydacfieldform  h3 {
	color: #21759B;
	cursor: pointer;
	padding: 10px;
	margin: 0px;
	background-color: #F1F1F1;
	background-image: -moz-linear-gradient(center top, #F9F9F9, #ECECEC);
	border-bottom-color: #DFDFDF;
	border-top-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #DFDFDF;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
}
div.xydacfieldform .form-field {
	border-color: #DFDFDF;
	border-style: solid;
	border-width: 0 0 1px 1px;
	margin: 0px;
	clear: both;
    padding:10px;
}
#col-left 
div.xydacfieldform .form-field {
	border-width: 0 1px 1px;
}
/*
div.xydacfieldform .form-field p{
	padding:0 5px;
}
div.xydacfieldform .form-field label{
	line-height:28px;
}
 /* ---------- */
div.xydacfieldform .xydac_home {
	border-color: #DFDFDF;
	border-style: solid;
	border-width: 0 1px 1px;
	padding: 10px
}

div.xydacfieldform .xydac_home table {
	width: 100%;
}

div.xydacfieldform .xydac_home .xydac_home_label {
	width: 30%;
	vertical-align: top;
}

div.xydacfieldform .xydac_home label {
	font-weight: bold;
}

div.xydacfieldform .xydac_home input[type='text'] {
	margin: 1px;
	padding: 5px;
	width: 300px;
	border-color: #DFDFDF;
	border-radius: 3px 3px 3px 3px;
	box-sizing: border-box;
	font-size: 12px
}

div.xydacfieldform .xydac_home .xydac_save {
	width: 150px;
	margin-top: 30px;
}

div.xydacfieldform .xydac_home p {
	color: #666666;
	font-family: sans-serif;
	font-size: 12px;
	font-style: italic;
	margin: 0;
}

/*Added for Submit Button*/
.col-wrap p.xydacformsubmit{
    margin-top:10px;
}

.xydac_button {
	border-radius: 3px;
	text-align: center;
	color: #FFFFFF;
	background-image: -moz-linear-gradient(center top, #B5421C, #D54E21);
	text-shadow: 1px 1px 1px #B5421C;
	display: block;
	font-family: "Lucida Grande", Tahoma, "Bitstream Vera Sans", Arial,
		sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 34px;
	padding: 0 9px;
}

.xydac_button:hover {
	background-image: -moz-linear-gradient(center top, #D54E21, #B5421C);
	color: #EEEEEE;
	text-shadow: 1px 1px 1px #333;
	display: block;
}

p.xydacdonation {
	display: block;
	padding: 5px;
	text-align: center;
	background: #f2f2f2;
}

p.xydacdonation a {
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #D54E21;
	text-decoration: none;
}

.xydacinactive {
	background-color: #F4F4F4;
}

.xydacactive {
	background-color: #FCFCFC;
}

.xydactableerror {
	color: #BC0B0B;
	font-weight: bold;
}

#manage_post_type {
	width: 200px
}

#manage_page_type {
	width: 200px
}

.toplevel_page_xydac_ultimate_cms .column-xydac-name {
	width: 20%;
	color: #000;
}

.toplevel_page_xydac_ultimate_cms .column-xydac-description {
	width: 60%;
}

.toplevel_page_xydac_ultimate_cms .column-xydac-install {
	width: 20%;
}

.toplevel_page_xydac_ultimate_cms .xydac_moreinfo {
	padding: 4px 0;
}
/* ==archive= */
.xydac_mainbox_cols {
	float: left;
}

.xydac_box h4 {
	display: block;
	margin: 0px;
	padding: 6px;
	background: url('../images/archiveh4.jpg') no-repeat bottom center
		transparent;
	color: #000;
	text-align: center;
	font-weight: bold;
}

.xydac_box .h4wrap {
	background: url('../images/archiveh4wrap.jpg') repeat-x bottom center
		transparent;
}

.xydac_box a {
	display: block;
	color: #000;
}

.xydac_box p {
	margin: 0px;
	padding: 6px;
	color: 23538a
}

.xydac_box {
	margin: 5px;
	border: 2px solid #d5d5d5;
	background: #FAFAFA;
	height: 100px;
	position: relative;
}

.xydac_box:hover {
	background: -moz-linear-gradient(center top, #F9F9F9, #ECECEC);
	background: -o-linear-gradient(#F9F9F9, #ECECEC);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F9F9F9),
		to(#ECECEC) ); /* older webkit syntax */
	background: -webkit-linear-gradient(#F9F9F9, #ECECEC);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 2px;
	border: 1px solid #ECECEC;
}

.xydac_clear {
	clear: both;
}

.xydac_main_wrapper {
	margin: auto;
}

.xydac_main_wrapper table {
	background-color: #F9F9F9;
	border-color: #DFDFDF;
	-moz-border-radius: 3px 3px 3px 3px;
	border-spacing: 0;
	border-style: solid;
	border-width: 1px;
	clear: both;
	margin: 0;
	width: 100%;
}

.xydac_main_wrapper a {
	text-decoration: none;
}

.xydac_main_wrapper thead th,.xydac_main_wrapper tfoot th {
	background-color: #F1F1F1;
	background-image: -moz-linear-gradient(center top, #F9F9F9, #ECECEC);
}

.xydac_main_wrapper thead th:first-of-type {
	-moz-border-radius-topleft: 3px;
	border-radius-topleft: 3px;
}

.xydac_main_wrapper thead th:last-of-type {
	-moz-border-radius-topright: 3px;
	border-radius-topright: 3px;
}

.xydac_main_wrapper tfoot th:first-of-type {
	-moz-border-radius-bottomleft: 3px;
	border-radius-bottomleft: 3px;
}

.xydac_main_wrapper tfoot th:last-of-type {
	-moz-border-radius-bottomright: 3px;
	border-radius-bottomright: 3px;
}

.xydac_main_wrapper td,.xydac_main_wrapper th {
	border-style: solid;
	border-width: 1px 0;
	border-bottom-color: #DFDFDF;
	border-top-color: #FFFFFF;
}

.xydac_main_wrapper tfoot th {
	border-bottom: medium none;
}

.xydac_main_wrapper .no-items td {
	border-bottom-width: 0;
}

.xydac_main_wrapper td {
	font-size: 12px;
	padding: 4px 7px 2px;
	vertical-align: top;
	color: #555555;
}

.xydac_main_wrapper td p,.xydac_main_wrapper td ol,.xydac_main_wrapper td ul
	{
	font-size: 12px;
	color: #333333;
}

.xydac_main_wrapper th {
	font-size: 14px;
	line-height: 1.3em;
	padding: 7px 7px 8px;
	vertical-align: top;
	text-align: left;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* Admin table used on Ultimate CMS module page */
.admin-table {margin-bottom:10px;}
.admin-table tr {
    border: 1px solid #bfbfbf;
}
.admin-table th {
    border-right: 1px solid #bfbfbf;
    vertical-align: middle;
    font-size: 130%;
    padding: 10px;
    background: #dfdfdf; /* Old browsers */
    background: -moz-linear-gradient(left,  #dfdfdf 0%, #bfbfbf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dfdfdf), color-stop(100%,#bfbfbf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #dfdfdf 0%,#bfbfbf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #dfdfdf 0%,#bfbfbf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #dfdfdf 0%,#bfbfbf 100%); /* IE10+ */
    background: linear-gradient(to right,  #dfdfdf 0%,#bfbfbf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#bfbfbf',GradientType=1 ); /* IE6-9 */

}
.admin-table td {
    background: #f2f2f2;
}
.admin-table input[type="text"]{
    min-width: 50%;
    padding: 5px;
}

.admin-table pre{
    margin:0;
    padding:5px;
    width:100%;
    
}
.admin-table .checkbox{
    padding-right: 15px;
}




/* Tool tips as help for plugin */
.xydactooltip::before{
	content: "\f223";
	font-family: Dashicons;
   font-weight: 400;
   line-height: 1;
   font-size: 130%;
}

.xydactooltip {
	cursor: help; 
	text-decoration: none;
	position: absolute;
	right:2em;top:6px;
	float:right;
}
.post-new-php .xydactooltip,
.post-php .xydactooltip
{
	top:30%;
}
.xydactooltip span {
	margin-left: -999em;
	color:black;
	position: absolute;
}
.xydactooltip:hover span {
	border-radius: 8px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	position: absolute; right: 0em; top: 2em; z-index: 99;
	margin-left: 0; width: 350px;
	padding:5px;
	border-top-right-radius: 0px;
	
}
.xydactooltip:hover img {
	border: 0; margin: -10px 0 0 -55px;
	float: left; position: absolute;
}
.xydactooltip .info { 
	background: #2a2d2d;
    color: #fff; 	}
		
/** 
Accordion
**/

div#accordion .accordion-toggle {
    cursor: pointer;
    background: #e5e5e5;/*F6F6F6;*/
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 0px;
}
div#accordion .accordion-toggle.active{
	background: #f1f1f1;
}
div#accordion .accordion-toggle::after{
	float: right;
    border-radius: 50%;
    display: block;
    padding: 1px 2px 1px 0;
    color: #444;
    content: "\f140";
    font: 400 20px/1 dashicons;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

div#accordion .accordion-toggle.active::after {
	content:  "\f142";
	float: right;
}
div#accordion .accordion-content {
	cursor: pointer;
	background: #F6F6F6;
	border: 1px solid #DDD;
	padding: 10px;
	margin-bottom: 0px;
	display: none;
}

div#accordion .accordion-content {
	background-color: #F9F9F9;
	border-color: #DFDFDF;
	border-style: solid;
	border-width: 0 1px;
}

div#accordion .form-field {
	margin: 0px;
    padding:8px;
} 
	

div#accordion .accordion-content{
	display: block;
}
div#accordion .accordion-toggle{
	cursor: auto;
}

/** 
Accordion
**/

.nav-tab.right{
	float: right;
	background: #6a00ff;
	color:#fff;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

ul.xydac-custom-meta{
	margin: 0;
    width: 20%;
    float: left;
    line-height: 1em;
    padding: 0 0 10px;
    position: relative;
    background-color: #fafafa;
    border-right: 1px solid #eee;
    box-sizing: border-box;
}
ul.xydac-custom-meta li {
	margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

ul.xydac-custom-meta li a{
	margin: 0;
    padding: 10px;
    display: block;
    box-shadow: none;
    text-decoration: none;
    line-height: 20px!important;
    border-bottom: 1px solid #eee;
}

.xydac-custom-meta .tab-content{
	float: left;
	width: 80%;
}
.xydac-custom-meta::after{
	clear: both;
}

#xydac-page-custom-meta-div .inside,
#xydac-custom-meta-div .inside{
	padding: 0;
	margin:0;
}
ul.xydac-custom-meta li.active,
ul.xydac-custom-meta li{
	border:0;
}
.post-new-php div.xydacfieldform .form-field>label,
.post-php div.xydacfieldform .form-field>label{
	float: left;
	width: 25%;
}
.post-new-php .form-field .xydac-custom-meta,
.post-php .form-field .xydac-custom-meta{
	float: left;
	width: 70%;
	margin: 0;
}


.post-new-php .xydac-custom-meta select,
.post-new-php .xydac-custom-meta textarea,
.post-new-php .xydac-custom-meta input[type='text'],
.post-php .xydac-custom-meta select,
.post-php .xydac-custom-meta textarea,
.post-php .xydac-custom-meta input[type='text']
	{
	margin-bottom: 0px;
	width: 100%;
}


.xydac_cms_field::after{
	content:" ";
	clear: both;
}

.admin-tab-content{
	padding: 10px;
	border-left: 1px solid #eee;
	background: #f9f9f9;
}

.noshow{
	display: none;
}

.editbox{
	background: #fff;
    padding: 10px;
    margin: 0;
    margin-top: 10px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.form-field{
	position: relative;
}


/**
Settings page
**/



.toplevel_page_xydac_ultimate_cms .form-table td.righttdcol{
    border: 1px solid #ddd;
    padding: 0;
}

.xydac_custom_field_form .form-table td,
.xydac_custom_field_form .form-table th{
	border-bottom: 3px solid #f1f1f1;
    border-left: 3px solid #f1f1f1;
	background: #fff;
	padding: 15px 10px;
}

.xydac_custom_field_form .form-table th{
	background: #e5e5e5;
}


.xydac_custom_field_form input[type='text'],
.xydac_custom_field_form textarea,
.xydac_custom_field_form select{
	width: 100%;
	background: transparent;
	box-shadow: none;
	border-width: 0 0 1px 0;
}
.xydac_custom_field_form input[type='checkbox']{
	border-width: 0 0 2px 0;
	background: transparent;
	box-shadow: none;
}

.xydac_custom_field_form input:focus{
	border-width: 0 0 2px 0;
    box-shadow: none;
}
.xydac_custom_field_form .xydac-col-post_type-field_has_multiple{
	width: 110px;
}
.xydac_custom_field_form .xydac-col-post_type-field_order{
	width: 150px;
}

.xydac_custom_field_form .topbar{
	padding: 20px 0;
}
.xydac_custom_field_form td.info{
	background: transparent;
	padding: 20px;
	font-size: 120%;
	font-weight: bold;
}

@media screen and (max-width: 782px){
	.xydac_fields_edit td:not(.column-primary)::before {
		padding: 6px 10px;
	}
}

@media screen and (min-width: 782px){
	#col-container .col-left{
		width: 35%;
	}
	#col-container .col-left.editmode{
		width: 65%;
	}

	#col-container .col-right.editmode{
		width: 35%;
	}
	.two_cols_display{
		position: relative;
		float: left;
		width: 45%;
	}
}

.activeshade .active th.check-column {
    border-left: 4px solid #00a0d2;
}

.module_manager .xydac-col-module_manager-description{
	width: 85%;
}

.CodeMirror {
	border: 1px solid #eee;	
}
.editbox .CodeMirror {
	min-height: 500px;
}
.editbox textarea {
	width: 100%;
	display: block;
}
.importlogs{
	width: 80%;
    min-height: 600px;
    margin-top: 10px;
    background: #000;
    color: #00ec00;
    padding: 10px;
}
.importlogs p{
	padding:0;
	margin: 0;
}
/*============START Xydac Taxonomy - brand=============================*/

/*============END brand=============================*/
