#report_container .pagination li a, 
#report_container .pagination > .disabled > span, 
#report_container .pagination > .disabled > span:hover, 
#report_container .pagination > .disabled > span:focus, 
#report_container .pagination > .disabled > a, 
#report_container .pagination > .disabled > a:hover, 
#report_container .pagination > .disabled > a:focus {
  color:#D5DDE5;
  background:#070706;
}
#report_container .pagination > .active > a, 
#report_container .pagination > .active > span, 
#report_container .pagination > .active > a:hover, 
#report_container .pagination > .active > span:hover, 
#report_container .pagination > .active > a:focus, 
#report_container .pagination > .active > span:focus {
  background:#23221e;
  color:#FFFFFF;
}

#export_show > * {
  color: #D5DDE5;
}

#report_container .report-container {
    background:#23221e;
    color:#ffffff;
}

#report_container .report-page {
    background-color: #ffffff;
    color:#252525;
}

#report_container .report-item-type-table {
    padding: 20px;
}
#report_container .page-option{
    font-size: 18px;
    font-weight: bold;
}

#report_container .custom-table{

  border-radius:3px;
  border-collapse: collapse;
  margin: auto;
  padding:5px;
  width: 100%;
  animation: float 5s infinite;
}

#report_container .custom-thead th{
  color:#D5DDE5;
  background:#1b1e24;
  border-right: 1px solid #343a45;
  font-size:18px;
  font-weight: 500;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}
#report_container .custom-thead tr:last-child th{
  border-bottom:4px solid #9ea7af;
}

#report_container .custom-thead th:first-child {
  border-top-left-radius:3px;
}
 
#report_container .custom-thead th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}

#report_container tr {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  color:#666B85;
  font-size:14px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
#report_container tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;
}
 
#report_container tr:first-child {
  border-top:none;
}

#report_container tr:last-child {
  border-bottom:none;
}

#report_container tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
#report_container tr:nth-child(odd):hover td {
  background:#4E5066;
}

#report_container tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
#report_container tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
#report_container td {
  background:#FFFFFF;
  padding:7px 10px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:15px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}
#report_container .table > thead > tr > th {
    border-bottom:1px solid #343a45;
}
#report_container tr,
#report_container .custom-thead th:empty{
  background: transparent;
  border: none;
  box-shadow: none;
}


#report_container td:last-child {
  border-right: 0px;
}

#report_container th.text-left {
  text-align: left;
}

#report_container th.text-center {
  text-align: center;
}

#report_container th.text-end {
  text-align: right;
}

#report_container td.text-left {
  text-align: left;
}

#report_container td.text-center {
  text-align: center;
}

#report_container td.text-end {
  text-align: right;
}









