/* webix list */
.webix_view .webix_list {
    border-width: 1px 0px 1px 1px !important;
}

.webix_nopadding .webix_template {
    padding:0px !important;
}

.webix_list_padding {
    padding:0px !important;
}

.hover:hover{
    background:#efefef;
}


/* LI items */
.li-item {
    display:block;
    position:relative;
    list-style: none;
    cursor: pointer;
    background-color: #FFFFFF;
    border-bottom: 1px solid;
    border-bottom-color: #D9D9D9;
    margin: 0px;
    padding: 0px;
    height:95px;
    width:100%;
}

.li-item:hover {
    background-color: #f5f5f5;
}

.li-item.section {
    height:35px;
    background-color: #efefef;
    border-bottom: 0px solid;
    padding:10px;
}

.li-item.small {
    height:40px;
}

.li-item.read {
    background-color: #EEEEEE;

}

.li-item.selected {
    background-color: #CFE9F3;
}

.li-title1 {
    position: absolute;
    top: 10px;
    left: 65px;
    right:60px;
    color: #475466;
    font-size: 10.5pt;
    font-weight:600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 120%;

}
.li-title2 {
    position: absolute;
    top: 29px;
    left: 65px;
    right:60px;
    color: #475466;
    font-size: 9pt;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 120%;

}
.li-title3 {
    position: absolute;
    top: 45px;
    left: 65px;
    color: #777777;
    font-size: 9pt;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    right:60px;
    line-height: 120%;

}
.li-title4 {
    position: absolute;
    top: 60px;
    left: 65px;
    color: #777777;
    font-size: 9pt;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    right:60px;
    line-height: 120%;

}
.li-status {
    position: absolute;
    right:0px;
    bottom:0px;
    color: #777777;
    background-color: #DDDDDD;
    font-size: 0.8em;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    vertical-align: middle;
    cursor: default;
}

.li-date {
    position: absolute;
    color: #475466;
    font-size: 8pt;
    top: 10px;
    right: 15px;
    cursor: default;
    line-height: 120%;
}

.li-attachments {
    position: absolute;
    color: #475466;
    font-size: 0.8em;
    top: 11px;
    right: 85px;
}

.li-watch {
    position: absolute;
    color: #475466;
    top: 35px;
    right: 15px;
}

.li-box {
    position: absolute;
    left: 16px;
    top: 15px;
    width: 38px;
    height: 35px;
    color: #FFFFFF;
    background-color: #DDDDDD;
    border-radius: 50%; /* circle */
    -webkit-border-radius: 50%;
	font-size: 16pt;
	line-height:1.5;
    border: 0px;
    padding:0px;
    padding-top:3px;
    text-align: center;
    vertical-align: middle;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);*/

}

.li-box-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 38px;
    height: 35px;
    font-size:18pt;
}

.li-box.small {
     background-color: transparent;
    left: 15px;
    top: 7px;
    width:25px;
    height:25px;
    font-size: 1.35em;
}

.li-item-small-text {
    position: absolute;
    top: 10px;
    left: 50px;
    right:60px;
    color: #475466;
    font-size: 1.3em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 120%;
}

.li-box2 {
    position: absolute;
    color: #FFFFFF;
    background-color: #DDDDDD;
    font-size: 1.5em;
}

.li-image {
    color: #777777;
}

.li-close {
    color: #777777;
    right:10px;

}