.SchedulerGUI .AppXContent {
    width: 100%;
}

.SchedulerGUI .AppXContent th, td {
    min-width: unset;
}

.SchedulerGUI .AppXContent .AppXOpt {
    width: 2em;
    text-align: center;
}

.SchedulerGUI .AppXContent .AppXOpt .AppXDel {
    cursor: pointer;
}

.SchedulerGUI .AppXContent .AppXMode {
    width: 10em;
}

.SchedulerGUI .AppXContent .AppXMode span {
    margin-left: 4pt;
    vertical-align: top;
}

.SchedulerGUI .AppXContent .AppXDate {
    width: 8em;
}

.SchedulerGUI .AppXContent .AppXDate span {
    margin-left: 4pt;
}

.SchedulerGUI .AppXForm .AppXOptionCHK {
    width: 1em;
    height: 1em;
    margin: 0 4pt;
}

.SchedulerGUI .AppXForm .AppXLabel2 {
    display: inline-block;
    margin-right: 4pt;
}

.SchedulerGUI .AppXForm .AppXGroup {
    display: inline-block;
    border: #555 1px solid;
    margin: 1pt;
    padding: 1pt;
    border-radius: 3pt;
    margin-right: 3pt;
}

.SchedulerGUI .AppXForm .AppXInput {
    border-radius: 3pt;
    border: #888 1px solid;
}

.SchedulerGUI .AppXForm .AppXInput:disabled {
    border: #000 1px solid;
}

.SchedulerGUI .AppXForm .AppXInput[type="time"] {
    border: #888 1px solid;
    max-width: 6.5em;
}

.SchedulerGUI .AppXForm .AppXInput[type="number"] {
    width: 5em;
}

.SchedulerGUI .AppXForm .AppXSelect {
    height: 1.8em;
    border: #888 1px solid;
    border-radius: 3pt;
    background: #000;
    color: #fff;
    width: 8em;
    margin-right: 4pt;
}

.SchedulerGUI button {
    border: #444 1px solid;
    border-radius: 3pt;
    padding: 1pt 8pt
}

.SchedulerGUI .AppXForm {
    text-align: right;
    padding-right: 4pt;
}

.SchedulerGUI .AppXSubForm {
    text-align: right;
    padding-right: 4pt;
}

.SchedulerGUI .AppXButton.AppXBClear {
    background: #f00;
    color: #300;
    border-color: #400;
}

.SchedulerGUI .AppXContainer {
    height: calc(100vh - 28em);
    border: #888 1px solid;
    overflow-y: scroll;
}

.SchedulerGUI .AppXContent .AppXTime {
    width: 6em;
}

.IoStructures_dashboard_errand_Scheduler .SchedulerGUI .AppXContainer {
    border: #333 1px solid;
    overflow: auto;
    height: unset;
}

.IoStructures_dashboard_errand_Scheduler .SchedulerGUI .AppXContainer tr:nth-last-child(1) td {
    border-bottom: none;
}

.SchedulerGUI .AppXContainer .AppXContent .AppXSchDisabled td {
    color: #888;
}
