/*!
 *
 * Documentation
 *
 */


body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #666;
  background-color: #edf0f0;
  font-size: 14px;
  line-height: 22px;
  overflow-x:hidden;
}
a {
  color: inherit;
}
a:hover,
a:focus {
  color: #253138;
  outline: none;
  text-decoration: none;
}

.p-t-20 {
	padding-top: 2em;
}

.p-t-50 {
  padding-top: 5em;
}
.list-none {
  list-style: none;
}

.navbar-default {
	border: none;
  margin-bottom: 0px;
  background: #3a3a46;
  border-radius: 0px;
	padding-top: 20px;
  padding-bottom: 20px;
}

.logo {
	font-weight: 700;
	font-size: 20px;
  color: #fff !important;
}

.bg-dark {
  background-color: #0c1021;
}

.copy {
  padding: 30px 0px 0px 0px;
}

.docs-list li {
    padding: 5px 0;
}

/* Toggle Styles */


/* this css is taken from Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com) */
#wrapper {
	margin-top: 50px;
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}


@media(min-width:768px) {

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

/* right bar */
.right-bar {
  background-color: #fff;
  padding: 10px 30px;
  margin-top: 20px;
  font-size: 15px;
}

.page-header {
  padding-bottom: 9px;
  margin: 30px 0 0px;
  border-bottom: none;
  font-weight: 700;
}

.com-container {
	padding-bottom: 1em;
}

#plugin-list li,#plugin-list li a {
  font-size: 15px;
}
