/**
 * Body CSS
 */
html,
body {
    height: 100%;
}


/**
 * Header CSS
 */
header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
}

header ul.mui-list--inline {
    margin-bottom: 0;
}

header a {
    color: white;
}

header table {
    width: 100%;
}

header .mui--text-title {
    font-size: 28px !important;
}

header .mui--text-subhead {
    font-size: 20px !important;
}

header .mui-container {
    max-width: 1700px;
}

/**
 * Content CSS
 */
#content-wrapper {
    min-height: 100%;

    /* sticky footer */
    box-sizing: border-box;
    margin-bottom: -50px;
    padding-bottom: 50px;

    display: flex;
    flex-direction: column;
}

#content-wrapper .mui--appbar-height {
    height: 68px;
}


/**
 * Footer CSS
 */
footer {
    box-sizing: border-box;
    height: 50px;
    /*background-color: #eee;*/
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
}


/**
 * MUI customization
 */
body {
    font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", "blueprint-icons-16", sans-serif !important;
}

.mui-panel {
    border-radius: 4px !important;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12) !important;
}

.mui-btn {
    border-radius: 4px;
}

.mui-btn--primary {
    background-color: #1976d2 !important;
}

.mui-textfield--float-label > label {
    font-size: 22px!important;
    line-height: 28px!important;
}

.mui-textfield--float-label > input {
    font-size: 22px!important;
}

.mui-textfield--float-label > input:not(:focus).mui--is-not-empty ~ label {
    font-size: 17px!important;
    line-height: 21px!important;
}

.mui-textfield--float-label > input:focus ~ label {
    font-size: 17px!important;
    line-height: 21px!important;
}

.mui-btn {
    font-size: 22px!important;
    height: 44px!important;
}

.mui-appbar {
    background-color: #1876d2 !important;
}