html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}


body {
    display: flex;
    align-items: center;
    flex-direction: column;
}

html, body {
    height: 100%;
}


article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    background: #008082;
    font-family: sans-serif, serif, monospace;
    font-size: 13px
}

.main_window,.file {
    width: 800px;
    margin-top: 20px;
    background: #bfb8bf;
    border: 2px solid;
    border-color: #fff8ff #000000 #000000 #fff8ff;
    padding: 2px 0
}


.login_window {
    width: 500px;
    margin-top: 20px;
    background: #bfb8bf;
    border: 2px solid;
    border-color: #fff8ff #000000 #000000 #fff8ff;
    padding: 2px 0
}


.login_error_window {
    width: 300px;
    margin: auto;
    margin-top: 20px;
    background: #bfb8bf;
    border: 2px solid;
    border-color: #fff8ff #000000 #000000 #fff8ff;
    padding: 2px 0
}

#login_error_window_container {
    display: none;
    position: absolute;
    width: 100%;
    top: 30px;
}



.folder_title,.file_title {
    padding: 2px 4px 3px 4px;
    position: relative
}

.folder_title h1,.file_title h1 {
    color: #f8eff8;
    font-size: 14px;
    font-weight: bold
}

.folder_title img,.file_title img {
    float: left;
    width: 14px;
    height: 14px;
    margin: 0 3px 0 0
}

.file_title h1 {
    display: inline-block
}

.file_title a {
    color: #000000
}

.file_title .btn {
    background: #cccccc;
    width: 13px;
    height: 11px;
    float: right;
    border: 2px solid;
    border-color: #fff8ff #000000 #000000 #fff8ff
}

.file_title .btn span {
    font-size: 11px;
    position: relative;
    left: 2px;
    top: -2px
}

.file_title .btn .fa-window-minimize {
    font-size: 10px;
    left: 1px
}

.file_title .btn .fa-window-maximize {
    font-size: 10px;
    left: 1px
}

.file_title .btn_max {
    margin: 0 3px 0 0
}

.file_title .btn:active {
    width: 12px;
    height: 10px
}

ul.topbar {
    list-style: none;
    padding: 0px;
    margin: .5px 0px 0px 0px;
}

ul.topbar li {
    background-color: rgb(191, 184, 191);
    display: inline-block;
    padding: 0px;
    margin: 0px -4px 0px 0px;
}
}

ul.topbar a {
    text-decoration: none;
    color: #000000
}

.file_list,.folder_list,.post_content {
    background: #fff8ff;
    border-width: 2px;
    border-style: ridge groove groove ridge;
    border-color: #7f787f #fff8ff #fff8ff #7f787f
}

.file_list {
    width: 70.2%;
    margin: 0 auto;
    min-height: 150px;
    max-height: 150px;
    overflow-y: scroll;
    display: inline-block
}

.file_list ul {
    list-style: none
}

.file_list ul li {
    display: inline-block;
    margin: 10px;
    max-width: 16ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center
}

.file_list ul li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 8px
}

.file_list ul li a {
    text-decoration: none;
    color: #000000
}

.folder_list {
    width: 28%;
    margin: 0 auto;
    min-height: 150px;
    max-height: 150px;
    overflow-y: scroll;
    display: inline-block
}

.folder_list img {
    height: 16px;
    width: 16px;
    margin: -2px 5px -2px 2px
}

.folder_list a {
    text-decoration: none;
    color: #000000
}

.folder_list ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.root-folder-list {
    background: transparent url(/assets/img/pixel-alt.png) repeat-y 11px 0
}

.root-folder-list li {
    padding: 0 0 0 2px
}

.root-folder-list li a {
    background: #fff8ff;
    display: block
}

.root-folder-list li ul li {
    background: transparent url(/assets/img/pixel-alt.png) repeat-x 0 6px;
    margin: 7px 0px 7px 10px;
    padding: 0 0 0 14px;
}


.sub-folder-list {
    max-height: 0;
    clear: both;
    transition: max-height .3s ease-in-out;

    padding-left: 2px;
    margin: 0px 0px -6px -3px;
}


.post_total .left,.post_total .right {
    border: 1px solid;
    border-color: #888888 #dadada #dadada #888888;
    display: inline-block;
    padding: 1px 3px
}

.post_total .left {
    width: 33%;
    margin-left: 2px
}

.post_total .right {
    width: 64%;
    margin-right: 2px
}

.post_content {
    position: relative;
    width: 98.5%;
    min-height: 600px;
    max-height: 600px;
    padding: 2px;
    margin: 0 auto;
    overflow-y: scroll;
    overflow-x: scroll
}

.post_content p {
    line-height: 150%;
    margin-bottom: 15px
}

.post_content a {
    color: #0000ff;
    margin-bottom: 15px
}

.post_content h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 12px 0 12px 0
}

.post_content h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 5px 0
}

.post_content em {
    font-style: italic
}

.post_content blockquote {
    padding: 0 0 0 15px;
    margin: 15px 5px;
    border-left: 8px solid #000000
}

.post_content strong {
    font-weight: 700
}

.post_content hr {
    border-top: 3px solid #333333;
    border-left: 0
}

.post_content ul {
    list-style: square;
    margin: 0 0 15px 30px
}

.post_content ul li {
    padding: 5px
}

.post_content ul li ul {
    margin: 10px 0 0 15px
}

.post_content ul li ul li {
    padding: 5px
}

.post_content ol {
    list-style: decimal-leading-zero;
    margin: 0 0 15px 30px
}

.post_content ol li {
    padding: 5px
}

.post_content ol li ul {
    margin: 10px 0 0 15px
}

.post_content ol li ul li {
    padding: 5px
}

.post_content table,.post_content th,.post_content td {
    border: 1px solid #222222;
    padding: 2px
}

.post_content pre {
    margin-bottom: 15px
}

.hljs {
    background: #fff8ff
}

.footer {
    font-size: 12px;
    margin: 30px 0 10px 0
}

.footer p {
    text-align: center
}

.footer p a {
    color: #24244a
}

@media only screen and (max-width: 900px) {
    .file {
        width:90%
    }
}

@media only screen and (max-width: 700px) {
    .file {
        width:90%
    }

    .post_content {
        width: 98%
    }
}

@media only screen and (max-width: 400px) {
    .post_content {
        width:97%
    }
}

@media only screen and (max-width: 810px) {
    .main_window {
        width: 90%
    }



    .post_total .left {
        width: 37%
    }

    .post_total .right {
        float: right;
        width: 60%
    }
}


@media only screen and (max-width: 520px) {
    .login_window {
        width: 90%;
    }
}



@media only screen and (max-width: 750px) {
    .folder_list {
        width:99%
    }

    .file_list {
        width: 99%;
        float: left
    }

    .post_total .left {
        width: 36%
    }

    .post_total .right {
        float: right;
        width: 60%
    }
}

@media only screen and (max-width: 610px) {
    .folder_list {
        width:98.7%
    }

    .file_list {
        width: 98.7%;
        float: left
    }

    .post_total .left {
        width: 35.7%
    }
}

@media only screen and (max-width: 520px) {
    .post_total .left {
        width:34.5%
    }
}

@media only screen and (max-width: 410px) {
    .post_total .left {
        width:34%
    }
}

@media only screen and (max-width: 375px) {
    .post_total .left {
        width:33%
    }
}

::-webkit-scrollbar {
    width: 16px
}

::-webkit-scrollbar-track {
    background-image: url("/assets/img/track.png");
    background-repeat: repeat-x repeat-y
}

::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-width: 2px;
    border-style: groove ridge ridge groove;
    border-color: #fff8ff #000000 #000000 #fff8ff
}

::-webkit-scrollbar-button {
    background-color: #cccccc;
    border-width: 2px;
    border-style: groove ridge ridge groove;
    border-color: #fff8ff #000000 #000000 #fff8ff;
    background-position: center center;
    background-repeat: no-repeat
}

::-webkit-scrollbar-button:vertical:decrement {
    background-image: url("/assets/img/up.png")
}

::-webkit-scrollbar-button:vertical:increment {
    background-image: url("/assets/img/down.png")
}

::-webkit-scrollbar-button:horizontal:decrement {
    background-image: url("/assets/img/left.png")
}

::-webkit-scrollbar-button:horizontal:increment {
    background-image: url("/assets/img/right.png")
}

::-webkit-scrollbar-button:active {
    background-position: 1px 2px
}

::-webkit-scrollbar-corner {
    background-color: #cacaca
}






/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

.no_button_style {
    background: none;
    color: inherit;
    border: none;
    font: inherit;
    outline: inherit;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

/* Dropdown Button */
.dropbtn {
    cursor: pointer;

    padding: 2px 7px 3px 4px;
}



.dropbtn.active {
    background-color: #00007f;
    color: white;
}


/* Dropdown Content (Hidden by Default) */
.dropdown_content {
    top: 17px;
    left: .5px;

    display: none;
    position: absolute;
    background-color: #bfb8bf;
    min-width: 120px;
    border-top: solid 1px white;
    border-left: solid 1px white;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown_content a,
.dropdown_content button,
.dropdown_content p {
    color: black;
    padding: 4px 16px;
    text-decoration: none;
    display: block;
}


.dropdown_content button {
    width: 100%;
    text-align: left;
}

/* Change color of dropdown links on hover */
.dropdown_content a:hover,
.dropdown_content button:hover {
    background-color: #00007f;
    color: white;
}


/* Show the dropdown menu (use JS to add this class to the .dropdown_content container when the user clicks on the dropdown button) */
.show {
    display: block;
}



