.patient-form-group .form-group-default.focused{
  background-color:transparent
}

.patient-form-group .form-group-default.focused label{
  opacity:1
}

patient-list-group{
  background-color: #77777708 !important
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/** MENU EXPEDIENTE CLINICO PACIENTE **/

.medicalRecordsMenu {
  list-style: none;
  padding-left: 0px;
}

.titleMedicalRecordsMenu {
  border-bottom: 1px solid lightgray;
  padding: 0px 0px;
  font-weight: bold;
  color: gray;
  text-align: left;
}
.patient-form-group .ui-select-choices-content{
  overflow-y:auto !important;
}


/* AGRUPAR PACIENTES */
.patient-unified-select {
    border: 1px solid #b9b9b9;
    border-radius: 6px;
    display: inline-table;
    padding-bottom: 8px;
    padding-top: 2px;
    margin-top: 4px;
    width: 98.05% !important;
    margin-left: 14px;
    padding-right: 90px !important;
}

.patient-unified-select .patietn-selected {
    position: relative;
    border: 1px solid #ababab;
    padding: 1px;
    padding-left: 7px;
    padding-right: 8px;
    margin-top: 5px;
    border-radius: 18px;
    display: inline-block;
    margin-left: 1px;
}

.patient-unified-select .patient-unified-link-text{
    margin-top: 5px;
    color: #777;
}

.patient-unified-select button {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow : none;
}

.patient-unified-select button:hover{
    box-shadow : none;
}

.patient-unified-select button:disabled {
    cursor: not-allowed;
}

.patient-unified-select button:active {
    transform: translateY(0px) !important;
}

.patient-unified-active-remove {
    background-color: red !important;
}

.main-unify-patient {
    color: #d4c92a !important;
}

.patients-group-link {
    cursor: pointer;
    position: absolute;
    top: 100px;
    right: 13px;
}
.patient-font-weight-bold{
  font-weight: bold;
}



.appointment-container {
  height: 100% !important;
  display: flex !important;
}
