/*!
 * ThemeStek custom changes for documentation view
 * Copyright 2016-2018 The ThemeStek Group
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


body{font-family: 'Poppins', sans-serif;font-size: 14px; color: #2a2d33}
a {
    color: #e32222;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.navbar-brand>img {
    display: block;
    width: 30px;
}
.badge-secondary {
    background-color: #242424;
}
h2.page-header {
    font-size: 25px;
    color: #333;
    border-bottom: none;
    text-transform: none;
    font-weight: 400;
   font-family: 'Poppins', sans-serif;
}


h3 {
    font-size: 20px;
    text-transform: none;
    padding-bottom: 9px;
    padding-top: 35px;
    margin-bottom: 20px;
    border-bottom: 2px solid #f6f6f6;
}
h4{font-size: 20px;}
h5{font-size: 16px;}

/*.page-header {
    margin-top: 75px;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}*/

.footer-big-text{
	margin-bottom:0; border-radius:0;
}
.navbar-right-content a{
	color: #b7b7b7;
}
.navbar-right-content a span{
	color: #d4d4d4;
}

/* Navigation */

.nav {
    background-color: #fff; 
}

.nav >li {
  /* background: #fafafc;*/
    position: relative;
    list-style: outside none none;
    margin-bottom: 0;
}
.nav >li>a {
    padding: 8px 0;
    font-weight: 500;
}


.nav li ul {
    display: none;
    list-style-type: none;
    margin-bottom: 2px;
    background: #fff;
    padding: 18px 0 18px 30px;
}
.nav li.active ul{display: block !important;} 
.nav:before {
   /* background: #e32222 none repeat scroll 0 0;*/
    color: #333;
    content: "Doc Navigation";
    display: block;
    margin-bottom: 2px;
    padding: 11px 0 0 0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: bold;
}

/*.nav>li a {
    font-size: 14px;    
    white-space: nowrap;
    margin-bottom: 2px;
    border-left: 3px solid #edeef2;
    color: #2a2d33;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}*/

.nav li ul li a {
    font-size: 13px;
    border: none;
}
.nav > li a {
    font-size: 14px; 
    white-space: nowrap;
    color: #2a2d33;
    outline: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.nav li ul li{margin: 5px 0}
/*.nav li ul li a:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}*/
.nav  .toggle-button{position: absolute; top: 10px;   width: 20px; height: 20px; right: 10px;}
.nav li ul li a:before,.nav .toggle-button:before {
    content: '\f105';
    display: inline-block;
    margin-right: 10px;
    font-family: Font Awesome\ 5 Free;
    font-size: 13px;
    color: #333;
    font-weight: 900;
}

.nav .active .toggle-button:before{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #343a40;
}

.nav .nav-link {
    border-radius: 0;
}


.nav  .docs-progress-bar {
    background: #ccc ;
    left: 0;
    bottom: 0;
    position: absolute;
    top: 35px;
    max-height: 1px;
    display: none;
}
.nav .active .docs-progress-bar, .nav .viewed .docs-progress-bar {
    display: block;
}

.nav ul li.active a {
    color: #e32222;
}

.nav.affix, .nav.affix-bottom {
    position: fixed;
    top: 100px;
    z-index: 11111;
}
.navbar-brand{height: 70px;}

.nav {
    position: absolute;
    top: 0;
    width: 270px;
    max-height: 80vh;
    overflow-y: auto;
}
.nav::-webkit-scrollbar {
    background: #fff;
}
.nav::-webkit-scrollbar, .nav>li ul::-webkit-scrollbar {
    width: 1px!important;
}
.nav::-webkit-scrollbar-thumb, .doc-nav>li ul::-webkit-scrollbar-thumb {
    background-color: #fff;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color:transparent;
}
/*.navbar-fixed-top{
    line-height: 65px;
}*/
.navbar-right-content{text-align: right}
/*.nav {
    position: fixed;
    top: 100px;
    z-index: 11111;
}*/



.dropdown-menu {
    width: 220px;
    padding: .5em;
}

.dropdown-menu > span {
    display: inline-block;
    font-size: .8em;
}


.welcome {
    display: inline-block;
    padding: .3em .5em;
    background: #f9f9f9;
    color: #c8c8c8;
    border-bottom: 2px solid #ddd;
    border-radius: 3px;
}

/* Button */

.btn-primary {
    color: #fff;
    background-color: #1a4fad;
    border-color: #1a4fad;
}

.btn-primary:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

/* footer */
.footer-big-text {
    margin-top: 50px;
}


.docs-section{
    margin-bottom: 40px;
}



#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;    
    display: none
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}

.card-header{background: none; margin-bottom: 10px;}
.card-header h5{font-size: 16px;}
#accordion .card{border: none}
ol:not(.linenums) li {
    display: block;
    border-bottom: 1px solid #edeef2;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 1.5em;
}
ol:not(.linenums) {
    counter-reset: item;
    padding-left: 25px;
}

/*ol:not(.linenums), ul:not(.linenums) {
    margin-bottom: 30px;
}*/
p+ol, p+ul {
    margin-top: -18px;
}
ol:not(.linenums) li:before { 
    content: counter(item) ".";
    counter-increment: item;
    margin: auto;
    margin-left: -20px;
    display: inline-block;
    height: 100%;
    position: relative;
    float: left;
}
 
/*p {
    margin-bottom: 30px;
    line-height: 18px;
}*/
ul li{margin-bottom: 15px;}
.img-shadow{
   box-shadow: 0 40px 80px rgba(0, 0, 0, 0.08), 0 15px 45px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin-bottom: 30px;
    margin-top:10px;
}
@media (min-width: 1400px){
    .container{width:  1200px;}
}




#nav_top {
    background: #131313 !important;
    border-color: #796f52!important;
}

/*
<img src="images/skin-color.jpg" class="img-responsive img-shadow">*/


.navbar-nav li:hover .dropdown-menu {
    display: block;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

img.target {
    width: 840px!important;
}

.scalize{
    width: 900px!important;
}

.page-id-5 .scalize .item-point {
    background: #3f9af7;
    border: solid 3px #3f9af7;
    width: 15px;
    height: 15px;
}

.page-id-5 .scalize .item-point.pulse2:before,.page-id-5 .scalize .item-point.pulse2:after {
    border: 1px solid #3f9af7;
    width: 15px;
    height: 15px;
}

.scalize .content {
    z-index: 99999!important;
    border-radius: 15px;
    border: 1px solid #3f9af7;
}

.scalize .content .body {
    background: transparent!important;
}


a.exit {
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 1.5em;
}

.body ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.scalize .content .head {
    background: #3f9af7!important;
    border-radius: 15px 15px 0 0;
}
.scalize .content .head .title {
    text-align: center;
    color: #fff;
}
span.num-ber {
    display: inline-block;
    background: #fff;
    color: #3f9af7;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}

body ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}


#login100-form label,
#login100-form label {
    display: none;
}

.cloudy {
    animation: cloudy 5s ease-in-out infinite;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: #FFFFFF 65px -15px 0 -5px, #FFFFFF 25px -25px, #FFFFFF 30px 10px, #FFFFFF 60px 15px 0 -10px, #FFFFFF 85px 5px 0 -5px;
    height: 50px;
    width: 50px;
    margin-left: -69px;
    position: absolute;
    top: 200px;
}

.cloudy::after {
    animation: cloudy_shadow 5s ease-in-out infinite;
    background: #000000;
    border-radius: 50%;
    content: '';
    height: 15px;
    width: 120px;
    opacity: 0.2;
    position: absolute;
    left: 5px;
    bottom: -60px;
    transform: scale(1);
}

@keyframes cloudy {
    50% { transform: translateY(-20px); }
}
@keyframes cloudy_shadow {
    50% { transform: translateY(20px) scale(.7); opacity:.05; }
}


.cloud {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.col-md-4.cloud {
    padding-top: 8em;
}



/*************************************************************/


/* Animation */
@-webkit-keyframes
pulsate {  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
}
    45% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0;
    }
}
@keyframes
pulsate {  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
}
    45% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0;
    }
}

body { margin: 0; }

/* Hotspot */

#hotspotImg {
   /* background-color: #ededed;
    background-size: cover;
    background-position: center center;*/
    position: relative;
}

#hotspotImg .img-responsive { max-width: 100%; }

#hotspotImg .hot-spot {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 5px;
    left: 5px;
    text-align: center;
    background-color: rgba(39, 98, 158, 0.98);
    color: #fff;
    border-radius: 100%;
    cursor: pointer;
    transition: all .3s ease;
}

#hotspotImg .hot-spot .circle {
    display: block;
    position: absolute;
    top: 45%;
    left: 45%;
    width: 2em;
    height: 2em;
    margin: -1em auto auto -1em;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-radius: 50%;
    border: 1px solid #3f9af7;
    opacity: 0;
    -webkit-animation: pulsate 3s ease-out infinite;
    animation: pulsate 3s ease-out infinite;
}

#hotspotImg .hot-spot .tooltip {
    background-color: #3f9af7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    display: none;
    font-size: 14px;
    opacity: 1.0;
    left: 0px;
    padding: 0 5px;
    position: absolute;
    text-align: left;
    top: 30px;
    width: 280px;
    z-index: 999;
}

#hotspotImg .hot-spot .tooltip .img-row {
    padding: 10px;
    text-align: center;
}

#hotspotImg .hot-spot .tooltip .text-row { padding: 15px; }

#hotspotImg .hot-spot .tooltip h4 {
    margin-bottom: 10px;
    border-bottom: 1px solid #ffffff;
    font-size: 18px;
    padding-bottom: .5em;
}

#hotspotImg .hot-spot .tooltip p {
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 10px;
}

#hotspotImg .hot-spot .tooltip p:last-child { margin-bottom: 0; }



.hm-gradient {
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
.navbar .dropdown-menu a:hover {
    color: #fff !important;
}
.darken-grey-text {
    color: #2E2E2E;
}


.bg-unique {
    background-color: #2c2c2c !important;
}


.mb-4.navbar.navbar-expand-lg.navbar-dark.bg-unique.navbar-fixed-top {
    position: fixed;
    width: 100%;
    margin-bottom: 2em !important;
    z-index: 9999999999999999;
}

.nav {
    display: block;
}

.page-header:not(.linm_):after {
    content: "▼";
    float: right;
    border: none;
    font-size: .60em;
    margin-top: .8em;
}