body {
    margin: 0px;
    direction: rtl;
}

#app_header {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 27px;
    z-index: 998;
    font-family: b_mitra;
    text-align: right;
    padding: 11px;
    text-align: center;
    background: #24a459;
    color: white;
}

#app_header_title {
    font-size: 2em;
    line-height: 0.7em;
}

#app_header_open_menu {
    float: right;
}

#app_header_share {
    float: left;
}

#app_header_share img,
#app_header_open_menu img,
#app_sidebar_control img {
    width: 27px;
    vertical-align: top;
    border-radius: 5px;
}

#app_sidebar_control {
    border-bottom: solid 1px #12713e;
    color: white;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 26px;
    padding: 11px;
}

#app_content {
    position: fixed;
    top: 50px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 998;
    text-align: center;
    padding: 10px;
    font-family: b_mitra;
    background: #ecf0f1;
}

#app_sidebar_wrapper,
#app_content_wrapper {
    margin: 5px 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow: hidden;
}

#app_sidebar_wrapper {
    top: 48px;
}

#app_content_wrapper {
    margin: 10px 0px 10px 5px;
}

#app_content_scroll {
    padding: 0px 15px 10px 10px;
}

#app_sidebar {
    border-left: solid 1px #12713e;
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 230px;
    background: #0e6034;
    z-index: 999;
    text-align: center;
    padding: 5px;
    font-family: b_mitra;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translate3d(255px, 0, 0);
    -moz-transform: translate3d(255px, 0, 0);
    -ms-transform: translate3d(255px, 0, 0);
    transform: translate3d(255px, 0, 0);
}

.sidebar_open {
    -webkit-transform: translate3d(1px, 0, 0)!important;
    -moz-transform: translate3d(1px, 0, 0)!important;
    -ms-transform: translate3d(1px, 0, 0)!important;
    transform: translate3d(1px, 0, 0)!important;
}

#app_splash {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: #24a459;
    color: white;
    z-index: 999;
    opacity: 1;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: b_mitra;
    background-image: url('../img/background.jpg');
}

#app_splash img {
    position: fixed;
    max-width: 100%;
    left: 0px;
    top: 0px;
}
/*
#app_splash div {
    display: table-cell;
    vertical-align: middle;
}

#app_splash div span:first-child {
    font-size: 4em;
}

#app_splash div span:last-child {
    font-size: 1.5em;
}
*/

.app_splash_hidden {
    -webkit-transition: opacity 2s ease;
    -moz-transition: opacity 2s ease;
    -ms-transition: opacity 2s ease;
    transition: opacity 2s ease;
    opacity: 0 !important;
}

#app_sidebar span {
    display: block;
    border-bottom: solid 1px #12713e;
    color: white;
    padding: 10px 5px;
    font-size: 1.5em;
}

#app_content_scroll span {
    display: block;
    padding: 5px;
    font-size: 1.5em;
}

.app_beit_pre_note {
    padding-bottom: 20px !important;
    font-size: 1.2em !important;
}

.app_beit_post_note {
    padding-top: 20px !important;
}

.select_poem_item {
    background: rgba(255, 255, 255, 0.1);
}