/**
  * Mageants Faq Magento2 Extension                           
*/
.faq-main-container .action.next {
  display: none;
}
.faq-main-container .toolbar-amount {
  display: none;
}
.faq-main {
  border: 1px solid;
  padding: 15px;
  position:relative;
  margin-top: 25px;
}
.toolbar{

  text-align: end;

}
.ans-row {
  width: 100%;
  display:none;
   padding-top: 15px;
   text-align: justify;
  padding-left: 18px;
}
.view-ans {
  font-size: 16px;
  text-decoration:none !important;
}
.ans-sign {
  width: 20px;
}
.que {
  padding: 15px;
}
.item .page {
  background-color: rgb(209, 212, 216);
  color: #fff !important;
  width: 25px;
}
.current .page {
  background-color: rgb(20, 131, 184) !important;
}
.items.pages-items {
  float: right;
}
.faqlist {
  list-style: none;
}
.faqlist a {
  text-decoration: none;
}
.faqlist > li:hover {
  margin-left: 10px;
}
.faqtopics {
  margin-bottom: 5px;
  text-align: center;
  width: 100%;
}
.catlist {
  margin-top: 10px;
 width: 100%;
}
.loading{
 background-image:url('images/loading.gif');
 height: 250px;
  position: absolute;
  top: 45%;
  width: 30%;
  z-index: 2147483647;
  left: 45%;
  border: 0;
  display:none;
  background-repeat:no-repeat;
  
}
.faq-main-container{position:relative;}
.cms-block {
  margin-top: 30px;
}
.search-div {
  width: 100%;
}
.search-container {
  width: 100%;
  padding-bottom: 15px;
}
.search-bar {
  width: 65% !important;
  margin-left: 10px;
  height: 35px !important;
}
.error-msg{color:#f00;}
.faqlist {
  border: 1px solid rgb(195, 207, 217);
  padding-left: 0;
}
.faqlist > li {
  border-bottom: 1px solid rgb(195, 207, 217);
  padding-bottom: 5px;
  padding-left: 10px;
}
.faqlist > li:last-child {
  border-bottom: none;
}
.topic {
  text-align: center !important;
}
.error {
  padding-top: 5px;
  text-align: center;
  width: 24%;
}
.success-msg{
	color:#00FF00;
}
.search-btn {
  height: 37px;
  padding-top: 0px;
  padding-bottom: 0px ;
  width:25%;
  box-sizing: border-box;
    height: 39px;
  padding-left: 0;
 }   
.tooltip {
  background: #ccc none repeat scroll 0 0;
  bottom: 0;
  height: 30px;
  left: 59px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 33px;
  vertical-align: middle;
  width: 65%;
  z-index: 99999999999999999999999999999999999999999999999999;
  display: none;
  cursor:pointer;
}
@media (max-width:850px)
{
	.search-btn {width:20%;}
}
@media (max-width:460px)
{
	.search-btn {width:auto;}
	.error { width: 55%;}
}
@media (max-width:435px)
{
.search-container{text-align:center}
.search-container label { display: none;}
.error { width: 50%;}
.tooltip {left: 10%;width: 50%;}
}

