.ajax-div {
 /* position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: grey;
  opacity: .8
  width: 50%;
  height: 50%;*/

}
.ajax-loader {
 /* position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  display: block*/
   width: 150px;
  height: 150px;

}

/* == End Left navigation ==*/
.pagination li a {
  border: 0px;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  display: inline-block;
  color: #0071BC; }
  .pagination li a:hover, .pagination li a.active, .pagination li a:active, .pagination li a:focus {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    background-color: #fff;
    border-color: #fff; }
  .pagination li a i {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600; }

.pagination li{
  display: inline-block;
  margin:6px;
}

.pagination > .active > a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  background-color: #fff;
  border-color: #fff; }
  .pagination > .active > a:hover, .pagination > .active > a.active, .pagination > .active > a:active, .pagination > .active > a:focus {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    background-color: #fff;
    border-color: #fff; }

/* === Begin Sidebar- navigation === */
.clear-all {
    float: right;
    font-size: 14px;
    font-weight: 600;
}
button.reset-btn {
    background-color: transparent;
    border: 0px;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.sidebar-wrapper {
  z-index: 1000;
  padding: 2px 0px 2px 0px;
  position: relative;
  top: 0px;
  width: 1005;
  height: 100%;
  overflow-y: auto;
  background: #ffffff;
  z-index: 1;
}
.sidebar-wrapper .sidebar-heading h2 {
  padding-right: 5px;
  display: inline-block;
}

@media (min-width: 991px) {
  .sidebar-wrapper {
    padding-right: 16px;
    border-right: 1px solid #e5e5e5;
  }
}
@media (min-width: 1200px) {
  .sidebar-wrapper {
    padding-right: 32px;
  }
}
.sidebar-collapse {
  border: 16px solid #f2f2f2;
  padding: 16px;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-bottom: 32px;
}
@media (min-width: 991.5px) {
  .sidebar-collapse {
    display: block;
    padding: 2px;
    background-color: transparent;
    border: 0px;
    max-height: none;
    overflow: hidden;
    margin-bottom: 0px;
  }
}

.sidebar-title {
  font-family: "Andes", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin: 0px 0px 16px 0px;
}

li.sidebar-list-item {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  /*  span:nth-of-type(2){
      float: right;
    }*/
}
li.sidebar-list-item .sidebar-link {
  font-size: 14px;
  line-height: 1.8125rem;
  color: #0071bc;
  font-weight: 600;
  padding: 8px 0px 8px 0px;
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0px;
        cursor: pointer;
}
@media (min-width: 991.5px) {
  li.sidebar-list-item .sidebar-link {
    padding: 16px 0px 16px 0px;
  }
}
li.sidebar-list-item .sidebar-link[aria-expanded=true] {
  color: #0071bc;
}
li.sidebar-list-item .sidebar-link:hover, li.sidebar-list-item .sidebar-link:active, li.sidebar-list-item .sidebar-link:focus {
  color: #0071bc;
  text-decoration: none;
}
li.sidebar-list-item .sidebar-link[aria-expanded=false]:after {
  font-family: "loopicon";
  content: "\e902";
  font-size: 13px;
  line-height: 1.8125rem;
  margin-left: 4px;
  float: right;
}
li.sidebar-list-item .sidebar-link[aria-expanded=true]:after {
  font-family: "loopicon";
  content: "\e905";
  font-size: 13px;
  line-height: 1.8125rem;
  margin-left: 4px;
  float: right;
}

.sidebar-sublist-item {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  margin: 0px 0px 16px 0px;
  /*    span {
      &:first-child {
          overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 85%;
        display: block;
        }
      }*/
}
.sidebar-sublist-item button.delete-item {
  font-size: 0.625rem;
  vertical-align: middle;
  background-color: transparent;
  border: 0px;
  font-weight: bold;
  color: #0071BC;
  border: 1px solid #0071BC;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  padding: 0px;
  text-align: center;
  margin-left: 4px;
  vertical-align: bottom;
}
.sidebar-sublist-item button.delete-item:hover {
  color: #00538A;
}

.sidebar-sublist {
  padding: 4px 0px 16px 0px;
}

.lp__show_listbtn {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
}

.list-item-num {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  float: right;
  margin-top: -16px;
}

.sidebar-list {
  margin-bottom: 16px;
}

.sidebar-nav-mob-title {
  float: left;
}

.sidebar-mobile-heading button {
  font-size: 14px;
  line-height: 22px;
  background-color: #262626;
  border: 0px;
  color: #ffffff;
  padding: 8px 16px 8px 16px;
  margin-bottom: 32px;
  border-radius: 3px;
}
.sidebar-mobile-heading button[aria-expanded=false]:after {
  font-family: "loopicon";
  content: "\e116";
  font-size: 12px;
  color: #ffffff;
  float: right;
  margin-left: 4px;
}
.sidebar-mobile-heading button[aria-expanded=true]:after {
  font-family: "loopicon";
  content: "\e119";
  font-size: 12px;
  color: #ffffff;
  float: right;
  margin-left: 4px;
}

.lp__reset_btn {
  float: right;
  padding: 0px;
}
.lp__reset_btn:after {
  font-family: "loopicon";
  content: "\e126";
  font-size: 13px;
  margin-left: 4px;
  float: right;
}

.sidebar-sublist-diabled-link {
  color: rgba(0, 0, 0, 0.87);
  pointer-events: none;
  float: left;
}

.morelist:after {
  font-family: "loopicon";
  content: "\e128";
  font-size: 13px;
}

.lesslist:after {
  font-family: "loopicon";
  content: "\e129";
  font-size: 13px;
}

/* === end Sidebar- navigation === */
/* === begin Listing ===*/
.all__search_section {
  padding: 16px;
  margin-bottom: 16px;
  background-color: #f2f2f2;
}
.all__search_section .lp__secondary_search {
  margin: 0px;
}
.all__search_section .all__checkbox_btn,
.all__search_section .all__advance_search_btn {
  float: left;
  margin: 12px 0px 0px 0px;
}
.all__search_section .all__advance_search_btn button {
  display: table-cell;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  font-weight: 600;
  vertical-align: top;
}
.all__search_section .all__checkbox_btn .lp__input_text {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #e5e5e5;
}

.all__listing_section {
  display: block;
}
.all__listing_section .all__listing_section_top {
  display: flex;
}
.all__listing_section .all__listing_section_top .list-btn,
.all__listing_section .all__listing_section_top .table-btn {
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  color: #0071bc;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  font-weight: bold;
  float: left;
}
.all__listing_section .all__listing_section_top .list-btn:after,
.all__listing_section .all__listing_section_top .table-btn:after {
  display: none;
}
.all__listing_section .all__listing_result {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 16px;
  flex: 1 1 auto;
}
@media (min-width: 767px) {
  .all__listing_section .all__listing_result {
    margin-bottom: 0px;
  }
}
.all__listing_section .all__listing_selectitem {
  font-size: 0.875rem;
  line-height: 1.375rem;
  background-color: rgba(0, 0, 0, 0.16);
  padding: 4px 8px;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 20px;
}
.all__listing_section .all__listing_selectitem button {
  font-size: 0.75rem;
  line-height: 1.375rem;
  vertical-align: middle;
  margin-left: 4px;
  background-color: transparent;
  border: 0px;
  padding: 0px 0px 0px 6px;
  font-weight: bold;
}
.all__listing_section .all__listing_selectitem button:hover {
  color: #0071BC;
}
.all__listing_section .all__search_listinginfo ul li.all__search_listing_infoitem {
  font-size: 0.875rem;
  line-height: 1.375rem;
  float: left;
  margin: 0px 16px 0px 0px;
  padding: 0px 0px 8px 0px;
  border: 0px;
  flex: auto;
}
.all__listing_section .all__search_listinginfo ul li.all__search_listing_infoitem .lp-file-pdf {
  margin-right: 4px;
  font-size: 14px;
}
.all__listing_section .all__search_listinginfo ul li.all__search_listing_infoitem .all__search_listing_infolabel {
  font-weight: bold;
  margin-right: 6px;
}
.all__listing_section .all__sortby {
  display: inline-block;
  width: 100%;
}
@media (min-width: 600px) {
  .all__listing_section .all__sortby {
    display: flex;
    -ms-flex-pack: justify;
  }
}
.all__listing_section .all__sortby .lp__dropdown_label,
.all__listing_section .all__sortby .all__sortby_label {
  font-size: 0.75rem;
  line-height: 1.375rem;
  font-weight: 600;
  float: left;
  margin: 0px 8px 0px 0px;
}
.all__listing_section .all__sortby .lp__dropdown_group {
  float: left;
  width: 200px;
}
.all__listing_section .all__sortby ul li {
  font-size: 0.75rem;
  line-height: 1.375rem;
  font-weight: 600;
  float: left;
  margin: 0px 8px 0px 0px;
}
.all__listing_section .all__sortby ul li button {
  border: 0px;
  margin: 0px 0px 6px 0px;
}
.all__listing_section .all__sortby ul li .lp__solid_white_btn.active,
.all__listing_section .all__sortby ul li .lp__solid_white_btn:hover,
.all__listing_section .all__sortby ul li .lp__solid_white_btn:focus {
  background-color: #e6e6e6;
}
.all__listing_section .all__sortby ul li .lp__solid_white_btn.active {
  pointer-events: none;
}
.all__listing_section .lp__btn_group {
  text-align: left;
}
@media (min-width: 600px) {
  .all__listing_section .lp__btn_group {
    text-align: right;
  }
}
.all__listing_section .lp__btn_group .lp__btn_label {
  font-size: 0.75rem;
  line-height: 1.375rem;
  font-weight: 600;
}
.all__listing_section .lp__btn_group [class*=lp-file-] {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  font-size: 1rem;
  color: #0071bc;
  width: 32px;
  height: 32px;
}

.all__search_listingitem.grid-width ul {
  margin-right: -15px;
  margin-left: -15px;
}
.all__search_listingitem ul {
  display: flex;
  flex-wrap: wrap;
}
.all__search_listingitem ul li {
  position: relative;
  padding: 0px 0px 16px 0px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  word-break: break-word;
  flex: 100%;
}
.all__search_listingitem ul li.column-width {
  width: 100%;
}
.all__search_listingitem ul li.full-width {
  flex: 100%;
  float: left;
  padding: 16px;
  border: 1px solid #e5e5e5;
  margin: 0px 14px 16px 14px;
  /*@media (min-width: 768px) {
      flex: 0 0 50%;
  }*/
}
@media (min-width: 600px) {
  .all__search_listingitem ul li.full-width {
    flex: 0 0 46%;
  }
}
@media (min-width: 1200px) {
  .all__search_listingitem ul li.full-width {
    flex: 0 0 30%;
  }
}
.all__search_listingitem ul li .lp__lead_paragraph_md {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.all__search_listingitem .all__list_title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 8px;
  padding-right: 10px;
  display: inline-block;
}

/*.all__listing_advance_search {
    .annotate {
  font-style: italic;
  color: #366ed4;
}

.hidden {
  display: none;
}

.combobox-wrapper {
  display: inline-block;
  position: relative;
  font-size: 16px;
}

.combobox-label {
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}

.listbox,
.grid {
  min-width: 230px;
  background: white;
  border: 1px solid #ccc;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 1.7em;
  z-index: 1;
}

.listbox .result {
  cursor: default;
  margin: 0;
}

.grid .result-row {
  padding: 2px;
  cursor: default;
  margin: 0;
}

.listbox .result:hover,
.grid .result-row:hover {
  background: rgb(139, 189, 225);
}

.listbox .focused,
.grid .focused {
  background: rgb(139, 189, 225);
}

.grid .focused-cell {
  outline-style: dotted;
  outline-color: green;
}

.combobox-wrapper input {
  font-size: inherit;
  border: 1px solid #aaa;
  border-radius: 2px;
  line-height: 1.5em;
  padding-right: 30px;
  width: 200px;
}

.combobox-dropdown {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0 2px;
  height: 1.5em;
  border-radius: 0 2px 2px 0;
  border: 1px solid #aaa;
}

.grid .result-cell {
  display: inline-block;
  cursor: default;
  margin: 0;
  padding: 0 5px;
}

.grid .result-cell:last-child {
  float: right;
  font-size: 12px;
  font-weight: 200;
  color: #333;
  line-height: 24px;
}
}*/
.all__result_group .all__list_title {
  margin-bottom: -16px;
}
.all__result_group li a {
  position: relative;
}

/* === end Listing ===*/
/*=== Begin List Navigation css ===*/
.lp__latest_title {
    font-weight: normal;
    }

.inline_search_api {
  margin-bottom: 16px;
}

.morelist:after {
  font-family: "loopicon";
  content: "\e128";
  font-size: 0.625rem;
}

.lesslist:after {
  font-family: "loopicon";
  content: "\e129";
  font-size: 0.625rem;
}

/*=== End List Navigation css ===*/
.lp__primary_input {
         margin-bottom:16px;
    }
.lp__input_text {
    font-size:14px;
        line-height:22px;
        font-weight:bold;
        margin-bottom:8px;
    display:block;
}
.lp__secondary_input input[type=text],
.lp__secondary_input input[type=email],
.lp__secondary_input input[type=search],
.lp__secondary_search input[type=text],
.lp__secondary_search input[type=email],
.lp__secondary_search input[type=search] {
  font-size: 0.875rem;
  line-height: 1.375rem;
  width: 100%;
  height: 40px;
  padding: 10px 64px 10px 10px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  -webkit-appearance: none;
  box-shadow: none;
}
.lp__secondary_input input[type=text]:focus,
.lp__secondary_input input[type=email]:focus,
.lp__secondary_input input[type=search]:focus,
.lp__secondary_search input[type=text]:focus,
.lp__secondary_search input[type=email]:focus,
.lp__secondary_search input[type=search]:focus {
  background-color: #ffffff;
  outline: #996300 solid 2px;
  color: #002244;
  -webkit-appearance: none;
}
.lp__secondary_input[disabled],
.lp__secondary_search[disabled] {
  opacity: 0.6;
}
.lp__search {
  position: relative;
}

.lp__submit_icon,
.lp__research_submitbtn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px;
  border: 0px;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: transparent;
  height: 40px;
}
.lp__radio input[type=radio],
.lp__radio_inline input[type=radio],
.lp__checkbox input[type=checkbox],
.lp__checkbox_inline input[type=checkbox] {
  position: absolute;
 
  z-index: 1;
  width: 20px;
  height: 20px;
}
.lp__primary_checkbox {
  position: absolute;
}
.lp__primary_checkbox + label {
  position: relative;
  padding: 0;
}
.lp__primary_checkbox + label:before {
  content: "";
  margin-right: 8px;
  display: inline-block;
  vertical-align: text-top;
  padding: 4px;
  width: 20px;
  height: 20px;
  background: #FAFDFF;
  border: 1px solid #D8E7F5;
  box-shadow: inset 0px 3px 0px 0px #F0F7FE;
  cursor: pointer;
  float: left;
}
.lp__primary_checkbox:focus + label:before {
  outline: #996300 solid 2px;
}

.lp__primary_checkbox:checked + label:before {
  background: #FAFDFF;
  box-shadow: inset 0px 3px 0px 0px #F0F7FE;
}

.lp__primary_checkbox:checked:disabled + label:before {
  background: #FAFDFF;
  border: 1px solid #D8E7F5;
  box-shadow: inset 0px 1px 0px 0px #F0F7FE;
}

.lp__checkbox_label_wrapper, .lp__radio_label {
    display: table-cell;
    font-size: 0.8125rem;
    line-height: 1.0625rem;
        text-transform: capitalize;
}
.lp__radio label, .lp__checkbox label {
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

@media (min-width: 1200px){
html[lang="ar"] .sidebar-wrapper {
    padding: 0px 0px 0px 32px;
}
    }

@media (min-width: 991px){
html[lang="ar"] .sidebar-wrapper {
   padding: 0px 0px 0px 16px;
border:0px;
    border-left: 1px solid #e5e5e5;
}
}
html[lang="ar"] li.sidebar-list-item .sidebar-link {
        text-align: right;
}
html[lang="ar"] li.sidebar-list-item .sidebar-link[aria-expanded=false]:after,
html[lang="ar"] li.sidebar-list-item .sidebar-link[aria-expanded=true]:after {
        float: left;
}
html[lang="ar"] .lp__primary_checkbox + label:before {
float: right;
margin: 0px 0px 0px 8px;
}

html[lang="ar"] .lp__checkbox input[type=checkbox], 
html[lang="ar"] .lp__checkbox_inline input[type=checkbox] {
margin: 0px -28px 0px 0px;
}
html[lang="ar"] .lp__secondary_input input[type=text], 
html[lang="ar"] .lp__secondary_input input[type=email], 
html[lang="ar"] .lp__secondary_input input[type=search], 
html[lang="ar"] .lp__secondary_search input[type=text], 
html[lang="ar"] .lp__secondary_search input[type=email], 
html[lang="ar"] .lp__secondary_search input[type=search] {
    padding: 10px 10px 10px 64px;
}
html[lang="ar"] .lp__submit_icon, 
html[lang="ar"] .lp__research_submitbtn {
        right: auto;
    left: 0;
        transform: scaleX(-1);
    }
html[lang="ar"] .lp__latest_hammer {
        display: inline-block;
    width: 100%;
  }
   html[lang="ar"] .lp__latest_hammer span {
        float: right;
        }
   html[lang="ar"] .clear-all {
    float: left;
}

.pagination li.disabled a{
    color:#d4d4d4;
}
.pagination li:first-child,
.pagination li:last-child {
    letter-spacing:-6px
}
.sidebar-title {
    text-transform: uppercase;
}
.reset-btn {
    font-size: 12px;
    color: #0071bc;
}
.pagination li a i {
    font-weight: normal;
}