#changePropertyContent{
    display:none;
    color:#333;
}
#changePropertyContent .modal-body> div{
    padding: .5rem 0;
    text-align: left;
}
#changePropertyContent #content_prioritys{
    border-bottom: #aaa solid 1px;
}
#changePropertyContent h3{
    font-size: 1.2rem;
    font-weight: bolder;
    margin-top: 0.3rem;

}
.content-fade{
    position:absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    z-index: 100;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-fade:before{
    content:"Modificar Contenido";
    color:white;
    font-weight: bold;
}