/*****************************************************
******************************************************
kidsa-z/css/kids-portal/_activity-backButton.css 
Back button in header of student activities (ebooks, book builder)
******************************************************
*****************************************************/

.backButton,
.backButton:focus /* override bootstrap */ {
    background: url(../../../images/ebook_html5/btn-back-R.png) right top no-repeat;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: Chewy, sans-serif;
    font-size: 17px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    margin: 0 5px 0 20px;
    max-width: 150px;
    padding: 0 12px 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px 0 #13698a;
    vertical-align: middle;
    z-index: 400; /* above toolbar */
}
    .backButton:hover {
        background-position: right bottom;
        color: #fff;
        text-decoration: none; /* override bootstrap */
    }
.backButton:before {
    background: url(../../../images/ebook_html5/btn-back-L.png) left top no-repeat;
    content: '';
    float: left;
    height: 100%;
    margin-left: -20px;
    margin-right: -30px;
    width: 48px;
}
    .backButton:hover:before {
        background-position: left bottom;
    }
    
/* WAZ */    
.bodyWriting .backButton {
    margin: 15px 0 15px 20px;
}