.Poll-VUCA{
	margin: auto;
}
.Poll-VUCA .pv-header{
	min-height: 50px;
	border-radius: 5px;
	border: solid 1px #9e9b9b;
	border-top: solid 10px #82b64a;
	background: #fff;

	padding: 15px 20px 10px 20px;
	margin-bottom: 40px;
	position: relative;
}

.Poll-VUCA .pv-header .pv-title{
    font-size: 24px;
}
.Poll-VUCA .pv-header .pv-question{
    font-size: 14px;
	margin-top: 10px;
}

.Poll-VUCA .pv-question{
	min-height: 50px;
	border-radius: 5px;
	border: solid 1px #9e9b9b;
	background: #fff;
	padding: 15px 20px 10px 20px;
	margin-bottom: 40px;
	position: relative;
}

@media (max-width: 800px){
	.Poll-VUCA{
		max-width: 100%;
		width: auto;
	}
	.Poll-VUCA .pv-header{
		max-width: 100%;
		width: auto;
	}
	.Poll-VUCA .pv-question{
		max-width: 100%;
		width: auto;
	}
}

.Poll-VUCA .title-question{
	font-size: 16px;
	font-weight: bold;
}


.Poll-VUCA .type-question{
	margin-top: 10px;
	position: relative;
}
.Poll-VUCA .help-scroll{
	display: none;
	position: relative;
	height: 22px;
}

.Poll-VUCA .help-scroll>div{
	display: none;
	position: absolute;
	background: url(img/icon-vuca-scroll.png);
	background-size: cover;
	height: 22px;
	width: 75px;
}
.Poll-VUCA .help-scroll .active{
	display: block;
}
.Poll-VUCA .help-scroll .hs-arrow-left{
	top: 0px;
	left: 0px;
}
.Poll-VUCA .help-scroll .hs-arrow-right{
	top: 0px;
	right: 0px;
}

.Poll-VUCA .type-question .pv-r{
	margin: 5px 0px;
	position: relative;
}
.Poll-VUCA .type-question .pv-r label{
	/*display: block;
	position: absolute;
	top: 0px;
	left: 28px;*/
	width: 100%;
}

.Poll-VUCA .type-question .sl-row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.Poll-VUCA .type-question .sl-row:hover{
	background: #e7e7e7; 
}

.Poll-VUCA .type-question.scale-list .sl-row .label{
	max-width: calc(100% - 60px);
}

.Poll-VUCA .type-question .input_clue{
	position: absolute;
	top: 40px;
	left: 0px;
	margin-left:-7px;
	padding: 4px 12px;
	background: #fff;
	color: #000;
	font-size: 14px;
	border: solid 1px #000;
	border-radius: 2px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5); 
	display: none;
	
}
.Poll-VUCA .type-question .input_clue i{
	color: #f00;
	font-size: 18px;
}
.Poll-VUCA .type-question .input_clue .arrow-top-left{
	width: 10px;
	height: 10px;
	border-top: solid 1px #8b8b8b;
	border-right: solid 1px #8b8b8b;
	position: absolute;
	top: -6px;
	left: 15px;
	transform: rotate(-45deg);
	background: #fff;
}

.Poll-VUCA .type-question .input_required{
	display: none;
	margin: 4px 0px 15px 0px;
	padding: 4px 12px;
	background: #ffd7d7;
	color: #000;
	font-size: 14px;
	border: solid 1px #f00;
	border-radius: 4px;
	font-weight: bold;
}

.Poll-VUCA .type-question .input_required i{
	color: #f00;
	font-size: 18px;
}


.Poll-VUCA input[type=text]{
	font-size: 16px;
	padding: 0px 0px 10px 0px;
	border: none;
	width: 100%;
	border-bottom: solid 2px #fff;
}

.Poll-VUCA input[type=text] :active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
	
}
.Poll-VUCA input[type=text]:focus{
	border-bottom: solid 3px rgb(103, 58, 183);
}
.Poll-VUCA input[type=number]{
	font-size: 16px;
	height: 25px;
	border: none;
	border: solid 1px #000;
	border-radius: 5px;
	text-indent: 5px;
	min-width: 100px;
}

.Poll-VUCA textarea{
	font-size: 14px;
	padding: 0px 0px 0px 0px;

	border: none;
	width: 100%;
	border-bottom: solid 2px #fff;
	
	resize: none;
}

.Poll-VUCA textarea:focus{
	border-bottom: solid 3px rgb(103, 58, 183);
}
.Poll-VUCA select{
	font-size: 16px;
	padding: 4px;
}
.Poll-VUCA input[type=date]{
	font-size: 16px;
	padding: 4px;
}
.Poll-VUCA input[type=time]{
	font-size: 16px;
	padding: 4px;
}

.Poll-VUCA table.vuca-grid{
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}
.Poll-VUCA table.vuca-grid td{
	height: 30px;
	border-bottom: solid 1px #c5c5c5;
	border-right: solid 1px #c5c5c5;
}
.Poll-VUCA table.vuca-grid td:first-child{
	border-right: none;
}
.Poll-VUCA table.vuca-grid td:last-child{
	border-right: none;
}
.Poll-VUCA table.vuca-grid td.vg-name{
	font-weight: bold;
	
}
.Poll-VUCA table.vuca-grid .grid-row td.vg-name{
	text-align: left;
}
.Poll-VUCA table.vuca-grid  .row-required{
	color: red;
}

.Poll-VUCA input[type='radio'] {
  position: relative;
  height: 18px;
  width: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.Poll-VUCA input[type='radio']::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 2px solid dodgerblue;
}

.Poll-VUCA input[type='radio']:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: dodgerblue;
  transform: translate(-50%, -50%);
  visibility: visible;
}

.Poll-VUCA table.vuca-grid  .row-required  input[type='radio']::before{
	border: 2px solid red;
}

.Poll-VUCA  .pv-pos-but-next{
	display: flex;
	justify-content: center;
}
.position-VUCAButtonNext{

}
/*
@media (max-width: 900px){
	.position-VUCAButtonNext{
		position: fixed;
		left: 0px;
		bottom: 0px;
		width: 100%;
		z-index: 500;
		background: rgba(255,255,255,0.7);
		padding: 8px 0px;
	}
}
*/
.VUCAButtonNext{
	
	background: linear-gradient(to top, #969595, #e6e5e5);
	padding: 15px 40px;
	border: solid 1px #908a8a;
	color: #000;
	border-radius: 25px;
	font-weight: 500;
	font-size: 20px;
	cursor: pointer;
	margin-bottom: 25px;
}
.VUCAButtonNext:hover{
	color: #fff;
	background: linear-gradient(to top, #2F6776, #3e879a);
}

.Poll-VUCA .vuca-progress{
	height: 5px;
	width: 0%;
	background: #3390d2;
	margin: 5px 0px 10px 0px;
	border-radius: 2px;
}



.VUCA_Report .VUCA_Answer_Percent .PrecentStrip {
    width: calc(100% - 85px);
}
.vprTitleInfo .info {
    margin-left: 8px;
}
#vpr h4 {
    margin-right: 15px;
}
.vprTitleInfo {
    margin: 5px 0px 0px 0px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}


