@import url('/layouts/barebone/css/sprite.css');
html,body {
    height:100%;
}

.card{
    margin: 4px;
}

.sidebar{
    background: white;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    min-height: 200px;
    height: 100%;
    box-shadow: -5px 0px #82e650;
}
.sidebar.left{
    background: white;
    position: fixed;
    left: 0;
    min-height: 200px;
    height: 100%;
    box-shadow: 5px 0px #82e650;
}
.sidebar-title{
    font-size: 120%;
    border-bottom: 2px solid #eee;
    box-sizing: border-box;
    padding: 8px;
    font-weight: bold;
}
.sidebar-actions{
    
}
.sidebar-action:hover{
    background: #82e650;
}
.sidebar-action{
    width: 100%;
    display: inline-block;
    clear: both;
    border: 1px solid #eee;
    margin: 0;
    padding: 6px;
    border-radius: 6px;
}
.sidebar-action-icon{
    width: 16px;
    height: 16px;
    float: left;
    
    margin: 0 4px;
}
.sidebar-action-link:hover{
    text-decoration: none;
    color: black;
}
.sidebar-action-link{
    color: black;
    float: left;
    width: 100%;
}
.sidebar-action-slideout{
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    min-height: 200px;
    z-index: 99999;
    background: white;
    box-shadow: -5px 0px #82e650;
}
.sidebar-action-slideout-title{
    font-size: 120%;
    border-bottom: 2px solid #eee;
    box-sizing: border-box;
    padding: 8px;
    font-weight: bold;
}
.sidebar-action-slideout-toolbar{
    
    border-right: 2px solid #eee;
    box-sizing: border-box;
    border-bottom: 2px solid #eee;
    padding-top: 2px;
    padding-left: 2px;
    height: 42px;
}
.slideout-toolbar-button:hover{
    background: #eee;
}
.slideout-toolbar-button{
    width: 32px;
    height: 32px;
    margin: 2px;
    border: 2px solid #eee;
    float: left;
    padding: 6px;
    border-radius: 6px;
}
.sidebar-action-slideout-close{
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 12px;
    margin-right: 10px;
    background: url('/images/cross.png') no-repeat;
}