body{
    padding: 0;
    margin: 0;
}

table th{
    text-align: left;
    padding: 5px 10px 5px 0;
    vertical-align: bottom;
    text-wrap: nowrap;
}

table td{
    padding: 5px 10px 5px 0;
    vertical-align: top;
}

img{
    width: auto !important;
    height: auto;
    max-width: 70vw;
}

.main.printable img{
    max-width: 690px !important;
}

.aspect-filter-box{
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.aspect-filter-box.inactive{
    display: none;
}

.aspect-filter{
    position: absolute;
    display: none;
    margin-left: 10px;
    z-index: 1;
}

.aspect-filter.active{
    display: inline-block;
}

.aspect-filter-box, .aspect-filter{
    padding: 5px 10px;
    background-color: #0F1A3D;
    color: white;
    border-radius: 4px;
    font-size: 12px;
}

.aspect-filter .close{
    position: absolute;
    top: 0px;
    right: 5px;
    padding: 5px;
    cursor: pointer;
    font-size: 25px;
    rotate: 45deg;
}

.aspect-filter .aspect-filter-apply{
    margin-top: 10px;
    padding: 5px 20px;
    background-color: #ffffff;
    color: #0F1A3D;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
}

.matrix-button{
    display: block;
    padding: 5px 10px;
    background-color: #0F1A3D;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 12px;
}

.feedback-button{
    float: right;
    margin-left: 5px;
}

.export-box{
    float: right;
    margin-left: 5px;
    position: relative;
}

.export-box:hover .export-options{
    display: block;
}

.export-options{
    display: none;
    position: absolute;
    left: -20px;
    background-color: #ffffff;
    border: 1px solid #889E33;
    border-top: 1px solid #ffffff;
    z-index: 1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.export-button{
    display: block;
    padding: 10px 10px;
    border-top: 1px solid #889E33;
    white-space: nowrap;
    text-decoration: none;
    color: #5a5a5a;
}

.export-button:hover{
    background-color: #f3f3f3;
    color: #889E33;
}

.main{
    display: flex;
}

.main.printable{
    display: block;
}

.main .menu{
    position: fixed;
    width: 400px;
    height: calc(100vh - 80px);
    padding: 0 0 40px 10px;
    overflow-y: scroll;
    font-size: 12px;
}

.main .menu ul{
    list-style: none;
    padding: 0;
    margin-bottom: 5px;
}

.main .menu ul li{
    margin-bottom: 5px;
}

.main .menu ul ul{
    padding-left: 15px;
}

.main .content{
    position: fixed;
    margin-left: 420px;
    padding: 0 20px 20px 20px;
    width: calc(100% - 460px);
    overflow-y: scroll;
    height: calc(100vh - 60px);
}

.main.printable .content{
    margin-left: 0px;
    width: 100%;
    height: auto;
    position: relative;
}

.main.printable .selected_values{
    padding: 0 20px 20px 20px;
}

.main .content .group{
    margin-bottom: 20px;
}

.header{
    width: calc( 100% - 20px );
    background-color: white;
    padding-top: 10px;
    padding: 10px 10px 0 10px;
    height: 30px;
}

.vsme-item{
    color: #889E33;
}

.vsme-complementary {
    color: #889E33;
}

.vsme-must {
    color: #0F1A3D;
}

.example-data-table {
    display: none;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.main.printable .content .example-data-table, .version-history .example-data-table {
    display: table;
}

.image-table th, .image-table td {
    text-align: center;
}

.version-history .example-data-table {
    margin: 0 auto;
}

.version-history{
    padding-top: 20px;
}

.main.printable .content .toggle-example-data {
    display: none;
}

.example-data-table thead tr {
    background-color: #889E33;
    color: #ffffff;
    text-align: left;
}

.example-data-table th,
.example-data-table td {
    padding: 12px 15px;
}

.example-data-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.example-data-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.example-data-table tbody tr:last-of-type {
    border-bottom: 2px solid #889E33;
}

.example-data-table .table-label {
    font-weight: bold;
}

.example-data-table.active {
    display: table;
}

.version-history{
    text-align: center;
}
