.item-list-group{
	border: 0;
}

.item-list-group .panel-heading {
    border-bottom: 3px solid #6446d2;
    background: linear-gradient(to right, #1975ad, #18469b);
    width: 100%;
    height: 9vw;
    max-height: 45px;
    min-height: 32px;
    padding: 0;

}

.item-list-group .panel-heading .title-box{
    width: 50%;

    background: linear-gradient(to bottom,#6ec8d2,#6446d2);
    transform: skew(-10deg)translateX(-10px);
    height: 90%;
    user-select: none;
}

.item-list-group .panel-heading .title-box font{
    margin: 0.5em 1em;
    color: #fff;
    font-size: 1.2em;
    transform: skew(10deg)translateX(10px);
    text-shadow: 0 1px 5px rgba(0,0,0,0.4);
}

.item-list-group .panel-body{
    padding: 0;
    width: 100%;
}
