﻿/* ---  Documentation Page  -----*/

.DocumentationWrapper{
    margin: 20px 0;    
}
    .DocumentationWrapper .sideBar25 {
        width: 25%;
        margin: 0 10px 0 5px;
        display: inline-block;
        float: left;
        z-index: 10;
    }

.DocumentationWrapper .docContent75 {
    width: 100%;
    display: inline-block;
}

.InnerDocPageWrapper{
    margin: 0 25px;    
}

.DocumentationWrapper h2 {
    font: 300 26px/1 "Roboto Slab",Arial,Helvetica,sans-serif;
    padding-top: 20px;
    color: #666;

}

.DocumentationWrapper .doc-section-title {
    font-size: 20px;
    padding: 10px 0;
    color: #337ab7;
    font-family: 'Open Sans',Arial, Tahoma, sans-serif;
    font-weight: 700;
}

.DocumentationWrapper h6 {
    color: #333;
    font-weight: 200;
    padding-left: 0px;
}
.DocumentationWrapper ul, .DocumentationWrapper ol{
    list-style-type: disc; 
}
    .DocumentationWrapper ul ul, .DocumentationWrapper ol ol {
        list-style-type: circle;
        padding-left: 15px;
    }

.InnerDocPageContainer {
    margin: 0 25px;
}

.DocumentationContainer{
    margin-left: 10px;    
}

.DocumentationContainer img{
    padding: 10px 0;    
}

.DocumentationContainer ul, .DocumentationContainer ol{
    padding-left: 65px;    
    list-style-type: disc; 
}
    .DocumentationContainer ul ul, .DocumentationContainer ol ol{
        padding-left: 15px;
        list-style-type: circle;
    }

.DocumentationContainer li{
    margin-left: 10px;    
}



.printSectionButton {
    font-size: 13px !important;
    font-family: Arial, Helvetica, Tahoma, Sans-Serif;
    font-weight: 300;
    float: right;
    margin-right: 10px;
    padding: 1px 5px !important;
}

.doc-section-title h4 {
    font-size: 20px;
    padding: 10px 0 0 10px;
}

.doc-section-title {
    padding: 10px 0;
    margin: 10px 0;
    line-height: 1.5em;
    letter-spacing: .05em;
    color: #337ab7;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Open Sans',Arial, Tahoma, sans-serif;
}

.doc-sub-title{
    padding: 10px 0 10px 10px;
    margin: 0;  
    font-size: 16px;
    font-weight: bold;
    font-style: italic;  
    color: #337ab7;
}

.doc-sub-title-Level3{
    padding: 5px 0 5px 10px;
    margin: 0;  
    font-size: 14px;
    font-weight: bold;
    color: #337ab7;
}

.doc-sub-title-Level4{
    padding: 5px 0 5px 10px;
    margin: 0;  
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
    font-style: italic;
    color: #333;
}

.doc-paragraph {
    padding-left: 10px;    
}

.doc-question{
    padding: 10px 0 0 25px;
    margin: 0;  
    font-size: 14px;
    font-weight: bold;  
    color: #333;
}

.doc-answer{
    padding: 0 0 0 35px;    
}

.doc-history-date{
    padding: 10px 0 0 25px;
    margin: 0;  
    font-size: 14px;
    font-weight: bold;  
    color: #333;
}

.doc-history-item{
    padding: 0 0 0 35px;    
}

@media (max-width: 768px) {
    .InnerDocPageWrapper {
        margin: 0;
    }

    .DocumentationContainer {
        margin: 0;
    }

    .InnerDocPageContainer {
        margin: 0;
    }
}



/* ---  Documentation Page SideBar  -----*/



.DocumentationSibeBar{
    padding: 0 0 20px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    min-height: 50px;
    max-height: 600px;
    overflow-y: scroll;
}

#sidebarLinks{
    width: 100%;
    padding: 0 5px;
}


.DocumentationSibeBar button.accordion{
    cursor: pointer;
    display: inline-block;
    float: right;
    border: none;
    text-align: left;
    outline: none;
    line-height: 20px;
    border: none;
    background: none;
    transition: 0.4s;
    vertical-align: middle;
}


.DocumentationSibeBar .doc-section{
    cursor: pointer;
    padding: 10px 5px 10px 10px;
    width: 100%;
    display: block;
    border: none;
    text-align: left;
    outline: none;
    line-height: 20px;
    font: 300 18px/1 "Roboto Slab",Arial,Helvetica,sans-serif;
    color: #666;
    border: none;
    background: none;
    transition: 0.4s;
    vertical-align: middle;
}
.DocumentationSibeBar .doc-section a{
    font: 300 17px/1 "Roboto Slab",Arial,Helvetica,sans-serif;
    color: #666;
    display: inline-block;
}
.DocumentationSibeBar .doc-section.a:active, .doc-section.a:hover {
    text-decoration: underline;
}

.DocumentationSibeBar .doc-sub-section{
    padding-left: 20px;
    display: none;
    width: 100%;
}

.DocumentationSibeBar .doc-sub-section a{
    display: block;
    color: #337ab7;
    font-weight: bold;
    padding: 5px;
}

.DocumentationSibeBar .doc-sub-section a:first-child{
    padding-top: 0;
}

.DocumentationSibeBar .doc-subsub-section{
    padding-left: 20px;
    display: none;
}

@media screen and (max-width: 865px) {
    .DocumentationSibeBar .doc-section {
        padding: 5px;
    }

    .DocumentationSibeBar .doc-section a {
        font-size: 13px;
    }

    .DocumentationSibeBar .doc-section span {
        font-size: 13px;
    }
}

@media screen and (max-width: 690px) {
    #DocumentationSideBarContainer {
        display: none !important;
    }
}
/* ---  Documentation Link CAST Pages  -----*/

.DocumentationLink {
    margin: 10px 0;
}

.DocumentationLink a{
    font: 100 18px/1 "Roboto Slab",Arial,Helvetica,sans-serif;
    color: #333;
    margin: 0 0 15px;
    text-decoration: underline;
}

.DocumentationLink a:hover {
        color: #000;
}

.DocumentationButton{
    margin: 30px 0;
    width: 100%;
}

.PageTOCList{
    padding-left: 25px !important;
    list-style-type: disc;
}

.PageTOCList li {
    margin-left: 10px;
}

.DocumentationWrapper video {
    margin-bottom: 25px;
}

/* ---  Video Page  -----*/
.VideoLeftPanel {
    padding: 0 0 20px;
}


.VideoLeftPanel button.accordion {
    cursor: pointer;
    display: inline-block;
    border: none;
    outline: none;
    line-height: 20px;
    border: none;
    background: none;
    transition: 0.4s;
    vertical-align: text-bottom;
}


.VideoLeftPanel .vid-section {
    cursor: pointer;
    padding: 10px 5px 10px 10px;
    width: 100%;
    display: block;
    border: none;
    text-align: left;
    outline: none;
    line-height: 20px;
    color: #666;
    border: none;
    background: none;
    transition: 0.4s;
    vertical-align: middle;
}

.video-group-title {
    font: 300 20px/1 "Roboto Slab",Arial,Helvetica,sans-serif;
    color: #666;
    display: inline-block;
    width: 90%;
}

.video-group-title-subline {
    float: right;
    font-size: 12px;
    display: inline-block;
    padding: 5px 0 0 35px;
    margin: 0;
}

.video-group-title-subline-admin {
    float: right;
    font-size: 12px !important;
    font-weight: bold !important;
    display: inline-block;
    padding: 10px 0 0 35px !important;
    margin: 0;
}

.video-row {
    width: 95%;
    min-height: 25px;
    clear: both;
    margin-bottom: 10px;
}

.video-title {
    width: 80%;
    display: inline-block;
}
.video-title a {
    display: inline-block;
    color: #337ab7;
    font-weight: bold;
    padding: 0;
    line-height: 25px;
}

.video-title-editor span {
        display: inline-block;
        color: black;
        padding: 0;
        line-height: 25px;
}

.VideoLeftPanel .vid-sub-section {
    padding-left: 50px;
    display: none;
    width: 100%;
}
    
.VideoLeftPanel .vid-sub-section a:first-child
{
  padding-top: 0;
}

.video-play-section {
    float: right;
    width: 12%;
}

.video-minutes {
    font-size: 12px;
    display: inline-block;
    line-height: 25px;
    text-align: right;
    min-width: 45px;
}

.VideoLeftPanel .vid-subsub-section {
    padding-left: 20px;
    display: none;
}

@media screen and (max-width: 865px) {
    .VideoLeftPanel .vid-section {
        padding: 5px;
    }

        .VideoLeftPanel .vid-section a {
            font-size: 13px;
        }

        .VideoLeftPanel .vid-section span {
            font-size: 13px;
        }
}

.Video-RightPanel{
    border-left: 1px solid #808080;
    padding: 10px;
}



.show {
    display: block !important;
}


.doc-content {
    height: 100%;
    width: 88%;
    position: fixed;
    top: 136px;
    margin: 0 5.5%;
}
    .doc-content h3{
        margin-left:18px;
    }

    .footer-sticky {
        position: sticky;
    }

.accordion-button {
    width: 1px;
    height: 1px;
    border: none !important;
    background-color: white !important;
}
    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  width='16' height='16' fill='steelblue' class='bi bi-dashs' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
        --bs-accordion-btn-icon-width: 2.25rem;
    }
    .accordion-button::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='steelblue' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
        --bs-accordion-btn-icon-width: 2.25rem;
    }
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
        box-shadow: none !important; 
}

.sideBarHeader {
    width: 25%;
    margin: 0 11px;
}
#sidebarExpandAll {
    float: right;
}


    #DocumentationSibeBarDiv {
        height: 725px;
       padding: 0 10px;
    }

.rightContent70 {
    width: 70%;
}
#printAllLinkDiv {
    padding-left: 11px;
}
.sideBarHeader 
{
    width: 23%;
}

@media screen and (max-width: 690px) {
    #sideBar25 {
        display: none !important;
    }
    .sideBarHeader {
        display: none !important;
    }
    .rightContent70 {
        width: 100%;
    }
    .DocumentationContainer table {
        margin: 0;
    }
    .doc-content {
        top: 202px;
    }
}

