.wrapper-uploader{
	display: flex;
	flex-direction: column;
}

.left-upload{
	width: 100%;
	max-height: 30vh;
    overflow: auto;
}

.gallery-upload{
	display: flex;
	flex-direction: column;
}

.modal-dialog-custom .modal-dialog{
	min-width: 95% !important;
}

.modal-dialog-custom .modal-content{
	height: 95vh !important;
    overflow-y: auto;
}

#trigger-upload {
    color: white;
    background-color: #00ABC7;
    font-size: 14px;
    padding: 7px 20px;
    background-image: none;
}

#fine-uploader-manual-trigger .qq-upload-button {
    margin-right: 15px;
}

#fine-uploader-manual-trigger .buttons {
    width: 36%;
}

#fine-uploader-manual-trigger .qq-uploader .qq-total-progress-bar-container {
    width: 60%;
}


.elem, .elem * {
	box-sizing: border-box;
	margin: 0 !important;	
}
.elem, .citem {
	display: inline-block;
	font-size: 0;
	width: 14%;
	border: 5px solid transparent;
	border-bottom: none;
	background: #fff;
	padding: 10px;
	height: auto;
	background-clip: padding-box;
	position:relative;
}
.elem > span {
	display: block;
	cursor: pointer;
	height: 0;
	padding-bottom:	70%;
	background-size: contain;	
	background-position: center center;
	background-repeat: no-repeat;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: 0px !important; 
    border-bottom: 1px solid #ccc;
    padding:0.5em;
}

.accordion .btn {
    color: #7366ff !important;
}

.accordion .card{
	margin-bottom:0px !important;
	background-color: transparent !important;
}

.accordion .collapse{
	padding:0.5em;
}

.gallery-upload .content{
	margin-top:1em;
}

#collapseAudio .elem{
	font-size: initial;
}


.choice_media{
	position:absolute;
	bottom:3px;
	right: 3px;
}

.preview_image{
	max-width: 500px;
    max-height: 250px;
    display: block;
    /*border: 1px solid #ccc;*/
    padding: 0.5em;
}

#hFileUpload123{
    z-index: 2000;
}

#hFileUpload123 .modal-header{
	height: 38px;
    font-size: 12px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-weight: normal;
}

#hFileUpload123 .modal-body{
	display: flex;
	flex-direction: column;
}

#hFileUpload123 .modal-body .content-top{
	display: flex;
	flex-direction: row;
	height: 100px;
	/*border: 1px solid #f1f1f1;*/
	background-color: #f1f1f1;
	padding:7px;
}

#hFileUpload123 .modal-body .content-main{
	display: flex;
	flex-direction: row;
	height: 100%;
	background-color: #fff;	
}

#hFileUpload123 .modal-body .main-left{
	display: flex;
	flex-direction: column;
	width:20%;
	padding:1em;
	background-color: #fff;
	border-right:1px solid #f1f1f1;
    justify-content: space-between;
}

#hFileUpload123 .modal-body .main-left li{
	width:100%;
}

#hFileUpload123 .modal-body .content-top .toolbar_item{
	display: flex;
    font-size: 12px;
    border: 1px solid #d6d6d6!important;
    border-bottom-color: #b3b3b3!important;
    background-color: #fff;
    color: #4e4e4e;
    width: 76px;
    height: 84px;
    margin-right: 5px;
}

#hFileUpload123 .modal-body .content-top .toolbar_item.selected {
    background-color: #007fff;
}

#hFileUpload123 .modal-body .content-top .toolbar_item .icon {
    width: 76px;
    padding: 15px 10px;
    height: 84px;
    line-height: 100px;
    -webkit-filter: invert(100%) brightness(.4) sepia(100%) saturate(4000%) hue-rotate(195deg);
    filter: invert(100%) brightness(.4) sepia(100%) saturate(4000%) hue-rotate(195deg);
    border: none;
    background-color: transparent;
    background-position: center 15px;
    background-repeat: no-repeat;
    cursor: pointer;
}

#hFileUpload123 .modal-body .content-top .toolbar_item.selected  > .icon {
    -webkit-filter: brightness(0) invert(100%);
    filter: brightness(0) invert(100%);
}

#hFileUpload123 .modal-body .content-top .toolbar_item .icon:focus{
    outline: #fff;
}

#hFileUpload123 #btnSelectFile {
    background-image: url(/back/images/huploader/select.png);
}

#hFileUpload123 #btnAddFile {
    background-image: url(/back/images/huploader/upload.png);
}

#hFileUpload123 #btnPreviewFile {
    background-image: url(/back/images/huploader/preview.png);
}

#hFileUpload123 #btnDownloadFile {
    background-image: url(/back/images/huploader/download.png);
}

#hFileUpload123 #btnDeleteFile {
    background-image: url(/back/images/huploader/delete.png);
}

#hFileUpload123 #btnEditFile {
    background-image: url(/back/images/huploader/edit.png);
}

#hFileUpload123 #btnListView {
    background-image: url(/back/images/huploader/list.png);
}

#hFileUpload123 #btnThumbView {
    background-image: url(/back/images/huploader/thumbnails.png);
}

#hFileUpload123 .toolbar_search{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    padding-right: 2em;
}

#hFileUpload123 .toolbar_search > input.form-control{
    max-width:300px;
}


#hFileUpload123 .tree_item {
    display: block;
    padding: 6px 3px 3px 3px;
    cursor: pointer;
    height: 29px;
    margin-bottom: 3px;
    color: rgba(78, 78, 78, 0.81);
}

#hFileUpload123 .tree_item:hover, #hFileUpload123 .tree_item.selected {
    background: #54a9ff;
    color: white;
}

#hFileUpload123 .tree_item > div {
    float: left;
}

#hFileUpload123 .tree_item_dir {
    display: inline-block;
    /*background-image: url(img/folder.png);*/
    background-repeat: no-repeat;
    -webkit-filter: invert(100%) brightness(.4) sepia(100%) saturate(4000%) hue-rotate(195deg);
    filter: invert(100%) brightness(.4) sepia(100%) saturate(4000%) hue-rotate(195deg);
    width: 24px;
    height: 24px;
    margin-top: -4px;
    margin-left: 3px;
}

#hFileUpload123 .tree_item .name {
    font-size: 14px;
    line-height: 18px;
    margin-left: 4px;
    margin-right: 4px;
}

#hFileUpload123 .tree_item_count {
    float: right !important;
    position: relative;
    right: 0;
    font-size: 14px;
    width: 40px;
    background-color: #f1f1f1;
    text-align: center;
    margin-top: -6px;
    margin-right: -3px;
    height: 29px;
    line-height: 29px;
    color: #54a9ff;
}

#hFileUpload123 .directory:hover, #hFileUpload123 .directory.selected{
    background: #54a9ff;
    color: white;
}

#hFileUpload123 .directory.selected .name{
    color: white;
}

#hFileUpload123 .main-body{
    width:80%;
    padding:1em;
    color:rgba(78, 78, 78, 0.81);
    overflow-y: auto;
    max-height: 70vh;
}

#hFileUpload123 .main-body.thumb{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;   
}

#hFileUpload123 .main-body.list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#hFileUpload123 .main-body.list .file, #hFileUpload123 .main-body.list .dir {
    height: 40px;
    width: 100%;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    padding: 6px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
}

#hFileUpload123 .main-body.thumb .file, #hFileUpload123 .main-body.thumb .dir {
    height: 212px;
    width: 150px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding: 6px;
    overflow: hidden;
}

#hFileUpload123 .main-body.thumb .dir b{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#hFileUpload123 .main-body.thumb .dir b i{
    font-size: 60px;
    margin-right: 0px !important;
    padding: 0px;
}

#hFileUpload123 .file.selected, #hFileUpload123 .dir.selected {
    background-color: #54a9ff !important;
    color:#fff;
}

#hFileUpload123 .dir-back {
    cursor: pointer;
}

#hFileUpload123 .file:hover, #hFileUpload123 .dir:hover {
    background-color: rgb(244, 244, 244);
}

#hFileUpload123 .main-body.thumb .file-icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 122px;
    width: 138px;
}

#hFileUpload123 .main-body.list .file-icon {
    display: none;
}

#hFileUpload123 .main-body.thumb .file-name {
    padding-top: 14px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

#hFileUpload123 .file-size {
    padding-top: 3px;
    text-align: center;
    white-space: nowrap;
    color: rgb(117, 200, 255);
}

#hFileUpload123 .file-date {
    /*display: none;*/
}

#hFileUpload123 .wrapper-download {
    background: white;
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
    width: 95%;
    height : 95%;
    margin-left: auto;
    margin-right: auto;
}
#hFileUpload123 .dropzone .dz-preview:hover .dz-image img {
	-webkit-filter: blur(3px);
    filter: blur(3px);
}

#hFileUpload123 .pagination{
    align-content: center;
    justify-content: center;
    
    flex-direction: column;
    width: 175px;
}

#hFileUpload123 .pagination .btn{
    background: #54a9ff;
    color: white;
}

.gslide-description{
    /*min-width:600px;*/
}
.ginlined-content{
    color:#000;
}

.space-disk{
    color:rgba(78, 78, 78, 0.81);
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #54a9ff;
    border-color: #54a9ff transparent #54a9ff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }