/**
 * @author pangmy
 * @date 2019/11/15   11:46
 *
 * Deception  
 */

html, body {
    height: 100% !important;
    min-height: 100% !important;
    overflow: auto !important;
}

th, td {
    vertical-align: middle !important;
    text-align: center !important;
}

.myHeaderUserInfo {
    position: unset !important;
    top: unset !important;
    line-height: 45px !important;
    max-width: unset !important;
    font-size: 14px !important;
}

.myFormInput {
    margin-bottom: 15px !important;
}

.myFormItem {
    margin-bottom: 15px !important;
}

.myLoadingContext {
    height: 100px !important;
    z-index: 20000 !important;
    position: absolute !important;
    text-align: center !important;
    left: 50% !important;
    top: 50% !important;
    margin-left: -100px !important;
    margin-top: -10px !important;
}

.myLoadingText {
    margin-bottom: 0 !important;
    height: 50px !important;
    text-align: center !important;
    line-height: 50px !important;
    font-size: large !important;
}

.myLeft {
    text-align: left !important;
}

.myRight {
    text-align: right !important;
}

.myCenter {
    text-align: center !important;
}