#cnpjMatrizLabel {
  display: none;
}

.bigFa {
  color: #839192;
  text-align: center !important;
  padding: 30px;
  font-size: 46px;
  width: 100%;
}

.cardOption {
  padding: 15px;
  color: #839192;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.01);
  transition: box-shadow 0.3s ease-in-out;
  border: 1px solid rgba(131, 145, 146, 0.5);
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.3);
}

.cardOption h3 {
  font-weight: 300;
}

.cardOption:hover {
  box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.3);
  color: #17c2d7;
}

.cardborder {
  margin-top: 12%;
  margin-bottom: 15%;
}

.segmentoInd {
  display: none;
}

.dfooter {
  /* position: relative;
  position: absolute;
  bottom: 0;
  height: 60px;
  clear:both;
  padding-top:20px; */
  text-align: center;
  color: #839192;
  font-weight: 500;
  padding-bottom: 20px;
  height: 20px;
  padding-top: 20px;
  justify-content: center;
}

.table-bordered {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
  border-color: black !important;
  color: black !important;
}

* {
  user-select: none !important;
}

*::selection {
  background: #004677 !important;
  color: white !important;
}

*::-moz-selection {
  background: #004677 !important;
  color: white !important;
}

.auth-main2 {
  background-image: linear-gradient(to bottom right, #000e17, #004677);
}

.suitlogo {
  max-width: 100px;
}

.statusBtnEdit {
  display: none;
}

.md-editor>textarea {
  background-color: white !important;
}

.manutencaoDiv {
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  position: absolute;
  z-index: 99999;
  bottom: 0;
  margin-bottom: -8px;
  padding: 10px;
}

.wd130px {
  min-width: 130px !important;
}

.tabelaResponsiva {
  white-space: inherit !important;
  vertical-align: middle !important;
  word-wrap: break-word;
  max-width: 350px;
}

.navbar-construtor {
  width: 100% !important;
}

.imgHover {
  opacity: 1;
  transition: 0.3s;
}

.imgHover:hover {
  /* <form action="/action_page.php">
  <input type="file" id="myFile" name="filename">
  <input type="submit">
</form> */
  opacity: 0.5;
  cursor: pointer;
}

#btnUpload {
  display: none;
}

.passShort {
  width: 100%;
  background-color: #dc3545;
  margin-top: 5px;
  height: 3px;
  color: #dc3545;
  font-weight: 500;
  font-size: 12px;
}

.passWeak {
  width: 100%;
  background-color: #ffc107;
  margin-top: 5px;
  height: 3px;
  color: #ffc107;
  font-weight: 500;
  font-size: 12px;
}

.passStrong {
  width: 100%;
  background-color: #28a745;
  margin-top: 5px;
  height: 3px;
  color: #28a745;
  font-weight: 500;
  font-size: 12px;
}

.passGood {
  width: 100%;
  background-color: #d39e00;
  margin-top: 5px;
  height: 3px;
  color: #d39e00;
  font-weight: 500;
  font-size: 12px;
}

.bootstrap-tagsinput.form-control {
  height: auto !important;
  overflow-x: hidden;
}

/* .brkline p{
  white-space: inherit !important;
} */

.modalId {
  padding: 0 !important;
}

.modalId .modal-dialog {
  width: 80%;
  padding-left: calc(100% - 80%);
  max-width: none;
  height: 100%;
  margin: 0;
}

.modalId .modal-content {
  height: 90%;
  border: 0;
  border-radius: 0;
}

.modalId .modal-body {
  overflow-y: auto;
}

.tox.tox-tinymce {
  height: 100% !important;
}

.tox-statusbar__branding {
  display: none;
}

#main-menu li span {
  font-size: 14px !important;
}

#main-menu li ul li a {
  font-size: 13px !important;
}

.ck-editor__editable_inline {
  min-height: 400px;
}