
.list_view {
    height: 100%;
    overflow: auto;
    /*text-align: justify;*/
    padding: 20px;
}
.list_view * {
	font-family: 'UniviaProLight', Roboto, Arial, sans-serif !important;
}
.list_view .fa {
	font-family: FontAwesome !important;
}

DIV.upload_header {
	display: none;
}

.list_view DIV.item,
.list_view DIV.upload_header
{
    position: relative;
    display: block;
    vertical-align: middle !important;
    width: auto;
    min-height: 50px;
    padding: 0;
    margin: 0px 5px 0px 5px;
    border-bottom: 1px solid #ededed;
    line-height: 12px;
    color: #2b3d52;
    text-align: center;
    clear: both;
}
.list_view DIV.item.blank {
	display: none;	
}

.list_view DIV.upload_header {
    height: 20px;
    min-height: 20px;
    color: #2b3d52;
}

.list_view DIV.item .item_name,
.list_view DIV.upload_header .item_name {
    min-height: 20px;
    line-height: 20px;
}

.list_view DIV.item .item_name .file-name {
	display: none;
}

.list_view DIV.item .item_name .full-file-name {
	display: inline-block;
	width: auto;
}

.list_view DIV.item .item_name I {
	display: none;
}

.list_view DIV.item SPAN.item-type-directory,
.list_view DIV.item SPAN.filename-extension {
	display: inline-block;
	color: #C8C8C8;
	height: 20px !important;
    line-height: 20px;
}

.list_view DIV.item A {
    text-decoration: none;
    color: #6f6f6f;
}

.list_view DIV.item .thumb,
.list_view DIV.item .file-icon {
    position: absolute;
    z-index: 1;
    top: 9px;
    left: 10px;
    width: 32px;
    height: 32px;
    line-height: normal;
    vertical-align: middle;
    font-size: 0.1px;
    overflow: hidden;
    text-align-last: auto;
    border-radius: 3px;
}

.list_view DIV.item .file-icon .file-icon-ext {
	display: none;
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    font-size: 8px;
    font-weight: bold;
    line-height: 1;
}
.list_view DIV.item .file-icon.gif .file-icon-ext {
	display: inline;
}

.list_view DIV.item .thumb.has_image {
	border-radius: 0;
}
	.list_view DIV.item .thumb.has_image img {
	    height: 19px !important;
	    margin-top: 5px;
	    margin-left: 5px;
        min-width: auto !important;
	    min-height: auto !important
	}
	.list_view DIV.item .thumb.has_image .fa {
	    color: #2b3d52;
	    font-size: 28px !important;
	    position: absolute;
	    left: 13px;
	    top: 0;
	}


.list_view DIV.item .overlay-bg {
	display: none;	
}

.list_view DIV.item .thumb IMG {
    height: 32px !important;
    width: auto !important;
    position: relative;
    left: -2.82px;
}

.list_view DIV.item .thumb I {
	position: absolute;
	top: 0;
	left: 50%;
    font-size: 20px !important;
    line-height: 32px !important;
	margin: 0 0 0 -10px;
	z-index: 10010;
	color: #fff;
    background-color: transparent !important;
    opacity: 1;
}

.list_view DIV.item .file-icon I {
    font-size: 28px !important;
    line-height: 32px !important;
}
.list_view DIV.item .file-icon img {
	height: 30px;
}

.list_view DIV.item .overlay-on-hover .buttons A.list_item_printing_order_button {
	display: none;	
}

.list_view DIV.item .overlay-on-hover,
.list_view DIV.upload_header .overlay-on-hover {
	position: absolute;
    width: auto;
    top: 50%;
    right: 45%;
    height: 32px;
    left: auto;
    bottom: auto;
    text-align: right;
    margin: -16px 0 0 0;
}

@media only screen and (max-width: 860px) {
	.list_view.has_files DIV.item .overlay-on-hover,
	.list_view.has_files DIV.upload_header .overlay-on-hover {
	    right: 0;
	}
}
@media only screen and (max-width: 550px) {
	.list_view DIV.item .overlay-on-hover,
	.list_view DIV.upload_header .overlay-on-hover {
	    right: 0;
	}
}

.list_view DIV.item .overlay-on-hover .tools,
.list_view DIV.item .overlay-on-hover .tools-top-right,
.list_view DIV.item .overlay-on-hover .tools-top-left,
.list_view DIV.item .overlay-on-hover .tools-middle {
    position: static;
    display: inline-block;
    height: 32px;
    line-height: 32px !important;
    float: right;
}

.list_view DIV.item .overlay-on-hover .tools {
    float: left;
    font-size: 0;
}

.list_view DIV.item .overlay-on-hover .tools A,
.list_view DIV.item .overlay-on-hover .tools-top-right A,
.list_view DIV.item .overlay-on-hover .tools-top-left A,
.list_view DIV.item .overlay-on-hover .tools-middle A {
	display: inline-block;
    font-size: 20px !important;
    line-height: 32px !important;
    width: 32px;
    text-align: center;
    border: 1px solid transparent;
    color: #6f6f6f !important;
}


.list_view DIV.item.file.active-hover .overlay-on-hover .tools A,
.list_view DIV.item.upload.active-hover .overlay-on-hover .tools A,
.list_view DIV.item.file.active-hover .overlay-on-hover .tools A I,
.list_view DIV.item.upload.active-hover .overlay-on-hover .tools A I {
    background-color: white !important;
    color: #2b3d52 !important;
    line-height: 32px !important;
}
.list_view DIV.item.file:hover .overlay-on-hover .tools A:hover {
    color: #2b3d52;
    border: 1px solid #2b3d52;
    border-radius: 3px;
}

.list_view DIV.item.file {
    
}


.list_view DIV.item.file .file_downloads,
.list_view DIV.item.upload .file_downloads,
.list_view DIV.upload_header .file_downloads {
    width: 80px;
    float: right;
    text-align: right;
    margin: 19px 10px 0 0;
    text-align-last: auto;
    display: none;
}
.list_view DIV.upload_header .file_downloads {
    
}
.list_view.has_files DIV.item.file .file_downloads,
.list_view.has_files DIV.item.upload .file_downloads,
.list_view.has_files DIV.upload_header .file_downloads {
	display: inline-block;
}


.list_view DIV.item.file .file_views,
.list_view DIV.item.upload .file_views,
.list_view DIV.upload_header .file_views {
    width: 55px;
    float: right;
    text-align: right;
    margin: 19px 10px 0 0;
    text-align-last: auto;
}
.list_view DIV.upload_header .file_views {
}


.list_view DIV.item.file .file_size,
.list_view DIV.item.upload .file_size,
.list_view DIV.upload_header .file_size {
    width: 120px;
    float: right;
    text-align: right;
    margin: 19px 10px 0 0;
    text-align-last: auto;
}
.list_view DIV.upload_header .file_size {
}
.list_view DIV.item.upload .file_size .fa-file {
    font-size: 10px;
    position: relative;
    bottom: 1px;
}
.list_view.has_folders DIV.item.file .file_size,
.list_view.has_folders DIV.item.upload .file_size,
.list_view.has_folders DIV.upload_header .file_size {
}


.list_view DIV.item.file .modified_date,
.list_view DIV.item.upload .modified_date,
.list_view DIV.upload_header .modified_date,
.list_view DIV.item.file .date_created,
.list_view DIV.item.upload .date_created,
.list_view DIV.upload_header .date_created {
    width: 105px;
    float: right;
    text-align: right;
    margin: 19px 10px 0 0;
    text-align-last: auto;
}
.list_view DIV.upload_header .modified_date,
.list_view DIV.upload_header .date_created {
    
}

.list_view DIV.item.file .item_name,
.list_view DIV.item.upload .item_name,
.list_view DIV.upload_header .item_name {
    float: left;
    text-align: left;
    margin: 15px 0 0 52px;
    text-align-last: auto;
    max-height: 20px;
    overflow: hidden;
    width: calc( 100% - 455px );
}
.list_view DIV.upload_header .item_name {
    width: auto;
}
/*
.list_view DIV.item.file .glyphicon {
    width: 15px;
    overflow: hidden;
    float: left;
    text-align: left;
    font-size: 15px;
    padding: 0 5px 0 5px;
}
*/



.list_view DIV.item.upload {
    /*background-color: #fafafa;*/
}

.list_view DIV.item.upload .item_name {
    float: left;
    text-align: left;
    margin: 15px 0 0 52px;
    text-align-last: auto;
    max-height: 20px;
    overflow: hidden;
}

/*
.list_view DIV.item.upload .file_count {
    width: 5%;
    float: right;
    min-width: 50px;
    text-align: right;
    margin: 15.5px 0 0 0;
    text-align-last: auto;
}
*/
.list_view DIV.item.upload .modified_date,
.list_view DIV.item.upload .date_created {
    float: right;
    text-align: right;
    text-align-last: auto;
}

/*
.list_view DIV.item .tools {
    width: 5%;
    float: right;
    width: 30px;
    text-align: right;
    margin: 15.5px 0 0 0;
}
*/
/*
.list_view DIV.item.upload .glyphicon {
    width: 15px;
    overflow: hidden;
    float: left;
    text-align: left;
    font-size: 15px;
    padding: 0 5px 0 5px;
}
*/

.list_view .tools_price_button {
	display: none;
}

.list_view DIV.upload_header .item_name ,
.list_view DIV.upload_header .date_created ,
.list_view DIV.upload_header .file_size ,
.list_view DIV.upload_header .file_downloads ,
.list_view DIV.upload_header .file_views {
    margin-top: 0 !important;
    line-height: 20px !important;
}



@media only screen and (max-width: 1020px) {

	.list_view DIV.item .item_name .file-name {
		display: inline-block;
		width: auto;
	}

	.list_view DIV.item .item_name .full-file-name {
		display: none;
	}
}

@media only screen and (max-width: 860px) {
	
	.list_view .upload_header .file_downloads ,
	.list_view DIV.item .file_downloads ,
	.list_view .upload_header .file_views ,
	.list_view DIV.item .file_views {
		display: none !important;
	}
	
	.list_view DIV.item.file .item_name,
	.list_view DIV.item.upload .item_name {
	    width: calc( 100% - 300px );
	}
}

@media only screen and (max-width: 600px) {
	
	#right {
		padding-right: 0;
		padding-left: 0;	
	}
	
	.list_view .modified_date,
    .list_view .date_created {
		width: 70px;	
	}

}

@media only screen and (max-width: 550px) {
	
	.list_view .upload_header .file_size ,
	.list_view DIV.item .file_size {
		display: none !important;
	}
	
    .list_view DIV.item.file .item_name,
    .list_view DIV.item.upload .item_name {
        width: calc( 100% - 170px );
    }
}

body.ios_app .tools_button_download {
    display: none !important;
}

	
.list_view .preview-icon-svg.light {
	display: none;
}	
.list_view .preview-icon-svg.dark {
	display: inline-block;
	height: 22px;
	padding: 5px 0;
    position: relative;
    bottom: 2px;
}