﻿/*ChildPage.razor Styles*/
.childPage_container {
    margin-bottom: 15px;
}

.child_table, th, .child_table_data {
    border: 0px solid black;
    border-collapse: collapse;
}

th, .child_table_data {
    padding: 2px;
    text-align: left;
}

.children_list, .document_list, .properties_list {
    list-style-type: none;
    margin-top: 25px;
    position: fixed;
    width: 80%;
    height: 70%;
    overflow: auto;
}

.e-gantt .e-reload::before {
    content: '\e99d';
}

.children_list_item, .document_list_item {
    cursor: pointer;
}

.children_list_item, .document_list_item {
    padding: 5px;
}

/*Disabling schedule tab because it's not needed in every USecase, just comment out the section below in order to enable it*/

