html {
    background-color: #fff;
}

body {
    background-color: #fff;
    color: #333;
    font-family: "Lato", sans-serif;
}

.main {
    padding: 5px 5px 5px 10px;
}

nav {
    z-index: 1;
}

.documents-body .content {
    background-color: #fff;
    right: 5%;
    padding: 10px;
}
.sidenav {
    height: 100%;
    width: 200px;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    padding-top: 5.3rem;
}

.content {
    z-index: -2;
}

.sidenav li {
    padding: 0px !important;
}

.sidenav a {

    padding: 6px 6px 6px 32px;
    text-decoration: none;
    font-size: 1rem;
    color: #130b46;
    display: block;
}

.sidenav a:hover {
    color: #130b46;
}

.main {
    margin-left: 200px; /* Same as the width of the sidenav */
}

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


footer{
    bottom: 0;
    position: relative;
    width: 100%;
}

.dropdown-menu {
    border: 0px;
}

.header {
    color: #130b46;
    font-size: 1.2rem;
    text-decoration: none;
    padding: 6px 6px 6px 16px !important;
}

.navbar-nav li {
    background-color:transparent !important;
}

.documents-body a {
    color: #130b46;
}

.documents-body a:hover {
    color: #130b46!important;
}

iframe {
    width: 100%;
    height: 330px;
}

.main p {
    font-size: 1.15rem;
}

.main ul{
    padding-left: 20px !important;
}


.main h2, h3, h4, h5 {
    margin-top: 30px;
    margin-bottom: 12px;
}

.main li {
    font-size: 1.15rem;
}
.offical-padding {
    margin-bottom: 150px;
}

pre {
    height: 60px;
    width: 500px;
    background: #333;
    /* white-space: pre; */
    word-wrap: break-word;
    white-space: pre-line;
    overflow-y: hidden;
}

pre.code {
    border-radius: 4px;
    border: 1px solid #292929;
    position: relative;
    color: #fff;
    padding: 18px 0 13px 0px;
}

pre.code code {
    padding-left: 15px;
    height: 60px;
    font-family: "Inconsolata","Monaco","Consolas","Andale Mono","Bitstream Vera Sans Mono","Courier New",Courier,monospace;
    display: block;
    border-left: 1px solid #555;
    overflow-x: auto;
    font-size: 13px;
    color: #ddd;
}

pre.json {
    height: 20%;
    width: 100%;                          /* specify width  */
    white-space: pre-wrap;                 /* CSS3 browsers  */
    white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
    white-space: -pre-wrap;                /* Opera 4 thru 6 */
    white-space: -o-pre-wrap;              /* Opera 7 and up */
    word-wrap: break-word;                 /* IE 5.5+ and up */
    overflow-x: auto;
    overflow-y: auto; 
    /*color: #ddd;*/
    color: #fff;
}


.navbar-header {
    width: 50%;
}

.navbar-brand.img {
    width: 7.5%;
    height: auto;
    float: left;
}

.navbar-brand.title {
    width: 10%;
    height: auto;
    float: left;
    padding-top: 2%;
}

/* The dropdown container */
/* .dropdown {
  float: left;
  padding-left: 8%;
  padding-top: 1.5%;
} */
