.btn-1{
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
.btn-10{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
@media only screen and (max-width: 480px){
    .btn-10{
        max-width:44px;
        width:44px !important;
    }
}
.progress-bar-assessment {
    background-color: #bda251;
}
.progress-bar-assessment {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

/* Step marker: Place in the form. */
.step {
  height: 18px;
  width: 18px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
.float-left{
    float:left;
}
.float-right{
    float:right;
}
.step-circles{
    text-align:center;
    margin-top:40px;
}
.step-circles{margin-top:-10px;}

/****************************************************************
 *
 * CSS Percentage Circle
 * Based on CSS provided by Andre Firchow
 *
*****************************************************************/

.prog-circle .slice {
  position : absolute;
  width    : 1em;
  height   : 1em;
  clip     : rect(0em, 1em, 1em, 0.5em);
}
.prog-circle .slice.clipauto {
  clip : rect(auto, auto, auto, auto);
}
.prog-circle .fill, .prog-circle .bar {
  position              : absolute;
  border                : .08em solid #bda251;
  width                 : 0.84em;
  height                : 0.84em;
  clip                  : rect(0em, .5em, 1em, 0em);
  -webkit-border-radius : 50%;
  -moz-border-radius    : 50%;
  -ms-border-radius     : 50%;
  -o-border-radius      : 50%;
  border-radius         : 50%;
  -webkit-transform     : rotate(20deg);
  -moz-transform        : rotate(20deg);
  -ms-transform         : rotate(20deg);
  -o-transform          : rotate(20deg);
  transform             : rotate(20deg);
}
.prog-circle {
  position              : relative;
  font-size             : 20px;
  width                 : 1em;
  height                : 1em;
  -webkit-border-radius : 50%;
  -moz-border-radius    : 50%;
  -ms-border-radius     : 50%;
  -o-border-radius      : 50%;
  border-radius         : 50%;
  float                 : left;
  margin                : 0 0.1em 0.1em 0;
  background-color      : #ffe7a8;
}
.prog-circle .percenttext {
  position                           : absolute;
  width                              : 100%;
  height                             : 1em;
  z-index                            : 1;
  margin                             : auto;
  top                                : 0;
  left                               : 0;
  right                              : 0;
  bottom                             : 0;
  font-size                          : 0.3em;
  color                              : #bda251;
  display                            : block;
  text-align                         : center;
  white-space                        : nowrap;
  line-height                        : 100%;
/*  -webkit-transition-duration        : 0.2s;
  -moz-transition-duration           : 0.2s;
  -o-transition-duration             : 0.2s;
  transition-duration                : 0.2s;
  -webkit-transition-timing-function : ease-out;
  -moz-transition-timing-function    : ease-out;
  -o-transition-timing-function      : ease-out;
  transition-timing-function         : ease-out;*/
}
.prog-circle .after {
  position              : absolute;
  top                   : 0.08em;
  left                  : 0.08em;
  display               : block;
  content               : " ";
  -webkit-border-radius : 50%;
  -moz-border-radius    : 50%;
  -ms-border-radius     : 50%;
  -o-border-radius      : 50%;
  border-radius         : 50%;
  background-color      : #FFFFFF;
  width                 : 0.84em;
  height                : 0.84em;
}
.end .fill,.end .bar {
  border-color:#000;
  /*transition:border-color 5s linear;*/
}
.end .percenttext {
  color:#000;
  /*transition:color 5s linear;*/
}
.end.complate .fill,.end.complate .bar {
  border-color:#ccc;
  transition:border-color 1.5s linear;
}
.end.complate .percenttext {
  color:#ccc;
  /*transition:color 1.5s linear;*/
}
#fakhar-cricle .circle * {
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
/*    top: -30px;*/
}
#cricle-btn:after {
    display:block;
    text-align:center;
    content:'size: 'attr(data-size)'kb';
}

.tags-assessment{
    top: 5px;
    height: 50px;
}
.timeline .tag-assessment {
  height: 35px;
  font-size: 23px;
  padding: 3px; }
.tag-assessment:after {
  content: " ";
  height: 35px;
  width: 0;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0;
  pointer-events: none;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 11px solid #1ABB9C; }

.timeline h2.title:before {
    top: 15px;
}

.fonte-textos{
    font-size: 24px;
}
.page-header-title{
    font-size: 26px;
}

.dourado{
    color: rgb(191, 143, 0);
}
#form_dicas {
    margin: 10px auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-top: 0px;
    width: 100%;
}
.btn-grande{
    width: 230px;
}
.subtitulo{
    font-size: 26px;
}
@media (max-width: 768px) {
    .subtitulo{
        font-size: 18px;
    }
    .fonte-textos{
        font-size: 16px;
    }
    .page-header-title {
        font-size: 18px;
    }
    .timeline .tags{
        width: 40px;
    }
    #form_dicas{
        padding-left: 1px;
        padding-right: 1px;
    }
    .timeline .block {
        margin-left: 70px;
    }
    .btn-grande{
        width: 90px;
    }
    .botao_responder{
        width: 60px;
    }
}
@media (max-width: 450px) {
    .btn-responsive {
        width: 34px;
    }
    .form-horizontal .form-group {
        margin-right: -10px;
        margin-left: -7px;
    }
}

.timeline h2.title_1:before {
    top: 6px;
}

.resposta:hover {
    background: #95823e;
    color: #FFFFFF;
}


/* RADIOBUTTON */
@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
.option-input:after {
    top: -20px;
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 30px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input-m:checked, .option-input-m:checked::after {
  background: #a3e0f0;
}
.option-input-f:checked, .option-input-f:checked::after {
  background: #eab7f7;
}
.option-input:checked::before {
  height: 40px;
  width: 40px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 20px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}

.pergunta{
    margin-left:200px;
    margin-right:250px;
}
@media (max-width:1366px) {
    .pergunta{
        margin-left:130px;
        margin-right:100px;
    }
}
@media (max-width: 960px) {
    .pergunta{
        margin-left:50px;
        margin-right:100px;
    }
}
@media (max-width: 545px) {
    .pergunta{
        margin-left:10px;
        margin-right:10px;
    }
}
.cor-caqui:hover{
    background-color: #CCC;
}

.tremer {
  animation: treme 0.2s;
  animation-iteration-count: 5;
}

@keyframes treme {
  0% {margin-left: 0;}
  25% {margin-left: 5px;}
  50% {margin-left: 0;}
  75% {margin-left: -5px;}
  100% {margin-left: 0;}
}