html, body, h1, h2, h3, h4, h5 {
    font-family: "Raleway", sans-serif
}

body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    font-family: "Raleway", sans-serif;
    line-height: 1.5em;
}

main {
    position: relative;
    /*    width:1025px;
*/ /*left: 550px;*/ /* Width of the nav bar */
    /*bottom: 65px !important;*/ /* Set this to the height of the footer */
    /*right: 0;
    top: 55px;
    bottom: 0;
    overflow: auto;*/
    /* background: #fff; */
}

#nav {
    /*    position: relative;
*/ left: 0;
    top: 0;
    bottom: 0;
    padding-top:15px;
    /*overflow: auto;*/ /* Scrollbars will appear on this frame only when there's enough content to require scrolling. To disable scrollbars, change to "hidden", or use "scroll" to enable permanent scrollbars */
    /* background: #DAE9BC; 		 */
}

#footer {
    position: absolute;
    left: 280px;
    bottom: 0;
    width: 100%;
    /* height: 100px; */
    overflow: hidden; /* Disables scrollbars on the footer frame. To enable scrollbars, change "hidden" to "scroll" */
    /* background: #BCCE98; */
}

#logo {
    padding: 10px;
}

.innertube {
    height: calc(100vh - 31px);
    overflow-y: scroll;
    margin-right: 0px;
    margin-bottom: 0px !important;
    /*margin: 15px;*/ /* Provides padding for the content */
}

.nav_innertube {
    height: calc(100vh - 160px);
    overflow-y: auto;
    margin-right: 0px;
    margin-bottom: 30px;
    /*margin: 15px;*/ /* Provides padding for the content */
}

    p {
        color: #555;
    }

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    nav ul a {
        color: darkgreen;
        text-decoration: none;
    }
/*Inter exploere 6 fix */
* html body {
    padding: 0 0 50px 280px; /* Set the third value to the height of the footer and last value to the width of the nav */
}

* html main {
    height: 100%;
    width: 100%;
}

/* Remove default bullets */
ul, #LeftMenuAPITags {
    list-style-type: none;
}

#LeftMenuAPITags {
    margin: 0;
    padding: 0;
}

#TagSectionList ul li {
    padding-left: 21px;
    cursor: pointer;
}

    #TagSectionList ul li:hover {
        background-color: #ddd;
    }

    #TagSectionList ul li:focus {
        background-color: #2980B9;
    }

.active-menu {
    background-color: #04AA6DB3 !important;
    color: #ffffff !important;
    border-radius: 0 12px 12px 0;
    font-weight: 600;
}


.caret {
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    cursor: pointer;
}

/*p {
    font-size: 15px;
    font-family: arial;
}*/
/* Create the caret/arrow with a unicode style */
.caret::before {
    content: "\25B6";
    color: #00000066;
    display: inline-block;
    margin-right: 6px;
    font-size: 14px;
}
/* Rotate the caret/arrow icon on click */
.caret-down::before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    ' transform: rotate(90deg);
}
/* Hide the nested UL*/
.nested {
    display: none;
}
/* Show the nested list when the on clicks */
.active {
    display: block;
}


/* Custom Internal CSS*/
.LinkStyle {
    color: #1a73e8 !important;
    text-decoration: none;
    cursor: pointer;
}

.html_link {
    text-decoration: none;
    cursor: pointer;
    font-size: 17px;
    font-family: arial;
    color: black;
}

    .html_link:hover {
        color: #1a73e8 !important;
    }



.InternalBody {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.Backarrow {
    cursor: pointer;
    height: 40px;
    width: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.subdivs {
    margin-bottom: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 160px);
}


.CCFCHidden {
    display: none;
}

.CCFCShowTableRow {
    display: table-row;
}

.DownloadDocs {
    color: #17A589;
    text-decoration: none
}