body{
      text-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.2);
      transition: color 0.2s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    }
    .chklist_table th, .chklist_table td{
      padding: 1px 2px;
      vertical-align: middle;
      border-top: 1px solid #dee2e6;
    }
    .table thead th, .table tr, .table tbody td{
      border: 1px solid #8e8c8c;
      vertical-align: middle;
    }
    .table tfoot td{
      border: 1px solid #8e8c8c;
      padding: 3px
    }
    .head-1 th, .head-2 th{
        padding: 3px;
        vertical-align: middle;
        border-top: 1px solid #dee2e6;
    }
    .head-3 th, .head-4 th{
      background: #002060;
      color: white;
    }
    .head-5 th{
      background: #d9e1ee;
      color: black;
    }
    .head-6 th{
      background: #bbbdbf;
      color: black;
    }
    .head-7 th{
      background: #002060;
      color: white;
      outline: 1px solid #8e8c8c;
    }
    .chklist_table {
      height: 330px;
      overflow: auto;
      margin-bottom: 15px!important;
    }
    .chklist_table thead tr:nth-child(1) th{
      position: sticky;
      top: 0px;
      z-index: 999;
      outline: 1px solid #8e8c8c;
      font-size: 13px;
    }
    .chklist_table thead tr:nth-child(2) th{
      position: sticky;
      top: 22px;
      z-index: 999;
      outline: 1px solid #8e8c8c;
      font-size: 13px;
    }
    .chklist_table thead tr:nth-child(3) th{
      position: sticky;
      top: 52px;
      z-index: 999;
      outline: 1px solid #8e8c8c;
      font-size: 13px;
    }
    .chklist_table thead tr:nth-child(4) th{
      position: sticky;
      top: 74px;
      z-index: 999;
      outline: 1px solid #8e8c8c;
      font-size: 13px;
    }
    .chklist_table thead tr:nth-child(5) th{
      position: sticky;
      top: 90px;
      z-index: 999;
      outline: 1px solid #8e8c8c;
      font-size: 13px;
    }
    .remk_table label{
      margin-bottom: 0px;
      width:100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .search_tbl td, .search_tbl th {
        padding:2px 2px; 
        vertical-align: middle;
        border-top: none;
    }
    .search_tbl thead th, .search_tbl tr, .search_tbl tbody td {
        border: none;
        vertical-align: middle;
    }
    /*=====Radio button=====*/
    *{font-family: 'Roboto', sans-serif;}
    @keyframes click-wave {
      0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
      }
      100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
      }
    }

    .option-input {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 30px;
      width: 30px;
      transition: all 0.15s ease-out 0s;
      background: #cbd1d8;
      border: none;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      margin-right: 0.5rem;
      outline: none;
      position: relative;
      z-index: 100;
    }
    .option-input:hover {
      background: #9faab7;
    }
    .option-input:checked {
      background: #40e0d0;
    }
    .option-input:checked::before {
      height: 40px;
      width: 28px;
      position: absolute;
      content: '✔';
      display: inline-block;
      font-size: 26.66667px;
      text-align: center;
      line-height: 30px;
    }
    /*.option-input:checked::after {
      -webkit-animation: click-wave 0.65s;
      -moz-animation: click-wave 0.65s;
      animation: click-wave 0.65s;
      background: #40e0d0;
      content: '';
      display: block;
      position: relative;
      z-index: 100;
    }*/
    .option-input.radio {
      border-radius: 50%;
    }
    .option-input.radio::after {
      border-radius: 50%;
    }
    /*========Radio button deck==========*/
    .chklist_table label{
      display: inline-block;
      margin-bottom: 0px;
      width:100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .option-input-2 {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 30px;
      width: 30px;
      transition: all 0.15s ease-out 0s;
      background: #ffffff;
      border: none;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      margin-right: 0px;
      outline: none;
      position: relative;
      z-index: 100;
    }
    .option-input-2:before{
      height: 40px;
      width: 30px;
      position: absolute;
      content: '✘';
      display: inline-block;
      font-size: 26.66667px;
      text-align: center;
      line-height: 30px;
      color:red;
    }
    .option-input-2:hover {
      background: #ffffff;
    }
    .option-input-2:checked {
      background: #fff;
    }
    .option-input-2:checked::before {
      height: 40px;
      width: 28px;
      position: absolute;
      content: '✔';
      display: inline-block;
      font-size: 26.66667px;
      text-align: center;
      line-height: 30px;
      color:#0bd013;
    }
    ./*option-input-2:checked::after {
      -webkit-animation: click-wave 0.65s;
      -moz-animation: click-wave 0.65s;
      animation: click-wave 0.65s;
      background: #40e0d0;
      content: '';
      display: block;
      position: relative;
      z-index: 100;
    }*/
    .option-input-2.radio {
      border-radius: 50%;
    }
    .option-input-2.radio::after {
      border-radius: 50%;
    }
    /*=======yes no===========*/
    .chklist_table label{
      display: inline-block;
      margin-bottom: 0px;
      width:100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .option-input-yes {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      position: relative;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 30px;
      width: 30px;
      transition: all 0.15s ease-out 0s;
      background: #ffffff;
      border: none;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      margin-right: 0px;
      outline: none;
      position: relative;
      z-index: 100;
    }
    .option-input-yes:before{
      height: 40px;
      width: 30px;
      position: absolute;
      content: 'No';
      display: inline-block;
      font-size: 14px;
      text-align: center;
      line-height: 30px;
      color: #218ec9;
      font-weight: bold;
    }
    .option-input-yes:hover {
      background: #ffffff;
    }
    .option-input-yes:checked {
      background: #fff;
    }
    .option-input-yes:checked::before {
      height: 40px;
      width: 28px;
      position: absolute;
      content: 'Yes';
      display: inline-block;
      font-size: 14px;
      text-align: center;
      line-height: 30px;
      color: #218ec9;
      font-weight: bold;
    }
    /*.option-input-2:checked::after {
      -webkit-animation: click-wave 0.65s;
      -moz-animation: click-wave 0.65s;
      animation: click-wave 0.65s;
      background: #40e0d0;
      content: '';
      display: block;
      position: relative;
      z-index: 100;
    }*/
    .option-input-yes.radio {
      border-radius: 50%;
    }
    .option-input-yes.radio::after {
      border-radius: 50%;
    }
    /*=======Scroll bar===========*/
    /* width */
    ::-webkit-scrollbar {
      width: 12px;
      height: 12px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
      background: #f1f1f1;
      box-shadow: inset 0 0 5px grey; 
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
      background: #2d72c3;
      border-radius: 10px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: #002060;
      border-radius: 10px;
    }
    /*======media query=======*/
   .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 10rem;
      padding: 0px 5px 5px 5px;
      margin: .125rem 0 0;
      font-size: 1rem;
      color: #212529;
      text-align: left;
      list-style: none;
      background-color: white;
      background-clip: padding-box;
      border: 1px solid rgba(0,0,0,.15);
      border-radius: .25rem;
      height: 190px;
      overflow-y: auto;
      box-shadow: 0px 0px 8px 0 rgba(0, 32, 96, 0.62), 0px 3px 20px 0 rgba(0, 0, 0, 0.66);
    }
    .drop-tbl thead tr:nth-child(1) th{
      position: sticky;
      top: -1px;
      z-index: 999;
      font-size: 13px;
      background: #40e0d0;
      outline: 1px solid #c8c9cc;
    }
    .drop-tbl th, .drop-tbl td{
      border: 1px solid #c8c9cc!important;
    }
    /*=======remark-table========*/
    .remark-table thead th, .remark-table tr, .remark-table tbody td {
        border: 1px solid #607d8b;
        vertical-align: middle;
        padding: 2px 4px;
        text-align: center;
    }
    .remark-table tbody{
      font-weight: bold;
    }
/*=======media queries========*/
@media (max-width: 380.98px) { 
 .top .logo img, .top .logo b{
  text-align: center;
  float: none!important;
 }
.top .logout b, .top .logout a{
  text-align: center;
  float: none!important;
 }
 .main_card{
   height: 100%!important;
 }
 .search_tbl thead tr th:nth-child(1) {
    width: 100%!important;
    display: block;
 }
 .search_tbl thead tr th:nth-child(2) {
    width: 50%!important;
    display: block;
 }
 .search_tbl thead tr th:nth-child(3) {
    width: 100%!important;
    display: block;
 }
 .search_tbl thead tr th:nth-child(4) {
    width: 100%!important;
    display: block;
 }
 .search_tbl thead tr th:nth-child(5) {
    width: 100%!important;
    display: block;
 }
 .preI{
    width: 12vh!important;
 }
 .nextI{
    width: 12vh!important;
 }
 .cus-btn {
    font-size: 10px;
}
.table-res{
   overflow-x: auto;
}
.t-r-d{
  height: 100%;
 }
.chklist_table {
  margin-bottom: 150px!important;
}
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (min-width:381px) and (max-width: 575.98px) { 
.top .logo img, .top .logo b{
  text-align: center;
  float: none!important;
 }
.top .logout b, .top .logout a{
  text-align: center;
  float: none!important;
 }
 .main_card{
   height: 100%!important;
 }
 .search_tbl thead tr th:nth-child(1) {
    width: 100%!important;
    display: block;
 }
 .search_tbl thead tr th:nth-child(2) {
    width: 50%!important;
    display: block;
 }
 .search_tbl thead tr th:nth-child(3) {
    width: 100%!important;
    display: block;
 }
 .search_tbl thead tr th:nth-child(4) {
    width: 100%!important;
    display: block;
 }
 .search_tbl thead tr th:nth-child(5) {
    width: 100%!important;
    display: block;
 }
 .preI{
    width: 18vh!important;
 }
 .nextI{
    width: 18vh!important;
 }
 .cus-btn {
    font-size: 10px;
}
.table-res{
   overflow-x: auto;
}
.t-r-d{
  height: 100%;
 }
.chklist_table {
  margin-bottom: 150px!important;
}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
.top .logo img, .top .logo b{
  text-align: center;
  float: none!important;
 }
.top .logout b, .top .logout a{
  text-align: center;
  float: none!important;
 }
 .main_card{
   height: 100%!important;
 }
 .t-r-d{
  height: 100%;
 }
 .chklist_table {
  margin-bottom: 150px!important;
}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
.top .logo img, .top .logo b{
  text-align: center;
  float: none!important;
 }
.top .logout b, .top .logout a{
  text-align: center;
  float: none!important;
 }
 .main_card{
   height: 100%!important;
 }
 .t-r-d{
  height: 100%;
 }
 .chklist_table {
  margin-bottom: 150px!important;
}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
 .t-r-d{
  height: 46vh;
}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
.t-r-d{
  height: 53vh;
}
}
/*=====Dropdown style======*/
div.dropdown_main {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

div.dropdown {
  position: relative;
  width: 100%;
  height: 100%;
}

div.dropdown > div.caption {
  background-color: #f2f2f2;
  padding: 3px 3px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 25px;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

div.dropdown > div.list {
  position: absolute;
  background-color: #f2f2f2;
  width: 100px;
  border-radius: 0 0 3px 3px;
  display: none;
  z-index: 101!important;
  left: -32px;
  border: 2px solid #c5bebe;
  box-shadow: 0 3px 5px 0px hsla(0, 1%, 11%, 0.44), 0px 3px 6px 2px hsla(0, 0%, 9%, 0.43);
}

div.dropdown > div.list > div.item {
  padding: 0px 0px;
  cursor: pointer;
  font-size: 25px;
}

div.dropdown > div.list > div.item.selected {
  font-weight: bold;
}

div.dropdown > div.caption:hover,
div.dropdown > div.list > div.item:hover {
  background-color: rgb(83, 161, 214);
}

div.dropdown > div.caption:hover {
  background-color: rgb(242, 242, 242);
}

div.dropdown.open > div.caption {
  border-radius: 3px 3px 0 0;
  border-bottom: solid 1px #999;
}

div.dropdown.open > div.list {
  display: block;
}