HTML {
    position: relative;
    min-height: 100%;
}

BODY {
    margin-bottom: 60px;
    /* Margin bottom by footer height */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    /* Set the fixed height of the footer here */
    line-height: 60px;
    /* Vertically center the text there */
    background-color: #F5F5F5;
}

/*Divcrea-panelside*/
BODY {
    transition: margin-left 0.5s;
    width: 100%;
}

.divcrea-panelside {
    height: 100%;
    box-sizing: border-box;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    background-color: #FFFFFF;
    box-shadow: inset 0 0 5px 5px rgba(34, 34, 34, 0.222);
    color: #FFFFFF;
    overflow-x: hidden;
    transition: 0.5s;
    left: 0;
}

.divcrea-panelside-wrapper {
    width: 250px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

.divcrea-panelside-close {
    font-size: 34px;
    width: 30px;
    height: 30px;
    text-align: center;
    /*+placement: anchor-top-right;*/
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    /*position: fixed;*/
    /*background-color: rgba(51, 51, 51, 0.791);*/
    z-index: 1;
    line-height: 1em;
    cursor: pointer;
    color: #454545;
}

.divcrea-panelside-open {
    display: inline-block;
    color: #444444 !important;
    font-size: 32px;
    text-align: right;
    width: 24px;
    margin-top: -10px;
    cursor: pointer;
}
