.tim-row {
    margin-bottom: 40px;
}

.prettyprint {
    background-color: #eee;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 20px !important;
    font-size: 13px;
    text-align: left;
    border-radius: 4px;
    border: none !important;
}

.atv,
.str {
    color: #05AE0E;
}

.tag,
.pln,
.kwd {
    color: #3472F7;
}

.atn {
    color: #2C93FF;
}

.pln {
    color: #333;
}

.com {
    color: #999;
}

.space-top {
    margin-top: 50px;
}

.btn-primary .caret {
    border-top-color: #3472F7;
    color: #3472F7;
}

.area-line {
    border: 1px solid #999;
    border-left: 0;
    border-right: 0;
    color: #666;
    display: block;
    text-align: center;
    border-bottom: none !important;
}

.area-line a {
    color: #666;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.logo-container .logo {
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #333333;
    width: 50px;
    float: left;
}

.header-wrapper {
    position: relative;
    height: 500px;
}

.header-wrapper .navbar {
    border-radius: 0;
    width: 100%;
    z-index: 3;
}

.header-wrapper .header {
    background-color: #9368e9;
    background-position: center center;
    background-size: cover;
    height: 450px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.header-wrapper .header .filter::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #9368e9 0%, #943bea 100%) repeat scroll 0 0 / 150% 150%;
    content: "";
    display: block;
    height: 450px;
    left: 0;
    opacity: 0.77;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.header-wrapper .title-container {
    color: #fff;
    position: relative;
    top: 150px;
    z-index: 3;
}

.logo-container .brand {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 20px;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    width: 50px;
    height: 50px;
}

.logo-container {
    margin-top: 10px;
}

.logo-container .logo img {
    width: 100%;
}

.navbar-small .logo-container .brand {
    color: #333333;
}

.fixed-section ul li {
    list-style: none;
}

.fixed-section li a {
    font-size: 14px;
    padding: 2px;
    display: block;
    color: #666666;
}

.fixed-section li a.active {
    color: #00bbff;
}

.fixed-section.float {
    position: fixed;
    top: 100px;
    width: 200px;
    margin-top: 0;
}

.copyright {
    color: #777777;
    padding: 10px 15px;
    font-size: 14px;
    margin: 15px 3px;
    line-height: 20px;
    text-align: center;
}

.table-bigboy .img-container {
    width: 130px;
    height: 85px;
}

.table-bigboy .td-name {
    min-width: 170px;
}

.navbar-default .logo-container .brand {
    color: #9a9a9a;
}

@media (min-width: 991px) {
    .fixed-section {
        top: 110px;
        max-height: 70vh;
        overflow: scroll;
    }
}

@media (max-width: 991px) {
    .navbar-transparent {
        background-color: transparent;
    }
    #navbar .navbar-collapse {
        display: none !important;
    }
    .fixed-section {
        position: relative;
    }
    .navbar .navbar-collapse.collapse,
    .navbar .navbar-collapse.collapse.in,
    .navbar .navbar-collapse.collapsing {
        display: block !important;
    }
    .navbar-collapse:before,
    .navbar-collapse:after,
    .navbar-collapse {
        background: transparent;
    }
    .navbar-collapse {
        width: 260px;
    }
    .header-wrapper+.wrapper .main+.close-layer {
        display: none !important;
    }
    .nav-open .header-wrapper .navbar .navbar-header {
        -webkit-transform: translate3d(-260px, 0, 0);
        -moz-transform: translate3d(-260px, 0, 0);
        -o-transform: translate3d(-260px, 0, 0);
        -ms-transform: translate3d(-260px, 0, 0);
        transform: translate3d(-260px, 0, 0);
    }
    .navbar-header {
        -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
        -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
        transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
    .navbar-transparent .navbar-nav {
        margin-top: 17px;
    }
    .navbar-nav {
        margin-top: 3px;
    }
}

.form-control+.form-control-feedback {
    margin-top: -14px !important;
    right: 22px !important;
}

.navbar .nc-icon.nc-zoom-split {
    color: #fff;
}

.documentation .bootstrap-datetimepicker-widget.dropdown-menu.open {
    top: 45px !important;
}

.documentation .ct-label {
    font-size: 14px;
}

.documentation .bootstrap-select .dropdown-menu.show {
    transform: translate3d(0px, 0px, 0px) !important;
    top: 37px !important;
}

.documentation .page-header,
.documentation .page-header-image,
.documentation .page-header-image .filter:after {
    height: 100vh;
}

.documentation .footer {
    z-index: 3;
}

.documentation .wrapper {
    margin-top: -61px;
    height: 100vh;
}

.documentation .navbar {
    z-index: 21;
}