#add-file-panel{
	max-width: 700px;
	margin: 0px auto;
}

.qq-message{
	margin: 0px auto;
	max-width: 200px;
	text-align: center;
}

.qq-gallery .qq-upload-button {
     display: block; 
    width: 105px;
    padding: 7px 10px;
    float: none;
    margin: 0px auto;
    text-align: center;
    background: #00abc7;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #37b7cc;
    box-shadow: 0 1px 1px rgba(255,255,255,.37) inset, 1px 0 1px rgba(255,255,255,.07) inset, 0 1px 0 rgba(0,0,0,.36), 0 -2px 12px rgba(0,0,0,.08) inset;
}
.qq-instructions {
	color: #23282d;
	margin-bottom: 10px;
}
div#add-folder select{
    width: 100%;
}

#create-folder{
    display: block;
    margin-top: 20px;
    text-align: right;
}
div#add-folder h2{
    margin-top: 0px;
        margin-bottom: 20px;
}
div#add-folder{
    max-width: 500px;
    border: solid 1px gray;
    padding: 30px;
}

#add-folder,#add-file-panel,#preview-file{
display: none;
position: fixed;
background-color: white;
z-index: 10;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-height: 98%;
overflow-y: auto;    
}
#preview-file{
    width: 900px;
    height: 400px;
}
#preview-file iframe{
    height: 100%;
    width: 100%;
}
#add-file-panel{
    width: 900px;
}
.qq-gallery .qq-thumbnail-wrapper {
    height: 40px;
}
.qq-gallery .qq-upload-list li{
    height: auto;
    margin:10px;
        min-height: 107px;
}

.qq-gallery .qq-upload-file{
    font-size: 8px;
}

.qq-gallery .qq-total-progress-bar-container{
    float: none;
}

.qq-gallery .qq-total-progress-bar {
    height: 5px;
    border-radius: 0px;
}

.qq-gallery .qq-progress-bar {
    height: 5px;
}
.action-items-container,.bread-crumbs,.allow-extensions{
        max-width: 1100px;
    margin: 0px auto;
    margin-top: 30px;
}
.allow-extensions{
    margin-top: 5px;
    margin-bottom: 10px;
}
.bread-crumbs{
    font-size: 24px
}

.action-btn{
    cursor: pointer;
}
.action-btn:hover{
    text-decoration: none;
}
.file-items-container{
        max-width: 1200px;
    margin: 0px auto;
       
    margin-top: 30px;
    min-height: 500px;
    position: relative;
}
.file-item{
    margin-bottom: 30px; 
    position: relative;
}    

.file-item .thumbnail{
    margin-bottom: 0px;
        -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,.1), inset 0 0 0 1px rgba(0,0,0,.05);
    box-shadow: inset 0 0 15px rgba(0,0,0,.1), inset 0 0 0 1px rgba(0,0,0,.05);
    background: #eee;
    cursor: pointer;
}
.file-item p{
    display: block;
    margin-bottom: 0px;   
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;    
}

.actions-container a i{
    font-size: 15px;
}
.actions-container a i{

}
.actions-container a{
    margin-right: 5px;
}

.actions-container{
    position: absolute;
    bottom: 20px;
    width: 140px;
    text-align: center;
}
.file-items-container a.btn-delete img{
    height: 20px;
}
.btn-rename{
    color: #486E00;    
}

.no-files{
        padding-left: 20px;
}

.btn-rename{
    border-right: 1px solid;
    padding-right: 7px;
}
}
.file-items-container i.no-files{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
.ajax-spinner{
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.action-btn{
        height: 20px;
    border: solid 1px black;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #454545;
}
.action-btn.add-file{
    margin-right: 40px;
}

select#filter-elem{
    display: inline-block;
    height: 30px;
    margin-right: 30px;
}

