body {
    margin:0 0 0 0;
}

.PO-wrapper.PO-documentContainer {
    border-left: 0px;
}

.PO-treeviewbar {
    background: #2E353E;
    color: #ffffff;
    padding: 10px;
    font-size: 0.9em;
}

.PO-listHeader ul {
    color: #606060;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .PO-listHeader ul li.documentListTitle {
        font-weight: 600;
        color: #918f8f;
    }

        .PO-listHeader ul li.documentListTitle .displayTable {
            display: table;
            width: 100%;
            padding: 0px 50px 0px 50px;
            box-sizing: border-box;
            table-layout: fixed;
        }

            .PO-listHeader ul li.documentListTitle .displayTable > div {
                display: table-cell;
                vertical-align: middle;
            }

                .PO-listHeader ul li.documentListTitle .displayTable > div:last-child {
                    text-align: right;
                    width: 140px;
                }

    .PO-listHeader ul a {
        color: #606060;
        text-decoration: none;
        -webkit-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
    }

        .PO-listHeader ul a:hover {
            opacity: 0.6;
        }

ul.documentList {
    background-color: #F1F1F1;
    color: #606060;
    list-style: none;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    box-sizing: border-box;
}

    ul.documentList li {
        /* margin: 0px 10px 0px 10px; */
        position: relative;
        border-bottom: 2px solid #eeeeee;
        -webkit-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
    }

        ul.documentList li.notCurrentDocument {
            opacity: 0.5;
        }

            ul.documentList li.notCurrentDocument:hover {
                opacity: 1;
            }

        ul.documentList li:last-child {
            border: none;
        }

        ul.documentList li.folder a {
            line-height: 36px;
        }

            ul.documentList li.folder a.open:hover {
                background: transparent;
            }

                ul.documentList li.folder a.open:hover .displayTable > div.iconType {
                    font-size: 1.5em;
                }

.PO-paging > ul.PO-pageButton {
    padding: 0;
    float: right;
}

    .PO-paging > ul.PO-pageButton > li {
        display: inline-block;
        list-style-type: none;
        padding: 10px;
        color: #fff;
        cursor: pointer;
    }

        .PO-paging > ul.PO-pageButton > li.selected {
            background-color: #F1F1F1;
            color: #2E353E;
            text-decoration: underline;
        }

        .PO-paging > ul.PO-pageButton > li:hover {
            background-color: #F1F1F1;
            color: #2E353E;
        }

.documentItems a {
    padding: 5px 10px;
    display: block;
    font-size: 0.9em;
    color: #171717;
    text-decoration: none;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
}

    .documentItems a .item {
        margin: 2px 0px 2px 0px;
        color: #666666;
    }

        .documentItems a .item.docTitle {
            font-weight: 600;
            color: #171717;
            overflow-wrap: break-word;
            word-wrap: break-word;
            -ms-word-break: break-all;
            word-break: break-all;
            word-break: break-word;
        }

        .documentItems a .item.docSize {
            font-weight: 600;
        }

        .documentItems a .item.docDate {
            font-size: 0.8em;
        }

    .documentItems a:hover {
        background: #e2e2e2;
    }

        .documentItems a:hover .displayTable > div.iconType:first-child {
            font-size: 1.7em;
        }

        .documentItems a:hover .displayTable > div.bulletButton {
            opacity: 1;
            visibility: visible;
            -webkit-transition-delay: 0;
            transition-delay: 0;
        }

    .documentItems a.downloadButton {
        position: absolute;
        top: 3px;
        right: 0px;
        width: 47px;
        -webkit-transition: scale 0.2s ease-in-out;
        transition: scale 0.2s ease-in-out;
    }

        .documentItems a.downloadButton:hover {
            background: transparent;
        }

            .documentItems a.downloadButton:hover div.iconType:first-child {
                font-size: 1.5em;
                -webkit-transform: scale(1.2, 1.2);
                -ms-transform: scale(1.2, 1.2);
                transform: scale(1.2, 1.2);
            }

.documentItems .displayTable {
    display: table;
    width: 100%;
    table-layout: fixed;
}

    .documentItems .displayTable > div {
        display: table-cell;
        vertical-align: middle;
    }

        .documentItems .displayTable > div.sizeTime {
            text-align: right;
            width: 130px;
            padding-right: 0;
        }

        .documentItems .displayTable > div.bulletButton {
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            border-radius: 50%;
            color: #918f8f;
            margin-top: -20px;
            opacity: 0;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            visibility: hidden;
            -webkit-transition-delay: 100ms;
            transition-delay: 100ms;
            cursor: pointer;
            letter-spacing: 0.2em;
        }

        .documentItems .displayTable > div.iconType {
            text-align: center;
            font-size: 1.5em;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            width: 50px;
        }

            .documentItems .displayTable > div.iconType:first-child .item {
                padding-right: 5px;
            }

            .documentItems .displayTable > div.iconType:last-child .item {
                padding-left: 5px;
                padding-top: 4px;
            }

            .documentItems .displayTable > div.iconType .bulletButton {
                color: #888888;
                font-family: arial;
                font-weight: normal;
                font-size: 0.8em;
                letter-spacing: 0.1em;
            }

        .documentItems .displayTable > div.folderTree {
            font-size: 1.6em;
            text-align: right;
            width: 25px;
            padding-right: 10px;
        }

        .documentItems .displayTable > div.titleUser {
            word-break: break-all;
            line-height: normal;
        }

            .documentItems .displayTable > div.titleUser > .docTitle {
                float: left;
            }

            .documentItems .displayTable > div.titleUser > .archived {
                color: #e74c3c;
                margin-left: 5px;
                font-size: x-small;
                font-weight: bold;
                white-space: nowrap;
                display: none;
            }

.documentItems .deleted_file .displayTable > div.titleUser > .archived {
    display: initial;
}

.documentDetails {
    display: block;
    font-size: 0.9em;
    line-height: 1.4em;
    display: none;
}

.fileActions {
    /*border-top: 2px solid #eeeeee;*/
    padding: 5px 5px 5px 5px;
}

    .fileActions ul {
        list-style: none;
        margin: 0px;
        margin-left: 15%;
        padding: 0px 15px;
    }

        .fileActions ul li {
            margin-right: 2%;
            margin-left: 0px;
            display: inline-block;
            border: none;
            vertical-align: middle;
        }

            .fileActions ul li:last-item {
                margin: 0px;
            }

        .fileActions ul a {
            padding: 10px 5px 10px 5px;
            font-size: 1em;
            font-weight: bold;
        }

        .fileActions ul:after {
            display: block;
            clear: both;
            content: '';
        }

.documentList a.sortLink {
    display: inline;
}

.displayTable.footerRow {
    text-align: center;
    width: 100%;
    padding: 15px;
}

.PO-search input[type="text"].televox {
    width: 85%;
}

.PO-search input[type="submit"].televox {
    width: 12%;
}

    .PO-search input[type="submit"].televox:hover {
        background-color: #25a0da;
        color: white;
    }

.displayTable.headerRow a {
    color: #6b6b6b;
}

    .displayTable.headerRow a:hover {
        color: #171717;
    }


.displayTable.headerRow {
    background-color: #D7E0E2;
    color: #6b6b6b;
    padding: 10px 0px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 16px;
}

.documentList a.sortLink.active {
    font-weight: bold;
}


ul.documentList li.folder .fileActions a {
    line-height: normal;
}

ul.documentList li.folder a.downloadButton.folderSettingsToggle {
    top: -1px;
    right: -2px;
    line-height: normal;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    ul.documentList li.folder a.downloadButton.folderSettingsToggle:hover {
        -webkit-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

.fileDescription {
    padding: 0px 15px 10px 15px;
}

.documentItems .displayTable > div.fileActions {
    width: 150px;
}

.documentList .folder .displayTable > div.bulletButton {
    opacity: 1;
    visibility: visible;
}

.documentList .folder.open a:hover .displayTable > div.iconType:first-child {
    font-size: 1.5em;
}

.documentList a.folderItem:hover .displayTable > div.iconType {
    font-size: 1.7em;
}

.upFolder {
    font-size: 1.5em;
    position: relative;
}

    .upFolder:after {
        content: '\f062';
        position: absolute;
        font-size: 0.4em;
        line-height: 2.5em;
        color: #ffffff;
        left: 50%;
        margin-left: -6.5px;
        -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }

.PO-documentContainer.PO-mobileView .bulletButton, .PO-documentContainer.PO-mobileView .item.docDate, .PO-documentContainer.PO-mobileView .uploader {
    display: none;
}

.PO-documentContainer.PO-mobileView .documentItems .displayTable > div.sizeTime {
    width: 80px;
}



.PO-settingsBar.treeView {
    background: #1d2228;
}

.NavigationFooter {
    position: absolute;
    height: 45px;
    top: 100%;
    background: #1d2228;
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    min-width: 250px;
    box-sizing: border-box;
}

.previewPaneContainer {
    display: none;
    border: 3px solid black;
    min-height: 225px;
    padding-left: 15px;
    padding-top: 15px;
}

.previewPaneImage {
    width: 250px;
    margin-left: 15px;
    margin-top: 15px;
}

.fa-sort-hidden {
    display: none;
}

.documentList a.sortLnk {
    display: inline;
}

.RadMenu_Vista .rmText {
    background-image: none !important;
}

.RadMenu_Vista .rmGroup {
    border: 1px solid #979797 !important;
    background: #f0f0f0 !important;
    background-image: none !important;
}

.rtDelete {
    color: #ccc;
}

.fileActions .hiddenDeleteAction {
    display: none;
}

.fileActions .deleteAction {
}

.deleted_file {
}

.fileActions .restoreAction {
}

.fileActions .hiddenRestoreAction {
    display: none;
}

.Type
{
    word-break:normal;
}

.ActionDiv
{
    float:right;
    margin:5 5 5 5;
}

ul.documentList li.currentDocument {
    opacity: 0.5;
    background-color:gray;
}

ul.documentList li.currentDocument:hover {
    opacity: 1;
    background-color:gray;
}