body {
background-color: #fff; 
background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png");
    overflow-x: hidden;
}
.heading_title.text-center {
    border-bottom: 1px solid #565656;
    margin-bottom: 15px; 
}
.heading_title.text-center h3 {
    margin-bottom: 8px;
} 
a#nav-home-tab {
    width: auto;
    margin-left: 12px !important;
    display: inline-block !important;
    border: 1px solid #ffffff00 !important;
    box-shadow: 0 0 9px #b5b5b5 !important;
}
.nav-tabs .nav-item {
    border: 1px solid black !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 0px !important; 
    color: black;
    padding: 5px !important;
    margin: 6px 12px !important;
    display: inline-block;
} 

.main___heading a {
    float: left;
    display: inline-block;
    margin: 0;
    line-height: 1.7;
    font-size: 13px;
    border: 1px solid #484848;
    padding: 0px 10px;
    border-radius: 5px;
    color: #323232;
    height: 26px;
    display: flex;
    text-decoration: none;
    align-items: center;
    background: #fff;
}
.main___heading a:hover {
    float: left;
    display: inline-block;
    margin: 0;
    line-height: 1.7;
    font-size: 13px;
    border: 1px solid #646464;
    padding: 0px 10px;
    border-radius: 5px;
    color: #141414;
    height: 26px;
    display: flex;
    text-decoration: none;
    align-items: center;
    background: #ffe6d0;
}
 
div#nav-home {
    opacity: 1 !important;
}



.heading_title.text-center h3 b{
    margin-bottom: 8px;
    margin-top: 12px;  
   color:#f17912;
   text-align: center;
   animation: animate 1.5s linear infinite;
 } 
  
 @keyframes animate{
   0%{
     opacity: 0;
   }
   50%{
     opacity: 0.7;
   }
   100%{
     opacity: 0;
   }
 }
 
 .nav-tabs {
    border-bottom: 1px solid #ddd;
    padding-bottom: 0px;
    margin-bottom: 13px;
    display: block;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #434343;
} 
img.arrowleftt {
    max-width: 9px;
    margin-right: 4px;
}
 




table#tableReportTable {
    width: 100%;
    position: absolute;
    left: 1.5%;
    right: 1.5%;
    width: 97% !important;
    padding-bottom: 25px;
    border: none;
}
table thead {
    position: sticky;
    top: 0px;
    color: rgb(241, 245, 179);
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    outline: 0.7px solid #555;
    border: 1.5px solid #555;
    z-index: 99999 !important;
    letter-spacing: .5px;
    color: #fff;
}
table#tableReportTable th {
    height: 23px !important;
    font-size: 12px;
    font-weight: normal !important;
}
a {
    color: #0d7cdb;
    text-decoration: none;
}


/* dgc dashboard design start */

.btn-success {
    color: #fff;
    background-color: #f17912;
    border-color: #f17912;
}
img.img-responsive.graph {
    box-shadow: 0 0 5px #000;
    margin: 12px auto;
    /*padding: 5px;*/
    max-width: 98%;
}
.tabledata111 td {
    padding: 5px;
}
a.viewdetailss {
    background: #f17912;
    padding: 2px 5px;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none; 
}
a.viewdetailss:hover {
    background: #398439;
    padding: 2px 5px;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none;  
}
table.tabledata111.tabledata11122 td {
    font-weight: 550;
}
table.tabledata111.tabledata11122 td:last-child {
    font-weight: normal;
}
.myheading1 th {
    background: #f17912;
    color: #fff !important;
    padding: 5px !important;
    text-align: center;
}

.mycontent p {
    font-size: 14px;
    color: #000 !important;
    line-height: 1.4;
    padding: 0px 10px;
    margin-top: 10px;
    text-align: justify;
}
.mycontent table#tabledata {
    margin: 15px 0;
}
ol.mulist {
    padding-left: 25px;
    text-align: justify;
    padding-right: 10px;
    color: #000;
}
ol.mulist li {
    margin-bottom: 6px;
    line-height: 1.5;
    font-size: 14px;
}
h5.h5_heading {
    font-size: 16px;
    font-weight: bold !important;
    display: block;
    color: #333;
    border-bottom: 1px dashed #616161;
    padding-bottom: 5px;
    /* text-transform: uppercase; */
    letter-spacing: .4px;
}
tbody.districtgangacomunity tr th:nth-child(5), tbody.districtgangacomunity tr td:nth-child(5) {
    display: none;
}
tbody.districtgangacomunity tr th:nth-child(2), tbody.districtgangacomunity tr td:nth-child(2) {
    display: none;
}

tbody.districtgangacomunity tr th, tbody.districtgangacomunity tr td {
    padding:5px !important; 
}
tbody.districtgangacomunity tr th {
    background: #f17912;
    color: #fff !important;
    padding: 5px !important;
    text-align: center;
}
img.downloadimg {
    max-width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    padding: 6px;
    box-shadow: 0 3px 5px #b9b7b7;
}
.box_design7 {
    background: #ffebfe !important;
}
.box_design7 table#tabledata {
    background: #ffebfe !important;
}
.box_design1 {
    background: #ddf2f5 !important;
}
.box_design3 {
    background: #05363612 !important;
}
.box_design4 {
    background: #f5e7e7 !important;
}
.box_design5 {
    background: #f3f3f3 !important;
} 
.box_design2 {
    background: #e3f1db !important;
}
/*.box_design1,.box_design2,.box_design3,.box_design4,.box_design5,.box_design6,.box_design7,.box_design2 {
    background: #c4f1ef !important;
}*/




.box_design01, .box_design01 table#tabledata  {
    background: #d4f5f7 !important;
} 
.box_design03 {
    background: #ffffff !important;
} 
.box_design07, .box_design07 table#tabledata {
    background: #ffe0fb !important;
}
.box_design07  .btn-success {
    color: #fff;
    background-color: #db68cc !important;
    border-color: #db68cc !important;
}
 
.box_design09, .box_design09 table#tabledata {
    background: #ffe0fb !important;
}
.box_design09  .btn-success {
    color: #fff;
    background-color: #363636 !important;
    border-color: #363636 !important;
}
.box_design010 {
    background: #f3f3f3 !important;
}
img.img-responsive.graph {
    box-shadow: 0 0 5px #bbb !important; 
}
.box_design010 {
    background: #d4fbf7 !important;
}
.box_design01 td {
    line-height: 1.4; 
}
.table-reponsive-12345 {
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
}
 
.box_design011, .box_design011 table#tabledata {
    background: #0b4cdd0a !important;
}
.box_design011  .btn-success {
    color: #fff;
    background-color: #0b4cddb8 !important;
    border-color: #0b4cddb8 !important;
}

.box_design012, .box_design012 table#tabledata {
    background: #ffffff !important;
    padding-bottom: 5px !important;
}
.box_design015, .box_design015 table#tabledata {
    background: #ebf1fd !important;
} 
 .box_design6 {
    background: #d1fbf4 !important;
}
.box_design61 {
    background: #f3dbf1cf !important;
}
 ul.mulist.mulist1 {
    margin-top: 20px;
}
    .box_design61 li {
        color: #000;
        width: 49%;
        display: inline-block;
        padding-left: 25px;
        margin-bottom: 7px;
        position: relative;
    }
.box_design61 li:before {
    background-image: url('../img/3008428-middle.png');
    position: absolute;
    width: 16px;
    height: 15px;
    left: 0px;
    top: 0px;
    content: '';
    background-size: 100%;
}

/* tab design */
.mytabb {
    background: #fff;
}
.nav-tabs {
    border-bottom: 0px solid #262626;
    padding-bottom: 0px;
    margin-bottom: 0;
    display: block;
    background: #60606000;
    /* text-align: center; */
    margin: 0 auto;
    max-width: 346px;
    padding: 10px 0;
}
.mytabb .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    margin-left: 7px;
}
.mytabb .nav-tabs>li.active>a, .mytabb .nav-tabs>li.active>a:focus, .mytabb .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #404040;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 10px;
    padding: 5px 15px;
}
.mytabb .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    /* border-radius: 4px 4px 0 0; */
    padding: 5px 15px;
    background: #ffe0c5;
    border-radius: 10px;
    color: #000;
}






 @media(max-width:767px)
 {
     ul.mulist.mulist1 {
    padding-left: 15px;
}
       .box_design61 li {
        color: #000;
        width: 100%;
        display: inline-block;
        padding-left: 25px;
        margin-bottom: 7px;
        position: relative;
    }
     .main___heading a {
    float: none;
    display: inline-block;
    margin: 0 auto 10px;
    line-height: 1.7;
    font-size: 13px;
    border: 1px solid #ff9132;
    padding: 0px 10px;
    border-radius: 5px;
    color: #fff;
    height: 26px;
    display: flex;
    text-decoration: none;
    align-items: center;
    background: #ff9132;
    display: block;
    width: 100% !important;
    max-width: 150px;
    line-height: 23px;
}
     .mytabb .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    margin-left: 7px;
    width: 47%;
    display: inline-block;
    text-align: center;
    box-shadow: 0 5px 5px #cfcfcf;
    border-radius: 8px;
    text-align: center;
}
    .mytabb .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    /* border-radius: 4px 4px 0 0; */
    padding: 5px 20px !important;
    background: #ffe0c5;
    border-radius: 10px;
    color: #000;
    margin: 0px;
    min-height: 50px;
}
    .container-fluid {
    padding-right: 13px;
    padding-left: 13px;
    margin-right: auto;
    margin-left: auto;
}
 }