#rawRequestBody::-webkit-input-placeholder {
    color:#8F9294;
}

#divServer {
    height: 35px;
}

#divLog {
    min-width: 600px;
}

#divTreeFunc {
    padding: 0;
    height: 5%;
}

    #divTreeFunc > input {
        width: 49%;
    }

    #divTreeFunc > button {
        height: 100%;
    }

#tabContainer {
    display: block;
    height: 671px;
    overflow: auto;
}

.tabBodyContainer {
    min-height: 544px;
}

#logMsg {
    height: 93%;
    padding: 15px;
    border-style: groove;
    border-radius: 5px;
    border: 3px;
    border-style: outset;
    display: block;
    overflow: auto;
}

#inputServer {
    border-style: outset;
    height: 35px;
}

#btnSetServer {
    border-style: outset;
    border-left-style: none;
    height: 35px;
}

#jsTree {
    display: block;
    overflow: auto;
    padding: 0px;
    height: 90%;
    border-style: ridge;
}

#selectMethod {
    height: 35px;
    padding: 0px;
    border-style: outset;
}

/*#selectFile {
    position: absolute;
    left: 506px;
    top: 231px;
    height: 30px;
}*/

#url {
    //border-radius: 5px;
    padding: 0px 0px 0px 10px;
    border-style: outset;
    //height: 35px;
    height: 3%;
    line-height: 12px;
    z-index: 10;
}

#log {
    padding: 0px;
    position: fixed;
    height: 100%;
    top: 80%;
}

#divLogHeader {
    background-color: inherit;
    padding: 5px 10px 5px 10px;
}

#rawFileInput {
    height: 39px;
}

#createFileInput {
    height: 37px;
}

.requestHeaders {
    margin: 0px;
    padding: 5px;
    height: 161px;
    border-radius: 5px;
}

/*RELATIONSHIPS*/
.relationshipInstancePanel {
    background-color: cornsilk;
    padding: 5px;
}

.btnRemoveRelationship {
    float: right;
    background-color: burlywood;
}
/*RELATIONSHIPS*/

/*RELATIONSHIPS*/
.relationshipInstancePanel {
    background-color: cornsilk;
    padding: 5px;
}

.btnRemoveRelationship {
    float: right;
    background-color: burlywood;
}
/*RELATIONSHIPS*/

.classProperties {
    padding: 5px;
    display: block;
    overflow: auto;
    height: 255px;
    border-radius: 5px;
}

.tabContainerSelect {
    height: 22px;
}

.tabContainerSelect {
    height: 22px;
}

.responseBody {
    padding: 5px;
    height: 100%;
    border-radius: 5px;
}

.requestBody {
    padding: 5px;
    display: block;
    overflow: auto;
    height: 350px;
    border-radius: 5px;
}



#inputCreateClass {
    border: 0px;
    border-right-style: groove;
    border-right-width: 1px;
}

#modalMethodAndUrl {
    width: 100%;
}

#modalHeaders {
    width: 100%;
    height: 150px;
}

#modalBody {
    width: 100%;
    height: 250px;
}

#rawMultipartBody {
    width: 100%;
    height: 590px;
}

.noBorder {
    border: 0px;
}

.hiddenButton {
    display: none;
    float: right;
    width: 10%;
    height: 34px;
    padding: 0px;
}

#btnTreeBuildQuery, #btnTreeUpload {
    width: 16%;
}

.err {
    color: #FF0000;
}

.scc {
    color: #397D02;
}

.small {
    font-size: 13px;
}

.info-btn {
    margin-left: 4px;
    padding: 0px 0px 0px 0px;
}

.background {
    background-color: slategrey;
}

.level-1 {
    background-color: #8a99a8;
}

.level-2 {
    background-color: #c5ccd3;
}


html, body {
    height: 100%;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #c5ccd3;
}


.nav-tabs > li > a {
    background-color: #c5ccd3;
}

.ui-autocomplete {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.warning {
    background-color: yellow;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.wsgExplorerMainServer {
    border-bottom: 1px solid #eee;
    padding: 5px 15px 25px 15px;
}

pre {
    background:none;
    border: 1px solid silver;
    padding: 10px 20px;
    margin: 1px;
}

.json-key {
    color: brown;
}

.json-value {
    color: navy;
}

.json-string {
    color: olive;
}

.disabled-div-area {
    z-index: 1000;
    background-color: #000000;
    opacity: 0.3;
    pointer-events: none;
}
