.cases-left h4.caseName, .matterCard h4.caseName {
    margin: 6px 0 1px 0;
    white-space: nowrap;
}
.cases-left .progress, .matterCard .progress{
    height: 4px;
    margin-bottom: 0;
}
.cases-left .matterUsers img, .matterCard .matterUsers img{
    border-radius: 100%;
    border: 1px solid #fff;
    margin-left: -10px;
    background-color: #fff;
    width:27px;
}
.cases-left .dateCreated, .matterCard .dateCreated {
    color: #b3b3b3;
    padding-left: 10px;
}
.cases-left .dateCreated:hover, .matterCard .dateCreated:hover {color:#000;}
.modal-contact-list{
    max-height: 700px;
    overflow-y: scroll;
    overflow-x:hidden;
}
/*
li.as-sortable-placeholder{
    !*position: absolute !important;*!
    background: red;
}
*/
/*
.as-sortable-un-selectable{
    position: absolute !important;
    background: pink;
}
*/
.CaseMembers {
    display: inline;
}
.dragMatterUser .glyphicon-star.caseManager {
    /* color: #eea236; */
    color: #F5C37B;
    top: 18px;
    left: 8px;
    position: absolute;
    text-shadow: 0 0 5px red;
}
.MatterListBody{
    height:100%
}
.MatterListHeader{
   /* height: 80px;*/
    height:61px;
    margin: 0 0 0 5px;
}
.MatterList{
    width: 100%;
    height:  calc(100% - 78px);
    overflow-y: scroll;
    overflow-x: hidden;
}
.MatterPageBody{
    height: 100%;
}
@media (max-width: 768px) {
    .MatterPageHeader{
        height: 126px !important;
    }
    .MatterPageList{
        height: calc(100% - 166px) !important;
    }
}
.MatterPageHeader{
    height: 70px;
}
.MatterPageList{
    width: 100%;
    height: calc(100% - 72px);
    overflow-y: scroll;
}
.CaseNewsBody{
    height: 100%;
}
.CaseNewsHederSize{
    height: 50px;
}
.CaseNewsListSize{
    width: 100%;
    height: calc(100% - 61px);
    overflow-y: scroll;
}
.CaseNewsHederSizeWithNote{
    height: 150px;
}
.CaseNewsListSizeWithNote{
    width: 100%;
    height: calc(100% - 161px);
    overflow-y: scroll;
}
section.fmCasesPage{
    display: block !important;
}
.row.caseMetrics {
    text-align: right;
}
.MatterPageHeader .balance {
    text-align: right;
    padding-right: 15px;
}
.contact-row {
    border: 0.6px solid #919191;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 3px;
}
.editContact {
    float: right;
    /*margin-top: -15px;*/
}
.MatterPage contact-item .item {
}

.CaseNewsShow {
    height: 100%;
}
