@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i|Muli:200,300,400,500,600,700,800,900&display=swap');
#app{
    font-family: "Open Sans";
}
#app > div.bg-gradient-primary{
    background: #fff !important;
}
#version_title{
    padding: 6px;
}
.documentation .sidebar > ul > li > ul > li a {
    font-family: 'Muli', sans-serif;
}
#version_btn{
    background-color: #fff !important;
    color: #475c6d;
    border: 0!important;
    border-bottom: 1px solid #2785E2!important;
    font-size: 17px;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    padding-left: 0;
    text-transform: capitalize;
    min-width: 150px;
    max-width: 100%;
}
#version_btn:hover{
    transform: translateY(0);
    -webkit-transform: translateY(0px);
}
.documentation .article{
    margin-top: 60px;
}
.navbar-light .navbar-brand{
    order: 1;
}
.shadow-sm--hover:hover,
.shadow,
.documentation .article blockquote.has-icon:hover{
    box-shadow: none!important;
}
.dropdown-menu.show{
    width: 100%;
    border: none;
}
.documentation .article h2 a:before{
    color: #007bff;
}
.documentation .article h2{
    font-size: 36px;
    color: #3e4f60;
    font-weight: 700;
    font-family: 'Muli', sans-serif;
}
.documentation .article h2:first-of-type + hr,
.documentation .article h1:first-of-type + hr{
    display: none;
}
.documentation .article :not(pre)>code{
    background: transparent;
    /*text-transform: uppercase;*/
    letter-spacing: 3px;
    color: #3e96ff;
    font-family: "Muli";
    font-size: 15px;
    font-weight: 900;
    padding: 0;
    margin-top: 10px;
}
.documentation .article h2>code,
.documentation .article h1>code{
    display: block;
}
#user-dropdown{
    border-radius: 20px;
    font-size: 17px;
    font-family: 'Karla', sans-serif;
}
#version_btn.dropdown-toggle::after{
    background-image: url(/img/small-arrow-bottom-grey.svg);
    border: 0;
    width: 11px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 50%;
    background-repeat: no-repeat;
    margin-top: -3.5px;
}
.navbar-nav .dropdown-menu:before{
    display: none;
    /*bottom: 102%;*/
    /*border-top: 1px solid #979797 !important;*/
    /*border-right: 1px solid #979797 !important;*/
}
#login-btn{
    width: auto;
    background: #ff6445;
    color: #fdfeff;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    height: 100%;
    min-width: 135px;
    border-radius: 20px;
    font-size: 17px;
    font-family: 'Karla', sans-serif;
    text-transform: capitalize;
    box-shadow: none;
}
#login-btn:hover{
    background: #2785e2;
    border: none;
}
.documentation .article blockquote.has-icon .flag{
    float: left;
    position: absolute;
    background-image: url(/img/important-sign.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 040px;
    margin-top: -40px;
}
.flag i{
    display: none;
}
.documentation .article p,
.documentation .article li{
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    color: #475c6d;
    line-height: 40px;
}
.documentation .article ol,
.documentation .article ul{
    margin-left: 0;
    padding-left: 0;
}
.documentation .article ol { counter-reset: list1; }

.documentation .article ol li {
    list-style-type: none;
    padding-left: 30px;
    position: relative;
}
.documentation .article>ul:first-of-type li{
    line-height: normal;
}
.documentation .article ol li:before {
    counter-increment: list1;
    content: counter(list1) ". ";
    position: absolute;
    left: 0;
    top: 0;
    color: #2785e2;
    font-family: 'Karla', sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.documentation .article h2 a{
    font-family: 'Muli', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #3e4f60;
    position: relative;
}
.documentation .article h2 a:before{
    top: 0;
}

.documentation .article>ul:first-of-type li a{
    color: #777777;
}
.documentation .article>ul:first-of-type li a:hover{
    color: #0ca1d7;
    text-decoration: none;
}
.documentation .article h1:first-of-type{
    color: #333333;
    border-left: 0 !important;
    padding-left: 0;
}
.documentation .article>ul:first-of-type li{
    border-bottom: none;
}

#app .search-box{
    width: 184px!important;
    max-width: 100%;
    z-index: 1111;
    height: 40px;
    box-shadow: none!important;
    position: fixed;
    top: 14px;
    margin-top: 0;
    left: 0;
    transition: all .4s ease;
}
#app .search-box .form-control, #app .search-box .form-group{
    background: transparent;
}
#app .search-box .form-control{
    border-bottom: 1px solid #2785E2!important;
    font-size: 17px;
    font-family: 'Karla', sans-serif;
    text-transform: capitalize;
    text-align: left;
    padding-left: 0;
}
.navbar-nav #search-button{
    transition: all .3s ease;
    background: transparent!important;
    border: 0!important;
}
.navbar-nav #search-button.btn-primary{
    opacity: 0;
}
#search-button i{
    background-image: url(/img/search-sign.svg);
    width: 15px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
}
#search-button i:before{
    display: none;
}
#app .search-box .form-control:focus{
    outline: none;
    box-shadow: none;
}
#app .search-box .algolia-autocomplete{
    box-shadow: none;
}
.navbar-brand img{
    max-width: 100px;
    width: auto;
}
.documentation .sidebar{
    background-color: #eef6ff;
    padding-top: 8px !important;
}
.navbar.has-bottom-border{
    border-bottom: 1px solid #EEF6FF;
}
.documentation .sidebar .opened-tab h2, .documentation .sidebar > ul > li > ul > li:hover, .documentation .sidebar > ul > li > ul > li.is-active, .documentation .sidebar > ul > li.opener > h2:hover{
    background: #f6fbff;
}
.documentation .sidebar>ul>li>h2{
    transition: all .3s ease;
    color: #3e4f60;
    font-family: 'Muli', sans-serif;
    font-size: 20px;
}
.documentation .sidebar .opened-tab h2{
    font-weight: bold;
}
.badge{
    font-size: 40%;
    border-radius: 0;
    float: right;
    margin: 3px;
}
.medium-zoom-image--opened{
    z-index: 100;
}
.custom-toggle-slider,
.custom-toggle-slider:after,
.custom-toggle-slider:before{
    width: 32px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px!important;
    background-color: #475c6d;
}
.custom-toggle-slider{
    position: relative;
    display: block;
    border: 0;
}
.custom-toggle input:checked+.custom-toggle-slider{
    border: 0!important;
}
.custom-toggle input:checked + .custom-toggle-slider,
.custom-toggle input:checked + .custom-toggle-slider:after,
.custom-toggle input:checked + .custom-toggle-slider:before{
    background-color: #2785e2;
}
.custom-toggle-slider:after, .custom-toggle-slider:before{
    content: '';
    position: absolute;
    left: 0;
}
.custom-toggle-slider:before {
    top: 9px;
    transform: translate(0,0);
}
.custom-toggle-slider:after {
    top: 18px;
}
.custom-toggle input:checked + .custom-toggle-slider:before{
    opacity: 0;
}
.custom-toggle input:checked + .custom-toggle-slider{
    transform: translate3d(0,10px,0) rotate(45deg);
}
.custom-toggle input:checked + .custom-toggle-slider:after {
    transform: translate3d(0,-18px,0) rotate(-90deg);
}
.documentation .sidebar>ul>li>ul>li>ul>li.is-active a{
    text-decoration: none;
    color: #F05A28 !important;
    font-weight: bold !important;
}
.documentation .article blockquote.has-icon p{
    color: #475c6d !important;
    line-height: 33px;
}
.alert-danger,
.alert-warning{
    min-height: 90px;
}

.alert-danger {
    background-color: #F6FBFF;
    color: #475C85 !important;
    font-size: 12px;
    border-width: 0px 0px 0px 4px;
    border-color: #FF6445 !important;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding-left: 150px;
    /*background-color: #ab313b;*/
    /*border-color: unset;*/
}

.alert-danger a {
    color: #85dcfd;
}
.alert-warning{
    background-color: rgba(255, 193, 7, 0.75);
}
.is-active>a:first-child{
    color: #F05A28 !important;
    font-weight: bold !important;
}

.navbar-nav.ml-lg-auto {
    position: relative;
}
.latest-message {
    position: absolute;
    left: -100%;
    background-color: #49cc90;
    padding: 4px 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 2px;
}
.latest-message a {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    text-decoration: none;
}
.latest-message:hover {
    background-color: #28a745;
    top: 1px;
}
.latest-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f9d322;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    box-shadow: 0px 0px 15px #bbb;
    overflow: hidden;
}
.latest-fixed .warning-img {
    max-width: 40px;
    display: inline-block;
    margin: 0;
    margin-right: 20px;
}
.latest-fixed strong {
    padding: 0 5px;
}
.latest-fixed p {
    margin: 0;
}
.copyright{
    display: none;
    text-align: center;
    padding: 10px;
    background-color: #eef6ff;
}
.exapmle_list{
    float: left;
    margin: 27px;
}
.article li{
    margin-left:2em;
}

@media (min-width: 768px) and (max-width: 1366px) {
    .article {
        flex: 0 0 82% !important;
        max-width: 82% !important;
    }
}
@media (min-width: 1367px) and (max-width: 1450px){
    .article {
        flex: 0 0 83% !important;
        max-width: 83% !important;
    }
    div.navbar-nav.ml-lg-auto{
        margin-right: 6.6% !important;
    }
    div.navbar-nav.ml-lg-auto > a{
        margin-left: 12%;
    }
    div.navbar-nav.ml-lg-auto > li:nth-child(3){
        margin-left: 7%;
    }
}
@media (min-width: 1451px) and (max-width: 1921px){
    .article {
        flex: 0 0 83% !important;
        max-width: 83% !important;
    }
    div.navbar-nav.ml-lg-auto{
        margin-right: 9% !important;
    }
    div.navbar-nav.ml-lg-auto > a{
        margin-left: 20%;
    }
    div.navbar-nav.ml-lg-auto > li:nth-child(3){
        margin-left: 5%;
    }
}
@media (max-width: 992px) {
    .collapse-close .navbar-toggler{
        top: -10px;
    }
    .navbar-collapse .navbar-toggler span{
        background-color: #007bff;
    }
    .navbar-nav{
        text-align: center;
    }
    #user-dropdown{
        margin-top: 20px!important;
    }
    .search-box .algolia-autocomplete .ds-dropdown-menu{
        min-width: auto;
    }
    #app .search-box{
        width: calc((95% - 50px)/2)!important;
        right: calc(2.5% + 25px);
        left: inherit!important;
    }
    .navbar-collapse.show{
        padding: 25px;
        width: calc(100% - 5%);
        margin: 20px auto;
    }
    #app .search-box{
        top: 27px;
    }
    .latest-fixed {
        font-size: 14px;
    }
    .latest-fixed .warning-img {
        max-width: 30px;
        margin-right: 10px;
    }
    .navbar-light .navbar-toggler{
        padding-top: 0%;
    }
    .navbar-light .navbar-toggler-icon{
        font-size: 32px;
    }
    #login-btn{
        width: 100%;
    }
    #search-button{
        margin-top: -36px;
    }
    .navbar-collapse .navbar-collapse-header{
        padding-bottom: 0;
    }
    #version_title{
        padding-left: 0px;
        width: 37%;
        display: inline-block;
        vertical-align: bottom;
        font-size: 16px;
        padding: 0;
        text-align: left;
    }
    .navbar-nav #search-button.btn-primary{
        display: none;
    }
    div.navbar-nav.ml-lg-auto > li{
        width: 63%;
        display: inline-block;
    }
    .navbar-nav{
        font-size: 0;
        display: block;
    }
    .navbar-collapse .navbar-collapse-header{
        border-bottom: none;
        margin-bottom: 0;
    }
    .search-box .algolia-autocomplete{
        margin-top: 2%;
    }
    .search-box .algolia-autocomplete input{
        padding: 15px 0 0 13px;
    }
    .latest-message{
        display: none;
    }
    .documentation .article{
        margin-bottom: 0;
    }
    .navbar-brand.Praxis{
        width: 31px;
        overflow: hidden;
    }
    .article{
        margin-bottom: 0;
    }
    #app .search-box{
        top: 5px;
        margin-right: 44px;
    }
    #search-button{
        position: absolute;
        right: 45px;
        background-color: transparent!important;
        border-color: transparent!important;
        margin-top: -5px;
    }
    .documentation .article p, .documentation .article li{
        line-height: 28px;
    }
    .documentation .article p{
        margin-bottom: 0.5rem;
    }
    .documentation .article blockquote.has-icon .flag{
        position: relative;
        margin-top: 0;
        left: 0;
        top: 0;
        margin-right: 15px;
        width: 70px;
        height: 70px;
    }
    .documentation .article blockquote.has-icon{
        padding-left: 0;
    }
    .copyright{
        display: block;
    }
}

@media (max-width: 480px) {
    #backtotop {
        bottom: 75px!important;
    }
}
