/**
 * @package     Faqueue.site
 * @subpackage  com_faqueue
 *
 * @copyright   Copyright (C) 2017 Bay6Studio, LLC. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

.faq-sidebar-container{border-left: dotted 1px #ccc; padding-left: 10px;}
.faq-sidebar-container .nav-list{padding-left: 0;}

.fqitem-container{height: auto; min-height: 30px; margin: 10px auto; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.fqitem-cnt{height: auto; min-height: 35px; padding: 10px;	overflow: auto;}
.fqitem-cnt:hover{border-right: solid 4px #ccc;}
.fqitem-cnt img{width: 35px; height: 35px; float: left; margin-right: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.thefqitem{width: auto; height: auto; min-height: 35px;}
.thefqitem h5{display: inline; float: left; font-family: tahoma; font-size: 13px; color: #3b5998; margin: 0 15px 0 0;}
.thefqitem .fqitem-dt{display: inline; float: left; font-size: 12px; line-height: 18px; color: #ccc;}
.thefqitem p{width: auto; margin: 5px 5px 5px 45px; color: #4e5665;}
.new-fqitem-bt{width: 100%; height: 30px; border: #d3d7dc 1px solid; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #f9f9f9; color: #adb2bb; cursor: text;}
.new-fqitem-bt span{display: inline;font-size: 13px;margin-left: 10px;	line-height: 30px;}
.new-fqitem-cnt{width: 100%; height: auto; min-height: 110px; }
.the-new-fqitem{width: 98%; height: auto; min-height: 70px; padding: 5px; margin-bottom: 20px; border: #d3d7dc 1px solid; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #f9f9f9; color: #333; resize: none;}
.new-fqitem-cnt input[type="text"]{margin: 0; height: 20px; padding: 5px; border: #d3d7dc 1px solid;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #f9f9f9; color: #333; margin-bottom:5px;}
.fqitem-container textarea:focus, .new-fqitem-cnt input[type="text"]:focus{border-color: rgba(82, 168, 236, 0.8); outline: 0; outline: thin dotted \9; /* IE6-9 */ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.4); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.4); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.4);}
.new-fqitem-cnt{width:100%; height: auto; display: none; margin-bottom: 10px;}
.shadow{-webkit-box-shadow: 0px 0px 18px rgba(50, 50, 50, 0.31); -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.31); box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.31);}
/*.bt-add-fqitem{display: inline;float: left;padding: 8px 10px;  margin-right: 10px;background-color: #3498db;color: #fff; cursor: pointer;opacity: 0.6;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.bt-cancel-fqitem{display: inline;float: left;padding: 8px 10px; border: #d9d9d9 1px solid;color: #404040;	cursor: pointer;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}*/

ul.faq-details{margin: 0; padding: 0;}
ul.faq-details li{list-style-type: none; margin-left: 0px; padding: 5px 0;}
ul.faq-details li.divider{height: 1px; padding: 0; margin: 8px 1px; overflow: hidden; background-color: #e5e5e5; border-bottom: 1px solid #fff;}

#faq-accordion h4{margin: 1rem;}
#faq-accordion .faqueue-loading{text-align: center; padding: 10px;}
#faq-accordion .faqueue-faq{padding: 1rem;}
#faq-accordion .faqueue-faq{display: inline-block;
	position: relative;
	background: #fff;
	text-decoration: none;
	padding: 20px;
}
#faq-accordion .faqueue-faq:after {
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	bottom: 100%;
	width: 0;
	height: 0;
	border-bottom: 10px solid #fff;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

@keyframes blink {50% { color: transparent }}
.loader_dot { animation: 1s blink infinite }
.loader_dot:nth-child(2) { animation-delay: 250ms }
.loader_dot:nth-child(3) { animation-delay: 500ms }

@media print {
  a[href]:after {
    content: none !important;
  }
  .fqitem-container{border: none;}
}
