body {
  font-size: 15px;
}
.table td, .table th {
  padding: 2px 0px 2px 10px;
}
#example1_wrapper .dt-buttons .btn{
  padding: 0px 5px 2px 5px;
  line-height: 0px;
  height: 25px;
}
#example1_wrapper .dt-buttons{
  margin-left: 20px;
}
#example1_length{
  display:inline-block;
}
.font-40{
    font-size:40px;
}
.page_title{
    line-height: 45px;
    margin: 0px;
    text-align: center;
    float: left;
}
.breadcrumb{
    margin-bottom: 0px;
    margin-left: 20px;
}
.title_list{
    list-style: none;
    margin-bottom: 0px;
}
.remarks_show{
  width: 200px;
    background-color: #ffcdcd;
    text-align: left !important;
    padding-left:5px;
    padding-right:5px;
    margin-bottom:5px;
}
.remarks_show span{
  color: #001271;
  
}
@media only screen and (max-width: 600px) {
  .page_title{
        line-height: 25px;
    }
    .breadcrumb{
        display:none;
    }
}
/* HTML: <div class="loader"></div> */
.loader {
  width: 40px;
  height: 20px;
  --c:no-repeat radial-gradient(farthest-side,#000 93%,#0000);
  background:
    var(--c) 0    0,
    var(--c) 50%  0;
  background-size: 8px 8px;
  position: relative;
  clip-path: inset(-200% -100% 0 0);
  animation: l6-0 1.5s linear infinite;
  margin:auto;
}
.loader:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 12px;
  background: #000;
  left: -16px;
  top: 0;
  animation: 
    l6-1 1.5s linear infinite,
    l6-2 0.5s cubic-bezier(0,200,.8,200) infinite;
}
.loader:after {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000; 
  animation: l6-3 1.5s linear infinite;
}
@keyframes l6-0 {
  0%,30%  {background-position: 0  0   ,50% 0   }
  33%     {background-position: 0  100%,50% 0   }
  41%,63% {background-position: 0  0   ,50% 0   }
  66%     {background-position: 0  0   ,50% 100%}
  74%,100%{background-position: 0  0   ,50% 0   }
}
@keyframes l6-1 {
  90%  {transform:translateY(0)}
  95%  {transform:translateY(15px)}
  100% {transform:translateY(15px);left:calc(100% - 8px)}
}
@keyframes l6-2 {
  100% {top:-0.1px}
}
@keyframes l6-3 {
  0%,80%,100% {transform:translate(0)}
  90%         {transform:translate(26px)}
}