html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: Open Sans, Segoe UI, Tahoma, Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #000;
    background-color: #FFF;
    margin: 0;
    padding: 0px;
    height: 100%;
}

.content {
    width: 100%;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.content_page {
    padding: 10px 15px 20px 15px;
    float: left;
}

.content a {
    font-weight: bold;
    cursor: pointer;
}

.footer-text {
    font-size: small;
    width: 100%;
    color: #696969;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 5px;
    box-sizing: border-box;
}

input[type=submit],
input[type=button],
input[type=checkbox],
button {
    cursor: pointer;
}

input[type=checkbox] {
    width: 16px;
    vertical-align: middle;
    accent-color: #4794da;
}

#messageListPlainTable, #messageListPlainTable th, #messageListPlainTable td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
}

.error-header {
    box-sizing: border-box;
    width: 100%;
    display: table;
    background-color: #4c6374;
    height: 46px;
    font-weight: normal;
}

.header-text {
    color: white;
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
}

.header-text.left {
    padding-left: 15px;
}

.header-text.right {
    padding-right: 15px;
    text-align: right;
}


.error-content {
    padding: 15px;
    font-size: 16px;
}
