@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');
html {
  position: relative;
  min-height: 100%;
  font-family: "Poppins", sans-serif;
}

* {
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;font-size: 14px;
}
body, html {
    height: 100%;
}
a:focus{outline: none}
.navbar-expand-lg .navbar-collapse{background: #023047;}
body.fixed-nav {
  padding-top: 72px;
}
.toggle-wrap{display: none;}
.content-wrapper {
  min-height: calc(100vh - 56px);
  padding-top: 1rem;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.navbar.fixed-top{z-index: 9;}
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 3px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
}
.fixed-nav .container-fluid .row{
  margin-top:4.6rem;
}
.navbar .navbar-nav a img{display: none}
.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

.smaller {
  font-size: 0.7rem;
}

.o-hidden {
  overflow: hidden !important;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.navbar {
  padding: 0!important;
  height:55px;
}

.navbar .navbar-nav a {
  text-decoration: none;
  color:#c3c3c3;
font-size:13px;
font-weight:600;
padding: 20px 22px 17px;
letter-spacing: 1px;
display:block;
font-family:"Poppins", sans-serif !important;
transition:all ease-in-out 0.3s;
}
.navbar .navbar-nav#navb a:hover, 
.navbar .navbar-nav#navb .active a {
  background-color: #0088d1!important;
  color: #ffffff!important;
  text-decoration: none;
  
}
.navbar .navbar-nav .nav-item div {
  border-radius: 0;
  padding: 1.5rem 2rem;
  background-color: #fff;
  border-left: 1px solid #F26222;
  font-size: 14px;
  font-weight: 600;
  color: #545454;
}
.navbar .navbar-nav .nav-item div:hover {
  border-left: 1px solid #fff!important;
  background-color: #F26222!important;
  color: #ffffff!important;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}




.card-header {
  color: #fff;
  background-color: #424242;
}
.card-body nav {
  line-height: 26px;
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
}
.card-body > nav > details .active {
  color: #F26222;
  font-weight: bold;
}
.card-body > nav {
  margin-bottom: 1rem;
}
.card-body > nav > details .active:hover {
  color: #F26222;
  font-weight: bold;
}
.card-body > nav > details > summary {
  font-weight: bold;
  color: #000!important;
}
.card-body > nav > details:not(.different) {
  color: #4f4f4f!important;
}
summary {
  display: block;
  cursor: pointer;
  outline: 0; 
  user-select: none;
}
summary::-webkit-details-marker {
  display: none;
  user-select: none;
}
.card-body nav > section > details  {
  padding: 0;
}

details > details > summary {
  padding-left: 2rem;
  user-select: none;
}
details > details > .summary1 > a {
  color: #000;
  padding-left: 0;
}
details > details > .summary1 > a:hover {
  padding-left: 0;
  color: #F26222;
}

details > details > summary a {
  user-select: none;
  text-decoration: none!important;display: block;
  color: black;
}
details > details  .tree-nav__item a{padding: 5px 10px;}
details > details > summary a:hover, details > details > summary a.active {
  color: #0088D1 !important;
}


.details > .summary:after {
  color: #373741;
  border-radius: 50%;
  content: "";font-family: 'FontAwesome';
  float: right;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
}
section > .details > .details > .summary::after {
  line-height: 25px;
}
.details[open] > .summary:after {
  content: "";
}
.details[open] .summary .active {
  
}
section > .details > .summary {
  font-size:15px;
  font-weight: 600;
  color: #373741;
  padding:10px 10px 10px 35px;
  position: relative
}
section > .details > .summary::before {
  position: absolute;
  left: 10px;
  top:14px;
  background: url('../images/leftnav_3.svg') no-repeat;
  width: 20px;
  height: 20px;
  content: "";
}
section > .details > .details > .summary {
  font-size: 14px;
  font-weight: 500;
  padding:4px 20px 4px 16px;
  padding-left: 2rem;
}
section > .details > .details > .summary:hover {
  color: #0088d1 !important;
  background:#f6f6fe !important;
}
section > .details > .details > .summary:hover::after {
  color: #0088d1 !important;
}
details>details>summary a.active, details>details>summary a:hover {
  color: #0088d1 !important;
}
section > .details > .details > .tree-nav__item {
  font-size: 14px;
  padding-left:2.5rem;
}

.details > .summary1:after {
  content: "";
  visibility: hidden;
}
.details[open] > .summary1:after {
  content: "";
  visibility: hidden;
  transition: background-color 0.8s ease-in-out;
}
.fas {
  font-size: 18px!important;
}

.fixed-nav .container-fluid .editor > h3 {
 margin:10px 0 20px; font-weight: 600;
}
.editor > nav > #nav-tab.nav > .active{
  background-color: #ff9b21;border-color: #ff9b21!important;
  color: #fff;
}
.fixed-nav .container-fluid .editor .nav > a {
  margin-left: 0;
}
section>.details>.summary:hover {
  background: #f6f6fe !important;
  color: #0088d1 !important;
}


.editor > nav > #nav-tab .nav-item {
  color: #5f5f67;
  box-shadow: none;
  border-radius: 0;
  font-size: 14px;
  width: 90px;
  height: 31px;
  float: left;
  padding: 4.6px 0 6px;
  line-height: inherit;
  background: #fff;
  padding: 5px 10px;
  display: block;
  width: auto;
  border-radius: 2px !important;
  border: 1px solid rgba(0,0,0,.125) !important; line-height: normal;
}
.fixed-nav .container-fluid .editor .nav-item:first-child{border-right: none!important;border-top-right-radius: 0!important;border-bottom-right-radius: 0!important;}
.fixed-nav .container-fluid .editor .nav-item:last-child{border-left: none!important;border-top-left-radius: 0!important;border-bottom-left-radius: 0!important;}
.editor > nav > #nav-tab {
  position: absolute;
  right: 10px;
  top: 7px;
}
.fixed-nav .container-fluid .editor > .tab-content {
  border:1px solid rgba(0,0,0,.125);
}
.fixed-nav .container-fluid .editor .tab-content > 
.tab-pane > .nav {
  background-color: #F0F0F0;
  padding: 10px 17px;
}

.fixed-nav .container-fluid .editor .tab-content > 
.tab-pane > .nav {
 background-color:
#fff;
padding: 0px;
border-bottom: 1px solid rgba(0,0,0,.125) !important;padding-bottom: 1px;
}

.fixed-nav .container-fluid .editor .tab-content > 
.tab-pane > .nav > .nav-item{
  padding: 0;
  background-color: #F0F0F0;
}


.fixed-nav .container-fluid .editor .tab-content .tab-pane
.nav .nav-item .nav-link {
min-width: 130px;
text-align: center;
height: 45px;padding: 10px 15px !important;
background: #fff; color: #000;
}

.fixed-nav .container-fluid .editor .tab-content .tab-pane
.nav .nav-item .active{
color:
#000;
opacity: 1 !important;
font-weight: 600;background: #f5f5f5;
}

.fixed-nav .container-fluid .editor .tab-content  .tab-content > .tab-pane:first-child{
  padding:30px;
}
.fixed-nav .container-fluid .editor .tab-content  .tab-content > .tab-pane{
  margin: 0;
  padding: 20px 15px;
}
.fixed-nav .container-fluid .editor .container {
  padding-left: 10%!important;
  padding-right: 10%!important;
  margin-bottom: 4rem;
}


pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  height: 300px;
  overflow-x: scroll;
}
pre code > * {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace!important;
}
pre code table tbody tr td:first-child {
  padding-right: 12px;
}
pre code table tbody tr td:last-child {
  border-left: 1px solid #868e96;
  padding-left: 5px;
}
.hljs {
  background: #F5F5F5!important;
  display: block;
}

.main-content {
  position: relative;
  padding-left: 320px;transition: all ease-in-out 0.3s;padding-bottom: 50px;
}
.main-content.fullMain-content{padding-left: 15px;}
#sidebar {
  position: absolute;
  left: 0;
  top: 0;max-width: inherit;
  width: 320px;
}
.side-bar{transition: all ease-in-out 0.3s;}
#sidebar.sidebarMain-close, .side-bar.sideClose {
  transform: translateX(-100%);
  left: -100%;
}
/* .side-bar {
  position: absolute;
  left: 0;
  width: 100%;
  top: 30px;
} */
#sidebar #mCSB_1_container {
  margin: 0;
}
.sideBar-toggle {
  position: fixed;
  top: 165px;
  left: 289px;
  z-index: 1;
  border-radius: 0 4px 4px 0;
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  height: 64px;
  margin-left: -10px;
  border: 1px solid rgba(0,0,0,.125);
  color: #0088d1;
  border-left: none;
  background: #fff;
  text-align: center;
  line-height: 64px;transition: all ease-in-out 0.3s; cursor: pointer;
}
.sideBar-toggle .fa-angle-right{display: none}
.sideBar-toggle.clicked .fa-angle-right{display: inline-block}
.sideBar-toggle.clicked .fa-angle-left{display: none}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.card-body {
  padding:0px;

}

#sidebar {
  overflow: visible!important;
  width: 295px;
  width: 280px;
position: fixed;
top: 63px;
left: 0;
height: calc(100vh - 95px); padding: 0;
transition: all 0.3s;
overflow: auto !important;border-right: 1px solid rgba(0,0,0,.125);
}
.mCSB_scrollTools{width:6px;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background: rgb(2, 48, 71)}
.mCSB_scrollTools .mCSB_draggerRail{background-color: #fff;}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color: rgb(66, 66, 66);}
#sidebar .card{border:none;}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}
.fullMain-content .sideBar-toggle {
  left: 0;
  margin-left: 0;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #f4f4f4;
  padding:2px 0 4px;
  border-top: 1px solid #eaeaea;
}
.footer .copyright, .footer ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
  width: 50%;font-size: 12px;
}
.footer ul{text-align: right}
.footer ul li{display: inline-block;vertical-align: middle;font-size: 12px;padding: 0 4px;color: #373741}
.footer ul li a{font-size: 12px;
color:
#0088d1;}
.editor > nav {
  position: relative;
}
#nav-tab {
  position: absolute;
  right: 10px;
  top: 4px;
}
.howToAdd{margin-top: 30px;}
.editor > nav > #nav-tab .nav-item[disabled="true"] {
  background: red;
  background: #e0e0e0;
  color: #b6b6c3;
  pointer-events: none;
}
.col.css pre, .col.js pre {
  max-height: 300px;
  overflow-y: auto;
}
.howToAdd h4{font-weight: bold;font-size: 20px;text-transform: capitalize}
.howToAdd h5{font-weight: bold;font-size: 18px;margin-bottom: 10px;}
.howToAdd > ul > li{margin-bottom: 10px;font-size: 14px;}
.howToAdd code{font-size: 14px;}
.progress{margin-bottom: 10px;}
/****ACCORDION****/
#accordionExample .btn.btn-link {
  color: #fff;
  display: block;
  width: 100%;
  text-align: left;
}

/**Custom Accordion ****/
.accordion-container{
  position: relative;
  height: auto;
  margin: 10px auto;
}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}
.set > a{
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set > a i{
  float: right;
  margin-top: 2px;
}
.set > a.active{
  background-color:#0088d1;
  color: #fff;
}
.accContent{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
}
.accContent p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}


/****Time Picker*****/
#timepicker {
  border-right:none!important;
  height: 40px; padding: 0 15px;
}
.gj-timepicker-md [role="right-icon"]{right: 7px; top: 7px;}
.gj-timepicker .input-group-append button {
  border-color: #dee2e6 !important;
}

/***Custom Pop Up****/
/* popup styles */
.customPopup .popup {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.customPopup .popup-overlay {
  background: rgba(0,0,0,0.9);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.customPopup .popup-content {
  position: absolute;
  background: #fff;
  width: 500px;
  margin: -58px 0 0 -264px;
  left: 50%;
  top: 50%;
  z-index: 11;
  padding: 14px;
}
.customPopup .close-popup {
  display: inline-block;
  position: absolute;
  top: -8px;
  right: -30px;
  font-size: 42px;
}

/* Animations */
.customPopup .fadeIn {
  animation: fadeIn 0.5s ease-in both;
  -webkit-animation: fadeIn 0.5s ease-in both;
}
@keyframes fadeIn {
  from { opacity: 0; }
}
@-webkit-keyframes fadeIn {
  from { opacity: 0; }
}

.customPopup .fadeOut {
  animation: fadeOut 0.5s ease-out both;
  -webkit-animation: fadeOut 0.5s ease-out both;
}
@keyframes fadeOut {
  to { opacity: 0; }
}
@-webkit-keyframes fadeOut {
  to { opacity: 0; }
}

.customPopup .scaleIn {
  animation: scaleIn 0.5s ease-in both;
  -webkit-animation: scaleIn 0.5s ease-in both;
}
@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.5); }
}
@-webkit-keyframes scaleIn {
  from { opacity: 0; -webkit-transform: scale(0.5); }
}

.customPopup .scaleOut {
  animation: scaleOut 0.5s ease-out both;
  -webkit-animation: scaleOut 0.5s ease-out both;
}
@keyframes scaleOut {
  to { opacity: 0; transform: scale(0.5); }
}
@-webkit-keyframes scaleOut {
  to { opacity: 0; -webkit-transform: scale(0.5); }
}

.customPopup .scaleUpIn {
  animation: scaleIn 0.5s ease-in both;
  -webkit-animation: scaleIn 0.5s ease-in both;
}
.customPopup .scaleUpOut {
  animation: scaleUpOut 0.5s ease-in both;
  -webkit-animation: scaleUpOut 0.5s ease-in both;
}
@keyframes scaleUpOut {
  to { opacity: 0; transform: scale(1.2); }
}
@-webkit-keyframes scaleUpOut {
  to { opacity: 0; -webkit-transform: scale(1.2); }
}

.customPopup .scaleDownIn {
  animation: scaleDownIn 0.5s ease-in both;
  -webkit-animation: scaleDownIn 0.5s ease-in both;
}
.customPopup .scaleDownOut {
  animation: scaleOut 0.5s ease-in both;
  -webkit-animation: scaleOut 0.5s ease-in both;
}
@keyframes scaleDownIn {
  from { opacity: 0; transform: scale(1.2); }
}
@-webkit-keyframes scaleDownIn {
  from { opacity: 0; -webkit-transform: scale(1.2); }
}

.customPopup .slideIn {
  animation: slideIn 0.5s ease-in both;
  -webkit-animation: slideIn 0.5s ease-in both;
}
@keyframes slideIn {
  from { opacity: 0; transform: translateY(-50%); }
}
@-webkit-keyframes slideIn {
  from { opacity: 0; -webkit-transform: translateY(-50%); }
}

.customPopup .slideOut {
  animation: slideOut 0.5s ease-out both;
  -webkit-animation: slideOut 0.5s ease-out both;
}
@keyframes slideOut {
  to { opacity: 0; transform: translateY(50%); }
}
@-webkit-keyframes slideOut {
  to { opacity: 0; -webkit-transform: translateY(50%); }
}

.customPopup .slideLeftIn {
  animation: slideLeftIn 0.5s ease-in both;
  -webkit-animation: slideLeftIn 0.5s ease-in both;
}
@keyframes slideLeftIn {
  from { opacity: 0; transform: translateX(-50%); }
}
@-webkit-keyframes slideLeftIn {
  from { opacity: 0; -webkit-transform: translateX(-50%); }
}

.customPopup .slideLeftOut {
  animation: slideLeftOut 0.5s ease-out both;
  -webkit-animation: slideLeftOut 0.5s ease-out both;
}
@keyframes slideLeftOut {
  to { opacity: 0; transform: translateX(50%); }
}
@-webkit-keyframes slideLeftOut {
  to { opacity: 0; -webkit-transform: translateX(50%); }
}

.customPopup .flipLeftIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipLeftIn .5s both ease-out;
    -moz-animation: flipLeftIn .5s both ease-out;
    animation: flipLeftIn .5s both ease-out;
}
@-webkit-keyframes flipLeftIn {
    from {-webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: .2;}
}
@keyframes flipLeftIn {
    from {transform: translateZ(-1000px) rotateY(90deg);opacity: .2;}
}

.customPopup .flipLeftOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipLeftOut .5s both ease-in;
    -moz-animation: flipLeftOut .5s both ease-in;
    animation: flipLeftOut .5s both ease-in;
}

@-webkit-keyframes flipLeftOut {
    to {-webkit-transform: translateZ(1000px) rotateY(-90deg); opacity: 0;}
}
@keyframes flipLeftOut {
    to {transform: translateZ(1000px) rotateY(-90deg); opacity: 0;}
}

.customPopup .flipRightIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipRightIn .5s both ease-out;
    -moz-animation: flipRightIn .5s both ease-out;
    animation: flipRightIn .5s both ease-out;
}
@-webkit-keyframes flipRightIn {
    from {-webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: .2;}
}
@keyframes flipRightIn {
    from {transform: translateZ(-1000px) rotateY(-90deg);opacity: .2;}
}

.customPopup .flipRightOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipRightOut .5s both ease-in;
    -moz-animation: flipRightOut .5s both ease-in;
    animation: flipRightOut .5s both ease-in;
}

@-webkit-keyframes flipRightOut {
    to {-webkit-transform: translateZ(1000px) rotateY(90deg); opacity: 0;}
}
@keyframes flipRightOut {
    to {transform: translateZ(1000px) rotateY(90deg); opacity: 0;}
}


.customPopup .rotateIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: rotateIn .5s both ease-out;
    -moz-animation: rotateIn .5s both ease-out;
    animation: rotateIn .5s both ease-out;
}
@-webkit-keyframes rotateIn {
    from { -webkit-transform: translateZ(-3000px) rotateZ(-360deg); opacity: 0;}
}
@-moz-keyframes rotateIn {
    from {-moz-transform: translateZ(-3000px) rotateZ(-360deg);opacity: 0;}
}
@keyframes rotateIn {
    from {transform: translateZ(-3000px) rotateZ(-360deg);opacity: 0;}
}

.customPopup .rotateOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: rotateOut .5s both ease-in;
    -moz-animation: rotateOut .5s both ease-in;
    animation: rotateOut .5s both ease-in;
}
@-webkit-keyframes rotateOut {
    to {-webkit-transform: translateZ(-3000px) rotateZ(360deg);opacity: 0;}
}
@-moz-keyframes rotateOut {
    to {-moz-transform: translateZ(-3000px) rotateZ(360deg);opacity: 0;}
}
@keyframes rotateOut {
    to { transform: translateZ(-3000px) rotateZ(360deg); opacity: 0;}
}

.customPopup .rotateCubeIn {
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: rotateCubeIn .6s both ease-in;
    -moz-transform-origin: 50% 100%;
    -moz-animation: rotateCubeIn .6s both ease-in;
    transform-origin: 50% 100%;
    animation: rotateCubeIn .6s both ease-in;
}
@-webkit-keyframes rotateCubeIn {
    0% {opacity: .3;
        -webkit-transform: translateY(-100%) rotateX(90deg);}
    50% {-webkit-animation-timing-function: ease-out;
        -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
}
@-moz-keyframes rotateCubeIn {
    0% {opacity: .3;
        -moz-transform: translateY(-100%) rotateX(90deg); }
    50% {-moz-animation-timing-function: ease-out;
        -moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);}
}
@keyframes rotateCubeIn {
    0% {opacity: .3;
        transform: translateY(-100%) rotateX(90deg);}
    50% {animation-timing-function: ease-out;
        transform: translateY(-50%) translateZ(-200px) rotateX(45deg);}
}

.customPopup .rotateCubeOut {
    -webkit-transform-origin: 50% 0;
    -webkit-animation: rotateCubeOut .6s both ease-in;
    -moz-transform-origin: 50% 0;
    -moz-animation: rotateCubeOut .6s both ease-in;
    transform-origin: 50% 0;
    animation: rotateCubeOut .6s both ease-in;
}
@-webkit-keyframes rotateCubeOut {
    50% {-webkit-animation-timing-function: ease-out;-webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);  }
    100% { opacity: .3; -webkit-transform: translateY(100%) rotateX(-90deg); }
}
@-moz-keyframes rotateCubeOut {
    50% { -moz-animation-timing-function: ease-out;-moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);  }
    100% { opacity: .3;-moz-transform: translateY(100%) rotateX(-90deg); }
}
@keyframes rotateCubeOut {
    50% {animation-timing-function: ease-out;
        transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
    100% { opacity: .3; transform: translateY(100%) rotateX(-90deg);}
}

/* Demo Styles */

.customPopup a {
  color: rgb(0, 159, 211);
  text-decoration: none;
}
.customPopup .btn {
  background: rgb(0, 159, 211);
  color: #fff;
  border: 1px solid;
  display: inline-block;
  padding: 5px 20px;margin-bottom: 5px;
}
.customPopup .btn:hover {
  background: #fff;
  color: rgb(0, 159, 211);
}
.customPopup .popup {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}
.customPopup .popup-content {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.customPopup {

    min-height: 300px;

}

/****Switch ****/

.switch {
  margin: 4rem auto;
}
/* main styles */
.switch {
  width: 24rem;
  position: relative;
}
.switch input {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.switch input:checked {
  z-index: 1;
}
.switch input:checked + label {
  opacity: 1;
  cursor: default;
}
.switch input:not(:checked) + label:hover {
  opacity: 0.5;
}
.switch label {
  color: #023047;
  opacity: 0.33;
  transition: opacity 0.25s ease;
  cursor: pointer;
}
.switch .toggle-outside {
  height: 100%;
  border-radius: 2rem;
  padding: 0.25rem;
  overflow: hidden;
  transition: 0.25s ease all;
}
.switch .toggle-inside {
  border-radius: 5rem;
  background: #fff;
  position: absolute;
  transition: 0.25s ease all;
}
.switch--horizontal {
  width: 18rem;
  height: 3rem;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 1rem;
}
.switch--horizontal input {
  height: 3rem;
  width: 6rem;
  left: 6rem;
  margin: 0;
}
.switch--horizontal label {
  font-size: 1.5rem;
  line-height: 3rem;
  display: inline-block;
  width: 6rem;
  height: 100%;
  margin: 0;
  text-align: center;
}
.switch--horizontal label:last-of-type {
  margin-left: 6rem;
}
.switch--horizontal .toggle-outside {
  background: #023047;
  position: absolute;
  width: 6rem;
  left: 6rem;
}
.switch--horizontal .toggle-inside {
  height: 2.5rem;
  width: 2.5rem;
}
.switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
  left: 0.25rem;
}
.switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
  left: 3.25rem;
}
.switch--vertical {
  width: 12rem;
  height: 6rem;
}
.switch--vertical input {
  height: 100%;
  width: 3rem;
  right: 0;
  margin: 0;
}
.switch--vertical label {
  font-size: 1.5rem;
  line-height: 3rem;
  display: block;
  width: 8rem;
  height: 50%;
  margin: 0;
  text-align: center;
}
.switch--vertical .toggle-outside {
  background: #023047;
  position: absolute;
  width: 3rem;
  height: 100%;
  right: 0;
  top: 0;
}
.switch--vertical .toggle-inside {
  height: 2.5rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 2.5rem;
}
.switch--vertical input:checked ~ .toggle-outside .toggle-inside {
  top: 0.25rem;
}
.switch--vertical input ~ input:checked ~ .toggle-outside .toggle-inside {
  top: 3.25rem;
}
.switch--no-label label {
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.switch--no-label input:checked ~ .toggle-outside .toggle-inside {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.2);
}
.switch--no-label input ~ input:checked ~ .toggle-outside {
  background: #023047;
}
.switch--no-label input ~ input:checked ~ .toggle-outside .toggle-inside {
  background: #2ecc71;
}
.switch--no-label.switch--vertical {
  width: 3rem;
}
.switch--no-label.switch--horizontal {
  width: 6rem;
}
.switch--no-label.switch--horizontal input,
.switch--no-label.switch--horizontal .toggle-outside {
  left: 0;
}
.switch--expanding-inner input:checked + label:hover ~ .toggle-outside .toggle-inside {
  height: 2.5rem;
  width: 2.5rem;
}
.switch--expanding-inner.switch--horizontal input:hover ~ .toggle-outside .toggle-inside {
  width: 3.5rem;
}
.switch--expanding-inner.switch--horizontal input:hover ~ input:checked ~ .toggle-outside .toggle-inside {
  left: 2.25rem;
}
.switch--expanding-inner.switch--vertical input:hover ~ .toggle-outside .toggle-inside {
  height: 3.5rem;
}
.switch--expanding-inner.switch--vertical input:hover ~ input:checked ~ .toggle-outside .toggle-inside {
  top: 2.25rem;
}

/*** Tabs/ Accordion****/
.tabAccordion .nav.nav-tabs li a {
  padding: 10px;
  display: block;
}
.tabAccordion .nav.nav-tabs li a.active  {
    background: #0088d1; color: #fff;
}
@media(min-width:768px){
  .tabAccordion .panel-heading{
    display:none;
  }  
  .tabAccordion .panel{
    border:none;
    box-shadow:none;
  }
  .tabAccordion .panel-collapse{
    height:auto;}
    .tabAccordion .panel-collapse .collapse{
      display:block;
  }
  .tabAccordion .collapse:not(.show) {
  display: block;
}
}

@media(max-width:767px){
  .tabAccordion .tab-content .tab-pane{
   
       display:block;
   
  }
   .tabAccordion .nav-tabs{
      display:none;
  }
  .tabAccordion .panel-title a{
    display:block;
  }
  .tabAccordion .panel{
    margin:0;
    box-shadow:none;
    border-radius:0;
     margin-top:-2px;
  }
  .tabAccordion .tab-pane &:first-child .panel{
    
        border-radius:5px 5px 0 0;
    }
    .tabAccordion .tab-pane &:last-child .panel{
      
        border-radius:0 0 5px 5px;
  }
}


/****Spinner****/
.loader1 {
  color: #023047;
  font-size: 20px;
  margin: 30px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load1 1.3s infinite linear;
  animation: load1 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load1 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load1 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.loader2,
.loader2:before,
.loader2:after {
  background: #023047;
  -webkit-animation: load2 1s infinite ease-in-out;
  animation: load2 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader2 {
  color: #023047;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader2:before,
.loader2:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader2:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader2:after {
  left: 1.5em;
}
@-webkit-keyframes load2 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load2 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.loader3 {
  color: #023047;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load3 1.7s infinite ease, round 1.7s infinite ease;
  animation: load3 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load3 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load3 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.lds-circle {
  display: inline-block;
  transform: translateZ(1px);
}
.lds-circle > div {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  background: #023047;
  animation: lds-circle 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
@keyframes lds-circle {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }
  100% {
    transform: rotateY(3600deg);
  }
}


.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #023047;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #023047;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #023047;
  border-color: #023047 transparent #023047 transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
.loader2, .loader1, .loader3{display: inline-block;vertical-align: middle;margin-left: 50px}
.loader1{margin:0 150px ;}

/**Tooltip***/
.tooltip-container {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.tooltip-container .tooltip {
    opacity: 0;
    z-index: 99;
    color: #bbb;
    width: 190px;
    display: block;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 3px;
    text-align: center;
    text-shadow: 1px 1px 2px #111;
    background: rgba(51,51,51,0.9);
    border: 1px solid rgba(34,34,34,0.9);
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    right: -80px;
    bottom: 40px;
}

.tooltip-container .tooltip:before, .tooltip-container .tooltip:after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(51,51,51,0.9);
    position: absolute;
    bottom: -10px;
    left: 43%;
}

.tooltip-container:hover .tooltip, .tooltip-container a:hover .tooltip {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/****Bredcrumb****/



.breadcrumbCustom {
  display: inline-block;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  border-radius: 5px;
  counter-reset: flag; 
}

.breadcrumbCustom a {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 36px;
  color: white;
  padding: 0 10px 0 60px;
  background: #666;
  background: linear-gradient(#666, #333);
  position: relative;
}
.breadcrumbCustom a:first-child {
  padding-left: 46px;
  border-radius: 5px 0 0 5px; 
}
.breadcrumbCustom a:first-child:before {
  left: 14px;
}
.breadcrumbCustom a:last-child {
  border-radius: 0 5px 5px 0; 
  padding-right: 20px;
}

.breadcrumbCustom a.active, .breadcrumb a:hover{
  background: #333;
  background: linear-gradient(#333, #000);
}
.breadcrumbCustom a.active:after, .breadcrumb a:hover:after {
  background: #333;
  background: linear-gradient(135deg, #333, #000);
}


.breadcrumbCustom a:after {
  content: '';
  position: absolute;
  top: 0; 
  right: -18px; 
  width: 36px; 
  height: 36px;
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  background: #666;
  background: linear-gradient(135deg, #666, #333);
  box-shadow: 
    2px -2px 0 2px rgba(0, 0, 0, 0.4), 
    3px -3px 0 2px rgba(255, 255, 255, 0.1);
  border-radius: 0 5px 0 50px;
}

.breadcrumbCustom a:last-child:after {
  content: none;
}
.breadcrumbCustom a:before {
  content: counter(flag);
  counter-increment: flag;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 8px 0;
  position: absolute;
  top: 0;
  left: 30px;text-align: center;
  background: #444;
  background: linear-gradient(#444, #222);
  font-weight: bold;
}
.flat a, .flat a:after {
  background: white;
  color: black;
  transition: all 0.5s;
}
.flat a:before {
  background: white;
  box-shadow: 0 0 0 1px #ccc;
}
.flat a:hover, .flat a.active, 
.flat a:hover:after, .flat a.active:after{
  background: #9EEB62;
}


@media (max-width: 768px) {
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 26.666667%;
    max-width: 26.666667%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 73.333333%;
    max-width: 73.333333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 26.666667%;
    max-width: 26.666667%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 73.333333%;
    max-width: 73.333333%;
  }
}
@media only screen and (max-width: 1024px){
  
}

@media only screen and (max-width: 768px){
.fixed-nav .container-fluid .row{
  margin-top: 3.6rem;
}


.fixed-nav .container-fluid .side-bar {
  max-width:  100%;
  
}
.fixed-nav .container-fluid .editor {
  padding-left: 1rem!important;
}
.navbar .navbar-nav a img {display: inline-block;vertical-align: middle;width: 18px;margin-right: 6px}
.navbar .navbar-nav#navb a:hover{background-color:
rgba(0,0,0,.04) !important;

color:
#23527c !important;}
}


@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}

@media (max-width: 1199px){
  .navbar .navbar-nav a{text-transform: capitalize;padding: 19px 16px 19px;}
}
@media (max-width: 991px){
  .navbar-brand img {
  width: 160px;
  height: auto;
  margin-left: 15px;
}
.navbar .navbar-nav a {
  padding: 18px 7px 19px;
font-size: 13px;
font-weight: 400;
letter-spacing: 0;
}
.navbar-brand{margin-right: 0}
}
@media (max-width: 768px) {
    
.navbar-brand img {
  width: 200px;
  height: auto;
  margin-left: 0;
}
  .container-fluid .topbar {
    margin-top: 4.6rem;
  }

#navb {
  display: none;
  position: absolute;
  right: 0;
  top: 36px;
  background: #fff;box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
  border-radius: 3px;
}
.navbar .navbar-nav a{padding: 10px;}
  
  #sidebar.active {
    margin-left: 0;
  }
  .navbar-nav .nav-link {
    padding: 1rem 1rem;
  }
  #mCSB_1_container {
    position: sticky!important;
  }
  #content {
    width: calc(100% - 320px);
    min-height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
  }
  
  #content.active {
    width: 100%;
  }
  .toggle-wrap {
    padding-right: 1rem;
    position: relative;
    cursor: pointer;
    float: left;
    /*disable selection*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .toggle-bar,
  .toggle-bar::before,
  .toggle-bar::after,
  .toggle-wrap.active .toggle-bar,
  .toggle-wrap.active .toggle-bar::before,
  .toggle-wrap.active .toggle-bar::after {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .toggle-bar {
    width: 20px;
    margin: 5px 0;
    position: relative;
    border-top: 3px solid #303030;
    display: block;
  }
  .toggle-bar::before,
  .toggle-bar::after {
    content: "";
    display: block;
    background: #303030;
    height: 3px;
    width: 20px;
    position: absolute;
    top: -8px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform-origin: 13%;
    -webkit-transform-origin: 13%;
    transform-origin: 13%;
  }
  .toggle-bar::after {
    top: 2px;
  }

  .toggle-wrap.active .toggle-bar::before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .toggle-wrap.active .toggle-bar::after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }



  .main-content{padding-left: 0}

  #sidebar, .side-bar {
    transform: translateX(-100%);
    left: -100%; z-index: 9;top:43px;margin: 0;
}
#sidebar{height: calc(100vh - 87px);}
#sidebar #mCSB_1_container{position: relative!important;}
#sidebar{background: #fff;}
#sidebar.sidebarMain-close, .side-bar.sideClose {
    transform: translateX(0);
    left:0;
}
.main-content.fullMain-content {
  padding-left: 0;
}
.navbar-brand{margin-left: 50px;}
.sideBar-toggle .fa{display: none!important;}
.sideBar-toggle {
  background: none;
  border: none;
  height: auto;
  top: 13px;left:20px;width: 26px; z-index: 9;
}
.sideBar-toggle span {
  width: 23px;
  height: 2px;
  background: #fff;
  margin-bottom: 5px;
  display: block;
}
#sidebar{width: 220px;}
section > .details > .summary, section > .details > .details > .summary, details > details .tree-nav__item a {
padding: 3px 0 3px 10px;
    font-size: 14px;}
    section > .details > .details > .tree-nav__item{padding-left: 15px;}
    section > .details > .details > .summary{padding-left: 10px;}
   /* #sidebar .card-body {
  padding: 0 10px 15px;
}*/
.fullMain-content .sideBar-toggle{left: 20px;margin-left: -10px;}
.fixed-nav .container-fluid .editor .tab-content .tab-content > .tab-pane:first-child {
  padding: 15px;
}
.toggle-bar::before, .toggle-bar::after{display: none}
.toggle-bar{color:#fff;border:none;display: block;font-size: 20px;}
.toggle-wrap{display: block}
.footer .copyright, .footer ul{display: block;width: 100%;text-align: center!important}
}
@media (max-width:620px){
  .fixed-nav .container-fluid .editor .tab-content .tab-pane .nav .nav-item .nav-link{min-width:inherit}
  .fixed-nav .container-fluid .editor > h3{font-size: 22px;}
  .howToAdd h4{font-size: 17px;}
  body{font-size: 14px;}
  .howToAdd h5{font-size: 15px;}
}
@media (max-width:400px){
  .editor > nav > #nav-tab{position: static}
}
@media (max-width: 321px) {
  #sidebar {
    background-color: white;
  }
}

/* @media (min-width: 770px) {
  
}
@media (max-width: 1024px) {
  .fixed-nav .container-fluid .side-bar {
    max-width:  320px!important;
  
  }
} */

/* @media (min-width: 992px) {
  .fixed-nav .container-fluid .side-bar {
    max-width:  320px;
  
  }
} */
/* @media (min-width: 768px) {
  .fixed-nav .container-fluid .side-bar {
    width:  320px;
  
  }
} */
/* @media only screen and (max-width: 1100px) and (min-width: 992px)  {
  .fixed-nav .container-fluid .side-bar {
    max-width:  320px!important;
  
  }
} */

/* @media (min-width: 992px) {
 
} */
