﻿/* Set padding to keep content from hitting the edges */
.body-content {
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

#altSenha {
  display: none;
}


.headerSideBySide {
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}

body {
  /*  background-image: url(../Images/wallpaper.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Segoe UI';
  font-size: 14px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}

/* Form 2Via de boleto */

.left {
  float: left;
}

.right {
  float: right;
}

.back {
  background-color: #fff;
  color: black;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 6px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  width: 56%;
}

.submit-button {
  margin-left: 47px;
}

.version {
  font-size: 10px;
  padding: 10px;
  display: flex;
  text-align: right;
  flex-direction: column-reverse;
}

.bem-vindo {
  font-size: 1.2rem;
}

.back2 {
  margin-top: 5px;
  padding: 10px 40px;
  margin: 0 auto;
  margin-top: 10%;
}

@media (max-width: 767px) {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  margin-bottom: 30px;
}

}

img {
  height: auto;
}

.mandatory-fields:before {
  content: "*";
  color: red
}

.mandatory-fields-fill:before {
  content: "*";
  color: grey
}

.div.all-itens a div {
  min-height: 70px;
  filter: grayscale(1);
}

.not-visible {
  display: none;
}

.visible {
  display: normal;
}

.container {
  padding-left: 0px;
}

.alert {
  margin-bottom: 0px;
}

.img-nav {
  width: 100%
}

.alert-danger {
  color: red;
  margin-top: 5%;
  box-shadow: 1px 1px 5px;
  margin-left: 10p;
  z-index: 9999;
  position: relative;
}

.footer-fixed {
  width: 100%;
  text-align: center;
}


.contato {
  opacity: 0.7;
}


.alert-success {
  margin-bottom: 1rem;
}

.btn-cadastro {
  float: right;
  margin-top: -47px;
}

.info-bag > span {
  font-weight: 600;
}

.info-bag-email {
  font-size: small;
  font-style: oblique;
}

.notas-fiscais {
  width: 200px;
  height: 200px;
  display: block;
  margin-top: 2rem;
}

.boletos {
  width: 200px;
  height: 200px;
  display: none;
  margin-top: 2rem;
}

.regra-senha {
  font-style: italic;
  color: gray;
  margin-bottom: 10px;
}

.regra-senha-atencao {
  color: red;
}

.info-user {
  font-family: none;
}

  .info-user h3 {
    font-family: none;
  }


.info-bag-email {
  font-size: large;
}

.forNt {
  font-size: large;
}

.inline-box {
  border: hidden;
  border-bottom: solid;
  border-color: gray;
  border-width: thin;
  /*   opacity: 0.3; */
}

@media screen and (min-width: 2000px) {
  .img-nav {
    width: 2028px !important;
  }
}

.custom-menu {
  display: flex;
  flex-direction: row;
  -webkit-justify-content: inherit;
  justify-content: space-between;
  align-items: center;
}