@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);*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);

/**
 * Font Face
 */
@font-face {
    font-family: 'Whitney-Book';
    font-style: normal;
    font-weight: normal;
    src: url("../../fonts/processo_selecao/ficha_inscricao_unidicada/Whitney-Book.eot?#iefix") format("embedded-opentype"),
        url("../../fonts/processo_selecao/ficha_inscricao_unidicada/Whitney-Book.woff") format("woff"),
        url("../../fonts/processo_selecao/ficha_inscricao_unidicada/Whitney-Book.ttf") format("truetype"),
        url("../../fonts/processo_selecao/ficha_inscricao_unidicada/Whitney-Book.svg#Whitney-Book") format("svg");
}

@font-face {
    font-family: 'Whitney-Bold';
    src: url('../../fonts/processo_selecao/ficha_inscricao_unidicada/Whitney-Bold.eot');
    src: url('../../fonts/processo_selecao/ficha_inscricao_unidicada/Whitney-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/processo_selecao/ficha_inscricao_unidicada/Whitney-Bold.woff2') format('woff2'),
        url('../../fonts/processo_selecao/ficha_inscricao_unidicada/Whitney-Bold.woff') format('woff'),
        url('../../fonts/processo_selecao/ficha_inscricao_unidicada/Whitney-Bold.ttf') format('truetype'),
        url('../../fonts/processo_selecao/ficha_inscricao_unidicada/Whitney-Bold.svg#Whitney-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Whitney-Semibold';
    src: url('../../fonts/processo_selecao/ficha_inscricao_unidicada/Whitney-Semibold.eot');
    src: local('Whitney-Semibold'),
        url('../../fonts/processo_selecao/ficha_inscricao_unidicada/Whitney-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/processo_selecao/ficha_inscricao_unidicada/Whitney-Semibold.woff') format('woff'),
        url('../../fonts/processo_selecao/ficha_inscricao_unidicada/Whitney-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Whitney-Medium';
    src: url('../../fonts/processo_selecao/ficha_inscricao_unidicada/Whitney-Medium.eot');
    src: local('Whitney-Medium'),
        url('../../fonts/processo_selecao/ficha_inscricao_unidicada/Whitney-Medium.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/processo_selecao/ficha_inscricao_unidicada/Whitney-Medium.woff') format('woff'),
        url('../../fonts/processo_selecao/ficha_inscricao_unidicada/Whitney-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Whitney-Black';
    src: url('../../fonts/processo_selecao/ficha_inscricao_unidicada//Whitney-Black.eot');
    src: local('Whitney-Black'),
        url('../../fonts/processo_selecao/ficha_inscricao_unidicada/Whitney-Black.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/processo_selecao/ficha_inscricao_unidicada/Whitney-Black.woff') format('woff'),
        url('../../fonts/processo_selecao/ficha_inscricao_unidicada/Whitney-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
  font-family: 'Whitney-Light'; 
  src:  url('../../fonts/processo_selecao/ficha_inscricao_unidicada/Whitney-Light.otf')  format('opentype');
  font-weight: 100; 
  font-style: normal; 
}

@font-face {
    font-family: 'ead-laureate';
    font-style: normal;
    font-weight: normal;
    src: url("../../fonts/processo_selecao/ficha_inscricao_unidicada/ead-laureate.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/processo_selecao/ficha_inscricao_unidicada/ead-laureate.woff") format("woff"),
    url("../../fonts/processo_selecao/ficha_inscricao_unidicada/ead-laureate.ttf") format("truetype"),
    url("../../fonts/processo_selecao/ficha_inscricao_unidicada/ead-laureate.svg#ead-laureate") format("svg");
}

.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: 20px 30px;
  width: auto;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .3em;
  color: #FFFFFF; }
  @media screen and (max-width: 500px) {
    .btn-mediun {
      width: 100%;
      font-size: 18px;
      letter-spacing: normal;
      padding: 20px 12px;      
      margin-bottom: 10px; } }

.btn-big {
  padding: 20px 30px;
  width: auto;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: #FFFFFF; }
  @media screen and (max-width: 500px) {
    .btn-big {
      width: 100%;
      font-size: 18px;
      letter-spacing: normal;
      padding: 20px 12px;
      margin-bottom: 10px; } }

.btn-Mprimary {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0;
  text-align: center;
  background-color: #333;
  -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: #666;
  border-bottom: 0;
  color: #FFFFFF; }

.btn-green, .btn-green-login, .btn-gray {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0;
  text-align: center;
  background-color: #f04937;
  -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: #cb220f;
  border-bottom: 0; }

.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-size: 24px;
    font-weight: 900;
    /*font-family: 'Whitney-Bold';*/
    font-family: 'Roboto';
    opacity: 0.5;}

  .steps.success h3::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0,174,142,0);
        border-top-color: rgba(0, 174, 142, 0);
    border-top-color: #f04937;
    border-width: 15px;
    margin-left: -15px;
    z-index: 555;}

    @media screen and (max-width: 767px) {
      .steps h3 {
        font-size: 18px; } }

.steps:last-child {
  border-right: 0px; }

.steps.success {
  background-color: #f04937;
  cursor: default; }
  .steps.success h3 {
    opacity: 1; }

  .box-formulario a [class^="icon-"],
  .box-formulario button [class^="icon-"],
  .box-formulario a [class*=" icon-"],
  .box-formulario button [class*=" icon-"] {
    display: none;
  }

.tableEletiva {
    border: 2px solid #000;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

.tableEletiva tbody > tr > td  {
  border: 1px solid #555;
  padding: 2px 8px 0;
  text-align: left;
}

.tableEletiva  thead > tr > th {
  border: 1px solid #555;
  background-color:  #002060;
  padding: 2px 8px 0;
  margin-top: 2px;
  margin-bottom: 2px;
  color: white;
  text-align: center;
}

.box-formulario h4 {
  line-height: 36px; }

.box-formulario p {
  margin-bottom: 0px;
  font-size: 12px;
  color: #444444; }

.box-formulario .checkbox label, 
.box-formulario .checkbox-disabled label {
  margin-bottom: 0px;
  font-size: 12px;
  color: #444444;
  padding: 13px 13px 13px 40px;
  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'], 
.box-formulario .checkbox-disabled input[type='checkbox'] {
  display: none; }

  .box-formulario .checkbox-disabled.opt-exibe-senha span {
    display: block;
    width: 25px;
    height: 25px;
    margin-left: -25px;
    margin-right: 10px;
    margin-top: 0px;
    background-color: #8f8f8f;
    border: 0;
    border-radius: 50px;
    float: left;
    padding: 5px;
    color: #fff;
    cursor: not-allowed;
    -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; }

  .box-formulario .checkbox.opt-exibe-senha span {
    display: block;
    width: 25px;
    height: 25px;
    margin-left: -25px;
    margin-right: 10px;
    margin-top: 0px;
    background-color: #333;
    border: 0;
    border-radius: 50px;
    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; }
    
.box-formulario .checkbox span {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: -25px;
  margin-right: 10px;
  margin-top: 10px;
  background-color: #333;
  border: 0;
  border-radius: 50px;
  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.opt-exibe-senha.active span {
    display: block;
    width: 25px;
    height: 25px;
    margin-left: -25px;
    margin-right: 10px;
    margin-top: 0px;
    background-color: #f04937;
    border: 0;
    float: left; }

.box-formulario .checkbox.active span {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: -25px;
  margin-right: 10px;
  margin-top: 10px;
  background-color: #f04937;
  border: 0;
  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: #f04937; }

.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: #f04937;
    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: #f04937;
  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 #f04937;
  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: 0;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica,Arial,sans-serif; }
  body header {
    padding: 0; }
    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: #f04937; }
      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: #f04937; }
          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 #f04937; }
.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;
}
.pass-field{
  text-transform: unset !important;
}
@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, 
.detalhes-codigo-promocional-cumulativo{
    font-size: 16px;
    margin-left: 6px;
}

.detalhes-codigo-promocional .error, 
.detalhes-codigo-promocional .valid, 
.detalhes-codigo-promocional .checking,
.detalhes-codigo-promocional-cumulativo .error, 
.detalhes-codigo-promocional-cumulativo .valid, 
.detalhes-codigo-promocional-cumulativo .checking, 
.detalhes-codigo-promocional-cumulativo .info {
    padding: 9px;
    color: #FFF;
    border-radius: 3px;
}
.detalhes-codigo-promocional .error,
.detalhes-codigo-promocional-cumulativo .error {
    background-color: #f04937;
    padding: 11px !important;
}

.detalhes-codigo-promocional .info,
.detalhes-codigo-promocional-cumulativo .info {
    background-color: #646464;
    padding: 11px !important;
}

.detalhes-codigo-promocional .checking,
.detalhes-codigo-promocional-cumulativo .checking {
    background-color: #1E88E5;
    padding: 11px !important;
}

.detalhes-codigo-promocional .valid,
.detalhes-codigo-promocional-cumulativo .valid{
    padding: 0px !important;
}

.detalhes-codigo-promocional .valid,
.detalhes-codigo-promocional-cumulativo .valid{
    padding: 0px !important;
}

.detalhes-codigo-promocional .valid div,
.detalhes-codigo-promocional-cumulativo .valid div{
    display: table-cell;
    vertical-align: middle;
}

.detalhes-codigo-promocional .valid div:first-child,
.detalhes-codigo-promocional-cumulativo .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,
.detalhes-codigo-promocional-cumulativo .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;
}

/* componente cupom cumulativo */

.bt-remove-cupom{
  padding: 5px;
  font-size: 23pt;
  background-color: #C80000;
  color: #FFF;
  float: right;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  top: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 20px;
  height: 18px;
  line-height: 12px;
  padding-top: 0;
  -webkit-box-shadow: inset 0px 10px 11px -7px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 10px 11px -7px rgba(0,0,0,0.5);
  box-shadow: inset 0px 10px 11px -7px rgba(0,0,0,0.5);
  cursor: pointer;
}

.bt-remove-cupom:hover{
  animation-name: removecupom;
  animation-duration: 500ms;
  animation-fill-mode: forwards;
}

@keyframes removecupom{
  100%{
    background-color: #FF0000;
  }
}

.btn-adicionar-cupom{
  float:left;
  margin-bottom: auto;
  clear:both;
  color: blue;
  cursor: pointer;
  margin-left: 5px;
  height: auto;
  width: auto;
}

.btn-adicionar-cupom:hover {
  text-decoration: underline;
}


.alerta-cupom {
  border-color: #CC0000;
  animation: piscacupom 100ms;
  animation-iteration-count: 5;
}

@keyframes piscacupom {
  50% {
    border-color: #FFFFFF;
  }
  100% {
    border-color: #CC0000;
  }
}

/* end componente cupom cumulativo */

.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,
.modal-body > .detalhes-codigo-promocional-cumulativo{
    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 #f04937 solid;
}

#msg-matricula.erro > div:first-child{
    font-weight: bolder;
    padding: 10px;
    background-color: #f04937;
    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: #f04937;
}
#msg-matricula > div:last-child div:first-child{
    display: table-cell;
    padding: 12px;
    padding-right: 0px;
    vertical-align: middle;
    color: #f04937;
}
#msg-matricula > div:last-child div:last-child{
    display: table-cell;
    padding: 12px;
    vertical-align: middle;
    color: #f04937;
    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;
}

/*------------------------------------*\
  #Header e Footer - novo modelo
\*------------------------------------*/
/**
 * Header
 */
.header {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 999;
  margin-bottom: 10px;
  background-color: #f6f6f6;
 }
  .header .logo-ead {
    display: inline-block !important; }
  .header .phones-bar {
    background: #f6f6f6;
    border-bottom: 1px solid #ccc;
    height: 40px; }
    .header .phones-bar > .container {
      position: relative; }
    .header .phones-bar .phones {
      float: right; }
      .header .phones-bar .phones .phone {
        font-size: 14px;
        margin: 9px 20px 0 0;
        display: inline-block; }
        .header .phones-bar .phones .phone a {
          font-weight: 700;
          color: #002b48;
          font-size: 16px;
          margin-left: 5px;
          display: inline-block;
          text-decoration: none; }
    .header .phones-bar .we-called, .header .phones-bar .we-called-full {
      float: right;
      font-family: 'Roboto', sans-serif !important;
      position: relative;
      height: 40px;
      padding-left: 40px;
      padding-right: 17px;
      line-height: 26px;
      border-radius: 0; }
      .header .phones-bar .we-called.icon-phone, .header .phones-bar .we-called-full.icon-phone {
        background-color:  #168f36; 
      }
      .header .phones-bar .we-called.btn-p1, .header .phones-bar .we-called-full.btn-p1 {
        color: #ffffff;
        text-transform: uppercase; }
    .header .phones-bar .w-form-we-called, .header .phones-bar .w-form-we-called-full {
      position: absolute;
      background: #f04937;
      width: 290px;
      padding: 30px;
      top: 40px;
      right: 10px;
      overflow: hidden;
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      z-index: 666;
      -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.3); }
      .header .phones-bar .w-form-we-called form {
        padding: 0; }
        .header .phones-bar .w-form-we-called form .form-group {
          /*margin-bottom: 25px !important;*/ }
        .header .phones-bar .w-form-we-called form.form-contact input {
          width: 100%;
          margin-top: -1px;
          color: #ffffff;
          font-size: 14px; }
      .header .phones-bar .w-form-we-called #form-contact-ligue input,
      .header .phones-bar .w-form-we-called #form-contact-ligue select {
        margin-left: 0; }
      .header .phones-bar .w-form-we-called input,
      .header .phones-bar .w-form-we-called select {
        background-color: #FFF;
        border: none;
        color: #173048;
        height: auto;
        padding: 6px;
        border-radius: 1.5px;
        border: 0; }
      .header .phones-bar .w-form-we-called select {
        width: 100%;
        height: auto;
        cursor: pointer;
        background-image: url("../images/updown.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
        padding: 0 0 0 4px;
        --appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none; }
      .header .phones-bar .w-form-we-called .btn-p2 {
        width: 100%;
        line-height: 25px; }
  .header .w-social-networks {
    display: inline-flex;
    align-content: stretch; }
    .header .w-social-networks .lista-redes {
      -webkit-padding-start: 0;
      list-style-type: none;
      padding: 0;
      margin: 0;
      text-align: center; }
      .header .w-social-networks .lista-redes li {
        width: 41px;
        height: 40px;
        float: left;
        display: inline-flex;
        align-items: center; }
        .header .w-social-networks .lista-redes li a {
          color: #173048;
          text-decoration: none;
          line-height: 40px;
          font-size: 18px;
          transition: background 200ms;
          width: 100%; }
  .header .logos-universidades {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 15px 0;
    text-align: center; }
    .header .logos-universidades .universidades {
      margin: 0 30px;
      vertical-align: middle;
      display: inline-block; }
  .header .btn-p2 {
    color: #ffffff;
    background-color: #231f20;
    border-color: #231f20;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 17px; }
  .header .retorno-success {
    display: none;
    color: #ffffff;
    text-align: center; }

.titulo-inscricao {
  float: none;
  text-align: center;
  font-size: 31px;
  letter-spacing: -1px;
  margin: 30px 0;
  color: #173048;
  font-family: 'Lato','Nunito Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 900; }

/*icones*/
.header span::before {
  vertical-align: middle; }

.header [class^="icon-"]::before,
.header [class*=" icon-"]::before {
  font-family: "ead-laureate" !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; }

.header .icon-facebook::before {
  content: "\63"; }

.header .icon-instagram::before {
  content: "\66";
}

.header .icon-twitter::before {
  content: "\65"; }

.header .icon-youtube-play::before {
  content: "\64"; }

/**
 * Footer
 */
footer {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 14px;
  font-weight: 300;
  color: #173048;
  border-top: 45px solid #ef4836; }
  footer .logo_lauret {
    width: 161px;
    height: 51px;
    background: url("../images/lauret_logo.jpg") no-repeat;
    float: left; }
  footer .copyright {
    float: left;
    margin-top: 10px;
    width: auto;
    padding: 0 0 0 15px; }
    footer .copyright span {
      color: #ef4836;
      display: block; }
      footer .copyright span img {
        display: inline-block; }
      footer .copyright span::after {
        font-size: 12px;
        content: 'TODOS OS DIREITOS RESERVADOS.';
        color: #000000;
        margin-left: 6px; }
  footer nav.nav_footer {
    margin: 0;
    float: left;
    font-size: 14px;
    font-weight: 400; }
    footer nav.nav_footer ul {
      margin: 0;
      padding: 0; }
    footer nav.nav_footer li {
      background: url("../images/bullet.png") left center no-repeat;
      display: block;
      width: 50%;
      float: left;
      padding: 3px 0 3px 10px;
      position: relative;
      margin: 0; }
    footer nav.nav_footer a {
      color: #173048;
      text-decoration: none; }
      footer nav.nav_footer a:hover {
        color: #f04937; }


/*************************/
/* Mudanças EAD.br style */
/*************************/
#descricao-campos-obrigatorios .asterisco{
  color: #F44336 !important;
}

#informacao-login-vestibular a {
  color: #173048;
  text-decoration: underline;
}

div#ctnr-body-matricula #frmMatricula.informacoes_polo .rl_container {
  border: none !important;
  display: block !important;
  width: 45% !important;
  margin-left: 5%;
  float: left;
  background-color: #f6f6f6;
  padding: 10px;
}

div#ctnr-body-matricula #frmMatricula.informacoes_polo .div-data-table {
  display: block !important;
  width: 45% !important;
  float: left;
  color: #173048 !important;
}

.steps {
  background-color: #f6f6f6 !important;
}

.steps.success h3 {
color: #fff !important;
}

div#ctnr-body-matricula #frmMatricula.informacoes_polo .rl_container{
  border: none !important;
}

div#ctnr-body-matricula #frmMatricula.informacoes_polo .rl_container{
  border: none !important;
}

div#ctnr-body-matricula #frmMatriculaI .rl_title,
div#ctnr-body-matricula #frmMatricula .rl_title {
  display:none !important;
}

div#ctnr-body-matricula #frmMatriculaI .rl_action_button,
div#ctnr-body-matricula #frmMatricula .rl_action_button {
    width: auto;
}

@media screen and (max-width: 600px) {
  div#ctnr-body-matricula #frmMatriculaI .rl_action_button {
    width: 220px !important;
  }
}

div#ctnr-body-matricula #frmMatriculaI .rl_action_button_img i,
div#ctnr-body-matricula #frmMatricula .rl_action_button_img i {
    line-height: 36px;
}

div#ctnr-body-matricula #frmMatricula.informacoes_polo .rl_container .rl_body_cell.rl_br_cell{
    display:block !important;
}

div#ctnr-body-matricula #frmMatricula.informacoes_polo .rl_container .rl_header_cell:first-child {
  display: none !important;
}

div#ctnr-body-matricula #frmMatricula.informacoes_polo .rl_container div#rl_body_item_0,
div#ctnr-body-matricula #frmMatricula.informacoes_polo .rl_container .rl_action_bar,
div#ctnr-body-matricula #frmMatricula.informacoes_polo .rl_container .rl_body_row,
div#ctnr-body-matricula #frmMatricula.informacoes_polo .rl_body_item{
    border:none !important;
    background:none !important;
}

div#ctnr-body-matricula #frmMatricula.informacoes_polo .div-data-table .right {
  font-weight: bold !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  border-radius: 8px !important;
}

.bootstrap-select.btn-group.disabled {
background-color: #f6f6f6 !important;
}

.noselect > button, .noselect > button:hover, .noselect > button:focus {
  background-color: transparent !important;
  border-radius: 8px !important;
}

.container-opcoes-loading{
  border: none !important;
}

.container-opcoes-loading, .my-option {
  background-color: #f6f6f6 !important;
  border: none !important;
  box-shadow: none !important;
}

.box-formulario .checkbox label {
  background-color: #f6f6f6 !important;
}

input.pass-form-field::placeholder{
  color: #888 !important;
  font-size: 11px !important;
}

.form-control::placeholder{
  color: #888 !important;
  font-size: 11px !important;
}

.form-control:-ms-input-placeholder{
  color: #888 !important;
  font-size: 11px !important;
}

.form-control::-ms-input-placeholder {
  color: #888 !important;
  font-size: 11px !important;
}

.form-control::-webkit-input-placeholder {
  color: #888 !important;
  font-size: 11px !important;
}

.meia {
  width: 50%;
  display: table;
  margin: 0 auto !important;
  float: none !important;
  padding-right: 1% !important;
  padding-left: 1% !important;
}

.meia.right, .meia.left {
  float: left !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 10px!important;
}

.form-group {
  padding-left: 1% !important;
  padding-right: 1% !important;
}

.btn-copy-end {
  font-family: 'Lato', 'Nunito Sans', sans-serif !important;
  letter-spacing: initial !important;
  font-size: 12px !important;
  line-height: 28px;
  font-weight: 700 !important;
  background-color: transparent !important;
  text-transform: uppercase;
}

.btn-mediun, .btn-big {
  font-family: 'Lato', 'Nunito Sans', sans-serif !important;
  letter-spacing: initial !important;
  font-size: 12px !important;
  line-height: 28px;
  font-weight: 700 !important;
  padding: 6px 30px !important;
  text-transform: uppercase;
}

.btn-forward, .rl_action_button, .rl_action_button .rl_action_button_lb, button.submit-form-button, #ctnr-existe-aluno .btn-utilizar-matricula {
  font-family: 'Lato', 'Nunito Sans', sans-serif !important;
  letter-spacing: initial !important;
  font-size: 12px !important;
  line-height: 28px;
  font-weight: 700 !important;
  text-transform: uppercase;
  border-radius: 25px !important;
}
button.submit-form-button {
  padding: 5px 24px !important;
}

.btn-backward {
  font-family: 'Lato', 'Nunito Sans', sans-serif !important;
  letter-spacing: initial !important;
  font-size: 12px !important;
  line-height: 28px;
  font-weight: 700 !important;
  text-align: center !important;
  border-radius: 25px !important;
  text-transform: uppercase;
}

.phones-bar .container {
  padding: 0 !important;
}

.header .phones-bar .we-called.icon-phone {
  max-width: 60%;
  font-size: 0.8em;
  padding-left: 12px;
}

.header .phones-bar .we-called-full.icon-phone {
  font-size: 0.8em;
  padding-left: 12px;
}

.btn-forward span {
  margin-left: 20px !important;
}

.btn-backward span {
  margin-right: 20px !important;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: none !important;
}

#frmMatricula.informacoes_polo .rl_body_cell {
  width: 100% !important;
  max-width: 100% !important;
}

.box-formulario .col-xs-12 {
  margin-bottom: 10px;
}

.universidades {
  width: 40% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  /* display: block; */
}

.universidades .img-responsive {
  margin: 0 auto !important;
}

.btn.imprimir-contrato, .btn.imprimir-boleto, .btn.imprimir-requerimento, .btn.entregar-documentos, .btn.realizar-pagamento {
  width: auto !important;
}

span.glyphicon.glyphicon-refresh.spin {
  font-size: 14px;
  line-height: 28px;
  margin-left: 10px;
}

.steps:first-child {
  border-top-left-radius: 20px;border-bottom-left-radius: 20px;
}
.steps:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.bar-progress {
  background-color: initial !important;
}
.form-control:focus {
  border-color: #173048;
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

button:disabled, input[type=submit]:disabled, input[type="button"]:disabled{
  opacity: 0.6;
  cursor: wait;
}

.corpo_terco{
  margin-left: -10px;
  margin-right: -10px;
}

#bar_progressive{
  display: block;
  height: auto;
  width: 100%;
  position: fixed;
  display: none;  
  z-index: 1000;
}

#bar_progressive_state{
  width: 1%;
  height: 4px;
  position: relative;
  background-color: #173048;
}

#bs-loading-bar{
  background-color: #173048 !important;
}

.bar-progress {
  background-color: initial !important;
  max-width: 1024px;
  padding-left: 1% !important;
  padding-right: 1% !important;
  margin: 0 auto;
}

.btn-select-login:not(.active):hover {
  color: #173048;
  background-color: #f6f6f6 !important;
}
@media screen and (max-width: 767px){
  .steps h3 {
      font-size: 18px;
      margin-top: 11px;
  }
}
.logo-ead img.img-responsive{
  width: 234px !important;
  max-width: 100% !important;
}
.form-control[aria-invalid="true"], .dropdown-toggle.error {
  border-color: #A00 !important;
  border-width: 1px !important;
}

.showMessage .response.warning, .showMessage .response.error, .showMessage .response.ok{
  height:auto !important;
}
.pass-form-field {
  padding: 0 12px !important;
}
.btn_display_celphone{
  display: none;
}
div#app {
  max-width: 90%;
}
#app .form-field {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.form .label-pass{
  margin-left: 0 !important;
}
.btn-copy-end, .btn-copy-end {
  background-color: transparent !important;
  max-width: 90%;
  overflow: visible;
  line-break: normal;
  white-space: normal;
}
td#main div#mainconteudo main.presencial {
  background-color: #fff;
  padding: 20px;
}
@media screen and (max-width: 767px){
  .btn_hide_celphone{
    display: none;
  }
  .btn_display_celphone{
    display: block;
  }
  .meia {
    width: 100%;
  }
  main.form.web, main.main-web {
    padding: 0 5%;
  }
  .secao-ctnr .barra-botoes {
      position: relative;
  }

  .secao-ctnr .barra-botoes button.btn-backward {
      position: absolute;
      top: 53px;
      left: 0;
  }
  div#ctnr-body-matricula #frmMatricula.informacoes_polo .rl_container {
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
  }

  div#ctnr-body-matricula #frmMatricula.informacoes_polo .div-data-table {
      width: 90% !important;
      padding: 0px !important;
      float: none !important;
  }
  .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable {
    max-width: 92%;
    left: 4% !important;
  }
  div#dialog-message {
      max-width: 100%;
  }

  #frmMatricula .secao-ctnr .corpo {
    min-height: 100px;
  }
  .titulo-inscricao {
    font-size: 22px;
  }
  footer .logo_lauret{
    display:none;
  }
}

.terco {
    width: calc(100%/3);
    float: left;
}

.terco input {
    width: 100%;
}

.terco.left { 
    padding-right: 1%;
}

.terco.right {
    padding-left: 1%;
}

.terco.center {
    padding-left: 1%;
    padding-right: 1%;
}

.dois-tercos {
    width: calc((100%/3)*2);
    float: left;
}

.dois-tercos.right {
    padding-left: 1%;
}

@media screen and (max-width: 767px) {
    .terco.left, .terco.right, .terco.center, .dois-tercos, .dois-tercos.right, .dois-tercos.my-option, .meia.left, .meia.right {
        padding-left: 0px;
        padding-right: 0px;
    }

    .terco,
    .dois-tercos {
        width: 100%;
    }
}

.form-group {
    height: auto;
}

label.anima-form-input-checkbox {
    border: none;
    display: inline-block;
    line-height: 28px;
    font-weight: unset;
    box-shadow: none;
}

label.anima-form-input-checkbox small {
    font-size: 17px;
    float: unset;
    vertical-align: super;
}

label.anima-form-input-checkbox i {
    width: 28px;
    height: 28px;
    display: inline-block;
}

label.anima-form-input-checkbox > input[type="checkbox"] + i::before {
    font-family: 'FontAwesome' !important;
    content: "\f096";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 32px;
}

label.anima-form-input-checkbox > input[type="checkbox"]:checked + i::before {
    font-family: 'FontAwesome' !important;
    content: "\f046";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 32px;
}

.anima-form-input-checkbox-description {
    color: #444444;
    font-style: italic;
}

#nome_social_wrapper {
    margin-top: 35px;
}

