/**********************************
**** Basic Typo
***********************************/
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 0;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    opacity: .9;
}

.headerDoc {
    color: #005580;
}

img {
    max-width: 100%;
}

.cb-section {
    margin: 80px 0 50px 0;
}

.alert {
    padding: 5px;
}

code {
    display: inline-block;
}

a {
    color: #f44336;
}

.doc-ul {
    color: #009688;
    line-height: 30px;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: normal;
}

ul {
    font-weight: 400;
}

ul a {
    color: #009688;
}

/*ul a:hover {
    color: #f44336;
}
ul a:focus {
    color: #f44336;
}
ul a:visited {
    color: #f44336;
}
ul a:active {
    color: #f44336;
}*/
h2 {
    color: #f44336;
    font-weight: 700;
}

.cbx-box {
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    padding: 3rem;
    background: #f9f9f9;
    border-radius: 2px;
    margin-bottom: 5rem;
}

.cbx-box .box-heading {
    background: #009688;
    background: rgba(0, 150, 136, 0.15);
    color: #009688;
    font-size: 26px;
    padding: 1rem;
    font-weight: 700;
    border-radius: 2px;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
}

.cbx-doc-btn {
    padding: 1.5rem 3rem;
}

.cbx-doc-btn-demo {
    background: #009688 !important;
}

.doc-title {
    font-weight: 700;
    color: #009688;
    font-size: 42px;
}

.cbx-box-ash {
    background: rgba(0, 150, 136, 0.1);
}

/**********************************
**** Basic Typo END
***********************************/
/**********************************
**** BODY
***********************************/
#cbdoc-header {
    height: 150px;
    background-color: #2c2c2c;
}

#cbdoc-header .logo {
    margin-top: 30px;
}

#cbdoc-content {
    padding-top: 20px;
}

#cbdoc-footer {
    background-color: #2c2c2c;
}

#cbdoc-footer p {
    color: #fff;
    padding: 15px 0;
    margin: 0;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #f5740a;
    border-color: #dddddd;
}

.tocify .list-group-item.active:hover,
.tocify .list-group-item.active:focus {
    background-color: #f5740a;
}

pre, code {
    text-align: left;
}

/**********************************
**** BODY END
***********************************/
/**********************************
**** FOR RESPONSIVE MODE
***********************************/
@media (max-width: 992px) {
    #toc {
        position: relative;
        width: 100%;
        margin: 0px 0px 20px 0px;
    }
}

/**********************************
**** //FOR RESPONSIVE MODE END
***********************************/
.cbx-sidebar {
    /*margin-top: 25px;*/
    position: fixed;
    overflow-y: scroll;
    height: 95%;
    background: #333;
    padding: 2rem;
}

.cbx-sidebar li {
    margin: 7px 0;
}

.cbx-sidebar li a {
    font-size: 16px;
    /*color: #fff;
    opacity: .7;*/
}

.cbx-sidebar li a:focus, .cbx-sidebar li a:hover, .cbx-sidebar li a:active {
    color: #f44336 !important;
}

.cbx-sidebar li a strong {
    color: #f58b2b;
}

h2, h3 {
    text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
    .cbx-sidebar {
        text-align: center;
        position: static;
    }
}

@media (min-width: 991px) and (max-width: 1400px) {
    /************** 1200 - 1400 GLOBAl USE***********/
    .cbx-sidebar {
        width: 20%;
    }

    /************** 1200 - 1400 GLOBAl USE***********/
}
