.datalist{
    border: solid 1px #dfdfdf;
}
.datalist tr{
    border: solid 1px #dfdfdf;
    border-collapse: collapse;
    background: #ffffff;
}
.datalist tr td{
    padding: 5px 5px 0px 10px;
    white-space: nowrap;
    max-width: 300px;

}
.form-move{
    display: flex;
    justify-content: space-between;
    cursor: all-scroll;
}


.form-container{

}

.win-action{
    display: flex;
}

.form-title{
    font-size: 1.2em;
    font-weight: bolder;
}

.form-section{
    border: solid 1px #333333;
    background: #f3f3f3;
    box-shadow: 0px 0px 2px 1px #c3c3c3;
    margin-bottom: 5px;
    padding: 5px;
}
.icon-functions img{
    height: 40px;
    cursor: pointer;
}

.baloon{
    position: absolute;
    margin-top: 75px;
    background-image: url('baloon.svg');
    height: 51px;
    width: 73px;
    line-height: 60px;
    text-align: center;
    font-size: 0.9em;
}

.form-area{
    padding: 5px;
}

.form-filter-area input{
    height: 20px;
    padding: 5px 10px;
    border: solid 1px #333333;
    border-radius: 3px;
}

.form-filter-area select{
    height: 30px;
    width: 200px;
    padding: 0px 10px;
}

.form-filter-area img{
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;

}

.form-div{
    border-top: solid 1px #333333;
    margin-top: 5px;
}
.form-movable{
    cursor: all-scroll;
}