﻿#managerLeftPanelTabs ul li.clicked,
#emptyAreaForShinyManager,
#managerLeftPanelContent .CommandsQueue div#CommandsQueueTitle,
#managerLeftPanelContent .CustomDevicesList div#DevicesListTitle {
    background-color: #18669d !important;
    border-color: #18669d;
    color: white;
}

#managerLeftPanelTabs ul li:not(.clicked):hover {
    background-color: #5793ce !important;
    border-color: #5793ce;
    color: white;
}

#managerLeftPanelContent .CommandsQueue #CommandsQueueTools,
#managerLeftPanelContent .CustomDevicesList #DevicesListTools {
    background-color: #BFEFFF;
}

#managerLeftPanelContent .CommandsList > ul > li > div:hover,
#managerLeftPanelContent .CommandsList > ul > li > ul > li:hover,
#managerLeftPanelContent .CommandsList > ul > li > ul > li div:hover,
#managerLeftPanelContent .CommandsList > ul > li > ul > li.subMenu > ul > li:hover,
#managerLeftPanelContent .CommandsQueue #CommandsQueue li:hover,
#deviceLeftPanelContent .CommandsList > ul > li > div:hover,
#deviceLeftPanelContent .CommandsList > ul > li > ul > li:hover,
#deviceLeftPanelContent .CommandsList > ul > li > ul > li div:hover,
#deviceLeftPanelContent .CommandsList > ul > li > ul > li.subMenu > ul > li:hover,
#deviceLeftPanelContent .CommandsList > ul > li.selected > div,
#deviceLeftPanelContent .CommandsList > ul > li > ul > li:not(.subMenu).selected,
#deviceLeftPanelContent .CommandsList > ul > li > ul > li.subMenu > ul > li.selected {
    background-color: #DFEFFC;
}

.ui-jqgrid-btable tbody tr.jqgfirstrow:not(:only-child) {
    height: 0px !important;
}

.ui-jqgrid-btable tbody tr.jqgfirstrow:only-child {
    height: 1px !important;
}

    .ui-jqgrid-btable tbody tr.jqgfirstrow:only-child td {
        border-right-color: transparent !important;
    }
