.dropzone {
    border: 0px solid rgba(0, 0, 0, .3) !important;
}

.todo li:after {
content: none;
}

.todo li.todo-done:after {
content: none;
}

.todo-search {
background: #fff;
border: 1px solid #7f8c8d;
}

.upload-form {
text-align:center;
background-color: #FFF;
min-height:400px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border: 1px solid #7f8c8d;
}

.blank-form {
background-color: #FFF;
border-radius: 6px;
padding: 10px;
border: 1px solid #7f8c8d;
}

.download-form {
position:relative;
background-color: #FFF;
min-height:400px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
padding: 10px;
border: 1px solid #7f8c8d;
}

.download-overlay {
position:absolute;
top:0px;
left:0px;
background-color: #FFF;
min-height:100%;
width:100%;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
padding: 10px;
z-index:1000;
}

.sidebar-advert {
background-color: #FFF;
border-radius: 6px;
padding: 10px;
border: 1px solid #7f8c8d;
}

.uploadBtn {
-webkit-border-radius: 0px;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius: 0px;
-moz-border-radius-bottomright: 6px;
-moz-border-radius-bottomleft: 6px;
border-radius: 0px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
}

.progress {
-webkit-border-radius: 6px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius: 6px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-radius: 6px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
margin-bottom: 0px;
}

.todo {
margin-bottom:10px;
}

.todo li.todo-done .todo-name {
color: #fff;
}

.todo li.todo-done {
color: #fff;
}

.table td {
text-align:left;
}

.cut {
width: 260px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.cut:hover {
overflow: visible;
white-space: normal;
}

.file-cut {
width: 190px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.file-cut:hover {
overflow: visible;
white-space: normal;
}


.btn-block + .btn-block {
margin-top:0px;
}

.btn-block {
margin-top:0px;
}

p {
margin: 0px 0px 0px;
}

.dz-progress {
display: none;
}

.pagination {
margin: 0px;
}

a {
color: #428BCA;
}

.table {
margin-bottom: 0px;
}