@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

html, body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI", Arial, freesans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    padding: 10px !important;
    margin: 0;
    scrollbar-track-color: Whitesmoke;
    scrollbar-arrow-color: silver;
    scrollbar-base-color: #ddd;
    scrollbar-face-color: #ddd;
    -ms-overflow-style: -ms-autohiding-scrollbar !important;
}

strong, b {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6, .byline, .content-title {
    margin-top: 1em;
    margin-bottom: 16px;
    color: #3269cdd4;
    font-weight: 600;
    line-height: 1.25;
}

h1 {
    padding-bottom: 0.5em;
    font-size: 1.5em;
    line-height: 1.2;
    border-bottom: 1px solid #eaecef;
    margin-bottom: 16px;
    color: #3269cdd4;
}

h2 {
    font-size: 1.3em;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #eee;
}

h3 {
    display: block;
    font-size: 1.05em;
}

h4 {
    font-size: 1em;
}

h5, h6 {
    font-size: 0.6em;
}

a, a:visited {
    text-decoration: none;
    color: steelblue;
    font-weight: 600;
}

    a:hover {
        text-decoration: underline;
    }


code {
    font-family: Consolas, monospace;
    color: #333;
    background: #eee;
    white-space: pre;
}

pre {
    font-family: Consolas, monospace;
    font-weight: normal;
    font-size: 85%;
    line-height: 1.45;
    margin: 7px 0;
    padding: 0;
    max-width: 98%;
    border: none;
    overflow: auto;
    border-radius: 3px;
    white-space: pre;
    word-break: normal;
    word-wrap: normal;
}

    pre > code {
        white-space: pre;
        background: #eee !important;
        padding: 1em !important;
    }

table {
    width: 100%;
    overflow: auto;
    display: block;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 15px 0;
    border-color: gray;
}

td, th {
    border: 1px solid #ddd;
    padding: 6px 13px;
    display: table-cell;
    vertical-align: central;
}

th {
    font-weight: bold;
    background: #eee;
    text-align: center;
}

img {
    max-width: 100%;
}

ul > li > ul > li > ul > li {
    list-style: disc;
}

ul > li > ul > li {
    list-style: square;
}

blockquote {
    color: #6a737d;
    font-size: 1em;
    border-left: 4px #ddd solid;
    padding: 15px 20px;
    margin: 14px 2px;
}

    blockquote *:first-child {
        margin-top: 0;
    }

    blockquote *:last-child {
        margin-bottom: 0;
    }

hr {
    margin: 12px 0;
}

.figure .caption, figure figcaption {
    font-size: 0.8em;
    font-style: italic;
    margin-top: 0;
}
/* hidden display, but still part of document flow */
.hidden {
    display: none;
}

.hidden-nowidth {
    width: 0;
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.line-highlight {
    background: #e9f5ff !important;
}

p.line-highlight, h1.line-highlight, h2.line-highlight, h3.line-highlight, h4.line-highlight {
    border-radius: 4px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
}

#MainContent {
    margin: 0;
    padding: 10px 5px;
    border: none;
    padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
    #MainContent {
        margin-top: 40px;
    }
}

@media print {
    pre {
        white-space: pre-wrap;
        word-break: normal;
        word-wrap: normal;
    }

        pre > code {
            white-space: pre-wrap;
            padding: 1em !important;
        }
}

a, a:hover, a:focus {
    transition: all 0.3s;
}

.navbar {
    padding: 10px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
    display: none;
}

.nav-item {
    width: 250px;
    border: none;
    border-radius: 0;
    outline: none !important;
}

.nav-link {
    cursor: pointer;
}

.nav-item span {
    padding-left: 10px;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    /*align-items: stretch;*/
    /*perspective: 1500px;*/
    margin-top: 27px;
}


#sidebar {
    width: 300px;
    /*min-width: 300px;
    max-width: 300px;*/
    background: none;
    transition: all 0.3s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
    border-right: 1px dotted #e4e4e4;
    position: fixed;
    z-index: 999;
    height: 100vh;
    left: 0;
    overflow-y: auto;
}

    #sidebar.active {
        margin-left: -300px;
        transform: rotateY(100deg);
    }

#sidebar {
    padding: 15px;
    background: none;
    border-right: 1px dotted #e4e4e4;
}

    #sidebar ul.components {
        padding: 20px 0;
        /*border-bottom: 1px solid #47748b;*/
    }

    #sidebar ul li a {
        padding: 10px;
        display: block;
        cursor: pointer;
        color: #23527c;
        font-family: Calibri,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 1.0em;
        padding-left: 13px !important;
    }

        #sidebar ul li a:hover {
            background-color: #d2d6de;
        }

        #sidebar ul li a.active {
            background-color: aliceblue;
        }

a[data-toggle="collapse"] {
    position: relative;
}


ul ul a {
    font-size: 0.95em !important;
    padding-left: 30px !important;
    background: none;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: calc(100% - 300px);
    padding: 10px 50px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    right: 0;
}

    #content.active {
        width: 100%;
    }

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    cursor: pointer;
}

    #sidebarCollapse span {
        width: 80%;
        height: 2px;
        margin: 0 auto;
        display: block;
        background: #555;
        transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
        transition-delay: 0.2s;
    }

        #sidebarCollapse span:first-of-type {
            transform: rotate(45deg) translate(2px, 2px);
        }

        #sidebarCollapse span:nth-of-type(2) {
            opacity: 0;
        }

        #sidebarCollapse span:last-of-type {
            transform: rotate(-45deg) translate(1px, -1px);
        }


    #sidebarCollapse.active span {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }

/* SIDE BAR SEARCH  BAR STYLES */
#txtListSearch {
    padding: 10px;
    border: none;
    width: 100%;
    background: #f1f1f1;
}

    .ui-front {
    z-index: 999 !important;
    }

    .ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    }
    form.listSearch {
        box-sizing: border-box;
    }
  
        form.listSearch button:hover {
            background: #0b7dda;
        }

    /* Clear floats */
    form.listSearch ::after {
        content: "";
        clear: both;
        display: table;
    }
/* ---------------------------------------------------
    Search RESULTS
----------------------------------------------------- */
/* Search page main css*/

.listSearchMain{
    height: 40px;
    margin:5px 0 5px 0;
    width:100%;
      
}
#txtListSearchMain {
    padding: 10px;
    border:none;
    background: #f1f1f1;
    font-size:16px;
   flex:1;
}

#txtListSearch
{
    padding: 10px;
    font-size: 16px;
    flex: 1;
}
.version {
    border: none;
    float: left;
    width: 80px;
    background: #f1f1f1;
    border-left: none;
    border-right: none;
}
.versionMarkdown {
    float: left;
    width: 80px;
    margin-left: 3px;
    margin-right: 3px;
}
.categoryMarkdown {
    float: left;
    width: 150px;
    margin-left: 3px;
    margin-right: 3px;
}
#txtPath{
    flex:1;
}
.listSearchMain button {
    width: 40px;
    background: #2196F3;
    float: right;
    color: white;
    font-size: 13px;
    border: 1px solid grey;
    border-left: none; /* Prevent double borders */
    cursor: pointer;
}

.searchResultsList {
    list-style-type: none;
    padding-left:0;
}

.searchResult a {
    font-size: 20px;
    padding: 2px 0px;
   
}
.searchResult p {
    margin-bottom: 2px;
}
.searchResult p .searchDisplayLink {
    font-style: italic;
    font-size: 12px;
    color: #16b53a;
  
}
.searchResult {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
    .searchResult .searchResultDescription {
        font-size: 14px;
        max-height: 60px; /* line-height * 3 */
        overflow: hidden;
    }

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {

    .navbar-btn {
        display: block;
    }

    #sidebar {
        margin-left: -300px;
        /*transform: rotateY(90deg);*/
    }

        #sidebar.active {
            margin-left: 0;
            transform: none;
        }

    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }

    #sidebarCollapse.active span {
        margin: 0 auto;
    }

        #sidebarCollapse.active span:first-of-type {
            transform: rotate(45deg) translate(2px, 2px);
        }

        #sidebarCollapse.active span:nth-of-type(2) {
            opacity: 0;
        }

        #sidebarCollapse.active span:last-of-type {
            transform: rotate(-45deg) translate(1px, -1px);
        }

    #content {
        width: 100%;
    }

        #content.active {
            width: calc(100% - 300px);
        }
}
