.hoverDiv {background: #fff;}
.hoverDiv:hover {background: #f5f5f5;}

.wrap_result {
    position:fixed;
    top: 50%;
    left: 50%;
    width:20em;
    height:8em;
    margin-top: -4em; /*set to a negative number 1/2 of your height*/
    margin-left: -10em; /*set to a negative number 1/2 of your width*/
    border: 2px solid #ccc;
    background-color: #f0f2f0;
    border-radius: 8px;
    display:none;
    padding: 20px;
    z-index: 5005;
    text-align: center;
}


.btn_delete {
    background-color: transparent;
    border-color: transparent;
    color: #777;
    position: relative;
    font-size: 15px;
}

.btn_actions_ico {
    background-color: transparent;
    border-color: transparent;
    color: #777;
    position: relative;
    font-size: 20px;
}

.btn_ico {

    font-size: large;
    padding: 0px 5px 0px 5px;
}

.div_field {
    padding-top: 5px;
}


.lbl1{
    font-size: 19px !important;
}


/***************styles Multi select******************/
.mlt-item, .mlt-item_active{
    overflow: hidden;
    border: 0 none!important;
    background: #fff!important;
    padding: 2px 5px 4px 5px!important;
    border-bottom-right-radius: 0px!important;
}

.mlt-item label, .mlt-item_active label{
    float: left;
    width: calc( 100% - 30px );
    margin-top: 2px;
    font-size: 14px!important;
    line-height: 1.42857143;
    color: #555!important;
}

.mlt-item input, .mlt-item_active input {
    width: 18px;
    height: 18px;
    border: 1px solid white;
    box-shadow: none;
    padding: 0px;
    float: left;
    margin-right: 10px;
}

.mlt-item_active {
    background: #a56d6b!important;
}

.mlt-item_active label {
    color: #fff!important;
}
/*************** end styles ******************/

.fa-asterisk{
    font-size:10px !important;
    color:red !important;
}

/*********************************************/
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
/*********************************************/


.trash-btn {
    font-size: 20px;
    width: 40px;
    color: red;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: -20px;
    border-radius: 100%;
    background: #fff;
    right: -20px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
}