﻿body {
    font-family: "Lato", sans-serif;
}
input[type=checkbox]{
    padding: 18px;
}
.folder-container {
    margin: 0;
    padding:0;
    min-height: 600px;
}
.folder {
    margin: 5px auto;
    padding: 0;
    max-width: 780px;
    box-shadow: #0000005e 1px 1px 3px,#0000005e 1px 1px 3px;
    position: relative;
}
.folder-header {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #0094ff86;
    border-bottom: 1px solid black;
}
.goback {
    border: none;
    background-color: transparent;
    font: 25px;
    position: absolute; 
    left: 2px;
    top: 3px;
    padding: 2px 6px;
    z-index:2;
}
.check-mode {
    display: none;
}
.setting-btn {
    float: right;
}
.btn-group {
    display: block;
    background-color: blue;
}
.folder-header-title {
    font-weight: bold;
    text-align: center;
    margin: 4px auto;
}
.folder-header-title small {
    display: block;
    font-weight: 500;
    color: navy;
    font-size: 16px;
}
.folder-body-panel{
    position: relative;
}
.folder-body {
    margin: 0;
    padding: 5px;
    height: 500px;
    overflow: auto;
}
.folder-overlay {
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
    background-color: #0094ff5b;
    color: navy;
    padding: 5px;
    border-radius: 6px;
    box-shadow: #00000076 2px 2px 8px;
    z-index: 15;
    transition: background-color 2s;
}
    .folder-overlay:hover {
        background-color: #0094ffe2;
    }
.folder-overlay-close {
    float: right;
    margin: 2px;
    padding: 2px 4px;
    cursor: pointer;
    font-size: 25px;
}
.folder-overlay-open {
    position: absolute;
    left: 0;
    bottom: 5px;
    padding: 3px 4px;
    display: none;
    font-size: 25px;
}
.folder-footer {
    position: relative;
    margin: 0;
    padding: 2px 4px;
    background-color:lightgray;
}
.folder-item, .folder-item-imgbox, .folder-item-textbox {
    display: inline-block;
    vertical-align: top;
}
.folder-item {
    width: 115px;
    min-height: 60px;
    margin: 6px;
    border: 1px solid silver;
    box-shadow: rgb(0 148 255 / 0.44) 1px 1px 1px;
    border-radius: 5px;
    background-color: white;
    position: relative;
}

    .folder-item:hover {
        background-color: silver;
    }

.folder-item-checkbox {
    position: absolute;
    z-index: 55;
    right: 3px;
    top: 3px;
}
.iconview .folder-item-checkbox {
    position: absolute;
    z-index: 55;
    right: 8px;
    top: 5px;
}

.gallery .folder-item-checkbox {
    position: absolute;
    z-index: 55;
    left: 10px;
    top: 10px;
}

.folder-item-imgbox {
    width: 45%;
    padding: 3px;
    margin: 0;
    margin-top: 6px;
}

    .folder-item-imgbox:hover {
        cursor: pointer;
    }

.folder-item-textbox {
    width: 53%;
    padding: 2px;
    margin: 0;
    margin-top: 13px;
}

.folder-item-icon {
    max-width: 100%;
}

.folder-item-title {
    font-size: 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    line-height: 14px;
}

.folder-item-text {
    font-size: 11px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    line-height: 13px;
    /*font-family: sans-serif;*/
}

.item-normal {
    background-color: aliceblue;
}

.item-active {
    background-color: aliceblue;
}

.item-inactive {
    background-color: lightsalmon
}

.item-pending {
    background-color: lightgoldenrodyellow;
}

.item-layoff {
    background-color: orange;
}

.item-quit, .item-fired, .item-overdue {
    background-color: orangered;
}

.item-group-title {
    border-bottom: 3px double navy;
    margin: 3px;
    font-size: 15px;
}
.item-group-link {
    text-decoration: none;
}
.item-group-link:link {
    color: navy;
}

.popmenu {
    position: absolute;
    left: -7px;
    top: 30px;
    box-shadow: rgb(0 0 0 / 0.29) 3px 3px 10px;
    background-color: white;
    display: inline-block;
    min-width: 135px;
    padding: 5px;
    border-radius: 5px;
    z-index: 99;
}

.popmenu-link {
    background-color: whitesmoke;
    display: block;
    margin: 4px auto;
    padding: 4px 6px;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 14px;
    color: black;
    border: 1px solid silver;
}

    .popmenu-link:hover {
        background-color: honeydew;
        text-decoration: none;
    }

#footnote {
    margin: 2px;
    font-size: 13px;
}
div.gallery {
    border: 1px solid #ccc;
}

    div.gallery:hover {
        border: 1px solid #777;
    }

    div.gallery img {
        width: 100%;
        height: auto;
    }

div.desc {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

* {
    box-sizing: border-box;
}

.responsive {
    position: relative;
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

div.iconview-gallery {
    border: 1px solid #ccc;
    position: relative;
}

    div.iconview-gallery:hover {
        border: 1px solid #777;
    }

    div.iconview-gallery img {
        width: 100%;
        height: auto;
    }

div.iconview-desc {
    padding: 8px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
}

.iconview {
    position: relative;
    padding: 0 6px;
    float: left;
    width: 17.99999%;
}
.error-message {
    color: red;
    position: absolute;
    border: solid silver 1px;
    background-color: ghostwhite;
    width: inherit;
    z-index: 10;
    font-size: 13px;
    line-height: 15px;
    padding: 3px;
    border-radius: 5px;
}
.error {
    border: solid red 1px;
}
@media only screen and (max-width: 680px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }

    .iconview {
        width: 24.99999%;
        margin: 6px 0;
    }
}

@media screen and (max-width: 480px) {
    .container {
        padding-left: 8px;
        padding-right: 8px;
    }
    .folder-container {
        min-height: 450px;
    }

    .folder-item {
        width: 105px;
        margin: 4px;
    }

    .folder-header {
        padding: 0;
    }

    .folder-body {
        padding: 5px 1px 4px 1px;
        height: 400px;
    }
    .responsive {
        width: 100%;
    }

    .iconview {
        width: 49.99999%;
    }

    .clearfix:after {
        content: "";
        display: table;
        clear: both;
    }
}