﻿/*This css file is for small screen only*/

    @media (max-width:700px) {
        .modalPopup {
            height: 400px !important;
        width: 350px !important;
        }
    }
.modalPopup {
    top:50px !important;
}
@media only screen and (min-width: 600px) and (max-width: 700px) {
    .container, .container-sm {
        max-width: 100% !important;
    }

    #b-accessibility .b-ministryname {
        width: 50% !important;
        float: left;
    }

    #b-accessibility .b-acc-icons {
        width: 50% !important;
        padding-top: 9px;
        text-align: right !important;
    }

    #b-header {
        max-width: 100% !important;
        height: auto !important;
    }

    .footer-bs {
        padding: 20px !important;
    }
}

@media only screen and (max-width: 700px) {
    .btnShow {
        width: 100%;
    }
    .userHeadStd {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .col6_sm {
        -ms-flex: 0 0 50%;
        flex: auto;
        max-width: 50% !important;
        width: 50% !important;
    }

    .tdHide {
        display: none !important;
    }

    .upload-button {
        position: relative;
        bottom: -45px !important;
        left: -35px !important;
        cursor: pointer;
        width: 40px !important;
        height: 40px !important;
    }

    .circular-image {
        width: 150px !important;
        height: 150px !important;
    }

    .tblClass td, .tblClass th {
        padding: .15em !important;
        border: none !important;
        font-size: 12px !important;
    }

    .h3small {
        font-size: 0.85rem !important;
    }

    .h5small {
        font-size: 1rem !important;
    }

    .form-control {
        height: auto !important;
        font-size: 0.75rem !important;
    }

    div#menu,div#menu a {
        height: 20px !important;
    }

    .tblhead {
        font-weight: bold;
        font-size: 0.75rem !important;
        text-transform: uppercase;
    }

    div#menu span {
        line-height: 15px !important;
    }

    th {
        font-size: 0.75em !important;
    }

    .h2, h2 {
        font-size: 1rem !important;
    }

    .btn {
        padding: 5px 10px!important;
        font-size: 0.75rem !important;
    }

    input[type="checkbox"] {
        width: 1em !important;
        height: 1.8em;
        padding: .5em;
        margin-top: .2em;
    }

    .btnViewImage {
        height: 30px !important;
        width: 40px !important;
    }

    td.d-block.d-md-table-cell {
        width: 100% !important;
        text-align: left;
    }

    /*th.d-md-table-head {
        padding: .25rem !important;
    }*/
    .table td, .table th {
        padding: .15rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .tblControl {
        padding: .15em !important;
        border: none !important;
        font-size: 10px !important;
    }

    .tblFund td, .tblFund th {
        font-size: 10px !important;
    }

    .colSmall {
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .col10_lg {
        /*flex: auto;*/
        max-width: 100% !important;
        width: 100% !important;
    }

    .h5small {
        font-size: 1rem !important;
    }

    .upload-button {
        position: relative;
        bottom: 70px;
        left: 90px;
        cursor: pointer;
        width: 60px !important;
        height: 60px !important;
    }    
    .btnStd {
        position: relative;
        bottom: -60px !important;
        left: -40px !important;
        width: 50px !important;
        height: 50px !important;
    }
    .circular-image {
        width: 180px !important;
        height: 180px !important;
    }

    .btnViewImage {
        height: 40px !important;
        width: 75px !important;
    }

    .col4_lg {
        -ms-flex: 0 0 83.333333%;
        flex: auto;
        max-width: 33.333333% !important;
        width: 33.333333% !important;
    }

    .col3_lg {
        -ms-flex: 0 0 25%;
        flex: auto;
        max-width: 25% !important;
        width: 25% !important;
    }

    .col2_lg {
        flex: 0 0 16.666667% !important;
        max-width: 16.666667% !important;
    }

    .col6_lg {
        -ms-flex: 0 0 50%;
        flex: auto;
        max-width: 50% !important;
        width: 50% !important;
    }

    .col12_lg {
        -ms-flex: 0 0 100%;
        flex: auto;
        max-width: 100% !important;
        width: 100% !important;
    }

    .h2, h2 {
        font-size: 1.5rem !important;
    }

    div#menu {
        height: auto !important;
    }

    .form-control {
        height: auto !important;
        font-size: 1rem !important;
    }
}

@media (min-width: 1100px) {
    .userHead {
        padding-left: 0px !important;
    }
    .txtRight {
        text-align: right;
    }
}

@media (min-width: 1400px) {
    .noPadding {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .col6 {
        -ms-flex: 0 0 50% !important;
        flex: auto !important;
        max-width: 50% !important;
        width: 50% !important;
    }

    .col12 {
        -ms-flex: 0 0 100% !important;
        flex: auto !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .col3 {
        -ms-flex: 0 0 25% !important;
        flex: auto !important;
        max-width: 25% !important;
        width: 25% !important;
    }
}

@media (min-width: 700px) and (max-width: 1024px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
    .userHeadStd {
        margin-top:0px !important;
    }
    .circular-image {
        width: 180px !important;
        height: 180px !important;
    }

    .upload-button {
        position: relative;
        bottom: -60px !important;
        left: -55px !important;
        width: 60px !important;
        height: 60px !important;
    }
    .btnStd {
        position: relative;
        bottom: -60px !important;
        left: -45px !important;
        width: 40px !important;
        height: 40px !important;
    }

    .h5small {
        font-size: 1rem !important;
    }

    .btn {
        padding: 5px 10px!important;
        font-size: 0.75rem;
    }

    .col-md-10 {
        max-width: 100% !important;
    }

    div#menu {
        height: auto !important;
    }

    .h3small {
        font-size: 1rem !important;
    }

    .col10_lg, .col_lg {
        flex: auto;
        max-width: 100% !important;
        width: 100% !important;
    }

    .col12_lg {
        -ms-flex: 0 0 100%;
        flex: auto;
        max-width: 100% !important;
        width: 100% !important;
    }

    .col6_lg {
        -ms-flex: 0 0 50%;
        flex: auto;
        max-width: 50% !important;
        width: 50% !important;
    }

    .col4_lg {
        -ms-flex: 0 0 83.333333%;
        flex: auto;
        max-width: 33.333333% !important;
        width: 33.333333% !important;
    }

    .col3_lg {
        -ms-flex: 0 0 25%;
        flex: auto;
        max-width: 25% !important;
        width: 25% !important;
    }

    .b-emblem-image {
        width: 40px;
    }

    #b-header {
        height: auto;
    }

    .form-control {
        height: auto !important;
        font-size: 0.75rem !important;
    }

    div#menu a {
        height: 20px !important;
    }

    .tblhead {
        font-weight: bold;
        font-size: 0.75rem !important;
        text-transform: uppercase;
    }

    div#menu span {
        line-height: 15px !important;
    }

    th {
        font-size: 0.75em !important;
    }

    .h2, h2 {
        font-size: 1rem !important;
    }

    .btn {
        padding: 5px 10px!important;
        font-size: 0.75rem;
    }

    input[type="checkbox"] {
        width: 1em !important;
        height: 1.8em;
        padding: .5em;
        margin-top: .2em;
    }

    .btnViewImage {
        height: 30px !important;
        width: 40px !important;
    }

    td.d-block.d-md-table-cell {
        width: 100% !important;
        text-align: left;
    }

    /*th.d-md-table-head {
        padding: .25rem !important;
    }*/
    .table td, .table th {
        padding: .15rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .tblControl {
        padding: .15em !important;
        border: none !important;
        font-size: 12px !important;
    }

    .tblClass td, .tblClass th {
        padding: .15em !important;
        border: none !important;
        font-size: 12px !important;
    }

    .tblFund td, .tblFund th {
        font-size: 14px !important;
    }

    .colSmall {
        display: none;
    }
}

@media (min-width: 700px) {
    .formlbl {
        font-size: 1rem !important;
    }

    .colTbl {
        border: 1px solid #dee2e6;
        padding: 5px;
    }

    .border_Y {
        border-top: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
        padding: 5px;
    }
    .pad0 {
        padding: 0 !important;
    }

    .noborderBottom {
        border-bottom: none;
        padding: 5px;
    }
}

@media (max-width:1000px) {
    .capsule {
        width: 100%;
    }
    .btnRole {
        width: 45px;
    }
        h3.omb_authTitle h4 {
    font-size: 1rem;
}
}

@media (max-width:600px) {
    .upload-button {
        position: relative;
        bottom: -45px !important;
        left: -35px !important;
        cursor: pointer;
        width: 40px !important;
        height: 40px !important;
    }
}

@media (max-width:1400px) {
    .fancy .ajax__tab_body {
        font-size: 1em !important;
    }

    .btn {
        padding: 5px !important;
    }
    .userHead,.userHeadStd {
        font-size:0.75rem !important;
    }
}

@media (min-width:1000px) and (max-width:1400px) {
    .btn {
        font-size: 14px !important;
    }
        h3.omb_authTitle h4 {
    font-size: 1.2rem;
}

    .tblhead, .formfees {
        font-size: 0.75em !important;
    }

    .h2small {
        font-size: 1rem !important;
    }
}

th, td {
    vertical-align: top;
}

.tblhead {
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
}

.tblFund {
    display: inline-table;
}

.upload-button {
    position: relative;
    bottom: -80px;
    left: -60px;
    cursor: pointer;
    width: 80px;
    height: 80px;
}
.btnStd {
    position: relative;
    bottom: 80px;
    left: 110px;
    cursor: pointer;
    width: 80px;
    height: 80px;
}