
div#start-menu-content-area>div:nth-child(2)>div:nth-child(n+4) {
    display: none;
}

div#start-menu-content-area>div:nth-child(2)>div {
    display: block;
    clear: both;
}

.logoHeader:not(#start-menu-fleetHeaderZone)>img {
    display : none;
}

.logoHeader:not(#start-menu-fleetHeaderZone) {
    background-image: url('../images/iqoyaconnect_left_arrow.png');
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-color: white;
    width: 55px;
    margin-right: 15px;
}

#start-menu-config,
#start-menu-monitor,
#start-menu-history {
    position : relative;
    overflow : visible;
    font-size: 0;
    padding-top: 22px !important;
    width: 100px;
}

#start-menu-config>span::after, 
#start-menu-monitor>span::after,
#start-menu-history>span::after {
    font-size: 14px; 
    font-weight: bold;
    text-align: left;
    display: block;
    color: #1976D2;
    position: absolute;
    bottom: 60%;
    left: 100%;
    padding-left: 20px;
    white-space: nowrap;
}

#start-menu-config::after, 
#start-menu-monitor::after,
#start-menu-history::after {
    white-space: pre;
    font-size: 12px;
    text-align: left;
    display: block;
    color: #1976D2;
    position: absolute;
    top: 45%;
    left: 100%;
    padding-left: 20px;
}

#start-menu-config>span::after {
    content: "CALL PROFILES & CONTACT LISTS";
}


#start-menu-monitor>span::after {
    content: "MONITORING";
}


#start-menu-history>span::after {
    content: "CALL HISTORY";
}


#start-menu-config::after {
    content: "Manage your call profiles and\Ayour contact lists.";
}


#start-menu-monitor::after {
    content: "View the status of IP codec instances,\Athe quality of the connections,\A and the alarms in real time.";
}


#start-menu-history::after {
    content: "Perform quality check of past calls.";
}

#start-menu-config>span>i, 
#start-menu-history>span>i {
    display: none;
}

#start-menu-monitor>span>i {
    font-size: 42px;
}

#start-menu-config>span {
    background-image: url('../images/iqoyaconnect_connection_book.png');
    display: inline-block;
    height: 56px;
    width: 56px;
    background-size: 56px;
    background-repeat: no-repeat;    
}


#start-menu-history>span {
    background-image: url('../images/iqoyaconnect_history.png');
    display: inline-block;
    height: 56px;
    width: 56px;
    background-size: 56px;
    background-repeat: no-repeat;
}

