/*!
 * Document Css By web24service
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

html {
    font-family: Arial,verdana,arial,sans-serif;
    font-size: 12px;
    -webkit-text-size-adjust: none;
    color: #6F6F6F;
    background-color: #efefef;
}

body {
    min-height: 100%;
    height: auto;
    width: 100%;
}

footer, header, section {
    display: block;
}

a {
    color: #6F6F6F;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: underline
    }

p, ul, ol {
    margin: 18px 0;
    line-height: 1.5em;
}

li {
    list-style: none;
}

    li.placeholder {
        height: 70px;
        width: 100%;
        font-size: 16px;
    }

hr {
    display: block;
    height: 0px;
    line-height: 0px;
    border: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #aaa;
    margin: 16px 0;
    padding: 0;
    clear: both;
    float: none;
}

    hr.notop {
        margin-top: 0;
    }

.cosco-logo {
    float: right;
    margin-top: .25rem;
}

strong {
    font-weight: 700;
}

#documenter_buttons {
    position: absolute;
    right: 10px;
    margin-top: -30px;
}

.btn {
    cursor: pointer;
    width: auto;
    padding: 7px 7px 8px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

    .btn:hover {
        border: 1px solid #B1B4B0;
        box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
        text-decoration: none;
    }

    .btn:active {
        border: 1px solid #B1B4B0;
        box-shadow: inset 0px 2px 2px rgba(0,0,0,0.1);
        -moz-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.1);
        -webkit-box-shadow: inset 0px 2px 2px rgba(0,0,0,0.1);
        background-color: #eee;
    }

#documenter_content {
    position: absolute;
    right: 18px;
    left: 218px;
    padding-left: 10px;
    padding-bottom: 800px;
    min-height: 100%;
    height: auto;
    z-index: 1;
}

#documenter_sidebar {
    position: fixed;
    left: 0;
    width: 200px;
    height: 100%;
    min-height: 100%;
    z-index: 100;
    border-right: 1px solid #e3e3e3;
}

    #documenter_sidebar a {
        position: relative;
        z-index: 100;
    }

img {
    border: 0;
    max-width: 100%;
}

#documenter_copyright {
    position: absolute;
    bottom: 10px;
    font-size: 10px;
    right: 15px;
    width: 200px;
    text-align: right;
    z-index: 1
}

noscript {
    display: block;
    position: absolute;
    top: 238px;
    margin: 0 auto;
    width: 800px;
    bottom: 0;
    z-index: 20;
}

    noscript p {
        width: 800px;
        font-size: 20px;
        padding-top: 20px;
        margin: 0 auto;
        color: #4D4D4D;
    }

.small {
    font-size: 10px;
    letter-spacing: 0;
}

/*----------------------------------------------------------------------*/
/* Sidebar
/*----------------------------------------------------------------------*/

#documenter_sidebar #documenter_logo {
    display: block;
    height: 20%;
    max-height: 200px;
    min-height: 70px;
    width: 200px;
    background-position: center center;
    background-repeat: no-repeat;
}

#documenter_sidebar ul {
    font-size: 12px;
    font-weight: 700;
    min-height: 150px;
    height: 75%;
    overflow: auto;
}

    #documenter_sidebar ul li {
        text-align: right;
        padding: 0;
    }

    #documenter_sidebar ul a {
        display: block;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #aaa;
        padding: 6px 15px 7px 0;
        text-align: right;
    }

        #documenter_sidebar ul a:hover, #documenter_sidebar ul .nav-active a {
            -webkit-text-shadow: none;
            -moz-text-shadow: none;
            text-shadow: none;
            text-decoration: none;
        }

    #documenter_sidebar ul li ul {
        border-top: 0;
        font-size: 10px;
        min-height: 10px;
        height: auto;
        overflow: auto;
        margin: 0;
        display: none;
    }

        #documenter_sidebar ul li ul li a {
            display: block;
            padding: 4px 15px 5px 0;
            text-align: right;
        }

/*----------------------------------------------------------------------*/
/* Content
/*----------------------------------------------------------------------*/

#documenter_cover {
    position: relative;
    height: 800px;
    padding-top: 200px !important;
}

#documenter_content section {
    padding-top: 70px;
}

#documenter_content h1 {
    font-size: 30px;
    font-weight: 700;
}

#documenter_content h2 {
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: 100;
}

#documenter_content h3 {
    font-size: 26px;
    margin: 18px 0 0;
    font-weight: 100;
}

#documenter_content h4 {
    font-size: 20px;
    margin: 18px 0;
    font-weight: 100;
}

#documenter_content h5 {
    font-size: 16px;
    margin: 18px 0;
    font-weight: 100;
}

#documenter_content h6 {
    font-size: 14px;
    margin: 18px 0;
    font-weight: 100;
}

#documenter_content p {
    margin: 18px 0;
}


html {
    background-color: #FFFFFF;
    color: #383838;
    font-size: 14px;
}

#documenter_sidebar #documenter_logo {
    background-image: url();
}

a, b {
    color: #ed384d;
    font-weight: 400;
}

.btn {
    border-radius: 3px;
}

.btn-primary {
    color: #FFFFFF;
    background: #ed384d;
    border: 0px;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
        background-color: #ed384d;
        border: 0px;
    }

hr {
    border-bottom: 1px dashed #aaa;
    border-top: 0px;
}

#documenter_sidebar, #documenter_sidebar ul a {
    background-color: #f6f6f6;
    color: #222222;
}

    #documenter_sidebar ul li a {
        -webkit-text-shadow: 1px 1px 0px #EEEEEE;
        -moz-text-shadow: 1px 1px 0px #EEEEEE;
        text-shadow: 1px 1px 0px #EEEEEE;
    }

    #documenter_sidebar ul {
        border-top: 1px solid #AAAAAA;
    }

        #documenter_sidebar ul li a {
            border-top: 1px solid #fff;
            border-bottom: 1px solid #AAAAAA;
            color: #444444;
        }

            #documenter_sidebar ul li a:hover {
                background: #ed384d;
                color: #fff;
                border-top: 1px solid #ed384d;
                border-bottom: 1px solid #fff;
            }

        #documenter_sidebar ul li.nav-active a {
            background: #ed384d;
            color: #fff;
            border-top: 1px solid #ed384d;
            border-bottom: 1px solid #fff;
        }

#documenter_copyright {
    display: block !important;
    visibility: visible !important;
}


#documenter_cover h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

    #documenter_cover h1 small {
        text-transform: uppercase;
        font-size: 24px;
        color: #ed384d;
    }

#documenter_content ul {
    margin-left: 15px;
}

    #documenter_content ul li {
        padding-top: 10px;
        list-style-type: disc;
        list-style-position: inside;
    }

.page-header h3 {
    position: relative;
    padding-bottom: 10px;
}

    .page-header h3:before {
        position: absolute;
        height: 3px;
        width: 60px;
        background: #eb0028;
        content: "";
        left: 0px;
        bottom: -2px;
    }

.screenshot {
    margin: 30px 0px;
}

    .screenshot img {
        display: inline-block;
        margin-right: 20px;
    }

#documenter_logo h1 {
    text-align: center;
    padding: 20px;
}

#documenter_logo {
    color: #3d3d3d;
}

    #documenter_logo h1 span {
        display: inline-block;
        text-transform: uppercase;
        font-size: 18px;
        border: 2px solid #3d3d3d;
        padding: 6px 10px;
        margin-top: 30px;
    }

.source-sec h4 {
    margin-top: 40px !important;
}

.source-holder {
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
}

.customize {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 15px 30px;
}

    .customize p {
        margin-top: 0px !important;
    }

.note h6 b {
    font-size: 32px;
}

.note {
    margin-bottom: 40px;
}

/*----------------------------------------------------------------------*/
/* Print Styles
/*----------------------------------------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: sanbeiji.com/archives/953 */
    a, a:visited {
        color: #444 !important;
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }
    /* css-discuss.incutio.com/wiki/Printing_Tables */
    tr, img {
        page-break-inside: avoid;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    hr {
        border-top: 1px solid #000 !important;
        border-bottom: 0 !important;
    }

    #documenter_sidebar {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: absolute;
        left: 10px;
        top: 0;
        width: 100%;
        margin-top: 500px;
    }

        #documenter_sidebar ul:before {
            content: "Table of Contents";
        }

        #documenter_sidebar ul {
            border: 0 !important;
        }

            #documenter_sidebar ul li {
                border: 0 !important;
                text-align: left;
            }

                #documenter_sidebar ul li a {
                    border: 0 !important;
                    text-align: left;
                    padding: 4px;
                }

                    #documenter_sidebar ul li a:hover {
                        border: 0 !important;
                    }

        #documenter_sidebar #documenter_logo {
            display: none;
        }

        #documenter_sidebar #documenter_copyright {
            display: none;
        }

    #documenter_content {
        left: 10px;
    }

    #documenter_cover {
        margin-bottom: 300px;
    }

    #documenter_content .warning {
        background-image: url(img/warning.png) !important;
        background-repeat: no-repeat !important;
        background-position: 8px 11px !important;
    }

    #documenter_content .info {
        background-image: url(img/info.png) !important;
        background-repeat: no-repeat !important;
        background-position: 8px 11px !important;
    }
}
