﻿.InterVenHeight {
    height: 120px;
}

#pollSlider-button {
    float: right;
    top: 108px;
    position: fixed;
    /* right: -15.3%; */
    display: inline-block;
    font-size: 16px;
    color: #2c4dfc;
    z-index: 2 !important;
    font-family: Arial, Helvetica, sans-serif;
    padding: 6px 9px;
    border-radius: 50px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.pollSlider_opened {
    margin-right: 15% !important;
}

#pollSlider-button {
    right: 0;
    width: 270px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {

    h2 {
        font-size: 15px !important;
    }

    h3 {
        font-size: 14px !important;
    }

    html,
    body {
        font-size: 11px;
    }

    .jjmImg {
        width: 60px;
        height: 60px;
    }

    h4 {
        font-size: 15px;
    }

    .InterVenBlock {
        height: 151px !important;
    }

    .InterVenBlock-annual {
        height: 230px !important;
    }

    .InterVenBlock div {
        margin-left: 5px !important;
    }

    .InterVenBlock-annual div {
        margin-left: 5px !important;
    }

    .w3-medium {
        font-size: 11px !important;
    }

    .w3-container,
    .w3-panel {
        padding: 0.01em 5px;
    }

        img.national_emblem {
        /* height: 60px !important; */
        width: 64px !important;
    }

    .logo a span {
        line-height: 16px;
    }

    .logoheight {
        height: 55px !important;
    }

    .w3-medium {
        font-size: 11px !important;
    }

    .w3-large {
        font-size: 12px !important;
    }

    .bg-progress_card {
        background-image: url("../images/M_Award.png");
        background-position: center;
        background-size: cover;
        opacity: 1;
        z-index: -10;
    }

    .w3-small {
        font-size: 11px !important;
    }

    .jjm-search {
        width: 80%;
    }

    .w3-xlarge {
        font-size: 16px !important;
    }

    .star-icon {
        width: 13px !important;
        height: 13px !important;
    }

    .calender-1 {
        float: right;
        width: 45px;
        height: 45px;
        left: 1817px;
        top: 230px;
        border-radius: 50px;
        padding: 10px 0px;
        text-align: center;
        font-weight: 600;
        font-size: 9px;
        line-height: 15px;
        margin-right: 8px;
        color: #000;
    }



    #pollSlider-button {
        float: right;
        top: 88px;
        position: fixed;
        /* right: -15.3%; */
        display: inline-block;
        font-size: 16px;
        color: #2c4dfc;
        z-index: 2 !important;
        font-family: Arial, Helvetica, sans-serif;
        padding: 6px 9px;
        background: #F8F8F8;
        border: 0.5px solid #C1B5C2;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
        border-radius: 50px;
        transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
    }


    .seprator {
        background-color: #E14553;
    }

    .arrow-icon {
        width: 30px;
        height: 30px;
        filter: invert(0%) sepia(9%) saturate(7500%) hue-rotate(134deg) brightness(108%) contrast(93%);
        padding-right: 3px;
        margin-top: 9px;
        margin-right: 15px;
    }

    .month-right-margin {
        margin-right: 120px;
    }
}



/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {


    h2 {
        font-size: 18px !important;
    }

    html,
    body {
        font-size: 11px;
    }

    .jjmImg {
        width: 50px;
        height: 50px;
    }

    h4 {
        font-size: 15px;
    }

    .InterVenBlock {
        height: 130px !important;
    }

    .InterVenBlock-annual {
        height: 220px !important;
    }

    .bg-progress_card {
        /* The image used */
        background-image: url(../images/M_Award.png) !important;
        /* Full height */
        /*height: 300px!important;*/
        width: 100%;
        /* Center and scale the image nicely */
        background-position: center;
        /*background-repeat: no-repeat;*/
        background-size: cover;
        opacity: 1;
        z-index: -10;
    }

    .jjm-search {
        width: 80%;
    }

    .star-icon {
        width: 18px !important;
        height: 18px !important;
    }

    .calender-1 {
        float: right;
        width: 45px;
        height: 45px;
        left: 1817px;
        top: 230px;
        border-radius: 50px;
        padding: 10px 0px;
        text-align: center;
        font-weight: 600;
        font-size: 9px;
        line-height: 15px;
        margin-right: 8px;
        color: #000;
    }

    .seprator {
        background-color: #E14553;
    }

    .arrow-icon {
        width: 30px;
        height: 30px;
        filter: invert(0%) sepia(9%) saturate(7500%) hue-rotate(134deg) brightness(108%) contrast(93%);
        padding-right: 3px;
        margin-top: 9px;
        margin-right: 15px;
    }

    .month-right-margin {
        margin-right: 120px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    h2 {
        font-size: 20px !important;
    }

    html,
    body {
        font-size: 12px;
    }

    .jjmImg {
        width: 70px;
        height: 70px;
    }

    h4 {
        font-size: 16px;
    }

    .InterVenBlock {
        height: 150px !important;
    }

    .InterVenBlock-annual {
        height: 230px !important;
    }

    .bg-progress_card {
        /* The image used */
        background-image: url(../images/M_Award.png);
        /* Full height */
        /*height: 300px!important;*/
        width: 100%;
        /* Center and scale the image nicely */
        background-position: center;
        /*background-repeat: no-repeat;*/
        background-size: cover;
        opacity: 1;
        z-index: -10;
    }

    .star-icon {
        width: 18px !important;
        height: 18px !important;
    }

    .calender-1 {
        float: right;
        width: 62px;
        height: 62px;
        left: 1817px;
        top: 230px;
        border-radius: 50px;
        padding: 15px 0px;
        text-align: center;
        font-weight: 600;
        font-size: 13px;
        line-height: 15px;
        margin-right: 8px;
        color: #000;
    }

    .seprator {
        background-color: #E14553;
    }

    .arrow-icon {
        width: 40px;
        height: 40px;
        filter: invert(0%) sepia(9%) saturate(7500%) hue-rotate(134deg) brightness(108%) contrast(93%);
        padding-right: 3px;
        margin-top: 14px;
        margin-right: 15px;
    }

    .month-right-margin {
        margin-right: 150px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    h2 {
        font-size: 25px !important;
    }

    html,
    body {
        font-size: 12px;
    }

    .jjmImg {
        width: 80px;
        height: 80px;
    }

    h4 {
        font-size: 18px;
    }

    .InterVenBlock {
        height: 160px !important;
    }

    .InterVenBlock-annual {
        height: 240px !important;
    }

    .star-icon {
        width: 18px !important;
        height: 18px !important;
    }

    .calender-1 {
        float: right;
        width: 57px;
        height: 57px;
        left: 1817px;
        top: 230px;
        border-radius: 50px;
        padding: 15px 0px;
        text-align: center;
        font-weight: 600;
        font-size: 13px;
        line-height: 15px;
        margin-right: 8px;
        color: #000;
    }

    .seprator {
        background-color: #E14553;
    }

    .arrow-icon {
        width: 40px;
        height: 40px;
        filter: invert(0%) sepia(9%) saturate(7500%) hue-rotate(134deg) brightness(108%) contrast(93%);
        padding-right: 3px;
        margin-top: 14px;
        margin-right: 15px;
    }

    .month-right-margin {
        margin-right: 150px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    h2 {
        font-size: 30px !important;
    }

    html,
    body {
        font-size: 15px;
    }

    .jjmImg {
        width: 100px;
        height: 100px;
    }

    h4 {
        font-size: 20px;
    }

    .InterVenBlock {
        height: 180px !important;
    }

    .InterVenBlock-annual {
        height: 260px !important;
    }

    .logoheight {
        height: 70px !important;
    }

    .bg-progress_card {
        /* The image used */
        background-image: url(../images/D_Award.png);
        /* Full height */
        /*height: 300px!important;*/
        width: 100%;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 1;
        z-index: -10;
    }

    .jjm-search {
        width: 90%;
    }

    .star-icon {
        width: 18px !important;
        height: 18px !important;
    }

    .calender-1 {
        float: left;
        width: 62px;
        height: 62px;
        left: 1817px;
        top: 230px;
        border-radius: 50px;
        padding: 15px 0px;
        text-align: center;
        font-weight: 600;
        font-size: 13px;
        line-height: 15px;
        margin-right: 5px;
        color: #000;
    }

    .seprator {
        background-color: #E14553;
    }

    .arrow-icon {
        width: 40px;
        height: 40px;
        filter: invert(0%) sepia(9%) saturate(7500%) hue-rotate(134deg) brightness(108%) contrast(93%);
        display: none;
        padding-right: 3px;
        margin-top: 14px;
        margin-right: 15px;
    }

    .month-right-margin {
        margin-right: 150px;
    }
}

.calender-color-1 {
    background: radial-gradient(50% 50% at 50% 50%, #FFD8B6 0%, #FFC694 58.33%, #F36621 100%);
    box-shadow: 1px 1px 4px rgb(0 0 0 / 25%);
}

.calender-color-2 {
    background: radial-gradient(50% 50% at 50% 50%, #FFD8B6 0%, #FFC694 58.33%, #F36621 100%);
    box-shadow: 1px 1px 4px rgb(0 0 0 / 25%);
}

.calender-color-3 {
    background: radial-gradient(50% 50% at 50% 50%, #f8f8f8 0%, #c1b5c257 58.33%, #c1b5c2 100%);
    box-shadow: 1px 1px 4px rgb(0 0 0 / 25%);
}

.InterVenBlock {
    height: 180px;
}

.InterVenBlock-annual {
    height: 260px !important;
}

.w3-blue,
.w3-hover-blue:hover {
    color: #fff !important;
    background-color: #1471B5 !important;
}

.jjmR-table,
.jjmR-table-all {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table;
}

.jjmR-table-all {
    border: 1px solid #ccc !important;
}

    .w3-bordered tr,
    .jjmR-table-all tr {
        border-bottom: 2px solid #ccc !important;
    }

.w3-striped tbody tr:nth-child(even) {
    background-color: #E6F9FF !important;
}

.jjmR-table-all tr:nth-child(odd) {
    background-color: #fff !important;
}

.jjmR-table-all tr:nth-child(even) {
    background-color: #f1f1f1 !important;
}

.w3-hoverable tbody tr:hover,
.w3-ul.w3-hoverable li:hover {
    background-color: #ccc !important;
}

.w3-centered tr th,
.w3-centered tr td {
    text-align: center !important;
}

.jjmR-table th,
.jjmR-table-all th {
    padding: 2px 2px;
    display: table-cell;
    text-align: center;
    color: white;
    letter-spacing: 0px;
    text-align: center;
    font-weight: 500 !important;
    background-color: #003b64;
}

.jjmR-table td,
.jjmR-table-all td {
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
}

    .jjmR-table td:first-child,
    .jjmR-table-all td:first-child {
        padding-left: 8px;
    }

.logo {
    line-height: 130%;
    padding: 0px;
    margin: 0px;
    font-size: 30px;
    font-weight: 700;
}

    .logo img {
        float: left;
        padding: 0 15px 0 5px;
    }

img.national_emblem {
    height: 79px;
    /*width: 49px;*/
}

.logo a span {
    display: block;
    font-weight: 700;
    font-size: 100%;
}

.hdrlogo {
    float: right;
}

.bg {
    background: url(../images/header-bg.png) repeat;
}

.w3-border-orange,
.w3-hover-border-orange:hover {
    border-color: #b76806 !important;
}

.aspirants {
    background-color: #fee5d9 !important;
    color: black;
    min-height: 149.5px;
}

    .aspirants:hover {
        background-color: #f5d0be !important;
    }

.performance {
    background-color: #bdd7e7 !important;
    color: black;
    min-height: 149.5px;
}

    .performance:hover {
        background-color: #81bae1 !important;
    }

.achievers {
    background-color: #6baed6 !important;
    color: black;
    min-height: 149.5px;
}

    .achievers:hover {
        background-color: #70b7e1 !important;
    }

.high-achievers {
    background-color:  #3182bd !important;
    color: #000;
    min-height: 149.5px;
}

    .high-achievers:hover {
        background-color: #499ad5 !important;
    }

.leaders {
    background-color: #08519c !important;
    color: white;
    min-height: 149.5px;
}

.run_fast {
    min-height: 150px;
}

.leaders:hover {
    background-color: #1f70c3 !important;
}

/* use css by sanjjet */
.fixTableHead thead tr {
    position: sticky;
    top: -1px;
    height: 25px;
    transition: 2s;
}

.special-border {
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important
}

.border_bottom {
    border-bottom: 1px solid #d7c2c2 !important;
}

th.w3-left-align.w3-border.w3-khaki.w3-bold.w3-medium {
    position: sticky;
    top: 38px;
}

.header_fix {
    position: sticky;
    top: 0;
    z-index: 1;
}

.jjm-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .jjm-ul li {
        padding: 8px 16px;
        border-bottom: 1px solid #ddd;
    }

        .jjm-ul li:last-child {
            border-bottom: none;
        }

.jjm-no-outline {
    border-top-style: hidden !important;
    border-right-style: hidden !important;
    border-left-style: hidden !important;
    border-bottom-style: hidden !important;
    background-color: #fff;
}

    .jjm-no-outline:focus {
        outline: none;
    }

.w3-table-all tr:nth-child(even) {
    background-color: #fff;
}

.jjm-text-shadow {
    font-family: 'Cairo', sans-serif !important;
    font-weight: 900 !important;
    font-style: normal !important;
}

#myTable_graduated th.w3-left-align.w3-border.w3-khaki.w3-bold.w3-medium {
    position: sticky;
    top: 60px;
}

#myTable_Fastest_moving th.w3-left-align.w3-border.w3-khaki.w3-bold.w3-medium {
    position: sticky;
    top: 40px;
}

.se-pre-con {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.85;
    background-color: #ddd;
}

::-webkit-scrollbar {
    width: .5em;
}

::-webkit-scrollbar-button {
    background: #ccc;
}

::-webkit-scrollbar-thumb {
    background: #7D7979;
}

.award-table-opacity {
    opacity: 0.9;
}

.w3-text-blue,
.w3-hover-text-blue:hover {
    color: #2c4dfc !important;
}


.sub-heading_a {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 25px 15px;
}

.sub-heading {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 15px;
}

.incr {
    color: #18A549;
    /* color: #66ff00;*/
    text-align: center !important;
}

.decr {
    color: red;
    text-align: center !important;
}

.data {
    font-weight: 600;
    padding-top: 3%;
    height: 150px;
    text-align: center !important;
    background-color: #fff !important;
    /* background-color: #eef8fb !important; */
}

a {
    text-decoration: none !important;
}

.w3-white {
    background-color: #fff;
}

.table_height {
    min-height: 149px;
}

.divshadow {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.w3-tooltip_dashboard {
    position: relative;
    display: inline-block;
}

    .w3-tooltip_dashboard .w3-tooltiptext {
        visibility: hidden;
        width: 250px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .w3-tooltip_dashboard .w3-tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .w3-tooltip_dashboard:hover .w3-tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.jjm-tooltip_dashboard {
    position: relative;
    display: inline-block;
}

    .jjm-tooltip_dashboard .jjm-tooltiptext {
        visibility: hidden;
        width: 320px;
        background-color: #555;
        color: #fff;
        text-align: left;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -200px;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .jjm-tooltip_dashboard .jjm-tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .jjm-tooltip_dashboard:hover .jjm-tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.left_fanal {
    position: absolute;
}

    .left_fanal .image {
        height: 120px;
        margin-top: 19px;
        margin-left: 66px;
    }

.right_fanal {
    position: absolute;
}

    .right_fanal .image {
        margin-left: 271px;
        height: 120px;
        margin-top: 24px;
    }

.fame_coverage_rank {
    width: 47%;
    color: #fff;
    font-weight: 600;
    margin: 7px auto;
    border-radius: 50%;
    padding: 40px 26px;
    background-color: #bf9000;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
}

.fame_coverage_rank_blue_strip {
    width: 45%;
    padding: 2px;
    color: #fff;
    margin: 0 auto;
    margin-top: -33px;
    border-radius: 5px;
    border: 2px solid #2f528f;
    background-color: #4472c4;
}


.left_fanal_small {
    position: absolute;
}

    .left_fanal_small .image {
        height: 120px;
        margin-top: 15px;
        margin-left: 48px;
    }

.right_fanal_small {
    position: absolute;
}

    .right_fanal_small .image {
        margin-left: 240px;
        height: 120px;
        margin-top: 15px;
    }

@media (max-width:425px) and (min-width:320px) {
    /* .high-achievers{
        min-height: 485px;
    }
*/

    /* .achievers {
        min-height: 485px;
    }
*/
    .performance {
        min-height: 485px;
    }


    .aspirants {
        min-height: 485px;
    }


    #pollSlider-button {
        right: 0;
        width: 218px;
        border-radius: 50px 0px 0px 50px;
        top:620px;
    }



    .possslider_inner_box {
        width: 187px !important;
    }

    .right-arrow-position {
        position: absolute !important;
        left: 185px !important;
        z-index: 9 !important;
    }
}

.fmobile-bottom {
    padding-bottom: 15px;
}

.left-arrow-opacity {
    opacity: 0.5;
}


    .left-arrow-opacity:hover {
        opacity: 1;
    }

.possslider_inner_box {
    width: 230px;
}


.right-arrow-position {
    position: absolute;
    left: 235px;
    z-index: 9;
}
