

/*@import "/vendor/jquery/jquery.min.js") %>";*/

.modern-header.modern-header-white .header-nav .header-nav-wrapper:not(.scroll-to-fixed-fixed) nav {
    background: #f0f0f0;
    /*border-radius: 50px;*/
    /* box-shadow: 0px 10px 10px 0px #5d605b;*/
}

.panel {
    margin-top: 10px;
}


.anexrt {
    height: 50px;
    background-color: #0a2080cc;
    width: 40px;
    top: 50%;
    opacity: 10;
    padding: 2px;
}

.active a {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.modern-header:not(.modern-header-nav-autopadding) .menuzord-menu > li > a {
    padding: 10px 10px;
}


.menuzord-menu > li > a {
    color: #404040;
    font-size: 16px;
    font-weight: 500;
}

.font-48 {
    font-size: 35px !important;
}


.GridPager a,
.GridPager span {
    display: inline-block;
    padding: 5px 6px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #0a6c7d;
    background: #0a6c7d;
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px #0a6c7d;
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background: #0a6c7d;
    /*box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);*/
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
    border: 1px solid #0a6c7d;
}


.Notification {
    font-weight: bold;
    color: maroon;
    animation-duration: 1000ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation: blink 1200ms infinite; /* Safari and Chrome */
}

@keyframes blink {
    from {
        color: black;
    }

    to {
        color: Red;
    }
}

.footer-bottom p {
    color: white;
    font-size: 15px;
    font-weight: bold;
}

p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
    margin-bottom: 0px;
    padding: 0px;
}


.cIMG {
    width: 100%;
    height: 120px;
}

.bStringS {
    font-weight: 500 !important;
}

.hedbg {
    background-image: url('/Images/Icon/bg-1170x552.png');
}


.Loginbg {
    /* background-image: url('/Images/Icon/login-bg.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
}

.boxlogin {
    margin-top: 2%;
    margin-bottom: 2%;
    /*background-color: #d3e6b333;*/
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 10px;
    /* box-shadow: 0px 8px 10px 0px #453f3f;*/
    box-shadow: 0px 0px 0px 2px #dbdfe3;
}

/*.boxFormMain {
    margin-top: 5%;
    margin-bottom: 5%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0px 8px 10px 2px #453f3f;*/
/* box-shadow: 0px 8px 10px 2px #453f3f; */
/*}*/

.boxFormMain {
    margin-top: 5%;
    margin-bottom: 5%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    /* box-shadow: 0px 3px 3px 2px #dbdfe3;*/
    box-shadow: 1px 5px 10px 2px #b4bed1;
    /*  box-shadow: 0px 8px 10px 2px #453f3f;*/
    min-height: 610px;
}

.boxFormLogin {
    margin-top: 2%;
    margin-bottom: 0%;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0px 0px 0px 2px #e7e9eb;
    /* box-shadow: 0px 0px 0px 2px #f1e9e9;*/
}

.boxForm {
    margin-top: 1%;
    margin-bottom: 5%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0px 0px 0px 2px #e7e9eb;
}

h2.section-title {
    color: #dedede;
    font-size: 2.0em;
    font-weight: 700;
    letter-spacing: -1px;
    text-align: center;
    text-transform: uppercase;
}

.menuzord-menu ul.dropdown {
    top: 43px;
}


.sidenav {
    background-color: rgba(1, 14, 5, 0.5);
    height: 90%;
    overflow-x: hidden;
    padding-top: 60px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: 9999999;
    /*padding-left: 1%;*/
    /*padding-right: 1%;*/
}

    .sidenav .closebtn {
        font-size: 36px;
        margin: 0;
        position: absolute;
        right: 25px;
        top: 0;
    }


.SlideContent {
    margin-top: -180px;
}

@media(max-width:400px) {

    .SlideContent {
        margin-top: 10px;
    }


    .modern-header.modern-header-white .header-nav .header-nav-wrapper:not(.scroll-to-fixed-fixed) nav {
        border-radius: 0px;
    }

    .carousel img {
        height: 200px;
    }
}



.carousel-inner .item {
    border: 10px solid transparent;
    /* border-image: url(/images/border.png) 30 stretch;*/
}



.modumenuimg {
    width: 40px;
    height: 40px;
    border: 2px solid white;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 50%;
    background-color: #d4d5d8;
}

.section2 {
    color: #505050;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /*color: #060bb3;*/
    /* font-family: initial;*/
    font-size: 13px;
    font-weight: 600 !important;
    background-color: #ffffff;
    min-height: 150px;
    padding: 10px;
}

.plan-warning {
    border: 1px solid #3E628A;
    /*background-color: #3E628A;*/
    /* border-radius: 10px;*/
    box-shadow: 0px 2px 12px -3px rgba(0, 0, 0, 0.47);
    background-color: #3E70CB;
    min-height: 100px;
}

.plan-success {
    border: 1px solid #5BB85D;
    background-color: #5BB85D;
}



#page-title {
    padding: 15px 0;
    background-color: #f7de98 /*#ececec*/;
}

.breadcrumb-title h1 {
    color: #373b93;
    font-family: initial;
    font-size: 16px;
    font-weight: 600 !important;
    margin: 0px;
    /* text-transform: uppercase;*/
    font-family: 'Raleway', sans-serif;
    margin-bottom: 5px;
}

.MHImg {
    border: 2px solid;
    border-radius: 10px;
    width: 40px;
}

.RupeesInCrore {
    color: #fffbf9;
    font-weight: bold;
    font-size: xx-large;
    top: 13%;
    position: absolute;
    left: 64%;
}

.features-box-colored .shadow-icon i {
    font-size: 65px;
}

.input-group .form-control {
    height: 40px;
    top: 0px;
    left: 0px;
}

.RupeePatrakicon {
    color: #a94442;
    font-size: xx-large;
    font-weight: bold;
    left: 64%;
    position: absolute;
    top: 42%;
}
/*-------------------
    HERO SLIDER
--------------------*/
.hero-slide .carousel-inner > .item > img {
    min-width: 100% !important;
}

.hero-slide .carousel-caption {
    bottom: 50%;
    text-shadow: none;
    transform: translateY(50%);
    left: 0;
    right: 0;
    width: 1140px;
    margin: 0 auto;
    text-align: left;
}

    .hero-slide .carousel-caption h1 {
        font-size: 40px;
        line-height: 1.3em;
        font-weight: bold;
        color: #fff;
    }

    .hero-slide .carousel-caption p {
        font-size: 18px;
        color: #fff;
        font-weight: 500;
        line-height: 1.5em;
    }

.hero-slide .carousel-control.left, .hero-slide .carousel-control.right {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    background: transparent;
    cursor: pointer;
    text-shadow: none;
    border-radius: 3px;
    background: #fff;
    color: #303841;
    box-shadow: inset 0 -2px rgba(0,0,0,.1);
}



.hero-slide .carousel-control.left {
    left: -1%;
    opacity: 0;
}

.hero-slide .carousel-control.right {
    right: -1%;
    opacity: 0;
}

.hero-slide:hover .carousel-control.left, .hero-slide:hover .carousel-control.right {
    opacity: 1;
}

.hero-slide:hover .carousel-control.left {
    left: 1%;
}


.hero-slide:hover .carousel-control.right {
    right: 1%;
}


.hero-slide .carousel-indicators {
    bottom: 60px;
}

    .hero-slide .carousel-indicators li {
        border: 2px solid #ffffff;
    }

/*Media Query*/
@media screen and (max-width : 768px) {

    .hero-slide .carousel-caption h1 {
        font-size: 24px;
    }

    .hero-slide .carousel-indicators {
        bottom: 20px;
    }

    .hero-slide .carousel-caption p {
        font-size: 12px;
    }
}

.underline_img {
    background: url( "http://pai.gov.in/images/underline.png") no-repeat center;
    background-size: 100%;
    width: 20%;
    height: 2px;
    margin: 0 auto;
    /*background-image: url(/images/underline.png) no-repeat center;*/
    /* background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 6px;
    width: 5%;*/
    /* right: 4px; */
}
/*
login*/
.login-Linstruction {
    /*background: url(/Images/loginbg2.jpg);*/
    background-size: cover;
    background-position: top center;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    min-height: 500px;
    background-color: #ddd8d8;
}

.login-Rinstruction {
    background-color: #ddd8d8;
    background-size: cover;
    background-position: top center;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    min-height: 500px;
}

.login-instruction {
    background-color: #ddd8d8;
    background-size: cover;
    background-position: top center;
    min-height: 500px;
}

.inst li {
    font-size: 15px;
    /* color: #fff;*/
    margin-bottom: 10px;
    margin-left: 25px;
}

.btn-classic {
    color: #fff;
    background-color: #ef2029;
    border-color: #d86600;
    display: inline-block;
    padding: 7px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.loginborder {
    border: 1px solid #e6e6e6;
    padding: 10px 10px 0px 10px;
    border-radius: 12px;
}

.radio-inline, .checkbox-inline {
    /* position: relative; */
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}



@media (min-width: 1200px) {
    .container {
        width: 95% !important;
    }

    .navbar-toggler {
        display: none;
    }

    .PDSI {
        width: 80%;
        height: 300px !important;
    }
}

@media (min-width: 1600px) {

    .PDSI {
        width: 100%;
        height: 500px !important;
    }
}

@media (max-width: 1199px) {
    .container {
        width: 100% !important;
    }


    .PDSI {
        width: 100%;
        height: 500px !important;
    }
}


@media (max-width: 767px) {
    .container {
        width: 100% !important;
    }

    .PDSI {
        width: 100%;
        height: 150px !important;
    }
}

.AlterNateBG {
    /*background-color:#fbf9f3;*/
}

@media screen and (max-width : 768px) {

    .NRA1 {
        font-size: 20px !important;
        font-weight: bolder;
        /* color: #000080;
            text-shadow: 0px 0px rgb(0 10 10);*/
    }

    .NRA2 {
        font-size: 14px !important;
    }

    .b-acc-goi, .b-acc-ministry {
        font-size: 8px !important;
    }

    .OtherImage {
        display: none;
    }
}


@media screen and (max-width : 360px) {

    .NRA1 {
        font-size: 12px !important;
        font-weight: bolder;
        /* color: #000080;
            text-shadow: 0px 0px rgb(0 10 10);*/
    }

    .NRA2 {
        font-size: 14px !important;
    }

    .b-acc-goi, .b-acc-ministry {
        font-size: 8px !important;
    }

    .OtherImage {
        display: none;
    }
}



.NRA1 {
    font-size: 18px;
    font-weight: 1000;
    /* color: #000080;*/
    /* text-shadow: 0px 0px rgb(0 10 10);*/
    /* text-shadow: 1px 1px;*/
    /* background: -webkit-linear-gradient(28deg, #95192F,#23B67A,#FCB732,#47BFE8, #7B9B39, #FC852D,#044B79,#7B64AC,#FA3E2B 80%);*/
    /* background: -webkit-linear-gradient(#3E70CB, #C33764);*/
    /*background: -webkit-linear-gradient(228deg, #C33764, #3E70CB);*/
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #a37d7d0d;
}

.NRA2 {
    font-size: 10px;
    /* color: #000080;*/
    font-stretch: extra-expanded;
    /* text-shadow: 0px 0px rgb(0 10 10);*/
}


.NRASoft {
    font-size: 14px;
    color: #7e7e85;
    font-weight: 100;
    text-shadow: 0px 0px rgb(0 10 10);
}

.table-striped tr:hover {
    background-color: rgba(0, 0, 0, .05);
}

.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 32px Arial, sans-serif;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 3px 3px 4px 0px #cccccc;
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

    .panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
        padding-right: 15px;
        padding-left: 15px
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px
        }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px
            }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px
        }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #cff5fb;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #337ab7
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: linear-gradient(69.5deg, rgb(40, 48, 68) 2.3%, rgb(1, 179, 201) 97.6%);
        /*background-color: #dff0d8;*/
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #000000;
        /*background-color: #ffd600;*/
        background-color: #fff8dc;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

