body{
  background: #ebebeb;
}
a:hover{
  text-decoration: none;
}
.shadow_light{
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .14);
}
@media screen and (max-width: 992px) {
  .conteudo_progress_Bar{
    background: orange;
    border-radius: 10px;
    height: 40px;
    /* min-width: 890px; */
    width: 98%;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    /* padding: 20px; */
    padding-left: 0px;
    /* padding-right: 10px; */
    /* margin-top: 25px; */
    margin-bottom: 25px;
    /* min-width: 992px; */
    position: relative;

  }
  body{
    overflow-x: scroll;
  }
  .conteudo_progress{
    display: inline-block;
    background: white;
    border-radius: 10px;
    /* width: 97%; */
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;

    min-width: 992px;
    margin-top: 1%;
    /* margin-bottom: 1%; */
    min-height: 100%;
    height: auto;
  }
  .conteudo_infor{
    /* width: 100%; */
    margin-left: 0px;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    margin-top: 50px;
    padding-top: 20px;
    height: 100%;
    text-align: center;
    min-width: 992px;
    position: relative;
  }
  .pointer {
    width: 100%;
    /* min-width:170px; */
    height: 40px;
    position: relative;
    background: orange;
    padding: 10px;
    text-align: center;
    margin-right: 5px;

  }
  .pointer_black{
    width: 100%;
    /* min-width:170px; */
    height: 40px;
    position: relative;
    background: #4a4a4a;
    padding: 10px;
    text-align: center;
    margin-right: 5px;
    color: white;
  }


}

@media screen and (min-width: 992px) {
  .conteudo_progress_Bar{
    background: orange;
    border-radius: 10px;
    height: 40px;
    min-width: 890px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    /* padding: 20px; */
    padding-left: 0px;
    /* padding-right: 10px; */
    /* margin-top: 25px; */
    margin-bottom: 25px;

  }
  .conteudo_progress{
    background: white;
    border-radius: 10px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;

    /* margin-top: 1%; */
    /* margin-bottom: 1%; */
    height: auto;
    min-height: 100%;
    /* min-height: 95.5%;
    max-height: 95.5%; */
  }
  .pointer {
    width: 100%;
    /* min-width:170px; */
    height: 40px;
    position: relative;
    background: orange;
    padding: 10px;
    text-align: center;
    margin-right: 5px;
  }
  .pointer_black{
    width: 100%;
    /* min-width:170px; */
    height: 40px;
    position: relative;
    background: #4a4a4a;
    padding: 10px;
    text-align: center;
    margin-right: 5px;
    color: white;
  }
  .pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid orange;

    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  .pointer:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid orange;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }

  .pointer_black:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #4a4a4a;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  .conteudo_infor{
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding-top: 20px;
    height: 100%;
    text-align: center;
  }
  .conteudo_documentos{
    bottom:0px;
    padding-top: 50px;
    padding-bottom: 20px;
    width: 98%;
    margin-bottom: 20px;
    margin-left: 1%;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    background: #f2f2f2;
    box-shadow: 0 20px 20px -20px rgba(0,0,0,.5);
  }
}
.bottom_bar{
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  background-color: #dbdbdb;
  height: 60px;
  border-bottom-left-radius:  10px;
  border-bottom-right-radius: 10px;
  margin-top: -60px;
  text-align: right;
  padding-top: 10px;
}
.top_bar{
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  background-color: orange;
  height: 60px;
  border-top-left-radius:  10px;
  border-top-right-radius: 10px;
  text-align: center;
  margin-top:-20px;
  margin-bottom: 40px;
  position: relative;
}
.botaoTop{
  width: 100%;
  height: 100%;
  margin-top:18px;
  display: inline-block;
  float: left;
}
.botaoTopBlack{
  background: #4a4a4a;
  color: white;
}
.setaBlack{
  border-top: 30px solid transparent;
  border-left: 20px solid #4a4a4a;
  border-bottom: 30px solid transparent;
  position: absolute;
  left: 100%;
  /* width: 20%; */
}
.setaTransp{
  border-top: 30px solid transparent;
  border-left: 20px solid orange;
  border-bottom: 30px solid transparent;
  position: absolute;
  left: 100%;
  z-index: 100;
}
.botaoTopBlack_left{
    border-top-left-radius: 10px;
}
.botaoTopBlack_right{
    border-top-right-radius: 10px;
}
.botaoBar{
  margin-right: 20px;
  box-shadow: 10px 7px 12px -9px rgba(0,0,0,0.75);
}
.spanLeftBar{
  float: left;
  margin-left: 20px;

}
.topTitle{
  text-align: center;
  font-size: 20px;
}
  .hr{
    color: orange;
    background-color: orange;
  }
  .hr_cert{
    border:none;
    width: 90%;
    height: 50px;
    margin-top: 0px;
    border-bottom: 1px solid #39bac4;
    box-shadow: 0 20px 20px -20px rgba(0,0,0,.5);
    margin: -20px auto 10px;
  }
  .div_a1{
    width: 100%;
    margin-top: 20px;
    padding: 20px;
  }
  .div_salvar{
    width: 100%;
    padding: 30px;
    text-align: center;

  }
  .botao_salvar{
    width: 30%;
    /* margin-left: 35%; */
    /* margin-right: auto; */
  }
  .container_main_form{
    min-height: 100%;
    height: auto;
    background-repeat:no-repeat;
    background-position:center top;
    background-size:contain;
    /* overflow-y: ; */

  }
  .div-radio{
    width: 100%;
    text-align: center;
  }
  .page_title{
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding: 10px;
    margin-bottom: 20px;
  }
  .conteudo_form{
    background: white;
    border-radius: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    margin-top: 100px;
    /* margin-bottom: 100px; */
  }
  .conteudo_form_progress{
    min-height: 100%;
    height: auto;
    background: white;
    border-radius: 10px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;

    /* margin-top: 1%; */
  }
  .div_form{
    width: 98%;

    margin-left: auto;
    margin-right: auto;
  }
  .title_input{
    display: inline-block;
    margin-bottom: 10px;
  }
  /* --------------------------------------------------------------------------------------- */

  .conteudo_dados{
    background: white;
    border-bottom-left-radius:  10px;
    border-bottom-right-radius: 10px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;

  }

  .lable_topo{
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    /* background-color: #39bac4; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 15px;
    color: white;
  }
  .img_doc{
    background: url('../img/doc.png') no-repeat center center;
    background-size: 100%;
  }
  .input_center{
    margin-left: auto;
    margin-right: auto;
  }
  .img_cert{
    background: url('../img/certificado.png') no-repeat center center;
    background-size: 100%;
  }
  .div_botao_cte{
    padding: 20px;
  }
  .floatMainDiv{
    /* width: 100%; */
    margin-left: 0%;
    background-color: rgba(0,0,0,.7);
    margin: 0 auto;
    min-height: 100%;
    height: auto;
    z-index: 100000;
    padding: 10px;
    position:absolute;
    display: flex;
    /* position: fixed; */
    /* margin-top: -30px; */
    /* padding-top: 40px;
    padding-bottom: 40px; */

  }
  .floatContainer{
    width: 80%;
    /* height: auto; */
    border-radius: 10px;
    padding: 20px;
    margin-left: 10%;
    background: white;
    min-height: 100%;
    height: auto;
    /* overflow-y: scroll; */
    /* height: calc(100vh - 20px); */
  }
  .input_obrigatorio{
    border: 1px solid red;
  }
  .input_opcional{
    border: 1px solid green;
  }
  #container_avancado{
    height: 100%;
    width: 100%;
    display:inline-block;
    overflow-y: auto;
    padding-bottom: 50px;
  }
  #container_xml_validado{
    border: 1px solid #ccc;
    border-radius:10px;
    padding-top:50px;
    box-shadow: 0 20px 20px -20px rgba(0,0,0,.5);
  }
  .menuMain{
    background: #576574;
    /*background: linear-gradient(to right, #921dff 0%, #d72eff 100%);*/
    padding: 20px;
    border-top-left-radius:  10px;
    border-top-right-radius:   10px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .menu{
    color: white;
    padding: 10px;
    height: 100%;
    width: 99%;
    margin-left: 0.5%;
    border-radius: 10px;
    float: left;
    background: #1d3041;
    border: 1px solid #cecece;
    display:inline-block;

  }
