/*
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.
*/
.ezf-box-view{
    padding-left: 15px;
    padding-right: 15px;
}

.dads-children{
    positon:ralative;
}

.view-item.dads-children{
    padding-bottom: 0;
}

.dads-children:hover .button-item, .button-item:hover{
    display: block;
}

.button-item{
    display: none;
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 5000;
    text-align: right;
    width: 220px;
}

.col-md-1 .button-item{
    width: 120px;
}

.dads-children-clone .button-item{
    display: none;
}

#btnSettingGeneral:hover, #btnSettingGeneral:hover i, #btn-setting:hover, #btn-setting:hover i{
    color: #3c8dbc;
    background-color: #eee;
}
/*    #form-title{
        height: 50px;
        font-size: 20px;
        height: 100%;
    }
    #showPanel{

        box-shadow: 1px 0 10px 1px rgba(0,0,0,0.3);
        z-index: 1;
        position: relative;

    }
    hr{
       border:1px solid black !important;
    }
    #addPanel{
        background-color: #fbfbfb;
        padding:20px;
        position: relative;
        zoom: 1;
        z-index: 1;
    }*/

.display-none{
    display: none !important;
}

.display-block{
    display: block !important;
}

/*div[item-id]{
    min-height: 74px;
}*/

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}


.fileUpload {
     position: relative; 
     overflow: hidden; 
}

#showImg {
    width: 300px;
    height: 200px;
}

.dads-children:hover {
    background-color: #d1ecf1;
}

.bgform-area:hover {
    background-color: #d4edda;
}

@media (max-width: 767px) {
    .line-bg-box{
        display: none;
    }
}

@media (max-width: 991px) {
    .line-bg-box{
        display: none;
    }
}