
body .dropzone{
    min-height: 0;
    border: 1px dotted rgba(0,0,0,0.3);
    background: #f9f9f9;
    padding: 10px 20px;
}

body .dropzone-plain{
    background: transparent;
    border: none;
    padding: 0;
}

body .dropzone .dz-message {
    text-align: left;
    margin: 1em 0;
    font-size: 130%;
    font-weight: 700;
}

body .dropzone-plain .dz-default{
    min-height: 150px;
    
    line-height: 2;
    height: 200px;
    position: relative;
    
    border: 1px dotted rgba(0,0,0,0.3);
    background: #f9f9f9;
    padding: 10px 20px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    overflow: hidden;
}

body .dropzone-plain .dz-default input
{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th
{
    vertical-align: middle;
}

.wrapper
{
    overflow: visible
}

.content-wrapper > .content
{
    padding-bottom: 150px;
}

.wrapper .main-sidebar
{
    padding-bottom: 150px;
}