@charset "UTF-8";
/*** Sistema de cores ***/
/** background  **/
/** red         **/
/** gray        **/
/** gray-dark   **/
/** gray-mediu  **/
/** nude        **/
/** gray-light  **/
/** green       **/
/** green-light **/
/** orange      **/
/** white       **/
/** dark nude   **/
/** dark nude 2   **/
/** letter      **/
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
.logo {
  margin-top: 20px;
  float: left; }
.logo.a-ies {
    margin-top: 6px;
}

.block {
  background-color: #34302E;
  height: 180px;
  padding: 20px 15px;
  -webkit-transition: background-color ease-out 0.5s;
  -moz-transition: background-color ease-out 0.5s;
  -o-transition: background-color ease-out 0.5s;
  transition: background-color ease-out 0.5s;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .block {
      min-height: 145px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 500px) {
    .block {
      min-height: 170px; } }
  .block h3 {
    color: #FFFFFF;
    font-weight: 300; }
  .block p {
    text-align: center;
    position: absolute;
    bottom: 45px;
    left: 45%;
    right: 45%; }
  .block [class^="icon-"], .block [class*=" icon-"] {
    color: #FFFFFF;
    font-size: 30px; }
  .block:hover {
    background-color: #6B6764; }

.btn-mediun {
  padding: 8px 15px;
  width: 170px;
  font-size: 16px;
  color: #FFFFFF; }
  @media screen and (max-width: 500px) {
    .btn-mediun {
      width: 100%;
      margin-bottom: 10px; } }

.btn-big {
  padding: 8px 15px;
  width: 270px;
  font-size: 16px;
  color: #FFFFFF; }
  @media screen and (max-width: 500px) {
    .btn-big {
      width: 100%;
      margin-bottom: 10px; } }

.btn-Mprimary {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 3px solid #434b52;
  text-align: center;
  background-color: #536270;
  -webkit-transition: background-color ease-out 0.3s;
  -moz-transition: background-color ease-out 0.3s;
  -o-transition: background-color ease-out 0.3s;
  transition: background-color ease-out 0.3s;
  display: block; }
  .btn-Mprimary span {
    float: left;
    font-size: 24px; }

.btn-Mprimary:hover {
  background-color: #434b52;
  border-bottom: 3px solid #536270;
  color: #FFFFFF; }

.btn-green, .btn-green-login, .btn-gray {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 3px solid #4e601a;
  text-align: center;
  background-color: #698C00;
  -webkit-transition: background-color ease-out 0.3s;
  -moz-transition: background-color ease-out 0.3s;
  -o-transition: background-color ease-out 0.3s;
  transition: background-color ease-out 0.3s;
  display: block; }
  .btn-green span, .btn-green-login span, .btn-gray span {
    float: right;
    font-size: 24px; }

.btn-green:hover, .btn-green-login:hover, .btn-gray:hover {
  color: #FFFFFF;
  background-color: #4e601a;
  border-bottom: 3px solid #698C00; }

.btn-green:focus, .btn-green-login:focus, .btn-gray:focus {
    color: #FFFFFF;
    outline: none;
}

.btn-gray{
    background-color: #999;
    border-bottom: 3px solid #777;
}
.btn-gray:hover{
    background-color: #777;
    border-bottom: 3px solid #999;
}

.bar-progress {
  height: 40px;
  width: 100%;
  background-color: #888888; }
  @media screen and (max-width: 500px) {
    .bar-progress {
      height: 40px;
      float: left; } }

.steps.t1 {
    width: 100%;
}

.steps.t2 {
    width: calc(100%/2);
}

.steps.t3 {
    width: calc(100%/3);
}

.steps.t4 {
    width: calc(100%/4);
}

.steps {
  float: left;
  width: calc(100%/3);
  text-align: center;
  border-right: 1px solid #FFFFFF;
  height: 100%;
  position: relative; }
  @media screen and (max-width: 500px) {
    .steps {
      height: 40px;
      overflow: hidden;
      border-bottom: 1px solid #FFFFFF; } }
  .steps h3 {
    color: #F6F6F6;
    font-weight: 300;
    opacity: 0.5; }
    @media screen and (max-width: 767px) {
      .steps h3 {
        font-size: 18px; } }

.steps:last-child {
  border-right: 0px; }

.steps.success {
  background-color: #CD363B;
  cursor: default; }
  .steps.success h3 {
    opacity: 1; }

.box-formulario h4 {
  line-height: 36px; }

.box-formulario p {
  margin-bottom: 0px;
  font-size: 12px;
  color: #444444; }

.box-formulario .checkbox label {
  margin-bottom: 0px;
  font-size: 12px;
  color: #444444;
  padding: 13px 13px 13px 40px;
  background-color: #F0F0E1;
  width: 100%;
  cursor: default;
  -webkit-transition: background-color ease-out 0.5s;
  -moz-transition: background-color ease-out 0.5s;
  -o-transition: background-color ease-out 0.5s;
  transition: background-color ease-out 0.5s; }
  @media (max-width: 767px) {
    .box-formulario .checkbox label {
      line-height: 24px; } }

.box-formulario .checkbox input[type='checkbox'] {
  display: none; }

.box-formulario .checkbox span {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: -25px;
  margin-right: 10px;
  margin-top: 10px;
  background-color: #FFFFFF;
  border: 1px solid #DFDFD0;
  float: left;
  padding: 5px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color ease-out 0.5s;
  -moz-transition: background-color ease-out 0.5s;
  -o-transition: background-color ease-out 0.5s;
  transition: background-color ease-out 0.5s; }
  @media (max-width: 767px) {
      .my-option h3{
          margin: 4px;
      }
    .box-formulario .checkbox span {
      margin-top: 0px; } }

.box-formulario .checkbox.active label {
  margin-bottom: 0px;
  font-size: 12px;
  color: #444444;
  padding: 13px 13px 13px 40px;
  background-color: #DDF0DD;
  width: 100%; }
  @media (max-width: 767px) {
    .box-formulario .checkbox.active label {
      line-height: 24px; } }
.box-formulario .ctnr-senha.checkbox.active label {
    background-color: transparent !important;
}

.box-formulario .checkbox.active input[type='checkbox'] {
  display: none; }

.box-formulario .checkbox.active span {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: -25px;
  margin-right: 10px;
  margin-top: 10px;
  background-color: #698C00;
  border: 1px solid #DFDFD0;
  float: left; }
  @media (max-width: 767px) {
    .box-formulario .checkbox.active span {
      margin-top: 0px; } }

  span.link-ja-inscrito{
      cursor: pointer;
      text-decoration: underline;
  }
  .loading{
      z-index: 9999999;
      position: absolute;
      background-color: #FFF;
      opacity: 0.1;
      text-align: center;
      vertical-align: middle;
      margin: auto;
  }
  .loading .i{
      margin: auto;
  }
.spin{
   -webkit-transform-origin: 49.5% 49.5%;
   transform-origin:49.5% 49.5%;
   -ms-transform-origin:49.5% 49.5%; /* IE 9 */
   -webkit-animation: spin .8s infinite linear;
   -moz-animation: spin .8s infinite linear;
   -o-animation: spin .8s infinite linear;
}
.form-control.valid, .form-control-login.valid {
    background-image: url(../img/processo_selecao/valid.png);
}
.form-control.error, .form-control-login.error {
    background-image: url(../img/processo_selecao/warning.png);
}
main.web select.simple {
    background: url(../img/processo_selecao/new_arrow.png) no-repeat !important;
}
main.web select {
    background: url(../img/processo_selecao/new_arrow2.png) no-repeat !important;
}
main.web .arrow:before {
  content: url(../img/processo_selecao/arrow2.png); }

main.web .success .arrow:before {
  content: url(../img/processo_selecao/arrow.png); }

.acordo {
  background-color: #B25900;
  padding: 10px 20px 0px 20px;
  height: 0px;
  opacity: 0;
  -webkit-transition: opacity ease-out 0.8s, height 0.9s, background-color 0.3s;
  -moz-transition: opacity ease-out 0.8s, height 0.9s, background-color 0.3s;
  -o-transition: opacity ease-out 0.8s, height 0.9s, background-color 0.3s;
  transition: opacity ease-out 0.8s, height 0.9s, background-color 0.3s; }
  .acordo p {
    color: #FFFFFF;
    margin-bottom: 0px; }
  .acordo .checkbox {
    margin-top: 0px; }
    .acordo .checkbox label {
      padding: 0px 0px 0px 30px;
      background-color: transparent !important; }
      .acordo .checkbox label strong {
        color: #FFFFFF;
        font-weight: 600;
        font-size: 16px;
        position: relative;
        top: 9px; }
  .acordo .checkbox.active {
    margin-top: 0px; }
    .acordo .checkbox.active label {
      padding: 0px 0px 0px 30px;
      background-color: transparent !important; }
      .acordo .checkbox.active label strong {
        color: #FFFFFF;
        font-weight: 600;
        font-size: 16px;
        position: relative;
        top: 10px; }
      .acordo .checkbox.active label span {
        color: #444444;
        background-color: #FFFFFF; }

.acordo.alert {
  background-color: #CD363B; }

.acordo.visivel {
  opacity: 1;
  height: 120px; }

.my-option {
  background-color: #F0F0E1;
  padding: 20px 10px;
  float: left;
  width: 100%;
  border-bottom: 3px dashed #DFDFD0; }
  @media screen and (max-width: 767px) {
    .my-option {
      padding: 10px; } }
  .my-option h3 {
    color: #BDBDAD; }
  @media screen and (max-width: 767px) {
    .my-option .col-lg-3 {
      margin-top: 5px;
      margin-bottom: 5px; } }
  .my-option label {
    color: #CD363B;
    font-size: 11px;
    font-style: italic;
    float: left; }

.my-option.pass {
  padding: 20px 10px; 
  margin-bottom: 20px;}
  .my-option.pass h5 {
    margin-top: 0px; }
  .my-option.pass .form-control {
    margin-top: 10%; }
    @media screen and (max-width: 767px) {
      .my-option.pass .form-control {
        margin-top: 10px; } }

.my-option:last-child {
  border-bottom: 0px; }

.correios{
    padding: 9px 18px !important;
}

.canhoto {
  width: 80px;
  text-align: center;
  float: left; }

.showMessage .modal {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #000;
  opacity: 0.4;
  z-index: 5;
  display: block; }

.showMessage .response p {
  color: #FFFFFF;
  font-size: 14px;
  //float: right;
  padding: 6px;
  display: inline-block;
  width: 70%; }
  .showMessage .response p strong {
    font-size: 16px; }

.showMessage .response a {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 18px;
  color: #fff; }

.showMessage .response span.icon-exclamation-triangle, .showMessage .response span.glyphicon-ok-sign {
  font-size: 50px;
  color: #fff;
  margin-top: 10px;
  float: left;
  width: 20%;
  margin-left: 15px;
  display: none; }

.showMessage .response span.glyphicon-ok {
  font-size: 50px;
  color: #fff;
  margin-top: 10px;
  float: left;
  width: 20%;
  margin-left: 15px;
  display: none; }

.showMessage .response.warning, .showMessage .response.error, .showMessage .response.ok {
  width: 335px;
  height: 105px;
  position: fixed;
  top: 40px;
  left: 60%;
  background-color: #CD363B;
  border-radius: 5px;
  z-index: 6;
  display: none;
  padding: 10px; }
  @media screen and (max-width: 767px) {
    .showMessage .response.warning, .showMessage .response.error, .showMessage .response.ok {
      width: 100%;
      position: fixed;
      left: 0;
      top: 50%; } }
  .showMessage .response.warning span.icon-exclamation-triangle, .showMessage .response.error span.icon-exclamation-triangle, .showMessage .response.ok span.icon-exclamation-triangle, .showMessage .response span.glyphicon-ok-sign{
    display: block; }
  
  .showMessage .response.ok{
  background-color: #698C00;
 }

.showMessage .response.success {
  width: 335px;
  height: 105px;
  position: absolute;
  top: 26%;
  left: 60%;
  background-color: #698C00;
  border-radius: 5px;
  z-index: 6;
  display: block;
  padding: 10px; }
  .showMessage .response.success span.glyphicon-ok {
    display: block; }

.alert {
  border: 1px solid #CD363B;
  margin-bottom: 0px; }

.row-main {
  min-height: 645px !important;
  height: auto !important; }

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

/*** Sistema de cores ***/
/** background  **/
/** red         **/
/** gray        **/
/** gray-dark   **/
/** gray-mediu  **/
/** nude        **/
/** gray-light  **/
/** green       **/
/** green-light **/
/** orange      **/
/** white       **/
/** dark nude   **/
/** dark nude 2   **/
/** letter      **/


/*** Sistema de cores ***/
/** background  **/
/** red         **/
/** gray        **/
/** gray-dark   **/
/** gray-mediu  **/
/** nude        **/
/** gray-light  **/
/** green       **/
/** green-light **/
/** orange      **/
/** white       **/
/** dark nude   **/
/** dark nude 2   **/
/** letter      **/
.ajax-spinner-bars {
  position: relative;
  width: 25px;
  height: 25px;
  left: 90%;
  top: -23px;
  display: none; }

.ajax-spinner-bars > div {
  position: absolute;
  width: 2px;
  height: 6px;
  background-color: #25363F;
  opacity: 0.05;
  animation: fadeit 0.8s linear infinite; }

.ajax-spinner-bars > .bar-1 {
  transform: rotate(0deg) translate(0, -12px);
  animation-delay: 0.05s; }

.ajax-spinner-bars > .bar-2 {
  transform: rotate(22.5deg) translate(0, -12px);
  animation-delay: 0.1s; }

.ajax-spinner-bars > .bar-3 {
  transform: rotate(45deg) translate(0, -12px);
  animation-delay: 0.15s; }

.ajax-spinner-bars > .bar-4 {
  transform: rotate(67.5deg) translate(0, -12px);
  animation-delay: 0.2s; }

.ajax-spinner-bars > .bar-5 {
  transform: rotate(90deg) translate(0, -12px);
  animation-delay: 0.25s; }

.ajax-spinner-bars > .bar-6 {
  transform: rotate(112.5deg) translate(0, -12px);
  animation-delay: 0.3s; }

.ajax-spinner-bars > .bar-7 {
  transform: rotate(135deg) translate(0, -12px);
  animation-delay: 0.35s; }

.ajax-spinner-bars > .bar-8 {
  transform: rotate(157.5deg) translate(0, -12px);
  animation-delay: 0.4s; }

.ajax-spinner-bars > .bar-9 {
  transform: rotate(180deg) translate(0, -12px);
  animation-delay: 0.45s; }

.ajax-spinner-bars > .bar-10 {
  transform: rotate(202.5deg) translate(0, -12px);
  animation-delay: 0.5s; }

.ajax-spinner-bars > .bar-11 {
  transform: rotate(225deg) translate(0, -12px);
  animation-delay: 0.55s; }

.ajax-spinner-bars > .bar-12 {
  transform: rotate(247.5deg) translate(0, -12px);
  animation-delay: 0.6s; }

.ajax-spinner-bars > .bar-13 {
  transform: rotate(270deg) translate(0, -12px);
  animation-delay: 0.65s; }

.ajax-spinner-bars > .bar-14 {
  transform: rotate(292.5deg) translate(0, -12px);
  animation-delay: 0.7s; }

.ajax-spinner-bars > .bar-15 {
  transform: rotate(315deg) translate(0, -12px);
  animation-delay: 0.75s; }

.ajax-spinner-bars > .bar-16 {
  transform: rotate(337.5deg) translate(0, -12px);
  animation-delay: 0.8s; }

@keyframes fadeit {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*** Sistema de cores ***/
/** background  **/
/** red         **/
/** gray        **/
/** gray-dark   **/
/** gray-mediu  **/
/** nude        **/
/** gray-light  **/
/** green       **/
/** green-light **/
/** orange      **/
/** white       **/
/** dark nude   **/
/** dark nude 2   **/
/** letter      **/
/* SLIDE THREE */
.slideThree {
  width: 97px;
  height: 30px;
  background: #888888;
  margin: 5px;
  float: left;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2); }

.slideThree:after {
  content: 'Sim';
  font-size: 14px;
  color: #FFFFFF;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 0;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15); }

.slideThree:before {
  content: 'Não';
  font-size: 14px;
  color: #FFFFFF;
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 0;
  font-weight: bold; }

.slideThree label {
  display: block;
  width: 42px;
  height: 26px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 7px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 53px;
  z-index: 1;
  background: #F6F6F6; }

.slideThree input[type=checkbox] {
  visibility: hidden; }

.slideThree input[type=checkbox]:checked + label {
  left: 2px;
  background: #DDF0DD; }

/*** font ***/
/*** mixins ***/
/*** placeholder ***/
html, body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%; }

body {
  background-color: #F0F0E1;
  border-top: 5px solid #34302E;
  font-family: 'Lato', sans-serif; }
  body header {
    padding: 20px 0px; }
    body header h3 {
      float: right;
      color: #888888;
      font-weight: 300;
      display: inline;
      width: 100%;
      text-align: right; }
  body main {
    margin-bottom: 30px; }
    body main .container .row {
      position: relative;
      border-bottom: 5px solid #DFDFD0;
      background-color: #FFFFFF;
      padding: 0px 0px 40px 0px;
      height: 100%; }
      body main .container .row .title h3 {
        color: #444444; }
      body main .container .row .title p {
        text-align: center; }
        body main .container .row .title p strong, body main .container .row .title p a {
          color: #CD363B; }
      body main .container .row .bloco {
        margin-bottom: 24px;
        float: left;
        width: 100%; }
      body main .container .row .step-1, body main .container .row .step-2, body main .container .row .step-3, body main .container .row .step-4, body main .container .row .step-end {
        position: absolute;
        top: 50px;
        background-color: #fff;
        margin-bottom: 50px;
        padding-bottom: 20px; }
      body main .container .row .step-2, body main .container .row .step-3, body main .container .row .step-4, body main .container .row .step-end {
        display: none; }
      body main .container .row .step-end {
        width: 100%; }
        body main .container .row .step-end h2 {
          font-size: 45px;
          text-align: center;
          margin-top: 5%;
          border-bottom: 0px; }
        body main .container .row .step-end p {
          font-size: 20px;
          font-weight: 400;
          text-align: center;
          width: 68%;
          margin: 5% auto; }
          body main .container .row .step-end p strong {
            font-weight: 900;
            color: #CD363B; }
          body main .container .row .step-end h6{
            text-align: left;
            font-size: 22px;
            color: #333;
            border-bottom: 1px #333 solid;
            margin: 20px 0px 16px;
            padding: 8px;
          }
          .ctnr-gerar-boleto .fa{
              font-size: 50px;
              padding-right: 12px;
              vertical-align: middle;
          }
body main.capa .container .row, #container-cpf {
  padding: 40px;
  border-top: 10px solid #CD363B; }
.form-group-login{
    margin: 6px 0px;
}
.msg-erro-edicao{
    margin: 40px;
    background-color: #F44336;
    color: #FFF;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 38px;
    vertical-align: middle;
}
.msg-erro-edicao span.glyphicon{
    font-size: 20px;
    margin-right: 10px;
    vertical-align: text-top;
}
#ctnr-senha{
    display: none;
}
@media screen and (max-width: 767px) {
  body main.capa .container .row {
    padding: 20px 10px; } }
body main.capa .container .row .title {
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    body main.capa .container .row .title {
      margin-bottom: 14px; } }
body main.capa .container .row .btn-Mprimary {
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 767px) {
    body main.capa .container .row .btn-Mprimary {
      margin-top: 50px; } }

.loader{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #CC0000;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0.5;
    display: none;
}

.esq-senha{
    float: right;
    cursor: pointer;
}

.ufsel{
    width: 80px !important;
}

.dropdown-header .text{
    font-size: 18px;
}

.detalhes-codigo-promocional{
    font-size: 16px;
    margin-left: 6px;
}

.detalhes-codigo-promocional .error, .detalhes-codigo-promocional .valid, .detalhes-codigo-promocional .checking{
    padding: 9px;
    color: #FFF;
    border-radius: 3px;
}
.detalhes-codigo-promocional .error{
    background-color: #CD363B;
    padding: 11px !important;
}

.detalhes-codigo-promocional .checking{
    background-color: #1E88E5;
    padding: 11px !important;
}

.detalhes-codigo-promocional .valid{
    padding: 0px !important;
}

.detalhes-codigo-promocional .valid{
    padding: 0px !important;
}

.detalhes-codigo-promocional .valid div{
    display: table-cell;
    vertical-align: middle;
}

.detalhes-codigo-promocional .valid div:first-child{
    background-color: #698C00;
    padding: 0px 16px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 100%;
}
.detalhes-codigo-promocional .valid div:last-child{
    background-color: #999;
    padding: 9px 12px;
    -webkit-border-radius: 0px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius: 0px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px #698C00 solid;
}

.detalhe-inscricao, .detalhe-matricula{
    padding: 2px;
}

.btn.btn-detail{
    padding: 9px 15px;
    background-color: #AAA;
    color: #FFF;
    outline: none;
}

.btn.btn-detail span{
    margin-right: 4px;
}

.modal-header, .modal-footer{
    background-color: #EEE;
}
.modal-header .modal-title{
    font-weight: bold !important;
    font-size: 16px !important;
}
.modal-body > .detalhes-codigo-promocional{
    padding: 12px;
}

#row-nova-edita button{
    margin-bottom: 40px !important;
}

#row-nova-edita .form-group-login{
    margin-bottom: 40px !important;
}

#row-nova-edita h2{
    margin-bottom: 32px;
}

#row-nova-edita .meia:first-child{
    padding-right: 80px;
}
@media screen and (max-width: 767px) {
    #row-nova-edita .meia:first-child{
        padding-right: 0px;
    }
}

.btn-select-login{
    margin-bottom: 10px;
    background-color: #9BA9B5;
    color: #536270;
    border-color: #536270 !important;
}
.btn-select-login .glyphicon{
    font-size: 18px;
    padding: 0px 4px;
    vertical-align: top;
}

.btn-select-login.active{
    background-color: #536270;
    color: #FFF;
}
.btn-select-login:hover{
    background-color: #6F7C87;
}

#email{
    text-transform: lowercase;
}

#ctnr-cpf{
    display: none;
}
#ufpolo1{
    width: 40px;
}
#necessidades_outras, #necessidades_outras + small, #ness_outras, #ness_outras + small{
    display: none;
}
#ctnr-codp{
    background-color: #698C00;
    color: #FFF;
    line-height: 22px;
    padding: 8px 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
}
#ctnr-edicao{
    padding: 20px 100px;
}
@media screen and (max-width: 990px) {
    #ctnr-edicao{
        padding: 20px 40px;
    }
}
@media screen and (max-width: 500px) {
    #ctnr-edicao{
        padding: 10px 10px;
    }
    #ctnr-edicao .item{
        width: 100%;
    }
}
@media screen and (max-width: 350px) {
    #ctnr-edicao{
        padding: 6px 6px;
    }
}

#ctnr-edicao .titulo{
    margin: 40px 0px 0px 0px;
}
#ctnr-edicao button{
    margin: 0px 8px 26px 0px;
}
#ctnr-edicao .item{
    display: inline-block;
}
.ctnr-voltar{
    margin-top: 40px;
}
#dados-inscricao{
    margin: 20px;
}

#ctnr-clock{
    font-size: 20px;
    padding: 20px;
    min-height: 70px;
    background-color: #CCCCCC;
}
#ctnr-clock > div{
    display: table-cell;
    vertical-align: middle;
    padding: 4px;
}
.clock{
    font-weight: bold;
}
.btn-prova{
    margin-bottom: 20px;
}
.btn-prova button{
    width: 100%;
}
.btn-prova .ctnr-button{
    display: none;
}

#msg-matricula{
    display: table;
    margin: 16px auto;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#msg-matricula.erro{
    border: 2px #CD363B solid;
}

#msg-matricula.erro > div:first-child{
    font-weight: bolder;
    padding: 10px;
    background-color: #CD363B;
    color: #FFF;
    text-align: center;
}
#msg-matricula > div:last-child div:first-child span{
    font-size: 22px;
}
#msg-matricula > div:last-child div:first-child{
    background-color: #FFF;
    //color: #333;
    color: #CD363B;
}
#msg-matricula > div:last-child div:first-child{
    display: table-cell;
    padding: 12px;
    padding-right: 0px;
    vertical-align: middle;
    color: #CD363B;
}
#msg-matricula > div:last-child div:last-child{
    display: table-cell;
    padding: 12px;
    vertical-align: middle;
    color: #CD363B;
    font-size: 14px;
}

.ctnr-dados{
    margin-top: 60px;
}
.ctnr-endereco{
    background-color: #EEE;
}
.ctnr-endereco .cabecalho{
    padding: 10px;
    background-color: #CCC;
    border-bottom: 3px #AAA solid;
}
.ctnr-endereco .cabecalho ts{
    margin: 0px;
    border-bottom: 0px;
}
.ctnr-endereco .corpo{
    padding: 20px 14px;
    border-bottom: 3px #AAA solid;
    display: table;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

body main.presencial .container{
    width: 100%;
    font-size: 12px;
}
body main.presencial .container .row .step-1,
    body main.presencial .container .row .step-2,
    body main.presencial .container .row .step-3,
    body main.presencial .container .row .step-4,
    body main.presencial .container .row .step-end {
    position: static;
}
body main.presencial .container .col-md-10, .col-md-11, .col-md-12{
    width: 98% !important;
    margin-left: 10px;
}
body main.presencial select, body main.presencial input{
    font-size: 14px !important;
    font-weight: normal !important;
}
body main.presencial input{
    padding: 10px;
}
body main.presencial h2, body main.presencial .steps h3{
    font-size: 22px;
}
.lbl-dados-inscricao{
    font-size: 18px;
    color: #448AFF;
    border-color: #EEE;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font-weight: 500;
    cursor: not-allowed;
}
.logo_ead{
    display: inline-block;
    width: 39%;
    margin-right: 15%;
}
.logo_ies{
    display: inline-block;
    width: 45%;
}
@media screen and (max-width: 767px) {
    #logo_div{
        margin: 0 auto;
        float: none;
    }
}
.container-opcoes-loading{
    position: absolute;
    background-color: #FFF;
    box-shadow: 0px 0px 1px 3px #DFDFD0;
    z-index: 999;
    opacity: 0.4;
    -moz-opacity: 0.4;
    -webkit-opacity: 0.4;
    text-align: center;
    vertical-align: middle;
}
button[data-id="inse_id_2grau"] > span{
    max-width: 400px !important;
}