﻿



.right {
    float: right;
}

#content {
    display: inline-block;
    width: 100%;
    min-height: 450px;

    border-color: whitesmoke;
    border-style: solid;
    border-width: 0 1px 0 1px;
}

#main-page {
    z-index: 2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.upper-header {
    height: 30px;
    background: #93827b;
    color: #fff;
}

.top-header {
    float: left;
    height: 30px;
    padding: 6px 0;
    vertical-align: middle;
}

    .top-header ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .top-header li {
        display: inline;
        margin-right: 10px;
    }

        .top-header li a {
            color: #ffffff;
            font-size: 12px;
        }

            .top-header li a:hover {
                text-decoration: none;
                color: #f6f6f6;
            }

#main-page .navbar-inverse {
    background-color: #806000;
    border-color: #806000;
}

    #main-page .navbar-inverse .navbar-nav > li > a {
        color: #ffffff;
    }

.dropdown-menu > li > a {
    padding: 8px 20px !important;
}

.font-area {
    height: 30px;
    padding: 6px 0;
    vertical-align: middle;
}

    .font-area ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .font-area ul li {
            display: inline;
            background: #ffffff;
        }

            .font-area ul li a {
                color: #000000;
                font-size: 12px;
                padding: 0px 4px;
                text-decoration: none;
                cursor: pointer;
            }



/* ================ Demo Sectiom ===================== */

.bg-daily {
    background: #fafafa;
    padding: 10px 0 10px;
}

    .bg-daily .end-part i {
        border-radius: 0%;
        width: 60px;
        padding: 17px 18px;
        background-color: #826145;
        color: #ffffff;
    }

    .bg-daily .main {
        color: #777777;
        text-decoration: none;
        cursor: pointer;
    }

.bg-sun-sign {
    background-color: #253649;
}

.sign_card {
    background-color: #eaeaea;
    border-radius: 4px;
    border-bottom: 5px solid #e5e5e5;
}

.sign_circle {
    border-radius: 0%;
    width: 60px;
    padding: 17px 18px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    top: 16px;
}

    .sign_circle i {
        color: #ffffff;
    }

.font16 {
    font-size: 14px;
    font-weight: 600;
}


.text-sun-sign {
    color: #243649;
    margin-left: 20px;
}

.font12 {
    font-size: 12px;
}

.signs_bg:hover {
    background-color: #273849;
    border-radius: 5px 5px 10px 10px;
}

    .signs_bg:hover .signs_clr {
        color: #fff;
    }

    .signs_bg:hover .signtext_clr {
        color: #e5e5e5;
    }












/* ================ End Demo Sectiom ===================== */
















/*================= Home Page Css ===================*/



.box.box-primary {
    border-top-color: #806000;
    margin-top: 20px;
}

.box.box-secondry {
    border-top-color: #806000;
    margin-top: 20px;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

    .box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
        display: inline-block;
        font-size: 18px;
        margin: 0;
        line-height: 1;
        font-weight: 600;
    }


.box-primary .box-body, .box-secondry .box-body {
    padding-bottom: 20px;
}

.marquee {
    background: #ffffff;
    overflow: hidden;
    padding: 6px;
    color: #FF0000;
    font-size: 12px;
    border-bottom: 1px solid #efefef;
}

    .marquee .marquee-start {
        overflow: hidden;
        animation: marquee 50s linear infinite;
    }


@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}


.read-more {
    text-align: right;
    padding: 0 8px 0 0;
}

    .read-more a {
        color: #f58d4d;
        text-decoration: underline;
    }


#circular {
    margin-top: 20px;
}

.search-circular {
    padding: 10px;
}

    .search-circular a {
        background: #28384a;
        color: #ffffff;
        padding: 10px;
        font-weight: 600;
        text-decoration: none;
    }

.view-circular {
    padding: 10px;
}

    .view-circular a {
        background: #28384a;
        color: #ffffff;
        padding: 10px;
        font-weight: 600;
        text-decoration: none;
    }

/*================= End Home Page Css ===================*/


/*================= Data Entry ( Block Login Section ) ===================*/


.data-enter {
    margin-top: 10px;
}

.table-color {
    background-color: #554B49;
    font-weight: 600;
    color: #ffffff;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: inherit;
    border: 0;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    background: #554b49;
    padding: 6px;
    color: #ffffff;
}

.Absolute-Center {
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .Absolute-Center.is-Responsive {
        min-width: 150px;
        max-width: 450px;
        padding: 0px;
    }


/*================= End Data Entry ( Block Login Section ) ===================*/











/*=============== Photo Gallary ===================*/

.hide-bullets {
    list-style: none;
    margin-left: -40px;
    margin-top: 20px;
}

.thumbnail {
    padding: 2px;
    cursor: pointer;
}



.contact-banner > h1 {
    font-weight: 500;
    font-size: 30px;
    color: #4e4e4d;
    font-family: 'Inconsolata', monospace;
}
/*=============== End Photo Gallary =============*/


/* ============== Start Footer Section =========== */

footer {
    padding-top: 0px;
}

.main-footer {
    background: #f6caa8;
}

    .main-footer .upper-footer .line-footer .top-menu li {
        display: inline-block;
        padding: 2px;
    }

        .main-footer .upper-footer .line-footer .top-menu li a {
            color: #333;
            text-decoration: none;
            font-size: 12px;
            font-weight: 600;
        }

.line-footer {
    text-align: center;
    padding: 10px;
}

.middle-footer {
    text-align: center;
}

.bottom-footer {
    clear: both;
    padding: 30px 0;
    text-align: center;
}

    .bottom-footer p {
        font-size: 12px;
        font-weight: 600;
    }

        .bottom-footer p span {
            border-style: groove !important;
            padding: 1px 10px 0px 10px;
            border: 1px solid rgba(0,0,0,.5);
        }


/* ============== End Footer Section =========== */







/* ============== Start Middle Report Area ============= */


.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}



.table {
    margin: 0;
}

.tabledata-head {
    vertical-align: middle !important;
}

.tdTxtbxStyle {
    width: 300px;
}

.badge-area .badge-btn {
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.05);
    box-shadow: 0 2px 2px rgba(0,0,0,.05);
    width: 100%;
    border-top: 3px solid #736762;
    white-space: normal;
}

.custom-btn {
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* IAY/PMAYG Registration */

.iay-registration {
    height: 550px;
}


.page-header {
    margin: 0;
    border-bottom: 1px solid #eee;
    clear: both;
    padding-top: 4px;
    margin-bottom: 10px;
}

    .page-header h4 {
        font-weight: 600;
        color: #806000;
        text-align: center;
    }

    .page-header h5 {
        font-weight: 600;
        margin: 0;
    }

    .page-header p {
        font-size: 14px;
        text-align: justify;
    }

.panel-body p {
    margin: 4px 0;
}

.panel-title a {
    text-decoration: none;
}

.radio-button {
    padding: 8px 0;
    margin-bottom: 14px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 4px;
}



.page-header .presentation-heading {
    margin: 2px 0px;
    font-size: 20px;
}

.presentation-list {
    padding-top: 20px;
}

    .presentation-list ul li {
        padding: 6px 0;
    }

        .presentation-list ul li a {
            text-decoration: none;
        }



/*============ ===== mid ====== ===========*/


.panel-primary > .panel-heading {
    font-weight: 900;
}

.block {
    line-height: 30px;
    vertical-align: middle;
}

.pager {
    margin: 6px 0;
    text-align: right;
}

.panel-footer {
    border-top: 1px solid #413a38;
}

.panel-primary {
    border-color: #f6f6f6;
}

.panel {
    -webkit-box-shadow: 0 8px 10px 0px rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 8px 10px 0px rgb(0 0 0 / 4%);
    box-shadow: 0 8px 10px 0px rgb(0 0 0 / 4%);
}

.panel-primary > .panel-heading {
    background-color: #746863;
    border-color: #746863;
}


.state-breadcrumb {
    padding: 12px 0;
    margin-bottom: 0px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 0px;
    font-weight: 600;
}

.form-control-border {
    display: block;
    width: 100%;
    font-weight: 700;
    height: 34px;
    padding: 6px 0px;
    font-size: small;
    line-height: 1.42857143;
    color: #000;
}

#ContentPlaceHolder1_rblBPC label {
    vertical-align: middle;
    margin: 0px 10px 5px 2px;
}


.middle-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: aliceblue;
    margin-bottom: 15px;
    font-weight: 600;
}

.textbox {
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
    outline: none;
    padding: 5px 10px;
    border-radius: 3px;
}

.bold {
    font-weight: bold;
}


/*========= FAQ =========*/

.faqHeader {
    font-size: 27px;
    margin: 20px;
}

.border-pfms-pmayg {
    border: 1px solid rgba(0,0,0,.075);
    border-radius: 20px;
    padding: 10px;
}

.emoji {
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 1px;
    margin: auto;
    width: 24px;
}

.border-pfms-pmayg p {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    font-family: serif;
}

.border-pfms-pmayg .spanred {
    font-size: 26px;
    line-height: 36px;
    color: red;
}

.border-pfms-pmayg .spanmail {
    font-size: 12px;
    line-height: 20px;
}

.border-pfms-pmayg .spanmailid {
    font-size: 16px;
    line-height: 30px;
    color: #3c763d;
}

.border-pfms-pmayg .spanred {
    animation: 1s blinker linear infinite;
    -webkit-animation: 1s blinker linear infinite;
    -moz-animation: 1s blinker linear infinite;
    vertical-align: middle;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}



.panel-title .spana {
    color: #e67536;
    font-size: 10px;
    vertical-align: middle;
}

.click-here {
    background: #f5f5f5;
    padding: 26px;
    margin-top: 10px;
    border-radius: 20px;
    border: 1px solid #ececec;
}

    .click-here p {
        padding: 22px;
    }

    .click-here a {
        text-decoration: none;
        background: #428bca;
        padding: 10px;
        color: #ffffff;
    }

/*=========End FAQ =========*/



/*=========== ===== mid ===== ============*/




/* ============== End Middle Report Area ================ */



/* ============== MIS Report Area ================ */

.mis-main {
    background: #eee;
    margin-bottom: 10px;
    height: 40px;
}

    .mis-main .breadcrumb-report {
        padding: 4px 0;
        list-style: none;
        border-radius: 4px;
        margin: 0;
    }

.breadcrumb-report > li {
    display: inline-block;
}

    .breadcrumb-report > li a {
        text-decoration: none;
    }

.breadcrumb-report > li {
    display: inline-block;
    padding: 8px 2px;
    border-radius: 0px;
    font-weight: 600;
}

.breadcrumb-report > .active {
    color: #777;
}

.breadcrumb-report > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.mis-main .pager-perort {
    list-style: none;
    text-align: right;
    padding: 4px 0;
}

.pager-perort li {
    display: inline;
}

    .pager-perort li > a, .pager-perort li > span {
        display: inline-block;
        padding: 6px 12px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 15px;
    }

    .pager-perort li > a {
        text-decoration: none;
    }

        .pager-perort li > a:hover {
            background-color: rgb(250, 250, 250);
        }

.panel-link a {
    font-size: 14px;
}

.border-zero {
    border-radius: 0 !important;
}

#divinner .panel-body {
    padding: 10px;
}

ol {
    margin: 0;
}

.btn-info-excel {
    background-color: #2A7146;
    border-color: #2A7146;
    color: #fff;
}

.btn-info-pdf {
    background-color: #DC514B;
    border-color: #DC514B;
    color: #fff;
}

.btn-info-print {
    background-color: #000000;
    border-color: #000000;
    color: #fff;
}

.btn-info-excel.focus, .btn-info-excel:focus, .btn-info-excel:hover {
    color: #eee;
    text-decoration: none;
}

.btn-info-pdf.focus, .btn-info-pdf:focus, .btn-info-pdf:hover {
    color: #eee;
    text-decoration: none;
}

.btn-info-print.focus, .btn-info-print:focus, .btn-info-print:hover {
    color: #eee;
    text-decoration: none;
}

.panel-info > .panel-heading-manual {
    color: #ffffff;
    border-color: #3379b7;
    background: linear-gradient(40deg,#195b9f,#86b0cd);
}

.table > tbody > tr.info-checked > td, .table > tbody > tr.info-checked > th, .table > tbody > tr > td.info-checked, .table > tbody > tr > th.info-checked, .table > tfoot > tr.info-checked > td, .table > tfoot > tr.info-checked > th, .table > tfoot > tr > td.info-checked, .table > tfoot > tr > th.info-checked, .table > thead > tr.info-checked > td, .table > thead > tr.info-checked > th, .table > thead > tr > td.info-checked, .table > thead > tr > th.info-checked {
    background-color: #80BFB7;
    color: #ffffff;
}

.panel-info-manual {
    border-color: #eeeeee;
}

/* ==============  End MIS Report Area ================ */






.auto-style3 {
    height: 30px;
}

.auto-style4 {
    width: 151px;
}

.form-horizontal .refesh-img {
    height: 20px;
    width: 20px;
    background-image: url(https://pmayg.nic.in/netiay/images/refreshCaptcha.png);
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 6px;
    margin-top: 6px;
    border: none;
    background-color: transparent;
    background-size: 20px;
}

.main-masterlogin {
    margin-top: 20px;
    margin-bottom: 20px;
}

.masterlogin {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.masterlogin-panel {
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    padding: 12px;
    background: linear-gradient(40deg,#206da1,#eef5f8);
}

.masterlogin-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

.main-btn {
    height: 40px;
    width: 100px;
    font-weight: 700;
    font-size: 1.3rem;
    border-radius: 2px;
    border: 0;
    text-transform: uppercase;
    word-wrap: break-word;
    cursor: pointer;
    background-color: #5cb85c;
}

/* ===========  Photo Audit Css ================*/



.middle {
    margin: 10px auto;
}

.left-panel {
    background-color: #eee;
    padding: 14px;
    border-radius: 2px;
}



.font-md {
    font-size: 12px;
}

.Mid-main-wrapper .thumbnail {
    cursor: pointer;
    border: 1px solid #ffffff !important;
    border-radius: 0px !important;
}

#thumbnail .thumbnail a {
    text-decoration: none;
}

#thumbnail .thumbnail {
    margin-bottom: 0;
    border-radius: 0px;
    padding: 4px;
    background: #f5f5f5;
}

    #thumbnail .thumbnail .caption {
        padding: 6px 0 0px 0;
        color: #333;
        text-align: center;
    }

        #thumbnail .thumbnail .caption h4 {
            font-size: 10px;
            margin: 0 0 4px 0;
            font-weight: 600;
        }

        #thumbnail .thumbnail .caption .house-label {
            font-weight: bold;
            font-size: 10px;
            text-transform: uppercase;
        }

.col-pd-2 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.style_prevu_kit {
    display: inline-block;
    width: 100%;
    margin-bottom: 0 !important;
    height: auto;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

    .style_prevu_kit:hover {
        box-shadow: 0px 13px 26px -7px rgba(0,0,0,.5);
        z-index: 2;
        width: 180px;
        -webkit-transition: all 500ms ease-in;
        -webkit-transform: scale(1.5);
        -ms-transition: all 500ms ease-in;
        -ms-transform: scale(1.5);
        -moz-transition: all 500ms ease-in;
        -moz-transform: scale(1.5);
        transition: all 500ms ease-in;
        transform: scale(1.6);
    }



.thumbnail .details {
    display: none;
}

.details {
    display: none;
}

.style_prevu_kit:hover > .details {
    position: absolute;
    background: rgba(0,0,0,.5);
    color: #fff;
    width: 100%;
    opacity: 1;
    transition: all 0.3s ease;
    text-align: center;
    z-index: 10000;
    display: block;
    left: 0;
    top: 0;
    padding: 0;
    font-size: 8px;
}

.style_prevu_kit:hover > .img-tp img {
    padding-top: 20px;
}

.bdr {
    margin-top: 2px;
    margin-bottom: 2px;
    border: 0;
    border-top: 1px solid #dddddd;
}

.thumbnail-head {
    text-align: left;
}

    .thumbnail-head h4 {
        margin: 0 0 2px 0;
        font-size: 12px;
        font-weight: 600;
        color: #000000;
        padding: 0px 0 0 15px;
    }

.bg-pt {
    background: #ffffff;
    padding: 10px 25px 10px 25px;
    display: block;
}

#legends {
    margin-bottom: 12px;
    background: #ffffff;
    padding: 4px;
    border-radius: 4px;
}

    #legends ul {
        display: inline;
        padding: 0;
        list-style-type: none;
    }

        #legends ul li {
            display: inline;
        }

.Mid-main-wrapper {
    margin-top: 10px;
}

.col-width {
    width: 10%;
    float: left;
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.caption_1 {
    text-align: center;
}

    .caption_1 .distance h4, .caption_1 .accuracy h4 {
        font-size: 10px;
        font-weight: 600;
        margin: 4px 0 2px 0;
    }

    .caption_1 .distance .dist, .caption_1 .accuracy .accur {
        font-weight: 600;
        font-size: 0.95rem;
    }

/* =========== End Photo Audit Css ================*/



/* ============= Media Query for Mobiles/Tablets ============== */


@media (max-width: 1400px) {
    .marquee {
        font-size: 11px;
    }

    .font16 {
        font-size: 12px;
        margin-left: 12px;
    }
}


@media only screen and (max-width: 1200px) {

    .font16 {
        font-size: 10px;
        margin-left: 10px;
    }

    .bg-daily .end-part i {
        border-radius: 0%;
        width: 45px;
        padding: 8px 9px;
        background-color: #826145;
        color: #ffffff;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {

    .bottom-footer p {
        font-size: 9px;
    }

    .font16 {
        font-size: 8px;
        margin-left: 0px;
    }

    .bg-daily .end-part i {
        border-radius: 0%;
        width: 30px;
        padding: 6px 7px;
        background-color: #826145;
        color: #ffffff;
    }

    .end-part .fa-2x {
        font-size: 1em;
    }
}



@media (max-width: 768px) {
    .main-footer .upper-footer .line-footer .top-menu li {
        display: inline-block;
        padding: 0;
    }

    .video-section {
        margin-top: 20px;
    }

    .top-menu {
        padding: 0;
    }

    .small-view {
        margin: 0;
    }

    #tab {
        overflow: hidden;
        height: auto;
    }



    .upper-header {
        height: 30px;
    }

    .top-header {
        height: 30px;
        text-align: center;
    }


    /*.marquee{
            display:none;
        }*/
    .home-page {
        margin: 0;
    }

    #slider-thumbs {
        display: none;
    }

    .bottom-footer p {
        font-size: 9px;
    }

    .bottom-footer {
        height: 90px;
    }

    .badge-area .badge-btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .bottom-footer {
        height: 100px;
    }

    .tdTxtbxStyle {
        width: 100%;
    }

    .upper-header {
        height: 50px;
    }

    .block {
        line-height: 16px;
    }
}




@media (min-width: 768px) {

    .video-section {
        padding-right: 0 !important;
    }
}
