.banner-search-right .lfr-configurator-visibility .portlet-content-editable {
  opacity: 1;
}

.banner-search-right .portlet-topper{
  display: none !important;
}

.banner-search-right input[type=text].form-control.input-group-inset.input-group-inset-after.search-bar-keywords-input {
padding: 10px;
font-size: 17px;
border: 1px solid #F5F9FD;
float: left;
width: 80%;
background: #F5F9FD;
font-size: 30px;
  line-height: 41px;
  letter-spacing: 0;
  padding: 0 3%;
}

.banner-search-right .btn:hover {
  color: #4F8EF8;
}

.banner-search-right .portlet-title-default {
  line-height: 41;
}

.banner-search-right input[type=text].form-control.input-group-inset.input-group-inset-after.search-bar-keywords-input {
	padding: 10px;
	font-size: 17px;
	border: 1px solid #F5F9FD;
	float: left;
	width: 80%;
	background: #F5F9FD;
	font-size: 30px;
    line-height: 41px;
    letter-spacing: 0;
    padding: 0 3%;
  }
  
  .banner-search-right .input-group-inset-item.input-group-inset-item-after.search-bar-search-button-wrapper {
	float: left;
	width: 20%;
	padding: 10px;
	background: transparent;
	color: white;
	font-size: 17px;
	border: 0;
	border-left: none;
	cursor: pointer;
  }

  .banner-search-right button{
    color: #4F8EF8;
  }
 
  .banner-search-right::after {
	content: "";
	clear: both;
	display: table;
  }
  .banner-search-right input:focus {
	outline: none;
  }
  .banner-search-right ::placeholder {
	color: #AFB7C6;
	opacity: 1; /* Firefox */
	padding: 0 3%;
  }
  
  .banner-search-right :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #AFB7C6;
	padding: 0 3%;
  }
  
  .banner-search-right ::-ms-input-placeholder { /* Microsoft Edge */
	color: #AFB7C6;
	padding: 0 3%;
  }

  #portlet_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_INSTANCE_JpjzCLehg9J4 > div > div.portlet-content-container {
    margin-left: 5% !important;
    margin-right: 5%;
}

#p_p_id_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_INSTANCE_JpjzCLehg9J4_ .portlet-content {
    padding: 0;
}

/* #p_p_id_com_liferay_journal_content_web_portlet_JournalContentPortlet_INSTANCE_7wMMpnA2BCT2_ .portlet-content {
    padding-left: 0;
} */


.pagination {
    margin-left: auto;
    
}

.lfr-search-container-wrapper .list-group {
    position: relative;
    margin-top: 90px;
}

.dropdown.pagination-items-per-page {
    position: absolute;
    top: 3px;
}

.dropdown-toggle.page-link {
    width: auto;
    margin-left: 0;
}

.pagination-results {
    position: absolute;
    top: 3px;
    left: 15%;
    color: #06284B;
}

.lfr-search-container-wrapper a {
    color: #06284B;
}

.page-item.active .page-link, .nav-underline .tab.active a.page-item .page-link, .page-item.show .page-link {
    background-color: #007BFF;
    border-color: #007BFF;
    color: #FFF;
    cursor: default;
    z-index: 3;
    border-radius: 50%;
    font-size: 12px;
    line-height: 33px;
    width: 35px;
    height: 35px;
    margin: 0 5px;
}

.page-link {
    align-items: center;
    background-color: #FFF;
    border-width: 1px;
    border-radius: 0;
    display: inline-flex;
    height: 2.375rem;
    justify-content: center;
    line-height: 1.25;
    margin-left: 0;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0 5px;
}

.page-item:first-child .page-link, .page-link-first {
    border: 0;
}

.page-item:last-child .page-link, .page-link-last {
    border: 0;
}

#_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_INSTANCE_JpjzCLehg9J4_searchContainerTagPageIteratorBottom {
    margin-top: 40px !important;
    margin-left: auto;
    margin-bottom: 40px !important;
}


.list-group-notification .list-group-item {
    box-shadow: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 30px 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item-flex .autofit-col {
  padding-left: 0;
  padding-right: 0;
}

#_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_INSTANCE_JpjzCLehg9J4_searchContainerTagSearchContainer > ul > li > div.autofit-col.autofit-col-expand > h4 > a > strong {
  line-height: 21px !important;
}

.search-document-content.text-default p{
  margin-bottom: 0;
}

.lfr-search-container-wrapper .list-group .list-group-item h4.custom-title-class {
  margin-bottom: 20px;
}

@media (max-width: 1024px){
    .pagination-results {
        left: 17%;
    }
  }


@media (max-width: 992px){
	.searchResultPage input[type=text].form-control.input-group-inset.input-group-inset-after.search-bar-keywords-input {
		font-size: 20px;
		line-height: 28px;
    }
    .pagination-results {
        left: 23%;
    }
  }
  @media (max-width: 767px){
    .pagination-results {
        left: auto;
        right: 0;
    }
    #_com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_INSTANCE_JpjzCLehg9J4_searchContainerTagPageIteratorBottom {
        margin-bottom: 40px !important;
    }
  }
  
  @media (max-width: 360px){
    .pagination-results {
        font-size: 14px;
    }
   }

   @media (max-width: 320px){
    .pagination-results {
        font-size: 12px;
    }
    .page-link {
      padding-bottom: 0.5rem;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      padding-top: 0.5rem;
      width: 30px;
      height: 30px;
  }
  .dropdown-toggle.page-link {
    width: auto;
  }
  .page-item.active .page-link, .nav-underline .tab.active a.page-item .page-link, .page-item.show .page-link {
    width: 30px;
    height: 30px;
}
  }