.bootstrap {
  margin: 2em 0;
}
.bootstrap .card {
  margin: 0;
}
.bootstrap .card div {
  margin-bottom: 18px;
}
.bootstrap .card, .bootstrap .card-header {
  border: none;
  background-color: #fff;
}
.bootstrap .card-header {
  padding: 0 !important;
  direction: ltr;
}
.bootstrap .card-header .arrow:before {
  position: relative;
  right: 0;
  top: 65%;
  color: black;
  margin-top: 4px;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: black transparent transparent;
  content: "";
}
.bootstrap .card-header  .arrow {
  position: absolute;
  right: 17px;
  top: 24px;
  text-align: center;
  transition: transform .2s ease;
  transform-origin: 50% 0;
}
.bootstrap .card-header a:not(.collapsed) .arrow {
  transform: rotate(180deg);
}
.bootstrap .card-body {
  background: #f0f0f0;
  overflow: auto;
}
.bootstrap .card_body::after {
  content: "";
  clear: both;
  display: table;
}
.bootstrap .card-body p {
  font-size: 14px;
}
.bootstrap .card-text {
  direction: ltr;
  font-size: 14px;
}
.bootstrap .data_title, .bootstrap .data_content {
  display: inline-block;  
  width: 49%;
}
.bootstrap .data_title {
  font-weight: 600;
}
.bootstrap .data_content {
  font-weight: lighter;
}
.bootstrap .btn {
  white-space: normal;
  text-align: left;
  text-transform: none;
}
.bootstrap .btn-info {
  width: 100%;
  color: black;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  font-size: 13px;
  font-weight: bold;
  padding: 14px;
 }
.bootstrap .btn-info:hover,
.bootstrap .btn-info:focus,
.bootstrap .btn-info:active {
  background-color: #51dac5 !important;
  border: 1px solid white !important;
}
.direction-rtl .btn--todownload i {
  float: left !important;
}
.direction-rtl .btn--todownload {
  text-align: right !important;
}
.bootstrap .multiselect__element img {
  max-width: 20px;
  max-height: 15px;
}

.bootstrap .multiselect__element .option__desc {
  display: inline-block;
  padding-left: 6px;
}
.bootstrap .multiselect__tag,
.bootstrap .multiselect__option--highlight,
.bootstrap .multiselect__option--highlight:after {
  background: #51dac5;
  color: #003336;
}
.bootstrap .multiselect__tag-icon:after {
  color: #fff;
}
.bootstrap .multiselect__tag-icon:hover {
  background: #51DAC5;
}
.bootstrap .multiselect__tags input {
  min-width: 350px;
}

.bootstrap .multiselect__single {
  color: lightgray;
}

.bootstrap .multiselect__content {
  padding-left: 0;
}

.bootstrap .multiselect__wrapper {
  padding: 15px 14px;
  background-color: #f0f0f0;
  border-radius: 6px;
  -ms-flex-direction: column;
  margin-bottom: 42px;
  border: 2px solid #d8d8d8;
}

.bootstrap .multiselect__wrapper p {
  color: #003336;
  font-weight: 600;
}

/* no rtl - table remains english */
[dir=rtl] .bootstrap .multiselect {
    text-align: left;
}
[dir=rtl] .bootstrap .multiselect__select {
    right: 1px;
    left: auto;
    z-index: 100;
}
[dir=rtl] .bootstrap .multiselect__tags {
    padding: 8px 40px 0 8px !important;
}
[dir=rtl] .bootstrap .multiselect__content {
    text-align: left;
}
[dir=rtl] .bootstrap .multiselect__option:after {
    right: 0;
    left: auto;
}
[dir=rtl] .bootstrap .multiselect__spinner {
    right: 1px;
    left: auto;
}
body.direction-rtl .bootstrap ul li.multiselect__element {
    margin: 0px !important;
}
.bootstrap ul li.multiselect__element {
  margin-left: 0 !important;
}

/* Jurisdiction Modal */
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  border-radius: 11px !important;
  position: relative;
  overflow: scroll;
  width: 50%;
  height: 600px;
  margin: 34px auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
  transition: all .3s ease;
}

.modal-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}

.modal-btn i {
  color: #003336;
}

.bootstrap .jurisdiction-modal-header-wrapper {
  background: #fff;
  z-index: 99;
  border-radius: 11px
}
.bootstrap .jurisdiction-modal-header {
  padding: 1.2rem 2rem 1.2rem 1rem;
}
.bootstrap .jurisdiction-modal-header h6 {
  margin-top: 26px;
  font-weight: 600;
}

.modal-body {
  overflow: hidden;
  padding: 0 2rem;
}

.modal-body p {
  margin: 0 0 4px 0;
}

.modal-body #dowload-btn-wrapper {
  padding: 0 0 16px 0;
}
.modal-body #dowload-btn-wrapper {
  font-size: 0.9rem;
  font-weight: lighter;   
}           
.modal-body table tr:last-child td {
  border-bottom: none;
}

.modal-body table tr:first-child td {
  border-top: none;
}

.modal-body ul li {
  line-height: 0.9em;
}

.modal-default-button {
  float: right;
}

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.lei_issuer_name {
  display: inline-block;
  margin-right: 10px;
}

#relevant-downloads {
  visibility: hidden;
}

.cursor_pointer {
  cursor: pointer;
}

.nav .nav__search .input-icon {
    top: 15px; 
}

.content table tbody tr:hover {
  background: none;
}

/* Registration Agents Overlay */

#registration_agents_table span {
  display: block;
  margin-bottom:8px;
}

#ra-disclaimer {
  font-size: 11px;
  color: black;
  font-weight: bold;
  margin-bottom: 16px;
}

.no-results {
  text-align: center;
  padding: 10px 0;
  padding: 26px 14px;
  background-color: #fbfbfb;
  border-radius: 6px;
  margin-bottom: 42px;
  border: 1px solid #d8d8d8;
  color: #828282;
}

.onlyFunds-container {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin: 10px 0 0 0;
  text-align: left;
}

.checkbox-onlyFunds {
    position: relative;
    margin: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    clear: both;
}

.checkbox-onlyFunds input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-onlyFunds .checkbox-gleif {
  position: absolute;
  top: 6px;
  left: 0px;
  height: 24px;
  width: 24px;
  background-color: #FFFFFF;
  border-radius: 5px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border: 2px solid #84848436;
}

.checkbox-onlyFunds input:checked ~ .checkbox-gleif {
  background-color: #FFFFFF;
  border-radius: 5px;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity:1;
  border: 2px solid #84848436;
}

.checkbox-onlyFunds .checkbox-gleif::after {
  position: absolute;
  content: "";
  left: 12px;
  top: 12px;
  height: 0px;
  width: 0px;
  border-radius: 5px;
  border: solid #51dac5;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(0deg) scale(0);
  -ms-transform: rotate(0deg) scale(0);
  transform: rotate(0deg) scale(0);
  opacity:1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.checkbox-onlyFunds input:checked ~ .checkbox-gleif::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity:1;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #51dac5;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}

.onlyFunds-container label:last-child {
  color: #6a7b7f;
}

@media only screen and (max-width: 1200px) {
    .modal-container {
      height: 400px;
    }
}

.bootstrap a {
  text-decoration: none;
}

.bootstrap a:hover,
.bootstrap a:focus {
  text-decoration: none;
  color: inherit;
}