body{
    background-image: url(../../../images/cover.jpg);
}
.blur-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: #FFF;
    background-size: cover !important;
}
.main-wrapper{
	vertical-align: middle;
}
#main-pannel{
	position: fixed;
	padding: 0px;
}
#main-pannel > .modal-header{
	padding: 10px 10px 5px 10px;	
}
#main-pannel > .modal-content{
	padding: 10px;
}
#main-pannel > .modal-content > ul{
	margin-bottom: 20px;
}
#main-pannel > .modal-footer{
	padding: 0px 10px 0px 10px;
	height: 50px;	
}
#stack-pannel{
	position: absolute;
	padding: 10px;
    right: 50%;
    margin: 0;
    margin-right: -400px;
    width: 800px;
    top: 30px;
    margin-bottom: 5%;
}
.progress{
	height: 15px;
	margin-top: 15px;
}
.percent{
	position: absolute;
	height: 16px;
	line-height: 16px;
	text-align: center;
	width: 100%;
	color: #212121;
}
#file-modal-content{
	border:1px solid #e1dcd6;
	overflow: hidden;
	overflow-y: auto;
	height: 200px;
	//max-height:300px
	padding: 15px 10px 0px;
}
#file-wrapper{
	margin: 0px;
	font-weight: bold;
	font-size: 14px;
	
}
#selectedAll .checkbox label::after{top: -16px !important}
.progress-bar {
    background: #3F9C1A;
}
.collection > li, .collection> .collection-item{
	height: 50px
}
#file-wrapper > li, #stack-file-wrapper > .collection-item:hover{
	background: #f0f0f0;
}
#file-wrapper li div > .file-name{overflow: hidden;}
#file-wrapper .active *:not(.percent){color: #eafaf9}
#file-wrapper .active:hover{background: #009688;}

#stack-file-wrapper .active{background: #eeeeee; color: #212121}
#stack-file-wrapper label{color: #212121; font-weight: bold;}
#stack-file-wrapper .active:hover{background: #f0f0f0;}

#stack-file-wrapper .sticky-nav{
	position: fixed;
	width: 778px;
	z-index: 1000;
	margin: auto;
	top:0px;
	border: 1px solid #e0e0e0;
	padding: 8px;
}
#stack-file-wrapper .sticky-nav > p{margin-left: 1px; margin-right: 10px;}
#stack-file-wrapper .sticky-nav > p > label{margin-left: -1px;}
#stack-file-wrapper > li > p{
	height: 50px;
	line-height: 50px;
	margin: 0;
}

#stack-file-wrapper > li{opacity: 0;}  /*for list showing effect*/
#file-wrapper > li{opacity: 0;}                           /*for list showing effect*/
#stack-action > a{margin-left: 5px; font-size: 14px;}
#stack-action > a > i{vertical-align: middle; margin-right: 5px;}
#stack-action > p{
	margin-left: 1px;
}


.file-action > .pause, .cancel, .download{display: none;}
.time-wrapper, .speed-wrapper, .size-wrapper{
	font-weight: normal;
	font-size: 13px;
	color: black;
}
.time-wrapper > i{
	visibility: hidden;
	position: absolute;
	margin-top: -18px;
	margin-left: -15px;	
}
.speed-wrapper > i{
	visibility: hidden;
	position: absolute;
	margin-top: -18px;
	margin-left: -12px;	
}
.size-wrapper > .size{
	margin-left: -20px;
}

.nav-wrapper > .folder-name{font-size: 24px;}
.nav-wrapper > .folder-name > a{padding-left: 15px; padding-right: 15px;}
.row .col.s1 {
    margin-left: 0;
    width: 8.33333%;
}
.row .col {
    box-sizing: border-box;
    float: left;
    padding: 0 0.75rem;
}
.valign-wrapper {
    align-items: center;
    display: flex;
}


.row .col.s1 {
    margin-left: 0;
    width: 8.33333%;
}
.row .col {
    box-sizing: border-box;
    float: left;
    padding: 0 0.75rem;
}
.size-wrapper {
    color: black;
    font-size: 13px;
    font-weight: normal;
	// margin-left: 150px !important;
}
.speed-wrapper, .time-wrapper{
	color: black;
    font-size: 13px;
    font-weight: normal;
	//margin-left: 50px !important;
	width: 100px !important;
}
.left {
    float: left !important;
}
.icon-status{
	margin-left: 35px;
	width: 50px !important;
}
.first-icon-action{
	float:left !important;
	margin-left:16px !important;
}
.icon-action{
	float:left !important;
	margin-left:15px;
}
#file-wrapper li{
	border: 1px solid rgb(224, 224, 224);
}
#selectedAll{
	cursor: pointer;
	width:110px;
}
#labelselectall{
	top: -3px !important;
	//cursor: pointer;
}


