body {
  background-color: #f5f8fa;
}

#div-loading {
  padding: 20px;
}

.div-loading {
  padding: 20px;
}

.login-bg-image {
  background-image: url(/assets/images/bg_1.png);
}

.login-image-right {
  background-size: cover;
  background-image: url(/assets/images/login-right.jpg);
  background-position: 25%;
}



.modalContainer {
  width: 100vw;
  height: 100vh;
  max-width: 100vw !important;
  max-height: 100vh !important;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999999999;
  display: none;
  justify-content: center;
  align-items: center;
}

.add-btn {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.delete-btn {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.modalContainer.showModal {
  display: flex;
}

.modalItemsViewer {
  background-color: white;
  width: 100vw;
  height: 100vh;
  padding: 12px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  /* align-content: center; */
  flex-wrap: wrap;
}

.cursorPointer {
  cursor: pointer;
}

.img-preview-card {
  width: 260px;
  margin-bottom: 26px;
}


.mh300 {
  max-height: 60vh;
}

.buttons-actions-modal {
  position: absolute;
  bottom: 12px;
  right: 12px;


}

.p24 {
  font-size: 24px;
}

.width-60 {
  width: 60px;
}


.bg-gradient-terc {
  background-color: #fff;
}

.modal-info .modal-content {
  background-color: #fff !important;
}

.mt6 {
  margin-top: 6px;
}

.mt12 {
  margin-top: 12px;
}

.form-group {
  margin-bottom: 12px;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #d3d3d3;
  opacity: 1;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #5e72e4;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #5e72e4;
  cursor: pointer;
}

.d-flex-center {
  display: flex;
  width: 100%;
  justify-items: center;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.d-flex-right-wrap {
  display: flex;
  width: 100%;
  justify-items: flex-end;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.d-flex-between-wrap {
  display: flex;
  width: 100%;
  justify-items: center;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.mb12 {
  margin-bottom: 12px;
}

.p20 {
  padding: 20px
}

.mTop16 {
  margin-top: 16px;
}

.cadastroMateriais {
  display: flex;
  flex-wrap: wrap;
}

.j-content-between {
  display: flex;
  justify-content: space-between;
}

.maquina-input-group {
  min-width: 250px;
  border-radius: 4px;
}

.noShow {
  display: none;
}

.w250 {
  height: 140px;
  width: 60px;
  word-wrap: break-word;
}

.saiu {
  text-align: center;
  font-weight: bold;
  color: #660401;
}

.entrou {
  text-align: center;
  font-weight: bold;
  color: #244F05;
}

.saiu-group {
  border: 1px solid #660401;
  border-radius: 4px;
  padding: 12px;
  vertical-align: middle;
  width: 400px;
  height: auto;
}

.morecontent span {
  display: none;
}

.morelink {
  display: block;
}

.entrou-group {
  border: 1px solid #244F05;
  border-radius: 4px;
  padding: 12px;
  vertical-align: middle;
  width: 400px;
  height: auto;
}

#preloader {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}

#preloader .inner {}

.bolas>div {
  display: inline-block;
  background-color: #3273b8;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  margin: 3px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: animarBola;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

}

.bolas>div:nth-child(1) {
  animation-duration: 0.75s;
  animation-delay: 0;
}

.bolas>div:nth-child(2) {
  animation-duration: 0.75s;
  animation-delay: 0.12s;
}

.bolas>div:nth-child(3) {
  animation-duration: 0.75s;
  animation-delay: 0.24s;
}

.weh30 {
  width: 30px;
  height: 30px;
  border-radius: 2px;
}

.disable-th {
  color: #adadad !important;
  cursor: not-allowed;
}

.bgGreyColor {

  background-color: rgb(209, 209, 209) !important;
  cursor: not-allowed;
}

.bgProductColor {
  background-color: rgb(209, 209, 209) !important;
}

.width-100 {
  width: 100px;
}

.totem-card {
  height: auto;
  width: 250px;
  border: 1px solid #505050;
  margin: 6px;
  border-radius: 4px;
  padding: 20px;
}

.small {
  font-size: 12px;
}

.totem-card p {
  text-align: center;
}

.totem-card-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@keyframes animarBola {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  16% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }

  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.img-icon {
  width: 24px;
  height: 24px;
  color: #fff;
  filter: brightness(0) invert(1);
}

.blink {
  animation: blinkingRed 1s linear infinite;
}


@keyframes blinkingRed {
  50% {
    background-color: #9C1A11;
    color: #fff;
  }
}

.mhw-250 {
  max-width: 250px;
  max-height: 250px;
}

.image-server {
  max-width: 250px;
  max-height: 250px;
}

.m-t-16 {
  margin-top: 16px;
}

.m-b-16 {
  margin-bottom: 16px;
}

.box-rota {
  max-width: 300px;
  padding: 20px;
  border: 1px solid #01344E;
  margin: 4px;
  border-radius: 4px;
}

.more-box-rota {
  font-size: 36px;
  color: white;
  background-color: #01344e;
  border-radius: 100%;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: bold;

}

.more-box-rota:hover {
  color: white;
  background-color: #011a27;
  transition: all 0.4s;
}

.h-center {
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100%;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}

.w-100 {
  width: 100%;
}

.txt-align-center {
  text-align: center;
}

.txt-align-right {
  text-align: right;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #2e3650;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%232e3650' viewBox='0 0 16 16'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") no-repeat center center/1em auto;
  background-clip: content-box;
  border: 0;
  border-radius: 0.5rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #2e3650;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(38, 43, 64, 0.25);
  opacity: 1;
}

.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.alignItem {
  align-items: center;
  display: flex;
}

.ni-active-disabled {
  transform: rotate(180deg)
}

.btn-visualizar-detalhes {
  margin: 12px;
  border: 1px solid #3498db;
  padding: 12px;
  border-radius: 4px;
}

.btn-visualizar-detalhes:hover {
  border-color: #011a27;
  background: #3498db;
  color: #fff;
}

.chat-box {
  height: 300px;
  overflow-y: auto;
}

/* .card {
    min-height: 50vh;
} */
.loader {
  display: flex;
  position: absolute;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #5E72E4;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.img-padrao-tipo {
  height: 30px;
  width: 30px;
}

.scrollable-modal {
  max-height: 65vh;
  min-height: 65vh;
  overflow: auto;
  background-color: #F6F9FC;
  border: 1px solid rgba(0, 0, 0, 0.020);
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 20px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 20px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 20px -10px rgba(0, 0, 0, 0.2);
}

.action-btn {
  min-width: 180px;
}

.text-center {
  text-align: center;
}

.nav-tabs .nav-link {
  border: none;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-bottom: 3px solid #007bff;
}


/* === CONVERSATIONS === */

.discussions {
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.20);
  overflow: hidden;
  background-color: #87a3ec;
  display: inline-block;
}

.discussions .discussion {
  width: 100%;
  height: 90px;
  background-color: #FAFAFA;
  border-bottom: solid 1px #E0E0E0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.discussions .search {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E0E0E0;
}

.discussions .search .searchbar {
  height: 40px;
  background-color: #FFF;
  width: 70%;
  padding: 0 20px;
  border-radius: 50px;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.discussions .search .searchbar input {
  margin-left: 15px;
  height: 38px;
  width: 100%;
  border: none;
  font-family: 'Nunito', sans-serif;
  ;
}

.discussions .search .searchbar *::-webkit-input-placeholder {
  color: #E0E0E0;
}

.discussions .search .searchbar input *:-moz-placeholder {
  color: #E0E0E0;
}

.discussions .search .searchbar input *::-moz-placeholder {
  color: #E0E0E0;
}

.discussions .search .searchbar input *:-ms-input-placeholder {
  color: #E0E0E0;
}

.discussions .message-active {
  width: 98.5%;
  height: 90px;
  background-color: #FFF;
  border-bottom: solid 1px #E0E0E0;
}

.discussions .discussion .photo {
  margin-left: 20px;
  display: block;
  width: 45px;
  height: 45px;
  background: #E6E7ED;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.online {
  position: relative;
  top: 30px;
  left: 35px;
  width: 13px;
  height: 13px;
  background-color: #8BC34A;
  border-radius: 13px;
  border: 3px solid #FAFAFA;
}

.desc-contact {
  height: 43px;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.discussions .discussion .name {
  margin: 0 0 0 20px;
  font-family: 'Nunito', sans-serif;
  font-size: 11pt;
  color: #515151;
}

.discussions .discussion .message {
  margin: 2px 0 0 20px;
  font-family: 'Nunito', sans-serif;
  font-size: 9pt;
  color: #515151;
}

.timer {
  margin-left: 15%;
  font-family: 'Nunito', sans-serif;
  font-size: 11px;
  padding: 3px 8px;
  color: #BBB;
  background-color: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 15px;
}

.header-chat {
  background-color: #FFF;
  height: 90px;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.100);
  display: flex;
  align-items: center;
}

.chat .header-chat .icon {
  margin-left: 30px;
  color: #515151;
  font-size: 14pt;
}

.chat .header-chat .name {
  margin: 0 0 0 20px;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  font-size: 13pt;
  color: #515151;
}

.chat .header-chat .right {
  position: absolute;
  right: 40px;
}

.chat .messages-chat {
  padding: 25px 35px;
}

.chat .messages-chat .message {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.chat .messages-chat .message .photo {
  display: block;
  width: 45px;
  height: 45px;
  background: #E6E7ED;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.chat .messages-chat .text {
  margin: 0 35px;
  background-color: #E0FAD8;
  padding: 15px;
  border-radius: 12px;
}

.text-only {
  margin-left: 45px;
}

.time {
  font-size: 10px;
  color: lightgrey;
  margin-bottom: 10px;
  margin-left: 85px;
}

.response-time {
  float: right;
  margin-right: 40px !important;
}

.response {
  float: right;
  margin-right: 0px !important;
  margin-left: auto;
  /* flexbox alignment rule */
}

.response .text {
  background-color: #E0FAD8 !important;
}

.footer-chat {

  height: 80px;
  display: flex;
  align-items: center;
  position: inherit;
  bottom: 0;
  background-color: transparent;
  border-top: 2px solid #EEE;

}

.chat .footer-chat .icon {
  margin-left: 30px;
  color: #C0C0C0;
  font-size: 14pt;
}

.chat .footer-chat .send {
  color: #fff;
  background-color: #4f6ebd;
  position: absolute;
  right: 50px;
  padding: 12px 12px 12px 12px;
  border-radius: 50px;
  font-size: 14pt;
}

.chat .footer-chat .name {
  margin: 0 0 0 20px;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  font-size: 13pt;
  color: #515151;
}

.chat .footer-chat .right {
  position: absolute;
  right: 40px;
}

.write-message {
  border: none !important;
  width: 60%;
  height: 50px;
  margin-left: 20px;
  padding: 10px;
}

.footer-chat *::-webkit-input-placeholder {
  color: #C0C0C0;
  font-size: 13pt;
}

.footer-chat input *:-moz-placeholder {
  color: #C0C0C0;
  font-size: 13pt;
}

.footer-chat input *::-moz-placeholder {
  color: #C0C0C0;
  font-size: 13pt;
  margin-left: 5px;
}

.footer-chat input *:-ms-input-placeholder {
  color: #C0C0C0;
  font-size: 13pt;
}
.img-lapidus {
  max-width: 200px;
}
.clickable {
  cursor: pointer;
}

.xml-view {
  overflow-x: scroll;
  overflow-y: scroll;
  background-color: #efeaf5;
  padding: 24px;
  height: 55vh;
  min-height: 55vh;
}

@media screen and (max-width:1000px) {

  .green-h2 {
    text-align: center;
  }
}