#item-holder {
    background-color: transparent;
    margin-right: 9px;
}

/* @title Menu List */
/* @help The main list for the Menu */
#item-list {
    background-color: transparent;
    width: 100%;
    display: table;
    overflow: auto;
    margin: 0;
    padding: 6px;
}

/* @title Menu Row */
/* @help The row for the menu list */
.item-row {
    width: 100%;
    display: table-row;
    cursor: pointer;
    height: 42px;
    background-color: transparent;
}

/* @title Menu Active Row */
/* @help The active row for the menu list */
.item-row-active {
    background-color: #00324B;
}

/* @title Menu Hover */
/* @help The hover for the menu list */
.item-row:hover {
    background-color: #00324B;
}

/* @title Menu Icon */
/* @help The icon for the menu item */
.item-icon {
    background-color: transparent;
    display: table-cell;
    padding: 3px 0 3px 9px;
    border-bottom: 0;
}

/* @title Menu Entry */
/* @help The text area for the menu item */
.item-entry {
    width: 100%;
    display: table-cell;
    padding: 6px;
    font-size: 14px;
    color: #FFFFFF;
    vertical-align: middle;
    border-bottom: 0 solid #AAAAAA;
}

/* @title Module Enabled */
/* @help Contents of Small box to the right of an enabled module */
.item-enabled {
    display: table-cell;
    padding-right: 6px;
    border-bottom: 0;
}

/* @title Module Disabled */
/* @help Contents of Small box to the right of a disabled module */
.item-disabled {
    display: table-cell;
    color: #000000;
    background: #CC9900;
    font-size: 11px;
    padding: 6px;
    border: 0;
    border-radius: 4px;
}

/* @title Menu Item Active */
/* @help The active state of a menu item */
.item-active {
    display: table-cell;
    background: #00324B;
    font-size: 11px;
    padding: 6px;
    border: 0;
    border-radius: 4px;
}

#item-work {
    background-color: transparent;
}

.accordion {
    padding-top: 4px;
}

.admin_section_search {
    padding: 13px 2px;
}
