body {
    font-family: verdana, sans serif;
    font-size: small;
    padding: 0px;
    margin: 0px;
    background: #FFF;
    visibility: hidden;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#area {
    position: relative;
    background: transparent url(../images/back.png);
    width: 3000px;
    height: 3000px;
}

#controls {
    position: absolute;
    left: 0px;
    top: 0px;
}

#bar {
    text-align: center;
    background-color: #ccc;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 150px;
    padding: 0px 5px 5px;
    -moz-box-shadow: -4px 4px 8px #888; /* FF 3.5+ */
    -webkit-box-shadow: -4px 4px 8px #888; /* Safari 3.0+, Chrome */
    box-shadow: -4px 4px 8px #888; /* Opera 10.5, IE 9.0 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=215, Color='#888888'); /* IE 6, IE 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=215, Color='#888888')"; /* IE 8 */
}

#bar input {
    display: block;
    width: 90%;
    margin: auto;
}

#bar input.small {
    width: 45%;
    display: inline;
}

#toggle {
    padding: 5px 0px;
    margin-bottom: 5px;
    cursor: pointer;
    background-position: 50% 5px;
    background-repeat: no-repeat;
    height: 5px;
}

#toggle:hover {
    background-color: #bbb;
}

#toggle.on {
    background-image: url(../images/up.gif);
}

#toggle.off {
    background-image: url(../images/down.gif);
}

#minimap {
    position: fixed;
    width: 100px;
    height: 100px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    border: 1px solid #000;
    opacity: 0.9;
    overflow: hidden;
}

.mini {
    position: absolute;
    border: 1px solid #000;
    background-color: #eea;
    font-size: 1px;
    line-height: 1px;
}

.mini_selected {
    background-color: #f85;
}

.port {
    position: absolute;
    border: 2px solid #f00;
}

.table {
    position: absolute;
    border: 1px solid #000;
    background-color: #ddd;
    cursor: pointer;
    -moz-box-shadow: 4px 4px 8px #888; /* FF 3.5+ */
    -webkit-box-shadow: 4px 4px 8px #888; /* Safari 3.0+, Chrome */
    box-shadow: 4px 4px 8px #888; /* Opera 10.5, IE 9.0 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888'); /* IE 6, IE 7 */
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#888888'); /* IE 8 */
    border-radius: 3px;
}

.table table {
    border-collapse: collapse;
}

.table.selected {
    border: 2px solid #fff;
}

.table thead .title {
    text-align: center;
    padding: 3px 30px;
}

.table tbody {
    border-top: 1px dotted #888;
}

.table tbody td {
    padding: 3px;
}

.table tbody .selected {
    font-weight: bold;
    color: #f00;
    display: inline-block;
}

.table tbody .title {
    display: inline-block;
}

.primary {
    font-weight: bold;
}

.key {
    font-style: italic;
}

.primary.key {
    font-style: normal;
}

.typehint {
    font-size: 80%;
    color: gray;
}

.comment {
    font-size: 80%;
    font-weight: normal;
    margin-right: 0.5em;
}

.adding {
    cursor: crosshair;
}

.relation {
    overflow: hidden;
}

#background {
    position: absolute;
    background-color: #000;
    opacity: 0.5;
    visibility: hidden;
}

#window {
    position: absolute;
    visibility: hidden;
    background-color: #fff;
    border-radius: 13px;
}

#windowtitle {
    border-bottom: 2px solid #e0e0e0;
    padding: 2px;
    padding-left: 1em;
    font-weight: bold;
}

#windowcontent {
    padding: 1em;
}

#windowok, #windowcancel {
    margin: 0em 1em 1em;
}

.small {
    font-size: 85%;
}

#textarea {
    width: 650px;
    height: 200px;
}

#opts {
    width: 700px;
}

#keys {
    white-space: nowrap;
    text-align: center;
}

legend {
    font-weight: bold;
}

label, input, select {
    vertical-align: middle;
}

#throbber {
    position: absolute;
    top: 2px;
    right: 3px;
}

#rubberband {
    position: absolute;
    border: 1px solid #000;
    background: #888;
    opacity: 0.5;
    visibility: hidden;
}
.layui-input, .layui-textarea {
    display: block;
    width: 100%;
    padding-left: 10px;
}
#windowcontent input,#windowcontent textarea {
    line-height: 18px;
    margin: 2px;
    line-height: 38px\9;
    background-color: #fff;
    border-radius: 2px;
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
    border: 1px solid #cccaca;
}
#windowcontent textarea{
    height: 76px;
}
#windowok{
    background-color: #1E9FFF;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    border: none;
}
label {
    vertical-align: middle;
    float: left;
    padding: 9px 15px;
    font-weight: 400;
    line-height: 20px;
}