#tree {
	width: 550px;
	margin: 0;
}

ol {
	padding-left: 0px;
}

.mjs-nestedSortable-expanded li{ width:700px;}

ol.sortable,ol.sortable ol {
	list-style-type: none;
	padding-top: 5px;
}

.sortable li .menuDiv, .sortable li .menuEdit {
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: move;
	border-color: #D4D4D4 #D4D4D4 #BCBCBC;
	margin: 0;
	padding: 5px;
}

li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
	border-color: #999;
}

.disclose, .expandEditor {
	cursor: pointer;
	width: 20px;
	display: none;
}

.sortable li.mjs-nestedSortable-collapsed > ol {
	display: none;
}

.sortable li.mjs-nestedSortable-branch > div > .disclose {
	display: inline-block;
}

.sortable span.ui-icon {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.menuDiv {
	background: #EBEBEB;
}

.menuEdit {
	background: #FFF;
}

.itemTitle {
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
    width: 93%;
	padding: 0px 0px 4px 0px;
	cursor:move;
}

.itemTitle font.title{font-weight: 600; cursor:pointer;}
.itemTitle font.roles{font-size: 12px;}

.deleteMenu {
	float: right;
	cursor: pointer;
}

.menu-section-container{
	border: 1px solid #ddd;
	background: #fff;
	min-height: 100px;
}

.menu-section-header{padding: 1px 20px;
background: #f5f5f5;
border-bottom: 1px solid #ddd;
display: block}
.menu-section-left{ float:left; width:65%;}
.menu-section-right{float:left; width:35%;text-align: right;}

.add-new-menu-button, .synchronize-menu-button, .reset-menu-button{padding: 20px 5px;display: inline-block;}
.add-new-menu-button .woocommerce-help-tip, .synchronize-menu-button .woocommerce-help-tip, .reset-menu-button .woocommerce-help-tip{margin-top: 8px;}

.menu-section-container .menu-header-bottom{border-top: 1px dashed rgb(183 177 177);}
.menu-section-container .menu-header-bottom strong{color: #ff0000;}

#gwat-settings-form{padding: 15px 15px;}

/*h1 {
	font-size: 2em;
	margin-bottom: 0;
}

h2 {
	font-size: 1.2em;
	font-weight: 400;
	font-style: italic;
	margin-top: .2em;
	margin-bottom: 1.5em;
}

h3 {
	font-size: 1em;
	margin: 1em 0 .3em;
}

p,ol,ul,pre,form {
	margin-top: 0;
	margin-bottom: 1em;
}

dl {
	margin: 0;
}

dd {
	margin: 0;
	padding: 0 0 0 1.5em;
}

code {
	background: #e5e5e5;
}

input {
	vertical-align: text-bottom;
}

.notice {
	color: #c33;
}*/

.atc-modal {
	
	position: fixed; /* Stay in place */
	z-index: 9999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	/*overflow: auto;*/ /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	display:none;
}

.atc-close-popup{position: relative;
float: right;
top: -30px;
right: -30px;
cursor: pointer;}

/* Modal Content/Box */
.atc-modal-content {
	background-color: #fefefe;
	margin: auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 50%; /* Could be more or less, depending on screen size */
	/*height: 80vh;*/
	margin-top: 10vh;
	
}

.wat-form-to-update-menu{height: 80vh; overflow-y: auto;}

.atc-post-content {
	overflow: auto;
	/*height: 65vh;*/
	display: block;
	border: solid 1px #ddd;
	border-radius: 5px;
	padding: 10px;
	overflow-x: hidden;
}
.atc-term-condition-form p {
	display: block;
	padding: 20px 0px 15px 0px;
	font-size: 16px;
	 font-weight: 500;
	 width: fit-content;
}

.atc-term-condition-form .accept {
	padding: 5px 30px 5px 30px!important;
	font-size: 16px;
}
.atc-term-condition-form input[type="submit"].accept {
	margin-right: 30px;
}
.atc-term-condition-form input[type="button"].accept {
	
}

.atc-term-condition-form .checkbox {
	cursor:pointer;
}

.atc-add-error-class{
	border: solid 1px #f34007;
	padding: 2px 5px 2px 2px;
}

.gou-slug-error{ color:#ff0000; display:none;}
.gou-error{border: 1px solid #ff0000!important;}

.wat-form-to-update-menu td{padding:15px 10px 0px 10px;}
p.gou-description{font-style: italic;}

.gwat-tab-menus ul.gwat-sub-menus{ 
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.gwat-tab-menus ul.gwat-sub-menus li{ 
	display: inline-block;
	width: auto;
	margin: 0px 5px -1px 0px;
	border: 1px solid #ccc;
	border-bottom: none;
	font-size: 14px;
	font-weight: 600;
	border-radius: 5px 5px 0px 0px;
	background: #e5e5e5;
	color: #5e5568;
	cursor: pointer;
}

.gwat-tab-menus ul.gwat-sub-menus li a{
	padding: 5px 10px 6px 10px;
	display:block;
	color: #5e5568;
	text-decoration:none;
}

.gwat-tab-menus ul.gwat-sub-menus li.active{ 
	background: #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	color: #000;
}

.gwat-tab-menus ul.gwat-sub-menus li.active a{
	color: #000;
}

.gwat-tab-menus ul.gwat-sub-menus li:hover{ 
	background: #ffffff;
}

.gwat-popup-navigation-layout{
	text-decoration: underline;
	cursor: pointer;
	color: #0000ffb3;
}

.submit .delete-to-existing-menu{background: #ca4a1f;
    border-color: #ca4a1f;
	margin-left:15px;}
.submit .delete-to-existing-menu:hover, .submit .delete-to-existing-menu:focus{background: #ca4a1fd6;
    border-color: #ca4a1fd6;
	margin-left:15px;box-shadow: 0 0 0 1px #fff, 0 0 0 1px #ca4a1fd6;}

	
/* ------- LAYOUT PAGE SCRIPT ------- */

#gwat-settings-form.layout-section .woocommerce-help-tip{margin: 0px 5px 0px 5px;}
#gwat-settings-form.layout-section .wp-picker-input-wrap input{ width: 100px; }
#gwat-settings-form .layout-color-pickers{ display:block;margin: 0px 0px 5px 0px;}
#gwat-settings-form .layout-color-pickers label{ font-weight: 500;
    width: 100px;
    display: inline-block; }

#gwat-settings-form.layout-section .layout-types ul{ display:inline-block;}
#gwat-settings-form.layout-section .layout-types ul li{display: inline-block;
    margin: 0px 20px 0px 0px;}
	
#gwat-settings-form.layout-section .layout-types .woocommerce-help-tip{margin: 0px 5px 0px 0px; display:inline-block;}	

	
	
/* ------- NEED HELP SCRIPT ------- */	
	
li.gwat-need-help{    background: #d63638!important;
    color: #ffffff!important;
    border: 1px solid #d63638!important;
}
li.gwat-need-help a{    padding: 5px 10px 6px 10px;
    display: block;
    color: #ffffff!important;
    text-decoration: none;
}	

.gwat-need-help-modal {
	
	position: fixed; /* Stay in place */
	z-index: 9999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	/*overflow: auto;*/ /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	display:none;
	
}

.gwat-need-help-close-popup{position: relative;
	float: right;
	top: -30px;
	right: -30px;
	cursor: pointer;
}

/* Modal Content/Box */
.gwat-need-help-modal-content {
	background-color: #fefefe;
	margin: auto; /* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 50%; /* Could be more or less, depending on screen size */
	/*height: 80vh;*/
	margin-top: 10vh;
	border-radius: 5px;
}

.gwat-need-help-form-content {
	overflow: auto;
	/*height: 65vh;*/
	display: block;
	border: solid 1px #ddd;
	border-radius: 5px;
	padding: 10px;
	overflow-x: hidden;
}

.gwat-need-help-form-content-inner{max-height: 70vh; overflow-y: auto;}

h1.gwat-need-help-modal-heading{    font-size: 22px;
    margin: 0px 0px 12px 0px;
    color: #1d2327;
    font-weight: 600;
    border-bottom: solid 1px #ddd;
    padding-bottom: 12px;
}
.gwat-need-help-description{    font-size: 14px;
    color: #1d2327;
    line-height: 20px;
    margin: 0px 0px 15px 0px;
}

.gwat-need-help-form-content-inner .form-table{ margin:0px;}

.gwat-need-help-form-content-inner p.submit{    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.gwat-need-help-field-error{    border: 1px solid #d63638!important;}

.gwat-need-help-success{    display: block;
    text-align: center;
    font-size: 16px;
    color: green;
    padding: 20px 0px;
	display:none;
}