.flat .ListContainer {
    border-top: 1px solid #CCC !important;
}

.flat .dcdListItem {
    cursor: pointer;
    padding: 8px;
    padding-left: 45px;
    min-height: 25px;
    border-bottom: 1px solid #EAEAEA;
    vertical-align: middle;
    position: relative;
}

.flat .dcdListItem:focus,
.flat .dcdListItem:hover,
.flat .dcdListItem:focus td,
.flat .dcdListItem:hover td
{
    color: #2196f3;
    background: #fafafa;
}

.flat .dcdListItem td {
    padding-right: 5px;
}

.flat .dcdListItemAlignRight {
    text-align: right;
    margin-left: 5px;
    float: right;
}

.flat .dcdListItem_Selected,
.flat .dcdListItem.dijitMenuItemSelected,
.flat .dcdListItem.dijitMenuItemSelected td
{
    color: black;
    cursor: default;
    background: #fafafa;
}

.flat .dcdListItem_Selected,
.flat .dcdListItem.dijitMenuItemSelected
{
    border-left: 5px solid #2196f3;
}

.flat .dcdListItemIcon {
    left: 10px;
    margin-top: 0;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.flat .dcdListItemCheckbox {
    margin-right: 10px;
}

/* --- StorageSortList --- */

.flat .dcdStorageSortList {
    padding: 0;
}

.flat .dcdStorageSortListCloud {
    padding: 0 0 0 10px;
    margin: 10px 0;
}

.flat .dcdStorageSortListHandle {
    width: 25px;
    padding: 0;
}

.flat .dcdStorageSortListItem {
    background: #F5F5F5;
    box-sizing: border-box;
    min-height: 90px;
    overflow: visible;
}

.flat .dcdStorageSortList .dojoDndHandle {
    background: #2C2C2C;
}

/* BASECLASS FOR LISTWIDGETS */
.listWidget .dijitButtonNode {
    padding: 5px;
    background-color: #EFEFEF;
    border: none;
    margin-bottom: 1px;
}

.listWidgetDisabled .dijitButtonNode {
    color: #AAA !important;
    text-shadow: 1px 1px 0px #FFFFFF;
}

.listWidget .dijitArrowButton {
    border-left: 1px dotted #CCC;
}

/* --- errorList --- */

ul.errorList {
    padding: 0;
    margin: 0;
    margin-top: 0.5em;
    list-style-type: none;
}

ul.errorList li {
    padding-left: 20px;
    padding-top: 4px;
    min-height: 16px;
}

ul.errorList li::before {
    font-family: 'flat-icon';
    content: "\f019";
    color: #e77e23;
}

/* --- rebootList --- */

ul.rebootList {
    padding: 0;
    padding-left: 1.5em;
    list-style-type: square;
}

ul.rebootList li {
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px dotted #CCCCCC;
}

/* --- tableStyle --- */

ul.tableStyle {
    padding: 0;
    margin-top: 0px;
    list-style-type: none;
}

ul.tableStyle li {
    padding: 6px;
    display: block;
    border-bottom: 1px dotted #CCCCCC;
}


.flat .dcdMasterDetailList {
    border: none;
    box-shadow: none;
    border-right: 1px solid #DDD;
    border-radius: 0;
}

.flat .dcdMasterDetailList .dcdListItem {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* --- Group Create List --- */

.flat .dcdPrivilegeList {
    max-height: 275px;
    box-shadow: none;
}

/* --- Contract List --- */

.flat .dcdContractList {
    width: 450px;
    height: 300px;
}
