﻿.mini-file-explorer-view .x-panel-body{
	background: white;
	font-size: 8px /*Arial, Helvetica, sans-serif*/;
}
.mini-file-explorer-view .thumb{
	/*background: #dddddd;*/
    width: 80px;
    text-align: center;
	padding: 3px;
}
.mini-file-explorer-view .thumb img{
	height: 50px;
	width: 50px;
}
.mini-file-explorer-view .thumb-wrap{
	float: left;
	margin: 4px;
	margin-right: 0;
	padding: 5px;
}
.mini-file-explorer-view .thumb-wrap span{
	display: block;
	overflow: hidden;
	text-align: center;
    font-size: 9px;
    font-family: Arial;
}

.mini-file-explorer-view .x-view-over{
    border:1px solid #dddddd;
    background: #efefef url(../../resources/images/default/grid/row-over.gif) repeat-x left top;
	padding: 4px;
}

.mini-file-explorer-view .x-view-selected{
	background: #eff5fb url(images/selected.gif) no-repeat right bottom;
	border:1px solid #99bbe8;
	padding: 4px;
}
.mini-file-explorer-view .x-view-selected .thumb{
	background:transparent;
}

.mini-file-explorer-view .loading-indicator {
	font-size:11px;
	background-image:url('../../resources/images/default/grid/loading.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	margin:10px;
}

/* style for the "buy" ActionColumn icon */
.x-action-col-cell img.apartenenta-grup-confirmata {
    height: 16px;
    width: 16px;
    background-image: url(/img/Evaluare/evaluare-finalizata.gif);
}

/* style for the "alert" ActionColumn icon */
.x-action-col-cell img.apartenenta-grup-neconfirmata {
    height: 16px;
    width: 16px;
    background-image: url(/img/Evaluare/evaluare-in-lucru.png);
}

/* style for the "alert" ActionColumn icon */
.x-action-col-cell img.adauga-evaluare {
    height: 16px;
    width: 16px;
    background-image: url(/img/Evaluare/adauga-evaluare.png);
}

