#layerTreeView input {
    float:left;
    border: none;
}

#layerForm .require::before {
    content: "*";
    color: red;
    padding-right: 5px;
    font-size: bold;
}

#layerForm .tilxyzurl {
    margin-bottom: 15px;
}

#layerForm .tilxyzurl>div {
    border: 1px solid #D5D5D5;
    color: #858585;
    font-size: 14px;
}

#layerForm .tilxyzurl ul {
    list-style-type: none;
    margin-left: 0px;
}

#layerForm .tilxyzurl ul li {
    padding: 5px;
    position: relative;
}

#layerForm .tilxyzurl ul li div {
    padding-right: 40px;
}

#layerForm .tilxyzurl ul li a {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

#layerForm .tilxyzurl ul .odd {
    background-color:  #fff7f7;
}

#layerPropertiesList table {
    width:100%;
}

#layerPropertiesList table label {
    padding-right: 5px;
}

#layerPropertiesList .nonExistentProp {
    background-color: rgba(255, 0, 0, 0.47);
    color: white;
}

#layerPropertiesList .nonExistentProp td span {
    font-weight: bold;
}

#layerPropertiesList td {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#layerForm .wmtsStyle {
    border: 1px solid #D5D5D5;
    max-height: 100px;
    min-height: 34px;
    overflow-y: auto;
    padding: 4px 6px;
}

#layerTreeView .layerbtn {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    background-color: #ebedf2;
    border: 1px solid rgb(222, 228, 234);
    width: 90px;
    text-align: center;
    padding: 8px;
}

#layerTreeView .dd2-content {
    padding-right: 124px;
}

#layerTreeView .dd2-content input {
    width: 99%;
}

#layerTreeView .libgroup {
    margin-left: 15px;
}

#layerTreeView .workspaceChkBox {
    position: absolute;
    top: 0;
    right: 90px;
    height: 38px;
    background-color: #ebedf2;
    border: 1px solid rgb(222, 228, 234);
    width: 30px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
    margin: 0px;
    padding-right: 0px;
}

#layerTreeView .workspaceChkBox .checkbox {
    margin-top: 0;
}

#layerTreeView .workspaceChkBox span {
    margin-left: 0;
}

#layerTreeView .workspaceChkBox label {
    padding-left: 0;
}

#layerForm .widget-header, #layerProperties .widget-header {
    background-image: -webkit-linear-gradient(top,#c5d0dc 0,#EEE 100%);
    background-image: -o-linear-gradient(top,#c5d0dc 0,#EEE 100%);
    background-image: linear-gradient(to bottom,#c5d0dc 0,#EEE 100%);
}

#layerProperties .widget-header {
    position: relative;
}

#layerProperties .widget-header .header-btn {
    position: absolute;
    top: 3px;
    right: 0;
}

#layerProperties .widget-header .header-btn button {
    float: right;
    margin-right: 2px;
}

#layerProperties .propertieBtn {
    cursor: pointer;
}

#layerProperties .propertieBtn:hover {
    background-color: #d6cfcf;
}

#layerProperties .widget-header .viewCol {
    color: #87B87F;
}
