.modal-content{
    border-radius: 15px;
}

/*#content-container{
    width: 100% !important;
}*/

fieldset[aria-label="Comments"]{
    border-left: 1px solid #eee;
}

fieldset[aria-label="Comments"] > legend{
    margin-left:5px;
}

.crmEntityFormView .cell {
    padding: 0 7px 20px !important;
}

.modal-lg{
    width:76%;
}

.modal-form .modal-body iframe{
    height: 560px;
}

.modal-form .modal-body iframe html #content-container{
    width: 100% !important
}



.entity-notes{
    width:100%;
}
  
.entity-notes .note .metadata {
    text-align: left; 
    width: 100%;
    margin-bottom: 10px;
}

.note-actions .col-sm-3{
    width: 100%;
}

.note .row .col-sm-9{
    width: 100%;
    margin-bottom: 15px;
}


abbr[title], abbr[data-original-title] {
    cursor: help;
    text-decoration: none !important;
    color: #3eb1c8;
}

.pagination>.active>a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus{
    background-color: #3eb1c8;
}

.pagination>.disabled>a{
    background-color: #f6f7fc;
}

/*Hide "CREATED BY SYSTEM" */
.attachment-outer-border{
    display:none;
}

.modifiedon{
    display: none;
}

.portalcommenticon{
    color: #00A0CC;
}

.notes{
    margin-top:10%;
}

.note{
    margin-top:20px;
}

.content{
    
    border: 1px solid #00A0CC !important;
    background-color: white;
    border-radius: 10px;
    /*margin: 20px;*/
}

.from{
    color:#00A0CC; 
}

.entity-timeline div:nth-of-type(even).note {
    background-color: transparent; 
}

.note-actions{
    margin-top: 5px;
}

/*.AssociateGrid thead{
    display: none;
}*/

/*.lookup_multiplechoices .view-toolbar{
    display:none;
}*/

.modal-body .entity-grid .view-toolbar{
    display: none;
}

/*
inizialmente il form è nascosto, verrà poi settato visibile tramite javascript
*/
#content_form{
    display: none;
}

#clu_questiontext{
    min-height: 55px !important;
}