body {
    margin-top: 1.5vh;
    margin-bottom: auto;
    background-color: #d1e0e0;
}
.container {
    margin-left: auto;
    margin-right: auto;
    background-color: #a4c1c1;
}
.header {
    display: table;
    width: 100%;
    height: 8vh;
    background-color: #537979;
    color: #F5F5F5;
    text-align: center;
    overflow: auto;
}
/* Vertically align the header element */
.headerElement {
    display: table-cell;
    vertical-align: middle;
}
.headerElement h1 {
    padding: 0;
    margin: 0;
}
.sidebar {
    width: 20%;
    float: left;
}
.sidebar .first-menu {
    margin-top: 10px;
    background: url(../img/dash.jpg) repeat-x left top;
}
.sidebar .collapsible-menu label {
    cursor: pointer;
    padding-left: 15px;
    display: block;
    line-height: 35px;
    text-align: left;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    background: url(../img/dash.jpg) repeat-x left bottom;
}
.sidebar .collapsible-menu label:hover {
    background-color:  #76a2a2;
}
.logo {
    vertical-align: middle;
}
.menu-content {
    overflow: hidden;
}
.menu-content ul {
    margin: 0;
    padding-left: 30px;
}
.menu-content li {
    list-style-type: none;
    height: 32px;
    line-height: 32px;
    text-align: left;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px;
    background: url(../img/dash.jpg) repeat-x left bottom;
    overflow: auto;
}
.menu-content li a {
    display: block;
    text-decoration: none;
    outline: none;
    color: #000;
}
.menu-content li:hover {
    background-color: #76a2a2;
}
input[type='radio'] {
    display: none;
}
input[type='radio']:checked + label {
    display: none;
}
input[type='radio']:not(:checked) + label + label{
    display: none;
} 
input[type='radio']:checked ~ .menu-content {
    max-height: 1000px;
    transition: 2s linear;
}
input[type='radio']:not(:checked) ~ .menu-content {
    height: 100%;
    max-height: 0;
    overflow: hidden;
}
.mainbodyFrame {
    width: 80%;
    float: right;
    /*min-height: 510px;*/
    height: 84vh;
    border-style: none;
    overflow: auto;
}
.footer {
    height: 4vh;
    background-color: #76a2a2;
    padding-top: 8px;
    color: #000;
    text-align: center;
    text-decoration: none;
    clear: both;
}
