body{
    max-width: 960px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #203C36;
}

p, ul, ol{
    line-height: 180%;
}

p.bold{
    font-weight: bold;
}
h2 {
    font-size: 2em;
}

h1, h2, h3 {
    text-transform: lowercase;
    color: #203c36;
}

h4 {
    font-size: 1.2em;
}

.header{
    background-image: url("../img/header-f58588f224e60ae6200b584dcd75530d.jpg");
    height: 80px;
    backgroud-position: center;
    background-size: cover;
    text-transform: lowercase;
    margin-top: 20px;
}

.header__title{
    margin: 0;
    padding: 15px 0 0 20px;
    letter-spacing: normal;
    font-size: 1em;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
}

.header__title-main{
    font-size: 2.4em;
    font-weight: bold;
    letter-spacing: -2px;
}

.header__title a{
    color: #FFFFFF;
    text-decoration: none;
}

.main{
    margin: 40px 30px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
}

.main__left{
    grid-column: 1 / 5;
}

.main__aside{
    grid-column: 5 / 7;
}

.main__aside-menu{
    padding: 20px 20px 40px;
    background: #7889db;
    border-radius: 10px;
    color: white;
}

.main__aside-menu-ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.main__aside-submenu-ul{
    padding: 10px 0px 20px 20px;
    background: none;
    list-style: circle;
}

.main__aside a{
    color: white;
}

.main__aside-bottom{
    margin-top: 50px;
    width: 100%;
}

.main__title{font-size: 2em; text-transform: lowercase}

table  {
    width: 100%;
    font-size: 9px;
}
table caption {
    text-align: right;
    margin: 5px 0 10px 0;
    font-weight: bold;
}
td {
    font-size: 9px;
    padding: 1px;
    border: 1px solid #C1C1C1;
    text-align: left;
}

th {
    font-size: 11px;
    text-align: center;
    border-bottom: 3px solid #C1C1C1;
    font-weight: bold;
}

tr.odd {
    background-color: #E2E4FF;
}

tr.even {
    background-color: white;
}


p.ueln_database {
    margin-bottom: 1.4em;
    line-height: 100%;
    overflow: hidden;
}

.ueln_database {
    padding-bottom: 0px !important;
    padding-bottom: 15px;
}

.ueln_database label {
    width: 260px;
    float: left;
    color: #060;
    font-weight: bold;
}

.dataTables_paginate {
    justify-content: center;
    display: flex;
    gap: 5px;
    margin-top: 10px;
    align-items: center;
}

.paginate_button, .paginate_active {
    padding: 5px 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

.paginate_button a {
    text-decoration: none;
    color: inherit;
}

.paginate_active {
    font-weight: bold;
    background-color: #99B3FF;
    color: white;
}


input, textarea {
    padding: 2px 5px;
    border: 1px solid #B8E0D7;
    font: normal 1em Arial, Helvetica, sans-serif;
    color: #203C36;
}

label {
    width: 100px;
    float: left;
}

#footer {
    clear: both;
    padding: 40px 0;
    background: #696B60  repeat-x;
    text-align: center;
    color: white;
}