.docs-title {
    font-size: 2.5em;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 1em;
}

.docs-block {
    font-size: 1.5em;
    letter-spacing: 0;
    font-weight: 300;
    margin-top: 20px;
}

.docs-block:before {
    content: "# ";
    color: #f26522;
}

.docs-block-item {
    font-size: 1rem;
    line-height: 1.8em;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 1rem;
}

.docs-block-item:before {
    content: "# ";
    color: #f26522;
}

.docs-content {
    margin-top: -20px;
    font-size: 1rem;
    line-height: 1.8em;
    font-weight: 200;
}

.docs_sidebar ul li {
    display: block;
    padding: 1em 0 0;
    white-space: nowrap
}

.docs_sidebar ul li h2 {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #090910;
    text-decoration: none;
    margin-bottom: 0;
    cursor: pointer;
    transition: all .3s ease;
    line-height: 1.25;
}

.docs_sidebar ul li h2:hover {
    transform: translate3d(5px, 0, 0)
}

.docs_sidebar ul li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #090910;
    text-decoration: none;
    transition: transform .3s ease
}

.docs_sidebar ul li a:hover {
    transform: translate3d(5px, 0, 0)
}

.docs_sidebar ul ul {
    overflow: hidden;
    max-height: 0;
    transition: max-height .45s ease
}

.docs_sidebar ul ul li a {
    position: relative;
    padding-left: 1em;
    font-weight: 400;
    line-height: 1.25;
    color: #757575;
    margin-left: 5px;
}

.docs_sidebar ul ul li.active a {
    color: #f26523;
}

.docs_sidebar ul ul li.active a:before {
    content: "";
    position: absolute;
    top: .25em;
    left: 0;
    width: .5rem;
    height: .5rem;
    background: url(/images/active_marker.min.svg?36e18ac8091d2429ca0eba3e97696b3a) no-repeat 50%
}

.docs_sidebar ul li a {
    position: relative;
    padding-left: 1em;
    font-weight: 400;
    line-height: 1.25
}

.docs_sidebar ul li.active a:before {
    content: "";
    position: absolute;
    top: .25em;
    left: 0;
    width: .5rem;
    height: .5rem;
    background: url(/images/active_marker.min.svg?36e18ac8091d2429ca0eba3e97696b3a) no-repeat 50%
}

.docs_sidebar ul .sub--on>h2 {
    margin-bottom: 1em
}

.docs_sidebar ul .sub--on ul {
    max-height: none;
    padding: 0 0 0 20px;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #f26522;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link :hover,
.nav-link :focus {
    color: #f26522;
    text-decoration: none;
}

.sample_code {
    background-color: #e2e8ee;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: .25rem;
    font-size: 12px;
    line-height: 1.5em;
}


/* media query */

@media screen and (max-width:360px) {
    .tabs {
        margin: 0;
        width: 96%;
    }
    .tabs .tabs-list li {
        width: 80px;
    }
}

.page-items {
    font-size: 1rem;
    line-height: 1.8em;
    font-weight: 200;
}

.pagelist-names {
    padding: 0.7rem;
    background-color: #f7f5f5;
    color: #f26523;
    vertical-align: top;
    border-bottom: 1px solid #e6eaee;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
}

.radioButtons {
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 0;
}

.radioButtons li {
    float: left;
    margin: 0 5px 0 0;
    min-width: 100px;
    width: auto;
    height: 40px;
    position: relative;
}

.radioButtons label,
.radioButtons input {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: -5px;
}

.radioButtons input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}

.radioButtons input[type="radio"]:checked+label,
.Checked+label {
    background-color: #d85011;
    color: #fff;
}

.page-index ul {
    list-style-type: none;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0;
}

.page-index ul li {
    display: block;
    margin-bottom: .5em;
}

.page-index ul li a {
    position: relative;
    font-size: 1.2;
    font-weight: 700;
    color: #090910;
    text-decoration: none;
}

.page-index ul li a:before {
    margin-right: 10px;
    content: "# ";
    color: #f26522;
}

.page-index ul ul {
    margin-top: .5em;
    padding: 0;
    margin-bottom: 0;
}

.page-index ul ul li {
    padding-left: 1.5em;
}

.page-index ul ul li a {
    font-weight: 400;
}

.page-index ul li a:before {
    content: "# ";
    color: #f26522;
}