/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 11, 2019, 7:40:55 PM
    Author     : abed_
*/
.prayer-footer p{

    color: #666666;
}
@media screen and (min-width: 600px) {
    .logo {
        width: 200px !important;
    }
}
@media screen and (min-width: 750px) {
    .table-responsive {
        display: inline-table;
    }
    .navbar{
        padding-top: 5px;
    }
    .logo {
        width: 300px !important;
        height: 80px;
    }

}
@media screen and (max-width: 500px) {
    .logo {
        width: 135px !important;
    }
    .prayer-footer p{
        font-size: 0.9rem !important;
        color: #666666;
    }
}
/*@media screen and (max-width: 400px) {
    .logo {
        width: 100px !important;
    }
}*/
.blue-gradient {
    color: #fff;
    background-color: #253673;
    background-image: linear-gradient(to bottom right, #253673, #3e7eae);
}
.blue-gradient-2 {
    color: #fff;
    background-color: #253673;
    background-image: linear-gradient(to bottom, #253673, #3e7eae);
}

.countdown-amount{
    font-size: 30px;
}

.card.blue-gradient{
    background-image: url('../graphics/Salah-Counter-BG.png');
}

.fixed-background{
    background-image: url('../graphics/Login-BG4.jpg');    
}

.auth-card .image-side{
    background-image: url('../graphics/Login-side-Image3.jpg');   
    background-position: center;
}

.nav-tabs .nav-link.active::before, .nav-tabs .nav-item.show .nav-link::before{
    background: #3d7dad;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    color: #3d7dad;
}

.countdown-show3 .countdown-section{
    width: 20%;
}

.countdown-show3 .countdown-section:first-child{
    margin-left: 20%;
}

@media screen and (min-width: 1400px) {
    #mainbox{
        max-width: 820px;
        margin-left:auto;
        margin-right:auto;
    }
    #fix-margin-left{
        margin-left: 247px;
    }
    #fix-margin-right{
        margin-right: 207px;
    }
}
.no-padding{
    padding-right: 0;
    padding-left: 0;
}

.no-padding h4{
    line-height: 28px;
}

input:disabled{
    background: #dddddd;
}
.hasError{
    border: solid 1px red;
}

.table td,.table th{
    padding: .25rem;
    font-size: 1rem;
}
.no-wrap{
    white-space: nowrap;
}

.card .card-body {
    padding: 0.50rem;
}

.custom-radio label{
    font-size: 0.9rem;
}

/*#app-container.menu-mobile .main-menu {
    transform: translateX(-200px);
}*/
@media (max-width: 576px){
    .mobile-nav-item{
        display: block !important;
        height: auto  !important;
    }
}
@media (max-width: 326px ) {
    .logo {
        width: 128px !important;
    }
}
@media (max-width: 280px ) {
    .fa-user:before {
        content: "\f007";
        font-size: 16px;
    }
    .fa-globe:before{
        font-size: 16px;
    }
    .logo {
        width: 118px !important;
    }
}