/*** CSS File: /assets/78451ee1/fileuploader.css ***/
.qq-uploader { position:relative; width: 100%;}

.qq-upload-button {
    display:block;  /*or inline-block */
    /*width: 77px;*/ /*******было**********/
    width: 130px;
    height: 28px;
    /*padding: 7px 0; text-align:center;    
    background:#880000; border-bottom:1px solid #ddd;color:#fff;
    color:#000000;
    font-size:13px;
    text-align:left;
    margin-top:3px;*/
    background: url("78451ee1/choosefile.png") no-repeat scroll right center;
}
.qq-upload-button-hover {/*background:#cc0000;*/color:#2a6496;}
.qq-upload-button-focus {/*outline:1px dotted black;*/ outline: none;}

.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:100%; height:100%; min-height: 70px; z-index:2;
    background:#FF9797; text-align:center; 
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}
.qq-upload-drop-area-active {background:#FF7171;}

.qq-upload-list {margin:0;/*margin:15px 35px; display:none;*/ padding:0; list-style:disc;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("78451ee1/loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}


#uploadownback .qq-upload-button {
    display:block;
    width: 280px;
    height: 50px;
    background: url("78451ee1/chooseback.png") no-repeat scroll right center;
}
#uploadownback .qq-upload-list {
	display:none;
}

#onmainbottomuploadfile .qq-upload-button {
    width: 183px;
    height: 34px;
    background: none;
}
#onmainbottomuploadfile .qq-upload-list, #uploadFile .qq-upload-list {
	color: #000000;
}
#uploadFile .qq-upload-list {
	margin: 0 0 0 18px;
}
#uploadFile .qq-upload-button {
    width: 183px;
    height: 34px;
}

/*** CSS File: /css/blocks/loading-screen.css ***/
.loading-screen {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
    opacity: 0.5;
    z-index: 1000;
    display: none;
    background-color: grey;
    transition: 0.1s opacity ease-in-out;
}

.loading-screen--show {
    display: flex;
    opacity: 0.5;
}

.loading-screen--hide {
    display: flex;
    opacity: 0;
}

.loading-screen svg {
    width: 100px;
    height: 100px;
    position: sticky;
    top: calc(50vh - 50px);
    left: calc(50vw - 50px);
}

/*** CSS File: /assets/87021e74/listview/styles.css ***/
.list-view-loading
{
	background:url(87021e74/listview/loading.gif) no-repeat;
}

.list-view .summary
{
	margin: 0 0 5px 0;
	text-align: right;
}

.list-view .sorter
{
	margin: 0 0 5px 0;
	text-align: right;
}

.list-view .pager
{
	margin: 5px 0 0 0;
	text-align: right;
}

.list-view .sorter
{
	font-size: 0.9em;
}

.list-view .sorter ul
{
	display: inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.list-view .sorter li
{
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
}

.list-view .sorter a.asc
{
	background:url(87021e74/listview/up.gif) right center no-repeat;
	padding-right: 10px;
}

.list-view .sorter a.desc
{
	background:url(87021e74/listview/down.gif) right center no-repeat;
	padding-right: 10px;
}


