tr.odd {
  background-color: transparent;
}

tr.even {
  background-color: transparent;
}

tr.odd td.sorting_1 {
  background-color: transparent;
}

tr.even td.sorting_1 {
  background-color: transparent;
}

tr:nth-child(even) {
  background-color: #181818;
}

td.tdL {
  text-align: left;
}

td.tdC {
  text-align: center;
}

td.tdR {
  text-align: right;
}

td.tdH {
  display: none;
}

.dataTables_info {
  width: 50%;
  float: left;
  color: #a4a4a4;
  text-align: left;
}

.dataTables_paginate {
  float: right;
  text-align: right;
}

a.paginate_button {
  color: #a4a4a4;
}

.paging_simple_numbers {
  width: auto;
  color: #a4a4a4;
}

.paging_simple_numbers a.paginate_button.previous,
.paging_simple_numbers a.paginate_button.next {
  padding: 8px 8px 9px 8px;
}

.paging_simple_numbers a.paginate_button {
  display: inline-block;
  padding: 6px 8px;
  margin: 0;
  font-size: 13px;
  margin-left: -1px;
  line-height: 1.42857;
  text-decoration: none;
  cursor: pointer;
}

.paging_simple_numbers a.paginate_button.current {
  background-color: #1e3978;
  color: #fff !important;
}

.paging_simple_numbers a.paginate_button:hover {
  color: #fff !important;
  background-color: #1e3978;
  border-color: transparent;
}

.paging_simple_numbers a.paginate_button.previous:hover,
.paging_simple_numbers a.paginate_button.next:hover {
  background-color: transparent;
  color: #000 !important;
}

.message .table > thead > tr > th {
  background: #062702;
  padding: 10px 9px;
  color: #f6f101;
  border: 1px solid #333;
  font-weight: bold;
  text-align: center;
}

.message .table > tbody > tr > td {
  border: 0px;
  border-bottom: 1px solid #bdbbba;
  text-align: center;
  padding: 10px 9px;
}

.message .table > thead > tr > th:first-child,
.message .table > tbody > tr > td:first-child {
  padding-left: 20px;
}

.message .table {
  position: relative;
  z-index: 0;
  color: #fff;
}

.tab-pane.limit a i {
  color: #ddd;
}

.tab-pane.limit a:hover i {
  color: #777;
}

.table-hover > tbody > tr:hover {
  background-color: rgba(0, 0, 0, 0.25);
  color: #000;
  cursor: pointer;
}

.btn-close {
  cursor: pointer;
}

.pm_bold {
  font-weight: bold;
}

#inbox-msg-popup.in {
  display: block;
}

.ew_ew_wrap {
  min-height: 300px;
}

.dpst-block {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  width: 928px;
  margin: 40px 0;
  padding: 0;
}

.dpst-block-inner {
  border: none;
}

.dpst-block-inner h1.hd-ttl {
  background: unset;
  font-family: DinProBold;
  font-weight: 700;
  color: #000000;
  font-size: 18px;
  text-align: left;
  padding: 0px;
}

.message .table > thead > tr > th {
  text-transform: uppercase;
  color: #000000;
  background: #f8f8ff;
  border: 0px;
  font-family: DinProBold;
  font-weight: 700;
  font-size: 1em;
}

.message .table > tbody > tr > td {
  color: #000;
  border-right: none;
}

tr:nth-child(even) {
  background-color: transparent;
}

.detail-block {
  padding: 0;
  width: 928px;
}

.pretty {
  margin-right: 0;
  color: white;
  background: white;
  border: 1px solid #bdbbba;
}

.pretty.p-icon .state .icon {
  background-color: #053a78;
}

.icon-bg {
  width: 16px;
  position: absolute;
  top: 73px;
  z-index: 10;
  left: 51px;
}

@media (min-width: 768px) {
  div.dataTables_info {
    color: #000;
  }
}

#inbox-msg-popup {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  display: none;
}

#inbox-msg-popup .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

#inbox-msg-popup .modal-content {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 583px;
  height: auto;
  background-color: transparent;
  background-position: center center;
  border: unset !important;
  background-image: url("../images/b9-popup.png");
  max-height: 90vh;
  overflow-y: auto;
}

#inbox-msg-popup .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 20px 20px;
}

.inbox-msg-popup-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 35px;
  cursor: pointer;
}

.inbox-msg-popup-title {
  background-image: url("../images/b9-popup-title.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
  background-position: center center;
  padding: 10px 40px;
  min-width: 45%;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.inbox-msg-popup-content {
  margin-top: 6%;
  color: #000000;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: DinProRegular;
  font-weight: 400;
  text-align: justify;
  padding: 10px 30px;
}

.inbox-msg-popup-content b {
  font-family: DinProBold;
  font-weight: 700;
}

.inbox-msg-popup-content a {
  color: #053a76;
  text-decoration: underline;
}

.inbox-msg-popup-ok-btn {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 194px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin-top: 6%;
  cursor: pointer;
  background-image: url("../images/b9-popup-cta-btn.png");
}
