/* custom search css */
.search-heading-panel {
	display: block;
	padding-left: 0px !important;
	/*padding-right: 0px !important;*/
}

.search-heading-panel h2 {
	margin: 0px !important;
	width: 100%;
	max-width: 100%;
	font-size: 18px;
	font-weight: 600;
}

.search-heading {
	color: blue !important;
	margin: 0px !important;
	width: 100%;
	max-width: 100%;
	font-size: 18px;
	padding-left: 10px;
	padding-bottom: 7px;
	font-weight: 600;
	border-bottom: 2px solid #0066cc;
}

.search-element {
	border-bottom: 2px #efefef solid;
	/* margin-top: 10px !important; */
	padding: 10px;
}

.search-element i {
	margin-top: 5px;
}

li>.row {
	margin: 0px 0px 0px 0px !important;
}

.search-menu li:hover {
	cursor: pointer;
}

.search-button {
	width: 100%;
	border-radius: 5px;
	max-height: 2.375rem;
}

.not-active {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #CCC !important;
}

.icon {
	font-size: 40px;
	float: left;
	position: relative;
	top: -5px;
	left: 20px;
}

.icon .fas {
	font-size: 35px !important;
}

.result-container {
	margin-top: 10px;
	font-size: 14px;
}

.result-container.card {
	padding: 10px !important;
	border: none;
	border-bottom: 1px solid #CCC;
	border-radius: 0;
	margin-bottom: 0;
}

.result-container .card.smooth {
	box-shadow: none;
}

.result-container .card>h3 {
	margin: 0px !important;
}

.result-container .card p {
	margin: 10px 0px 10px 0px !important;
	width: 95%;
}

.search-panel {
	padding: 10px 10px 0px 10px;
}

.smooth {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.content {
	margin-top: 0px;
	margin-left: 70px;
}

.content p {
	margin: 0px !important;
}

.content h3 {
	margin: 10px 0px 0px 0px !important;
}

.toggle-search-button.Icon-search {
	font-size: 14px;
}

.highlight-custom {
	background: #ffff01;
	font-weight: bold;
	margin: 0 1px;
}

/*CSS AUTOCOMPLETE DI TEST*/
.yui3-aclist-item {
	color: black;
	text-align: left;
	a
}

.yui3-skin-sam .yui3-aclist-item-active {
	background: #0066cc;
}

.yui3-skin-sam .yui3-aclist-content {
	box-shadow: 1px 1px 4px rgb(0 0 0/ 80%);
}

.yui3-aclist {
	z-index: 4;
}
/*CSS AUTOCOMPLETE DI TEST*/

/*CSS PAGINATOR*/
.page-link input {
	margin-top: 0.30rem;
	width: 4em;
}
/**/

.noActive h3{
  color: #6c757d !important;
}

.noActive .icon i{
  color: #6c757d !important;
}

.noActive .u-color-blu{
  color: #6c757d !important;
}

.noActive p{
    color: #6c757d !important;
}

.badge{
	background-color: #0066cc;
	color:#ffff;
}
.badge a {color: #fff !important;}

/*Spinner loading*/
.lds-dual-ring {
	position: fixed;
	display: inline-block;
	width: 80px;
	height: 80px;
	z-index: 1000000000;
	/*position: absolute;*/
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
}

.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #2fa4f5;
	border-color: #2fa4f5 transparent #2fa4f5 transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*Spinner loading*/

.social_share{
	font-size: 25px;
}

.social_share .fa-facebook-square{
	color: #3b5998
}

.social_share .fa-twitter-square{
	color: #1da1f2
}

.social_share .fa-whatsapp-square{
	color: #1FBEA5
}

.social_share .fa-telegram{
	color: #32AFED
}

.social_share .fa-envelope-square{
	color:#0066cc
}

.social_share .fa-clipboard{
	color:#0066cc
}


.search .portlet{
  margin-bottom:-1px!important;
}