body {
    background-color: #FDFBF8 !important;
    background-image: url('images/Pi7_Tool_hipic_mb.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;

}

@media only screen and (max-width: 1024px) {
    body {
        background-image: url('images/hipic_mb.jpg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-color: #FDFBF8 !important;
    }
}

.wrapInput label {
    background-color: transparent;
    color: #000;
}

.wrapInput .MuiInputLabel-outlined {

    transform: translate(14px, 15px) scale(1);
}

.wrapInput .MuiInputLabel-outlined.MuiInputLabel-shrink {
    transform: translate(14px, 2px) scale(0.75);
    font-weight: bold;
    color: #000;
}

.wrapInput .MuiInputBase-input {
    height: 0.5em;
}

.wrapInput .MuiOutlinedInput-notchedOutline {
    border: 0
}

.wrapSelect .MuiFormControl-fullWidth {
    background: #fff;
    color: #000;
    height: 45px;
    margin-bottom: 10px;
    box-shadow: 1px 1px 1px #B5132B;
}

.wrapSelect .MuiInputLabel-outlined.MuiInputLabel-shrink {
    transform: translate(14px, 4px) scale(0.75) !important;
}

.wrapSelect .MuiFormLabel-root,
.wrapSelect .MuiSelect-root {
    color: #000;
    padding-left: 15px;
}

.wrapInput input {
    border-radius: 5px;
}

.wrapInput .MuiFormControl-fullWidth {
    margin-top: 5px;
}

.pageInstructors {
    background: transparent;
}

.pageInstructors .listResult li.MuiListItem-root {
    display: flex;
    border: 1px solid;
}

.pageInstructors .listResult li.MuiListItem-root div {
    flex-grow: 2;
    width: 200px;
    border-right: 1px solid;
}

.MuiDialog-container .MuiDialogContent-root {
    min-width: 250px;
}

.wrapFixedForm label.MuiInputLabel-outlined {
    color: #000;
    font-weight: bold;

    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
}

.wrapFixedForm label.MuiInputLabel-outlined.Mui-focused {
    background: #67707F;
    color: #fff;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px
}

.wrapFixedForm fieldset.MuiOutlinedInput-notchedOutline {
    border: none;
}

.labelColorCode label {
    padding-left: 0 !important;
}

.labelColorCode fieldset {
    border: 0 !important;
}