@font-face {
    font-family: 'eraslght';
    src: url('../fonts/eraslght.ttf');
    src: url('../fonts/eraslght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.termo-scroll {
  height: 600px;
  overflow-y: scroll;
}

html, body {
  margin:0;
  padding:0;
  height:100%; }
hr{
  color: #c8c8c8;
  background-color: #c8c8c8;
}
.box-form h6 {
  color:#0F1F3D;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration:  none;
}

.bg-branco{
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 5px;
  padding-right: 5px;
}
.tudo {
  min-height:100%;
  position:relative;
}
.head {
  /*background-image: url('../images/bg_lyceum7_transp.png');*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #417EC0;
}
.brand-titulo {
    color: #fff;
    font-family: 'eraslght';
    font-size: 2.3em;
    font-weight: 700;
    text-decoration:  none;
}
.brand-titulo a:hover{
  text-decoration:  none;
  color: #fff!important;
}
.brand-titulo a{
  text-decoration:  none;
  color: #fff!important;
}
.menu_head {
    margin-top: 0em;
    margin-right: 40px; 
    color: #fff!important;
    font-size: 0.9em;
    text-align: right;
}
.menu_head ul li {
  display: inline;
  text-decoration: none;
}
.barra-titulo ul li a, a:active {
  color: #fff!important;
  text-decoration: none;

}
.barra-titulo ul li a:hover {
  color: #024C9A!important;
  text-decoration: none;
}
.barra-titulo{
    background-color: #0F1F3D;
    color:#fff!important;
    height: 35px;
    width: 100%;
    padding: 10px 5px 5px 5px;
    margin-top: -10px;
    font-weight: 700;
}
.menu-seta{
  font-size:10px;
  font-weight: 200;
  margin-top: -20px;
  margin-right: 10px;
}

#menu-ps.navbar-default .navbar-brand {
    color: #fff;
}
#menu-ps.navbar {
    color: #fff;
    border-radius: 0!important;
    border: none!important;
}
#menu-ps.navbar-default {
    font-size: 15px;
    color:#fff;
    background-color: #27395D;
    border-bottom-width: 0px;
    padding-bottom: 0px;
}
.drop-top{
  color: #fff;
  background-color: #27395D!important;
  border: none;
}
.drop-top a{
  color: #fff!important;
  background-color: #27395D!important;
  border: none;
}
.drop-top a:hover{
  color: #fff!important;
  background-color: rgba(6, 18, 41, 1)!important;
  border: none;
}
#menu-ps.navbar-default .navbar-nav>li>a {
    color: #fff;
  }
#menu-ps.navbar-default .navbar-nav>li>a,
  #menu-ps.navbar-default .navbar-nav>li>a:focus{
    color: #fff;
    background-color: #27395D!important;
}
#menu-ps.navbar-default .navbar-nav>li>a:hover{
    color: #fff;
    background-color: rgba(6, 18, 41, 1);
}

.dropdown-bg{
  position: absolute;
  top: -15%;
  left: 100%!important;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0px 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  border: none;
  background-color: #27395D!important;
}
#menu-ps.dropdown-submenu>.dropdown-menu{
  top:0;left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;}
#menu-ps.dropdown-submenu>a:after{
  display:block;content:" ";
  float:right;width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;
  margin-right:-10px;}
#menu-ps.dropdown-submenu:hover>a:after{
  border-left-color:#555;}
#menu-ps.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{
  left:-100%;
  margin-left:10px;
  -webkit-border-radius:6px 0 6px 6px;
  -moz-border-radius:6px 0 6px 6px;
  Sborder-radius:6px 0 6px 6px;}

#menu-ps.navbar-default .navbar-nav>.active>a,
#menu-ps.navbar-default .navbar-nav>.active>a:hover,
#menu-ps.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #27395D;
}
#menu-ps.navbar-default .navbar-toggle {
    border-color: #fff;
}
#menu-ps.navbar-default .navbar-toggle:hover,
#menu-ps.navbar-default .navbar-toggle:focus {
    background-color: #27395D;
}
#menu-ps.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
#menu-ps.navbar-default .navbar-toggle:hover .icon-bar,
#menu-ps.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}

#banners {
  width: 100%;
  margin-bottom: 50px;
}

.head .barra-titulo ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
}

.head .barra-titulo ul li {
    float: left;
}

.head .barra-titulo ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
.head .barra-titulo ul li a:hover {
    background-color: #111;
}


.head-processo{
  background-color: #ef5625;
  color:#fff;
  width: 100%;
  height: 90px;
  padding-top: 1px;
  margin-bottom: -5px;

}
.head-processo-1{
  background-color: #DEE2F2 !important;
  color:#27395D !important;
    width: 100%;
    height: 90px;
    padding-top: 1px;
    margin-bottom: 10px !important;
}
.head-processo-2{
    background-color: #32a457;
    color:#fff;
    width: 100%;
    height: 90px;
    padding-top: 1px;
    margin-bottom: -5px;

}
.head-info {
  padding-top: 15px;
    padding-left: 10%;
}

.head-info-oferta {

}

.form-login-exterior {
  justify-content: center;
  align-items: center;
  max-width:600px;
  margin-top: 50px;
}


.form-login-interior {
  margin: 0 auto;
  max-width:250px;
}


.btn-oferta {
    float: left;
    width: 50%;
    padding-left:15px;
    padding-right:15px;
}

.btn-oferta-interesse {
    float: left;
    width: 100%;
    padding-left:15px;
    padding-right:15px;
}

.btn-busca {
    background-color: #47C3D0;
    color: #fff;
    width: auto;
    height: 34px;
    margin-left: 10px!important;
    /*border: 1px solid #fff;*/
}

.btn-tela-historico {
	width: 100%;
	margin-bottom: 20px;	
}

.btn-carta-apresentacao {
	margin: 5px;
}

.fluxo {
  padding-top: 5px;
  padding-left: 10%;
  /*padding-bottom: 5px!important;*/
  list-style: none;
  font-size: 12px;
  color: #fff;
}
.fluxo > li {
  display: inline-block;
}
.fluxo > li + li:before {
  padding: 0 5px;
  color: #27395D;
  content: "/\00a0";
}
.fluxo > .active {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.fluxo a{
  color:#27395D !important;
}

.fluxo-oferta {

}

.area-passo-a-passo{
  font-size: 1.5em;
  float: left;
}

.passo-a-passo{
  background-color: #ffffff;
    width: 100%;
    height: 100%;
    font-size: 0.8em;
    font-weight: 700;
    color: #696969;
    padding: 10px 15px 10px 15px;
    margin: 5px;
    border: 3px solid #696969;
  -moz-border-radius:5px;
  -webkit-border-radius:30px;
    border-radius:30px;
}

.passo-a-passo-mobile{
  background-color: #e8e8e8;
    width: 100%;
    height: 100%;
    font-size: 1.3em;
    font-weight: 700;
    color: #696969;
    padding: 10px 10px 10px 10px;
    margin: 5px;
    border: 3px solid #696969;
    -moz-border-radius: 5px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.resultado-busca-1{
  padding:10px;
}
.ativo{
  border-color: #47C3D0;
  color:#47C3D0;
}
.ativo-txt{
  font-weight: 700;
  color:#47C3D0;
}

.ativo-2{
  border-color: #32a457;
  color:#32a457;
}
.ativo-txt-2{
  font-weight: 700;
  color:#32a457;
}
input .busca {
    border: 2px solid #024C9A!important;
    background: #fff!important;
    outline: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    height: auto;
    width: 100%;
}
.conteudo { 
  padding:0px;
  padding-bottom:0;   /* Mesma Altura do Rodapé */
  min-height: 100%;
}

.box-1 {
    margin: auto;
}
.box-2 {
    background-color: #DEE2F2;
    margin: auto;
    padding: 10px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

.box-ofertas-1 {
    width: 100%;
    padding: 20px;
    background-color: #DEE2F2;
    margin-bottom: 20px;
}

.box-login-1 {
    font-size: 0.9em;
    width: 100%;
    padding:30px 10px 30px 10px;
    text-align:center;
    background-color: #e5e5e5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.box-form-2 {
    font-size: 0.9em;
    width: 100%;
    padding:30px 10px 30px 10px;
    text-align:center;
    background-color: #DEE2F2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*min-height: 362px;*/
}

.box-form-2 h4 {
  color:#0F1F3D;
  font-weight: 700;
}

.box-login {
    font-size: 0.9em;
    width: 100%;
    padding:30px 10px 30px 10px;
    text-align:center;
    background-color: #e5e5e5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-height: 362px;
}

.box-login h4 {
  color:#0F1F3D;
  font-weight: 700;
}
.box-login-1 h4 {
  color:#0F1F3D;
  font-weight: 700;
}

.box-form {
    background-color: #DEE2F2;
    border:1px solid #DEE2F2;
    margin: auto;
    padding: 10px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    margin-bottom: 30px;
}
.box-inscricao{
    background-color: #DEE2F2;
    max-width: 100%;
    padding: 20px;
    margin: 10px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.box-inscricao > legend {
  color:#0F1F3D;
  font-size: 1.4em;
  font-weight: 700;
  border: none;
  padding-bottom: 5px!important;
  margin-bottom: 5px!important;
  border-bottom: 1px solid #c8c8c8!important;
}
.box-conclusao{
    min-height: 360px;
    padding: 20px;
    padding-top: 40px;
    margin: -2% 10px 3% 10px;
    text-align: center;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

.box-conclusao h3 {
  color:#90b64c;
  font-size: 1.6em;
  font-weight: 700;
  text-decoration:  none;
}

.box-conclusao p {
  color:#0F1F3D;
  font-size: 1.2em;
  font-weight: 200;
}

.box-form > legend {
  color:#0F1F3D;
  font-size: 1.4em;
  font-weight: 700;
  border: none;
  padding-bottom: 5px!important;
  margin-bottom: 5px!important;
  border-bottom: 1px solid #c8c8c8!important;
}

.form-legend {
  color:#0F1F3D;
  font-size: 1.2em;
  font-weight: 700;
  border: none;
  padding-bottom: 5px!important;
  margin-bottom: 5px!important;
  border-bottom: 1px solid #c8c8c8!important;
}
.box-2 h4{
  color:#0F1F3D;
 font-size: 1.3em;
 font-weight: 700;
 text-align: center;
}
.box-form h4 {
color:#0F1F3D;
font-weight: 700;
}
.line-bottom {
  border-bottom: 1px solid #c8c8c8; padding-bottom: 10px;
}

.box-form h5 {
color:#0F1F3D;
 font-size: 1.3em;
 font-weight: 700;
 text-align: center;
}
.espaco-ofertas{
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.div-ofertas-1{
  font-size: 0.9em;
  padding: 30px;
}
.div-ofertas-1 h4{
  text-align: center;
  color:#0F1F3D;
  font-weight: 700;
}
.div-ofertas{
  margin-bottom: 50px;
  min-height: 200px;
  border: 1px solid #DEE2F2;
  width: 383px;
  padding: 20px;
}
.div-ofertas h4{
  text-align: center;
  color:#0F1F3D;
  font-weight: 700;
  margin-bottom: 20px;
}
.line-bottom-ofertas{
 border-bottom: 3px solid #0F1F3D;
 padding-bottom: 10px;
}
.center-container {
  height:100%;
   width:100%;
  margin:0;
}
.center-row {
  height:50%;
  width:100%;
  display: table-row;
}

.formulario-centralizado {
	display: flex;
	justify-content: center;
}

/* Carrosel */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    position:relative;
    min-width: 100%;
    top: 0;
    left: 0;
}

/*---------------Footer------------*/
.footer {
    width: 100%;
    height: 175px;
    background-color: #DEE2F2;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}
.footer-end{
    padding-top: 20px;
    padding-bottom: 20px;
}

#end-footer {
    color: #4B4A4D;
    font-size: 0.9em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    line-height: 140%;
    text-align: center;
}
.end-footer-center{
    line-height: 140%;
    text-align: center;
}
.menu_footer {
    margin-top: 1em;
    color: #024C9A;
    font-size: 0.9em;
    text-align: right;
}
.menu_footer ul li {
  display: inline;
  text-decoration: none;
}
.menu_footer a:hover {
  color: #0095C9;
}
 .footer-copyright{
  color:#fff;
    background-color: #27395D;
    /*border-top: 1px solid #0F1F3D;*/
    min-height: 3.5em;
    padding-top: 15px;
    padding-right: 3%;
    padding-left: 3%;
    padding-top: 10px;
    width: 100%;
    }
.logo-assinatura-footer {
  background: transparent url("../recurso/LOGO_RODAPE_2") no-repeat scroll 0px 0px;
  position: relative;
  width: 6.9em;
  height: 2.1em;
  float: right;
  /*margin-top: 0.4em;*/
  outline: none;
}

.logo-ass-mobile-footer{
  background: transparent url("../recurso/LOGO_RODAPE_2") no-repeat scroll 0px 0px;
    position: relative;
    width: 6.9em;
    height: 2.1em;
    float: right;
    margin-top: -1.6em;
    outline: none;
}

/*Tabela de Informações*/

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
  #no-more-tables table, 
  #no-more-tables thead, 
  #no-more-tables tbody, 
  #no-more-tables th, 
  #no-more-tables td, 
  #no-more-tables tr { 
    display: block; 
  }
 
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  #no-more-tables tr { border: 1px solid #ccc; }
 
  #no-more-tables td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
    white-space: normal;
    text-align:left;
    min-height: 50px;
  }
 
  #no-more-tables td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
  }
 
  /*
  Label the data
  */
#no-more-tables td:before { content: attr(data-title); }
.box-login {

    min-height: auto;
    margin-bottom: 20px;
}
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .box-login {
    min-height: 30%;
    margin-bottom: 30px;
  }
}
@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
  .box-login {
    min-height: 30%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .box-conclusao{
    min-height: 360px;
    padding: 20px;
    padding-top: 40px;
    margin: 5% 10px 5% 10px;
    text-align: center;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    }

    .box-login {
      min-height: 10%;
      margin-bottom: 20px;
    }

    .box-conclusao h3 {
      color:#90b64c;
      font-size: 1.3em;
      font-weight: 700;
      text-decoration:  none;
    }

    .box-conclusao p {
      color:#0F1F3D;
      font-size: 1.0em;
      font-weight: 200;
    }

}

.box-total-ins {
  border: 2px solid #696969;
  padding:5px;
  margin:30px 0 5px 0;
  color: #000;
}

.box-total-ins p {
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: 700;
}

.panel.calendario {
  min-height: 19.3em;
  margin-top: 1.1em;
}
.calendario-inner-container {
  position: relative;
  padding: 0.9rem;
}
.calendario-inner {
  position: relative;
  border-bottom: 0.15em solid #D2D3D5;
  height: 100%;
  top: 0.5em;
  line-height: 0.5em;
  text-align: center;
  padding-bottom: 1em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 1em;
}
.calendario-pagination {
  position: relative;
  line-height: 1em;
  left: 50%;
  margin-left: -9em;
  padding-bottom: 1em;
}
#calendario-top {
  position: relative;
  background-color: #304670;
  width: 100%;
  height: 3em;
  padding-top: 0.7em;
  margin-bottom: 0.5em;
}
#mes-calendario {
  font-weight: bold;
  color: #0F1F3D;
  font-size: 1.3em;
  font-weight: bold;
    margin-top: -6px;
    padding-top: 8px;
}
#calendario-next {
  background: url("../images/calendario-nav-next.png") no-repeat;
  display: block;
  width: 0.75em;
  height: 1.125em;
  overflow: hidden;
  position: absolute;
  right: 1em;
  text-indent: -999em;
  top: 16px;
  width: 12px;
}
#calendario-back {
  background: url("../images/calendario-nav-back.png") no-repeat;
  display: block;
  width: 0.75em;
  height: 1.125em;
  overflow: hidden;
  position: absolute;
  left: 1em;
  top: 1em;
  width: 1em;
}



/* Posicionamentos e Exibições */
.left { float: left; }
.left-important { float: left!important; }
.right { float: right; }
.right-important { float: right!important; }
.center { float: center}
.hide { display: none; }
.block { display: block; }
.inline-block { display: inline-block; }
.altura-auto { height: auto!important; }
.float-none { float: none; }
.position-initial { position: initial!important; }
.position-static { position: static!important; }

/* Textos */
.txt-left { text-align: left!important; }
.txt-right { text-align: right!important; }
.txt-center,
.center { text-align: center!important; }

.grid-row * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.grid-row *:before,
.grid-row *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.grid-row {
  margin-left: -8px;
  margin-right: -8px;
}
.grid-row:after {
  clear: both;
  content: "";
  display: block;
  width: 100%;
}
.grid-col1,
.grid-col2,
.grid-col2-4,
.grid-col3,
.grid-col4,
.grid-col5,
.grid-col6,
.grid-col7,
.grid-col8,
.grid-col9,
.grid-col10,
.grid-col11,
.grid-col12 {
  float: left;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  position: relative;
}
.grid-col1 { width: 8.33333333%; }
.grid-col2 { width: 16.66666667%; }
.grid-col2-4 { width: 20%; }
.grid-col3 { width: 25%; }
.grid-col4 { width: 33.33333333%; }
.grid-col5 { width: 41.66666667%; }
.grid-col6 { width: 50%; }
.grid-col7 { width: 58.33333333%; }
.grid-col8 { width: 66.66666667%; }
.grid-col9 { width: 75%; }
.grid-col10 { width: 83.33333333%; }
.grid-col11 { width: 91.66666667%; }
.grid-col12 { width: 100%; }

/* Offsets */
.grid-col1--offset { margin-left: 8.33333333%; }
.grid-col2--offset { margin-left: 16.66666667%; }
.grid-col2-4--offset { width: 20%; }
.grid-col3--offset { margin-left: 25%; }
.grid-col4--offset { margin-left: 33.33333333%; }
.grid-col5--offset { margin-left: 41.66666667%; }
.grid-col6--offset { margin-left: 50%; }
.grid-col7--offset { margin-left: 58.33333333%; }
.grid-col8--offset { margin-left: 66.66666667%; }
.grid-col9--offset { margin-left: 75%; }
.grid-col10--offset { margin-left: 83.33333333%; }
.grid-col11--offset { margin-left: 91.66666667%; }

/* Mostra um outline nas colunas para facilitar o debub */
.grid-debug .grid-col1,
.grid-debug .grid-col2,
.grid-debug .grid-col2-4,
.grid-debug .grid-col3,
.grid-debug .grid-col4,
.grid-debug .grid-col5,
.grid-debug .grid-col6,
.grid-debug .grid-col7,
.grid-debug .grid-col8,
.grid-debug .grid-col9,
.grid-debug .grid-col10,
.grid-debug .grid-col11,
.grid-debug .grid-col12 {
  outline: 1px solid #0080C0;
}
.grid-container {
  margin: 0 auto;
  width: 100%;
}
.grid-container--12col { width: 980px; }
.grid-container--16col { width: 1312px; }

.home-link a:focus, a:hover {
  text-decoration: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100%!important;
}

.has-feedback .form-control {
  padding-right: 5px !important; 
}

.placeholderRequired::-webkit-input-placeholder {
    color: black;
    font-weight: bold;
}
.placeholderRequired:-moz-placeholder {
    color: black;
    font-weight: bold;

}
.placeholderRequired::-moz-placeholder {
    color: black;
    font-weight: bold;
}

select *.optionRequired { 
        background-color:#FFF;
        color:#000;
        font-weight: bold;
}
.botbold{
  font-weight:normal
}

.spanletter{
  padding-left: 5px; 
  font-weight: bold
}

.principalTitulo{
  color: #27395D;
}

.selectRequired{
    font-weight: bold;
}

.customButtonSenhaOferta{
  width: 150px !important;
}

.mostrarNecEsp{
 display : block; 
 }
 
 .colImgStatusPedido{
  width: 100px;
}

.mensagemStatusPedido{
  width: 600px;
}

.tagStatusPedido{
  color: #000000;
  width: 200px;
  text-align: center;
}

.boxCamposBlocoPgto{
  margin-left:150px;
}

@media only screen and (min-width: 1500px) {
  .biggerContainer {
    width: 1500px;
  }
}

.boxModal{
  background-color: #DCDCDC;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.box-historico {
    background-color: #DEE2F2;
    border: 1px solid #DEE2F2;
    margin: auto;
    padding: 10px;
    border-radius: 5px;
}

.error {
  color: red;
}

.div-ofertas .ver-detalhes{
    bottom: 20px;
    width: 342px;
    height: 30px;
    border-radius: 0px;
    background-color: #417EC0;
}
.head img{
    /*height: 85px;*/
    padding-bottom: 20px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{
  max-height: 500px !important;
}
.form-control{
  margin-bottom: 20px;
}
#divForm{
  /*width: 600px;*/
  position: relative;
  margin: 0 auto;
}
.historico-mobile{
  display: none;
}
@media only screen and (max-width: 769px) {
  .espaco-ofertas{
    margin-left: 0px !important;
	margin-right: 0px !important;
  }
  .div-ofertas{
    height: auto;
    width: 100%;
  }
  #frm-busca-oferta{
    margin-bottom: 20px !important;
  }
  .header-mobile{
    text-align: center;
    width: 100%;
  }
  #logo-footer{
    text-align: center;
  }
  .box-2{
    margin-top: 50px;
  }
  .head-processo-1{
    height: 120px;
    padding-top: 20px;
  }
  #divForm{
    width: 100%;
  }
  .table-bordered{
    padding: 0px !important;
  }
  #no-more-tables tr{
    border: 0px;
  }
  .table-striped>tbody>tr:nth-of-type(odd){
    background-color: #ffffff;
  }
  .table-bordered{
    border: 0px;
  }
  .box-historico{
    overflow-x: scroll;
  }
  .desktop{
    display: none;
  }
  .historico-mobile{
    display: block;
  }
  .btn{
    width: 100% !important;
  }
  #frm-novo-pagamento .boxCamposBlocoPgto{
    margin-left: 0px !important;
  }
}
.btn-block{
  /*height: 30px !important;*/
}
.row{
  margin-right: 0px;
  margin-left: 0px;
}
.footer-mobile{
  margin-top: 100px;
}
.area-passoa-passo{
  margin: 20px;
}
.passo-a-passo-mobile{
  color: #417EC0;
  border: 3px solid #417EC0;
}
.historico-mobile div{
  padding: 10px;
}
.titulo-historico{
  background-color: #417EC0!important;
  color: #fff;
  padding: 10px;
}
.btn{
/**  padding: 12px 20px !important;*/
}
#curriculo-anexo{
  height: auto;
}
.btn-excluir{
/*  height: 42px; */
}
#frm-novo-pagamento .boxCamposBlocoPgto{
  margin-left: 0px !important;
}

.carregar {
	background-color: #337ab7;
	color: #ffffff
}

.no-margem {
	margin-left: 0;
    margin-right: 0;
}


#g-recaptcha1 {
    transform: scale(0.83);
    -webkit-transform: scale(0.83);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
 
@media only screen and (max-width : 306px) {
    #recaptcha_challenge_image{
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    }
    #recaptcha_response_field
    {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    }
    .recaptchatable #recaptcha_image {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    }
    .recaptchatable .recaptcha_r1_c1, 
    .recaptchatable .recaptcha_r3_c1, 
    .recaptchatable .recaptcha_r3_c2, 
    .recaptchatable .recaptcha_r7_c1, 
    .recaptchatable .recaptcha_r8_c1, 
    .recaptchatable .recaptcha_r3_c3, 
    .recaptchatable .recaptcha_r2_c1, 
    .recaptchatable .recaptcha_r4_c1, 
    .recaptchatable .recaptcha_r4_c2, 
    .recaptchatable .recaptcha_r4_c4, 
    .recaptchatable .recaptcha_image_cell {

    margin: 0 !important;
    width: 100% !important;
    background: none !important;
    height: auto !important;
    }

}

.toglePassword {
	margin-top: -45px;
    cursor: pointer;
    float: right;
    padding-bottom: 30px;
    margin-right: 5px;
}
 
