.jui-view {
    margin-top: 16px;
}

.jui-button {
}

.jui-input {
}

.jui-input+label {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: -webkit-fill-available;
	width: -moz-available;    /* Firefox/Gecko */
	width: fill-available;
}

.jui-select {
    margin-top: 0px !important;
}

.jui-select-label {
    color: #757575;
    font-weight: 400;
    font-size: 80%;
}

.jui-title {
    margin-left: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jui-viewgroup-title {
    text-align: right;
}

.jui-toggle {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.jui-toggle-text {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    margin-bottom: 0px !important;
}

.jui-toggle-control {
    display: table-cell;
    vertical-align: middle;
    min-width: 72px;
}

.jui-toggle-checkbox {
    display: flex;
    margin-right: 0px;
    justify-content: center;
}

.jui-toggle-checkbox-label {
    margin-left: 0px;
    vertical-align: middle;
}

.jui-selectlist-radio-option {
    margin-top: 8px;
}