.nav-tabs li a .glyphicon-remove-sign:hover{
    color:red;
    cursor: pointer;
}
.main_left .ul_left1 > li {
    background-color: rgba(46,113,178,0.2);
}
.main_left .ul_left1 > li>a{
    color: black;
}
.glyphicon-menu-right:before {
    /* content: "\e258"; */
    content: '';
}
.nav-tabs .active {
    /* border-top: solid 2px #3498db !important; */
    background: rgba(46,113,178,0.1) !important;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.nav-tabs .active::before {
    content: '';
    padding-top: 15px;

    display: block;
    width: 4px;
    height: 22px;
    background-image: url('../../images/Rectangle\ 29@2x.png');
	background-size: 100% 100%;
    
}
.nav-tabs .active a{
    font-size: 20px !important;
    color: #2A65A6 !important;
}
.main_left .ul_left1 > li > a{
    padding: 10px 15px 10px 25px !important;
}
.main_left .ul_left1 > li{
    padding-left: 0px !important;
}