body {
    background-image:url("patterned-background.png");
}

pre {
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap !important;
    white-space: pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

input, select {
    color: #000000;
    background: #e7e7e7;
    border-width: 2px;
    border-color: #e7e7e7;
}

.FiltrTable {
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-radius: 8px;
    /*box-shadow: 16px 16px 8px grey; */
    margin-bottom: 20px;
}

.FiltrTable th {
    border: 1px solid black;
}

.FiltrTable tr {
    height: 30px
}

.FiltrTable td {
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    border-color: #c1b9b9;
    border-radius: 5px;
}

.msg_body h4 {
    margin-bottom: 0px;
}

.msg_body pre {
    margin-top: 2px;
    margin-bottom: 10px;
}

#ReportHeader {
    padding: 2px;
    background-color: grey;
    color: #eeeeee;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-color: #999999;
    opacity: .9;
}
#ReportHeader h1 {
    margin-left: 10px;
}
#ReportHeader h4 {
    margin-bottom: 1px;
    margin-left: 1px;
    font-style: normal;
    font-size: smaller;
}

#ReportFooter {
    bottom: 0px;
    width: 100%;
    display: flex;
    position: fixed;
    left: 2px;

    font-weight: bold;
    font-size: 90%;
    text-align: left;
    background-color: grey;
    color: #eeeeee;
    margin-top: 10px;
    padding: 2px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-top-width: 2px;
    border-color: #999999;
    opacity: .9;
}

#ReportFooter a {
    color: #ffffff;
    text-decoration: none;
}

#tdBtnSelect {
    text-align: center;
}

#btnSelect {
    width:233px;
    text-align: center;
    color: #000000;
    background: #e7e7e7;
    border-width: 2px;
    border-color: #e7e7e7;
    border-radius: 16px;
}
