@import url("https://use.typekit.net/adf6nny.css");
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: "myriad-pro", sans-serif;
  color: #5c5c5c;
  line-height: 1;
  padding-bottom: 50px;
}
input {
  background: #fff;
  border: 1px solid #dedede;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  font-size: 18px;
  font-family: "myriad-pro", sans-serif;
}
input:focus {
  outline: 0;
}
.flat-table {
  margin-bottom: 20px;
  border-collapse: collapse;
  border: none;
  margin: 0 auto;
}
.flat-table th,
.flat-table td {
  -webkit-box-shadow: inset 0 -1px rgba(0,0,0,0.25), inset 0 1px rgba(0,0,0,0.25);
          box-shadow: inset 0 -1px rgba(0,0,0,0.25), inset 0 1px rgba(0,0,0,0.25);
}
.flat-table th {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  padding: 1em;
  color: rgba(0,0,0,0.45);
  text-shadow: 0 0 1px rgba(0,0,0,0.1);
  font-size: 1.5em;
}
.flat-table td {
  color: #f7f7f7;
  padding: 0.7em 1em 0.7em 1.15em;
  text-shadow: 0 0 1px rgba(255,255,255,0.1);
  font-size: 1.2em;
}
.flat-table tr {
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.flat-table-1 {
  background: #b3764c;
}
.flat-table-1 tr:hover {
  background: rgba(0,0,0,0.19);
}
@media (max-width: 920px) {
  .flat-table td {
    font-size: 1em;
  }
}
@media (max-width: 790px) {
  .flat-table td {
    font-size: 0.7em;
  }
}
.avaliadores.active,
.notas.active {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.avaliadores.active li,
.notas.active li {
  position: absolute;
  padding: 14px 18px;
}
.avaliadores.active li.right,
.notas.active li.right {
  right: 0;
}
.avaliadores li,
.notas li {
  font-size: 16px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px 30px;
  display: inline-block;
  margin: 10px 20px;
  border-radius: 20px;
  -webkit-transition: background 0.5;
  transition: background 0.5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.avaliadores li.selecionado,
.notas li.selecionado {
  background: #5ac194;
  border: 1px solid #3e926d;
}
.criterio .title {
  margin-bottom: 10px;
  margin-top: -15px;
}
.notas {
  margin-bottom: 50px;
}
.notas li {
  padding: 12px 19px;
  margin: 5px 5px;
  font-size: 13px;
}
.status {
  margin-top: 7px;
  font-size: 11px;
}
.mensagem-box {
  position: fixed;
  width: 100%;
  background: #b93737;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
  text-align: center;
  padding: 20px 0;
  bottom: 10px;
  color: #fff;
  margin-bottom: -60px;
}
.mensagem-box.error {
  background: #b93737;
}
.mensagem-box.warn {
  background: #c7b61b;
}
.mensagem-box.success {
  background: #37b95c;
}
.mensagem-box.show {
  margin-bottom: 0px;
}
.content {
  text-align: center;
}
.content-margin {
  margin-top: 50px;
}
.gradient-background {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), to(#d9dcee));
  background-image: linear-gradient(-180deg, #fff 40%, #d9dcee 100%);
  height: 95vh;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: -999;
}
.bottom-border {
  height: 10px;
  background-color: #252d6c;
  position: fixed;
  bottom: 0;
  width: 100%;
}
header {
  padding: 18px 0;
  background-color: #252d6c;
  text-align: center;
  -webkit-box-shadow: 0 2px 14px 0 rgba(32,41,111,0.36);
          box-shadow: 0 2px 14px 0 rgba(32,41,111,0.36);
  margin-bottom: 20px;
}
.candidato-logo {
  max-width: 150px;
  margin-bottom: 50px;
  margin-top: 50px;
}
.title {
  color: #070e45;
  font-size: 18px;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 70%;
  line-height: 23px;
}
.title span.sub {
  display: block;
  font-size: 12px;
}
.star-rating-control {
  display: inline-block;
}
.star-rating-control .star-rating {
  float: left;
  width: 36px;
  height: 36px;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  background: transparent;
  overflow: hidden;
  outline: none;
}
.star-rating-control .star-rating a {
  display: table-cell;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-image: url("../img/greystar.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0px;
  width: 36px;
  height: 36px;
  margin: 0 8px;
  border: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
}
.star-rating-control .star-rating-on a {
  background-image: url("../img/yellowstar.svg");
}
.star-rating-control .star-rating-hover a {
  background-image: url("../img/orangestar.svg");
}
.bt-confirmar {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  background-color: #323c87;
  border: none;
  cursor: pointer;
  color: #fff;
  border-radius: 25px;
  height: 50px;
  width: 80%;
  text-transform: uppercase;
  font-weight: bold;
  font: inherit;
  letter-spacing: 2.4px;
  outline: none;
  -webkit-box-shadow: 0 10px 30px 0 rgba(7,14,69,0.4);
          box-shadow: 0 10px 30px 0 rgba(7,14,69,0.4);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sk-circle {
  margin: 70px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #262e6c;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 480px) {
  header img {
    width: 76px;
  }
  .voting-question {
    margin-bottom: 40px;
  }
  .avaliadores li {
    font-size: 13px;
  }
  .avaliadores.active li {
    padding: 8px 14px !important;
    border-radius: 10px;
    font-size: 14px;
    max-width: 39px;
    max-height: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 360px) {
  header {
    padding: 14px 0;
  }
  header img {
    width: 70px;
  }
  .candidato-logo {
    max-width: 150px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .voting-question {
    margin-bottom: 20px;
  }
}
@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
