@import url(toolbar/settings-button.css);
@import url(toolbar/jquery.toolbars.css);
/*@import url(toolbar/bootstrap.icons.css);*/

#gc_frontend .frontend-toolbar-logo {
    display: block;
    background: url(toolbar/gcms_icon_logo_text.png) no-repeat center center;
    padding: 0;
    margin: 0;
    height: 22px;
    border-bottom: 1px solid #eee;
}

#gc_frontend .frontend-toolbar-logoff {
    background: #fff url(toolbar/gcms_icon_login.png) no-repeat 50% 3px;
    float: right;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .26), 0 1px 0 0 rgba(255, 255, 255, .15);
    opacity: 0.7;
    z-index: 2;
    display: block;
    margin: 10px 12px 1px 0;
}

#gc_frontend .frontend-toolbar-logoff:hover,
#gc_frontend .frontend-toolbar-logoff:active,
#gc_frontend .frontend-toolbar-logoff:focus {
    background: #f3f3f3 url(toolbar/gcms_icon_login.png) no-repeat 50% -57px;
    opacity: 1;
    cursor: pointer;
    z-index: 2;
    border: 1px solid #999;
}

#gc_frontend .frontend-toolbar-logoff span {
    display: none;
}

#gc_frontend.toolbar-position-topleft {
    top: 0;
    left: 0;
    -moz-border-radius-: 0 0 1em 0;
    -webkit-border-radius: 0 0 1em 0;
    border-radius: 0 0 1em 0;
    border-width: 0 3px 3px 0;
}

#gc_frontend.toolbar-position-topright {
    top: 0;
    right: 0;
    -moz-border-radius-: 0 0 0 1em;
    -webkit-border-radius: 0 0 0 1em;
    border-radius: 0 0 0 1em;
    border-width: 0 0 3px 3px;
}

#gc_frontend.toolbar-position-bottomleft {
    bottom: 0;
    left: 0;
    -moz-border-radius-: 0 1em 0 0;
    -webkit-border-radius: 0 1em 0 0;
    border-radius: 0 1em 0 0;
    border-width: 3px 3px 0 0;
}

#gc_frontend.toolbar-position-bottomright {
    bottom: 0;
    right: 0;
    -moz-border-radius-: 1em 0 0 0;
    -webkit-border-radius: 1em 0 0 0;
    border-radius: 1em 0 0 0;
    border-width: 3px 0 0 3px;
}

#gc_frontend {
    position: fixed;
    z-index: 9999;
    display: block;
    width: 130px;
    border-style: solid;
    border-color: #ccc;
    padding: 0;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgb(255, 255, 255) 48%, rgb(238, 238, 238) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(48%, rgb(255, 255, 255)), color-stop(100%, rgb(238, 238, 238)));
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 48%, rgb(238, 238, 238) 100%);
    background: -o-linear-gradient(top, rgb(255, 255, 255) 48%, rgb(238, 238, 238) 100%);
    background: -ms-linear-gradient(top, rgb(255, 255, 255) 48%, rgb(238, 238, 238) 100%);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 48%, rgb(238, 238, 238) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    -moz-box-shadow: 0 3px 3px #ccc;
    -webkit-box-shadow: 0 3px 3px #ccc;
    box-shadow: 0 3px 3px #ccc;
}

/*Page-Status*/
#gc_frontend.toolbar-page-status-90 {
    border-color: #2FBF00
}

/*Veröffentlicht*/
#gc_frontend.toolbar-page-status-0 {
    border-color: #E03835
}

/*In Bearbeitung*/