﻿.document { position: fixed;top:0;right:0;left:0;bottom:0; }
.document header { position:absolute;top:0;right:0;left:0;height:44px;box-shadow: 0 0 2px rgba(0,0,0,.75); }
.document .content { position:absolute;top:46px;right:0;left:0;bottom: 0;background-color: #F9F9F9; }

.document header > .inner, .document .content > .inner { width: 1156px;max-width: 100%;margin: 0 auto;height: 100%;position:relative;overflow: hidden; }
.document .content > .inner { background-color: #fff; }
.document .content nav { 
    position:absolute;
    right: 0;
    top:0;bottom:0;width: 290px;
    overflow-y:auto;
    border-left: 1px solid #E6E9EA;
    z-index: 10;
    background: #fff;
    transition: all 0.3s ease-out;
}

.document header > .inner { text-align: center; line-height: 44px; font-size: 19px; }
.document header > .inner a { color:black;transition: color 0.2s ease-out;text-decoration:none;display: inline-block; }
.document header > .inner a:hover, .document header > .inner a:focus { color: #007aff; }

.document .content nav ul { list-style:none;padding:0; }
.document .content nav ul ul { margin-right: 20px;display:none; }
.document .content nav li {  }
.document .content nav li a { min-height: 44px;line-height: 44px;padding-right: 10px;display:block;position: relative;color:black;transition: color 0.2s ease-out; }
.document .content nav li a:hover, .document .content nav li a:focus { color: #007aff; }
.document .content nav li a:after { content:'';position: absolute;border-bottom: 1px solid #E6E9EA;bottom:0;left:0;right: 17px; }
.document .content nav li img { width: 30px;height:30px;display:inline;margin-right: 5px;vertical-align: top;margin-top: 7px; }
.document .content nav .children { display: inline-block; }
.document .content nav li.selected > a { background-color: #E6E9EA; }

.document .content nav .expander { 
    display: none;
    position:absolute;
    top: 15px;
    background: url('../images/document-arrow.png');
    height: 13px;
    width:13px;
    vertical-align: top;
    background-size: 100%;
    transition: transform 0.2s ease-in;
}

.document .content nav .hasChildren > a > .expander {   display: block;}
.document .content nav .name span { padding-right: 7px;text-align: right;display: inline-block;line-height: 24px; }
.document .content nav .hasChildren > a > .name { margin-right: 12px; }
.document .content nav .open > a > .expander { transform: rotate(-90deg); }

.document .content > .inner > section { position:absolute;top:0;left:0;right:290px;bottom:0;overflow-y:auto; }
.document .content > .inner > section article { padding: 40px 70px; }
.document .content > .inner > section article > h2 { font-size: 26px;color: #000;margin-bottom: 30px; }
.document .showNavMobile { display:none; }
.document .bottomNav { 
    margin: 30px 0 20px 0;
    border-top: 1px solid #E6E9EA;
    padding: 10px 0 0 0; 
}

/*.document .bottomNav a.next { 
    background: url(../images/document-next-arrow.png) no-repeat left 0 top 12px;
    padding: 0 21px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    background-size: 11px 23px;
    color: #007aff;
    text-decoration: none;
}*/

/*.document .bottomNav a.prev { 
    background: url(../images/document-prev-arrow.png) no-repeat right 0 top 12px;
    padding: 0 21px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    background-size: 11px 23px;
    color: #007aff;
    text-decoration: none;
}*/

.document .showSearch { 
    display: inline-block;
    background: url(../images/document-search-btn.png);
    position: absolute;
    top:5px;
    left:5px;
    width:54px;
    height:37px;
    background-size: 100%;
    border: none; 
    border-radius: 15px;
}

.document .showSearch.active { 
    background-color: #e4e4e4;
}

.document .content aside { 
    position:absolute;
    top:0;bottom:0;width: 290px;
    overflow-y:auto;
    border-right: 1px solid #E6E9EA;
    border-left: 1px solid #E6E9EA;
    z-index: 10;
    background: #fff;
    transition: all 0.3s ease-out;
    left: -290px;
    padding: 10px;
}

.document .content aside.active { left: 0; }

.document .content aside input[type="search"] { 
    width: 100%;
    border-radius: 15px;
    border: 1px solid #e4e4e4;
    padding: 2px 7px; 
}

.document .content aside input[type="search"]:focus { outline:0; }

.document .searchResults .count { 
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 12px;
    font-size: 12PX;
    font-weight: 700;
    color: #484848;
}

.document .searchResults a { 
    display: block;
    padding: 13px 12px 14px;
    border: 0;
    border-bottom: 1px solid #f7f7f7;
    border-image: -webkit-linear-gradient(left,#fff 0,#fff 12px,#f7f7f7 12px,#f7f7f7 100%) 0 0 1 0;
    border-image-width: 0 0 1px 0;
    color: #484848;
    text-decoration: none;
}

.document .searchResults a .name { 
    display:block;
}

.document .searchResults a .path {
    display:block; 
    color: #b2b2b2;
    font-size: 12px;
    margin-top: 2px;
}

.document .searchResults a:hover,
.document .searchResults a:focus { 
    color: #007aff;
}

.document .searchResults ul { 
    list-style: none;
    margin: 0;
    padding: 0;
}

.document .logo { 
    width: 85px;
    height: 40px;
    background: url(../images/TripleCLogo_2.png) no-repeat top left;
    width: 85px;
    margin-top: 5px;
    background-size: contain;
    position: absolute;
    right: 20px;
}

@media (max-width: 1024px) {
    .document .content > .inner > section { right: 0; }
    .document .content nav { right: -290px; }
    .document .content nav.active { right: 0; }
    .document .showNavMobile { 
        display: inline-block;
        background: url(../images/document-nav-btn.png);
        position: absolute;
        top:5px;
        right:5px;
        width:54px;
        height:37px;
        background-size: 100%;
        border: none; 
        border-radius: 15px;
        margin-left: 20px;
    }

    .document .showNavMobile.active { 
        background-color: #e4e4e4;
    }

    .document .logo { right: 70px; }
}

@media (max-width: 768px) {
    .document .content > .inner > section article { padding: 10px 20px; }

    .document header > .inner a 
    { 
        line-height: 26px;
        display: block;
        padding: 4px 0 0 0;
    }
    .document header { height: 84px; }
    .document .content { top: 86px; }
    .document .logo { 
        position: relative;
        display: block;
        vertical-align: top;
        margin: 7px 70px 0 0;
        right: 0; 
    }
}
