@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i);
.button {
  text-decoration: none;
  padding: 13px 40px;
  border-radius: 50px;
  border-width: 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  -webkit-box-shadow: 0,3,5 #000;
  box-shadow: 0,3,5 #000;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
  font-weight: 600;
  position: relative; }
  .button.white {
    background: #fff;
    color: #5dd0fb; }
  .button.small {
    padding: 1em; }
  .button:focus {
    outline: none !important; }

.button-regular {
  padding: 13px 40px;
  border-radius: 50px; }
  .button-regular .progressPosition {
    top: 14px !important;
    left: 18px !important; }

.button-large {
  padding: 0.9em 5em;
  border-radius: 50px;
  font-size: 16px; }
  .button-large .progressPosition {
    top: 16px !important;
    left: 20px !important; }

.button-small {
  padding: 6px 18px;
  border-radius: 30px;
  height: 30px !important; }
  .button-small .progressPosition {
    top: 9px !important;
    left: 14px !important; }

.primary {
  background: #00bbd4;
  color: #fff; }

.secondary {
  background: #6BA9FF;
  color: #fff; }

.disabled {
  background: #bbb;
  color: #666; }

.disabledTitle {
  color: #6398a8; }

.progressPosition {
  position: absolute; }

.requesting .MuiCircularProgress-root {
  animation: none !important;
  top: 16px;
  left: 0; }

.menu {
  list-style: none;
  margin-top: 2em;
  padding: 0; }
  .menu li a {
    padding: 20px;
    text-decoration: none;
    color: #fff;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    display: block;
    border-left: 5px solid transparent; }
    .menu li a:hover {
      border-left: 5px solid #00BBD4;
      background: #2D3D53; }
  .menu li .spacer {
    padding-left: 44px !important; }
  .menu .divider {
    margin: 2em 0; }

.active {
  border-left: 5px solid #00BBD4 !important;
  background: #2D3D53; }

@media (max-width: 540px) {
  .menu li a {
    text-align: center; }
    .menu li a .outer-wrapper {
      display: none; } }

@media (max-width: 970px) {
  .menu li a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }


.ad {
  background: url(/static/bg-login.png);
  padding: 2em;
  color: #fbfbfb; }
  .ad * {
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important; }
  .ad .title {
    margin-top: 3em;
    margin-bottom: 1em;
    width: 70%; }
  .ad .testemonial {
    color: #fbfbfb;
    display: inline-block;
    font-size: 19px;
    line-height: 25px;
    width: 80%;
    margin-bottom: 1.5em; }
  .ad .testemonialUser {
    font-style: italic; }

.headerLogo {
  background: #2D3D53;
  padding: 1em 0; }

.score {
  color: #232c42;
  font-size: 13px;
  font-weight: 600;
  margin: 20px 0;
  opacity: .82; }

.identifier {
  margin: 0 1em !important; }
  .identifier .clinicName {
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    font-size: 11px !important;
    color: #666; }
  .identifier .userName {
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #232c42;
    opacity: .79; }

.pickClinicName {
  font-size: 12px !important; }

.appbar {
  height: 64px;
  background: #fff !important;
  margin-bottom: 3em;
  padding: 0 2em;
  align-items: flex-end;
  justify-content: center;
  z-index: 990 !important; }
  .appbar .avatar {
    width: 30px;
    height: 30px; }

.content {
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 8em; }
  .content .contentTitle {
    font-size: 24px;
    color: #232c42;
    opacity: .79;
    font-weight: 600;
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  .content .contentSubtitle {
    font-size: 15px;
    color: #989eb0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin-top: 0.3em;
    max-width: 60%; }
  .content .contentChildren {
    margin-top: 2em; }

.sidebar {
  background: #35455A;
  z-index: 1000; }

.changeClinicButton {
  padding: 0;
  color: #888;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 11px;
  border: none;
  cursor: pointer; }
  .changeClinicButton:focus {
    outline: none !important; }

.logoutButton {
  color: #888;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  border: none;
  cursor: pointer; }
  .logoutButton:focus {
    outline: none !important; }

.MuiAppBar-positionFixed button {
  background: none !important; }

.modal-exit .MuiDialog-container .MuiDialog-paper {
  padding: 4em 6em; }
  .modal-exit .MuiDialog-container .MuiDialog-paper .MuiDialogActions-spacing {
    flex-direction: column; }
    .modal-exit .MuiDialog-container .MuiDialog-paper .MuiDialogActions-spacing button {
      margin-left: 0; }
      .modal-exit .MuiDialog-container .MuiDialog-paper .MuiDialogActions-spacing button:first-child {
        background-color: #6996ad;
        margin-bottom: 0.6em; }

.containerLogin .loginTitle {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  color: #232c42;
  font-size: 24px !important;
  opacity: .79;
  font-weight: 600 !important;
  margin-bottom: 0.7em !important;
  margin-top: 7em !important; }

.containerLogin .resetTitle {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  color: #232c42;
  font-size: 24px !important;
  opacity: .79;
  font-weight: 600 !important;
  margin-bottom: 0.7em !important;
  margin-top: 2em !important; }

.containerLogin .loginSubtitle {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  color: #989eb0;
  margin-bottom: 4em !important; }

.containerLogin .resetSubtitle {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  color: #989eb0;
  margin-bottom: 1.6em !important; }

.containerLogin .loginError {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 1em 0;
  color: rgba(212, 0, 0, 0.46); }

.containerLogin .fullPage {
  height: calc(100vh); }

.containerLogin .loginColumn {
  padding: 2em; }

.containerLogin .rowFull {
  height: 100%; }

.containerLogin .forgotPassword {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  color: #989eb0;
  font-size: 13px;
  text-decoration: none; }

.containerLogin .goBackLogin {
  color: #82D3E2;
  font-weight: 600;
  text-decoration: none; }
  .containerLogin .goBackLogin:hover {
    text-decoration: underline; }

.containerLogin .loginButton {
  text-align: center;
  margin: 3em 0; }

@media (max-width: 768px) {
  .containerLogin .ad {
    display: none; } }

.cardContainer {
  padding: 20px;
  border: 1px solid #ddd;
  transition: 0.5s; }
  .cardContainer:hover {
    box-shadow: 0px 3px 42px rgba(0, 0, 0, 0.07); }
  .cardContainer svg {
    margin-right: 5px;
    color: #d5d7da; }

.lightBlue {
  background-color: #5dd0fb !important; }
  .lightBlue .cardTitle {
    color: #ffffff; }

.cardTitle {
  font-family: "Open Sans";
  font-size: 17px;
  color: #232c42;
  opacity: .81;
  font-weight: 600 !important;
  padding: 0;
  margin: 0; }

.wrapperCard .MuiPaper-elevation1 {
  box-shadow: none !important; }

.wrapperSelect {
  display: flex;
  align-items: center; }
  .wrapperSelect .label {
    font-size: 12px;
    color: #232c42;
    opacity: .57;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 14px; }
  .wrapperSelect .containerButtonSelect {
    display: flex;
    align-items: center;
    cursor: pointer; }
    .wrapperSelect .containerButtonSelect .select {
      cursor: pointer;
      padding: 0 3px;
      border: none;
      display: inline-block;
      outline: 0;
      background: rgba(152, 158, 176, 0.07);
      min-width: 80px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      border-radius: 20px;
      position: relative;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-right: 10px;
      font-size: 12px;
      font-weight: 600;
      color: #8d929e; }
      .wrapperSelect .containerButtonSelect .select.select-card {
        background: none;
        width: initial; }
      .wrapperSelect .containerButtonSelect .select.lg {
        min-width: 80px;
        width: 100%;
        padding: 0 1em; }

.cssItem {
  font-size: 12px; }

.attendanceResume {
  border: 1px solid #ccc;
  padding: 1em; }

.anamneseCenter {
  text-align: center;
  margin-top: 2em; }

.medicalRecordTable {
  margin-bottom: 1em !important; }
  .medicalRecordTable .header {
    margin-bottom: 0.5em; }
  .medicalRecordTable button {
    cursor: pointer;
    background: transparent;
    padding: 2px 5px;
    color: #35455A; }
  .medicalRecordTable .commands {
    text-align: right; }
    .medicalRecordTable .commands .btnAdd {
      font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
      border-top: none !important;
      border-left: none !important;
      border-right: none !important;
      border-bottom: 1px solid #35455A; }
      .medicalRecordTable .commands .btnAdd:focus {
        outline: none !important; }
      .medicalRecordTable .commands .btnAdd:hover {
        background: #e5e9f2; }
      .medicalRecordTable .commands .btnAdd .icon {
        margin-right: 8px; }
  .medicalRecordTable table {
    border: 1px solid #e5e9f2; }
    .medicalRecordTable table .itemCommand {
      width: 40px; }
    .medicalRecordTable table tr:hover {
      background: #FAFAFA; }

.modalCid .MuiDialogTitle-root {
  padding: 8px 10px 7px 10px !important;
  border-bottom: 1px solid #ccc;
  background: #f2f2f2; }
  .modalCid .MuiDialogTitle-root h6 {
    font-size: 1.4em; }

.modalCid .dismissButton {
  margin-right: 5px; }

.modalCid .smallInput {
  padding: 6px;
  font-size: 11px;
  min-height: auto;
  margin-bottom: 10px; }

.modalCid .MuiDialogContent-root .MuiTypography-caption {
  margin: 10px 0;
  display: block; }

.modalCid .MuiDialogContent-root .commonDiseases {
  display: flex;
  width: 600px;
  flex-wrap: wrap; }
  .modalCid .MuiDialogContent-root .commonDiseases .MuiChip-root {
    margin: 0 8px 8px 0; }

.modalCid .MuiDialogContent-root .itemCid {
  padding: 0.5em 3em 0.8em 0.5em;
  position: relative;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .modalCid .MuiDialogContent-root .itemCid .MuiChip-root {
    margin: 0 8px 8px 0; }
  .modalCid .MuiDialogContent-root .itemCid .MuiTypography-subtitle2 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    width: 100%; }
  .modalCid .MuiDialogContent-root .itemCid .button-delete {
    position: absolute;
    top: 40%;
    right: 9px;
    background: transparent; }
  .modalCid .MuiDialogContent-root .itemCid input {
    padding: 6px;
    font-size: 11px;
    min-height: auto; }
  .modalCid .MuiDialogContent-root .itemCid:hover {
    border: 1px solid #e7e7e7;
    background: #f2f2f2; }

.modalCid .MuiDialogActions-root {
  border-top: 1px solid #f2f2f2;
  padding: 10px; }

.item-container .item-container-header {
  margin-bottom: 8px !important; }
  .item-container .item-container-header h6 {
    font-weight: 600;
    margin-bottom: 0px !important; }

.item-container-1x {
  margin-bottom: 1em; }

.item-container-2x {
  margin-bottom: 2em; }

.item-divider {
  border-bottom: 1px dashed #ccc; }

.MuiDivider-root {
  margin: 1em 0; }

.prescriptionToggleIcon {
  position: relative;
  top: 5px;
  left: 3px;
  float: left;
  margin-right: 10px; }

.pickedItems {
  border-top: 1px solid #e5e9f2;
  border-left: 1px solid #e5e9f2;
  border-right: 1px solid #e5e9f2;
  margin-top: 1em;
  position: relative; }
  .pickedItems .item {
    font-weight: 600;
    border-bottom: 1px solid #e5e9f2;
    position: relative;
    padding: 0.5em; }
    .pickedItems .item:hover {
      background: #e5e9f2; }
    .pickedItems .item .button-delete {
      position: absolute;
      top: 11px;
      right: 3px;
      background: transparent; }
      .pickedItems .item .button-delete .icon {
        color: #880000; }

.modalDialogRow {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.recommendations {
  width: 800px; }

.containerScroll {
  margin-top: 1em;
  height: 300px;
  overflow: scroll; }

.titleHeader {
  color: #35455A;
  font-size: 1.2em !important;
  font-weight: 600 !important;
  border-bottom: 1px dotted #989eb0;
  padding-bottom: 0.2em;
  margin: 1em 0 1.2em 0 !important; }

.titleItem {
  color: #35455A;
  font-size: 1.1em !important;
  font-weight: 600 !important; }

.radio {
  margin: 1em 0; }
  .radio h6 {
    font-weight: 600; }
  .radio .MuiFormControlLabel-root {
    margin: 4px 20px 0 0 !important; }
    .radio .MuiFormControlLabel-root .MuiFormControlLabel-label {
      color: black !important;
      font-size: 14px; }
  .radio .MuiSvgIcon-root {
    fill: #35455A; }
  .radio .MuiIconButton-root {
    padding: 0 !important;
    margin-right: 10px; }
  .radio label {
    color: #35455A; }

.navigationCommands .loading {
  padding-top: 6px !important; }
  .navigationCommands .loading .MuiCircularProgress-root {
    animation: none !important;
    position: relative;
    top: 6px;
    left: 0; }
  .navigationCommands .loading .loadingIcon {
    margin-right: 8px; }

.navigationCommands .disabled .icon {
  color: #989eb0 !important; }

.drug .drugName {
  font-weight: 600;
  font-size: 15px; }

.drug .drugComposition {
  margin-top: 4px; }

.drug .forbidden .drugName {
  font-weight: 600;
  color: #880000; }

.drug .drugAlergic {
  color: #880000;
  font-size: 14px;
  margin-top: 4px;
  font-weight: 600; }
  .drug .drugAlergic svg {
    margin-right: 8px; }

.table .containerImage {
  display: flex;
  align-items: center; }
  .table .containerImage .image {
    border-radius: 100%;
    width: 37px;
    height: 37px;
    margin-right: 20px; }

.table .tableHead {
  background-color: #f7f7f8; }
  .table .tableHead .tableHeadItem {
    font-weight: 600; }

.table .tableBody {
  background-color: #ffffff; }
  .table .tableBody .tableBodyItem {
    color: #636363;
    font-size: 12px;
    font-weight: 600; }
    .table .tableBody .tableBodyItem .text {
      opacity: 0.8; }
    .table .tableBody .tableBodyItem .confirmed {
      color: #73d890;
      opacity: 0.8; }
    .table .tableBody .tableBodyItem .pending {
      color: #F9B746;
      opacity: 0.8; }
    .table .tableBody .tableBodyItem .canceled {
      color: #FF7374;
      opacity: 0.8; }

.table .tableRowItem {
  cursor: pointer; }

.table.hover .tableRowItem:hover {
  background-color: #f7f7f8; }

.table.normal .MuiTableCell-root.MuiTableCell-alignCenter {
  text-align: center; }

.table.normal .MuiTableCell-head {
  line-height: initial !important; }

.table.small {
  border: none; }
  .table.small .tableHead {
    background: none; }
  .table.small .MuiTableCell-root {
    padding: 0.5em !important;
    font-size: 10px;
    border: 1px solid #ffffff;
    background-color: #fdfefe; }

.table .command {
  width: 100px; }

.pointer {
  cursor: pointer; }

.activeRow {
  position: relative; }
  .activeRow:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    background-color: #00bbd4;
    height: 100%; }

.containerAppointmentCard {
  color: #6b7180; }
  .containerAppointmentCard .schedules {
    text-align: center;
    position: relative; }
    .containerAppointmentCard .schedules .appointmentNumber {
      color: #6b7180;
      font-weight: 700;
      font-size: 35px; }
    .containerAppointmentCard .schedules .appointment {
      font-weight: 900;
      color: #9195a0;
      font-size: 10px;
      margin: 0 10px;
      text-transform: uppercase; }
    .containerAppointmentCard .schedules .content-chart {
      position: absolute;
      top: 23%;
      left: 0;
      right: 0; }
      .containerAppointmentCard .schedules .content-chart img {
        height: 40px; }

.containerTutorial .description {
  color: #ffffff;
  margin-top: 1rem;
  font-size: 15px;
  font-weight: 400; }

.containerTutorial img {
  max-width: 100%; }

.containerTutorial .list {
  margin: 1rem auto;
  list-style-position: inside;
  list-style: none; }
  .containerTutorial .list li {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5em; }
    .containerTutorial .list li::before {
      color: #36AFDC;
      content: "\2022";
      font-size: 2em;
      padding-right: 5px;
      position: relative;
      top: 0em;
      /* use em or % */ }

.containerTutorial .link {
  color: #232c42;
  font-weight: 600;
  text-decoration: none;
  opacity: .39;
  font-size: 12px; }

.containerChart {
  margin-top: 2em; }
  .containerChart .custom-tooltip {
    background-color: #384355;
    color: #e6ebf6;
    padding: 1em;
    border-radius: 5px; }

.status {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 30px; }
  .status .icon {
    position: relative;
    top: 1px;
    margin-right: 6px; }
  .status .return {
    color: #35455A;
    font-size: 0.8em;
    margin-top: 4px; }
  .status span {
    font-weight: 600;
    font-size: 13px; }
  .status .scheduled {
    color: #fac66e; }
    .status .scheduled .icon {
      color: #fac66e; }
  .status .confirmed {
    color: #73d890; }
    .status .confirmed .icon {
      color: #73d890; }
  .status .cancelled {
    color: #E70000; }
    .status .cancelled .icon {
      color: #E70000; }
  .status .waitingForPatientConfirmation {
    color: #fac66e; }
    .status .waitingForPatientConfirmation .icon {
      color: #fac66e; }
  .status .preSchedule {
    color: #fac66e; }
    .status .preSchedule .icon {
      color: #fac66e; }
  .status .waitingPayment {
    color: #35455A; }
    .status .waitingPayment .icon {
      color: #35455A; }
  .status .concluded,
  .status .refunded {
    color: #20A392; }
    .status .concluded .icon,
    .status .refunded .icon {
      color: #20A392; }
  .status .checkedin {
    color: #00bbd4; }
    .status .checkedin .icon {
      color: #00bbd4; }
  .status .remarked {
    color: #8a6d3b; }
    .status .remarked .icon {
      color: #8a6d3b; }
  .status .budget {
    color: #e28a06; }
    .status .budget .icon {
      color: #e28a06; }

/* DayPicker styles */

.DayPicker {
  display: inline-block;
  font-size: 1rem;
}

.DayPicker-wrapper {
  position: relative;

  flex-direction: row;
  padding-bottom: 1em;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;
}

.DayPicker-Months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.DayPicker-Month {
  display: table;
  margin: 0 1em;
  margin-top: 1em;
  border-spacing: 0;
  border-collapse: collapse;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;
}

.DayPicker-NavBar {
}

.DayPicker-NavButton {
  position: absolute;
  top: 1em;
  right: 1.5em;
  left: auto;

  display: inline-block;
  margin-top: 2px;
  width: 1.25em;
  height: 1.25em;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  color: #8B9898;
  cursor: pointer;
}

.DayPicker-NavButton:hover {
  opacity: 0.8;
}

.DayPicker-NavButton--prev {
  margin-right: 1.5em;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC');
}

.DayPicker-NavButton--next {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==');
}

.DayPicker-NavButton--interactionDisabled {
  display: none;
}

.DayPicker-Caption {
  display: table-caption;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  text-align: left;
}

.DayPicker-Caption > div {
  font-weight: 500;
  font-size: 1.15em;
}

.DayPicker-Weekdays {
  display: table-header-group;
  margin-top: 1em;
}

.DayPicker-WeekdaysRow {
  display: table-row;
}

.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5em;
  color: #8B9898;
  text-align: center;
  font-size: 0.875em;
}

.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.DayPicker-Body {
  display: table-row-group;
}

.DayPicker-Week {
  display: table-row;
}

.DayPicker-Day {
  display: table-cell;
  padding: 0.5em;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5em;
  min-width: 1em;
  border-right: 1px solid #EAECEC;
  color: #8B9898;
  vertical-align: middle;
  text-align: right;
  font-size: 0.75em;
  cursor: pointer;
}

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}

.DayPicker-Footer {
  padding-top: 0.5em;
}

.DayPicker-TodayButton {
  border: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #4A90E2;
  font-size: 0.875em;
  cursor: pointer;
}

/* Default modifiers */

.DayPicker-Day--today {
  color: #D0021B;
  font-weight: 700;
}

.DayPicker-Day--outside {
  color: #8B9898;
  cursor: default;
}

.DayPicker-Day--disabled {
  color: #DCE0E0;
  cursor: default;
  /* background-color: #eff1f1; */
}

/* Example modifiers */

.DayPicker-Day--sunday {
  background-color: #F7F8F8;
}

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #DCE0E0;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;

  background-color: #4A90E2;
  color: #F0F8FF;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #51A0FA;
}

.DayPicker:not(.DayPicker--interactionDisabled)
  .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #F0F8FF;
}

/* DayPickerInput */

.DayPickerInput {
  display: inline-block;
}

.DayPickerInput-OverlayWrapper {
  position: relative;
}

.DayPickerInput-Overlay {
  position: absolute;
  left: 0;
  z-index: 1;

  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.containerDatePicker {
  background-color: #ffffff;
  border-radius: 4px; }
  .containerDatePicker .DayPicker {
    width: 100%; }
  .containerDatePicker .DayPicker-wrapper {
    outline: none; }
  .containerDatePicker .DayPicker-Month {
    width: 100%;
    margin: 0; }
  .containerDatePicker.small .DayPicker-Weekday {
    font-size: 10px;
    padding: 0.4em; }
  .containerDatePicker.small .DayPicker-Day {
    font-size: 12px; }
  .containerDatePicker.small .DayPicker-Caption {
    padding: 1em;
    font-size: 14px;
    border-radius: 5px 5px 0 0; }
  .containerDatePicker.small .DayPicker-Day--today {
    height: 2.5em;
    width: 2.5em; }
  .containerDatePicker.small .iconArrowLeft {
    top: 1.5em; }
  .containerDatePicker.small .iconArrowRight {
    top: 1.5em; }
  .containerDatePicker .DayPicker-Weekday {
    color: #232C42;
    font-weight: bold; }
  .containerDatePicker .DayPicker-Caption {
    padding: 1em;
    background-color: #35C9DD;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 5px 5px 0 0; }
  .containerDatePicker .DayPicker-NavBar {
    position: relative; }
  .containerDatePicker .DayPicker-Day--today .date,
  .containerDatePicker .DayPicker-Day--selected .date {
    background-color: #35C9DD;
    border: 2px solid #35C9DD;
    color: #fff;
    border-radius: 50%;
    height: 2.5em;
    width: 2.5em;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    .containerDatePicker .DayPicker-Day--today .date:hover,
    .containerDatePicker .DayPicker-Day--selected .date:hover {
      background: #35C9DD !important;
      color: #ffffff !important; }
  .containerDatePicker .DayPicker-Day--today .date {
    background: none;
    color: #35C9DD; }
  .containerDatePicker .iconArrowLeft {
    position: absolute;
    left: 6px;
    top: 0.3em;
    cursor: pointer; }
    .containerDatePicker .iconArrowLeft svg {
      color: white; }
  .containerDatePicker .iconArrowRight {
    position: absolute;
    right: 6px;
    top: 0.3em;
    cursor: pointer; }
    .containerDatePicker .iconArrowRight svg {
      color: white; }
  .containerDatePicker .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
    background: none; }
  .containerDatePicker .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
    background: none; }
  .containerDatePicker .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
    background: none; }
  .containerDatePicker .DayPicker-Day {
    outline: none; }

.titleIcon {
  padding: 0.5em;
  border: 1px solid #e5e9f2;
  text-align: center; }

.hour .title {
  padding: 15px 0;
  background-color: #00bbd4;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border-radius: 8px 8px 0 0;
  font-size: 1.4em; }

.hour .hours .item {
  padding: 0.5em 1em;
  margin: 0.5em;
  cursor: pointer; }

.hour .hours .freeHour {
  border: 2px solid #00bbd4;
  border-radius: 20px; }
  .hour .hours .freeHour:hover {
    background-color: #00bbd4;
    color: white; }

.reschedule .freeDay {
  border: 2px solid #00bbd4;
  border-radius: 50%;
  height: 2.5em;
  width: 2.5em;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  .reschedule .freeDay:hover {
    background-color: #00bbd4;
    color: white; }

.schedule-view .hour {
  width: 600px; }

.schedule-view .MuiDialogContent-root {
  padding: 0 1.5em !important; }

.schedule-view .MuiChip-root {
  margin-right: 10px;
  margin-bottom: 10px;
  border: 2px solid #00bbd4; }

.schedule-view .selected {
  background: #00bbd4 !important;
  color: white !important; }
  .schedule-view .selected:hover {
    background: #00bbd4 !important; }

.schedule-view .unselected {
  background: transparent !important; }

.schedule {
  width: 800px; }
  .schedule .selected {
    margin-right: 10px;
    background: #00bbd4 !important;
    border: 2px solid #00bbd4;
    color: white !important; }
    .schedule .selected:hover {
      background: #00bbd4 !important; }
  .schedule .unselected {
    margin-right: 10px;
    border: 2px solid #00bbd4;
    background: transparent !important; }

.MuiDialogContent-root .modalContent {
  padding: 2em 1em; }
  .MuiDialogContent-root .modalContent .title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 1em; }
  .MuiDialogContent-root .modalContent hr {
    width: 5%;
    height: 4px;
    border: none;
    background-color: #f44336;
    margin: 2em auto; }
  .MuiDialogContent-root .modalContent .hrSuccess {
    background-color: #00bbd4 !important; }
  .MuiDialogContent-root .modalContent input {
    margin-bottom: 2em; }
  .MuiDialogContent-root .modalContent .description {
    text-align: center;
    margin-bottom: 1em; }
  .MuiDialogContent-root .modalContent .buttons .text-center {
    text-align: center; }
    .MuiDialogContent-root .modalContent .buttons .text-center:first-child {
      margin-bottom: 1em; }
  .MuiDialogContent-root .modalContent .buttons button {
    border-radius: 2px !important; }
  .MuiDialogContent-root .modalContent .buttons .buttonColoredCancel {
    background-color: #f44336; }
  .MuiDialogContent-root .modalContent .buttons .buttonColoredSuccess {
    background-color: #00bbd4; }
  .MuiDialogContent-root .modalContent .buttons .buttonCancel {
    background: none;
    color: #232C42; }
    .MuiDialogContent-root .modalContent .buttons .buttonCancel:hover {
      background-color: #cdcdcd; }

.Reagendar .MuiPaper-root.MuiDialog-paperScrollPaper {
  height: 100% !important;
  max-height: initial !important;
  margin: 0 !important;
  width: 80% !important; }

.MuiDialogContent-root {
  padding: 1em 3em !important; }

.containerPatientsCard .container-table {
  margin-top: 20px; }

.containerPatientsCard .links {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5em; }
  .containerPatientsCard .links .link {
    color: #232C42;
    opacity: 0.5;
    text-decoration: none;
    font-size: 12px; }
  .containerPatientsCard .links .pipe {
    margin: 0 6px; }

.containerPatientsCard .margin {
  margin: 1em auto; }

.container-pagination {
  list-style-type: none; }
  .container-pagination li {
    margin: 0.5em;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #232C42;
    opacity: 0.6;
    font-weight: 600;
    cursor: pointer; }
    .container-pagination li.selected {
      background-color: #00BBD4;
      color: #ffffff; }
  .container-pagination .previous,
  .container-pagination .next {
    background: none !important;
    outline: none; }

.containerHelpCard .description {
  margin-top: 20px;
  font-size: 13px;
  color: #989eb0; }

.containerHelpCard .containerButton {
  margin-top: 20px;
  text-align: center;
  display: flex; }

.containerFilterSearch {
  margin: 2em auto 4em; }

.containerSearch {
  position: relative;
  display: flex; }
  .containerSearch .input {
    min-height: 100% !important;
    background-color: #fff;
    border: 2px solid #e5e9f2 !important;
    color: #000;
    outline: 0;
    border-radius: 50px !important;
    transition: .5s;
    width: 100%; }
    .containerSearch .input:hover, .containerSearch .input:focus {
      border-color: #00bbd4 !important; }
  .containerSearch .icon {
    position: absolute;
    color: #CBD0DA; }
  .containerSearch .clearIcon {
    position: absolute;
    color: #CBD0DA;
    right: 10px;
    top: 6px; }
  .containerSearch .default {
    width: 100%;
    z-index: 15; }
    .containerSearch .default .input {
      font-size: 14px !important;
      padding: 10px 10px 10px 50px !important; }
    .containerSearch .default .icon {
      left: 16px;
      top: 26%; }
  .containerSearch .small {
    width: 100%;
    z-index: 15; }
    .containerSearch .small .input {
      height: 32px !important;
      font-size: 12px !important;
      padding: 11px 10px 10px 30px !important; }
    .containerSearch .small .icon {
      left: 8px;
      top: 5px; }

.autocomplete {
  position: relative; }
  .autocomplete .containerSearch .icon {
    z-index: 15; }
  .autocomplete .containerSearch .input {
    z-index: 10; }
  .autocomplete .content {
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #e5e9f2;
    border-left: 2px solid #e5e9f2;
    border-right: 2px solid #e5e9f2;
    padding: 2.2em 1em 1em 1em;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #fff;
    visibility: hidden; }
  .autocomplete:hover .content {
    border-bottom-color: #00bbd4;
    border-left-color: #00bbd4;
    border-right-color: #00bbd4;
    visibility: visible; }
  .autocomplete:hover .containerSearch .small .input {
    border-color: #00bbd4; }

.containerGoalCard .description {
  font-size: 13px;
  color: #989eb0;
  margin: 1em auto; }

.containerGoalCard .schedules {
  text-align: center;
  position: relative; }
  .containerGoalCard .schedules .appointmentNumber {
    color: #6b7180;
    font-weight: 700;
    font-size: 35px; }
  .containerGoalCard .schedules .appointment {
    font-weight: 900;
    color: #9195a0;
    font-size: 10px;
    margin: 0 10px;
    text-transform: uppercase; }
  .containerGoalCard .schedules .content-chart {
    position: absolute;
    top: 23%;
    left: 0;
    right: 0; }
    .containerGoalCard .schedules .content-chart img {
      height: 40px; }

.containerRegisteredPatientsCard .registers {
  color: #00bbd4;
  font-size: 75px;
  font-weight: 900;
  opacity: .67; }

.containerRegisteredPatientsCard .description {
  color: #232c42;
  font-size: 10px;
  font-weight: 900;
  margin: 2em 0;
  opacity: .56;
  text-transform: uppercase; }

.containerRegisteredPatientsCard .icons {
  margin: 1em;
  color: #989eb0; }

.containerRegisteredPatientsCard .link {
  color: #989eb0;
  text-decoration: none;
  margin-top: 1.5em; }

.containercardWithNumber .number {
  font-size: 75px;
  color: #232c42;
  font-weight: 700;
  line-height: 75px;
  opacity: .67; }

.containercardWithNumber .description {
  color: #232c42;
  font-size: 10px;
  font-weight: 900;
  margin: 2em 0;
  opacity: .56;
  text-transform: uppercase; }

.containercardWithNumber .link {
  color: #989eb0;
  text-decoration: none;
  margin-top: 1.5em; }

.containerVaccinationCard {
  position: relative;
  overflow: hidden;
  color: #ffffff; }
  .containerVaccinationCard .image {
    height: 200px;
    position: absolute;
    top: -60px;
    right: -80px; }
  .containerVaccinationCard .vaccination {
    background-color: #f7e369; }
    .containerVaccinationCard .vaccination .cardTitle {
      color: #ffffff; }
  .containerVaccinationCard .subtitle {
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    max-width: 50%;
    margin-bottom: 1em; }
  .containerVaccinationCard .description {
    color: #ffffff;
    font-size: 15px;
    max-width: 50%;
    margin-bottom: 1.5em; }
  .containerVaccinationCard .button {
    background: none;
    border: 2px solid #ffffff;
    margin-bottom: 1.5em; }
  .containerVaccinationCard .link {
    color: #232c42;
    font-weight: 600;
    text-decoration: none;
    opacity: .39; }

.select-timesheet .containerButtonSelect {
  width: 100%; }
  .select-timesheet .containerButtonSelect button {
    width: 100% !important; }

.tabContainer {
  padding: 3em; }

.card-space {
  padding-top: 1em; }
  .card-space .card {
    background: #fcfcfc; }

.uploadError {
  padding: 10px 5px;
  color: #770000;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  font-size: 14px; }
  .uploadError .icon {
    color: #770000; }

.autocomplete {
  position: relative; }
  .autocomplete .icon {
    position: absolute;
    top: 8px;
    left: 12px;
    z-index: 15;
    color: #989eb0; }
  .autocomplete .async .css-yk16xz-control {
    border: 2px solid #989eb0;
    border-radius: 50px; }
  .autocomplete .async .css-1g48xl4-IndicatorsContainer {
    display: none; }
  .autocomplete .async .css-1wa3eu0-placeholder {
    margin-left: 30px !important; }
  .autocomplete .async .css-1uccc91-singleValue {
    margin-left: 30px !important; }
  .autocomplete .async input {
    min-height: auto !important;
    border: none !important;
    padding-left: 30px !important; }

.containerFilter {
  margin-bottom: 2em; }
  .containerFilter .MuiPickersToolbar-toolbar {
    background: #35455a !important; }

.MuiInputLabel-root.filterText {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase; }

.buttonTop {
  margin-top: 23px; }

.searchTop {
  margin-top: 24px;
  width: 390px; }

.pickDate {
  background: rgba(152, 158, 176, 0.07) !important;
  padding: 8px !important;
  border-radius: 20px;
  margin-right: 8px !important; }
  .pickDate .MuiInput-underline::after,
  .pickDate .MuiInput-underline::before {
    border-bottom: none !important;
    border-bottom-color: transparent !important; }
  .pickDate div {
    border: none !important;
    border-bottom-color: transparent !important; }
  .pickDate input {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    min-height: auto !important;
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    font-size: 13px;
    font-weight: 600;
    color: #8d929e;
    text-align: center; }

