
.grid_view {
    height: 100%;
    overflow: auto;
    /*text-align: justify;*/
    padding: 20px;
}
.grid_view * {
	font-family: 'UniviaProLight', Roboto, Arial, sans-serif !important;
}
.grid_view .fa {
	font-family: FontAwesome !important;
}

.grid_view .fal {
    font-family: "Font Awesome 5 Pro" !important;
}

.grid_view .trailing_element:after {
    content: "";
    display: inline-block;
    width: 100%;
}
/**/

.grid_view DIV.item {
    position: relative;
    display: inline-block;
    vertical-align: top !important;
    width: 200px;
    height: 187px;
    background-color: #fff;
    margin: 0 1px 1px 0;
    line-height: 1em;
    color: #C5C5C5;
    text-align: center;
    padding: 4px 6px 4px 6px;
    border: 1px solid #eaeaea;
}

.grid_view DIV.upload_header {
	display: none;	
}

.grid_view .item .overlay-on-hover {
	display: none;
	height: 170px;
	position: absolute;
	top: 4px;
	left: 6px;
	right: 6px;
	z-index: 10001;
	background-color: transparent !important;
}
.grid_view .item .overlay-on-hover .buttons {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: transparent !important;
}
.grid_view .item.file.active-hover .overlay-on-hover,
.grid_view .item.upload.active-hover .overlay-on-hover {
	display: block;
	background-color: transparent !important;
}

.grid_view DIV.item SPAN.item-type,
.grid_view DIV.item SPAN.item-type-directory {
	display: none;
}

.grid_view DIV.item SPAN.item-type-directory,
.grid_view DIV.item SPAN.filename-extension {
	color: #2c3e52;
}


.grid_view DIV.item .glyphicon {
    display: none;
}


.grid_view DIV.item .modified_date ,
.grid_view DIV.item .date_created {
    display: none;
}

.grid_view DIV.item.is_folder {
    /*
    background-color: transparent !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    */  
}

#ie8 .grid_view DIV.item {
    border: 1px solid #d2d2d2;
}

.grid_view DIV.item A {
    text-decoration: none;
}

.grid_view DIV.item.blank {
    background-color: transparent;
    border: none !important;
    box-shadow: none; /* CSS3 */ 
    -moz-box-shadow: none; /* Firefox */  
    -webkit-box-shadow: none; /* Safari, Chrome */ 
    cursor: default; 
}


.grid_view DIV.item .file_size,
.grid_view DIV.item .file_count {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    right: 12px;
    height: 17px;
    color: #a2aeb4;
    background-color: #fff !important;
    padding-left: 6px;
}
	.grid_view DIV.item .file_size .fa {
		font-size: 10px;
    	vertical-align: bottom;
	}


.grid_view DIV.item .thumb,
.grid_view DIV.item .file-icon {
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 6px;
    width: 200px;
    height: 170px;
    line-height: 170px;
    background-color: #fff;
    vertical-align: middle;
    font-size: 0.1px;
    overflow: hidden;
    text-align: center;
    text-align-last: center;
}

.grid_view DIV.item .thumb IMG {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
}

.grid_view DIV.item .file-icon I {
    font-size: 50px;
    line-height: 170px;
}
.grid_view DIV.item .file-icon img {
    height: 65px;
    margin-top: 52.5px;
}

.grid_view DIV.item .file-icon .file-icon-ext {
    display: none;
    position: absolute;
    top: 6px;
    left: 0px;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}
.grid_view DIV.item .file-icon.gif .file-icon-ext {
    display: inline;
}

.grid_view DIV.item .thumb I {
    font-size: 64px !important;
    line-height: 170px !important;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -32px;
	z-index: 10010;
	color: #fff;
    background-color: transparent !important;
    opacity: 0.7;
}
.grid_view DIV.item .overlay-on-hover .tools {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.grid_view DIV.item.file.active-hover .overlay-on-hover .tools,
.grid_view DIV.item.upload.active-hover .overlay-on-hover .tools {
    background-color: transparent !important;
}

.grid_view DIV.item .overlay-on-hover .tools .tools-top-right a {
	
}

.grid_view DIV.item .overlay-on-hover .tools .tools-top-right {
    position: absolute;
    z-index: 2;
    top: 6px;
    right: 6px;
    height: 18px;
    font-size: 17px;
    background-color: transparent !important;
}
.grid_view DIV.item .overlay-on-hover .tools .tools-top-left {
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 8px;
    height: 18px;
    font-size: 17px;
    font-size: 0;
    background-color: transparent !important;
}
.grid_view DIV.item .overlay-on-hover .tools .tools-middle {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -26px;
    height: 52px;
    font-size: 0;
    background-color: transparent !important;
    text-align: center;
    text-align-last: center;
}

.grid_view DIV.item .overlay-on-hover.off-hover .tools .tools-middle {
	height: 60px;
	margin-top: -30px;
}
	.grid_view DIV.item .overlay-on-hover.off-hover .tools .tools-middle a {
		width: 60px;
		height: 60px;
	    padding: 0;
	    margin: 0;
	}
		.grid_view DIV.item .overlay-on-hover.off-hover .tools .tools-middle img {
			opacity: 0.6;
		    height: 60px;
		}


.grid_view DIV.item .overlay-on-hover .tools A {
    display: inline-block;
    vertical-align: top !important;
    margin-left: 4px;
    text-align: center;
    background-color: transparent !important;
    color: #fff;
    opacity: 0.6;
    width: 18px;
}

.grid_view DIV.item .overlay-on-hover .tools .tools-top A {
    width: 22px;
    height: 22px;
    font-size: 18px;
}
.grid_view DIV.item .overlay-on-hover .tools .tools-top A I {
	line-height: 22px;
	vertical-align: middle;
}

.grid_view DIV.item .overlay-on-hover .tools .tools-middle A {
    width: 48px;
    height: 48px;
    font-size: 48px;
    padding: 3px;
    opacity: 0.6;
}


.grid_view DIV.item.file.active-hover .overlay-on-hover .tools A,
.grid_view DIV.item.is_folder.active-hover .overlay-on-hover .tools A,
.grid_view DIV.item.file.active-hover .overlay-on-hover .tools A I,
.grid_view DIV.item.is_folder.active-hover .overlay-on-hover .tools A I {
    background-color: transparent !important;
    color: #fff;
}
.grid_view DIV.item.active-hover .overlay-on-hover .tools A:hover {
    color: #fff;
    opacity: 1;
}



.grid_view DIV.item .download_button {
    display: block;
    position: absolute;
    z-index: 3;
    top: 134px;
    right: 4px;
    height: 13px;
}



.grid_view DIV.item .item_name {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 12px;
    min-height: 17px;
    /*width: 153px;*/
    overflow: hidden;
    text-align: left !important;
}

.grid_view DIV.item .item_name .file-name {
	display: inline-block;
	width: auto;
}

.grid_view DIV.item .item_name .full-file-name {
	display: none;
}

.grid_view DIV.item .item_name .file_count {
    float: right;
}

.grid_view DIV.item .item_name IMG {
    width: 12px; 
    height: 12px; 
    float: right; 
    margin: 0 0 3px 4px;
}

.grid_view DIV.item .item_name IMG.fb_share {
    width: 12px; 
    height: 12px; 
    float: right; 
    margin: 3px 4px 0 0;
}


A.tools_price_button  {
    color: #2b3d52 !important;
    font-size: 14px;
    line-height: 19px;
    padding: 0 2px;
    background-color: white !important;
    border: 1px solid #fff;
    border-radius: 3px;
    z-index: 10002;
    position: absolute;
    left: 8px;
    top: 8px;
    opacity: 0.6;
}
A.tools_price_button:hover {
	opacity: 1;
}
	.tools_price_button.has_value span {
	    padding: 0 2px;
		font-size: 15px;
	}
	.tools_price_button .fa {
		color: #2b3d52 !important;
		margin: 2px 3px 1px 2px;
	}
	.tools_price_button.has_value .fa {
		margin: 0 0 0 2px;
	}
	
.list_item_printing_order_button {
    border: 1px solid white;
    border-top-right-radius: 32px;
    padding: 0 20px 0 10px;
    background-color: rgba(45, 62, 80, 0.5) !important;
    border-bottom: 0;
    border-left: 0;
    width: auto !important;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.6;
}
.list_item_printing_order_button:hover {
	opacity: 1;
}
	.list_item_printing_order_button .fa {
		margin-right: 5px;
	}
	
.grid_view .preview-icon-svg.dark {
	display: none;
}	
.grid_view .preview-icon-svg.light {
	display: inline-block;
}