﻿
.arrowPacman {
    --arrow-width: 20px;
    --arrow-spacer: 4px;
    --arrow-plus-spacer: calc(var(--arrow-width) + var(--arrow-spacer));
    overflow: hidden;
    position: absolute;
    right: -0.5em;
    top: 50%;
    transform: translate(-50%, -50%);
    width: var(--arrow-plus-spacer);
}

    .arrowPacman svg {
        height: 16px;
        width: var(--arrow-width);
    }

        .arrowPacman svg:last-of-type {
            margin-left: var(--arrow-spacer);
        }

.arrowPacman-clip {
    align-items: center;
    display: flex;
    overflow: hidden;
    transform: translateX(calc(var(--arrow-plus-spacer) * -1));
    width: calc(var(--arrow-plus-spacer) + var(--arrow-width));
}

@keyframes pacman {
    to {
        transform: translateX(0);
    }
}

.show_more_position a {
    background-color: white;
    border: 2px solid #0c5a8a;
    border-radius: 15px;
    box-shadow: none;
    color: black;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    padding: 8px;
    position: relative;
    white-space: nowrap;
    margin: 10px;
}

    .show_more_position a:hover .arrowPacman-clip {
        animation-delay: 150ms;
        animation-duration: 0.8s;
        animation-name: pacman;
        animation-iteration-count: infinite;
        animation-timing-function: cubic-bezier(0.55, 0, 0.21, 1);
    }

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}




.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}






.w3-padding {
    padding: 5px 12px !important;
}

.box_min_height {
    border-radius: 5px;
    background-color: #fff;
    position: relative;
}




.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}


.col {
    flex: 1 0 0%;
}



.main_box_heading {
    background-color: #1C76A6;
    border-bottom: 1px solid #d0e7f5;
    color: #fff !important;
    font-size: 17px !important;
    letter-spacing: .02em !important;
    padding: 8px 12px !important;
}

.report_strip {
    text-decoration: none !important;
    letter-spacing: .02em !important;
    border-left: 2px solid gray !important;
}

.w3-ul li {
    padding: 10px 10px 0px 10px !important;
}

.other-box_margin {
    margin-right: 34px;
}


.other-link-box {
    padding: 10px 4px;
    text-align: center;
    border-radius: 10px;
    min-height: 5.9vw;
    /*background-color: #fff;*/
    /*box-shadow: 0 3px 5px rgb(57 63 72 / 15%);*/
}

.other-link-box-text {
    margin-top: -2px;
}

    .other-link-box-text a {
        color: #004a7e;
        font-size: 12px;
        font-weight: 500;
    }


        .other-link-box-text a:hover {
            color: #ff9800;
        }

.header {
    height: 92px !important;
}

.rep-header {
    height: 92px !important;
}


.tile-icon {
    width: 55px;
    height: 55px;
    display: flex;
    flex-shrink: 0;
    border-radius: 50%;
    margin: 5px auto 0px auto;
    justify-content: center;
    align-items: center;
    /* background: radial-gradient(50% 50% at 50% 50%, rgba(217, 217, 217, 0) 25.52%, #D9D9D9 100%); */
    background: radial-gradient(50% 50% at 50% 50%, rgba(217, 217, 217, 0) 95.31%, #D9D9D9 100%);
    box-shadow: 0 3px 5px rgb(57 63 72 / 15%);
    /* background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(209, 209, 209, 1) 100%); */
}


    .tile-icon:hover {
        background: antiquewhite;
    }


.other-link-box-text a:hover {
    text-decoration: none !important;
}

.main_box {
    height: 115px;
    margin-bottom: 10px;
    border-radius: 10px;
    transition: all 1s ease;
    background: url(../images/background_image.png) right top;
    background-color: #fff !important;
    /* background-repeat: no-repeat; */
    box-shadow: 4px 4px 10px 2px rgb(2 0 0 / 25%);
}

.point_box {
    border: 0px;
    /* border-top: 4px solid; */
    border-image-slice: 1;
    color: white;
    margin: auto;
    text-decoration: none;
}

.main-title h4 {
    margin-top: 42px;
    text-align: center;
    color: #044c75;
    font-weight: 500;
    line-height: 28px;
    margin-left: 0px;
}

    .main-title h4:hover {
        color: #1c82bd;
    }


.contact_us {
    color: #044c75;
    text-decoration: none;
}


a.contact_us:hover {
    color: #1c82bd;
    text-decoration: none !important;
}



.main-title-icon {
    align-items: center;
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    height: 60px;
    width: 60px;
    justify-content: center;
    background-color: #e1f5fe;
    box-shadow: 1px 1px 4px rgba(156, 112, 112, 0.25);
}



.icon_padding {
    padding: 35px 10px 10px 10px;
    margin-top: -10px;
}



.show_more_position {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 5px;
}

.w3-quarter img {
    margin-bottom: -6px;
    cursor: pointer
}

    .w3-quarter img:hover {
        opacity: 0.6;
        transition: 0.3s
    }

.header {
    height: 80px;
    left: 260px;
}

.rep-header {
    height: 80px;
    display: inline-block;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .2s ease;
    z-index: 4;
    position: fixed;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 275px;
    background: #003b64;
}


    .rep-header a {
        color: #fff;
    }

    .rep-header .jjmmenu {
        display: inline-flex !important;
        height: 100%;
        justify-content: flex-start;
        align-items: center;
        font-size: 1.125rem;
        color: #fff;
        text-decoration: none;
        padding-left: 1.25rem;
        font-weight: 700;
        top: 10px;
    }

.hamburger {
    display: inline-flex !important;
    left: 0px;
    position: relative;
    top: 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 37px;
    z-index: 999;
}

.national_logo {
    position: absolute;
    font-size: 15px;
    top: 5px;
    padding-left: 10px;
}

.header-left {
    height: 100%;
    display: flex;
    align-items: center;
}

.clearfix {
    overflow: auto;
}

    .clearfix::after {
        content: "";
        clear: both;
        display: block;
    }

.h-100 {
    height: 100% !important;
}

.float-left {
    float: left !important;
}

.d-flex {
    display: flex !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.w3-h1 {
    font-size: 24px !important;
    margin-bottom: 4px;
}

.w3-h2 {
    font-size: 12px;
    color: #014e83;
    font-weight: 400;
}

a.w3-logo {
    padding: 0px 10px;
    border-right: 1px solid #0000001c;
}

.w3-button:hover {
    color: #ffffff !important;
    background-color: #3675D3 !important;
}

.Menuitem {
    background-color: #f4f4f4 !important;
    color: black;
}

.footer {
    padding: 10px;
    left: 0;
    bottom: 0;
    z-index:1111;
    background-color: #003b64 !important;
    color: #ffffff;
}

tr.w3-highlighted td {
    background: #2396d3;
    color: #fff !important;
}

    tr.w3-highlighted td a {
        color: #fff !important;
    }

.SelectedParameter {
    display: none;
    font-weight: bold;
    text-align: left;
}

.w3-ul li {
    border-bottom: 0px solid #ddd;
}

.w3-top-mob {
    position: fixed;
    width: 100%;
    z-index: 1 !important;
    background-color: #fff;
}


.text-center {
    text-align: center !important;
}

.form-block {
    background: #fff;
    padding: 40px;
    max-width: 500px;
    -webkit-box-shadow: 4px 4px 10px 2px rgb(2 0 0 / 25%);
    box-shadow: 4px 4px 10px 2px rgb(2 0 0 / 25%);
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.show_more_position a,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.show_more_position a,
input {
    overflow: visible;
}

.show_more_position a,
input,
select,
textarea,
optgroup {
    font: inherit;
    margin: 0;
}

*,
::after,
::before {
    box-sizing: border-box;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.btn-primary {
    color: #fff;
    width: 100%;
    background-color: #2397d3 !important;
    border-color: #2397d3 !important;
    display: inline-block;
    font-weight: 400;
    height: 40px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 25px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .btn-primary:hover {
        background-color: #37b7f7 !important;
        border-color: #37b7f7 !important;
    }



.forgot-pass {
    font-size: 13px;
}


.Report-btn {
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    width: 100%;
    height: 40px;
    border-radius: 25px;
    background: #fbbc05;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 0 25px; */
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .Report-btn:hover {
        background: #a41f1f;
        color: #fff !important;
        text-decoration: none !important;
    }

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.top-header_height {
    height: 100px;
}

.icon-position {
    display: flex;
    margin-left: 14%;
}


.w3-dropdown-content {
    min-width: 70%;
    left: 100px;
    top: 72px;
    font-size: 12px;
}

a.w3-bar-item.w3-button {
    border-bottom: 1px solid #003b642b;
}


.w3-dropdown-content.w3-bar-block.w3-border::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -55px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}


.icon-position-3{

    display: flex;
    position: absolute;
    right: 262px;
    /*text-align: center;*/
}

@media (min-width: 576px) {
    .d-sm-flex {
        display: flex !important;
    }
}


.w3-top-mob {
    box-shadow: 0 3px 5px rgb(57 63 72 / 15%);
}


@media screen and (min-width: 280px) and (max-width: 425px) {

    .national_logo {
        top: -9px;
        left: 107px;
        color: #003b64 !important;
    }

    .box_min_height {
        position: relative;
        background-color: #fff !important;
        min-height: 180px;
    }

    .top-header_height {
        height: 80px;
    }

    .box_min_height-2 {
        min-height: 78px;
        position: relative;
        background-color: #fff !important;

    }

    .icon-position-2 {
        display: flex;
        background:#fff;
    }

    .other-box_margin {
        margin-right: 1px !important;
        margin-left: 4px;
    }
    .tile-icon {
        width: 45px !important;
        height: 45px !important;
    }
      
        #flex {
        display: flex;
        flex-direction: column;
    }

    #first-row {
        order: 1;
    }

    #second-row {
        order: 2;
    }

    #third-row {
        order: 3;
    }

    .form-block {
        padding: 25px;
    }

    .w3-padding-small {
        padding: 0px !important;
        margin-bottom: 15px;
    }


    .contact_us {
        font-size: 13px;
        margin-left: 20px;
    }


    .main_box {
        margin-bottom: 0px;
    }

    .w3-Hd1 {
        font-size: 12px !important;
    }

    .w3-menufontsize {
        font-size: 11px !important;
    }

    .w3-MenuHdrfontsize {
        font-size: 13px !important;
    }

    .w3-ViewMore {
        font-size: 10px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 769px) {

    .box_min_height {
        position: relative;
        background-color: #fff !important;
        min-height: 200px;
    }

    /*.main_box_heading {
        min-height: 68px;
    }*/

    .min_height_link_box a {
        min-height: 30px;
        text-decoration: none !important;
    }

    .box_min_height-2 {
        min-height: 96px;
        position: relative;
        background-color: #fff !important;
    }


    .icon-position {
        display: none;
    }

    
        .w3-col.l12.m12.s12.w3-round-large.w3-card.main_box.ss {
        margin-top: 15px;
    }

    .icon-position-2 {
        display: flex;
        margin: 0 auto;
        text-align: center;
        padding: 5px 0px;
        background-color: #fff;
        justify-content: center;
    }

    #flex {
        display: flex;
        flex-direction: column;
    }

    #first-row {
        order: 1;
        padding-left: 15%
    }

    #second-row {
        order: 2;
    }

    #third-row {
        order: 3;
    }
    .w3-Hd1 {
        font-size: 14px !important;
    }

    .w3-menufontsize {
        font-size: 12px !important;
    }

    .w3-MenuHdrfontsize {
        font-size: 14px !important;
    }
    .w3-ViewMore {
        font-size: 11px !important;
    }
}



    @media only screen and (max-width: 1024px) {

       

        /*.main_box_heading {
        min-height: 68px;
    }*/

        .min_height_link_box a {
            min-height: 30px;
            text-decoration: none !important;
        }

        .box_min_height-2 {
            min-height: 78px;
            position: relative;
            border-radius: 5px;
            background-color: #fff !important;
        }

     
       

        .icon-position-2 {
            display: flex !important;
            margin: 0 auto;
            text-align: center;
            padding: 5px 0px;
            background-color: #fff;
            justify-content: center;
        }

        .main-title h4 {
            font-size: 15px;
            margin-left: 40px;
        }

        .contact_us {
            font-size: 9px;
            /*background-color: #fff;*/
            padding: 10px 0px;
        }

        .w3-Hd1 {
            font-size: 12px !important;
        }
        .w3-ViewMore {
            font-size: 11px !important;
        }
    }

    @media screen and (min-width: 1024px) {

        .other-link-box {
            min-height: 13vw;
        }

        .box_min_height {
            position: relative;
            background-color: #fff !important;
            min-height: 200px;
        }

        .other-box_margin {
            /*margin-right: 20px;*/
            margin: 0 0px;
            width: 76px;
        }
        /*.main_box_heading {
        min-height: 42px;
    }*/

      
        .box_min_height-2 {
            min-height: 78px;
            position: relative;
            background-color: #fff !important;
        }

        .min_height_link_box a {
            min-height: 30px;
            text-decoration: none !important;
        }

        .icon-position {
            display: flex;
            margin-left: 4%;
        }

        .icon-position-2 {
            display: none;
        }

   
       
      

        .main_box {
            height: 128px;
        }
        .icon_padding {
            padding: 25px 10px 10px 36px;
            margin-top: -10px;
        }
        .main-title h4 {
            font-size: 15px;
            margin-left: 22px;
            position: relative;
            top: -43px;
            line-height: 17px;
        
        }

        .w3-menufontsize {
            font-size: 11px !important;
        }

        .w3-MenuHdrfontsize {
            font-size: 12px !important;
        }
        .w3-ViewMore {
            font-size: 11px !important;
        }
    }

@media screen and (min-width: 1366px) {
    .other-link-box {
        min-height: 10vw;
    }

    .other-box_margin {
        /*margin-right: 28px;*/
        margin: 0 0px;
        width: 76px;
    }

    .main-title h4 {
        font-size: 12px;
        margin-left: 20px;
        top: 0px;
    }

    .icon_padding {
        padding: 35px 10px 10px 15px;
        margin-top: -10px;
    }

    .box_min_height {
        position: relative;
        background-color: #fff !important;
        min-height: 180px;
    }

    /*.main_box_heading {
        min-height: 42px;
    }*/

    .min_height_link_box a {
        min-height: 32px;
        text-decoration: none !important;
    }

    .main_box {
        height: 115px;
    }

    .icon-position {
        display: flex;
        margin-left: 5%;
    }

    .icon-position-2 {
        display: none;
    }

    .box_min_height-2 {
        min-height: 78px;
        position: relative;
        background-color: #fff !important;
    }

    .contact_us {
        color: #044c75;
        text-decoration: none;
        font-size: 12px;
        margin-left: 20px;
    }

    .w3-Hd1 {
        font-size: 14px !important;
    }

    .w3-menufontsize {
        font-size: 13px !important;
    }

    .w3-MenuHdrfontsize {
        font-size: 14px !important;
    }

    .w3-ViewMore {
        font-size: 11px !important;
    }
}
    @media screen and (min-width: 1440px) {
        .other-link-box {
            
            min-height: 9vw;
        }
            .other-box_margin {
            /*margin-right: 28px;*/
            margin: 0 0px;
            width: 76px;
        }
        .main-title h4 {
            font-size: 12px;
            margin-left: 20px;
            top: 0px;
        }
        .icon_padding {
            padding: 35px 10px 10px 15px;
            margin-top: -10px;
        }
        .box_min_height {
            position: relative;
            background-color: #fff !important;
            min-height: 180px;
        }

        /*.main_box_heading {
        min-height: 42px;
    }*/

        .min_height_link_box a {
            min-height: 32px;
            text-decoration: none !important;
        }
       
        .main_box {
            height: 115px;
        }

        .icon-position {
            display: flex;
            margin-left: 5%;
        }

        .icon-position-2 {
            display: none;
        }

        .box_min_height-2 {
            min-height: 78px;
            position: relative;
            background-color: #fff !important;
        }

        .contact_us {
            color: #044c75;
            text-decoration: none;
            font-size: 12px;
            margin-left: 20px;
        }
        .w3-Hd1 {
            font-size: 14px !important;
        }

        .w3-menufontsize {
            font-size: 13px !important;
        }

        .w3-MenuHdrfontsize {
            font-size: 14px !important;
        }
        .w3-ViewMore {
            font-size: 11px !important;
        }
    }


@media screen and (min-width: 1600px) {
    .other-link-box {
        min-height: 7vw;
    }

    .other-box_margin {
        /*margin-right: 28px;*/
        margin: 0 0px;
        width: 76px;
    }

    .main-title h4 {
        font-size: 12px;
        margin-left: 20px;
        top: 0px;
    }

    .icon_padding {
        padding: 35px 10px 10px 15px;
        margin-top: -10px;
    }

    .box_min_height {
        position: relative;
        background-color: #fff !important;
        min-height: 180px;
    }

    /*.main_box_heading {
        min-height: 42px;
    }*/

    .min_height_link_box a {
        min-height: 32px;
        text-decoration: none !important;
    }

    .main_box {
        height: 115px;
    }

    .icon-position {
        display: flex;
        margin-left: 5%;
    }

    .icon-position-2 {
        display: none;
    }

    .box_min_height-2 {
        min-height: 78px;
        position: relative;
        background-color: #fff !important;
    }

    .contact_us {
        color: #044c75;
        text-decoration: none;
        font-size: 12px;
        margin-left: 20px;
    }

    .w3-Hd1 {
        font-size: 14px !important;
    }

    .w3-menufontsize {
        font-size: 13px !important;
    }

    .w3-MenuHdrfontsize {
        font-size: 14px !important;
    }

    .w3-ViewMore {
        font-size: 11px !important;
    }
}

    @media screen and (min-width: 1920px) {

        .other-link-box {
            min-height: 5.9vw;
        }

        .main-title h4 {
            font-size: 15px;
            margin-left: 15px;
            top:0px;
        }

        .icon_padding {
            padding: 35px 10px 10px 15px;
            margin-top: -10px;
        }

        .box_min_height {
            position: relative;
            background-color: #fff !important;
            min-height:180px; 
        }
        .other-box_margin {
            margin: 0 0px;
            width: 99px;
        }
        /*.main_box_heading {
        min-height: 42px;
    }*/

        .main_box {
            height: 115px;
        }

        .box_min_height-2 {
            min-height: 78px;
            position: relative;
            background-color: #fff !important;
        }


        .min_height_link_box a {
            min-height: 30px;
            text-decoration: none !important;
        }

        .icon-position {
            display: flex;
            margin-left: 31%;
        }

        .icon-position-2 {
            display: none;
        }

        .contact_us {
            color: #044c75;
            text-decoration: none;
            font-size: 14px;
            margin-left: 20px;
        }

        .w3-Hd1 {
            font-size: 16px !important;
        }

        .w3-menufontsize {
            font-size: 16px !important;
        }

        .w3-MenuHdrfontsize {
            font-size: 17px !important;
        }
        .w3-ViewMore {
            font-size: 11px !important;
        }
    }




@media screen and (min-width: 1025px) and (max-width: 1232px) {

  
    .icon-position-2 {
        display: flex !important;
        margin: 0 auto;
        text-align: center;
        padding: 5px 0px;
        background-color: #fff;
        justify-content: center;
    }



}


@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .contact_us {
        font-size: 10px !important;
        /*background-color: #fff !important;*/
        padding: 10px 0px !important;
        margin-left: -30px !important;
    }


    .contact_img {
        display: none !important;
    }
}

.jjm_login_link {
    margin-right: 230px;
    margin-top: -60px;
    text-align: center;
    color: #2494d4;
}

.jjm_Dataentry_link {
    margin-right: 20px;
    margin-top: -21px;
    text-align: center;
    color: #2494d4;
}

.jjm_menu_bgimg{
    background-image: url(../images/logo-jjm_grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.jjm_foo_bgimg {
    background-image: url(../images/contacts.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    padding:5px;
}




