@import "../site/Shared/public.css";

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.ck.ck-content {
    height: 500px;
}

.font-bold {
    font-weight: bold;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-justify {
    text-align: justify;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.editor-content figure img {
    width: 100%;
}

.editor-content figure figcaption {
    text-align: center;
    background: #f7f7f7;
}

.tree-container {
    min-height: calc(100vh - 117px);
    border-radius: 4px;
}

.tree-header {
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
}

.tree-header p {
    font-weight: bold;
}

.tree-body .mud-treeview-item-content {
    padding: 16px;
}

.toolbar-search .mud-select .mud-select-input .mud-input-slot {
    min-width: 120px;
}

.toolbar-search .mud-input-control > .mud-input-control-input-container 
    > .mud-input-label-outlined.mud-input-label-inputcontrol {
    line-height: 12px;
}

.waiting-dialog {
    width: 250px;
    padding-bottom: 10px;
    text-align: center;
}

.table-manager .mud-table-cell {
    padding: 6px !important;
}

@media only screen and (max-width: 960px) {
    .mud-sm-table .mud-table-cell-sm-block {
        display: block !important;
    }
}

@media (max-width: 600px) {
    .table-manager .mud-table-cell-sm-block {
        display: block !important;
    }
}


@media (min-width: 600px) {
    .mud-table-toolbar {
        min-height: 90px;
    }
}