.j_term_content {
    z-index: 1000;
    position: absolute;
    top: 100%;
    left: 10%;
    width: 80%;
	height:284px!important;
    background: #FFF;
	opacity: 0.95;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: auto;
}

@media only screen and (max-width: 767.96px) {
	.j_term_content {
		left: 5%;
		width: 90%;
		height: 396px !important;
		font-size: 0.75rem;
	}
}

.j_term_content::-webkit-scrollbar {
  background-color: #999;
  width:0.75rem;
}

.j_term_content::-webkit-scrollbar-thumb {
  background-color: #D4003B;
}





.j_term_content_page {
    z-index: 1000;
    position: relative;
    top: 10px;
    left: 10%;
    width: 80%;
	height:284px!important;
    background: #FFF;
	opacity: 0.95;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: auto;
}

@media only screen and (max-width: 767.96px) {
	.j_term_content_page {
		left: 5%;
        width: 90%;
        height: 396px !important;
        font-size: 0.75rem;
	}
}

.j_term_content_page::-webkit-scrollbar {
  background-color: #999;
  width:0.75rem;
}

.j_term_content_page::-webkit-scrollbar-thumb {
  background-color: #D4003B;
}



.j_term_content_filter {
   z-index: 9996;
    position: absolute;
    top: 19%;
    left: 10%;
    width: 80%;
    height: 284px !important;
    background: #FFF;
    opacity: 1;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: auto;
}

@media only screen and (max-width: 767.96px) {
	.j_term_content_filter {
		left: 1%;
        width: 96%;
        height: auto !important;
        font-size: 0.75rem;
	}
}

.j_term_content_filter::-webkit-scrollbar {
  background-color: #999;
  width:0.75rem;
}

.j_term_content_filter::-webkit-scrollbar-thumb {
  background-color: #D4003B;
}


.j_term_content_index {
    z-index: 9996;
    position: absolute;
    top: 75%;
    left: 10%;
    width: 80%;
    height: 284px !important;
    background: #FFF;
    opacity: 1;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: auto;
}

@media only screen and (max-width: 767.96px) {
	.j_term_content_index {
		left: 1%;
        width: 96%;
        /*height: auto !important;*/
        font-size: 0.75rem;
	}
}

.j_term_content_index::-webkit-scrollbar {
  background-color: #999;
  width:0.75rem;
}

.j_term_content_index::-webkit-scrollbar-thumb {
  background-color: #D4003B;
}



.j_term_content_header {
    z-index: 1000;
    position: absolute;
    top: 100%;
    left: 10%;
    width: 80%;
	height:284px!important;
    background: #FFF;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: auto;
}

@media only screen and (max-width: 767.96px) {
	.j_term_content_header {
		left: 4%;
        width: 140%;
		height: 396px !important;
		font-size: 0.75rem;
	}
}

.j_term_content_header::-webkit-scrollbar {
  background-color: #999;
  width:0.75rem;
}

.j_term_content_header::-webkit-scrollbar-thumb {
  background-color: #D4003B;
}





.j_term_content_item{
    display: flex;
    padding: 10px;
	height:auto!important;
	border-bottom:1px solid #ccc;
}

.j_term_content_item .row{
    width: 100%;
}



.j_term_content_item:hover{
    background-color: rgba(0, 0, 0, 0.05);
}

.j_term_content_item img{
    flex-basis: 100px;
}

.j_term_content_item_description{
    flex-basis: calc(100%);
}

.j_term_content_item_description p{
   font-size: 1em;
    text-align: left;
	font-family: 'Ubuntu', sans-serif;
}

.j_term_content_item_description p a{
    color: #000;
}

.j_term_content_item_description p a:hover{
    text-decoration: underline;
}














