    a.menufont {
        font-family: 'Poppins' !important;
        font-style: normal;
        font-weight: 500 !important;
    }

    @charset "UTF-8";
    @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600);
    * {
      box-sizing: border-box;
    }

    form {
      margin: 15px auto 10px;
    }

    .search_bar {
      background: #fff;
      border: #b7b7b7 solid 1px;
      border-radius: 3px;
      box-shadow: 0 0 3px #ccc;
      position: relative;
      font-family: "Source Sans Pro", sans-serif;
      max-width: 420px;
    }
    .search_bar input[type=text] {
      border: none;
      box-shadow: none;
      font-weight: 600;
      font-size: 14px;
      width: 80%;
      padding: 0.5em;
      margin: 0;
      overflow: hidden;
    }
    .search_bar input[type=text]:focus {
      outline: none;
    }
    .search_bar button[type=submit] {
      background: linear-gradient(#000088, #000088);
      color: rgba(255, 255, 255, 0);
      width: 11%;
      min-width: 56px;
      position: absolute;
      top: 0px;
      right: -1px;
      bottom: 0px;
      border-radius: 0 0px 0px 0;
      margin: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      margin-left: -33px;
    }
    .search_bar button[type=submit]:after {
      content: "";
      position: absolute;
      top: 18%;
      right: 0;
      bottom: 22%;
      left: 4%;
      background: url("assets/img/search.png") no-repeat center center;
      background-size: contain;
    }
    .search_bar button[type=submit]:hover, .search_bar button[type=submit]:focus {
      background: linear-gradient(#000088, #000088);
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
      cursor: pointer;
    }
    .search_bar .search_dropdown {
      font-weight: 600;
      min-width: 17px;
      background: linear-gradient(#f4f4f4, #e2e2e2);
      border-right: 1px solid #ddd;
      color: #555;
      padding: 0 100px 0 13px;
      border-radius: 2px 0 0 2px;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      /*z-index: 10000;*/
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      box-sizing: content-box;
    }
    .search_bar .search_dropdown:after {
      content: "↓";
      color: rgba(85, 85, 85, 0);
      background: url("http://media.lib.byu.edu/assets/images/searchbar/1.0/down-arrow.svg") no-repeat top left;
      height: 8px;
      width: 10px;
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -6px;
    }
    .search_bar .search_dropdown:hover, .search_bar .search_dropdown.active {
      background: linear-gradient(#e7e7e7, #d5d5d5);
      cursor: pointer;
      border-right-color: #ccc;
    }
    .search_bar .search_dropdown > span {
      position: absolute;
      top: 50%;
      margin-top: -8px;
      white-space: nowrap;
      font-size: 15px;
    }
    .search_bar .search_dropdown ul {
      display: none;
      position: absolute;
      top: 105%;
      left: -1px;
      font-size: 14px;
      width: 225px;
      background: #fff;
      box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
      border: 1px solid #ccc;
      border-radius: 3px;
      padding: 7px 0;
    }
    .search_bar .search_dropdown li {
      list-style-type: none;
      margin: 0;
      padding: 5px 18px;
      color: #000088;
      line-height: 1.2em;
      position: relative;
    }
    .search_bar .search_dropdown li:hover {
      background: #e7e7e7;
    }
    .search_bar .search_dropdown li.selected {
      background: #000088;
      color: #fff;
    }
    .search_bar.small {
      max-width: 300px;
    }
    .search_bar.small input[type=text] {
      font-size: 13px;
    }
    .search_bar.large {
      max-width: 560px;
    }
    .search_bar.large input[type=text] {
      font-size: 16px;
    }
    .search_bar.larger {
      max-width: 700px;
    }
    .search_bar.larger input[type=text] {
      font-size: 18px;
    }
    .search_bar.huge {
      max-width: 860px;
    }
    .search_bar.huge input[type=text] {
      font-size: 21px;
    }
    .search_bar ::-moz-placeholder {
      font-weight: 400;
    }
    .search_bar :-ms-input-placeholder {
      font-weight: 400;
    }
    .search_bar ::placeholder {
      font-weight: 400;
    }
    ::placeholder{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.25px;
    }

    /* This css is for normalizing styles. You can skip this. */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}




.form-group {
  display: block;
  margin-bottom: 15px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  /*border: 2px solid #0079bf;*/
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  background: #C4C4C4;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.table .thead-dark th {
    color: #fff;
    background-color: #000088;
    border-color: #000088;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #000088;
}

    @media only screen and (max-width: 600px) {
      .search_dropdown {
          height: 30px;
      }

      img.member-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

      input.searchboxx {
          height: 34px;
      }

      p.member-name {
        width: 84% !important;
    }

      li.searchli {
        padding: 0 !important;
    }

  .auto-container.search_panell {
    margin-bottom: -18% !important;
    margin-top: -1%;
  }

  .search_bar {
        background: #fff0;
        border: #b7b7b700 solid 1px;
        border-radius: 3px;
        box-shadow: 0 0 3px #ccc;
        position: relative;
        font-family: "Source Sans Pro", sans-serif;
        max-width: 420px;
    }

    button.theme-btn1.month-wise {
        margin-top: -9% !important;
        margin-left: 12%;
    }

    button.theme-btn1.today {
        margin-top: 4% !important;
    }

    button.theme-btn1.today {
        margin-right: 12%;
        margin-top: 4% !important;
    }

    input.searchboxx {
        height: 34px !important;
    }

      ul.other-option.clearfix.adv_search {
          padding-left: 0 !important;
          padding-right: 0 !important;
      }

      .table-responsive {
            display: block !important;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }
    }

    .table-responsive {
        display: inline-table;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    input.searchboxx.sidebar-search {
        margin-left: 0 !important;
        width: 100% !important;
        border-left: 2px solid rgb(0, 0, 136);
    }



.table .dropdown {
  display: inline-block;
}

.table td,
.table th {
  vertical-align: middle;
  margin-bottom: 10px;
  border: none;
}

.table thead tr,
.table thead th {
  border: none;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: transparent;
}

.table td {
  background: #fff;
}

.table td:first-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.table td:last-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.avatar {
  width: 2.75rem;
  height: 2.75rem;
  line-height: 3rem;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  position: relative;
  text-align: center;
  color: #868e96;
  font-weight: 700;
  vertical-align: bottom;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.83333rem;
  line-height: 1.5;
}

.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.avatar-blue {
  background-color: #c8d9f1;
  color: #467fcf;
}

table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child:before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th:first-child:before {
  top: 15px;
  left: 14px;
  border: none;
  box-shadow: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  padding-left: 48px;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
}

table.dataTable > tbody > tr.child span.dtr-title {
  min-width: 50%;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  padding: 0.75rem 1rem 0.125rem;
}

div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: 1rem;
  }
}

.btn-icon {
  background: #fff;
}
.btn-icon .bx {
  font-size: 20px;
}

.btn .bx {
  vertical-align: middle;
  font-size: 20px;
}

.dropdown-menu {
  padding: 0.25rem 0;
}

.dropdown-item {
  padding: 0.5rem 1rem;
}

.badge {
  padding: 0.5em 0.75em;
}

.badge-success-alt {
  background-color: #d7f2c2;
  color: #7bd235;
}

.table a {
  color: #212529;
}

.table a:hover,
.table a:focus {
  text-decoration: none;
}

table.dataTable {
    margin-top: 12px !important;
    border: 1px solid #000088;
}

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding-right: 30px;
    border-right: 1px solid #ffffff;
    background: #000088;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: rgb(255, 255, 255);
    width: 276px;
    font-size: 13px;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: nowrap;
    border: 1px solid #000088;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.icon > .bx {
  display: block;
  min-width: 1.5em;
  min-height: 1.5em;
  text-align: center;
  font-size: 1.0625rem;
}

.btn {
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
}

.avatar-blue {
      background-color: #c8d9f1;
      color: #467fcf;
    }

    .avatar-pink {
      background-color: #fcd3e1;
      color: #f66d9b;
    }

div#example_length {
    display: none;
}

div#example_filter {
    display: none;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff0;
    border-color: #dee2e600;
}

li.paginate_button.page-item.active {
    display: none;
}

li.paginate_button.page-item {
    display: none;
}

li#example_next {
    display: block !important;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e600;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e600;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    white-space: nowrap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
}