.left-menu-btn.voice{
    position: fixed;
    top: 125px;
    left: -2px;
    width: 61px;
    text-align: right;
    height: 26px;
    z-index: 6;
    padding-left: 0px;
    padding-right: 3px;
    background: #027DB5;
    padding-top: 2px;
    color: white;
    font-weight: bold;
    border: 1px solid #000;
    border-radius: 4px;
    cursor: pointer;
    transition: all .8s;
}
.left-menu-btn.voice.active {
    background:#027DB5;
	border: 1px solid #000;
	left:218px;
	width:39px;
	padding: 1.5px 7px;
	transition:all 1s;
}
.left-menu-btn.sms{
    position: fixed;
    top: 125px;
    left: -2px;
    width: 61px;
    text-align: right;
    height: 26px;
    z-index: 6;
    padding-left: 0px;
    padding-right: 3px;
    background: #027DB5;
    padding-top: 2px;
    color: white;
    font-weight: bold;
    border: 1px solid #000;
    border-radius: 4px;
    cursor: pointer;
    transition: all .8s;
}
.left-menu-btn.sms.active {
    background:#d9534f;
	border: 1px solid #000;
	left:218px;
	width:39px;
	padding: 1.5px 7px;
	transition:all 1s;
}

#left_side_menu_container {
    position: fixed;
    background: white;
    z-index: 10;
    top: 2px;
    left: -226px;
    width: 228px;
    height: 100%;
    transition: all 1s;
    border: 1px solid #027DB5;
    border-radius: 0 10px 0 0;
    transition: all .8s;
    overflow-y: visible;
    overflow-x: auto;
}

#left_side_menu_container.active {
    left:0;
    background: white;
    transition:all 1s;
}

.list-group-header {    
    text-align:center;
    border: none;       
    color:white;
    font-weight:bold;
    font-size:15px;
    margin-top:10px;
    margin-bottom:5px;
    border-radius: 0 0px;
}
.list-group-header.voice {
	background:#027DB5;
}
.list-group-header.sms {
	background:#ef7b42;
}
li.list-group-item {
    padding: 5px;
}
li.list-group-item.voice>a:hover {
    background: #027DB5;
    color:white;
    text-decoration: none;
}
li.list-group-item.sms>a:hover {
    background: #ef7b42;
    color:white;
    text-decoration: none;
}
.list-group-item.active { background: transparent; border-color:transparent;}
li.list-group-item>a {
    display: block;
    padding: 0px 0px;
    margin: 0 0 0 0; 
    color: #222;
}
.list-group-item.voice.active {
    background: linear-gradient(314deg, #BDD8E9, white);
    margin: 0 !important;
    padding: 0 0;    
    border: 0;
}
.list-group-item.sms.active {
    background: linear-gradient(220deg, #f7bb9e, #f5e6de, #f5e6de, transparent);
    margin: 0 !important;
    padding:0 0;   
    border: 0;
}
ul { list-style:none; }
.list-group { background: #fff; margin-top:-10px; }
.col-md-0, .col-md-2, .col-md-10, .col-md-12 {
    transition:all .8s;
} 
.btn-link { background:transparent;font-weight:bolder;}
.fa, .fa-lg { margin-left:5px; margin-right:5px; opacity:.7; }
.fa-play { margin-left:10px; margin-right:3px;}