@charset "UTF-8";

@font-face {
  font-family: "indicafixv4";
  src:url("https://indicafix.com.br/platform/Fonts/indicafixv4.eot");
  src:url("https://indicafix.com.br/platform/Fonts/indicafixv4.eot") format("embedded-opentype"),
    url("https://indicafix.com.br/platform/Fonts/indicafixv4.woff") format("woff"),
    url("https://indicafix.com.br/platform/Fonts/indicafixv4.ttf") format("truetype"),
    url("https://indicafix.com.br/platform/Fonts/indicafixv4.svg#indicafixv4") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "indicafixv4" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,[class*=" icon-"]:before {
  font-family: "indicafixv4" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ppt:before {
  content: "\61";
}
.icon-dashboard:before {
  content: "\62";
  position: relative;
  top: 3px;
}
.icon-doc:before {
  content: "\63";
}
.icon-questionario:before {
  content: "\64";
  position: relative;
  top: 3px;
}
.icon-pdf:before {
  content: "\65";
  position: relative;
  top: 3px;
}
.icon-estender:before {
  content: "\66";
}
.icon-edit:before {
  content: "\67";
  position: relative;
  top: 3px;
}
.icon-copy:before {
  content: "\68";
  position: relative;
  top: 3px;
}
html{
	height:100%;
}

html, body {
	padding: 0;
	margin: 0;
	font-family: 'SegoeUI','Lato', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	border: none;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section:first-of-type{
    margin-top: 80px !important;
}

input{
	border: 1px solid #e6f0fa;
	padding: 15px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px #e6f0fa;
	box-shadow: 0 0 10px #e6f0fa;
	-webkit-appearance: none;
	text-shadow: none;
	color: #767676;
	background-color: #fafafa;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	box-sizing: border-box;
}

input:focus{
	border-color: #0095E1;
}

img{
	max-width: 100%;
	vertical-align: middle;
	
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
    	line-height: 1.1;
    	color: inherit;
    	margin: 0;
}

h1 {
	font-size: 42px;
	font-weight: normal;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}

h4 {
	font-size: 34px;
	text-align: center;
	font-weight: bold;
	line-height: 42px;
	
}

h5 {
	font-size: 20px;
	text-align: center;
}

p {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #e16105;
}

button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-appearance: button;
    cursor: pointer;
}


#site-header{
	position: fixed;
	background-color: #af2a1c;
	color: #FFF;
}
#site-header-inner{
	width: 95%;
	max-width: 95%;
}

.welcome-quest{
    position:fixed;
	z-index:1;
	width:100%;
	height:100%;
	background-color:#FFF;
	top:0;
	left:0;
}

.welcome-quest-box{
    margin: auto;
    margin-top:120px;
	padding: 40px;
	border: 1px solid #eee;
	min-width: 640px;
	max-width: 900px;
	display: table;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.4);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.4);
	border-radius: 10px;
	color:#000;
	min-height: 300px;
	background-color: white;
    position:relative;
}

.question-box{
	margin: 15px auto;
	padding: 20px 40px;
	border: 1px solid #eee;
	width: 80%;
	display: block;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.4);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.4);
	border-radius: 10px;
	color:#000;
	background-color: white;
}
@media only screen and (max-width: 800px) {
  .question-box {
    width: 80%;
    margin:0;
    float:left;
  }
  .question{
      width:100%;
  }
}
.question-text{
	width:100%;
	font-size:18px;
	font-weight: bold;
	line-height: 22px;
}

.quest-agradecimento{
    text-align:center;
    vertical-align:middle;
    display:block;
    font-weight:bold;
}

.quest-welcome{
    text-align:left;
    vertical-align:middle;
    display:table-cell;
    font-weight:normal;
}

.matrix{
	display:table;
	padding: 5px 20px 20px 20px;
	border-radius: 5px;
	margin-top: 10px;
}

.matrix-row{
	display:table-row;
	height: 50px;
}

.matrix-row:nth-child(even){
	background-color: #fafafa;
}
.matrix-row:nth-child(odd){
	background-color: #EEE;
}
.matrix-row:nth-child(1){
	background-color: transparent;
}
.matrix-row:nth-child(2){
	border-radius: 10px;
}
.matrix-cell{
	display:table-cell;
	text-align:center;
	width: 120px;
	vertical-align:middle;
}
.
{
	width: 30px;
	height:30px;
	margin:auto;
	border-radius: 50%;
}
input[type=radio] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;

}

/* Create a custom radio button */
.radiobt{
	display: inline-block;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	border: 2px solid #777;
	cursor: pointer;
	margin-top: 5px;
	background-clip: content-box;
    	padding: 2px;
    	box-sizing: content-box;
    	webkit-box-sizing: content-box;
}

/* On mouse-over, add a grey background color */
.radiobt:hover{
	background-color: rgba(151, 23, 31, 0.4);
	transition: all 400ms ease 0ms;
}

/* When the radio button is checked, add a blue background */
.input-box input:checked ~ .radiobt {
	background-color: #97171F;
	border-color: #97171F;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.input-box:active{
	background-color: rgba(151, 23, 31, 0.4);
	border-radius: 50%;
  	transition: all 400ms ease 0ms;
	
}

.button-next{
	float: right;
	display: inline-block;
}

section.welcome-quest .button-next{
    position: absolute;
    bottom: 20px;
    right: 50px;
}

.button-previous{
	float: left;
	display: inline-block;
}

.button-next input, .button-next a{
    border-radius:5px;
	background: linear-gradient(0deg, rgba(35, 93, 97, 0.9), rgba(83, 32, 75, 0.9), rgba(150, 46, 52, 0.9) ,rgba(217, 105, 31, 0.9) );
	color:#FFF;
	padding:15px;
	border-radius:5px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	display:block;
	transition: all 0.3s ease-in-out;
    border:none;
}

.button-previous input, .button-previous a{
	background-color:#EEE;
	color:#666;
	padding:15px;
	border-radius:5px;
	border: #ddd 1px solid;
	font-size: 16px;
	cursor:pointer;
	transition: all 0.3s ease-in-out;;
}

.button-previous a:hover, .button-previous input:hover{
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4) !important;
}

.button-next input:hover, .button-next a:hover{
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4) !important;
    border:none;
}

.button-next:focus, .button-previous:focus{
    outline: none;
}

#answer-required-text{
	visibility: hidden;
	color: red;
	font-weight: bold;
}
	
	
.main-header{
	height: 50px;
	padding-top: 0;
	padding-bottom: 0;
	position: fixed;
	top: 0;
	margin-left: 5px;
	width: calc(100% - 10px);
	z-index:100;
	text-align: center;
}

.indicafix-logo {
	padding: 1px 0;
	height: 50px;
	width: 190px;
	float: left;
	display: inline-block;
	border-radius: 50px;
}

.indicafix-logo img{
	padding-top: 4px;
}

.header-bar{
	background: linear-gradient(-45deg, #235D61, #53204B, #962E34, #D96922);
	border-radius: 50px;
	width: calc(100% - 200px);
	margin-left: 5px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	float: right;
}

.breadcrumb{
	color: white;
	text-align: left;
	font-size: 16px;
	padding-left: 24px;
	display: inline-block;
    	float: left;
}

.breadcrumb a{
	color: white;
}

.breadcrumb a:hover{
	  text-decoration: underline;
}

.main-menu{
	display: inline-block;
	float: right;
	list-style: none;
	margin: 0;
}

.logout-plat{
	padding: 4px 8px;
	font-size: 16px;
	border-left: 1px solid #999;
}
.logout-plat a{
	color: #FFF;
	padding: 4px 12px;
}
.logout-plat a:hover{
	background-color: rgba(252, 252, 252, 0.2);
	border-radius: 5px;
	
}

.menu-item-plat{
    	color: #fff;
	padding:5px;
	margin-left: 10px;
	font-size:20px;
    	border-radius: 7px;
    	list-style: none;
    	display: inline;
    	text-transform: capitalize;
}


/* sidebar-list */
.sidebar{
  margin: 0;
  padding: 28px 0 0 0;
  width: 200px;
  position: fixed;
  height: calc(100% - 55px);
  overflow: auto;
  bottom: 5px;
}

.sidebar-list {
  height: calc(100% - 90px);
  /*background-color: #ddd;*/
  background: linear-gradient(0deg, rgba(35, 93, 97, 0.4), rgba(83, 32, 75, 0.4), rgba(150, 46, 52, 0.4) ,rgba(217, 105, 31, 0.4) );
  border-radius: 0 15px 15px 0;
  overflow: auto;
}

/* sidebar-list links */
.sidebar-list a {
  display: block;
  color: black;
  font-weight: bold;
  padding: 16px;
  text-decoration: none;
  border-radius: 0 15px 15px 0;
}

/* Active/current link */
.sidebar-list a.active {
  background-color: rgba(223, 110, 33, 0.9);
  color: white;
  cursor:default;
}

/* Links on mouse-over */
.sidebar-list a:hover:not(.active) {
  background-color: rgba(223, 110, 33, 0.5);
}

/* Page content. The value of the margin-left property should match the value of the sidebar-list's width property */
div.content {
  margin-left: 200px;
  padding: 1px 16px;
  height: 1000px;
}

.btn-new-research{
	margin-left: 5px;
	color: #000;
	height: 60px;
	width: 190px;
	font-size: 16px;
	display: inline-block;
	border: 1px solid #dddddd;
	border-radius: 50px;
	background-color: #fff;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05) !important;
}
.btn-new-research:hover{
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3) !important;
	transition: all .2s;
}

.btn-new-table{
	display: table;
    	width: 100%;
    	height: 100%;
    	line-height: 55px;
    	text-align: center;
}

.btn-new-table-cell{
	display: table-cell;
	vertical-align: middle;
}

.btn-new-table-cell span{
	display: inline-block;
	vertical-align: middle;
}

/* On screens that are less than 700px wide, make the sidebar-list into a topbar */
@media screen and (max-width: 700px) {
  .sidebar-list {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar-list a {float: left;}
  div.content {margin-left: 0;}
}

/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width: 400px) {
  .sidebar-list a {
    text-align: center;
    float: none;
  }
}

/* MAIN CONTENT */
section.main-content{
	padding: 120px 5px 5px 220px;
}

.research-box{
		display: inline-block;
		width: 30%;
		height: 250px;
		text-align: center;
		margin: 5px;
		border: solid 1px #666;
		border-left: 5px solid #DF6E21;
		border-radius: 15px;
		background-color: #fff;
    		box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3) !important;
    		float: left;
}

.new-box {
	border: dashed 1px #666;
}

.research-table{
	display: table;
	height: 100%;
    	width: 100%;
}

.research-table-cell{
	display: table-cell;
	vertical-align: middle;
}

.box-header{
	width:100%;
	height: 70px;
	color: #DF6E21;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	padding: 20px 0 0 10px;
}

.box-body{
	width:100%;
	height:140px;
}

.box-footer{
	width:100%;
	height:40px;
	padding: 0 10px;
	font-weight: bold;
}

.progress{
	height:40px;
}

.progress-bar{
    position:relative;
	width:80%;
	height:20px;
	display:inline-flex;
	text-align:center;
	background: repeating-linear-gradient(
	  -45deg,
	  #EEE ,
	  #EEE 10px,
	  #DDD 10px,
	  #DDD 20px
	);

}

.progress-nmbr, .pesq-inicio-fim{
	font-size:12px;
	font-weight:bold;
	width:80%;
	height:20px;
	margin:auto;
}

.prog-fill{
	fill: rgba(223, 110, 33, 0.75);
	width:100%;
	height:100%;
}

.footer-table{
	display:table;
	line-height: 36px;
	width:100%;
}

.pesq-status{
	float:right;
	display:table-cell;
	vertical-align:middle;
}

.pesq-link{
	float:left;
	display:table-cell;
	vertical-align:middle;
	color:#555;
}

.pesq-link .icon-questionario:before{
	font-size: 22px;
	vertical-align: sub;
	margin-right: 5px;
}

.pesq-dash{
	float:left;
	display:table-cell;
	vertical-align:middle;
	color:#555;
}

.pesq-dash .icon-dashboard:before{
	font-size: 22px;
	vertical-align: sub;
	margin-right: 5px;
}

.pesq-status span{
	display: inline-block;
	vertical-align:middle;
}

/*NOVA PESQUISA*/
*:focus {
    outline: none;
}

section.new-research{
	width: 90%;
	padding: 30px;
	margin: 80px auto auto auto;
	background-color:#FFF;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3) !important;
	border-radius: 15px;
	min-height: 200px;
}

.exit-box{
	transform: rotate(45deg);
    height: 40px;
    width: 40px;
    display: block;
    padding: 6px 0 0 0.5px;
    border: 2px solid #AAA;
    color: #AAA;
    border-radius: 50px;
    text-align: center;
    font-size: 50px;
    float: right;
    margin:10px;
}

.exit-box:hover{
	border: 2px solid #000;
	color: #000;
}

section.new-research p.msgPersonalizada{
    font-size:16px;
    margin-bottom:30px;
    padding:0;
}

.new-research ::placeholder{
	color: #999;
}

section.new-research input {
	margin-bottom: 30px;
}

section.new-research p{
	color: #000;
	padding-bottom: 15px;
	font-size:22px;
	font-weight:bold;
}

input[type="text"]{
	width:100%;
	font-size: 20px;
}

ul input[type="text"]{
	font-size: 16px;
}

input[type="number"]{
	width:100px;
	text-align:center;
	font-size: 16px;
}

section.new-research ul {
    list-style: none;
    padding:0;
    margin-block-start: 0;
    margin-block-end: 30px;
}

section.new-research .perg-radio.pilar ul{
    text-align:left;
}

section.new-research form{
    width:100%;
    display: inline-block;
    margin-bottom:20px;
}

.perg-checkbox-vertical{
    display:table-cell;
    width: 24%;
    flex:1;
    vertical-align:top;
    text-align:center;
    border-left: #DDD solid 2px;
}

.perg-checkbox-vertical:first-of-type{
    border-left:none;
}

.perg-checkbox-vertical li{
    display:inline-block;
    width:100%;
}

.perg-checkbox-vertical.pilar li{
    display:inline-block;
    width:100%;
}

.perg-checkbox-vertical.pilar li label{
    padding: 4px 12px;
    max-width:300px;
}

.perg-radio.pilar{
    display:block;
}

.perg-radio.pilar .custom-radio-row, .perg-extra .custom-radio-row{
    margin-bottom:0;
}

ul.custom-checkbox-row li, ul.custom-radio-row li{
  display: inline-block;
  padding: 0 5px 15px 0;
}

.custom-range-row{
    margin-top:30px;
    display: inline-block;
    width:100%;
    padding: 0 20px;
}

.custom-range-row input{
    -webkit-appearance: none; 
    appearance: none;
    width: 94%;
    margin: auto;
    display: block;
    padding: 5px 15px;
    height: 15px;
    background: linear-gradient(90deg, rgb(239, 66, 68) 50% , 55%, rgb(255 217 0) , 90%, rgb(87, 246, 59) 100% );
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border:none;
    cursor: pointer;
}
.custom-range-row input:focus{
    border:none;
}

.custom-range-row input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;

    border: 3px black solid;
    cursor: pointer;
    border-radius:30px;
}

.custom-range-row input::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
  border-radius:30px;
}

#tickmarks{
    display: table;
    table-layout: fixed;
    width:100%;
    padding: 10px 0;
}

.custom-range-row option{
    display: table-cell;
    text-align:center;
}

ul.custom-radio-row{
    margin:10px 0 10px 0;
    text-align:left;
}

ul.custom-radio-row div{
    display:inline-block;
}
section.new-research .perg-radio p, section.new-research .perg-checkbox p{
    font-size:16px;
}

ul.custom-radio-row input[type="text"], ul.custom-checkbox-row input[type="text"]{
    width: auto;
    box-shadow:none;
    border: 2px solid rgba(139, 139, 139, .3);
    border-radius: 25px;
    height: 44px;
}

#meu-perfil input[type"text"],#meu-perfil input[type"number"]{
    box-shadow:none;
    border: 2px solid rgba(139, 139, 139, .3);
    border-radius: 25px;
    height: 44px;
}

ul.custom-radio-row input[type="text"]:focus,#meu-perfil input:focus{
    border-color:#DF6E21;
}

.radio-footer{
    width:100%;
    display:table;
}

.radio-footer span{
    font-size:16px;
    color: #666;
    font-weight:bold;
}

.range-matrix-perg{
    border-bottom: 2px #333 solid;
    padding-bottom: 15px;

}
.range-matrix-perg:last-of-type{
    border-bottom:none;
    padding-bottom: 0;
}

ul.custom-checkbox-row input, ul.custom-radio-row input{
	margin-bottom: 0;
}

ul.custom-checkbox-row li label, ul.custom-radio-row li label{
    display: inline-block;
    border: 2px solid rgba(139, 139, 139, .3);
    color: #777;
    border-radius: 25px;
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
    padding: 8px 12px;
    cursor: pointer;
}

ul.custom-checkbox-row li input[type="checkbox"]:checked + label, ul.custom-radio-row li input[type="checkbox"]:checked + label, ul.custom-radio-row li input[type="radio"]:checked + label {
    background-color: #DF6E21;
    color: #fff !important;
    transition: all .2s;
}

ul.custom-checkbox-row li input[type="checkbox"], ul.custom-radio-row li input[type="checkbox"], ul.custom-radio-row li input[type="radio"] {
  position: absolute;
  opacity: 0;
  padding: 0;
}

ul.custom-checkbox-row li label:hover, ul.custom-radio-row li label:hover {
  background-color: rgba(223, 110, 33, 0.2);
}

.multiline-input li{
    width:100%;    
}

input[type="text"].checkbox-outro, input[type="text"].radio-outro{
	width: 50%;
}

section.new-research input[type="text"].radio-outro{
    min-width: 500px;
    font-size: 14px;
}

.custom-text-row li{
	margin-bottom: 15px;
}
.custom-text-row li:last-child{
	margin-bottom: 0;
}

.custom-text-row li input{
	width: 90%;
	margin-bottom: 0;
}

.mais-outro{
	height:40px;
	width:40px;
	margin-left: 5px;
	font-size: 28px;
	font-weight: bold;
	border: 2px solid #df6e21;
	border-radius: 50px;
	color: #df6e21;
	padding-top: 7px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.form-footer{
	min-height: 61px;
	text-align:center;
	margin: auto;
	padding-top:15px;
}

.question .form-footer{
    width: 80%;
    padding-top:0;
}

/*Single pesquisa*/

section.content-header {
	margin: 5px 0 5px 50px;
    border-radius: 10px;
    background-color: white;
    width: calc(100% - 100px);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4) !important;
}

.content-header-row{
	display: table;
	line-height: 60px;
	font-weight: bold;
	font-size: 20px;
	padding: 10px 100px 10px 40px;
	width: 100%;
	height:100%;
}

.content-header-row .pesq-title{
	display: table-cell;
	vertical-align: middle;
	width:25%;
	color: #e16105;
	float: none;
}

.content-header-row .pesq-link{
	width: 25%;
	text-align: center;
	float: none;
}

.content-header-row .icon-questionario:before{
	bottom: 1px;
}

.content-header-row .pesq-dash{
	width: 25%;
	text-align: center;
	float: none;
}

.content-header-row .icon-dashboard:before{
	bottom: 2px;
}

.content-header-row .pesq-status{
	width: 25%;
	text-align: right;
	float: none;
}

.stage-line{
    display: table-cell;
    vertical-align: middle;
    max-width: 40%;
    padding-bottom: 40px;
}

.stage-line span{
    width:100%;
    height:2px;
    float:left;
    background-color:#ddd;
}

.stage{
    width: 90px;
    max-height: 50px;
    display: table-cell;
    vertical-align: middle;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}

.stage img{
    border: 1px #ccc solid;
    border-radius: 50px;
    padding: 10px;
    display:block;
    width:90px;
    height:90px;
}

.stage span{
    display: block;
    height: 40px;
}

.stage.current-stage img{
        border: 2px #0FB36C solid;
        background-color: rgb(15, 179, 108, 0.2);
}

.stage.completed-stage img{
        border: 2px #0FB36C solid;
        opacity: 0.6;
}

.stage-line.completed-stage span{
    background-color: #0FB36C;
    opacity: 0.6;
}

section.pesq-info{
	margin: 5px 0 5px 50px;
    padding: 20px 100px 20px 40px;
    border-radius: 10px;
    background-color: white;
    width: calc(100% - 100px);
    height: auto;
    display: inline-block;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4) !important;
	border-left: 5px solid #DF6E21;
}

section.pesq-info .button-next{
    float:left;
    min-width:80px;
}

section.pesq-info .button-next a{
    font-size: 30px;
    font-weight:900px;
}

section.pesq-info h3{
	font-size: 20px;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
}

.pesq-info .progress{
	height: auto;
	/*border-bottom: 2px solid #ddd;*/
	padding-bottom: 20px;
	
}

.progress-row{
	width: 100%;
    height: auto;
    display: inline-table;
    margin-bottom: 10px;
    line-height: 40px;
    table-layout:fixed;
}

.progress-row div{
    font-size: 20px;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
}

.progress-row a{
    border: 2px solid #e16105;
    border-radius: 8px;
    padding: 5px 10px;
    transition: all .2s;
    display:inline-flex;
    padding: 0 10px;
    color:#e16105;
    transition: all .2s;
}
.progress-row a:hover{
    background-color: rgba(223, 110, 33, 0.2);
}

.progress-row span{
    font-size: 34px;
    font-weight:bold;
    display:inline-block;
    padding-right:5px;
}

.dt-last-resp{
	float:left;
	font-size: 14px;
	width:100%;
}

.pesq-info .progress-bar{
	margin-top: 5px;
	height: 40px;
	width: 100%;
}

.progress-nmbr-row{
    display:inline-block;
    width:100%;
}

.pesq-info .progress-nmbr, .pesq-info .pesq-inicio-fim{
	font-size: 16px;
	width: 100%;
}

.pesq-info .pesq-inicio-fim{
	font-weight: 500;
	font-size: 14px;
	padding-top: 5px;
}

#tempo-pesquisa ul.custom-radio-row{
    margin: 10px 0 0 0;
    text-align:left;
}

#tempo-pesquisa ul.custom-radio-row label{
    color:#000;
}

#tempo-pesquisa ul.custom-radio-row label{
    color:#000;
}

#estender-pesquisa .button-next{
    float:left;
}

#encerrar-pesquisa li{
    display: inline-block;
    padding: 0 5px 15px 0;
}
#encerrar-pesquisa li a{
    border: 2px solid rgba(139, 139, 139, .3);
    border-radius: 25px;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
    padding: 8px 12px;
    cursor: pointer;
    color: #000;
}

#encerrar-pesquisa li a:hover{
    background-color: rgba(223, 110, 33, 0.2);
}

/*Página Login*/
section.login-pages{
    background: linear-gradient(0deg, rgba(35, 93, 97, 0.9), rgba(83, 32, 75, 0.9), rgba(150, 46, 52, 0.9) ,rgba(217, 105, 31, 0.8) );
    position:absolute;
    width:100%;
    min-height:100vh;
    margin-top: 0 !important;
}

.login-form{
	max-width: 400px;
	margin: 20px auto;
}

.login-logo{
	width:100%;
	text-align: center;
	padding-top: 20px;
}

.login-logo img{
	max-width: 300px;
}

#login-platform{
	max-width: 400px;
	border: solid 1px #ddd;
	border-radius: 10px;
	align: center;
	margin: 20px auto 10px auto;
	padding: 10px;
	background-color: #FFF;
}

#login-platform .input, #meu-perfil .input{
	width:100%;
	height: 40px;
	font-size:16px;
	color:#000;
    background-color:#FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color:#CCC;
    border: 2px solid rgba(139, 139, 139, .3);
}

#login-platform .input:focus, #meu-perfil .input:focus {
    border-color: #DF6E21;
}

#login-platform span{
    font-size: 12px;    
}

#login-platform .login-password, #login-platform .login-company, #login-platform .login-name, #login-platform .login-email, #login-platform .login-cargo{
	padding-top: 10px;
}


#login-platform input::placeholder, #meu-perfil input::placeholder{
    color: #BBB;
}
#login-platform .login-submit{
	padding-top: 20px;
	text-align:center;
}

#login-platform #wp-submit, #meu-perfil .button-next input{
	background: linear-gradient(0deg, rgba(35, 93, 97, 0.9), rgba(83, 32, 75, 0.9), rgba(150, 46, 52, 0.9) ,rgba(217, 105, 31, 0.9) );
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 16px;
}

#login-platform #wp-submit:hover, #meu-perfil .button-next input:hover{
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4) !important;
}
#meu-perfil .button-next{
    float:none;
}

.login-footer{
	padding: 0 20px;
	width:100%;
	color: #FFF;
}

.login-footer a{
	color: #FFF;
}

.login-footer .register{
	float: left;
	font-weight: bold;
}

.login-footer .pass-lost{
	float:right;
	font-size: 14px;
}

.login-footer .login{
	text-align:center;
	display:block;
}

/* Boas vindas */


section.boas-vindas, section.preencher-perfil{
    width:100%;
    height:100%;
    min-height: 100vh;
    background-image: linear-gradient(rgba(255,255,255,.8), rgba(255,255,255,.8)), url(images/welcome-background.png);
	background-attachment: fixed;
	padding-top: 80px;
	text-align:center;
	margin-top: 0 !important;
}


section.boas-vindas .boas-vindas-box, section.preencher-perfil .preencher-perfil-box{
    padding: 30px;
    background-color:#FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3) !important;
	border-radius: 15px;
	min-height: 200px;
	display:inline-block;
	margin:0 auto 30px auto;
	text-align:left;
	width:900px;
}

.boas-vindas-box p{
  font-size: 20px;
}

.preencher-perfil-box ul.custom-radio-row{
    text-align:left;
}

section.boas-vindas .button-next a, section.welcome-quest .button-next a{
    font-size: 34px;
    padding: 10px 15px 15px 15px;
}

#meu-perfil p{
    padding-top:20px;
}

#meu-perfil input[type=number]{
    max-width: 100px;
}

#meu-perfil ul, form ul{
    padding:0;
    margin: 5px 0;
}

/* Progresso Stage 1.1 */
.link-quest, .link-dash{
    display: inline-table;
    margin-top: 20px;
    text-align:center;
}

.link-dash{
    font-size: 26px;
}
.link-quest{
    font-size: 22px;
    
}

.link-quest a, .link-quest span{
    cursor: pointer;
    color: #e16105;
    font-size: 20px;
    margin-right: 20px;
    border: 2px solid #e16105;
    border-radius: 8px;
    padding: 5px 10px;
    transition: all .2s;
}

.link-quest a:hover, .link-quest span:hover{
    background-color: rgba(223, 110, 33, 0.2);
}

.link-quest a:before, .link-quest span:before{
    margin-right: 3px;
}

.text-link-quest{
    min-width: 180px;
    display: table-cell;
    line-height: 36px;
    margin: 0;
    padding: 0 5px;
    border: 2px solid #bbb;
    border-radius: 8px 0 0 8px;
}

/*.copy-link-quest{
    color: #fff;
    width: 100px;
    height: calc(100% + 2px);
    display: table-cell;
    border: none;
    outline: 0;
    border-radius: 0 8px 8px 0;
    font-size: 16px;
    cursor:pointer;
}
*/

.link-pdf{
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
}

a.text-link-dash{
    display: table-cell;
}

.text-link-dash:before{
    font-size:20px;
    padding-right:5px;
}

section.pesq-dashboard{
	width: 100%;
	height: 100%;
	position:fixed;
	margin-top: 0 !important;
}

section.pesq-dashboard iframe{
    height:100%;
}

.tooltip{
    position: relative;
    display: inline-flex;
}

.tooltip-icon{
    background-color:#666;
    color:#FFF;
    border: 1px solid white;
    border-radius: 30px;/* If you want dots under the hoverable text */
    height: 15px;
    width:15px;
    font-size: 12px !important;
    line-height: 15px;
    text-align: center;
    cursor:default;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #333;
    color: #FFF;
    text-align: left;
    padding: 10px;
    border: #000 solid 1px;
    border-radius: 6px;
    font-size: 14px !important;
    white-space:nowrap;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    line-height: 15px;
}

.tooltip .tooltiptext.righttop {
    bottom: 150%;
    left: 0%;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 2px;
  border-width: 7px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.popup{
    position:fixed;
	z-index:1;
	width:100%;
	height:100%;
	background-color: rgba(255,255,255,0.8);
	top:0;
	left:0;
}

.popup-box{
    margin: auto;
    margin-top:120px;
	border: 1px solid #eee;
	min-width: 640px;
	max-width: 900px;
	display: table;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.4);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.4);
	border-radius: 10px;
	color:#000;
	min-height: 200px;
	background-color: white;
    position:relative;
}

.popup-text{
    padding: 40px;
}

.invisible-input{
    display:none !important;
}