/* zFlex/ASPxTreeList.css */

/* dafault styles (grid like) */
.defaultTreeList .dxtlNode_Material td.dxtl,
.defaultTreeList .dxtlAltNode_Material td.dxtl,
.defaultTreeList .dxtlSelectedNode_Material td.dxtl,
.defaultTreeList .dxtlFocusedNode_Material td.dxtl,
.defaultTreeList .dxtlEditFormDisplayNode_Material td.dxtl,
.defaultTreeList .dxtlCommandCell_Material {
    border-left: 0;
    border-right: 0;
}

.defaultTreeList.dxtlControl_Material a {
    text-decoration: none;
    color: #008dd6;
}

    .defaultTreeList.dxtlControl_Material a:hover {
        text-decoration: underline;
        color: #016ca3;
    }

.defaultTreeList .dxtlFocusedNode_Material {
    background-color: #eaeaea !important;
    color: #373737;
}

    .defaultTreeList .dxtlFocusedNode_Material a {
        text-decoration: none;
        color: #008dd6 !important;
    }

    .defaultTreeList .dxtlFocusedNode_Material a:hover {
        text-decoration: underline;
        color: #016ca3 !important;
    }

.defaultTreeList.dxtlControl_Material {
    margin-top: 5px;
    margin-bottom: 5px;
}

.defaultTreeList.dxtlControl_Material {
    background-color: White;
    border: 1px #dfdfdf solid;
    border-bottom-width: 0;
    border-radius: 4px;
    border-collapse: separate !important;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
}

.defaultTreeList .dxtlHeader_Material {
    cursor: pointer;
    white-space: nowrap;
    background-color: white;
    color: black;
    font-weight: normal;
    text-align: left;
    font: 14px 'Roboto Medium', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    border: none;
    border-bottom: 2px Solid #dfdfdf !important;
}

.defaultTreeList .dxtlPagerBottomPanel_Material {
    background-color: white;
    border-top: 1px Solid #dfdfdf;
    border-bottom: 0px Solid #dfdfdf;
    border-left: 0px Solid #dfdfdf;
    border-right: 0px Solid #dfdfdf;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
}
/* /dafault styles (grid like) */

/* navigation tree styles */
.navigationTreeList .dxtlNode_Material td.dxtl,
.navigationTreeList .dxtlAltNode_Material td.dxtl,
.navigationTreeList .dxtlSelectedNode_Material td.dxtl,
.navigationTreeList .dxtlFocusedNode_Material td.dxtl,
.navigationTreeList .dxtlEditFormDisplayNode_Material td.dxtl,
.navigationTreeList .dxtlCommandCell_Material {
    padding: 6px 2px 11px;
    border-left: 0;
    border-right: 0;
}

.navigationTreeList.dxtlIndentWithButton_Material {
    padding: 3px 1px 8px;
}

.navigationTreeList.dxtlControl_Material a {
    text-decoration: none;
    color: #008dd6;
}

    .navigationTreeList.dxtlControl_Material a:hover {
        text-decoration: underline;
        color: #016ca3;
    }

.navigationTreeList .dxtlFocusedNode_Material {
    background-color: #eaeaea !important;
    color: #373737;
}

    .navigationTreeList .dxtlFocusedNode_Material a {
        text-decoration: none;
        color: #008dd6 !important;
    }

    .navigationTreeList .dxtlFocusedNode_Material a:hover {
        text-decoration: underline;
        color: #016ca3 !important;
    }
    
.navigationTreeList td.dxtl span {
    vertical-align: text-top;
}

.dxtlNode_Material td.dxtl,
.dxtlAltNode_Material td.dxtl,
.dxtlSelectedNode_Material td.dxtl,
.dxtlFocusedNode_Material td.dxtl,
.dxtlEditFormDisplayNode_Material td.dxtl,
.dxtlCommandCell_Material {
    padding: 8px 8px;
}
/* /navigation tree styles */
/* ASPxTreeList styles */
.dxtlControl_Material {
    background-color: White;
    border: 1px #dfdfdf solid;
    border-bottom-width: 0;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-collapse: separate !important;
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
}
    .dxtlControl_Material .dxtlHeader_Material {
        cursor: pointer;
        white-space: nowrap;
        background-color: white;
        color: black;
        font-weight: normal;
        text-align: left;
        font: 14px 'Roboto Medium', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
        border: none;
        border-bottom: 2px Solid #dfdfdf !important;
    }
    .dxtlControl_Material .dxtlPagerBottomPanel_Material {
        background-color: white;
        border-top: 1px Solid #dfdfdf;
        border-left: 0px Solid #dfdfdf;
        border-right: 0px Solid #dfdfdf;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
    }
.dxtlNode_Material td.dxtl,
.dxtlAltNode_Material td.dxtl,
.dxtlSelectedNode_Material td.dxtl,
.dxtlFocusedNode_Material td.dxtl,
.dxtlEditFormDisplayNode_Material td.dxtl,
.dxtlCommandCell_Material {
    border-left: 0px !important;
    border-bottom: 1px solid #dfdfdf !important;
}
.dxtlSelectedNode_Material td.dxtl,
.dxtlFocusedNode_Material td.dxtl {
    background-color: #e1e1e1;
    color: #373737;
    font-size: 14px;
}
.dxtlControl_Material a,
.dxtlFocusedNode_Material a {
    color: #008dd6;
    font-family: Roboto;
    font-size: 14px;
    text-decoration: none;
}
    .dxtlControl_Material a:hover,
    .dxtlFocusedNode_Material a:hover {
        color: #016ca3;
        cursor: pointer;
        text-decoration: underline;
    }
/* /ASPxTreeList styles */

/* tree icons */
.dxTreeList_ExpandedButton_Material {
    background-image: url(/App_Themes/Material/Icons/16x16/arrow_open_normal_16.svg);
    background-position: 0px 0px;
    width: 16px;
    height: 16px;
}
.dxTreeList_CollapsedButton_Material {
    background-image: url(/App_Themes/Material/Icons/16x16/arrow_hide_normal_16.svg);
    background-position: 0px 0px;
    width: 16px;
    height: 16px;
}
/* /tree icons */