/** Color helpers **/
.color-green {
  color: #a3d869 !important;
}

.color-dark-green {
  color: #6c953c !important;
}

.color-aqua {
  color: #00b1c1 !important;
}

.color-blue {
  color: #006690 !important;
}

.color-purple {
  color: #95519e !important;
}

.color-red {
  color: #be0f34 !important;
}

.color-orange {
  color: #ea7125 !important;
}

/*============== forms ==============*/
.line {
  clear: both;
  height: 10px;
  margin: 15px 0;
  border-bottom: 1px solid #cacaca;
}

.fieldshow {
  font-size: 11px;
  margin: 0;
}

.hide {
  display: none;
}

.fieldshow dt {
  float: left;
  clear: left;
  width: 30%;
  color: #787878;
  padding: 5px 2px;
}

.fieldshow dd {
  float: left;
  width: 66%;
  margin: 0;
  padding: 5px 2px;
}

.fieldshow dd a {
  font-size: 11px;
}

.fieldshow .nested {
  width: 155px;
}

.fieldshow .errorCell {
  font-weight: bold;
  background: #ffcece;
}

.fieldshow .errorCell div {
  padding: 0 4px;
  color: #cf0000;
}

.fieldshow dd input.text {
  width: 200px;
}

.fieldshow dd .textbox {
  width: 270px;
  height: 70px;
}

/*============== for yearly splits ==============*/
.fieldshow .splits {
  width: 33%;
  float: left;
  font-size: 11px;
}

.fieldshow .splits.title {
  font-weight: bold;
}

#page-wrapper nav.navbar {
  background: white;
}

.navbar-minimalize {
  background: transparent;
  color: #a3d869;
  border-color: transparent;
}

.navbar-minimalize:hover,
.navbar-minimalize:active,
.navbar-minimalize:focus {
  background: #a3d869;
  color: white;
  border-color: #a3d869;
}

.brand-logo-wrapper {
  background-color: white;
  padding: 12px 0;
  border-right: 1px solid #efefef;
  text-align: center;
}

.mini-navbar .brand-logo {
  display: none;
}

.navbar-form-custom .form-group:before {
  content: "\f002";
  font-family: FontAwesome;
  color: #aaa;
}

.navbar-form-custom .form-group {
  white-space: nowrap;
  border: 1px solid transparent;
  vertical-align: top;
}

.navbar-form-custom .form-group input[type="text"] {
  display: inline-block;
  padding-left: 2px;
  margin-right: -71px;
}

.navbar-form-custom .form-group input[type="submit"] {
  display: none;
  padding: 4px 10px;
  vertical-align: middle;
  margin-top: -2px;
}

.navbar-form-custom.active .form-group {
  border: 1px solid #efefef;
  border-radius: 4px;
}

.navbar-form-custom.active .form-group:before {
  content: "";
}

.navbar-form-custom.active .form-group:before {
  content: "";
}

.navbar-form-custom.active .form-group input[type="submit"] {
  display: inline-block;
}

#wrapper nav[role="navigation"] .nav-header .profile-element .img-circle {
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  position: relative;

  background: white;
}

#wrapper nav[role="navigation"] .nav-header .profile-element .img-circle img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: none;
}

#wrapper
  nav[role="navigation"]
  .nav-header
  .profile-element
  .img-circle
  img.landscape {
  max-height: 100%;
  max-width: none;
}

.nav-header {
  background-color: #0e9aef;
  background-image: url(header-profile-skin-1.png);
  background-size: cover;
}

/* .main-content-wrapper {
  padding-bottom: 60px;
} */

.main-content-wrapper .container {
  max-width: 100%;
}

#contentlarge {
  padding-bottom: 30px;
  margin: 0 10px 0;
}

#contentlarge > .container {
  padding-top: 10px;
}

.clear {
  clear: both;
}

div.avatar-sm {
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  position: relative;
  background: white;
  border-radius: 50%;
}

div.avatar-sm img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: none;
}

.comments div.avatar-sm {
  margin-right: 10px;
}

.comments .comment-head {
  margin-bottom: 15px;
}

.btn-like-active {
  color: #337ab7;
}

.btn-default.btn-like-active {
  border-color: #337ab7;
}

.btn-default.btn-like-active:hover {
  color: white;
  background-color: #337ab7;
}

.likes .fa {
}

.text-gray,
a.text-gray {
  color: #676a6c;
}

a.text-gray:hover,
a.text-gray:active {
  color: #23527c;
}

.overflow-visible .feed-element {
  overflow: visible;
}

.heartbeat-box {
  padding-top: 40px;
}

.yui-tt {
  visibility: hidden;
  position: absolute;
  color: #333;
  background-color: #d5e7ff;
  padding: 2px 5px;
  border: 1px solid #6699ff;
  width: auto;
  z-index: 500;
}
/*
.surveyQuestion label {
    font-weight: normal;
}
.surveyQuestion label input {
    margin-right: 5px;
}

.surveyQuestion label.custominput {
	position: relative;
	cursor: pointer;
	padding-left: 25px;
	margin: 4px 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height:18px;
}
.surveyQuestion label.custominput.no-text{
	padding-left:0;
}
.surveyQuestion label.custominput input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.surveyQuestion label.custominput .radiomark{
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #F1F7FF;
	border-radius: 50%;
	border:1px solid #1A7BB9;
}
.surveyQuestion label.custominput .checkmark{
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #F1F7FF;
	border:1px solid #1A7BB9;
}
.surveyQuestion label.custominput .radiomark:after, .surveyQuestion label.custominput .checkmark:after{
	content: "";
	position: absolute;
	display: none;	
}

.surveyQuestion label.custominput:hover input ~ .radiomark,.surveyQuestion label.custominput:hover input ~ .checkmark {
  background-color: #1A7BB9;
}

.surveyQuestion label.custominput input:checked ~ .radiomark, .surveyQuestion label.custominput input:checked ~ .checkmark {
  background-color: #1A7BB9;
}
.surveyQuestion label.custominput .radiomark:after{
	content: "";
	position: absolute;
	display: none;
	top: 5px;
	left: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.surveyQuestion label.custominput .checkmark:after{
	left: 6px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);	
}

.surveyQuestion label.custominput input:checked ~ .radiomark:after, .surveyQuestion label.custominput input:checked ~ .checkmark:after {
	display: block;
}*/

.surveyQuestion label.custominput {
  position: relative;
  cursor: pointer;
  /*margin: 4px 0;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: auto;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0;
}
.surveyQuestion label.custominput.no-text {
  padding-left: 0;
}
/* .surveyQuestion label.custominput ! > input[type="radio"]:checked,
.surveyQuestion label.custominput ! > input[type="checkbox"]:checked {
  font-weight: bold;
} */

fieldshow .errorCell {
  background: none !important;
}
.surveyQuestion label.custominput input {
  position: relative !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 8px 8px 8px 0;
  box-sizing: content-box;
  overflow: hidden;
  vertical-align: middle;
}
.surveyQuestion label.custominput input:before {
  content: "";
  display: block;
  box-sizing: content-box;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  transition: 0.2s border-color ease;
}
.surveyQuestion label.custominput input:checked:before {
  border-color: #006690;
  transition: 0.5s border-color ease;
}
.surveyQuestion label.custominput input:disabled:before {
  border-color: #ccc;
  background-color: #ccc;
}
.surveyQuestion label.custominput input:after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: content-box;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #006690;
  width: 16px;
  height: 16px;
  border-radius: 100vh;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.surveyQuestion label.custominput input[type="radio"]:before {
  border-radius: 100vh;
}
.surveyQuestion label.custominput input[type="radio"]:after {
  width: 16px;
  height: 16px;
  border-radius: 100vh;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.surveyQuestion label.custominput input[type="radio"]:checked:after {
  -webkit-animation: toggleOnRadio 0.2s ease forwards;
  animation: toggleOnRadio 0.2s ease forwards;
}
.surveyQuestion label.custominput input[type="checkbox"]:before {
  border-radius: 4px;
}
.surveyQuestion label.custominput input[type="checkbox"]:after {
  width: 9.6px;
  height: 16px;
  border-radius: 0;
  -webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
  transform: translate(-50%, -85%) scale(0) rotate(45deg);
  background-color: transparent;
  box-shadow: 4px 4px 0px 0px #006690;
}
.surveyQuestion label.custominput input[type="checkbox"]:checked:after {
  -webkit-animation: toggleOnCheckbox 0.2s ease forwards;
  animation: toggleOnCheckbox 0.2s ease forwards;
}
.surveyQuestion label.custominput input[type="checkbox"].filled:before {
  border-radius: 4px;
  transition: 0.2s border-color ease, 0.2s background-color ease;
}
.surveyQuestion
  label.custominput
  input[type="checkbox"].filled:checked:not(:disabled):before {
  background-color: #006690;
}
.surveyQuestion
  label.custominput
  input[type="checkbox"].filled:not(:disabled):after {
  box-shadow: 4px 4px 0px 0px white;
}
@-webkit-keyframes toggleOnCheckbox {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
    transform: translate(-50%, -85%) scale(0) rotate(45deg);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
    transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
    transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
  }
}
@keyframes toggleOnCheckbox {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
    transform: translate(-50%, -85%) scale(0) rotate(45deg);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
    transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
    transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
  }
}
@-webkit-keyframes toggleOnRadio {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@keyframes toggleOnRadio {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}
.surveyQuestion label.custominput input[type="checkbox"],
.surveyQuestion label.custominput input[type="radio"] {
  border: none !important;
}
/*
.surveyQuestion label.custominput {
  display: flex;
  flex-direction: row;
  align-items: center;
}*/
/* bootstrap 4.3 form input styling */
.input-group-prepend {
  margin-right: -1px;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  /*width: 100%;*/
  /* padding-right: 15px !important;
  padding-left: 15px !important; */
}
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-text {
  height: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/*rating question special style*/
#survey .feedback {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  top: -300px;
  -webkit-animation: transitionDown 300ms ease 1s forwards;
  animation: transitionDown 300ms ease 1s forwards;
}

#survey .feedback {
  width: 100%;
  max-width: 600px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  box-shadow: 0px 15px 40px rgba(33, 37, 42, 0.12),
    0px 5px 12px rgba(33, 37, 42, 0.07);
}
#survey .feedback__body {
  padding: 3.2rem 2.4rem;
}
#survey .feedback__header {
  height: 0.5rem;
}
#survey .feedback__item-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#survey .feedback__direction-container {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
#survey .feedback__direction {
  color: #adb5bd;
}
#survey .feedback__item {
  position: relative;
  /*width: 10%;*/
}
#survey .feedback__label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #adb5bd;
  color: #adb5bd;
  border-radius: 50%;
  margin: auto;
  display: block;
  transition: all 200ms ease;
  padding: 0 13px;
}
@media screen and (max-width: 600px) {
  #survey .feedback__label {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .sitesurvey .surveyQuestion tbody.sigsel .others label input {
    width: 40px;
  }
}
#survey .feedback__label:hover,
#survey .feedback__label:focus {
  box-shadow: 0px 0px 0px 3px rgba(255, 122, 89, 0.4);
  border-color: #ff7a59;
  transition: all 200ms ease;
}
#survey .feedback__input {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
#survey .feedback__input:checked + #survey .feedback__label {
  background: #006690;
  border-color: #0089bf;
  color: #ffffff;
  text-shadow: 0px 2px 2px rgba(33, 37, 42, 0.3);
  transition: all 200ms ease;
}
#survey #progress-wrapper {
  width: 100%;
  height: 8px;
  background: #f5f5f5;
  border-radius: 3px;
}
#survey #progress-wrapper #progress-bar {
  background: #006690;
  height: 100%;
  width: 0%;
  transition: 0.5s ease-in-out;
  border-radius: 3px;
  position: relative;
}
#survey #progress-wrapper #progress-bar:after {
  content: attr(data-progress) "%";
  position: absolute;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  background: white;
  padding: 10px;
  width: 50px;
  top: -28px;
  right: -25px;
  border-radius: 5px;
  opacity: 0;
  transition: 0.25s ease-in-out;
}
#survey #progress-wrapper #progress-bar:after {
  top: -38px;
  opacity: 1;
}
@-webkit-keyframes transitionDown {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

@keyframes transitionDown {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

.errorCell {
  background-color: #ffcece;
  border: 1px solid #ffcece;
  border-radius: 5px;
  font-size: 12px;
}

.errorCell > div {
  padding: 5px 8px;
  color: #cf0000;
}

.profile-img-wrapper .img-circle {
  z-index: 99;
  background: #fff;
  border: none;
}

.profile-img-wrapper {
  position: relative;
  height: 75px;
  width: 75px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: -35px;
}

.profile-element .percentage-bar {
  transform: rotateZ(-90deg);
  position: absolute;
  top: 0;
  left: 0;
}

.profile-element .percentage-bar circle {
  stroke-dasharray: 188.5;
  stroke: #a3d869;
  stroke-width: 10px;
}

.landing-page .wrapper-content {
  padding-top: 70px;
}

body.gray-bg {
  background-color: #f3f3f4;
}

.modal .modal-body p {
  color: #676a6c;
}

.landing-page #about p {
  font-size: 14px;
  color: #676a6c;
}

.landing-page #inSlider {
  max-width: 1536px;
  margin: 70px auto 0;
}

.navbar-form-custom:focus {
  background: red;
}

.points {
  background: url(/images/point.gif) no-repeat top left;
  background-size: 100% 100%;
  color: #fff;
  width: 85px;
  text-align: center;
  font-size: 10px;
  padding: 3px 0 3px;
  float: right;
  margin-left: 8px;
}

.points span {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

/*============== barchart ==============*/
.barchart {
  list-style-type: none;
  margin: 2px 2px 8px;
  padding: 0;
  border-bottom: 1px solid rgba(150, 150, 150, 0.3);
}

.barchart div {
  font-size: 14px;
  padding: 7px 0 3px;
}

.barchart li {
  position: relative;
  margin: 5px 0 10px;
  line-height: 1em;
}

.barchart li .bar {
  background: #006690ed;
  padding: 4px 0;
  color: #f0f0f0;
  font-size: 11px;
  display: block;
  text-align: center;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.barchart li.bar-small .bar {
  color: #666;
  text-indent: 2%;
}

.barchart li .bar.secondColor,
.bar.secondColor {
  background: none repeat scroll 0 0 #ea7125;
}

.barchart li .bar.thirdColor,
.bar.thirdColor {
  background: none repeat scroll 0 0 #6c953c;
}

.barchart li .bar.fourthColor,
.bar.fourthColor {
  background: none repeat scroll 0 0 #892996;
}

.barchart li .bar.fifthColor,
.bar.fifthColor {
  background: none repeat scroll 0 0 #006690ed;
}

.barchart li .barLabel {
  font-size: 10px;
  color: #363666;
  z-index: 2;
  position: relative;
  padding-left: 5px;
  top: 1px;
}

.bottomLink {
}

.smaller {
  font-size: 14px;
}

.list-nav li:before {
  content: "\00B7";
  padding-right: 5px;
  color: inherit;
}

.list-nav li:first-child:before {
  content: none;
}

/**Benchmark**/
.ibox-tools a {
  color: #555;
}

.rating {
  position: relative;
  float: left;
  margin-right: 5px;
  margin-top: 3px;
  background: #eaeaea;
  height: 12px;
  width: 50px;
  overflow: hidden;
}

.rating .bar {
  text-indent: -999em;
  position: absolute;
  top: 0;
  left: 0;
}

.listing td .smaller {
  margin: 5px 0;
}

.listing td .avgRating {
  font-weight: bold;
  font-size: 18px;
  margin-right: 5px;
}

.listing td .ranking {
  font-weight: bold;
  font-size: 16px;
  color: #6c953c;
}

.borderrow td {
  border-top: 3px solid #a3d869;
}

.comment-holder p {
  margin: 0;
  padding: 0;
}

.comment-holder {
  font-size: 12px;
  padding: 1rem 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  border-top: 1px solid rgba(150, 150, 150, 0.3);
}

.comment-holder:hover {
  border-top-color: #bbb;
}

.new-contents {
  border-bottom: 1px solid #ddd;
}

.comment-holder .commenterInfo {
  font-size: 13px;
  padding-top: 15px;
  padding-bottom: 10px;
  display: block;
}

.comment-holder .commenterInfo a {
  font-size: 11px;
  color: #006690ed;
}

.comment-holder .commenterInfo .people a {
  font-weight: bold;
  font-size: 12px;
  color: #000;
}

.comment-holder .commenterInfo img.profile {
  float: left;
  width: 55px;
  border-radius: 15%;
  border: 1px solid rgba(150, 150, 150, 0.3);
}

.comment-holder .commenterInfo .ranking {
  margin: 0 0 0 5px;
  vertical-align: top;
  display: inline;
  float: left;
}

.comment-holder .commenterInfo .ranking b {
  vertical-align: middle;
  font-size: 11px;
}

.comment-holder .commenterInfo .ranking .breakdown {
  font-size: 11px;
  margin: 7px 0 8px 0;
  text-align: initial;
}

.comment-holder .comment {
  display: block;
  overflow: hidden;
  overflow: visible;
  width: 60%;
  border: 1px solid rgba(150, 150, 150, 0.3);
  padding: 1rem !important;
  margin-left: 1rem;
  margin-top: 0.5rem;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.comment-holder .comment.main {
  padding: 10px 0;
}

.comment-holder .sub,
.comment-holder .reply,
.comment-holder .loading {
  padding: 12px 0 0;
  margin-left: 30px;
  float: left;
  clear: left;
  margin-top: 0;
  padding: 0.5rem !important;
  margin-bottom: 0.5rem;
}

.comment-holder .reply {
  display: none;
  overflow: hidden;
}
.comment-holder .reply input[type="button"] {
  padding: 0.25rem;
  border-radius: 5px;
  border: 1px solid rgba(150, 150, 150, 0.3);
  margin-right: 0.1rem;
  background: #fff;
}

.comment-holder .reply textarea {
  font-size: 12px;
  height: 80px;
  width: 100%;
  border: none;
}

.comment-holder .reply .btn {
  margin-top: 5px;
  margin-right: 5px;
}

.commenter-profile {
  float: left;
  margin-right: 10px;
  width: 35px;
  border-radius: 15%;
  border: 1px solid rgba(150, 150, 150, 0.3);
}

.comment-details {
  float: left;
  position: relative;
}

.main .comment-details {
  margin-bottom: 15px;
}

/* .sub .comment-details {
  width: 450px;
} */

.commenter {
  color: #006690;
  float: left;
  font-weight: bold;
  margin-bottom: 10px;
}

.sub .commenter {
  float: left;
  margin: 5px 0 0 0;
}

.sub .commenter:after {
  content: "\00a0\2013\00a0";
}

.comment-text {
  clear: none;
  font-size: 14px;
  line-height: 1.5;
  float: left;
  margin-top: 5px;
}

.sub .comment-text {
  line-height: 16px;
}

.vendor-comment {
  background-color: #f7f9f9;
}

.comment-actions {
  clear: left;
  font-size: 12px;
  overflow: hidden;
  padding: 10px 0 0 1px;
}

.comment-actions a {
  font-size: 11px !important;
  display: inline;
  margin: 0 !important;
  padding: 0 !important;
  color: #006690ed;
  font-weight: 800;
}

.main .comment-actions {
  padding-top: 6px;
}

.thumbs {
  background-image: url("thumbs.png");
  display: inline;
  display: inline-block;
  height: 12px;
  width: 12px;
  zoom: 1;
  _height: 12px;
}

.up {
  background-position: 0 0;
}

.down {
  background-position: 13px 0;
  margin-right: 10px;
}

.up:hover {
  background-position: 0 12px;
}

.down:hover {
  background-position: 13px 12px;
}

.posted-date {
  color: #666;
  font-size: 12px;
  line-height: 16px;
}

.separator {
  color: #d0d4f2;
  display: inline;
  margin: 0 4px;
}

.loading {
  color: #666;
  display: none;
  font-size: 12px;
}

.likes {
  background: url("/images/thumbs-up.png") no-repeat right 1px;
  color: #00b1c1;
  margin-right: 3px;
  padding: 1px 17px 0 0;
}

#canary .likes {
  margin-right: 0;
  padding: 0;
}

#canary .likes,
#recommended .likes {
  background: none;
  color: inherit;
}

a.like-link:hover {
  text-decoration: none;
}

.hidden {
  display: none;
}

.typelabel {
  padding: 2px 5px;
  text-align: left;
  margin-right: 5px;
  color: #fff;
  width: 100px;
}

.reaction.fa {
  font-size: 28px;
  border-radius: 50%;
  height: 23px;
  width: 23px;
  position: absolute;
  left: -30px;
  top: 2;
}

.reaction.fa:before {
  position: relative;
  top: -1px;
}

.reaction.pagehome.fa {
  font-size: 16px;
  height: 13px;
  width: 13px;
  position: relative;
  top: 2px;
  left: 6px;
}

/* Respondents score */
#respondents .comment-details {
  margin-bottom: 0;
}

#respondents .comment-details b {
  font-size: 12px;
}

.resp-score {
  float: right;
  text-align: right;
}

.resp-score span {
  font-size: 16px;
}

.comment-holder .newcomment {
  float: left;
  margin-left: 0;
  margin-bottom: 10px;
  padding: 6px 0 0;
  border-top: none;
  width: 100%;
}

.comment-holder .newcomment textarea {
  width: 65%;
  float: left;
  display: block;
  margin-right: 6px;
  padding: 6px;
  border: 1px solid #d3d3d3;
  border: 1px solid rgba(150, 150, 150, 0.3);
  width: 715px;
  height: 58px;
  font-size: 12px;
}

.comment-holder .newcomment a {
  display: inline-block;
  font-size: 14px;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: 1px solid rgba(150, 150, 150, 0.3);
  margin-top: 0.5rem;
  margin-right: 0.2rem;
}

.comment-holder .newcomment a:hover {
  background: rgba(0, 0, 0, 0.08);
}

.comment-holder .newcomment input {
  margin: 10px 5px 7px 0;
  padding: 4px 5px 5px;
  border: 1px solid #cacaca;
  text-align: center;
  vertical-align: top;
  background-color: #f0f6fb;
  color: #555;
  cursor: pointer;
}

#comments #responded,
#comments.responded #notResponded {
  display: none;
}

#comments.responded #responded {
  display: block;
}

/** Surveys **/

#survey-container {
  border: 1px solid rgba(150, 150, 150, 0.3);
  border-radius: 5px;
  width: 85%;
}

@media (max-width: 1250px) {
  #survey-container {
    width: 100%;
  }
}

#survey {
  overflow: auto;
}

#survey .heading {
  margin-bottom: 12px;
  line-height: 1.4em;
  padding: 10px;
  background: #00669073;
  border: 1px solid #e1e9f1;
  border-radius: 5px;
}

.progress {
  width: 100%;
  background-color: #e2e2e2;
  position: relative;
  margin: 1.5rem 0;
  border-radius: 30px;
  height: 25px;
}
.progress .bar {
  position: absolute;
  width: 0%;
  height: 100%;
  z-index: 0;
  background-color: #198754e6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 30px;
}
.progress p {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-family: "nunito", sans-serif;
  z-index: 1;
  font-weight: 900;
  font-size: 0.9rem;
}
.succes {
  text-align: center;
  margin-bottom: 25px;
  transition: 0.4s;
  font-family: "nunito", sans-serif;
  color: #536dfe;
}

.qContainer {
  margin: 5px 0 15px;
  padding: 5px 3px;
}

.single-survey .qContainer {
  border-bottom: 1px solid rgba(150, 150, 150, 0.3);
  padding: 7px 3px;
}

.questionHead {
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 8px;
}

.surveyQuestion td {
  padding: 5px 15px 5px 3px;
}

.surveyQuestion th {
  padding: 3px 12px 3px 4px;
  font-weight: normal;
  font-style: italic;
  color: #545454;
  text-align: left;
}

.surveyQuestion tr.alt {
  background: #ebf5fa;
}

.surveyQuestion a.ranking {
  text-decoration: none;
  padding: 5px 7px 5px 2px;
  display: block;
  color: #006690;
}

.surveyQuestion a.ranking:hover {
  text-decoration: none;
  background-color: #f3f3f3;
  border-left: 2px solid #212529;
  padding-left: 1rem;
}

.surveyQuestion a.ranking:focus {
  outline: auto;
}

.surveyQuestion .yourrank {
  font-weight: bold;
  color: #666;
  border: 2px solid #cacaca;
  border-left: 1px solid #cacaca;
  border-top: 1px solid #cacaca;
  padding: 3px 10px;
  display: none;
  margin: auto;
  border-radius: 5px;
}

.particulars td {
  padding: 2px 5px;
}

.errorCell {
  font-weight: bold;
  background: #ffcece;
}

.errorCell div {
  padding: 0 4px;
  color: #cf0000;
}

.qContainer .surveyQuestion,
.qContainer .surveyQuestion tbody {
  width: 100%;
}
.qContainer .surveyQuestion.notfull,
.qContainer .surveyQuestion.notfull tbody {
  width: auto;
}
.qContainer .surveyQuestion tr.matrixQuestion:first-child {
  visibility: hidden;
}

.qContainer .surveyQuestion tr.matrixQuestion:first-child th {
  display: inline-block;
  padding: 0;
}

.qContainer .surveyQuestion tr.matrixQuestion td:first-child {
  width: 60%;
}

.qContainer .surveyQuestion tr.matrixQuestion td {
  padding: 8px 15px 6px 3px;
  position: relative;
}

.qContainer .surveyQuestion .ui-slider {
  border-radius: 1px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 41px;
  margin-top: -0.4em;
  width: 50%;
}

.qContainer .surveyQuestion .ui-slider .ui-slider-handle {
  border-radius: 50%;
  height: 1.6em;
  margin-left: -0.8em;
  outline: 0;
  top: -0.45em;
  width: 1.6em;
}

.qContainer .surveyQuestion .jqRangeVal {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  color: #777;
  float: left;
  padding: 3px 5px;
}

.qContainer .dropdown {
  background-color: #fafafa;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: inline-block;
  margin-left: 5px;
  padding: 3px 8px;
  vertical-align: top;
}

.qContainer .dropdown.error {
  -webkit-box-shadow: 0px 0px 5px 0px #cf0000;
  -moz-box-shadow: 0px 0px 5px 0px #cf0000;
  box-shadow: 0px 0px 5px 0px #cf0000;
}

.qContainer .dropdown .dropdown-toggle {
  font-size: 22px;
}

.qContainer .dropdown-menu a .fa {
  border-radius: 50%;
  color: #555;
  color: rgba(0, 0, 0, 0.5);
  font-size: 22px;
  height: 20px;
  position: relative;
  top: 3px;
  left: -6px;
}

.qContainer .dropdown-menu a .fa.face-best,
.qContainer .dropdown.best {
  background-color: #a3d869;
}

.qContainer .dropdown-menu a .fa.face-poor,
.qContainer .dropdown.poor {
  background-color: #ea7125;
}

.qContainer .dropdown-menu a .fa.face-other,
.qContainer .dropdown.other {
  background-color: #bababa;
}

.qContainer .dropdown.best .dropdown-toggle,
.qContainer .dropdown.poor .dropdown-toggle,
.qContainer .dropdown.other .dropdown-toggle {
  color: #fff;
}

.popover {
  box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.5);
}

.popover-title {
  background: none;
  border: none;
  font-size: 20px;
  margin-top: 5px;
  font-weight: normal;
}

.popover-navigation {
  background: #a3d869;
}

.tour-tour .btn.btn-default {
  background-color: #ffffff;
  border: 1px solid #a3d869;
  color: #6c953c;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #bababa;
}

.sitesurvey .questionHead {
  font-size: 15px;
}
/* .sitesurvey .surveyQuestion tbody.sigsel .bdcol label {
  margin: 0;
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding: 5px 16px;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #e0e6ed;
} */
.sitesurvey .surveyQuestion tbody.sigsel .others {
  display: inline-flex;
}
.sitesurvey .surveyQuestion tbody.sigsel .custominput:not(.hrow):hover {
  background: hsla(0, 0%, 80%, 0.14);
}
.sitesurvey .surveyQuestion input:focus {
  outline: none !important;
}
.sitesurvey .surveyQuestion .hrow {
  background-color: #cafafe;
}
.sitesurvey .scaleQuestion .custominput input[type="radio"] {
  display: none;
}
.sitesurvey .scaleQuestion .custominput {
  margin-bottom: 11px;
  display: flex;
  height: 55px;
}
.sitesurvey .scaleQuestion .custominput label {
  background-color: #ddd;
  cursor: pointer;
  margin: 0 4px;
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: #d3f3f4;
  color: #23c6c8;
  border: 1px solid #d3f3f4;
  border-radius: 3px;
}
.sitesurvey .scaleQuestion .custominput input[type="radio"]:checked + label {
  color: #fff;
  background-color: #23c6c8 !important;
}
.sitesurvey .scaleQuestion .custominput label:hover {
  outline: none !important;
  font-weight: bold;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .sitesurvey .surveyQuestion tbody.sigsel .others {
    width: 100%;
  }
  .sitesurvey .surveyQuestion tbody.sigsel .others label {
    width: 200px;
  }
  .sitesurvey .surveyQuestion tbody.sigsel .others input[type="text"] {
    width: calc(100% - 200px);
  }
}

/** profile images **/
.img-sm,
.img-md {
  border-radius: 50%;
  background: #ffffff;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.img-sm img,
.img-md img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  max-width: 100%;
  max-height: none;
}

.channel-chatter-topic .img-md {
  width: 54px;
  height: 54px;
}

.form-check-input:checked {
  background-color: #006690ed !important;
  border-color: #006690ed !important;
}

.canbubble {
  border-radius: 10px;
  padding: 2px 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: center;
  display: inline-block;
  color: #000;
  border: 1px solid rgba(150, 150, 150, 0.3);
}

.canbubble:hover {
  box-shadow: 0 0 8px 3px #00000021;
  cursor: pointer;
  color: #000;
}

#pageTitle {
  font-size: 1.95rem !important;
  font-weight: 400 !important;
}

.poll {
  width: 45% !important;
  box-shadow: 0 0 13px 0px #00000021;
  margin: 1rem;
  padding: 1rem;
  border-radius: 5px;
  position: relative;
  align-self: flex-start;
}

.poll .heading a {
  font-size: 1.05rem;
  color: #000;
}

.poll .heading a:hover {
  color: #006690;
  cursor: pointer;
}

.form-check label {
  font-size: 0.95rem;
}

.points {
  color: #fff;
  width: 90px;
  float: right;
  position: absolute;
  left: -2px;
  top: -2px;
  margin: 0;
  background: #006690;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
  min-width: 24px;
  padding: 4px 8px;
  filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.5));
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 8px),
    50% 100%,
    0 calc(100% - 8px)
  );
  padding-bottom: 14px;
}

.points span {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.poll .btn,
.poll .btn:hover {
  background: #6c953c;
  color: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  margin-top: 15px;
}

.comments {
  box-shadow: 0 0 13px 0px #00000021;
  margin: 0 1rem;
  padding: 1rem;
  border-radius: 5px;
  width: 100%;
}

/* Survey updates */
#surveys .ibox {
  border: none;
}

#surveys {
  width: 85%;
}

.survey-content {
  width: 85% !important;
}

#surveys .ibox {
  padding: 0 1rem 1rem;
}

#surveys .survey-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: start;
  border-bottom: 1px solid rgba(150, 150, 150, 0.3);
  border-width: thin;
  padding: 1.25rem 0.5rem;
  color: #000;
  transition: all ease-in-out;
}

#surveys .survey-container:hover {
  box-shadow: 0 0 8px 3px #00000021;
  cursor: pointer;
}

#surveys .survey-container .survey-img-cnt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: url("/images/survey.png") no-repeat 50% 10% / cover;

  min-width: 370px;
  max-height: 250px;
  border-radius: 5px;
}

#surveys .survey-container .survey-img-cnt img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 370px;
  height: 100%;
}

#surveys .survey-container .survey-img-cnt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(1 102 144 / 71%);
}
#surveys .survey-container .survey-img-cnt h2 {
  color: white;
  text-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.5);
  margin: 0;
  position: absolute;
  font-size: 1.75rem !important;
  font-weight: 600 !important;
}

#surveys .survey-container .survey-content {
  padding: 0.25rem 1rem;
}
#surveys .survey-container .survey-content .title {
  font-weight: 600 !important;
  line-height: 1.3;
  font-size: 1.05rem !important;
  display: block;
}

#surveys .survey-container .top-title {
  font-weight: 600 !important;
  line-height: 1.3;
  font-size: 1.05rem !important;
  padding: 0 0.5rem;
  display: none;
}

#surveys .survey-container .survey-content p {
  font-size: 0.95rem;
}

#surveys .survey-container .survey-content a {
  border: 2px solid #80b918;
  background: #80b918;
  color: #fff;
}

#surveys .survey-container .survey-content a:hover {
  border-color: #55a630 !important;
  background-color: #55a630 !important;
}

#surveys .feature-container {
  display: flex;
  align-items: start;
  border-bottom: 1px solid rgba(150, 150, 150, 0.3);
}
#surveys .feature-container .survey_0,
#surveys .feature-container .survey_1 {
  display: flex;
  flex-direction: column;
  border: none;
}

#surveys .feature-container .survey-container {
  margin: 0 0.5rem;
  height: 400px;
}

#surveys .feature-container .survey_0 .survey-img-cnt,
#surveys .feature-container .survey_1 .survey-img-cnt {
  min-width: 100%;
}

#surveys .feature-container .survey_0 .survey-img-cnt img,
#surveys .feature-container .survey_1 .survey-img-cnt img {
  max-width: 100%;
}

#surveys .feature-container .feature-sub .survey-img-cnt {
  min-width: 400px;
}

#surveys .feature-container .feature-sub .survey-img-cnt img {
  max-width: 400px;
}

/* Analys insights */
#analyst-insights {
  width: 75%;
}

#analyst-insights .insights-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: start;
  border-bottom: 1px solid rgba(150, 150, 150, 0.3);
  border-width: thin;
  padding: 1.25rem 0.5rem;
  color: #000;
  transition: all ease-in-out;
}

#analyst-insights .insights-container:hover {
  box-shadow: 0 0 8px 3px #00000021;
  cursor: pointer;
}

#analyst-insights .insights-container .insights-img-cnt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-image: url("/images/survey.png");
  min-width: 370px;
  max-height: 200px;
  height: 100%;
  border-radius: 5px;
}

#analyst-insights .insights-container .insights-img-cnt img {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 370px;
  height: 100%;
}

#analyst-insights .insights-container .shield:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(1 102 144 / 50%);
}
#analyst-insights .insights-container .insights-img-cnt h2 {
  color: white;
  text-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.5);
  margin: 0;
  position: absolute;
  top: 0;
  font-size: 8.75rem !important;
  font-weight: 600 !important;
}

#analyst-insights .insights-container .insights-content {
  padding: 0.25rem 1rem;
}
#analyst-insights .insights-container .insights-content .title {
  font-weight: 600 !important;
  line-height: 1.3;
  font-size: 1.15rem !important;
}

#analyst-insights .insights-container .insights-content p {
  font-size: 0.95rem;
}

#analyst-insights .insights-container .insights-content a {
  border: 2px solid #80b918;
  background: #80b918;
  color: #fff;
}

#analyst-insights .insights-container .insights-content a:hover {
  border-color: #55a630 !important;
  background-color: #55a630 !important;
}

#analyst-insights .insights-container .gold_content i {
  background: linear-gradient(to bottom right, #f8c966 50%, #ffb824 50%);
  background-clip: text;
  font-weight: 500;
  color: transparent;
}

#analyst-insights .feature-container {
  display: flex;
  align-items: start;
  border-bottom: 1px solid rgba(150, 150, 150, 0.3);
}
#analyst-insights .feature-container .survey_0 {
  display: flex;
  flex-direction: column;
  border: none;
}

#analyst-insights .feature-container .insights-container {
  margin: 0 0.5rem;
}

#analyst-insights .feature-container .survey_0 .insights-img-cnt {
  min-width: 100%;
}

#analyst-insights .feature-container .survey_0 .insights-img-cnt img {
  max-width: 100%;
}

#analyst-insights .feature-container .feature-sub .insights-img-cnt {
  min-width: 400px;
}

#analyst-insights .feature-container .feature-sub .insights-img-cnt img {
  max-width: 400px;
}

.custom-filter {
  border-bottom: 1px solid rgba(150, 150, 150, 0.3);
}

.custom-filter .grey {
  background: #cccccc4f !important;
}

.search-custom {
  border: 1px solid rgba(150, 150, 150, 0.3);
  background: white;
  width: 100%;
  padding: 0px 15px;
  max-width: 800px;
  box-shadow: 0 0 5 px rgb(0 0 0 / 5%);
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.search-custom input {
  line-height: 2.8rem;
  padding-right: 30px;
  padding: 0 10px;
  width: 100%;
  outline: none;
  border: 0;
  color: #494949;
  font-size: 14px;
}

.search-custom button {
  border: none;
  display: inline-block;
  height: 24px;
  position: relative;
  top: -3px;
  vertical-align: middle;
  width: 24px;
  padding: 0 10px;
  margin-right: 15px;
  margin-top: 5px;
  background: none;
}

.custom-filter .filters {
  display: flex;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}

.custom-filter .filters .dropdown {
  margin-right: 1rem;
  margin-bottom: 0.25rem;
}

.custom-filter .filters button {
  border: 1px solid rgba(150, 150, 150, 0.3);
  border-radius: 25px;
  background: white;
  color: #333;
  font-size: 15px;
}

.custom-filter .dropdown-menu li a {
  padding: 0px 14px 0px 10px !important;
}

.custom-filter .dropdown-menu > li > a {
  line-height: 29px !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #006690 !important;
}

.tag {
  margin-right: 5px;
  text-align: center;
  height: 20px;
  margin-bottom: 8px;
  padding: 2px 12px 5px 6px;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background: #55a630;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

#get-content-button {
  background: #6c953c;
  border: none !important;
  color: white;
  padding: 6px 17px;
}

/* Content skelton  */
.skeleton-image:before {
  background: #eff1f6 !important;
}

.skeleton-content {
  width: 100%;
}

.skeleton-date {
  width: 10%;
  border-radius: 4px;
  height: 20px;
  background-color: rgb(247, 248, 250);
  border: 1px solid white;
  margin-bottom: 0.5rem;
}
.skeleton-title {
  width: 60%;
  border-radius: 4px;
  height: 20px;
  background-color: rgb(247, 248, 250);
  border: 1px solid white;
}
.skeleton-para {
  width: 90%;
  border-radius: 4px;
  height: 15px;
  background-color: rgb(247, 248, 250);
  border: 1px solid white;
  margin-bottom: 0.5rem;
}

#quickpoll {
  width: 95%;
  margin: 0;
}

.quickpoll_page {
  width: 80%;
}

#analyst-insights.quickpoll-suggest {
  width: 80%;
  margin: 1rem;
}

@media all and (max-width: 1250px) {
  .poll {
    width: 100% !important;
    margin: 1rem 0;
  }

  #quickpoll {
    width: 100%;
  }

  .quickpoll_page {
    width: 100%;
  }

  #analyst-insights.quickpoll-suggest {
    width: 100%;
    margin: 0;
  }

  .comment-holder .sub,
  .comment-holder .reply,
  .comment-holder .loading {
    margin-left: 0;
    width: 100%;
  }

  .comments {
    margin: 0;
  }
}

@media all and (max-width: 767px) {
  #contentlarge {
    margin: 0 20px 0;
  }

  #quickpoll_region {
    position: relative !important;
    padding: 0 1rem;
  }

  .comment-holder {
    border-top: 1px solid rgba(150, 150, 150, 0.3);
  }

  .comment-holder .comment {
    width: 100%;
    margin-left: 0;
    border-top: 1px solid rgba(150, 150, 150, 0.3);
  }
}

@media all and (max-width: 1250px) {
  #surveys,
  #analyst-insights {
    width: 100%;
  }

  .survey-content {
    width: 100% !important;
  }
}

@media all and (max-width: 1400px) {
  #surveys .feature-container {
    flex-direction: column;
  }
  #surveys .feature-container .feature-sub .survey-img-cnt img {
    max-width: 100%;
  }

  #surveys .feature-container .survey-container {
    margin: 0 0.5rem;
    height: 100%;
  }

  #surveys .feature-container .survey-container {
    margin: 0;
  }
}

@media all and (max-width: 991px) {
  #surveys .survey-container,
  #analyst-insights .insights-container {
    flex-wrap: wrap;
  }

  #surveys .survey-container .survey-content .title {
    display: none;
  }

  #surveys .survey-container .top-title {
    display: block;
  }

  #surveys .survey-container .survey-img-cnt,
  #analyst-insights .insights-container .insights-img-cnt {
    min-width: 100%;
  }

  #surveys .survey-container .survey-img-cnt img,
  #analyst-insights .insights-container .insights-img-cnt img {
    max-width: 100%;
  }
}
