/** for frontend++ **/
.hsa-pollbar {
	/*background-color:#14698E;*/
	height:12px;
}
.poll-lat-wrap ul {
	list-style-type: none;
	padding: 0;
}
.poll-lat-wrap li {
	padding-bottom:10px;
}
.poll-lat-wrap label {
	font-weight: normal;
}
.hsa_polls__vote-btn {
	width: 50%;
	margin:auto;
	padding: 7px;
	text-align: center;
	font-weight: bold;
	background-color: #6c3a83;
	display: block;
	color:white;
	border:none;
	text-transform:uppercase;
	font-size: 20px;
	margin-top: 30px;
	cursor: pointer;
}
.hsa_polls__vote-btn:hover,.hsa_polls__vote-btn:active {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
	text-decoration: none;
}
.poll-lat-wrap.widget .hsa_polls__vote-btn
 {
	 border-radius: 0;
 background-color: #6c3a83;
 border: 0;
 font-size: 16px;
 font-weight: bold;
 color: white;
 width: auto;
 margin-top: 0;
 text-transform: unset;
 margin: 0;
 padding: 5px 14px;
}
/*add loader*/
.poll-lat-wrap.widget .hsa-poll__item.loading {
	min-height: 200px;
}
.poll-lat-wrap.widget .hsa-poll__item.loading:before 
 {
	 content: "";
   position: absolute;
   left: 50%;
   top: 25%;
   z-index: 1;
   width: 50px;
   height: 50px;
   margin: -25px 0 0 -25px;
   border: 5px solid #f3f3f3;
   border-radius: 50%;
   border-top: 5px solid #6C3A80;
   width: 50px;
   height: 50px;
   -webkit-animation: spin 1s linear infinite;
   animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.hsa_polls__action_wrap {
	margin-bottom: 15px;
}
.single.single-polls .js-hsa-poll__item ul {
	padding:0;
}
.single.single-polls .js-hsa-poll__item ul li {
    list-style-type: none;
    margin: 0 0 1.5% 0;
    padding: 0 0 1.5% 0;
    font-size: 15px;
    line-height: 20px;
    color: #1F1F1F;
    font-weight: 600;
    border-bottom: dashed 1px #D3D3D3;
}

.poll-lat-wrap .styled-checkbox {
  position: absolute;
  opacity: 0;

}

.poll-lat-wrap .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.poll-lat-wrap .poll-lat-wrap-question .title {
	color: black;
  font-weight: bold;
  font-size: 16px;
	padding-bottom: 15px;
}
.poll-lat-wrap .poll-lat-wrap-question {
    margin-bottom: 30px;
}
.poll-lat-wrap.widget .hsa_polls__view_results {
	text-decoration: underline;
}
.poll-lat-wrap .hsa_polls__view_results {
	font-size: 16px;
	margin-top: 5px;
	text-align: center;
}
.poll-lat-wrap .category-label {
	font-size: 16px;
	display: inline-block;
}

  /*// Box.*/
  .poll-lat-wrap .styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #EDEDEE;
		border-radius: 10px;
  }

  /*// Box hover*/
  .poll-lat-wrap .styled-checkbox:hover + label:after {
		content: '';
		position: absolute;
		left: 5px;
		top: 5px;
		width: 10px;
		height: 10px;
		background: #0C8255;
		border-radius: 9px;
		opacity: 0.3;
  }

  /*// Box focus*/


  /*// Box checked*/
  /*.poll-lat-wrap .styled-checkbox:checked + label:before {
    background: #6c3a83;
  }*/

  /*// Disabled state label.*/
  .poll-lat-wrap .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
  }

  /*// Disabled box.*/
  .poll-lat-wrap .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
  }

  /*// Checkmark. Could be replaced with an image*/
  .poll-lat-wrap .styled-checkbox:checked + label:after {
		content: '';
		position: absolute;
		left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
		background: #0C8255;
		border-radius: 9px;
		box-shadow: 0 0 0 1px rgba(255, 255, 255, 1);
  }




.hsa-poll__item {
	position: relative;
	clear: both;
}

.hsa_polls__view_results {
	font-size:20px;
	margin-top: 20px;
	text-align: center;
}

.hsa_polls_login{
	width: 50%;
	margin:auto;
	padding: 7px;
	text-align: center;
	font-weight: bold;
	background: rgb(0, 131, 222) none repeat scroll 0% 0%;
	display: block;
	color:white;
	border:none;
	text-transform:uppercase;
	font-size: 20px;
	margin-top: 30px;
	cursor: pointer;
}

.hsa_delete {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
	padding: 4px;
	box-shadow: none;
}

@media only screen and (max-width:480px) {

	.poll-lat-wrap.widget .hsa_polls__vote-btn {
		display: block !important;
		width: 100%;
		margin: 5px 0;
	}
	.poll-lat-wrap.widget .hsa_polls__view_results {
		display: block !important;
		width: 100%;
		margin: 5px 0;
	}
}

/** for frontend-- **/
