/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

ul.covid19i-pagination li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}
ul.covid19i-pagination,.dataTables_paginate  {
    text-align: center!important;
    margin-top: 20px!important;
    padding-bottom: 5px!important;
}
ul.covid19i-pagination li a, .dataTables_wrapper .dataTables_paginate a.paginate_button{
    padding: 2px 8px!important;
    background: transparent!important;
    color: #4682b5!important;
    border: 1px solid #4682b5!important;
}
ul.covid19i-pagination li.active a,ul.covid19i-pagination li:hover a,.dataTables_wrapper .dataTables_paginate a.paginate_button.current, .dataTables_wrapper .dataTables_paginate a.paginate_button:hover{
    padding: 2px 8px!important;
    background: #4682b5!important;
    color: #fff!important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled,.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled:hover{
    background: #eee!important;
}

.notification {
    padding: 4px 0px;
    color: #20b520;
}
.table-wrapper .btn {
    color: #fff;
    font-size: 14px;
    border: 1px solid transparent;
    padding: 5px 8px;
    display: inline-block;
    line-height: normal;
    cursor: pointer;
    background: #0c71c3;
    margin-bottom: 5px;
}
.table-wrapper .btn-bck{
    margin: 0px 0px 10px;
}
.table-wrapper .btn:hover{
    color: #0c71c3;
    border: 1px solid #a6ccea;
    background: #f8f8f8;
}
.tableheaderhide thead{
    display: none;
}
.tableheaderhide{
    margin: 0px;
}
table.cov-table input,table.cov-table textarea,table.cov-table select{
    width: 100%;
    min-height: 35px;
    max-width: 100%;
}
.table-wrapper h4 {
    margin: 20px 0px 7px;
    font-size: 16px;
    line-height: normal;
}
.table-wrapper table.cov-table{
    width:100%;
    border: 1px solid #ddd;
    margin: 10px 0px 0px!important;
    border-collapse: collapse;
    table-layout: fixed;
}
.srno_{
    width: 50px;
}
.tablebordernone.cov-table td{
    border: none!important;
}
.tablebordernone.cov-table th{
    color: #fff;
}
.table-wrapper input {
    padding: 2px;
    border: 1px solid #bbb;
    color: #4e4e4e;
    background-color: #fff;
}
.cov-table thead{
    background: #eee;
    color: #fff;
}
.cov-table tbody{
    margin-top: 0px;
    border: 1px solid rgba(255,255,255,0.3);
    background: #fff;
}
.cov-table th{
    padding: 5px  8px!important;
    text-align: left;
    font-weight: 500;
    text-transform: capitalize;
}
.cov-table td{
    padding: 5px  8px!important;
    text-align: left;
    vertical-align:middle;
    font-weight: 300;
    border: solid 1px rgb(246, 224, 255);
}
.text-center {
    text-align: center;
}
label{
    font-weight: 600;
}
.thaction{
    width: 80px;
}
.remove_field {
    background: #b93036;
    color: #fff;
    padding: 2px 5px;
    text-decoration: none;
    border:  1px solid transparent;
    cursor: pointer;
    display: inline-block;
}
.remove_field:hover,.remove_field:focus,.remove_field:active{
    background: #fff;
    color: #b93036;
    border:  1px solid #b93036;
}
.addbtn {
    background: #00a000;
    color: #fff;
    padding: 2px 5px;
    text-decoration: none;
    border:  1px solid transparent;
    cursor: pointer;
    outline: none;
    display: inline-block;
    margin: 5px 0px 5px;
}
.addbtn:hover,.addbt:focus,.addbtn:active{
    background: #fff;
    color: #00a000;
    border:  1px solid #00a000;
}
.table-wrapper input.btn {
    padding: 8px 32px!important;
    background: #0c71c3;
    color: #fff!important;
    margin-right: 10px;
    border: none!Important;
    cursor: pointer;
}
.table-wrapper input.btn:hover{
    background: #0682e6!important;
    color: #fff!important;
}
input.others {
    display: none;
    margin-top: 5px!important;
}
label small {
    font-weight: normal;
    display: block;
    font-size: 14px;
}
/* Mark input boxes that gets an error on validation: */
input.error,select.error,textarea.error {
    background-color: #ffdddd!important;
}
label.error {
    color: #ff0000;
    display: block!important;
}
#authorize {
    float: left;
    margin-top: 5px;
}

/* Hide all steps by default: */
#prevBtn {
    background-color: #bbbbbb;
}
.form-btns{
    margin-top: 10px;
    text-align: center;
}
.loader{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.6);
    z-index: 999;
    display: none;
}
.results-wrap{
    min-height: 100px;
    padding: 10px;
}
#citizen_length {
    margin: 10px 0px;
}
.results-wrap {
    position: relative;
}
.form-btns .btn{
    margin-right: 10px;
}
h2.panch-det {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}
.lds-dual-ring {
    display: block;
    text-align: center;
    top: 50px;
    position: relative;
}
.lds-dual-ring:after {
    content: " ";
    display: inline-block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #0C71C3;
    border-color: #0C71C3 transparent #0C71C3 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
.form-control.distance,.within {
    width: 100px;
    margin-top: 9px;
}
.covid19itab input[type=checkbox], .covid19itab input[type=radio]{
    min-height: auto;
    width: 1rem;
}
.star-red{color: #ff0000;}
.table-wrapper .search-form input, .table-wrapper .search-form select {
    height: 36px;
    padding: 8px 8px;
    margin: 0px 5px 8px 0px;
}
.table-wrapper .search-form  {
    padding: 10px 0px;
}
.cv-table thead {
    background: #525c67;
    color: #fff;
}
.cv-table thead th{
     color: #fff!important;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 550px;
}

/* The Close Button */
.modal .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal .close:hover,
.modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal .btn {
    display: inline-block;
    background: #074475;
    color: #fff;
    padding: 5px 20px;
    border-radius: 2px;
    margin: 10px 0px 0px;
}
.modal .btn:hover{
    background: #1a7dce;
}
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr { 
        display: block; 
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr { 
        font-weight: 600;
        display: none;
    }

    tr { border: 1px solid #ccc; }

    td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
    }

    td:before { 
        /* Now like a table header */
        font-weight: 600;
        display: block;
        padding-right: 10px; 
        white-space: nowrap;
    }

    /*
    Label the data
    */
    .citizen td:nth-of-type(1):before { content: "No."; }
    .citizen td:nth-of-type(2):before { content: "Name Of Panchayat"; }
    .citizen td:nth-of-type(3):before { content: "Name Of The Panchayat Pradhan"; }
    .citizen  td:nth-of-type(4):before { content: "Full Address Of Panchayat Bhawan"; }
    .citizen td:nth-of-type(5):before { content: "Distance From District Head Quarter"; }
    .citizen td:nth-of-type(6):before { content: "Contact Details"; }
    .citizen td:nth-of-type(7):before { content: " "; }
}
@media print
{
    #top-header,#main-header,#main-footer {
        display: none;
    }
    .et_pb_row{
        width: 100%;
        max-width: unset;
    }
    .btn{display: none!important;}
}