/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.gl-btn {
    background-color: transparent;
    color: #3e276b;
    padding: 6px 13px;
    border: 1px solid #3e276b;
    border-radius: 8px;
    font-size: medium;
    width: 100%;
}

    .gl-btn:hover {
        background-color: #3e276b;
        color: #fff;
    }

.icon-info-sign {
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px;

}
.back-icon-info-text {
    background: #9FDAEE;
    border: 1px solid #2BB0D7;
}
.color-btn {
    background-color: #3e276b;
    color: #fff;
    padding: 6px 13px;
    border: 1px solid #3e276b;
    border-radius: 8px;
    font-size: medium;
    width: 100%;
}
.btn-outline-success {
    color: #fff !important;
    border-color: #3e276b;
    background-color: #3e276b !important;
}
.adhan-circle {
    /*background-image: url("/images/adhantime.png");*/
    margin-top: 96px;
    padding: 52px;
    width: 331px;
    height: 177px;
    padding-left: 67px;
    font-size: 1em;
    background-repeat: no-repeat;
    /* margin-bottom: 4px; */
    margin-left: 83px;
    color:#fff;
}

.athantimetext {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.athantimetextsmall {
    font-size: 15px;
    text-align: center;
}


*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900);

/* ******************************************************
	Expanding Search Bar - CSS Only Version
*********************************************************/
.search-box {
    width: fit-content;
    height: fit-content;
    position: relative;
}

.input-search {
    height: 35px;
    width: 35px;
    border-style: none;
   /* padding: 10px;*/
    font-size: 18px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all .5s ease-in-out;   
   /* padding-right: 40px;*/
    color: #000;
    background-color:transparent;
}

    .input-search::placeholder {
        color: rgba(255,255,255,.5);
        font-size: 18px;
        letter-spacing: 2px;
        font-weight: 100;
    }

.btn-search {
    width: 35px;
    height: 35px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    color: #ffffff;
    background-color: transparent;
    pointer-events: painted;
}

    .btn-search:focus ~ .input-search {
        width: 300px;
        border-radius: 0px;
        background-color: transparent;
        border-bottom: 1px solid rgba(255,255,255,.5);
        transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
    }

.input-search:focus {
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255,255,255,.5);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}



/* footer  */

.flexbox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchglass {
    margin-top: 2px;
    margin-left: 6px;
}

    .searchglass > h3 {
        font-weight: normal;
    }

    .searchglass > h1,
    .searchglass > h3 {
        color: white;
        margin-bottom: 15px;
        text-shadow: 0 1px #0091c2;
    }

    .searchglass > div {
        display: inline-block;
        position: relative;
        filter: drop-shadow(0 1px #0091c2);
    }

        .searchglass > div:after {
            content: "";
            background: white;
            width: 4px;
            height: 20px;
            position: absolute;
            top: 19px;
            right: -4px;
            transform: rotate(135deg);
        }

        .searchglass > div > input {
            color: white;
            font-size: 16px;
            background: transparent;
            width: 25px;
            height: 25px;
            padding: 10px;
            border: solid 3px white;
            outline: none;
            border-radius: 35px;
            transition: width 0.5s;
        }

            .searchglass > div > input::placeholder {
                color: #efefef;
                opacity: 0;
                transition: opacity 150ms ease-out;
            }

            .searchglass > div > input:focus::placeholder {
                opacity: 1;
            }

            .searchglass > div > input:focus,
            .searchglass > div > input:not(:placeholder-shown) {
                width: 250px;
            }


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    font-family: 'Montserrat' !important;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    background-color: black !important;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

@font-face {
    font-family: 'Montserrat' !important;
    src: url("/fonts/Montserrat/Montserrat-Medium.ttf");
}

@font-face {
    font-family: 'Montserrat-Regular' !important;
    src: url("/fonts/Montserrat/Montserrat-Regular.ttf");
}
@font-face {
    font-family: 'Montserrat'!important;
    src: url("/fonts/Montserrat/Montserrat-Bold.ttf");
}
@font-face {
    font-family: 'Montserrat' !important;
    src: url("/fonts/Montserrat/Montserrat-Medium.ttf");
}

body {
    /* Margin bottom by footer height */
    font-family: 'Montserrat' !important;
}

.footer {
    position: absolute;
    bottom: -58px;
    width: 100%;
    white-space: nowrap;
    line-height: 41px;
    background-color: #3d2669;
    color: #fff;
    padding-top: 27px;
    /* margin-top: 20px; */
    height: 120px !important
}
footer-copyright {
    background-color:#fff;
    color:#000;
}

.ramadan-counter {
    background-image: url(/images/ramadan-counter.png);
    padding-top: 4px;
    background-repeat: no-repeat;
    background-size: cover;
    color: black;
    text-align: center;
}
.ramadan-counter-heading {
    font-family: 'Montserrat' !important;
    align-content: center;
    font-weight: bold;
    font-size: 2rem;
    color: #737376;
    margin-top: 10px;
    padding-left:30px;
}
.ramadan-counter-lighter {
    font-family: Montserrat-Light;
    align-content: center;
    font-weight: lighter;
    font-size: 11px;
}

.ramadan-counter-number {
    font-family: bignoodle;
    align-content: center;
    font-weight: bold;
    font-size: 6rem;
}

.ramdanfont {
    font-family:'Montserrat' !important;
    font-size:20px;

}
timewedgit {
    font-family: 'Montserrat' !important;
    
}

table {
   /* width: 100%;*/
    text-align: left;
}
.my-margin {
    margin-top:60px;
}
.mob-prayer-time {
    font-size: 12px;
    float: left;
    margin: 7px 0 7px -7px;
}
.mob-change-azaan {
    margin: 7px 0 7px -7px;
    font-size: 12px;
    float:right;
}
.iqama-show-txt {
    font-weight: bold;
    text-align: right;
    font-size: 3.4em !important;
}
.sadqa-margin {
    margin-top:200px;
}
.sawab-heading {
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .table-responsive table, .table-responsive thead, .table-responsive tbody, .table-responsive tfoot, .table-responsive tr, .table-responsive th, .table-responsive td {
        display: block;
    }

        .table-responsive thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .table-responsive tfoot tr > th {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .banner-ramadan {
        background-image: url("/images/home/ramadanmuslims.png");
        /*padding-top: 30px;*/
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
        text-align: center;
        width: 100%;
        height: 53px;
    }
    .timer-background {
        padding-top: 10px;
        background-repeat: no-repeat;
        background-size: cover;
        color: black;
        height: 660px !important;
        /* text-align: center; */
    }
    .table-responsive tr {
        border: 1px solid #ccc;
    }
    .wordtime {
        margin-bottom: 20px;
        width: 100%;
        min-width: 303px !important;
        height: auto;
    }
    .table-responsive td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        white-space: normal;
        text-align: left;
        padding: 5px 10px 5px calc(50% + 10px);
    }

        .table-responsive td:before {
            content: attr(data-title);
            position: absolute;
            top: 1px;
            left: 1px;
            width: calc(50% - 20px);
            padding: 5px 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

    .transbox {
        background-color: rgba(250, 250, 250, 0.15);
        font-family: 'Montserrat' !important;
        text-align: left;
        border-radius: 8px 8px 8px 8px;
        border-style: none;
        opacity: 12;
        position: relative;
        top: 5px;
        /* left: 5px; */
        /* right: -3px; */
        /* bottom: 5px; */
        width: 300px;
        height: 370px;
        /* margin-bottom: 4px !important; */
        padding-left: 5px !important;
    }

        .transbox td {
            font-family: 'Montserrat';
            color: #fff;
            font-size: 12px;
        }
    .btn-outline-success {
        color: #3e276b;
        border-color: #3e276b;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .btn-outline-success {
        color: #3e276b !important;
        border-color: #fff;
        background-color: #fff !important;
        font-weight: bold;
        padding-top:2px;
        padding-bottom:2px;
    }
    .wordtime {
        margin-bottom: 20px;
        width: 100%;
        min-width: 500px;
        height: auto;
    }
    .banner-ramadan {
        background-image: url("/images/home/ramadanmuslims.png");
        /*padding-top: 30px;*/
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
        text-align: center;
        width: 100%;
        height: 53px;
    }
    .timer-background {
        padding-top: 10px;
        background-repeat: no-repeat;
        background-size: cover;
        color: black;
        height: 500px;
        /* text-align: center; */
    }

    .footer {
        position: absolute;
        bottom: -55px;
        width: 100%;
        white-space: nowrap;
        height: 116px !important;
        line-height: 41px;
        background-color: #3d2669;
        color: #fff;
        padding-top: 20px;
    }

    .transbox {
        background-color: rgba(250, 250, 250, 0.15);
        font-family: 'Montserrat' !important;
        text-align: left;
        border-radius: 8px 8px 8px 8px;
        border-style: none;
        opacity: 12;
        position: relative;
        top: 5px;
        /* left: 5px; */
        /* right: -3px; */
        /* bottom: 5px; */
        width: 300px;
        height: 370px;
        /* margin-bottom: 4px !important; */
        padding-left: 5px !important;
    }

        .transbox td {
            font-family: 'Montserrat';
            color: #fff;
            font-size: 12px;
        }
    .masjidPrayerTime {
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1015;
        width: 100%;
        background-color: rgba(0, 0, 0, .5);
        color: white;
        text-align: center;
        margin-bottom: 0 px;
        border-style: none;
        padding: 0px 20px 0px 20px;
        opacity: 0.8;
        height: 44px;
        margin-top:12px;
        /* vertical-align: middle; */
    }

    .navbar {
        padding:0 0 0 0;
    }

    .navbar-nav {
        margin-left: 230px;
        padding-top:22px !important;
    }


    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 13px;
    }

        .navbar-expand-sm .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand-sm .navbar-nav .nav-link {
            padding-right: 0.2rem;
            padding-left: 15px !important;
        }

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
       
        flex-basis: auto;
        float: right;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }

    .banner-ramadan {
        background-image: url("/images/home/ramadanmuslims.png");
        /*padding-top: 30px;*/
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
        text-align: center;
        width: 100%;
        height: 53px;
    }

    canvas {
        display: block;
        position: absolute;
        top: 35px;
        left: 90px !important;
        width: 150px;
    }
    .footer {
        position: absolute;
        bottom: -120px;
        width: 100%;
        white-space: nowrap;
        height: 182px !important;
        line-height: 41px;
        background-color: #3d2669;
        color: #fff;
        padding-top: 20px
    }

    h3, .h3 {
        font-size: 1.5rem !important;
    }

    .masjidPrayerTime {
        font-size: 17px;
        color: #fff;
        margin: 5px;
        /* font-family: Arial; */
        background: #3e276b;
        text-align: center;
        border-radius: 10px;
        max-width: 100%;
        height: 70px;
        /* vertical-align: middle; */
        padding: 15px 7px 1px 7px !important;
    }

    .transbox {
        background-color: rgba(250, 250, 250, 0.15);
        font-family: 'Montserrat' !important;
        text-align: left;
        border-radius: 8px 8px 8px 8px;
        border-style: none;
        opacity: 12;
        position: relative;
        top: 5px;
        /* left: 5px; */
        /* right: -3px; */
        /* bottom: 5px; */
        width: 290px !important;
        height: 370px;
        /* margin-bottom: 4px !important; */
        padding-left: 5px !important;
    }

        .transbox td {
            font-family: 'Montserrat';
            color: #fff;
            font-size: 12px;
        }
    .adhan-circle {
       /* background-image: url("/images/adhantime.png"); */
        margin-top: 25px;
        padding: 52px;
        width: 262px;
        height: 156px;
        padding-left: 4px;
        font-size: 15px;
        background-repeat: no-repeat;
        margin-bottom: 4px;
        margin-left: 70px;
    }

    .athantimetext {
        font-size: 18px;
        text-align: center;
        font-weight: bold;
    }

    .athantimetextsmall {
        font-size: 15px;
        text-align: center;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) {

    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }

    .banner-ramadan {
        background-image: url("/images/home/ramadanmuslims.png");
        /*padding-top: 30px;*/
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
        text-align: center;
        width: 100%;
        height: 53px;
    }

    .footer {
        position: absolute;
        bottom: -120px;
        width: 100%;
        white-space: nowrap;
        height: 182px !important;
        line-height: 41px;
        background-color: #3d2669;
        color: #fff;
        padding-top: 20px
    }

    h3, .h3 {
        font-size: 1.5rem !important;
    }

    .masjidPrayerTime {
        font-size: 17px;
        color: #fff;
        margin: 5px;
        /* font-family: Arial; */
        background: #3e276b;
        text-align: center;
        border-radius: 10px;
        max-width: 100%;
        height: 70px;
        /* vertical-align: middle; */
        padding: 15px 7px 1px 7px !important;
    }

    .adhan-circle {
       
        margin-top: 25px;
        padding: 52px;
        width: 262px;
        height: 156px;
        padding-left: 4px;
        font-size: 15px;
        background-repeat: no-repeat;
        margin-bottom: 4px;
        margin-left: 70px;
    }

    .athantimetext {
        font-size: 18px;
        text-align: center;
        font-weight: bold;
    }

    .athantimetextsmall {
        font-size: 15px;
        text-align: center;
    }
}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {

    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }

    .banner-ramadan {
        background-image: url("/fonts/images/home/ramadanmuslims.png");
        /*padding-top: 30px;*/
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
        text-align: center;
        width: 100%;
        height: 53px;
    }

    .footer {
        position: absolute;
        bottom: -120px;
        width: 100%;
        white-space: nowrap;
        height: 182px !important;
        line-height: 41px;
        background-color: #3d2669;
        color: #fff;
        padding-top: 20px
    }

    h3, .h3 {
        font-size: 1.5rem !important;
    }

    .masjidPrayerTime {
        font-size: 17px;
        color: #fff;
        margin: 5px;
        /* font-family: Arial; */
        background: #3e276b;
        text-align: center;
        border-radius: 10px;
        max-width: 100%;
        height: 70px;
        /* vertical-align: middle; */
        padding: 15px 7px 1px 7px !important;
    }

    .adhan-circle {
        /* background-image: url("/images/adhantime.png"); */
        margin-top: 25px;
        padding: 52px;
        width: 262px;
        height: 156px;
        padding-left: 4px;
        font-size: 15px;
        background-repeat: no-repeat;
        margin-bottom: 4px;
        margin-left: 65px;
    }

    .athantimetext {
        font-size: 18px;
        text-align: center;
        font-weight: bold;
    }

    .widgest-font {
        font-family: 'Montserrat' !important;
    }

    .athantimetextsmall {
        font-size: 15px;
        text-align: center;
    }

    canvas {
        display: block;
        position: absolute;
        top: 8px !important;
        left: 22% !important;
        width: 210px !important;
    }
}
/*============= INSIDE table============*/

.error
{
    color:#f60808;
}

/*=============== Share Modal ============*/

button[data-sharer="twitter"] {
    background-color: #00aced;
    border-radius: 50%;
    border: none;
}

button[data-sharer="facebook"] {
    background-color: #3b5998;
    border-radius: 50%;
    border: none;
}

button[data-sharer="linkedin"] {
    background-color: #007AB5;
    border-radius: 50%;
    border: none;
}

button[data-sharer="googleplus"] {
    background-color: #DD4C39;
    border-radius: 50%;
    border: none;
}

button[data-sharer="email"] {
    background-color: #444;
    border-radius: 50%;
    border: none;
}

button[data-sharer="whatsapp"] {
    background-color: #4DC247;
    border-radius: 50%;
    border: none;
}

button[data-sharer="telegram"] {
    background-color: #34ADE1;
    border-radius: 50%;
    border: none;
}

button[data-sharer="viber"] {
    background-color: #7C529E;
    border-radius: 50%;
    border: none;
}

button[data-sharer="pinterest"] {
    background-color: #CB2029;
    border-radius: 50%;
    border: none;
}

button[data-sharer="tumblr"] {
    background-color: #32506d;
    border-radius: 50%;
    border: none;
}

button[data-sharer="hackernews"] {
    background-color: #FF6700;
    border-radius: 50%;
    border: none;
}

button[data-sharer="reddit"] {
    background-color: #CEE3F8;
    border-radius: 50%;
    border: none;
}

button[data-sharer="vk"] {
    background-color: #45668E;
    border-radius: 50%;
    border: none;
}

button[data-sharer="buffer"] {
    background-color: #46ABED;
    border-radius: 50%;
    border: none;
}

button[data-sharer="xing"] {
    background-color: #006464;
    border-radius: 50%;
    border: none;
}

button[data-sharer="line"] {
    background-color: #1DCD00;
    border-radius: 50%;
    border: none;
}

button[data-sharer="digg"] {
    background-color: #1B568E;
    border-radius: 50%;
    border: none;
}

button[data-sharer="pocket"] {
    background-color: #EE4056;
    border-radius: 50%;
    border: none;
}

button[data-sharer="stumbleupon"] {
    background-color: #EB4924;
    border-radius: 50%;
    border: none;
}

button[data-sharer="flipboard"] {
    background-color: #E02828;
    border-radius: 50%;
    border: none;
}

button[data-sharer="weibo"] {
    background-color: #E6162D;
    border-radius: 50%;
    border: none;
}

button[data-sharer="renren"] {
    background-color: #005EAC;
    border-radius: 50%;
    border: none;
}

button[data-sharer="myspace"] {
    background-color: #111;
    border-radius: 50%;
    border: none;
}

button[data-sharer="blogger"] {
    background-color: #EB8104;
    border-radius: 50%;
    border: none;
}

button[data-sharer="baidu"] {
    background-color: #2319DC;
    border-radius: 50%;
    border: none;
}

button[data-sharer="okru"] {
    background-color: #EE8208;
    border-radius: 50%;
    border: none;
}

button[data-sharer="trello"] {
    background-color: #00aced;
    border-radius: 50%;
    border: none;
}

.share-color {
    font-size: 30px;
    color: #ffffff;
    padding: 5px;
}
.muslims-date {
    margin-top: 15px;
    font-size: 12px;
    float: left;
    vertical-align: middle;
    left: 20px
}
.sound-widget {
    margin: 7px 0 7px -7px;
    font-size: 12px;
    float: right;
    vertical-align: middle;
}