



ul.tree {
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	
}

ul.tree li {
	display: inline-block;
	text-align: center;
	margin: 20px;
	vertical-align: top;
}

ul.tree li.tnone {
	display: none;
}

ul.tree ul.tshow {
	display: block!important;
}

ul.tree li>div {
	display: inline-block;
	padding: 15px 10px;
	text-decoration: none;
	position: relative;
	width: 130px;
	z-index: 2;
	background: #285fdb;
	color: #fff;
	font-weight: bold;
	border-radius: 8px;
}
ul.tree li>div a{
	color:#fff;
	text-decoration:none;
}

ul.tree li>div span {
	display: inline-block;
	margin: 0 2px;
}

ul.tree li>div.zindex {
	z-index: inherit;
}

ul.tree li form {
	display: block;
	text-align: left;
	padding: 10px;
	margin-top: 15px;
	position: absolute;
	z-index: 4;
	background: #da9628;
	color: #fff;
	    border-radius: 8px;
}

ul.tree li form input[type=checkbox] {}

ul.tree li form img.close {
	float: right;
	cursor: pointer;
	background-color: #e02222;
	padding: 2px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width:18px;
}

ul.tree li input[type=text] {
	width: 150px;
	background: #ffc;
	padding: 4px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	border: none;
	margin: 5px 0;
	display: block;
}

ul.tree li input[type=password] {
	width: 150px;
	background: #ffc;
	padding: 4px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	border: none;
	margin: 5px 0;
	display: block;
}

ul.tree li select {
	width: 150px;
	background: #ffc;
	padding: 4px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	border: none;
	margin: 5px 0;
	display: block;
}

ul.tree li textarea {
	height: 35px;
	width: 150px;
	background: #ffc;
	padding: 4px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	border: none;
	margin: 5px 0;
	display: block;
}

ul.tree li textarea.error {
	background: #d84a38;
}

ul.tree li textarea:focus {
	background: #ffc;
}

ul.tree li .submit,
ul.tree li .edit {
	border: none;
	text-align: center;
	display: block;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	padding: 5px 15px;
	cursor: pointer;
	margin-top: 3px;
	background: #285fdb;
	    border-radius: 8px;
}

ul.tree li .submit:hover,
ul.tree li .edit:hover {
	background: #8a9ef5;
}

ul.tree li div.current {
	background: #28b779;
}

ul.tree li div.children {
	background: #ffb848;
}

ul.tree li div.parent {
	background: #852b99;
}

ul.tree li span.vertical,
ul.tree li span.horizontal {
	display: inline-block;
	position: absolute;
	z-index: 1;
	background: #bbb;
}

ul.tree li span.vertical {
	width: 1px;
}

ul.tree li span.horizontal {
	height: 1px;
}

ul.tree li b.thide {
	position: absolute;
	width: 11px;
	height: 12px;
	bottom: 0;
	left: -17px;
	background: url(../images/hide.png) no-repeat;
	cursor: pointer;
}

ul.tree li b.thide.tshow {
	background: url(../images/show.png) no-repeat;
}

ul.tree li b.thide.tnone {
	display: none;
}

ul.tree li span.add_action,
ul.tree li span.edit_action,
ul.tree li span.highlight,
ul.tree li span.delete_action {
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: none;
	padding: 2px;
	background-color: #e02222;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-size: 50%;
}

ul.tree li span.add_action {
	top: -5px;
	left: -5px;
	background-image: url(../images/add-file.png);
}

ul.tree li span.edit_action {
	bottom: -5px;
	left: -5px;
	background-image: url(../images/edit.png);
}

ul.tree li span.highlight {
	bottom: -5px;
	right: -5px;
	background-image: url(images/highlight.png);
	display:none !important;
}

ul.tree li span.delete_action {
	top: -5px;
	right: -5px;
	background-image: url(../images/delete.png);
}

img.back_btn {
	position: fixed;
	left: 15px;
	top: 15px;
	cursor: pointer;
	z-index: 3;
}

img.load {
	position: absolute;
}

div.drag_error,
div.delete_msg,
div.edit_msg,
div.add_msg,
div.drop_msg {
	position: absolute;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 4px 10px;
	font: 14px Arial, Helvetica, sans-serif;
	z-index: 999;
}

div.drag_error {
	background: #b41616;
}

div.delete_msg {
	background: #b41616;
}

div.edit_msg {
	background: #17A769;
}

div.add_msg {
	background: #27A9E3;
}

div.drop_msg {
	background: #852b99;
}


/*-----Other-----*/

.accordion-left {
	float: left;
	width: 49%;
	margin-left: 0.96%;
	margin-bottom: 20px;
}

.accordion-right {
	float: right;
	width: 49%;
	margin-right: 0.97%;
	margin-bottom: 20px;
}

.accordion-header {
	padding: 5px 10px;
	background-color: #17a769;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	font-family: 'Cabin', sans-serif;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	font-size: 16px;
	outline: none;
	border-bottom: solid 1px #eee;
}

.accordion-header.active {
	background-image: url(../images/minus.png);
}

.accordion-content {
	padding: 5px 10px;
	background-color: #2295c9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	max-height: 300px;
	overflow: auto;
	display: none;
	border-bottom: solid 1px #eee;
}

.accordion-content p {
	margin: 10px 0;
}

.accordion-content p a {
	color: #ffff00;
	text-decoration: none;
	font-weight: bold;
}

.accordion-content p a:hover {
	color: #d8d8d8;
}

.accordion-content ul {
	list-style: disc;
	margin-left: 25px;
	line-height: 18px;
}

.accordion-content textarea {
	width: 90%;
	height: 150px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	color: #000;
	outline: none;
	border: none;
	background: #fff;
}

.other_ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	margin-left: 0.96%;
	margin-bottom: 1px;
	display: block;
	overflow: auto;
}

.other_ul li {
	display: inline-block;
	color: #fff;
	float: left;
	margin-right: 1px;
}

.other_ul li b {
	border: solid 1px #852b99;
	background: #fff;
	padding: 0 5px;
	display: block;
	float: left;
	height: 22px;
}

.other_ul li strong {
	background: #852b99;
	border: solid 1px #852b99;
	padding: 0 5px;
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
}

.other_ul span.add_action,
.other_ul span.edit_action,
.other_ul span.highlight,
.other_ul span.delete_action {
	width: 10px;
	height: 10px;
	padding: 2px;
	background-color: #e02222;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 4px;
}

.other_ul span.add_action {
	background-image: url(../images/add-file.png);
}

.other_ul span.edit_action {
	background-image: url(images/edit.png);
}

.other_ul span.highlight {
	background-image: url(images/highlight.png);
}

.other_ul span.delete_action {
	background-image: url(images/close.png);
}

hr {
	background: #58b7e1;
	border: none;
	margin: 15px 0;
}



/* =========== */
.zoom-flex .btn {
  width: 30px;
  height: 30px;
  background: #FFF;
  border: 1px solid #555;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #555;
  padding: 0px;
  line-height:30px;
  position: relative;
  text-align: center;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
	transition: all 0.3s ease;
}
.zoom-flex .btn:hover {
  background: #eef;
}


.overflow {
	overflow: auto;
	position: relative;
	display: flex;
    align-items: center;
    width: 100%;
}

.overflow div{
	margin:auto;
}

.overflow li::before, .overflow li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 2px solid #ccc;
    width: 50%;
    height: 18px;
}
.overflow ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 2px solid #ccc;
    width: 0;
    height: 20px;
}
.overflow li::before, .overflow li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 2px solid #ccc;
    width: 50%;
    height: 18px;
}
.overflow li:first-child::before, .overflow li:last-child::after {
    border: 0 none;
}
.overflow li:last-child::before {
    border-right: 2px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}
.overflow ul {
    padding-top: 20px;
    position: relative;
    padding-left: 0px;
    display: flex;
}
.overflow li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
}
.overflow li::after {
    right: 0px;
    left: 50%;
    border-left: 2px solid #ccc;
}
.overflow  li:last-child::before {
    border-right: 2px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}
.overflow li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}
.overflow li:only-child::after, .overflow li:only-child::before {
    display: none;
}

ul.tree li span.vertical, ul.tree li span.horizontal{
	display:none;
}
ul.tree li{
	margin:0px;
}