/* jQuery bootstrap feedback (https://github.com/Askedio/jquery-bootstrap-feedback) */
.btn-circle.btn-lg {
  width: 35px;
  height: 35px;
  padding: 5px 7px;
  font-size: 11px;
  line-height: 1.33;
  border-radius: 25px;
	opacity: 0.6;
	transition: 0.3s;
}
.btn-circle.btn-lg:hover {opacity: 1;}

.fixed-bottom-left, .fixed-bottom-right {position: fixed;}
.fixed-bottom-left {left:5px; bottom:60px}
.fixed-bottom-right {right:5px; bottom:5px}

.feedback-textarea { height: 160px !important; }
.feedback-cam{ position: relative; top: -24px; right: 10px; opacity: .6}
.feedback-cam:hover{  opacity: 1}
.feedback-reported p, .feedback-failed p  { height: 150px; padding: 15px 30px; margin: 15px; background-color: #ffffff; border: 1px solid #CCD9E9;}

.feedback .dropdown-menu {width: 290px;height: 340px;bottom: 50px; z-index: 2000; background-color: #DFE5ED; box-shadow: 0px 0px 30px rgba(0,0,0,.4);}
.feedback .btn.active {box-shadow: none;}
.fixed-bottom-left .dropdown-menu{ left: 0 }
.fixed-bottom-right .dropdown-menu{ right: 0 }
.feedback-loading, .feedback-reported, .feedback-failed { display: none }

.feedback-type-holder {text-align: center; margin-bottom: 10px;}