/*
=========================================================
AKHLAS PRAYER TRACKER
Style Sheet
=========================================================
*/

html,
body{

    margin:0;
    padding:0;
    background:#f5f5f5;
    font-family:Arial,Helvetica,sans-serif;
    color:#333;

}

*{

    box-sizing:border-box;

}

/* ===================================================== */

a{

    text-decoration:none;

}

/* ===================================================== */

h1,
h2,
h3,
h4{

    margin-top:0;

}

/* ===================================================== */

.w3-card,
.w3-card-4{

    border-radius:12px;
    overflow:hidden;
    transition:.25s;

}

.w3-card:hover,
.w3-card-4:hover{

    transform:translateY(-2px);

}

/* ===================================================== */

.w3-button{

    border-radius:8px;
    transition:.2s;

}

.w3-button:hover{

    opacity:.9;

}

/* ===================================================== */

.w3-input,
.w3-select{

    border-radius:6px;

}

/* ===================================================== */

.w3-table td,
.w3-table th,
.w3-table-all td,
.w3-table-all th{

    vertical-align:middle;

}

/* ===================================================== */

.progress-bar{

    width:100%;
    height:20px;
    background:#ddd;
    border-radius:20px;
    overflow:hidden;

}

.progress-fill{

    height:20px;
    background:#4CAF50;
    transition:.4s;

}

/* ===================================================== */

.prayer-card{

    min-height:260px;

}

.prayer-icon{

    font-size:54px;

}

.prayer-time{

    color:#777;
    font-size:14px;

}

/* ===================================================== */

.stat-number{

    font-size:42px;
    font-weight:bold;

}

/* ===================================================== */

.summary-box{

    text-align:center;
    padding:15px;

}

/* ===================================================== */

.login-box{

    max-width:430px;
    margin:70px auto;

}

/* ===================================================== */

.flash-success{

    background:#dff0d8;
    color:#2f6d31;
    padding:12px;
    border-radius:6px;
    margin-bottom:15px;

}

.flash-error{

    background:#f8d7da;
    color:#842029;
    padding:12px;
    border-radius:6px;
    margin-bottom:15px;

}

/* ===================================================== */

.footer{

    margin-top:50px;
    padding:30px;
    text-align:center;
    color:#777;
    font-size:14px;

}

/* ===================================================== */

.badge{

    display:inline-block;
    padding:3px 8px;
    border-radius:20px;
    font-size:12px;

}

.badge-green{

    background:#4CAF50;
    color:#fff;

}

.badge-red{

    background:#f44336;
    color:#fff;

}

.badge-blue{

    background:#2196F3;
    color:#fff;

}

/* ===================================================== */

@media(max-width:992px){

.stat-number{

font-size:34px;

}

.prayer-card{

min-height:auto;

}

}

/* ===================================================== */

@media(max-width:600px){

body{

font-size:14px;

}

h1{

font-size:28px;

}

h2{

font-size:22px;

}

h3{

font-size:18px;

}

.w3-button{

margin-bottom:8px;

}

.w3-table-all{

font-size:13px;

}

}

/* Ultra Compact V6 */
body,.w3-small,.w3-tiny{font-size:11px!important;line-height:1.2!important}
.w3-card,.w3-card-4,.w3-panel{margin:4px 0!important;padding:6px!important;border-radius:8px!important}
.w3-button{padding:4px 8px!important;font-size:11px!important}
h1,h2,h3,h4,h5{margin:2px 0!important;line-height:1.15!important}
.progress,.progress-bar{height:8px!important}
img.prayer-icon,.prayer-icon{max-width:22px!important;max-height:22px!important}
