#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 {
  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;
}
/* Estilos do menu lateral */
#main-menu .nav-item > .nav-link {
    transition: all 0.3s ease-out;
    display: block;
    font-size: 15px;
    color: #17191c;
    font-weight: 400;
    border-radius: 0.1875rem;
    position: relative;
    padding: 7px 0;
    outline-width: 0;
}
#main-menu .nav-item > .nav-link i.fa,
#main-menu .nav-item > .nav-link i[class*="icon-"] {
    background: #17c2d7;
    display: inline-block;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
}
#main-menu .nav-item > .nav-link[data-toggle="collapse"].collapsed::after {
    font-family: "FontAwesome";
    content: "\f078";
    float: right;
    margin-left: 10px;
    transition: transform 0.3s ease;
    color: #17191c;
    font-weight: 300;
}
/* Quando expandido, rotaciona para cima */
#main-menu .nav-item > .nav-link[data-toggle="collapse"]:not(.collapsed)::after {
    font-family: "FontAwesome";
    content: "\f077";
    float: right;
    margin-left: 10px;
    transition: transform 0.3s ease;
    color: #17191c;
    font-weight: 300;
    transform: rotate(180deg);
}
#main-menu .collapse {
    display: none;
}
#main-menu .collapse.show {
    display: block;
}
#main-menu .collapse .nav-item .nav-link {
    color: #17191c;
    font-size: 14px;
    padding: 6px 15px 6px 38px;
    position: relative;
}
#main-menu .collapse .nav-item .nav-link::before {
    transition: all 0.4s ease-out;
    border-radius: 5px;
    background: #57595d;
    content: "";
    position: absolute;
    left: 5px;
    height: 1px;
    width: 15px;
    top: 17px;
}
#main-menu .collapse .nav-item .nav-link:hover::before {
    width: 190px;
}
#main-menu .nav-item > .nav-link:hover,
#main-menu .nav-item > .nav-link:focus {
    color: #17c2d7;
}

#main-menu .nav-item.active > .nav-link {
    color: #17c2d7;
}

#main-menu .collapse .nav-item.active > .nav-link {
    color: #17c2d7;
}