#web-header {
    text-align: center;
    padding: 5px;
    width: 400px;
}

#web-buttons {
    text-align: center;
    padding: 5px;
    width: 400px;
}

#Behind {
    width: 99%;
    height: 100px;
    background: lightskyblue;
    background: linear-gradient(lightskyblue, white);
    position: absolute;
    z-index: -1;
    padding: 10px;
}

#TopOne {
    position: absolute;
    top: 40px;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    text-align: center;
    font-family: Verdana, sans-serif;
    font-size: 32px;
    font-weight: bold;
}

#body {
    position: absolute;
    top: 110px;
    width: 99%;
}

.title {
    font-family: Verdana, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.smalltitle {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

#right_corner {
    float: right;
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
    margin-top: 20px;
}

div.content {
    text-align: center;
    display: table;
    margin: 0 auto;
}

div.menu_tab,
div.menu_tab_active {
    border: 1px solid #269abc;
    background-color: #d9edf7;
    color: black;
}

div.menu_tab_active {
    background-color: #053CBA;
    color: white;
}

.invalid {
    border: red solid 1px !important;
}

/*div.center
{
    margin: 0 auto;
    width: 400px;
}*/
div.center {
    display: flex;
    align-items: center;
    justify-content: center
}

div.width600 {
    width: 600px;
    margin: auto;
}

div.width800 {
    width: 800px;
    margin: auto;
}

div.exportBar {
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
    background: #DFF3FF;
    border: solid 1px #C6E1F2;
}

div.filter {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DFF3FF;
    border: solid 1px #C6E1F2;
}

div.items {
    float: left;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    padding: 5px;
}

.tabs {
    padding-top: 10px;
    margin: 0 auto;
    width: 800px;
    align-items: center;
    justify-content: center
}

.extranet {
    height: 50px;
    width: auto;
}

th {
    text-align: center;
    vertical-align: middle;
}

html,
body {
    height: 100%;
}

#content {
    min-height: 100%;
    height: auto;
    overflow-x: auto;
    display: flex;
    flex-direction: column;

}

/*
#content-table {
  overflow-x: auto;
}
*/