#exitEditMode{
    position: fixed;
    z-index: 201;
    padding: 20px;
    top: 10px;
    right: 10px;
    background-color: var(--button-color);
    color: white;
    transition: .5s;
}

#exitEditMode:hover{
    box-shadow: 1px 2px 4px rgba(0,0,0,.4);
}


.addPage i{
    color: var(--button-color);
    display: block;
    position: relative;
}

.addPage:hover{
    background-color: var(--button-color) !important;
}

.addPage:hover i{
    color: white;
}

div.pageTitle i{
    color: var(--sec-color);
    font-size: .7em;
    margin-left: 5px;
    cursor: pointer;
}

div.page-settings a.btn i{
    color: white;
    font-size: 1em;
    margin: 0px;
    padding: 5px;
}






/* Buttons */

a.btn.editElement{
    background-color: var(--sec-color);
    color: white;
    padding: 5px;
}

a.btn.top-right{
    position: absolute;
    right: 5px;
    top: 5px;
}

.page-settings{
    float: right;
    box-shadow: 1px 2px 4px rgba(0,0,0,.4);
    border-radius: 5px;
    padding: 5px;
}

.page-settings a.btn{
    margin-right: 5px;
    margin: 0px;
    padding: 5px;
    float: unset;
}

a.btn.editElement:hover{
    background-color: var(--main-color);
}

a.btn.delete{
    background-color: var(--red-button);
    color: white;
    padding: 5px;
}

.product a.btn.delete{
    width: 50px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.product a.btn.edit{
    width: 50px;
    position: absolute;
    right: 55px;
    top: 0px;
    padding: 5px;
}

a.btn.delete:hover{
    background-color: var(--red-button-hover);
    color: white;
}

.product .btn.addElement{
    background-color: var(--button-color);
    margin-top: 20px;
    width: 50%;
    margin-left: 25%;
    color: white;
    padding: 20px;
}

.product .btn.addElement:hover{
    background-color: var(--button-hover-color);
    color: white;
}


.card.entries a.btn.delete{
    margin: 5px;
    position: absolute;
    left: 0;
}


.tableAddDialog table a.btn{
    float: unset;
}

div.pageContainer .entry .btn.edit{
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: -5px;
    margin-right: 12px;
    padding: 5px;
}

div.pageContainer .entry .btn.delete{
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: -5px;
    margin-right: -15px;
}

.card-entries .btn.save{
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: -5px;
    margin-right: 45px;
    padding: 5px;
}

.category.box .btn{
    position: absolute;
    right: 0px;
    top: -12px;
    padding: 5px;
    margin: 5px;
}

.category.box .btn.edit{
    right: 25px;
}