#filter {
  margin-bottom: 15px;
}
#filter .search input {
  background-image: url(/sites/all/modules/xDirect/specification/img/search.svg);
  background-position: 10px center;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  padding: 10px 5px 10px 20px;
  margin-top: 10px;
  text-indent: 20px;
  color: #a9a9a9;
  -webkit-transition: all 0.2s;
  -moz-transition: all 2s;
  transition: all 0.2s;
  width: 100%;
}
#selectDiv {
  padding-right: 20px;
}
#selectDiv.select-style {
  position: relative;
  cursor: pointer;
  margin-top: 15px;
}
#selectDiv.select-style .selectDivActive {
  position: relative;
  display: block;
  padding: 3px 10px;
}
#selectDiv.select-style .selectDivActive label {
  position: relative;
  display: inline-block;
  font-weight: 400;
  color: #a9a9a9;
  margin-right: 5px;
  margin-bottom: 0;
}
#selectDiv.select-style .selectDivActive .box__select__current {
  display: inline-block;
  font-size: 16px;
  padding-right: 15px;
}
#selectDiv.select-style .selectDivActive i {
  font-style: normal;
}
#selectDiv.select-style .selectDivActive i:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f107";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 5px;
}
#selectDiv.select-style .selectDivListItem {
  display: none;
  position: absolute;
  right: 0;
  top: 110%;
  border-radius: 6px;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
  background-color: #FFFFFF;
  z-index: 5;
  width: 150px;
}
#selectDiv.select-style .selectDivListItem .item {
  padding: 3px 10px;
}
#selectDiv.select-style .selectDivListItem .item:hover {
  background-color: #f0f0f0;
}
#selectDiv.select-is-active .selectDivActive i:after {
  content: "\f106";
}
#selectDiv.select-is-active .selectDivListItem {
  display: block;
}
.terminal-hide,
.typeAccount-hide,
.category-hide,
.search-hide,
.filter-hide,
.filter-type-hide {
  display: none;
}
table.table-dis-lk {
  font-size: 14px;
  width: 100%;
}
table.table-dis-lk thead {
  background-color: transparent;
  border-top: 1px solid #d4d4d4;
}
table.table-dis-lk thead tr {
  background-color: transparent;
  border: none;
}
table.table-dis-lk thead tr th {
  padding: 15px;
  text-align: center;
  background-color: transparent;
  border: none;
  font: 10px/14px "Exo 2", Roboto, "Roboto", SegoeUI, "Golos Text", Arial, sans-serif;
  color: #a9a9a9;
  text-transform: uppercase;
  line-height: 1.14286;
}
table.table-dis-lk tbody {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
table.table-dis-lk tbody tr {
  height: 60px;
  background-color: transparent;
  border: none;
  border-bottom: 1px dashed #d4d4d4;
}
table.table-dis-lk tbody tr td {
  border-top: 1px solid #d4d4d4;
  border: none;
  padding: 3px 5px;
}
table.table-dis-lk tbody tr td .smallTextBox {
  font-size: 1rem;
}
table.table-dis-lk tbody tr td:nth-child(1) {
  text-align: center;
}
table.table-dis-lk tbody tr td.type span {
  display: none;
}
table.table-dis-lk tbody tr td.type span[data-type="ProPlus"] {
  display: block;
}
table.table-dis-lk tbody tr td i.fal {
  color: #a9a9a9;
  cursor: pointer;
  margin-left: 5px;
}
table.table-dis-lk tbody tr:hover td {
  background-color: #f0f0f0;
}
.page-trading-services .nav-pills .nav-item .nav-link {
  position: relative;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}
.page-trading-services .nav-pills .nav-item .nav-link.active,
.page-trading-services .nav-pills .nav-item .nav-link:hover {
  background-color: transparent;
}
.page-trading-services .nav-pills .nav-item .nav-link.active:before,
.page-trading-services .nav-pills .nav-item .nav-link:hover:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 25px;
  height: 2px;
  background-color: #2a579a;
  border: none;
}
.mytip {
  position: relative;
}
.mytip .mytipclick:hover {
  color: #2a579a;
}
.mytip .tooltiptext {
  font: 13px/20px "Exo 2", Roboto, "Roboto", SegoeUI, "Golos Text", Arial, sans-serif;
  line-height: 1.14286;
  visibility: hidden;
  width: 390px;
  background-color: #ffffff;
  color: #a9a9a9;
  text-align: left !important;
  border-radius: 6px;
  padding: 15px 15px 20px 20px;
  position: absolute;
  top: 110%;
  left: 0px;
  z-index: 1;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}
.mytip .tooltiptext h4,
.mytip .tooltiptext div,
.mytip .tooltiptext p {
  margin: 0;
  padding: 0;
  text-align: left !important;
}
.mytip .tooltiptext div:nth-child(2) h4 {
  margin-top: 10px;
}
.table-dis-type {
  width: 100%;
  line-height: 1.14286;
}
.table-dis-type thead tr th {
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #d4d4d4;
}
.table-dis-type tbody tr {
  height: 60px;
}
.table-dis-type tbody tr th {
  font-weight: 400;
  padding: 15px;
  border-bottom: 1px solid #d4d4d4;
  color: #9a9a9a;
}
.table-dis-type tbody tr td {
  padding: 3px 5px;
  text-align: center;
  border: 1px solid transparent;
  border-bottom: 1px solid #d4d4d4;
}
.table-dis-type tbody tr:hover {
  background-color: #f0f0f0;
}
.table-dis-type tfoot tr th {
  border-top: 1px solid #d4d4d4;
}
.table-dis-type tfoot tr td {
  border: none;
  border-top: 1px solid #d4d4d4;
  text-align: center;
  padding: 25px 15px;
}
.table-dis-type tfoot tr td a {
  text-transform: uppercase;
  font: 12px/16px "Exo 2", Roboto, "Roboto", SegoeUI, "Golos Text", Arial, sans-serif;
}
@media screen and (max-width: 992px) {
  .table-dis-type,
  .row.main {
    display: none;
  }
  .table-dis-type thead tr th:first-child,
  .table-dis-type tbody tr th,
  .table-dis-type tfoot tr th {
    display: none;
    width: 1px !important;
  }
  .table-dis-type thead tr th {
    width: 33% !important;
  }
  footer .footer-main-menu {
    display: none;
  }
  .content .box-table {
    position: relative;
    display: block !important;
    width: 100%;
    height: 100%;
    margin-top: 10px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-gutter: stable;
    scroll-snap-type: x mandatory;
  }
  .content .box-table .box-table-content {
    position: relative;
    display: flex;
    width: 1050px;
    padding: 0;
    scroll-snap-align: center;
  }
  .content .box-table .box-table-content .box-table-row {
    position: relative;
    margin: 90px 15px 30px 15px;
    padding: 20px 10px 0 10px;
    width: 330px;
    box-shadow: rgba(0,0,0,0.05) 0px 6px 24px 0px, rgba(0,0,0,0.08) 0px 0px 0px 1px;
    line-height: 120%;
  }
  .content .box-table .box-table-content .box-table-row h2 {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
    box-shadow: rgba(0,0,0,0.24) 0px 1px 5px;
    z-index: 999;
    font-size: 1.3rem;
    text-align: center;
    padding: 30px;
    font-weight: 700;
    color: #000000;
  }
  .content .box-table .box-table-content .box-table-row .box-table-row-col {
    position: relative;
    display: block;
    width: 100%;
  }
  .content .box-table .box-table-content .box-table-row .box-table-row-col > div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
  }
  .content .box-table .box-table-content .box-table-row .box-table-row-col > div label {
    position: relative;
    display: block;
    font-size: .8rem;
    font-weight: normal;
    color: #ccc;
    margin: 0;
    padding: 0;
    width: 30%;
    white-space: pre-wrap;
    margin-right: 9%;
  }
  .content .box-table .box-table-content .box-table-row .box-table-row-col > div > div {
    position: relative;
    display: block;
    width: 60%;
    white-space: pre-wrap;
  }
  .content .box-table .box-table-content .box-table-row .box-table-row-col > div a {
    margin: 20px 0;
  }
}
.box_pdf {
  width: 600px;
  margin: 50px auto;
  border: 1px solid #ccc;
  padding: 5px 15px;
  border-radius: 5px;
}
.local {
  line-height: 140%;
}
.local.local_tranlat {
  font-weight: 400;
  font-size: 17px;
}
.local.local_notranlat {
  color: #9f9f9f;
  font-size: 12px;
  font-weight: 300;
}
.table_thead_data {
  height: 30px !important;
  font-size: 12px;
}
.table_thead {
  height: 30px !important;
  color: #9f9f9f;
  font-size: 12px;
  border-bottom-style: solid !important;
}
a.btn.active {
  position: relative;
  font-weight: 500;
  color: #2a579a;
}
a.btn.active:after {
  position: absolute;
  top: 0;
  left: 12px;
  display: block;
  content: ' ';
  width: 35px;
  height: 100%;
  border-bottom: 2px solid #2a579a;
}
