﻿#messageContainer {
    display: none;
}

#outer-dropzone {
    height: 140px;
    touch-action: none;
}

#inner-dropzone {
    height: 80px;
}

.dropzone {
    background-color: #ccc;
    border: dashed 4px transparent;
    border-radius: 4px;
    margin: 0px auto 0px;
    padding: 10px;
    width: 100%;
    transition: background-color 0.3s;
}

.drop-active {
    border-color: #aaa;
}

.drop-target {
    background-color: #29e;
    border-color: #fff;
    border-style: solid;
}

.drag-drop {
    display: inline-block;
    position: absolute;
    z-index: 999;
    min-width: 40px;
    padding: 0em 0.5em;
    padding-left: 0;
    color: #fff;
    background-color: #29e;
    border: none;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    transition: background-color 0.3s;
    line-height: 10px;
    padding-right: 0 !important;
    padding-left: 5px !important;
}

    .drag-drop.can-drop {
        color: black;
        /* padding: 0.75rem 1.25rem;
        border: 1px solid rgba(0, 0, 0, 0.125);*/
        padding: 0rem 0rem;
        border: 0px solid rgba(0, 0, 0, 0);
        /*width: 131px;
        height: 20px;*/
        width: 110px;
        height: 41px;
        text-align: center;
        background-color: #29e;
        opacity: 0.9;
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        /* IE 5-7 */
        filter: alpha(opacity=90);
        /* Netscape */
        -moz-opacity: 0.9;
        /* Safari 1.x */
        -khtml-opacity: 0.9;
    }

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.circle {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #323c3c;
    float: left;
    display: inline-block;
    margin-top: 1px;
    margin-right: 2px;
}

.dropped-out {
    display: block;
    /*padding: 0.75rem 1.25rem;*/
    padding: 0rem 0rem;
    margin-bottom: 0px;
    background-color: #29e;
    /*border: 1px solid rgba(0, 0, 0, 0.125);*/
    border: 1px solid rgba(0, 0, 0, 0);
    /*width: 131px;
    height: 20px;*/
    width: 110px;
    height: 41px;
    text-align: center;  
    justify-content:center;
    align-items:center;
    color: black;
}

.col-fixed-240 {
    width: 240px;
    height: 100%;
    z-index: 1;
}

.col-fixed-605 { 
    width: 65px;
    height: 100%;
    z-index: 1;
}

.page-item {
    cursor: pointer;
}

.pager {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    margin-bottom: -31px !important;
}

.drag-drop.dropped-out .descrizione {
    font-size: 12px !important;
}

#the-canvas {
    height: 842px;
    width: 610px;
}
