@import url(/Common/controls/ContentItemModern/css/common.css);

.PO-listHeader ul, ul.documentList {
    margin: 0;
    list-style: none !important;
}

.PO-listHeader ul, .fileActions ul, ul.documentList {
    list-style: none !important;
}

    .PO-listHeader ul a, .document a:hover, .documentItems a {
        text-decoration: none;
    }

.PO-listHeader ul {
    color: #606060;
    padding: 0 !important;
}

    .PO-listHeader ul li.documentListTitle {
        font-weight: 600;
        color: #918f8f;
    }

        .PO-listHeader ul li.documentListTitle .displayTable {
            display: table;
            width: 100%;
            padding: 0 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 !important;
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
    }

        .PO-listHeader ul a:hover {
            opacity: .6;
        }

ul.documentList {
    color: #606060;
    padding: 10px 0 !important;
}

    ul.documentList li {
        margin: 0 10px;
        position: relative;
        border-bottom: 2px solid #eee;
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
    }

        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: 0 0;
            }

                ul.documentList li.folder a.open:hover .displayTable > div.iconType {
                    font-size: 1.5em;
                }

.documentItems a {
    padding: 5px;
    display: block;
    font-size: .9em;
    color: #171717 !important;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    position: relative;
}

    .documentItems a .item {
        margin: 2px 0;
        color: #666;
    }

        .documentItems a .item.docTitle {
            font-weight: 600;
            color: #171717;
        }

        .documentItems a .item.docSize {
            font-weight: 600;
        }

        .documentItems a .item.docDate {
            font-size: .8em;
        }

    .documentItems a:hover {
        background: #eee;
        font-size: .9em;
        text-decoration: none;
    }

        .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: 0;
        width: 47px;
        -webkit-transition: scale .2s ease-in-out;
        transition: scale .2s ease-in-out;
    }

        .documentItems a.downloadButton:hover {
            background: 0 0;
        }

            .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: 120px;
            padding-right: 50px;
            line-height: normal;
        }

        .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 .2s ease-in-out;
            transition: all .2s ease-in-out;
            visibility: hidden;
            -webkit-transition-delay: .1s;
            transition-delay: .1s;
            cursor: pointer;
            letter-spacing: .2em;
        }

        .documentItems .displayTable > div.iconType {
            text-align: center;
            font-size: 1.5em;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            width: 50px;
        }

            .documentItems .displayTable > div.iconType .fa.fa-file-excel-o {
                color: #457046;
            }

            .documentItems .displayTable > div.iconType .fa.fa-file-pdf-o {
                color: #c43c23;
            }

            .documentItems .displayTable > div.iconType .fa.fa-file-sound-o {
                color: #599b40;
            }

            .documentItems .displayTable > div.iconType .fa.fa-file-word-o {
                color: #c43c23;
            }

            .documentItems .displayTable > div.iconType .fa.fa-file-archive-o {
                color: #d7772c;
            }

            .documentItems .displayTable > div.iconType .fa.fa-file-image-o {
                color: #2980b9;
            }

            .documentItems .displayTable > div.iconType .fa.fa-file-zip-o {
                color: #d7772c;
            }

            .documentItems .displayTable > div.iconType .fa.fa-file-audio-o {
                color: #599b40;
            }

            .documentItems .displayTable > div.iconType .fa.fa-file-movie-o {
                color: #a46db9;
            }

            .documentItems .displayTable > div.iconType .fa.fa-file-picture-o {
                color: #2980b9;
            }

            .documentItems .displayTable > div.iconType .fa.fa-file, .documentItems .displayTable > div.iconType .fa.fa-folder {
                color: #2e353e;
            }

            .documentItems .displayTable > div.iconType .fa.fa-file-powerpoint-o {
                color: #b8532d;
            }

            .documentItems .displayTable > div.iconType .fa.fa-file-video-o {
                color: #a46db9;
            }

            .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: #888;
                font-family: arial;
                font-weight: 400;
                font-size: .8em;
                letter-spacing: .1em;
            }

        .documentItems .displayTable > div.folderTree {
            font-size: 1.6em;
            text-align: right;
            width: 25px;
            padding-right: 10px;
        }

        .documentItems .displayTable > div.titleUser {
            overflow-wrap: break-word;
            word-wrap: break-word;
            word-break: break-word;
            line-height: normal;
        }

.documentDetails {
    font-size: .9em;
    line-height: 1.4em;
    display: none;
}

.fileActions {
    padding: 0 5px 5px;
}

    .fileActions ul {
        margin: 0;
        padding: 0 15px !important;
    }

        .fileActions ul li {
            margin-right: 2%;
            margin-left: 0;
            display: inline-block;
            border: none;
            vertical-align: middle;
        }

            .fileActions ul li:last-item {
                margin: 0;
            }

        .fileActions ul a {
            font-weight: 700;
            padding: 5px;
            font-size: .9em;
        }

        .fileActions ul:after {
            display: block;
            clear: both;
            content: '';
        }

ul.documentList li.folder .fileActions a {
    line-height: normal;
}

ul.documentList li a.downloadButton.folderSettingsToggle {
    top: -1px;
    right: -2px;
    line-height: normal;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    ul.documentList li 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: 0 15px 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: keep-all;
    word-break: keep-all;
    word-break: break-word;
}

.documentItems .displayTable > div.fileActions {
    width: 150px;
}

.documentList .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: '';
        position: absolute;
        font-size: .4em;
        line-height: 2.5em;
        color: #fff;
        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-documentContainer .PO-search {
    background: #fff;
    margin-bottom: 5px;
}

    .PO-documentContainer .PO-search .nav-right {
        position: relative;
        float: right;
        width: auto;
        display: inline-block;
    }

    .PO-documentContainer .PO-search .nav-fill {
        width: auto;
        overflow: hidden;
        white-space: nowrap;
    }

    .PO-documentContainer .PO-search .nav-icon {
        background-repeat: no-repeat;
    }

    .PO-documentContainer .PO-search .DIR-sSubmit {
        position: relative;
        top: 0;
        right: 0;
        height: 37px;
        width: 100px;
        overflow: hidden;
        cursor: pointer;
        background-color: #eee;
        float: left;
    }

        .PO-documentContainer .PO-search .DIR-sSubmit .DIR-sSubmitText {
            position: absolute;
            left: 0;
            top: 0;
            font-weight: 700;
            color: #595a5a;
            font-size: 14px;
            vertical-align: middle;
            text-align: center;
            line-height: 37px;
            width: 100%;
            -webkit-transition: all .2s;
            transition: all .2s;
        }

        .PO-documentContainer .PO-search .DIR-sSubmit .DIR-sGhostSubmit {
            position: relative;
            display: block;
            height: 100%;
            width: 100%;
            font-size: 14px;
            padding: 0;
            margin: 0;
            cursor: pointer;
            outline: 0;
            color: #595a5a;
            background: 0 0;
            border: none;
            text-indent: -1000px;
            line-height: 1px;
            z-index: 1;
        }

            .PO-documentContainer .PO-search .DIR-sSubmit .DIR-sGhostSubmit:focus + .DIR-sSubmitText, .PO-documentContainer .PO-search .DIR-sSubmit .DIR-sGhostSubmit:hover + .DIR-sSubmitText {
                background: #2e353e;
                color: #fff;
            }

    .PO-documentContainer .PO-search .DIR-sCancel {
        width: 40px;
        float: left;
    }

        .PO-documentContainer .PO-search .DIR-sCancel a {
            width: 40px;
            line-height: 37px;
            background: #eee;
            vertical-align: middle;
            text-align: center;
            color: #595a5a;
            font-size: 14px;
            display: block;
            margin-left: 5px;
            -webkit-transition: all .2s;
            transition: all .2s;
        }

            .PO-documentContainer .PO-search .DIR-sCancel a em {
                line-height: 37px;
            }

            .PO-documentContainer .PO-search .DIR-sCancel a:focus, .PO-documentContainer .PO-search .DIR-sCancel a:hover {
                background: #2e353e;
                color: #fff;
            }

    .PO-documentContainer .PO-search .DIR-sTextInput {
        position: relative;
        height: 37px;
        background: #fff;
        width: calc(100% - 145px);
        float: left;
    }

        .PO-documentContainer .PO-search .DIR-sTextInput input[type=text] {
            border: 1px solid #d8d8d8;
            border-width: 1px 0 1px 1px;
            border-radius: 0;
            padding: 0 10px;
            line-height: 35px;
        }

            .PO-documentContainer .PO-search .DIR-sTextInput input[type=text]:focus {
                -webkit-box-shadow: 0 0 2px 2px rgba(228,121,17,.5) !important;
                box-shadow: 0 0 2px 2px rgba(228,121,17,.5) !important;
            }

.DL-multiMove .iconType {
    padding-left: 36px;
}

.multiMove {
    left: 0;
    text-align: center;
    z-index: 99;
    position: absolute;
    width: 47px;
    top: 8px;
    display: none;
}

.DL-multiMove .multiMove {
    display: block;
}

.multiMoveOption {
    padding: 10px;
    border-top: 1px solid #e4e4e4;
}

.PO-documentContainer .PO-controlsTop {
    padding-bottom: 5px;
}

.PO-documentContainer .PO-listHeader {
    padding-top: 10px;
}

.documentDetailsToggle {
	height:36px;
}

.docSize {
	font-weight: 600;
	margin: 12px 0;
	font-size: .9em;
}

.docItemTitle {
	padding-left: 0px !important;
}

.iconTypeItem {
	padding-left: 4px;
}

/* Fix Document Container */

.documentItems .displayTable {
	display: flex;
	align-items: center;
	width: auto;
}

	.documentItems .displayTable > div.titleUser {
		display: block;
		width: calc(100% - 170px);
	}

	.documentItems .displayTable > div.sizeTime {
		padding-right: 10px;
	}

.documentDetailsToggle {
	height: auto;
	width: calc(100% - 60px);
	padding: 2px 0;
}


ul.documentList li a.downloadButton.folderSettingsToggle {
	height: 100%;
	padding: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	top: auto;
	right: 10px;
	position: relative;
}

ul.documentList li {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.documentDetails {
	width: 100%;
	order: 3;
}

.fileActions ul li {
	display: inline-block;
	width: auto;
}

.documentList .displayTable > div.bulletButton {
	margin: 0;
	line-height: normal;
	display: flex;
	justify-content: center;
	align-items: center;
}

.documentDetailsToggle > .displayTable {
	width: 100%;
}

	.documentDetailsToggle > .displayTable > div {
		display: block !important;
	}

.documentItems .displayTable > div.sizeTime .docDate {
	font-size: .8em;
}

.documentItems .displayTable > div.sizeTime .docSize {
	margin: 2px 0;
}

/* End of Fix Document Container */
