body{
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 15px;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    color: #444;
}

a{
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #777;
}
.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}
  
.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
 }
  
.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}
  
.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

/* <weight>: Use a value from 300 to 800 */

.open-sans-light {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.open-sans-regular {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}

.open-sans-medium {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}  

.open-sans-semi-bold {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}

.open-sans-bold {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}

.open-sans-extra-bold {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}


/* Header */
.info-menu{
    border-bottom: 1px solid #eee;
}

.contact-info{
    border-right: 1px solid #ccc;
    padding: 5px 15px;
}

.contact-info:last-child {
    border-right: 0 solid #ccc;
    padding-right: 0;
}

.contact-info h3 {
    color: #999999;
    margin-bottom: 3px;
    font-size: 13px;
}

.contact-info h3 i {
    padding-right: 5px;
}

.contact-info a{
    display: block;
    color: #666;
    font-size: 14px;
}

.contact-info a:hover{
    color: #3498DB;
}

.main-nav{
    background-color: #f7f7f7;
    text-align: left;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
}

.navbar-brand{
    width: 150px;
    padding-top: 0;
    padding-bottom: 0;
}

.main-nav .navbar-nav .nav-link{
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 15px;
    border-bottom: solid 2px transparent;
}

.main-nav .navbar-nav .nav-link:last-child{
    padding-right: 0;
}

.main-nav .navbar-nav .nav-link:hover{
    border-color: #3498DB;
    color: #3498DB;
}

.main-nav .navbar-nav .nav-link:last-child:hover{
    border-color: transparent;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    border-color: #3498DB;
    color: #3498DB;
}

.nav-link.active-page {
    color: orange;
}

.hamburger{
    display:none;
    flex-direction:column;
    width:30px;
    cursor:pointer;
}
   
.hamburger span{
    background: #999;
    border-radius:10px;
    height:3px;
    margin: 3px 0;
    transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
   
.hamburger span:nth-of-type(1){
    width:50%;
}
   
.hamburger span:nth-of-type(2){
    width:100%;
}
   
.hamburger span:nth-of-type(3){
    width:75%;
}

.hamburger.active-icon span:nth-of-type(1){
    transform-origin:bottom;
    transform:rotatez(45deg) translate(4px,0px)
}
   
.hamburger.active-icon span:nth-of-type(2){   
    transform-origin:top;
    transform:rotatez(-45deg)
}
   
.hamburger.active-icon span:nth-of-type(3){     
    transform-origin:bottom;
    width:50%;
    transform: translate(14px,-4px) rotatez(45deg);
}

.bg-blue{background: #BEE1E6;}
.bg-blue-light{background: #00c8da75; border: solid 1px #00bcda;}
/* .bg-blue-light{background: #D1ECFD;} */
.bg-red-light{background: #FFF3EA;}

.link-btn[type=submit]{width: auto;}
.link-btn{
    color: #101828;
    border-radius: 50px;
    padding: 14px 28px;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
}
.link-btn[type=submit]:disabled{background-color: #888; color: #fff; border-color: #999;}

.main-label{
    background: #d1e7dd;
    color: #0a3622;
    border-radius: 0.375rem;
    padding-right: .5rem;
    padding-left: .5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.inline-btn{display: inline-block;}

.link-btn-light:hover{background: #fff;}
.link-btn-dark:hover{background: #101828; color: #fff; border-color: #8c8e8e;}
.green-text{color: #006D77;}
.red-text{color: #E29578;}

.text-heading-1 {
    font-size: 36px;
    line-height: normal;
}
.color-gray-900{color: #101828}

.sidebar{
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0px 45px 80px rgb(0 0 0 / 4%);
}

.ex_menu{margin: 0; padding: 0;}
.ex_menu li{margin-bottom: 1rem; list-style: none;}
.ex_menu li a i{margin-right: 5px; color: #101828;}


.dept-members{margin: 0; padding: 0; list-style: none;}
.dept-members li{margin-bottom: 20px;}
.dept-members li:last-child{margin-bottom: 0;}
.dept-members li span{
    color: #999999;
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 500;
}
.dept-members li h3{
    font-size: 16px;
}

.text-cj{text-align: center;}



.tced-heads h2, .tced-heads h3, .tced-heads h4{font-weight: 600;}
.tced-heads h2{font-size: 30px;}
.tced-heads h3{font-size: 22px;}
.tced-heads h4{font-size: 18px;}

.chalan-breakup .accordion-body tr td:last-child{text-align: right;}
.chalan-breakup .accordion-body tr:last-child td:last-child{font-weight:800;}


.social-item a{display: flex; flex-direction: column; text-align: center;}
.social-item a i{font-size: 35px; margin-bottom: .5rem;}

.facebook {
    color: #1877F2;
}

.instagram {
    /* background: linear-gradient(45deg, #833AB4, #C13584, #F77737, #FCB045); */
    color: #bf2d7f;
}

.whatsapp {
    color: #25D366;
}

.email {
    color: #D44638;
}


.form-left{padding: 3rem;}


.reg-tab{background:#f1f1f1;}

.reg-tab .shadow{box-shadow : 0 1rem 1.2rem rgba(0,0,0,.15) !important}

.reg-tab label {
    font-weight: 600;
    color: #666;
}



.callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    color: #055160;
    /* background-color: #dee2e6; */
    border-left: 0.25rem solid;
}


.required:after{
    content:"*";
    font-weight:bold;
    padding-left: 5px;
    color: red;
  }


.invalid {
    color: red;
}
.valid {
    color: green;
}




.user_nav{padding: 0; margin: 0; list-style: none; background: #fff; border-radius: .375rem;}

.user_nav li {
    border-bottom: 1px solid #e9ecef;
}

.user_head{
    border-bottom: 1px solid #f0f4f7;
    padding: .85rem;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    background: #e9ecef;
}
  
.user_nav li:last-child {
    border-bottom: none;
}
  
.user_nav li a {
    display: block;
    color: #93a3b5;
    padding: .85rem;
    /* font-size: 14px;
    font-weight: 400; */
    border-left: 2px solid transparent;
    margin-left: -2px;
}
  
.user_nav li a i {
    margin-right: 8px;
    font-size: 14px;
}
  
.user_nav li a:hover {
    background-color: #fafcfd;
    color: #5b9bd1;
    border-left-color: #5b9bd1;
}
  
 
.user_nav li.active a {
    color: #5b9bd1;
    background-color: #f6f9fb;
    border-left-color: #5b9bd1;
}


.srch-form{width: 40%;}
table.dataTable{border-collapse: collapse !important;}


.paging_simple_numbers .pagination{justify-content: flex-end;}
.paging_simple_numbers .pagination .paginate_button a{
    position: relative;
    display: block;
    /* padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x); */
    padding: .175rem .5rem;
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.paging_simple_numbers .pagination .paginate_button:first-child a {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.paging_simple_numbers .pagination .paginate_button:last-child a {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.paging_simple_numbers .pagination .paginate_button.disabled a {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
}

.paging_simple_numbers .pagination .paginate_button.active a{
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
}


footer{
    /* background: #151515; */
    background: #222;
    color: #fff;
    padding: 1.5rem 0;
}

footer h3{font-size: 14px; margin-bottom: 1.5rem;}
footer p{font-size: 13px;}
.footer-links{
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #fff;
}

.footer-links:hover{color: #fff;}
footer .contact-dets{margin: 0; padding: 0; list-style: none;}
footer .contact-dets li{padding-top: 5px;}
footer .contact-dets li i{margin-right: 8px; font-size: 12px;}
footer .contact-dets li:hover i{color:#3498DB}
footer .contact-dets li a{color: #fff; font-size: 13px;}

.copyright{font-size: 12px; margin-top: 1.5rem;}

#loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}
#bulb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    margin: auto; 
}

#bulb img{
    position: relative;
    left: -15px;
}

#bulb span{
    font-weight: 600;
    animation: flash 1s infinite;
}

@keyframes flash {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}


table.restables-clone {
    display: none;
}

@media (max-width: 991px) {
    table.restables-origin {
        display: none;
    }
    
    table.restables-clone {
        display: table;
    }
}



@media (max-width: 1199.98px)
{
    .main-nav{padding: 15px 0;}
    .hamburger{display:flex;}
    .main-nav .offcanvas.offcanvas-end{width: 220px;}
    .footer-seperator{width: 100%; height: 1px; margin: 1.5rem 0; background: #2e2f31;}
    .sidebar{margin-top: 1.5rem; padding: 15px;}
    .text-cj{text-align: justify;}
    .form-left{padding: 1.5rem;}
    .srch-form{width:100%;}
    .data-table-container .dataTables_length{display: none;}
    .bill-det-table tr{margin-bottom: 1.5rem;}
}



@media only screen and (max-width: 760px),	(min-device-width: 768px) and (max-device-width: 768px)  
{
    .bill-det-table, .bill-det-table thead, .bill-det-table tbody, .bill-det-table th, .bill-det-table td, .bill-det-table tr { 
        display: block; 
    }

    table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
        border-bottom-width: 1px;
        border-color:#dee2e6;
    }

    table.table-bordered.dataTable tbody td:last-child{border-bottom-width: 0;}
    
    .bill-det-table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    .bill-det-table tr th{
        height:35px;
        font-weight:bold;
        font-size:16px;
	}
		
    .bill-det-table tr { border: 1px solid #dee2e6; }
    
    .bill-det-table td { 
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%;			
    }
    
    .bill-det-table td:before { 
        position: absolute;
        /* top: 4px; */
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
    }
		
    .bill-det-table td:nth-of-type(1):before { content: "BILL NO"; text-wrap: wrap; font-weight: 700; font-size: 14px;}
    .bill-det-table td:nth-of-type(2):before { content: "BILL DATE"; text-wrap: wrap; font-weight: 700; font-size: 14px;}
    .bill-det-table td:nth-of-type(3):before { content: "LAST DATE"; text-wrap: wrap; font-weight: 700; font-size: 14px;}
    .bill-det-table td:nth-of-type(4):before { content: "DISCONNECTION DATE"; text-wrap: wrap; font-weight: 700; font-size: 14px;}
    .bill-det-table td:nth-of-type(5):before { content: "AMOUNT"; text-wrap: wrap; font-weight: 700; font-size: 14px;}
    .bill-det-table td:nth-of-type(6):before { content: "BILL DETAILS"; text-wrap: wrap; font-weight: 700; font-size: 14px;}
    .bill-det-table td:nth-of-type(7):before { content: "PRINT RECEIPT"; text-wrap: wrap; font-weight: 700; font-size: 14px;}
}


.span-label{min-width: 130px; display: inline-block;}
/* .table-resp tr:nth-child(odd) td
{
    background:#FFF repeat;
}

.table-resp tr:nth-child(even) td
{
    background:#C6DEF4 repeat;
} 
.table-resp tr td
{
    height:35px;
}
.table-resp tr th{
    height:35px;
    font-weight:bold;
    font-size:16px;
}*/




/* @media only screen and (max-width: 760px),	(min-device-width: 768px) and (max-device-width: 768px)  
{
    table, thead, tbody, th, td, tr { 
        display: block; 
    }
    
    thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    table tr th{
        height:35px;
        font-weight:bold;
        font-size:16px;
	}
		
    tr { border: 1px solid #ccc; }
    
    td { 
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%;			
    }
    
    td:before { 
        position: absolute;
        top: 4px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
    }
		
    td:nth-of-type(1):before { content: "BILL NO"; }
    td:nth-of-type(2):before { content: "BILL DATE"; }
    td:nth-of-type(3):before { content: "LAST DATE"; }
    td:nth-of-type(4):before { content: "DISCONNECTION DATE"; }
    td:nth-of-type(5):before { content: "AMOUNT"; }
    td:nth-of-type(6):before { content: "BILL DETAILS"; }
    td:nth-of-type(7):before { content: "PRINT RECEIPT"; }
}
	
	
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) 
{
    bills { 
        padding: 0; 
        margin: 0; 
        width: 320px; 
    }
}
	
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) 
{
    bills { 
        width: 495px; 
    }
}
	
table tr:nth-child(odd) td{
    background:#FFF repeat;
}
table tr:nth-child(even) td{
    background:#C6DEF4 repeat;
}
table tr td{
    height:35px;
}
table tr th{
    height:35px;
    font-weight:bold;
    font-size:16px;
} */