/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/10/2017, 06:19:12 PM
    Author     : Arturo García arturo@abugaber.com
*/

.messenger-MainPanel .dz-preview{
    float: left;
    padding: 10px 5px;
    font-size: 0.8em;
    text-align: center;
}

.dz-success-mark,
.dz-error-mark,
.dz-size{
    display:none;

}


.Bottom-WgEditor.dropzone-previews{
    position:relative;
    max-height: 415px;
    overflow-y: scroll;
    width: 100%;    
    
}

.canalDrop .dz-preview.dz-file-preview.dz-complete .dz-image{
    background: transparent;
}

.messenger-MainPanel .dz-preview{
    width: 120px;
    height: 145px;
}
.messenger-MainPanel .dz-preview.dz-file-preview .dz-image{
    width: 120px;
    height: 120px;
}
.messenger-MainPanel .dz-preview .dz-filename{
    font-size: 0.7em;
}

.messenger-MainPanel .dz-preview .dz-remove{
    margin-left: 90px;
    position: relative;
    top: -150px;
    display: inline-block;
    content:' ';
    line-height: 0; 
    font-size: 0;
    color: transparent;     
}

.dragzone{
    display:none;
}

.dz-drag-hover .dragzone{
    display:block;
    border: 2px dashed gray;
    background-color: #d9d9d9;
    z-index: 1;
    text-align: center;
    height: 600px;
    background: url(ico/upload-off.png) no-repeat center;
    
}

.dz-drag-hover .module{
    display:none!important;
}


.dz-drag-hover .dz-preview .dz-remove{
    visibility:hidden;
}

.dz-filename{
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dz-filename > span{
    display: inline-block;
    width: 100%;
}

.dz-details{
        margin: 10px 5px;
    font-weight: bold;
    padding: 0px 5px;
}

.dragzone-legend{
    margin: 0px auto;   
        display: block;
    position: relative;
    top: 60%;
    
}
.dz-drag-hover .dragzone:hover{
    background: url(ico/upload-on.png) no-repeat center;
}
.dz-progress{
    position: relative;
}
.dz-progress .dz-upload{
    height: 3px;
    background-color: #4c9efa;
    position: absolute;
    left: 0;
}
.dz-progress .dz-progress-value{
       color: #4c9efa; 
       font-size: 9px;
}
.dz-hide{
    display: none;
}