.api-builder .api-method {
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    padding: 10px;
    margin-bottom: 20px;
    background: #F5F8FB;
}

.api-builder .api-method-group {
    margin-bottom: 20px;
}

.api-builder .group-item-content {
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    padding: 10px;
    margin-bottom: 20px;
    background: #F5F8FB;
}

.api-builder .api-method h1 {
    margin: 0 0 10px;
    padding: 0;
    font-weight: 600;
    font-size: 15px;
}

.api-builder .api-method .call-url {
    margin: 0 -10px 10px;
    padding: 10px 10px;
    background: white;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

/*noinspection ALL*/
.api-builder .api-method .call-url .method {
    font-weight: bold;
    font-family: courier, monospace;
    margin-right: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.api-builder .api-method .call-url .method.method-post {
    color: #ff0002;
}

.api-builder .api-method .call-url .method.method-get {
    color: #0050d7;
}

.api-builder .api-method .call-url .domain {
    font-family: monospace;
    color: gray;
}

.api-builder .api-method .call-url .uri {
    font-family: monospace;
    font-weight: 800;
}

.api-builder .api-method .nav-tabs {
    margin: 0 -10px 10px;
    padding: 0 10px;
    border-bottom: 1px solid #E6E6E6;
}

.api-builder .api-method .tab {
    background: white;
    margin: -11px;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    border: 1px solid #E6E6E6;

}

.param-block {
    border: 1px solid #E6E6E6;
}
.tab.errors .param-block {
    border: none;
}


.param-block .param-block {
    border-bottom: none;
    border-right: none;
    border-top: none;
    margin-left: 25px;
    margin-top: 0;
}

.param-block .sub {
    border-top: 1px solid #E6E6E6;
    border-left: 20px solid #E6E6E6;
}

.param-block .item .cols {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #E6E6E6;
}

.param-block .item:first-child .cols {
    border-top: none;
}

.param-block .array-field-divider {
    height: 10px;
    border-top: 1px solid #E6E6E6;
}

.param-block .array-field {
    margin-left: 10px;
    border-left: 1px solid #E6E6E6;
}

.param-block .cols > div {
    display: table-cell;
    padding: 5px 10px;
    border-left: 1px solid #E6E6E6;
}

.param-block .cols > div:last-child {
    word-break: break-word;
}

.param-block .cols > div:first-child {
    border-left: none;
}

.param-block .name {
    min-width: 140px;
    font-family: monospace;
    font-weight: 600;
}

.param-block .format {
    min-width: 140px;
    font-size: 12px;
}

.api-builder .api-method code {
    background: white;
    border: 1px solid #E6E6E6;
}

.api-builder .api-method code a:link {
    text-decoration: underline;
}

.api-builder .api-method .required {
    color: red;
    font-family: "courier new", serif;
    font-weight: bold;
    margin-left: 5px;
}

#sitemap {
    float: left;
    margin: 10px;
    width: 15%;
}
#api {
    float: right;
    width: 80%;
    margin: 10px;
}

.api-builder .group-item-content.no-bg {
    background: none;
}

.api-builder .group-item-content.no-bg .api-method-group .api-method {
    margin-left: 30px;
}

.api-builder .method-errors {
    margin-top: 20px;
}

table td, table th {
    border: 1px solid #e8e8e8;
    padding: 4px;
}

table th {
    background: #e8e8e8;
}

.element-description {
    margin-top: 30px;
}

h4 {
    margin-top: 30px;
}

#group-packs-car- + .group-item-content,
#group-packs-company- + .group-item-content,
#group-packs-user- + .group-item-content,
#group-packs-3rd-party-applications- + .group-item-content,
#group-packs-tachograph- + .group-item-content,
#group-packs-device- + .group-item-content{
    background: #fff;
}

.pack-content-description {
    margin: -10px 0 20px 0;
}

.response_description {
    margin: 10px 10px 20px 10px;
}
