﻿/* Back office edit page*/
.back-office-widget {
    width: 45px;
    height: 40px;
    position: fixed;
    top: 200px;
    left: 0;
    z-index: 999;
    opacity: 0.2;
    border-left: 2px solid darkgrey;
    border-radius: 0 5px 5px 0;
    background-color: teal;
    text-align: center;
    padding: 8px 4px 8px 2px;
}

.back-office-widget:hover {
    opacity: 1;
}

.back-office-widget a {
    color: white;
    font-size: medium;
}