/*.index-curso-nome-container {
      width: calc(100% - 160px);
}*/

.plano-de-acao .texto-intro {
	margin: 20px 0;
}

.card-tarefa {
  background: #ab1b45;
  min-height: 200px;
  display: flex;
  display: -ms-flexbox;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  margin-bottom: 30px; }
  .card-tarefa.tarefa-etapa-3 .textarea {
    background: #c05474;
    color: #fff; }
    .card-tarefa.tarefa-etapa-3 .textarea::-webkit-input-placeholder {
      color: #fff; }
    .card-tarefa.tarefa-etapa-3 .textarea:-moz-placeholder {
      color: #fff; }
    .card-tarefa.tarefa-etapa-3 .textarea::-moz-placeholder {
      color: #fff; }
    .card-tarefa.tarefa-etapa-3 .textarea:-ms-input-placeholder {
      color: #fff; }

.card-tarefa-titulo {
  font-size: 18px;
  text-align: center;
  color: #FFF; }

.card-tarefa-acoes .textarea {
  width: 100%;
  height: 95px;
  background: #fff;
  font-size: 17px;
  padding: 20px;
  border: solid 1px #163d62; }
.card-tarefa-acoes .btn {
  width: 100%;
  display: block;
  background: #fff;
  color: #222;
  font-size: 17px;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 18px;
  position: relative;
  min-height: 40px; }
  .card-tarefa-acoes .btn input {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    opacity: 0.0001;
    z-index: 1; }
  .card-tarefa-acoes .btn:after {
    display: block;
    content: attr(data-value);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none; }
  .card-tarefa-acoes .btn:hover, .card-tarefa-acoes .btn.selecionado, .card-tarefa-acoes .btn.selecionado:hover {
    background-color: #163d62;
    color: #fff; }
  .card-tarefa-acoes .btn + * {
    margin-top: 15px; }

.nivel-delegacao {
  border: solid 1px #ab1b45;
  background: #fff; }
  .nivel-delegacao .card-tarefa-titulo {
    color: #163d62;
    font-weight: bold;
    text-align: left; }
    .nivel-delegacao .card-tarefa-titulo + * {
      margin-top: 10px; }

.lista-opcoes .opcao {
  display: flex;
  align-items: center;
  cursor: pointer; }
  .lista-opcoes .opcao input[type="radio"] {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0; }
    .lista-opcoes .opcao input[type="radio"]:checked + .input-check {
      background-position: -39px -2px; }
.lista-opcoes .input-container {
  width: 44px;
  height: 38px;
  margin-right: 25px;
  background: no-repeat;
  position: relative; }
  .lista-opcoes .input-container .input-check {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../img/exercicios/input-alternativa.png");
    background-position: 0 -2px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0; }
.lista-opcoes label {
  color: #888;
  font-size: 18px;
  border-bottom: solid 1px #888;
  display: block;
  width: 100%;
  padding: 15px 5px 15px 0; }
.lista-opcoes li:last-child label {
  border-bottom: none; }

.modal.modal-plano-de-acao .featherlight-content {
  background: #fff;
  width: 100%;
  max-width: 1200px; }

.iframe-impressao {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden; }

body {
  -webkit-print-color-adjust: exact; }

.area-impressao-plano-acao .titulo {
  text-align: center;
  font-weight: bold;
  color: #173d62; }
  .area-impressao-plano-acao .titulo + * {
    margin-top: 15px; }
.area-impressao-plano-acao .texto-explicativo + * {
  margin-top: 15px; }
.area-impressao-plano-acao .tbl {
  width: 100%;
  border-collapse: collapse; }
  .area-impressao-plano-acao .tbl th {
    background: #173d62;
    color: #FFF;
    text-align: center;
    padding: 15px;
    font-weight: normal;
    text-align: center;
    font-weight: bold; }
  .area-impressao-plano-acao .tbl td {
    text-align: center;
    padding: 15px;
    border: solid 1px #ab1b45;
    font-weight: bold; }
  .area-impressao-plano-acao .tbl + * {
    margin-top: 100px; }

/*# sourceMappingURL=plano-de-acao.css.map */

.chrome .jwplayer.jw-skin-custom .jw-display-icon-container {
	pointer-events: none !important;
}