.hospital {
  padding: 20px 0; }
  .hospital .section-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #6077a0;
    font-weight: 700;
    margin-bottom: 20px; }
    .hospital .section-title .btn-back {
      color: #4D648D;
      font-size: 18px;
      background-color: #FFFFFF;
      border: 2px solid #4F658D;
      border-radius: 100%;
      width: 30px;
      height: 30px;
      padding: 0px; }
    .hospital .section-title .btn-back i {
      position: relative;
      top: -1px;
      left: -1px; }
  .hospital .panel-table-wrapper .panel-table {
    max-height: 350px;
    overflow: hidden;
    width: 100%;
    padding: 25px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
    .hospital .panel-table-wrapper .panel-table .panel-table-header {
      display: flex; }
      .hospital .panel-table-wrapper .panel-table .panel-table-header .panel-table-title {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        margin-right: auto; }
      .hospital .panel-table-wrapper .panel-table .panel-table-header .panel-table-options {
        margin-left: auto; }
    .hospital .panel-table-wrapper .panel-table .panel-table-content {
      margin-top: 10px;
      max-height: 295px;
      overflow: auto; }
      .hospital .panel-table-wrapper .panel-table .panel-table-content table thead th {
        color: #4e648c;
        font-weight: 700; }
      .hospital .panel-table-wrapper .panel-table .panel-table-content table tbody tr td {
        font-size: 13px; }
        .hospital .panel-table-wrapper .panel-table .panel-table-content table tbody tr td .actions {
          display: flex; }
          .hospital .panel-table-wrapper .panel-table .panel-table-content table tbody tr td .actions i {
            cursor: pointer;
            font-size: 18px;
            color: #4d648d;
            margin-left: auto; }
  .hospital .panel-table-wrapper .scrollable-action {
    text-align: center;
    background-color: #c4c4c4;
    height: 10px;
    top: 0 !important; }
    .hospital .panel-table-wrapper .scrollable-action span {
      color: #c4c4c4;
      font-weight: 700;
      font-size: 20px;
      height: 15px;
      background: #dedddd;
      width: 50px;
      margin: auto;
      border-radius: 4px;
      display: flex;
      align-items: center;
      position: relative;
      top: -3px;
      line-height: 15px;
      cursor: -webkit-grab; }
      .hospital .panel-table-wrapper .scrollable-action span i {
        margin: auto;
        line-height: 18px; }
  .hospital .card-panel {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    padding: 25px;
    margin-bottom: 20px; }
    .hospital .card-panel .card-panel-header .card-panel-title {
      font-size: 20px;
      font-weight: 700; }
  .hospital .bed-list {
    margin-top: 25px; }
    .hospital .bed-list .bed-list-header {
      padding: 25px 0 0 0; }
      .hospital .bed-list .bed-list-header .bed-list-title {
        font-size: 16px;
        font-weight: 700; }
    .hospital .bed-list .bed-list-content {
      display: flex;
      padding: 25px 0 0 0; }
      .hospital .bed-list .bed-list-content .bed-item {
        position: relative;
        border: 2px solid #d7dce7;
        background: white;
        width: 80px;
        height: 60px;
        text-align: center;
        margin-right: auto;
        display: flex;
        flex-wrap: wrap;
        cursor: pointer;
        transition: all ease-in-out 0.3s; }
        .hospital .bed-list .bed-list-content .bed-item .bed-item-title {
          font-size: 14px;
          text-transform: uppercase;
          color: #000000;
          font-weight: 700;
          margin: auto;
          flex-flow: column;
          flex: 0 0 100%; }
        .hospital .bed-list .bed-list-content .bed-item .bed-item-number {
          color: #4d648d;
          font-size: 22px;
          font-weight: bold;
          margin: auto; }
        .hospital .bed-list .bed-list-content .bed-item:hover {
          background: #d2def7;
          border-color: #b8c1d4; }
          .hospital .bed-list .bed-list-content .bed-item:hover .bed-item-title {
            color: #000000; }
          .hospital .bed-list .bed-list-content .bed-item:hover .bed-item-number {
            color: #000000; }
        .hospital .bed-list .bed-list-content .bed-item.occupied {
          background: #4d648d;
          border-color: #4d648d; }
          .hospital .bed-list .bed-list-content .bed-item.occupied .bed-item-title {
            color: #FFFFFF; }
          .hospital .bed-list .bed-list-content .bed-item.occupied .bed-item-number {
            color: #FFFFFF; }
        .hospital .bed-list .bed-list-content .bed-item.available {
          background: #6bbf59;
          border-color: #bbf4c0; }
          .hospital .bed-list .bed-list-content .bed-item.available .bed-item-title {
            color: #000000; }
          .hospital .bed-list .bed-list-content .bed-item.available .bed-item-number {
            color: #000000; }
        .hospital .bed-list .bed-list-content .bed-item .popover-div {
          top: -92px;
          right: -62px;
          width: 200px;
          background: white;
          z-index: 3;
          position: absolute;
          max-width: 276px;
          padding: 1px;
          font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 14px;
          font-style: normal;
          font-weight: normal;
          line-height: 1.42857143;
          text-align: start;
          text-decoration: none;
          text-shadow: none;
          text-transform: none;
          letter-spacing: normal;
          word-break: normal;
          word-spacing: normal;
          word-wrap: normal;
          white-space: normal;
          background-color: #fff;
          background-clip: padding-box;
          border: 1px solid rgba(0, 0, 0, 0.2);
          border-radius: 6px;
          -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          line-break: auto; }
        .hospital .bed-list .bed-list-content .bed-item .popover-div:after, .hospital .bed-list .bed-list-content .bed-item .popover-div:before {
          top: 100%;
          left: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        .hospital .bed-list .bed-list-content .bed-item .popover-div:after {
          border-color: rgba(255, 255, 255, 0);
          border-top-color: #fff;
          border-width: 10px;
          margin-left: -10px; }
        .hospital .bed-list .bed-list-content .bed-item .popover-div:before {
          border-color: transparent;
          border-top-color: rgba(0, 0, 0, 0.2);
          border-width: 11px;
          margin-left: -11px; }
        .hospital .bed-list .bed-list-content .bed-item .popover-div .popover-div-title {
          color: #0D0D0D;
          font-size: 14px;
          text-align: center;
          padding: 10px 0;
          background: #f7f7f7;
          border-bottom: 2px solid #d3d0d0; }
        .hospital .bed-list .bed-list-content .bed-item .popover-div .popover-div-content {
          text-align: center;
          background: #fff; }
        .hospital .bed-list .bed-list-content .bed-item .popover-div .popover-div-content .btn-group {
          margin: auto;
          width: auto;
          padding: 8px 0; }
  .hospital .header-pacient-info {
    background-color: #EFF2F8;
    border: 1px solid #C7D5EE;
    height: 42px; }
    .hospital .header-pacient-info ul {
      display: flex;
      padding: 0;
      margin-bottom: 0;
      line-height: 42px;
      align-items: center;
      max-width: 1000px;
      margin: auto; }
      .hospital .header-pacient-info ul li {
        width: -moz-available;
        width: -webkit-fill-available;
        width: fill-available;
        color: #6077A0;
        list-style: none;
        margin: auto;
        text-align: center; }
  .hospital .content-pacient-info {
    background-color: #FFFFFF;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06); }
    .hospital .content-pacient-info .content-title {
      color: #000000;
      font-size: 16px;
      font-weight: 700;
      line-height: 34px;
      text-align: left;
      margin-bottom: 20px; }
    .hospital .content-pacient-info .table-base .table-base__header th {
      padding: 6px 0; }
      .hospital .content-pacient-info .table-base .table-base__header th:first-child {
        text-align: left;
        padding-left: 20px; }
    .hospital .content-pacient-info .table-base tbody tr td:first-child {
      text-align: left;
      padding-left: 20px; }
    .hospital .content-pacient-info .table-secondary {
      margin: 0; }
      .hospital .content-pacient-info .table-secondary .table-secondary__header th {
        color: #4E648C;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        text-align: left; }
        .hospital .content-pacient-info .table-secondary .table-secondary__header th:last-child {
          text-align: right; }
      .hospital .content-pacient-info .table-secondary tbody tr {
        border-bottom: 1px solid #F1F1F1;
        background: white;
        height: 50px; }
        .hospital .content-pacient-info .table-secondary tbody tr td {
          color: #000000;
          font-size: 14px;
          font-weight: 400;
          line-height: 17px;
          text-align: left;
          padding-left: 0; }
          .hospital .content-pacient-info .table-secondary tbody tr td:last-child {
            text-align: right; }
            .hospital .content-pacient-info .table-secondary tbody tr td:last-child i {
              font-size: 22px;
              color: #4d648d; }
    .hospital .content-pacient-info .btn-group.btn-group-small button {
      background-color: #FFFFFF;
      border: 2px solid #4D648D;
      border-radius: 2px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.29);
      line-height: 29px;
      color: #4D648D;
      font-size: 12px;
      font-weight: 700;
      text-align: center;
      padding: 0 10px; }
    .hospital .content-pacient-info .asignacion-camas-wrapper {
      display: inline-block; }
      .hospital .content-pacient-info .asignacion-camas-wrapper .bed-list {
        margin-top: 0px; }
        .hospital .content-pacient-info .asignacion-camas-wrapper .bed-list .bed-list-header {
          padding-top: 0; }
          .hospital .content-pacient-info .asignacion-camas-wrapper .bed-list .bed-list-header .bed-list-title {
            color: #000000;
            font-size: 11px;
            font-weight: 400;
            line-height: 13px;
            text-align: left; }
        .hospital .content-pacient-info .asignacion-camas-wrapper .bed-list .bed-list-content {
          padding-top: 5px; }
          .hospital .content-pacient-info .asignacion-camas-wrapper .bed-list .bed-list-content .bed-item {
            background-color: #FEFEFE;
            border: 2.1px solid #D7DCE7;
            border-radius: 2.8px;
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
            width: 57px;
            height: 51px; }
            .hospital .content-pacient-info .asignacion-camas-wrapper .bed-list .bed-list-content .bed-item .bed-item-title {
              color: #2B2B2B;
              font-size: 12px;
              font-weight: 700;
              line-height: 14px;
              text-align: center; }
            .hospital .content-pacient-info .asignacion-camas-wrapper .bed-list .bed-list-content .bed-item .bed-item-number {
              color: #4D648D;
              font-size: 14.92px;
              font-weight: 700;
              line-height: 18px;
              text-align: center; }
    .hospital .content-pacient-info .form-datos-paciente {
      margin-top: 45px; }
    .hospital .content-pacient-info .alergias-antecedentes-info .alergias-antecedentes-list {
      display: flex;
      margin-top: 25px; }
      .hospital .content-pacient-info .alergias-antecedentes-info .alergias-antecedentes-list .alergias-antecedentes-item {
        background-color: #FFFFFF;
        border: 2px solid #6077A0;
        border-radius: 4px;
        width: 148.56px;
        height: 74px;
        margin-right: 25px;
        padding: 12px;
        position: relative;
        /*DROPDOWN PROFILAXIA*/ }
        .hospital .content-pacient-info .alergias-antecedentes-info .alergias-antecedentes-list .alergias-antecedentes-item .title {
          color: #6077A0;
          font-size: 14px;
          font-weight: 700;
          line-height: 14px;
          text-align: center;
          margin-bottom: 3px; }
        .hospital .content-pacient-info .alergias-antecedentes-info .alergias-antecedentes-list .alergias-antecedentes-item .info {
          color: #6077A0;
          font-size: 14px;
          font-weight: 400;
          line-height: 17px;
          text-align: center; }
        .hospital .content-pacient-info .alergias-antecedentes-info .alergias-antecedentes-list .alergias-antecedentes-item .view-more {
          color: #6077A0;
          font-size: 12px;
          font-weight: 400;
          line-height: 14px;
          text-align: center; }
        .hospital .content-pacient-info .alergias-antecedentes-info .alergias-antecedentes-list .alergias-antecedentes-item .middle-title {
          color: #6077A0;
          font-size: 21px;
          font-weight: 700;
          line-height: 25px;
          text-align: center;
          margin-top: 10px; }
        .hospital .content-pacient-info .alergias-antecedentes-info .alergias-antecedentes-list .alergias-antecedentes-item .dropdown-icon {
          color: #4D648D;
          font-size: 16px;
          position: absolute;
          right: 14px;
          bottom: 14px;
          cursor: pointer; }
        .hospital .content-pacient-info .alergias-antecedentes-info .alergias-antecedentes-list .alergias-antecedentes-item .dropdown-menu-checkbox {
          display: none;
          position: absolute;
          left: -2px;
          right: -2px;
          top: 69px;
          background-color: #FFFFFF;
          border: 2px solid #6077A0;
          border-radius: 2px;
          height: 96px;
          padding: 18px 22px; }
          .hospital .content-pacient-info .alergias-antecedentes-info .alergias-antecedentes-list .alergias-antecedentes-item .dropdown-menu-checkbox .checkbox-item {
            margin-bottom: 10px;
            position: relative; }
            .hospital .content-pacient-info .alergias-antecedentes-info .alergias-antecedentes-list .alergias-antecedentes-item .dropdown-menu-checkbox .checkbox-item > span {
              color: #6077A0;
              font-size: 16px;
              font-weight: 700;
              line-height: 19px;
              text-align: left; }
            .hospital .content-pacient-info .alergias-antecedentes-info .alergias-antecedentes-list .alergias-antecedentes-item .dropdown-menu-checkbox .checkbox-item .container-checkbox {
              position: absolute;
              right: 0;
              top: 0; }
          .hospital .content-pacient-info .alergias-antecedentes-info .alergias-antecedentes-list .alergias-antecedentes-item .dropdown-menu-checkbox.activate {
            display: block; }
    .hospital .content-pacient-info .plantillas-list .plantilla-item {
      background-color: #FDFDFD;
      border: 1px solid #94A6C7;
      border-radius: 2px;
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.17);
      height: 50px;
      display: flex;
      align-items: center;
      padding: 15px;
      text-decoration: none;
      margin-bottom: 30px;
      cursor: pointer;
      transition: all ease-in-out 0.3s; }
      .hospital .content-pacient-info .plantillas-list .plantilla-item .plantilla-title {
        color: #6077A0;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        text-align: left;
        margin-right: auto;
        text-decoration: none; }
      .hospital .content-pacient-info .plantillas-list .plantilla-item .plantilla-icon {
        font-size: 20px;
        color: #ACACAC;
        margin-left: auto; }
      .hospital .content-pacient-info .plantillas-list .plantilla-item:hover {
        background-color: #e4edf9; }
        .hospital .content-pacient-info .plantillas-list .plantilla-item:hover .plantilla-title {
          font-weight: 700; }
        .hospital .content-pacient-info .plantillas-list .plantilla-item:hover .plantilla-icon {
          font-weight: 700;
          color: #4d648d; }

.se-form-group input:not(.se-input-material) {
  background-color: #FFFFFF;
  border: 1px solid #B8CDEB;
  border-radius: 2px;
  color: #071D32;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  margin-top: 0px;
  width: 100%; }
.se-form-group .se-select-material, .se-form-group .se-input-material {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0; }

.se-nav-tabs {
  display: flex;
  margin-top: 0; }
  .se-nav-tabs li {
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    background-color: #6077A0;
    border: 1px solid #DADADA;
    height: 41px;
    float: inherit; }
    .se-nav-tabs li a {
      text-align: center;
      background-color: #F1F1F1;
      color: #4D648D;
      margin-right: 0; }
    .se-nav-tabs li.active a {
      background-color: #6077A0;
      border: 1px solid #DADADA;
      color: #fff; }

.se-tab-content {
  padding: 10px 20px;
  border-top: none; }

.popover-item-list {
  display: none;
  background-color: #FFFFFF;
  border: 1px solid #B7C2D4;
  border-radius: 5px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 205.5px;
  z-index: 9;
  top: -3px;
  left: 130px; }
  .popover-item-list .popover-item-content {
    padding: 20px; }
    .popover-item-list .popover-item-content ul {
      padding: 0; }
      .popover-item-list .popover-item-content ul li {
        color: #6077A0;
        font-size: 14px;
        font-weight: 700;
        line-height: 19px;
        text-align: left;
        list-style: none; }
  .popover-item-list:after, .popover-item-list:before {
    right: calc(100% - 0.2px);
    top: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .popover-item-list:before {
    border-color: rgba(151, 151, 151, 0);
    border-right-color: #979797;
    border-width: 8px;
    margin-top: -8px; }
  .popover-item-list:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 7px;
    margin-top: -7px; }

.alergias-antecedentes-item:hover .popover-item-list {
  display: block; }

/*ESTILOS PANELES MI DESKTOP*/
.panel-mi-desktop {
  background-color: white;
  border-radius: 2px 2px 0 0;
  width: 504px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -504px;
  z-index: 999;
  transition: all ease-in-out 0.3s; }
  .panel-mi-desktop .panel-mi-desktop-header {
    background-color: #4D648D;
    border: 3px solid #4A5C7B;
    line-height: 38px;
    position: relative;
    padding: 0 20px; }
    .panel-mi-desktop .panel-mi-desktop-header .title {
      color: #FFFFFF;
      font-size: 16px;
      font-weight: 700;
      line-height: 19px;
      text-align: left; }
    .panel-mi-desktop .panel-mi-desktop-header button {
      position: absolute;
      right: 20px;
      top: 0;
      color: white;
      font-size: 20px;
      padding: 0;
      background: transparent;
      border: none;
      height: auto;
      width: auto; }
  .panel-mi-desktop .panel-mi-desktop-content {
    padding: 0 20px 20px 20px; }
  .panel-mi-desktop .panel-mi-desktop-footer {
    border-top: 1px solid #CCCCCC;
    padding: 10px 20px 20px 20px; }
  .panel-mi-desktop.activate {
    right: 0px; }

.table-with-autocomplete .table-with-autocomplete-header {
  display: flex;
  margin-bottom: 15px; }
  .table-with-autocomplete .table-with-autocomplete-header .table-title {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    text-align: left; }
  .table-with-autocomplete .table-with-autocomplete-header .table-autocomplete {
    position: relative;
    width: 285px;
    margin-left: auto; }
    .table-with-autocomplete .table-with-autocomplete-header .table-autocomplete .btn-select {
      background-color: #FFFFFF;
      border: 1px solid #B8CDEB;
      border-radius: 2px;
      height: 32px;
      position: relative;
      padding: 0 0 0 10px;
      line-height: 32px; }
      .table-with-autocomplete .table-with-autocomplete-header .table-autocomplete .btn-select .caret {
        top: 10px; }
.table-with-autocomplete .table-with-autocomplete-content span.text {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-align: left; }
.table-with-autocomplete .table-with-autocomplete-content span.number {
  color: #4E648C;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-align: center; }
.table-with-autocomplete .table-with-autocomplete-content table {
  width: 100%; }
.table-with-autocomplete .table-with-autocomplete-content > table input {
  background-color: #FFFFFF;
  border: 1px solid #979797;
  border-radius: 2px;
  width: 40px;
  height: 23px;
  text-align: center;
  line-height: 23px; }
.table-with-autocomplete .table-with-autocomplete-content > table > thead th {
  color: #4E648C;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px; }
  .table-with-autocomplete .table-with-autocomplete-content > table > thead th:first-child {
    width: 35px; }
.table-with-autocomplete .table-with-autocomplete-content > table > tbody tr.parent-row {
  background-color: #F4F4F4;
  border: 1px solid #E0E8F6;
  height: 39px; }
  .table-with-autocomplete .table-with-autocomplete-content > table > tbody tr.parent-row td:first-child {
    width: 35px;
    text-align: center; }
.table-with-autocomplete .table-with-autocomplete-content > table > tbody tr.child-row {
  display: none; }
  .table-with-autocomplete .table-with-autocomplete-content > table > tbody tr.child-row.activate {
    display: table-row; }
  .table-with-autocomplete .table-with-autocomplete-content > table > tbody tr.child-row td {
    border-top: 0px solid transparent; }
    .table-with-autocomplete .table-with-autocomplete-content > table > tbody tr.child-row td .fa-times-circle {
      color: red;
      cursor: pointer; }
  .table-with-autocomplete .table-with-autocomplete-content > table > tbody tr.child-row .union-div, .table-with-autocomplete .table-with-autocomplete-content > table > tbody tr.child-row .union-div-anoter {
    border-bottom: 1px solid #4D648D;
    border-left: 1px solid #4D648D;
    width: 16px;
    height: 19.59px;
    display: inline-block;
    position: relative;
    top: -8px;
    right: -10px; }
  .table-with-autocomplete .table-with-autocomplete-content > table > tbody tr.child-row .union-div-anoter {
    height: 40px;
    top: -22px;
    right: -18px; }
  .table-with-autocomplete .table-with-autocomplete-content > table > tbody tr.child-row table {
    width: calc(100% - 20px);
    display: inline-table; }

/*# sourceMappingURL=styles_new_design.css.map */
