body {
    margin: 0;    
    padding: 0;    
    color: purple;
    font-family: Optima, sans-serif;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    background-color: #ccff33;
    background-color: #ccccff;
}
.container { 
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}
.container-padding {
    position: relative;
    padding: 10px;
}
.wrapper-pad {
    padding: 10px;
}
/* TOP PANEL */
.top-panel {
    position: fixed;
    top: 0;
    width: 100%;
    height: 38px;
    margin: 0;
    padding: 0;
    color: #4F81BD;
    color: #FFF;
    background-color: #FFF;
    background-color: purple;
    border-bottom: 2px solid #444;
    z-index: 10;
}
.pad-top-panel {
    height: 40px;
    font-size: 23px;
}
.tp-nav {
    padding: 8px;
    font-size: 23px;
}
.tp-nav a {
    color: inherit;
    text-decoration: none;
}
.tp-title {
    padding: 4px 40px;
    font-size: 20px;
    text-align: center;
}
.tp-nav-left {
    position: absolute;
    top: 0;
    left: 0;
}
.tp-nav-right {
    position: absolute;
    top: 0;
    right: 0;
}

/* LIST GROUP */
.list-group {
    display: block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.list-group li {
    position: relative;
    margin: 5px 0;
    padding: 10px;
    font-size: 16px;
    color: purple;
    background-color: #F9F9F9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.list-group li a {
    display: block;
    color: inherit;
    text-decoration: none;
}
.list-group li .group-name {}
.list-group li .group-desc {}
.list-group li .group-info {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
}

/* LIST-TILAWAH */
.list-tilawah {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-tilawah li {
    position: relative;
    margin: 3px 0;
    padding: 10px;
    color: #FFF;
    background-color: purple;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.list-tilawah li.over {
    filter:alpha(opacity=67);
    opacity:.67;
}
.list-tilawah li a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.list-tilawah-member {
    margin: 0;
    padding: 10px;
    background-color: #FFF6BF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    list-style: none;
}
.list-tilawah-member li {
    padding: 3px 0;
}

.textarea-tilawah {
    width: 100%;
    height: 500px;
    padding: 8px;
    font-family: Optima, sans-serif;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #DDD;
    resize: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* GROUP-SETTING */
.group-setting {
    margin: 5px 0;
    padding: 10px;
    background-color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* FORM-STD */
.form-std {
    margin: 0 auto;
}
.form-std > div {
    padding: 4px 10px;
}
.form-std div > label {
    /*display: block;*/
    padding: 5px;
}
.form-std input, .form-std select, .form-std textarea {
    /*display: block;*/
    /*width: 100%;*/
    padding: 8px;
    font-family: Optima, sans-serif;
    font-size: 14px;
    border: 1px solid #DDD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.form-std input[type='checkbox'] {
    display: inline-block;
    width: auto;
}
.form-std input.date, .form-std select.date {
    display: initial;
    width: auto;
}
.form-std input.date {
    width: 100px;
}
.form-std textarea {
    height: 100px;
    resize: none;
}
.form-std .image-preview img {
    max-width: 270px;
    height: auto;
    border: 1px solid #dbd9d8;
}

.form-std-block div > label {
    display: block;
}
.form-std-block input, .form-std-block select, .form-std-block textarea {
    display: block;
    width: 100%;
}

.form-setting {
    margin: 0 auto;
}
.form-setting > div {
    padding: 4px 10px;
}
.form-setting input, .form-setting select, .form-setting textarea {
    width: auto;
    padding: 8px;
    font-family: Optima, sans-serif;
    font-size: 14px;
    border: 1px solid #DDD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* FORM-LOGIN */
.login-wrapper {
    width: 300px;
    margin: 0 auto;
    padding: 30px 5px 20px;
    /*    background-color: #cccc00;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;*/
}
.form-login {
    max-width: 250px;
    margin: 0 auto;
}
.form-login div {
    padding: 6px;
}
.form-login input {
    display: block;
    width: 100%;
    padding: 10px;
    font-family: Optima, sans-serif;
    font-size: 16px;
    border: 1px solid #DDD;
    background-color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;   
}


/* MODAL */
.modal-wrapper {
    z-index: 1000;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-color: rgba(0,0,0,0.8);
    overflow: auto;
}
.modal-wrapper-no-bg {
    background: none;
}
.modal-wrapper > .modal-close-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-wrapper > .modal-close-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    color: #F9F9F9;
}
.modal-box {
    margin: 10px;
    margin-top: 50px;
    background-color: #FFF;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.modal-btn-close {
    position: absolute;
    top: -26px;
    right: 5px;
    width: 25px;
    height: 25px;
    color: #FFF;
    font-size: 22px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #555;
    cursor: pointer;
}
.modal-box a.video-detail {
    position: absolute;
    display: none;
    bottom: 5px; 
    right: 5px;
}

/* SCROLL TOP */
.scroll-top {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 5px;
    padding: 8px;
    color: #999;
    background-color: #f9f9f9;
    border: 1px solid #D7D7D7;
    filter:alpha(opacity=80);
    opacity:.8;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 101; 
}

.load-more {
    padding-top: 10px;
    color: #B7B7B7;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.load-more a {
    padding: 5px;
    color: #B7B7B7;
    text-decoration: none;
}