.ordName:hover {
  cursor: pointer;
}

.agenda-inativa {
  background-color: #da4f4f;
  color: #fff;
}

.agenda-ativa {
  background-color: #59da4f;
  color: #fff;
}

.md-primary button{
  background-color: #1F5C3F;
  color: #fff;
}

.md-primary md-button{
  background-color: #1F5C3F;
  color: #fff;
}

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

.link_none {
  text-decoration: none;
}

.searchMedico {
  list-style: none;
  padding: 0px;
}

.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
  text-decoration: none;
}

.pagination li.active a {
  color: #fff;
}

.pagination li.active {
  background-color: #1F5C3F;
}

.pagination li.disabled a {
  cursor: default;
  color: #999;
}

.pagination li i {
  font-size: 2rem;
}

.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%;
  }

  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }

  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}

.onoffswitch {
  position: relative;
  width: 65px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 0 0 0;
  outline: 0;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #50cb00cc;
  color: #ffffff;
}

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 5px;
  background-color: #f92121db;
  color: #ffffff;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 31px;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

.prontuario h1 {
  color: rgba(0, 0, 0, 0.54);
}

.prontuario-table th {
  color: #1F5C3Fbb;
  text-align: left;
  font-family: helvetica, arial;
  font-size: 25px;
  font-weight: 300;
}

.prontuario-table th,
td {
  padding: 5px 30px;
  /* margin-right: 20px; */
}

.prontuario-table td {
  color: #777;
}

.table-images img {
  width: 100%;
}

.item-selected {
  background-color: rgba(0, 0, 0, 0.1);
  border-left: 5px solid #0087cb;
}

.md-block>label {
  color: #000;
}

md-input-container.md-block {
  display: block;
  margin-left: 10px;
}

/* @font-face {
    font-family: 'ecoico';
    src: url('../fonts/timelineicons/ecoico.eot');
    src: url('../fonts/timelineicons/ecoico.eot?#iefix') format('embedded-opentype'), url('../fonts/timelineicons/ecoico.woff') format('woff'), url('../fonts/timelineicons/ecoico.ttf') format('truetype'), url('../fonts/timelineicons/ecoico.svg#ecoico') format('svg');
    font-weight: normal;
    font-style: normal;
} */

/* Made with http://icomoon.io/ */

.cbp_tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

/* The line */

.cbp_tmtimeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #a7ca4b55;
  left: 10%;
  margin-left: -10px;
}

.cbp_tmtimeline>li {
  position: relative;
}

/* The date/time */

.cbp_tmtimeline>li .cbp_tmtime {
  display: block;
  width: 15%;
  padding-right: 100px;
  position: absolute;
}

.cbp_tmtimeline>li .cbp_tmtime span {
  display: block;
  text-align: left;
}

.cbp_tmtimeline>li .cbp_tmtime span:first-child {
  font-size: 0.9em;
  color: #bdd0db;
}

.cbp_tmtimeline>li .cbp_tmtime span:last-child {
  font-size: 1.5em;
  color: #1F5C3F;
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #1F5C3F99;
}

/* Right content */

.cbp_tmtimeline>li .cbp_tmlabel {
  margin: 0 0 25px 15%;
  background: #a7ca4b;
  color: #fff;
  padding: 1.5em;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  border-radius: 5px;
}

/* Intercalar cores dos item entre azul claro e a cor principal */

/* .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
    background: #6cbfee;
  } */

.cbp_tmtimeline>li .cbp_tmlabel h2 {
  margin-top: 0px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

/* The triangle */

.cbp_tmtimeline>li .cbp_tmlabel:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 18px;
}

/* The triangle */

.cbp_tmtimeline>li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #a7ca4b;
  border-width: 10px;
  top: 10px;
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #a7ca4b;
}

/* The icons */

.cbp_tmtimeline>li .cbp_tmicon {
  width: 40px;
  height: 40px;
  font-family: "ecoico";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.4em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  background: #a7ca4b;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #a7ca4b55;
  text-align: center;
  left: 10%;
  top: 0;
  margin: 0 0 0 -25px;
}

.cbp_tmicon-phone:before {
  content: "e000";
}

.cbp_tmicon-screen:before {
  content: "e001";
}

.cbp_tmicon-mail:before {
  content: "e002";
}

.cbp_tmicon-earth:before {
  content: "e003";
}

/* Example Media Queries */

@media screen and (max-width: 65.375em) {
  .cbp_tmtimeline>li .cbp_tmtime span:last-child {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 47.2em) {
  .cbp_tmtimeline:before {
    display: none;
  }

  .cbp_tmtimeline>li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }

  .cbp_tmtimeline>li .cbp_tmtime span {
    text-align: left;
  }

  .cbp_tmtimeline>li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 95%;
  }

  .cbp_tmtimeline>li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #3594cb;
    top: -20px;
  }

  .cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #6cbfee;
  }

  .cbp_tmtimeline>li .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: -55px 5px 0 0px;
  }
}

.prontuario {
  width: inherit;
  padding: 0 20px;
}

.complementoPerfil {
  float: right;
  align-items: center;
  vertical-align: center;
  font-size: 40px;
  cursor: pointer;
  margin: 10%;
}

.warning {
  color: #ffc107 !important;
}

.avatar-circle-paciente {
  background-color: #dedede;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  color: #7b7b7b;
  text-transform: uppercase;
}

.avatar-circle-paciente img {
  border-radius: 50%;
  width: 95px;
  height: 95px;
}

md-sidenav {
  height: auto !important;
  font-size: 15px !important;
}

.item-disabled {
  opacity: 0.5 !important;
}

.container-form {
  padding: 20px !important;
}

.align-self {
  align-self: center !important;
}

.color-rose {
  background-color: #f785ac6b;
}

.title-input {
  color: #757575;
  font-size: 15px;
  /* text-transform: uppercase; */
}

span.has-red {
  color: #e91e63;
}

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

.border-bottom {
  border-bottom: 1px solid #dedede;
}

/* bootstrap */

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-danger,
.alert-danger-blink {
  color: #721c24 !important;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-success-blink {
  color: #fff !important;
  background-color: #33cd5f;
  border-color: #33cd5f;
}

.alert-success-blink:hover {
  color: #fff !important;
  background-color: #33cd5f !important;
  border-color: #33cd5f !important;
  animation: none;
}

@keyframes alert-danger-blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

.alert-danger-blink,
.alert-success-blink {
  -webkit-animation: alert-danger-blink 0.75s linear infinite;
  -moz-animation: alert-danger-blink 0.75s linear infinite;
  -ms-animation: alert-danger-blink 0.75s linear infinite;
  -o-animation: alert-danger-blink 0.75s linear infinite;
  animation: alert-danger-blink 0.75s linear infinite;
}

.layout-right {
  float: right !important;
}

.text-footer {
  color: #ccc;
  font-size: 10px;
  text-align: center;
}

.btn-block {
  width: 100%;
}

.min-form-login {
  /* min-width: 400px; */
  background-color: #fafafa !important;
}

.link-blue {
  color: #2196f3;
}

.toolbar-login {
  /* background-image: url('../../images/fundo-toolbar-login.png'); */
  background-color: #fafafa !important;
  background-size: cover;
}

.md-pad {
  padding: 30px !important;
}

/* md-toast.md-error-toast-theme div.md-toast-content {
    color: white !important;
    background-color: red !important;
}

md-toast.md-success-toast-theme div.md-toast-content {
    color: white !important;
    background-color: #0087CB !important;
} */

.input-modelo {
  width: 30%;
  margin-top: 30px;
}

/* CSS Atestado */
.padding-horizontal-50 {
  padding: 0 50px !important;
}

.atestado-on {
  padding: 2px 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  justify-content: space-between !important;
  position: relative;
  padding: 50px;
  width: 421px;
  /* height: 595px; */
  /*595px;*/
  background-color: #fff;
  /* border: 1px solid #000; */
  color: #4c4b4b;
}

.atestado {
  position: relative;
  padding: 50px;
  width: 421px;
  height: 595px;
  /*595px;*/
  background-color: #fff;
  /* border: 1px solid #000; */
  color: #4c4b4b;
}

.atestado-footer img {
  width: 100% !important;
  position: absolute !important;
  left: 0 !important;
  z-index: 0 !important;
}

.atestado-footer p {
  position: absolute !important;
  transform: translate(-50%, -50%) !important;
  left: 50% !important;
  width: 100% !important;
  margin: 0 !important;
}

.atestado .header,
.atestado-on .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  text-align: center;
}

.atestado .header .avatar-clinica,
.atestado-on .header .avatar-clinica {
  width: 200px;
  margin-top: 10px;
}

.atestado .conteudo,
.atestado-on .conteudo {
  position: relative;
  margin-top: 95px;
  font-size: 14px;
}

.atestado .conteudo .title,
.atestado-on .conteudo .title {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
}

.atestado .conteudo .corpo,
.atestado-on .conteudo .corpo {
  text-indent: 50px;
  text-align: justify;
  margin-bottom: 50px;
}

.atestado .conteudo .data,
.atestado-on .conteudo .data {
  text-align: right;
}

.atestado .conteudo .assinatura-medico,
.atestado-on .conteudo .assinatura-medico {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 50px; */
  border-top: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

.atestado .conteudo .assinatura-medico span,
.atestado-on .conteudo .assinatura-medico span {
  font-size: 12px;
  font-weight: 400;
}

.atestado .footer,
.atestado-on .footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #717070;
  height: 70px;
  font-size: 10px;
  background-image: url("../images/footer-atestado.png") !important;
  background-size: cover;
}

/* CSS receituário de controle especial */

.receituario {
  border: 1px solid black;
  position: relative;
  padding: 10px;
  width: 500px;
  height: 680px;
  background-color: #fff;
  font-size: 14px;
}

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

.receituario .sub-header {
  /* width: 100%; */
  display: flex;
  flex-direction: row;
}

.receituario .sub-header .emitente {
  border-collapse: collapse;
  margin: 10px;
  text-align: center;
  width: 60%;
  font-size: 10px;
}

.receituario .sub-header .emitente tr td {
  border: 1px solid black;
}

.receituario .sub-header .vias {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.receituario .body {
  font-size: 12px;
  padding: 20px;
}

.receituario .footer {
  position: absolute;
  bottom: 15px;
  padding: 15px;
}

.no-margin {
  margin: 0px !important;
}

span.prescricao {
  text-indent: 0px;
  text-align: justify;
}

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

.no-width {
  width: 50% !important;
}

.receituario .sub-header .emitente tr td p.ass-date {
  font-size: 10px;
  /* position: absolute;
    bottom: 20px; */
}

.md-table-hp {
  height: 111px;
}

.ass-date span {
  border-top: 1px solid black;
}

.remover-campo {
  position: absolute;
  bottom: 99%;
  left: 95.5%;
  color: #e91e63;
  cursor: pointer;
}

.content-center {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* 
#relatorio h1, #relatorio h2, #relatorio li{
    color: #000;
    margin-bottom: 5px;
    padding: 0;
}
#relatorio ul{
    margin-bottom: 20px;
} */

#relatorio {
  border-radius: 5px;
  overflow: hidden;
}

md-tabs .md-tab.md-active {
  color: #1F5C3F;
}

md-tabs.md-default-theme md-ink-bar,
md-tabs md-ink-bar,
md-nav-bar md-nav-ink-bar {
  color: #a7ca4b;
  background: #a7ca4b;
}

.md-display-2 {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.search-table {
  width: 300px;
}

.btn-rigth {
  float: right;
}

.noField {
  color: rgba(0, 0, 0, 0.5);
  margin: auto;
  width: fit-content;
}

.font-title-abstract {
  font-size: 1.2em !important;
}

.editImage {
  /* display: none; */
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  background-color: #2f2c2c9e;
  width: inherit;
  text-align: center;
  color: white;
  height: fit-content;
  height: 30%;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.avatar-circle-paciente:hover .editImage {
  opacity: 1;
}

.label-input-prontuario {
  color: #000 !important;
  font-size: 20px;
  font-weight: 500;
}

.diplay-dialog {
  min-width: 400px;
  min-height: 260px;
}

.max-width-dialog {
  max-width: 400px;
}

.min-top-content {
  top: 50px !important;
}

.input-dialog {
  background: white;
  border-bottom: 2px solid #c1c1c1;
}

.no-border {
  border: none !important;
}

.md-green {
  background-color: #4caf50 !important;
}

.md-person {
  background-color: #009688 !important;
}

.normal {
  background-color: #009688;
  color: #fff !important;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 5px;
}

.prioridade {
  background-color: #da1111;
  color: #fff !important;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 5px;
}

.capitalize {
  text-transform: capitalize;
}

.alert-success {
  background: #4caf50 !important;
  padding: 10px;
  color: #f5f3f3 !important;
  border-radius: 5px;
  text-align: center;
}

.alert-danger-21 {
  background: #dc3545 !important;
  color: #f5f3f3 !important;
  border-radius: 5px;
  text-align: center;
}

.alert-success md-button md-icon {
  color: #fff !important;
}

.info-senha {
  text-transform: uppercase;
}

.senha-prioridade {
  background-color: #f44336;
  color: #fff;
  padding: 5px;
  border-radius: 10px;
  font-size: 12px;
}

.senha-normal {
  background-color: #00bcd4;
  color: #fff;
  padding: 5px;
  border-radius: 10px;
  font-size: 12px;
}

.div-triagem {
  background: #2196f3;
  color: #fff;
  padding: 2px;
  font-size: 11px;
  text-transform: capitalize;
  width: 100px;
  text-align: center;
  border-radius: 5px;
}

.info-consultas-dashboard {
  background: #fafafa;
  padding: 5px;
  font-weight: 900;
  text-transform: uppercase;
}

.my-chip {
  cursor: default !important;
  border-radius: 16px !important;
  display: block !important;
  height: 28px !important;
  line-height: 32px !important;
  padding: 0 12px !important;
  float: left !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  position: relative !important;
  background: rgb(224, 224, 224) !important;
  color: rgb(66, 66, 66) !important;
  width: fit-content !important;
}

.hora-plano {
  margin-left: -4px !important;
  width: fit-content !important;
  border-left: 0 !important;
  border-radius: 0 5px 5px 0 !important;
  padding: 2px !important;
}

/* The element to apply the animation to */
#localVideo,
#rtcVideo {
  opacity: 0;
  transition: opacity 0.5s linear;
}

.container-video-rtc {
  display: none;
  transition: opacity 0.5s linear;
}

.container-video-rtc-show {
  opacity: 1 !important;
  pointer-events: none;
}

.show-video {
  opacity: 1 !important;
  pointer-events: none;
}

.video-wrapper-local {
  position: absolute;
  width: 20%;
  bottom: 16px;
  right: 16px;
  box-sizing: border-box;
}

.full-screen {
  position: absolute !important;
  opacity: 0;
  transition: opacity, font-size 0.5s linear !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  font-size: 30px !important;
  color: rgba(255, 255, 255, 0.4) !important;
  cursor: pointer;
}

.full-screen:hover {
  opacity: 1 !important;
  font-size: 40px !important;
  border: 0;
}

div:hover+span+div {
  opacity: 1 !important;
}

div:hover+span {
  opacity: 1 !important;
}

div#container-video-rtc-mini:hover+#container-video-rtc-mini div {
  opacity: 1 !important;
}

.stop-call {
  width: 20px;
  height: 20px;
  cursor: pointer;
  bottom: 32px;
  position: absolute;
  left: 50%;
  background-color: #e02041;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease-in !important;
  box-shadow: 0 0 12px #000;
  transform: translate(-50%, -50%) !important;
  user-select: none;
  outline: none;
}

.recall {
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #06d755;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12px #949292;
  user-select: none;
  outline: none;
  margin: auto;
}

/* div:hover + div {
    opacity: 1!important;
} */
.stop-call:hover {
  opacity: 1 !important;
  font-size: 40px !important;
  border: 0;
}

@media (max-width: 600px) {
  #content-videos {
    width: 100% !important;
  }
}

.content-videos {
  width: 60%;
  margin: auto;
}

.secao-finalizada {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.agradecimento-video {
  width: 60%;
}

.agradecimento-video h2 {
  text-align: center;
  color: #0087cb;
}

.agradecimento-video h4 {
  color: #000;
  font-weight: 400;
  text-align: center;
}

.mini-video-player {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 320px;
  display: block;
  z-index: 9999999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chatbox,
#message-form {
  position: absolute;
  bottom: 0px;
}

.message-input {
  margin-top: 10px;
}

.chatbox-container {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  height: 300px;
  border: 1px solid rgba(0, 0, 255, 0.2);
  padding: 10px;
  line-height: 29px;
  overflow: scroll;
}

.nopadding {
  /*padding: 0;*/
}

/*New Chat Styles*/
.item-avatar-right {
  text-align: right !important;
}

.bar.item-input-inset .item-input-wrapper {
  height: 50px;
}

.bubbleLeft {
  max-width: 50%;
  text-align: left;
  position: relative;
  width: fit-content;
  min-height: 40px;
  padding: 2px 10px;
  background-color: rgba(255, 236, 98, 0.51);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px 0 rgba(178, 178, 178, 0.4);
  margin-bottom: 5px;
}

.bubbleLeft:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 7px 20px 7px 0;
  border-color: transparent rgba(255, 236, 98, 0.51);
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -28px;
  /*right: -20px;*/
  right: 100%;
  top: 40px;
}

.bubbleRight {
  max-width: 50%;
  text-align: left;
  position: relative;
  float: right;
  width: fit-content;
  min-height: 40px;
  padding: 2px 10px;
  background: rgba(255, 236, 98, 0.51);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, 0.4);
  margin-bottom: 5px;
}

.bubbleRight p>small {
  margin-right: 5px;
}

.bubbleRight:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 7px 0 7px 20px;
  border-color: transparent rgba(255, 236, 98, 0.51);
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -28px;
  right: -20px;
  top: 40px;
}

/*Merchant*/
.option_icons {
  margin-bottom: 20px;
}

.option_icons .col {
  margin-left: 5px;
  font-size: 14px;
}

.chat-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.chat-list p {
  margin: 10px 5px;
}

iframe#chat-content::-webkit-scrollbar {
  display: none;
}

.cursor-pointer {
  cursor: pointer;
}

.md-whiteframe-z1 {
  box-shadow: none;
}

.md-whiteframe-z1 input {
  height: 26px;
}

.display-flex {
  display: flex !important;
}

.flex-direction-col {
  flex-direction: column !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.md-button.bs-button {
  background-color: #1F5C3F;
  color: white;
}

.md-button.bs-button:hover {
  background-color: #1F5C3F;
  color: white;
}

.md-button.md-default-theme.md-accent,
.md-button.md-accent {
  color: #1F5C3F;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.content-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.filter-from-app-server {
  font-size: 25px !important;
  transition: color 0.5 ease;
  cursor: pointer;
  outline: none;
}

.from-server-icon {
  color: #ddd;
}

.from-app-icon {
  color: #4285f4;
}

.tab-cadastro md-pagination-wrapper {
  width: auto !important;
}

.cancel-check-in .md-button {
  margin: 0;
  width: 100%;
}

.exame-lista {
  background-color: #e2e2e2f7;
  padding: 5px;
  border-radius: 5px;
  margin: 10px 0;
  max-height: 100px;
  overflow: auto;
}

.exame-lista ul {
  list-style: none;
  margin: 0;
  padding: 5px;
}

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

#cancel-icon-exame {
  cursor: pointer;
  color: #1F5C3F;
}

#cancel-icon-exame:hover {
  opacity: 50%;
}

.filtros-21-item {
  width: fit-content;
  padding: 5px;
}

.filtros-21-item md-button {
  margin: 0 0 8px 0 !important;
  width: 100% !important;
}

.progressCirculardemoBasicUsage body {
  padding: 20px;
}

.progressCirculardemoBasicUsage h4 {
  margin: 10px 0;
}

.progressCirculardemoBasicUsage md-progress-circular {
  margin-bottom: 20px;
}

.progressCirculardemoBasicUsage #loaders>md-switch {
  margin: 0;
  margin-left: 10px;
  margin-top: -10px;
}

.progressCirculardemoBasicUsage #loaders>h5 {
  margin-top: 0;
}

.progressCirculardemoBasicUsage #loaders>p {
  margin-right: 20px;
  margin-bottom: 24px;
}

.progressCirculardemoBasicUsage p.small {
  font-size: 0.8em;
  margin-top: -18px;
}

.progressCirculardemoBasicUsage hr {
  width: 100%;
  margin-top: 20px;
  border-color: rgba(221, 221, 177, 0.1);
}

.progressCirculardemoBasicUsage p.small>code {
  font-size: 0.8em;
}

.progressCirculardemoBasicUsage .visible {
  border-color: rgba(221, 221, 177, 0);
}

.historico-container {
  width: 100%;
  height: auto;
  display: block;
  background-color: white;
  margin: 30px auto 30px auto;
}

.historico-titulo {
  width: 80%;
  display: table;
  margin: 20px auto;
  position: relative;
  top: 20px;
  background-color: transparent;
}

.historico-titulo h1 {
  width: 50%;
  display: table-cell;
  justify-content: left;
  vertical-align: middle;
  color: #0087cb;
}

.historico-titulo .historico-print-container {
  width: 50%;
  display: table-cell;
  justify-content: right;
  vertical-align: middle;
}

.bolinha-da-impressora {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #1F5C3F !important;
  margin-left: 60%;
  min-width: 10px;
}

.bolinha-da-impressora md-icon {
  display: block;
  top: 7px;
  margin: auto;
  color: white;
}

.div-legenda {
  position: relative;
  width: 350px;
  height: 38px;
  top: 10px;
}

.historico-nome {
  width: 80%;
  display: table;
  margin: 20px auto;
  position: relative;
  top: 20px;
  background-color: transparent;
}

.historico-nome h2 {
  color: #0087cb;
  margin: 0;
}

.historico-dados {
  width: 80%;
  height: 175px;
  display: table;
  margin: 20px auto;
  position: relative;
  top: 20px;
  background-color: transparent;
}

.historico-dados-foto {
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  height: 100%;
}

.bolinha-da-foto {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #0087cb;
}

.historico-dados-tabela {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.historico-do-paciente {
  color: #0087cb;
}

/* Ana */
.historico-timeline {
  width: 100%;
  display: table;
  margin: 20px auto;
  position: relative;
  top: 20px;
}

.historico-timeline:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #0087cb;
  position: absolute;
  bottom: -12px;
  left: 0;
}

.historico-timeline-dataehora {
  width: 10%;
  display: table-cell;
  text-align: center;
}

.historico-timeline-data {
  color: #0087cb;
}

.historico-timeline-hora {
  color: #0087cb;
  font-weight: bolder;
  font-size: 30px;
}

.historico-timeline-dados {
  width: 90%;
  display: table-cell;
  padding: 0 20px;
}

.historico-timeline-dados-titulo {
  color: #0087cb;
}

.historico-timeline-dados-antigo {
  padding: 0;
}

.historico-timeline-dados-antigo-texto {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
}

.historico-timeline-anamnese {
  text-align: left;
  background-color: transparent;
}

.historico-timeline-anamnese h3 {
  color: #0087cb;
}

.historico-timeline-anamnese ul {
  list-style: none;
}

.historico-timeline-exame {
  text-align: left;
  background-color: transparent;
}

.historico-timeline-exame h3 {
  color: #0087cb;
}

.historico-timeline-exame ul {
  list-style: none;
}

.historico-timeline-solicitacoes {
  text-align: left;
  background-color: transparent;
}

.historico-timeline-solicitacoes h3 {
  color: #0087cb;
}

.historico-timeline-solicitacoes ul {
  list-style: none;
}

.historico-timeline-resultados {
  text-align: left;
  background-color: transparent;
}

.historico-timeline-resultados h3 {
  color: #0087cb;
}

.historico-timeline-resultados ul {
  list-style: none;
}

.historico-timeline-diagnostico {
  text-align: left;
  background-color: transparent;
}

.historico-timeline-diagnostico h3 {
  color: #0087cb;
}

.historico-timeline-diagnostico ul {
  list-style: none;
}

.historico-timeline-prescricoes {
  text-align: left;
  background-color: transparent;
}

.historico-timeline-prescricoes h3 {
  color: #0087cb;
}

.historico-timeline-prescricoes ul {
  list-style: none;
}

.historico-timeline-condutas {
  text-align: left;
  background-color: transparent;
}

.historico-timeline-condutas h3 {
  color: #0087cb;
}

.historico-timeline-condutas ul {
  list-style: none;
}

.alert-success-opacity {
  display: flex;
  background-color: rgb(76 175 80 / 56%) !important;
  justify-content: center;
  padding: 10px;
  color: #f5f3f3 !important;
  border-radius: 0 0 5px 5px;
  text-align: center;
}

.indices-corporais-inputs {
  /* background-color: aliceblue; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 12px 0 12px;
  border-radius: 16px;
}

.add-bolinha {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #1F5C3F !important;
  min-width: 10px;
}

.add-bolinha md-icon {
  display: block;
  top: 7px;
  margin: auto;
  color: white;
}

.remove-bolinha {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #cb0000 !important;
  min-width: 10px;
}

.remove-bolinha md-icon {
  display: block;
  top: 7px;
  margin: auto;
  color: white;
}

/* Ter-Saúde */

@media (max-width: 800px) {
  .container-form.ter-saude-form {
    width: 100% !important;
  }
}

md-checkbox.md-checked.green .md-icon {
  background-color: #1F5C3F;
}

md-checkbox.md-default-theme.md-checked .md-icon,
md-checkbox.md-checked .md-icon {
  background-color: #1F5C3F;
}

/* Odontograma */

.odontograma {
  /* background-color: red; */
  margin: 0 auto 0 auto;
  width: 70%;
}

.dentes-superiores {
  /* background-color: blue; */
  display: flex;
  justify-content: space-evenly;
}

.dente-superior-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dente-superior-div:hover {
  transform: translateY(-10px);
}

.dentes-inferiores {
  /* background-color: yellow; */
  display: flex;
  justify-content: space-evenly;
}

.dente-inferior-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dente-inferior-div:hover {
  transform: translateY(10px);
}

.denteImg-label {
  color: #000 !important;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

/* Fim Odontograma */