/* http://esync.no/ */
html {
    height: 100%;
}

/* stylesheet.css (84, 7) */
body {
    background-color: #888888;
    color: #ffffff;
    overflow-x: hidden;
    height: 100%;
    padding: 20px;
    margin: 0px;
    box-sizing: border-box;
}

BODY > .content {
	background-color: #FFFFFF;
	color: #333333;	
	padding: 20px;
	box-sizing: border-box;
}

A {
	color:#DDDDFF;
	text-decoration: none;
}

A:HOVER {
	text-decoration: underline;
}

.content.popup {
	width: 600px;
	max-width: 90%;
	height: 400px;
	max-height: 90%;
	box-shadow: 6px 6px 24px rgba( 0, 0, 0, 1.0);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	position: absolute;
}

/* http://esync.no/ */
.login .two div {
    display: inline-block;
    padding: 4px;
    box-sizing: border-box;
    height: 32px;
    vertical-align: top;
}

/* http://esync.no/ */
.login {
    width: 300px;
    margin: 0 auto;
    padding: 0px;
    list-style-type: none;
}

/* http://esync.no/ */
.popup h1 {
    text-align: center;
    text-transform: uppercase;
}

/* http://esync.no/ */
.login input {
    width: 100%;
}

/* http://esync.no/ */
.login .one {
    text-align: center;
}

/* http://esync.no/ */
.login li {
    padding: 5px 0px;
}

/* http://esync.no/ */
.login input {
    padding: 3px;
}

/* http://esync.no/ */
.login .two .field {
    width: 40%;
    background-color: #eeeeee;
}

/* http://esync.no/ */
.login .two .value {
    width: 60%;
}

button {
    font-size: 18px;
    padding: 5px 20px;
}

.popup .logo {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.integration-map {
	height: 100%;
}

/* http://esync.no/ */
.integration-map .map-list {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    max-width: 500px;
    height: 100%;
    overflow-y: scroll;
}


/* http://esync.no/ */
.tree .level-1 {
    padding-left: 20px;
}

/* http://esync.no/ */
.tree .level-2 {
    padding-left: 40px;
}

/* http://esync.no/ */
.tree .level-3 {
    padding-left: 60px;
}

/* http://esync.no/ */
.tree .level-4 {
    padding-left: 80px;
}

/* http://esync.no/ */
.tree .level-5 {
    padding-left: 100px;
}

/* http://esync.no/ */
.tree .level-6 {
    padding-left: 120px;
}

/* http://esync.no/ */
.tree .level-7 {
    padding-left: 140px;
}

.integration-map .map-list .tree li {
    border: 1px solid #aaaaaa;
    margin: 1px;
    box-sizing: border-box;
    cursor: default;
    position: relative;
}

/* http://esync.no/ */
.integration-map .map-list .tree li.sub {
    border: 0px none;
    margin: 0px;
    padding: 0px;
}

/* stylesheet.css (110, 35) */
.integration-map .map-list .tree {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

/* http://esync.no/ */
.tree .sub {
    transition: all 1s;
    overflow: hidden;
}

.tree .node + .sub {
    max-height: 0px;
}

/* http://esync.no/ */
.tree .node.expanded + .sub {
    max-height: none;
}

/* http://esync.no/ */
.tree .node::before {
    content: "\f3f3";
    width: 14px;
    display: inline-block;
}

/* http://esync.no/ */
.tree .node.expandable::before {
    content: "+";
}

.tree .node.expandable.expanded::before {
    content: "-";
}

.integration-map .tree .node.inactive {
    opacity: 0.5;
}

.integration-map .tree .node.additional {
    color: #ffff88;
}

/* http://esync.no/ */
.tree li {
    padding: 3px;
}

.tree .node:hover {
    background-color: rgba(255, 255, 255, 0.2);
}


/* stylesheet.css (203, 22) */
.tree .node::before {
    content: "\f3f3";
    width: 16px;
    display: inline-block;
    text-align: center;
}

.integration-map .tree .node.connected {
    border: 1px solid #00CC00;
    background-color: rgba(0, 224, 0, 0.2);
}

.integration-map .tree .node.skipped {
    border: 1px solid #FF0000;
    background-color: rgba(255, 0, 0, 0.2);
}

.integration-map .tree .node.skipped .skip {
	color: #FF0000;
}

.integration-map .tree .node.details .products {
    color: #99ff99;
}

.integration-map .tree .node.selected {
    border: 1px solid #0000FF;
    background-color: rgba(0, 0, 255, 0.2);
}

.tree li .info {
    position: absolute;
    right: 80px;
}

/* stylesheet.css (263, 20) */
.tree li .actions {
    position: absolute;
    right: 5px;
    width: 75px;
    text-align: right;
}

/* stylesheet.css (270, 22) */
.tree li .actions * {
    display: inline-block;
    margin: 0px 4px;
    cursor: pointer;
}

/* http://esync.no/?page=edit */
.field label {
    width: 20%;
    vertical-align: top;
    display: inline-block;
}

/* http://esync.no/?page=edit */
.field .data {
    width: 80%;
    vertical-align: top;
    display: inline-block;
}

.field .data textarea {
    width: 100%;
    height: 100px;
}

