body {
  font-family: 'Open Sans', sans-serif;
  background-color: #f7f7f7;
  position: relative;
  margin: 0px;
  font-size: 12px;
  padding: 0px;
  /*-webkit-font-smoothing: antialiased;*/
}

/*Criado por pablo*/

.itemVisualizador {
  display: block;
  padding: 7px 0px 0px 0px;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  border-top: 1px solid #e6e8e9;
}

.grid-align {
  text-align: center;
}

.headercaption {
  margin-top: 70px;
}

.divtop {
  position: fixed;
  width: 100%;
  z-index: 8888;
}

.divfooter {
  position: fixed;
  width: 100%;
  height: 30px;
  z-index: 8888;
  bottom: 0;
  background-color: #2a333d;
}

.gridStyle {
  border: 1px solid rgb(212, 212, 212);
  width: 100%;
  height: 390px;
}

.miniGridStyle {
  border: 1px solid rgb(212, 212, 212);
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
}

.registered {
  color: white;
  text-align: center;
  padding-top: 7px;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  line-height: inherit;
  color: #29323d;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small {
  margin-left: 15px;
  font-style: italic;
}

input.search {
  background: url('../img/lens.png') #fcfcfc no-repeat 95%;
  box-shadow: none;
  height: 19px;
  font-size: 13px;
  padding: 2px 6px;
  border: 1px solid #d0dde9;
  margin: 0;
  border-radius: 2px;
  top: 11px;
}

.header {
  margin-bottom: 60px;
}

.header h1,
.header h2,
.header h3,
.header h4,
.header h5 {
  float: left;
  margin-top: 5px;
}

/* Custom navbar stuff */

/* search input */
.navbar-inverse input.search {
  background: url('../img/lens.png') #0f1217 no-repeat 95%;
  border: 1px solid #0f1217;
  position: relative;
  border-radius: 4px;
  top: 9px;
  padding: 3px 6px;
  color: #000;
  font-size: 13px;
  margin-right: 40px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.navbar-inverse input.search:focus {
  background-color: #fff;
}

/* navbar settings and logout icons */
.navbar-inverse .settings i {
  color: #9ba3ad;
  font-size: 21px;
}

/* notification menu with custom dropdowns */
.navbar-inverse .notification-dropdown {
  position: relative;
}

.navbar-inverse .notification-dropdown > a:hover,
.navbar-inverse .notification-dropdown > a.active {
  background: #254261 !important;
  box-shadow: inset 1px 0px 1px 0px rgb(62, 90, 121);
}

.navbar-inverse .notification-dropdown i {
  font-size: 17px;
  color: #9ba3ad;
}

.navbar-inverse .notification-dropdown .count {
  position: absolute;
  top: 1px;
  left: 58%;
  background: rgb(53, 186, 196);
  padding: 0px 5px;
  border-radius: 30px;
  color: #fff;
  line-height: 16px;
  z-index: 9999;
  text-align: center;
  font-size: 11px;
}

/* navbar popup dialog */
.navbar-inverse .pop-dialog {
  position: absolute;
  right: -10px;
  top: 55px;
  display: none;
}

.navbar-inverse .pop-dialog.is-visible {
  display: block;
  -webkit-animation: reveal 0.2s ease-out;
  -moz-animation: reveal 0.2s ease-out;
  animation: reveal 0.2s ease-out;
}

.navbar-inverse .pop-dialog .body {
  box-shadow: 0px 1px 9px 1px #c2c2c2;
}

.navbar-inverse .pop-dialog .close-icon {
  float: right;
  text-decoration: none;
  z-index: 9999;
  position: relative;
}

.navbar-inverse .pop-dialog .footer {
  border-top: 1px solid #e6e8e9;
  background-color: #eff4f7;
  margin: 15px 0px -10px 0px;
  border-radius: 0px 0px 5px 5px;
  padding: 12px 20px;
  text-align: center;
}

.navbar-inverse .pop-dialog .footer a {
  font-weight: 600;
  color: #7d91a8;
}

/* navar popup dialog for notifications */
.navbar-inverse .pop-dialog .notifications {
  width: 330px;
  margin: 10px -10px 0px -10px;
}

.navbar-inverse .pop-dialog .notifications h3 {
  font-size: 13px;
  color: #404951;
  font-weight: bold;
  padding-left: 20px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.navbar-inverse .pop-dialog .notifications .item {
  display: block;
  padding: 10px 0px 8px 20px;
  border-top: 1px solid #e7e8ea;
  color: rgb(54, 54, 54);
  text-decoration: none;
  padding-left: 50px;
  position: relative;
  transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}

.navbar-inverse .pop-dialog .notifications .item:hover {
  background: rgb(240, 246, 255);
}

.navbar-inverse .pop-dialog .notifications .item > i {
  color: rgb(252, 130, 123);
  position: absolute;
  left: 19px;
  font-size: 18px;
}

.navbar-inverse .pop-dialog .notifications .item > i.icon-user {
  left: 18px;
}

.navbar-inverse .pop-dialog .notifications .item .time {
  float: right;
  color: #82a3c1;
  font-style: italic;
  font-weight: 600;
  font-size: 11px;
  min-width: 60px;
  margin-right: 5px;
}

.navbar-inverse .pop-dialog .notifications .item .time i {
  font-size: 13px;
  color: #cfcfcf;
  margin-right: 1px;
}

/* navar popup dialog for messages */
.navbar-inverse .pop-dialog .messages {
  width: 330px;
  margin: 10px -10px 0px -10px;
}

.navbar-inverse .pop-dialog .messages .item {
  display: block;
  padding: 10px 20px 15px 20px;
  height: 54px;
  border-bottom: 1px solid #e7e8ea;
  color: rgb(54, 54, 54);
  text-decoration: none;
  position: relative;
  transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
}

.navbar-inverse .pop-dialog .messages .item.last {
  border-bottom: 0px;
}

.navbar-inverse .pop-dialog .messages .item:hover {
  background: rgb(240, 246, 255);
}

.navbar-inverse .pop-dialog .messages .item .display {
  float: left;
  border-radius: 50px;
  margin-right: 15px;
}

.navbar-inverse .pop-dialog .messages .item .name {
  font-size: 12px;
  color: #404951;
  font-weight: bold;
}

.navbar-inverse .pop-dialog .messages .item .msg {
  font-size: 11px;
  color: rgb(117, 118, 119);
  font-weight: 600;
  line-height: 13px;
  position: relative;
  top: -1px;
}

.navbar-inverse .pop-dialog .messages .item .time {
  position: absolute;
  right: 0px;
  bottom: 6px;
  color: #82a3c1;
  font-style: italic;
  font-weight: 600;
  font-size: 11px;
  min-width: 60px;
  margin-right: 5px;
}

.navbar-inverse .pop-dialog .messages .item .time i {
  font-size: 13px;
  color: #cfcfcf;
  margin-right: 1px;
}

.navbar-inverse .pop-dialog .messages .footer {
  margin-top: 6px;
}

/* Sidebar */
#sidebar-nav {
  position: absolute;
  width: 180px;
  float: left;
  margin: 0em;
  padding-top: 5.8em;
}

#dashboard-menu {
  list-style: none;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
  margin-left: 20px;
}

#dashboard-menu > li > a {
  display: block;
  margin-right: -15px;
  margin-left: -15px;
  padding: 19px 14px 15px 14px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dae1e8;
  box-shadow: 0 2px 1px -1px #ffffff;
  color: rgb(110, 130, 155);
  outline: 0px;
  width: 88%;
}

#dashboard-menu > li {
  position: relative;
}

/* font awesome icon */
#dashboard-menu > li .icon-group {
  font-size: 22px;
}

#dashboard-menu > li i {
  font-size: 23px;
  top: 17px;
}

#dashboard-menu .pointer {
  position: absolute;
  right: 9px;
  top: 20px;
}

#dashboard-menu .pointer .arrow,
#dashboard-menu .pointer .arrow_border {
  border-color: transparent #fff transparent transparent;
  border-width: 11px;
  border-style: solid;
  font-size: 0;
  left: 50%;
  line-height: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1002;
  left: 0;
  margin-left: 45%;
}

#dashboard-menu .pointer .arrow_border {
  border-color: transparent rgb(192, 210, 221) transparent transparent;
  border-width: 11px;
  margin-left: -1px;
  border-style: solid;
  z-index: 1001;
  top: 0px;
}

#dashboard-menu a span {
  margin-left: 35px;
  transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
}

#dashboard-menu a.ui-elements span {
  margin-left: 25px;
}

#dashboard-menu a i {
  position: absolute;
  left: 0;
  height: 24px;
  /*width: 24px;*/
  opacity: 0.7;
  transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
}

#dashboard-menu a i.icon-chevron-down {
  position: relative;
  float: right;
  top: 5px;
  font-size: 11px;
  color: rgb(104, 104, 104);
  width: initial;
  height: initial;
}

#dashboard-menu > li:hover i {
  opacity: 1;
}

#dashboard-menu > li.active > a,
#dashboard-menu > li > a:hover {
  color: rgba(51, 69, 90, 1);
  text-decoration: none;
}

#dashboard-menu > li.active a {
  font-weight: 600;
  text-shadow: 1px 1px 1px #fff;
}

#dashboard-menu > li.active i {
  opacity: 1;
}

/* sidebar submenus */
#dashboard-menu > li.active .dropdown-toggle {
  border-bottom: 0px;
  box-shadow: none;
}

#dashboard-menu ul.submenu {
  list-style-type: none;
  display: none;
  margin-top: 7px;
  margin-bottom: 15px;
  margin-right: 5px;
  margin-left: -15px;
  padding-left: 15px;
  border-bottom: 1px solid #dae1e8;
  box-shadow: 0 2px 1px -1px #ffffff;
  padding-bottom: 10px;
}

#dashboard-menu ul.submenu.active {
  display: block;
}

#dashboard-menu ul.submenu a {
  font-weight: normal;
  font-size: 13px;
  color: rgb(76, 83, 90);
  text-decoration: none;
  display: block;
  margin-bottom: 7px;
}

#dashboard-menu ul.submenu a:hover {
  text-decoration: underline;
}

#dashboard-menu ul.submenu a.active {
  font-weight: bold;
  text-shadow: none;
}

#pad-wrapper {
  padding: 0px 25px;
  margin-top: 55px;
}

#pad-wrapper h4 {
  margin: 0 0 0 20px;
  color: #696d73;
  font-style: italic;
}

.content {
  min-width: 400px;
  /*min-height: 620px; */
  /*margin-bottom: 5px; */
  overflow: hidden;
  position: relative;
  background: #fff;
  margin-left: 177px;
  border-left: 1px solid #dae3e9;
  border-bottom: 1px solid #dae3e9;
  box-shadow: -3px 3px 3px -2px #f1f1f3;
  border-radius: 0px 0px 0px 5px;
}

.content.wide-content {
  margin-left: 0;
  border-radius: 0;
}

/* starts skins changer */
.content .skins-nav {
  opacity: 1;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -ms-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
  position: fixed;
  right: -85px;
  top: 135px;
  font-size: 13px;
  z-index: 9999;
}

.content .skins-nav:hover {
  right: 0;
}

.content .skins-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding-left: 10px;
  height: 37px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  margin-bottom: 3px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.content .skins-nav a.first_nav {
  background: rgba(95, 175, 228, 0.8);
}

.content .skins-nav a.second_nav {
  background: rgba(36, 43, 77, 0.8);
}

.content .skins-nav a.first_nav:hover {
  background: rgba(95, 175, 228, 1);
}

.content .skins-nav a.second_nav:hover {
  background: rgba(36, 43, 77, 1);
}

.content .skins-nav a .icon {
  float: left;
  width: 9px;
  height: 10px;
  background: url('../img/skin-nav-bullets.png') 0 0 no-repeat;
  margin: 15px 15px 0 5px;
}

.content .skins-nav a.selected .icon {
  background-position: 0 -9px;
}

.content .skins-nav a .text {
  padding-right: 12px;
  white-space: nowrap;
  display: block;
  width: 100px;
  position: relative;
  top: 9px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -ms-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}

/* end skin changer*/

/* responsive */
@media (max-width: 1900px) {
  .content {
    margin-left: 65px;
  }

  #dashboard-menu {
    margin-left: 5px;
  }

  #dashboard-menu .pointer {
    display: none;
  }

  #dashboard-menu li a span {
    visibility: hidden;
  }
}

@media (max-width: 600px) {
  .content {
    margin-left: 0em;
    border-left-width: 0px;
  }
}

@media (max-width: 822px) {
  .navbar-inverse input.search {
    display: none;
  }
}

@media (max-width: 767px) {
  #pad-wrapper {
    padding: 0px 10px;
  }

  .content {
    min-width: 0px;
    margin: 0;
  }

  #main-stats .stat {
    width: 50%;
    float: left;
  }

  #sidebar-nav {
    left: -200px;
    position: fixed;
    z-index: 9999;
    background-color: #f7f7f7;
    padding-top: 0px;
    border-right: 1px solid #ccc;
    width: 165px;
    box-shadow: 1px 1px 4px 1px rgb(233, 233, 233);
    -webkit-transition: left 0.25s ease;
    -moz-transition: left 0.25s ease;
    -o-transition: left 0.25s ease;
    -ms-transition: left 0.25s ease;
    transition: left 0.25s ease;
  }

  #sidebar-nav #dashboard-menu {
    margin-left: 10px;
  }

  #sidebar-nav #dashboard-menu li a span {
    visibility: visible;
  }

  #sidebar-nav #dashboard-menu li:last-child a {
    border-bottom: 0px;
    box-shadow: none;
  }

  #sidebar-nav.display {
    position: absolute;
    left: 0;
    height: 100%;
  }
}

.ckBox {
  display: grid;
  grid-template-columns: 20px auto;
  width: 100%;
  user-select: none;
  height: 20px;
}

.textRight {
  text-align: right;
  font-weight: bold;
}

.boxCabecalho {
  display: grid;
  grid-template-columns: 100px 200px;
  grid-column-gap: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* Menu visualizador */
#boxMenuGrid,
#menuGridInsideModal {
  padding: 10px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0px;
  min-width: 150px;
  position: absolute;
  z-index: 9999;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  list-style: none;
  visibility: hidden;
  z-index: 999999 !important;
}

/* Menu visualizador Base Conhecimento*/
#boxMenuGridBC,
#menuGridInsideModalBC {
  padding: 10px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0px;
  min-width: 150px;
  position: absolute;
  z-index: 9999;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  list-style: none;
  visibility: hidden;
  z-index: 999999 !important;
}

.boxMinImgsCompartilhar {
  text-align: right;
  padding: 5px;
  float: left;
}

.loadImages {
  background: green;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
}

.hideComp {
  display: none;
}

#msgDefinirEditor {
  font-size: 11px;
  color: indianred;
}

#editorLeve {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  background: #efefef;
  overflow: auto;
  height: 94%;
}

/* 
Não remover.
Utilizado ao selecionar texto do editor simples para salvar 'Máscara' e 'Auto-Texto' 
*/
.noselect {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal {
  z-index: 9999 !important;
}

/* .modal.fade.in{
    top: 10px !important;
} */

/* Procedência - Cor da fonte */
.checkbox {
  display: inline-flex;
  cursor: pointer;
  position: relative;
}

.checkbox > span {
  color: #34495e;
  padding: 0.5rem 0.25rem;
}

.checkbox > input {
  height: 22px;
  width: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 3px;
  outline: none;
  transition-duration: 0.3s;
  cursor: pointer;
}

.ckbDefault > input {
  background-color: #333;
}

.ckbGreen > input {
  background-color: green;
}

.ckbBlue > input {
  background-color: blue;
}

.ckbOrange > input {
  background-color: orange;
}

.ckbRed > input {
  background-color: Red;
}

.checkbox > input:checked + span::before {
  content: '\2713';
  display: block;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 1.4mm;
  top: 1.3mm;
  font-weight: bold;
}

.loaderGrid {
  position: absolute;
  z-index: 99999999999999;
  background-color: transparent;
  width: 100%;
  display: flex;
}

.loaderGrid p {
  font-size: 24px;
  margin: auto;
}

.tr:hover {
  background-color: #c9dde1;
}

/* Loader modal form */

#mdlInsertPedido > #preloader-active {
  display: block !important;
}

#mdlInsertPedido > #preloader-active .preloader {
  position: absolute !important;
  border-radius: 4px !important;
  background-color: rgba(252, 252, 252, 0.719) !important;
}

#mdlInsertPedido > #preloader-active .preloader .preloader-inner .preloader-circle {
  position: absolute !important;
}

#msgLoaderAguarde {
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-top: 28%;
  font-size: larger;
  color: #000;
}

#mdlInsertEditor > #preloader-active {
  display: block !important;
}

#mdlInsertEditor > #preloader-active .preloader {
  position: absolute !important;
  border-radius: 4px !important;
  background-color: rgba(252, 252, 252, 0.719) !important;
}

#mdlInsertEditor > #preloader-active .preloader .preloader-inner .preloader-circle {
  position: absolute !important;
}

#msgLoaderAguarde {
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-top: 28%;
  font-size: larger;
  color: #000;
}

/* Fim loader modal form */

.laudoLoader {
  width: 95% !important;
  height: 95% !important;
  top: 13px !important;
  opacity: 0.9 !important;
  border-radius: 5px !important;
}

.laudoLoader .preloader-img {
  top: 51% !important;
}

/* (Report Center) - Atualização do ID pedido no editor de laudos (DEV-2048) */
#mdlInsertPedido > #preloader-active {
  display: block !important;
}

#mdlInsertPedido > #preloader-active .preloader {
  position: absolute !important;
  border-radius: 4px !important;
  background-color: rgba(252, 252, 252, 0.719) !important;
}

#mdlInsertPedido > #preloader-active .preloader .preloader-inner .preloader-circle {
  position: absolute !important;
}

#msgLoaderAguarde {
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-top: 28%;
  font-size: larger;
  color: #000;
}

#mdlInsertEditor > #preloader-active {
  display: block !important;
}

#mdlInsertEditor > #preloader-active .preloader {
  position: absolute !important;
  border-radius: 4px !important;
  background-color: rgba(252, 252, 252, 0.719) !important;
}

#mdlInsertEditor > #preloader-active .preloader .preloader-inner .preloader-circle {
  position: absolute !important;
}

#msgLoaderAguarde {
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-top: 28%;
  font-size: larger;
  color: #000;
}

#laudoLoaderMsgAguarde {
  width: 100%;
  text-align: center;
  font-size: large;
  position: absolute;
  bottom: 35%;
  font-weight: 600;
  color: indianred;
}

/* Bloqueio modal */
#block,
#modal-loading-block {
  background-color: rgb(47 47 47 / 72%);
  position: fixed;
  z-index: 9997 !important;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  pointer-events: all;
  display: none;
}

#modal-loading-block {
  z-index: 9998;
}

/* */

.textAlignRight-Grid {
  text-align: right !important;
}

/* DASHBOARD */
.grid-dashboard {
  display: grid;
  grid-template-columns: 50% 50%;
  margin: 30px;
  gap: 30px;
}

.bkgDashboard {
  background-color: #f4f6f8 !important;
}

.bkgDashboard-dark {
  background-color: #0f1217 !important;
}

.card-dashboard {
  border-radius: 4px;
  background: #ffffff;
  padding: 23px;
  border: 0 none;
  box-shadow:
    0 2px 1px -1px rgba(0, 0, 0, 0.2),
    0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.card-dashboard-dark {
  color: #eee;
  background: #171c22 !important;
  box-shadow:
    0 2px 1px -1px rgba(0, 0, 0, 0.2),
    0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.new-header-dark {
  border-bottom: solid 1px #040d19 !important;
  background-color: #171c22 !important;
  color: #eee !important;
}

.iconHeader-dark {
  color: #ccc !important;
}

.btn-group {
  margin-right: 10px !important;
}

.btn-group-dark {
  background: #242d38 !important;
  color: #999 !important;
  border: none !important;
}

.btn-group-dark-act {
  background: #0e5ba3 !important;
  /*  border: solid 1px #0e5ba3 !important;*/
  color: #040d19 !important;
}

.box-info {
  text-align: center;
  height: 140px;
}

.box-info > span {
  font-weight: 600;
}

.box-info > H3 {
  margin: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #254261 !important;
}

.box-info-dark {
  background-color: #171c22 !important;
}

.box-info-dark > H3 {
  color: #178eff !important;
}

.box-info-color-orange {
  border-left: solid 6px orange !important;
}

.box-info-color-green {
  border-left: solid 6px green !important;
}

.box-info-color-roxo {
  border-left: solid 6px #7986cb !important;
}

.box-info-color-blue {
  border-left: solid 6px #178eff !important;
}

.box-info-color-red {
  border-left: solid 6px indianred !important;
}

.boxFiltro-dashboard > div > label {
  margin-right: 10px;
}

.dashboard-icon {
  float: right;
  opacity: 0.3;
  border-radius: 5px;
  font-size: xx-large;
}

.dashboard-icon-roxo {
  color: #343c64;
}

.dashboard-icon-orange {
  color: orange;
}

.dashboard-icon-red {
  color: indianred;
}

.dashboard-icon-green {
  color: green;
}

.dashboard-icon-blue {
  color: #178eff;
}

.dashboard-box-title {
  font-weight: 600;
  font-size: 1.2rem;
  text-align: left;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 13px;
}

.title-orange {
  color: orange;
}

.title-roxo {
  color: #7986cb;
}

.title-red {
  color: indianred;
}

.title-green {
  color: green;
}

.title-blue {
  color: #178eff;
}

#iFrameDashboard {
  border: none;
  margin-top: 12px;
  width: 100%;
  box-shadow:
    0 2px 1px -1px rgba(0, 0, 0, 0.2),
    0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
  border-radius: 4px !important;
  background-color: #ffffff !important;
}

.dashboardGridCol {
  display: grid !important;
  grid-template-columns: 500px auto !important;
  gap: 28px;
  margin-bottom: 10px;
}

.dashboardGridCol2 {
  display: grid !important;
  grid-template-columns: auto auto !important;
  gap: 20px;
  margin-top: 10px;
}

.dashboardGridCol3 {
  display: grid !important;
  grid-template-columns: 33% 33% 33% !important;
  gap: 20px;
  margin-bottom: 10px;
}

.box-info-dark > H1 {
  color: #a8c7ed !important;
}

.dashboard-grid > row-fluid {
  margin-left: 0 !important;
}

#dash-faturamento,
#dash-pedidosFaturados,
#dash-pedidosNaoConformidade,
#dash-PedidosFaturados,
#dash-pedidosRevisados,
#dash-pedidosSolicitados {
  font-weight: bold !important;
  font-size: 43px !important;
}

#msgAlertDashboard {
  color: indianred;
  font-size: 12px;
  display: none;
}

.ckbFiltroDashboardDark {
  background-color: #12171c !important;
  color: #b3b3b3 !important;
  width: 100% !important;
  text-align: start !important;
  border: solid 1px #1c222a !important;
  text-shadow: none !important;
  box-shadow: none !important;
  background-image: none;
}

#mdlInsertConfig {
  color: #040d19;
}

.tagContrato {
  background: #5b7087;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.25rem 0.4rem;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: default;
}

/* DEV-3758 - BORDA VERELHA PARA CAMPO OBRIGATÓRIO */
.required-field {
  border: 1px solid indianred !important;
  box-shadow: 0 0 5px indianred !important;
}
/* FIM DEV-3758 */

.editor-laudo-wrapper {
  height: 100%;
  position: relative;
}

.editor-laudo-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.editor-laudo-content {
  position: relative;
}

.editor-pane {
  width: 100%;
}

.editor-host-card {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  margin-top: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.editor-surface {
  flex: 1;
  height: 100%;
}

.editor-chat-floating {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 420px;
  height: 520px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  z-index: 10000;
  transition:
    height 0.2s ease,
    box-shadow 0.2s ease;
}

.editor-chat-floating-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-bottom: 1px solid #ededed;
  background-color: #f9f9f9;
  cursor: move;
}

.editor-chat-floating-header .chat-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.editor-chat-floating-header .chat-actions button {
  color: #555;
  text-decoration: none;
}

.editor-chat-floating-body {
  flex: 1;
  display: flex;
  position: relative;
}

.chat-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 1;
}

.spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.editor-chat-floating-frame {
  border: 0;
  width: 100%;
  height: 100%;
}

.editor-chat-floating.minimized {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.editor-chat-floating.minimized .editor-chat-floating-header {
  padding: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  border-bottom: none;
}

.editor-chat-floating.minimized .chat-title span {
  display: none;
}

.editor-chat-floating.minimized .chat-title i {
  font-size: 24px;
  margin: 0;
  color: #3498db;
}

.editor-chat-floating.minimized .chat-actions {
  display: none;
}

.editor-chat-floating.minimized .editor-chat-floating-body {
  display: none;
}

@media (max-width: 1024px) {
  .editor-chat-floating {
    width: 340px;
    right: 20px;
  }
}

@media (max-width: 768px) {
  .editor-chat-floating {
    width: calc(100% - 30px);
    right: 15px;
  }
}

.editor-chat-floating.expanded {
  width: 90vw !important;
  height: 90vh !important;
  top: 5vh !important;
  left: 5vw !important;
  right: auto !important;
  bottom: auto !important;
  border-radius: 8px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
  z-index: 20000 !important;
}

/* Force chat to fill tab when NOT expanded */
.tab-content .editor-chat-floating.chat-tab-wrapper {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  height: 100% !important;
  box-shadow: none !important;
  border: none !important;
  display: flex;
  flex-direction: column;
  background: transparent !important;
}
/* When Expanded (class added by controller), go Full Screen */
.tab-content .editor-chat-floating.chat-tab-wrapper.expanded {
  position: fixed !important;
  top: 2% !important;
  left: 2% !important;
  width: 96vw !important;
  height: 96vh !important;
  z-index: 20000 !important; /* Above everything */
  background: white !important;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5) !important;
  border: 2px solid #ccc !important;
  border-radius: 20px !important;
  overflow: hidden !important;
}

.blueText {
  color: blue !important;
  font-weight: 600;
}

#selectDatasFiltroExtrato {
  height: 29px !important;
  font-size: 14px !important;
  color: #333 !important;
}

.w80px {
  width: 80px !important;
}
.w156px {
  width: 156px !important;
}

.modalAnexosUltimosLaudos {
  z-index: 9999 !important;
  top: 10% !important;
}

#mdlUltimoLaudoPedido {
  z-index: 9998 !important;
}

#boxMenuGrid {
  height: -webkit-fill-available !important;
  width: 220px !important;
}
#boxMenuGrid > li {
  padding: 8px !important;
  margin: 0 10px 0 10px !important;
  border-bottom: solid 1px #dae0e1 !important;
  font-weight: 600 !important;
}
#boxMenuGrid > li:hover {
  background-color: #dae0e1 !important;
  border-radius: 3px !important;
  border: none;
}
.msgFiltroRelatorio {
  text-align: left;
  font-size: medium;
}
