#report-hero, #content{
    background-color: #ebebeb;
}

div.sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
}
#report-hero{
    margin:65px 0 0 0
}
#report-hero .toc-header, #report-hero .toc-header{
    font-size: 21px;
    font-family: 'Oswald';
    border-bottom: 1px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 9px 15px;
    margin-bottom: 0;

}
#report-hero div{
    padding: 0;
}

#report-hero h1{
    background-color: rgb(0, 0, 0);
    font-family: 'Oswald';
    border:none;
    padding: 25px;
    color: #fff;
    margin: 0;
}

#report-hero .subheader{
    background-color: lightgray;
    padding: 23px 43px;
    margin: 0;
}
#report-hero .subheader span{
    font-size: 0.8rem;
    display: block;
}


.document-toc ul li ul{
    /*display: none;*/
}


.document-toc ul li ul li:last-child{
    border-bottom: none !important;
}


.document-wrapper{
    background-color: #fff;
    padding: 35px 25px;
    font-family: 'Open Sans';
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.document-wrapper h2{
    margin-top: 55px;
    font-family: 'Oswald';
    font-size: 1.9rem;
}
.document-wrapper h3{
    font-family: 'Oswald';
    margin-top: 19px;
    font-size: 1.4rem;
    font-weight: 500;
}

.document-wrapper h4{
    font-weight: bold;
    font-size: 1.1rem;
}

.document-wrapper p {
    line-height: 27px;
}

.document-wrapper li{
    margin-bottom: 15px;
    font-size: 13px;
}

.document-wrapper .mark, .document-wrapper mark {
    background-color: yellow;
}


.document-wrapper table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
    caption-side: bottom;
    border-collapse: collapse;
}

.document-wrapper .table-title{
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
    color: gray;
    margin-bottom: 0;
}
.document-wrapper .table-subtitle{
    font-size: 14px;
    color: gray;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 0;
}
.document-wrapper .attribution{
    font-style: italic;
    color: gray;
}
.document-wrapper .note_element{
    font-size: 17px;
}
.document-wrapper .callout{
    border-top: 1px solid #dc3545;
    font-style: italic;
    border-bottom: 1px solid #dc3545;
    padding-bottom: 11px;
    padding-top: 11px;
    font-size: 13px;
    color: #014f4a;
}
.tooltip-inner{
    font-size: 19px;
    font-family: 'Caveat';
    line-height: 15px;
}
.document-wrapper .note_element span{
    background-color: burlywood;
    position: absolute;
    font-size: 13px;
    max-width: 301px;
    padding: 9px;
}




.document-wrapper table tr:nth-of-type(odd){
    background-color: rgba(0, 0, 0, 0.05) !important;
}
.document-wrapper table tr:nth-of-type(even):hover{
    background-color: rgba(0, 0, 0, 0.02) !important;
}

#document-right-col{
    float: left;
    width: 16.6666666667%;
    height: 100%;
    overflow-y: scroll;
}

#document-right-col ul{
    padding-left: 0;
    list-style: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    background-color: white;
}
#document-right-col ul li{
    padding:0;
    border-left: 1px rgb(226, 226, 226) solid;
    border-bottom: 1px rgb(226, 226, 226) solid;
    border-right: 1px rgb(226, 226, 226) solid;
}
#document-right-col .tools{
    background-color: rgb(0, 0, 0);
    color: white;
    font-family: 'Oswald';
    text-align: center;
    border-top: 1px solid lightgray;
    font-size: 21px;
}
#document-right-col .fas{
    display: inline-block;
    margin-left: 11px;
    margin-right: 11px;
    font-size: 17px;
}
#document-right-col{
    font-family: 'Oswald';
    font-size: 13px;
}

#document-right-col li:hover{
    font-family: 'Oswald';
    font-size: 17px;
    background-color: lightpink;
    cursor: pointer;
}

#document-right-col button{
    border: unset;
    width: 100% !important;
    max-width: 100%;
    padding: 11px 5px;
}

#document-left-col{
    float: left;
    width: 25%;
    height: 100%;
    overflow-y: scroll;
}
#document-left-col #doc-toc{
    margin-top: 23px;
}
#document-left-col ul:first-of-type li{
    list-style: none;
    padding: 5px 7px;
    border-bottom: 1px solid lightgray;
    font-size: 13px;
    font-weight: bold;
}

#document-left-col ul ul li a{
    font-weight: normal;
    color: #444444;
}

#document-left-col #doc-toc li:hover, #document-right-col .snippet-container li:hover{
    cursor: pointer;
}
#document-left-col #doc-toc li li:hover{
    background-color: lightgray;
}

#document-right-col #doc-toc ul li{
    font-weight: normal;
}


#document-right-col .snippet-container li{
    border-radius: 15px;
    background-color: #ffffff;
    padding: 15px;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 9px;
}
.document-wrapper img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 555px;
}
.document-wrapper p {
    text-align: justify;
}

.document-wrapper #this-image{
    float: right ;
    margin-right: 0px;
    margin-left: 15px;
}

#center {
    float: left;
    width: 58.3333333333%;
    background: #fff;
    height: 100%;
    overflow-y: scroll;
}


/* custom scrollbar */
::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

/* testing button styles */

/*======= 3. BUTTONS STYLES  =======*/

#document-wrapper .btn-radius, #report-hero .btn-radius, #document-right-col .btn-radius {
    border-radius: 100px !important;
}

#document-wrapper .btn, #report-hero .btn, #document-right-col .btn {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 2px;
    padding: 13px 28px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
    text-transform: uppercase;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
}

#document-wrapper .btn-sm, #report-hero .btn-sm, #document-right-col .btn-sm {
    font-size: 11px;
    font-weight: 600;
    padding: 11px 25px;
}

#document-wrapper .btn-lg, #report-hero .btn-lg, #document-right-col .btn-lg {
    padding: 18px 49px;
}



#document-wrapper .btn-xs, #report-hero .btn-xs, #document-right-col .btn-xs {
    font-size: 10px;
    padding: 8px 14px;
}

#document-wrapper .btn-dark, #report-hero .btn-dark, #document-right-col .btn-dark{
    background: #343a40;
    background: -moz-linear-gradient(-45deg, #343a40 0%, #667584 50%, #4e5256 51%, #242a30 71%, #343a40 100%);
    background: -webkit-linear-gradient(-45deg, #343a40 0%,#667584 50%,#4e5256 51%,#242a30 71%,#343a40 100%);
    background: linear-gradient(135deg, #343a40 0%,#667584 50%,#4e5256 51%,#242a30 71%,#343a40 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343a40', endColorstr='#343a40',GradientType=1 );
    background-size: 400% 400%;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
    -webkit-animation: AnimationName 3s ease infinite;
    -moz-animation: AnimationName 3s ease infinite;
    animation: AnimationName 3s ease infinite;
    border: medium none;

}

@-webkit-keyframes AnimationName {
    0%{
        background-position:0% 31%
    }
    50%{
        background-position:100% 70%
    }
    100%{
        background-position:0% 31%
    }
}
@-moz-keyframes AnimationName {
    0%{
        background-position:0% 31%
    }
    50%{
        background-position:100% 70%
    }
    100%{
        background-position:0% 31%
    }
}
@keyframes AnimationName {
    0%{
        background-position:0% 31%
    }
    50%{
        background-position:100% 70%
    }

    100%{
        background-position:0% 31%
    }
}

/* Snippet Section*/
.snippet-editor{
    position: fixed;
    bottom: 0;
    top: unset;
    width: 100%;
    margin-left: -20px;
}
.snippet-editor .btn{
    margin: 0 auto;
    right: unset !important;
    min-width: 185px;
}
#snippet-editor-cta-wrapper{
    text-align: center;
    margin-top: auto;
    padding: 7px 15px;
}
#snippet-editor-header{
    background-color: #014f4a;
    padding: 9px 10%;
    font-family: 'Oswald';
    color: #ffffff;
}
.snippet-editor #snippet-editor-cta-wrapper{
    background-color: #e8f2f1;
    margin-left: -10%;
    margin-right: -10%;
}
.snippet-selection{
    margin-left: 10%;
    margin-right: 10%;
    padding: 15px 0;
    font-size: 19px;
}

.dim-object{
    padding: 3px 10% !important;
    font-size: 12px !important;
    background-color: lightgray !important;
}



@media only screen and (max-width: 1201px) {
    .toc-header {
        display: none !important;
    }
    #report-hero{
        margin:0
    }
    #report-hero .col-md-7{
        max-width: 100%;
        flex: 100%;
    }
    #document-left-col, #document-right-col{
        display: none;
    }
    #center {
        float: left;
        width: 100%;
        height: unset;
    }
}


#font-menu{
  background-color: #343a40;
  color: white;
}
 #font-menu .btn{
    margin-top: 5px;
    margin-bottom: 5px;
    text-shadow: none;
    box-shadow: none;
    color: white;
    border-color: white;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 9px;
  }

.font-menu-active{
  color:#ffffff !important;
  background-color: #70999e;
}
#font-menu #medium{
    font-size: 14px;
}
#font-menu #medium span{
    display: block;
    margin-top: 3px;
}
#font-menu #normal span{
    display: block;
    margin-top: 5px;
}

#font-menu #large{
    font-size: 19px;
}

#font-menu #medium, #font-menu #normal, #font-menu #large{
    padding-left: 7px;
    padding-right: 7px;
}

.document-wrapper .font_medium{
    font-size: 1.0rem;
    line-height: 1.9rem;
}
.document-wrapper .font_large{
    font-size: 1.2rem;
    line-height: 2.1rem;
}