.dataTables_filter {
    float: right;
    display: none;
}

/*CSS para hacer los chosen responsive*/
.chosen-container {
    display: block !important;
    width: 100% !important;
}

/* Navbar */
.navbar-logo-img {
    max-height: 58px !important;
}

.notify-arrow {
    border-style: none !important;
}

.notify-arrow-green {
    border-color: transparent transparent #93d3c4 !important;
    border-bottom-color: #93d3c4 !important;
    border-top-color: #93d3c4 !important;
}

.user-avatar {
    max-width: 30px;
    border-radius: 50%;
    margin: 0 5px;
}

.file-upload {
    display:none;
}

.paciente-avatar {
    max-width: 90px;
    max-height: 90px;
    border-radius: 50%;
    padding: 4px;
    background: -webkit-linear-gradient(left top, #A7B6FB 0%, #DEE4FF 100%);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 0px;
    cursor: pointer;
}

.picture_container {
    max-width: 104px;
    max-height: 104px;
    border-radius: 50%;
    padding: 7px;
    background: white;
    -moz-border-radius: 50%;
    /* -webkit-border-radius: 50%; */
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 0px;
}
/* Esto se encesita  para  el  cambio de estilos de  datepicker */

.table-condensed thead tr:first-child th {
    border-radius: 0px;
}

.table-condensed thead tr:nth-child(2) th {
    border-radius: 0px;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
    background-color: #93d3c4 !important;
}

.table-condensed thead tr:first-child {
    border-bottom: 0px solid #a25cbf00;
    color: whitesmoke;
    margin-bottom: 15px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.table-condensed thead tr:nth-child(2) {
    text-decoration: none;
    font-size: 100%;
}

/*notificaciones*/
.inbox-head {
    border-radius: 5px 0 0 0 !important;
}

.mail-box .sm-side .user-head {
    border-radius: 0 5px 0 0 !important;
}

.user-head {
    opacity: 75%;
}

.mail-box .sm-side {
    background-color: #f8f9fa !important;
}

/*Dynamic tables*/

/* sorting tables up and down */
table.table thead .sorting_asc {
    background: url('../../images/sort_asc.png') no-repeat center right !important;
}

table.table thead .sorting_desc {
    background: url('../../images/sort_desc.png') no-repeat center right !important;
}

.table thead>tr>th,
.table tbody>tr>th,
.table tfoot>tr>th,
.table thead>tr>td,
.table tbody>tr>td,
.table tfoot>tr>td {
    padding: 7px;
}

/*card-shadow*/
.shadow {
    box-shadow: 6px 12px #e7e7e7;
}

/*Dropzone*/
.dashed {
    border: dashed !important;
    border-color: #e7e7e7 !important;
}

.dashed-blue {
    border: dashed !important;
    border-color: #E1E6FE !important;
}

/*bg-gray*/
.bg-gray {
    background-color: #f5f5f5;
}

.arrow-pro.right:after {
    top: 200px !important;
}

.card-size {
    width: 65% !important;
}

.border-side {
    border-right: 1px solid #E6E7EC;
}

.grid li {
    display: inline-block;
    margin: 0;
    padding: 5px;
    text-align: left;
    position: relative;
}

.grid {
    padding-left: 10%;
}

a.class_a_href {
    pointer-events: none;
    cursor: default;
}

@media screen and (min-width:1200px) {
    .custom-cal-container {
        max-width: 1180px;
    }
}

@media screen and (max-width:780px) {
    .fc-toolbar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width:780px) {
    .fc-left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 5px;
    }
}

@media screen and (max-width:780px) {
    .fc-center {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 5px
    }
}

@media screen and (max-width:780px) {
    .fc-right {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

/*menu ficha_paciente fixed*/
.fixed-card {
    width: 270px;
    position: fixed;
}

.fixed-card.historial {
    width: 200px;
    position: fixed;
}

.fixed-button {
    width: 70px;
    position: fixed;
}

@media all and (max-width: 1320px) {
    .fixed-card {
        position: relative;
    }
    .fixed-card.historial {
        position: relative;
    }
}

@media (max-width: 1320px) {
    .fixed-card {
        width: 100%;
    }
    .fixed-card.historial {
        width: 100%;
    }
}

@media (max-width: 767px) and (max-width: 979px) {
    .fixed-card {
        width: 100%;
    }
    .fixed-card.historial {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .fixed-card {
        display: block;
    }
    .fixed-card.historial {
        display: block;
    }
}

/* Tag Input */
div.tagsinput span.tag {
    border: 1px solid #93d3c4 !important;
    background: #93d3c4 !important;
    color: #fff !important;

}

div.tagsinput span.tag a {
    color: #fff !important;
}

div.tagsinput {
    width: 100% !important;
}

/*icon frequency*/
.frequency-icon {
    background: url('../../images/frequency-icon.png') no-repeat center right !important;
}

.temp-icon {
    background: url('../../images/temp-icon.png') no-repeat center right !important;
}

.mm-icon {
    background: url('../../images/mm-icon.png') no-repeat center right !important;
}

.min-icon {
    background: url('../../images/min-icon.png') no-repeat center right !important;
}

/*css de counter cabina*/
.counter {
    position: absolute;
    display: block;
    width: 50px;
    height: 25px;
    top: -8px;
    right: -8px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
}

.counterDash {
    position: absolute;
    display: block;
    width: 50px;
    height: 25px;
    top: -14px;
    right: 25px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
}

.span-group {
    position: absolute;
    top: -18px;
    right: 20px;
}

.span-card-tratamiento {
    /* position: absolute; */
    display: block;
    /* width: 75px; */
    height: 25px;
    /* top: -14px; */
    /* right: 83px; */
    border-radius: 15px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
    float: right;
    margin: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

/*responsive cards cabina*/
@media all and (max-width: 1320px) {
    .responsive-cab {
        position: relative;
    }
}

@media (max-width: 1320px) {
    .responsive-cab {
        width: 100%;
    }
}

@media (max-width: 767px) and (max-width: 979px) {
    .responsive-cab {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .responsive-cab {
        display: block;
    }
}

.clickable_cursor {
    cursor: pointer;
}

.clickable_card {
    cursor: pointer;
    transition: transform 0.2s linear;
}

.clickable_card:hover {
    transform: translateY(-4px);
}

.green_indicator:hover a,
.green_indicator:focus a {
    color: #93d3c4;
}

.greencrd:focus,
.greencrd:active {
    color: #93d3c4;
}

.card.active .greencrd {
    color: #93d3c4;
}

.blue_indicator:hover a,
.blue_indicator:focus a {
    color: #a7b6fb;
}

.bluecrd:focus {
    color: #a7b6fb;
}

.card.active .bluecrd {
    color: #a7b6fb;
}

.orange_indicator:hover a,
.orange_indicator:focus a {
    color: #fac186;
}

.orangecrd:focus {
    color: #fac186;
}

.card.active .orangecrd {
    color: #fac186;
}

:focus {
    outline: none !important;
}


.timeline-messages {
    margin-left: -70px !important;
}


/* color deshabilitado del chosen */
.chosen-container .chosen-results li.disabled-result {
    color: #1910104d !important;
}

.fontSize {
    font-size: 14px;
}


/* Autocompletar items de catalogo de tratamiento en la consulta plan de tratamiento */
.autocomplete-items {
    position: absolute;
    background-color: #f5f5f5;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /* coloca los elementos de autocompletar para que tengan el mismo ancho que el contenedor: */
    top: 100%;
    left: 0;
    margin: -15px 15px 0 15px;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
}

/*al pasar el cursor sobre un elemento:*/
.autocomplete-items div:hover {
    background-color: #c1e3db;
}

/*al navegar por los elementos usando las teclas de flecha:*/
.autocomplete-active {
    background-color: #c1e3db !important;
}

.autocomplete-items {
    margin: auto;
}

/*fade-in class*/
.fade-in {
    animation: fadeIn ease 0.3s;
    -webkit-animation: fadeIn ease 0.3s;
    -moz-animation: fadeIn ease 0.3s;
    -o-animation: fadeIn ease 0.3s;
    -ms-animation: fadeIn ease 0.3s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f5f5f5;
    margin-left: auto;
    margin-right: auto;
}

.post-info h1 {
    color: #8f9090;
    font-weight: bold;
}

.table-complementos {
    border: 1px solid #ffffff;
    margin-bottom: 0;
}

.boton {
    width: 30px;
    height: 30px;
    background-color: #93d3c4;
    margin: 5px;
    padding: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
    float: left;
}

.boton:hover {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter: alpha (opacity=50);
}


.boton {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #a7b6fb;
}

.arrow-pro.left {
    left: -28px;
}

.arrow-pro,
.arrow-pro:after {
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    right: -6px;
}

.arrow-pro:after {
    border-width: 40px;
    content: "";
}

.arrow-pro.left:after {
    border-right-color: #FFFFFF;
    border-left-width: 0;
    top: 40px;
    content: " ";
}

/*icon horas*/
.horas-icon {
    background: url('../../images/horas-icon.png') no-repeat center right !important;
}


.fab {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    margin-top: -32px;
    right: 20px;
    color: #fff;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    z-index: 5;
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px);
}



.arrow-left {
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid #ffffff;
    margin-left: -40px;
}

.morecontent {
    display: none;
}

.leer-mas--muestra {
    height: 150px;
    overflow: hidden;
}

.leer-mas--todo {
    height: auto;
}

.fSize {
    font-size: 11px;
    margin-bottom: 0%;
}

.space {
    margin-top: -18px;
}

.hSpace {
    margin-top: 0%;
}


.tipo-unidad::placeholder {
    color: white !important;
}

.tex-ver {
    color: #797979;

}

.tex-ver:hover {
    color: #9e9e9e;
    ;
}

.modal-footer-qr {
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

/* Spinner carga de QR**/
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #ccc;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ccc transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

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

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*rotate and grow animation*/
.aniCheck {
    animation: bounce 400ms 10ms forwards;
}

@keyframes bounce {
    0% {
        transform: translate3d(0, 0, 0) scale3d(.6, .6, 1);
    }

    100% {
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
}

#sidebar .sub-menu>.sub li {
    padding-left: 30px;
}

/*positioning input-type-date behind chosen*/
.position {
    position: unset !important;
}

.h_color {
    border-color: #eeeeee !important;
}

/*Bouncing button*/
.bouncing {
    -webkit-animation: float-down .9s infinite alternate;
    -moz-animation: float-down .9s infinite alternate;
    -ms-animation: float-down .9s infinite alternate;
    animation: float-down .9s infinite alternate;
}

/* Arrow animations */
@keyframes float-down {
    0% {
        transform: translate3d(0, 0px, 0);
    }

    100% {
        transform: translate3d(0, -5px, 0);
    }
}

/* Cusoms */
.taskList>li {
    padding: 5px 0 5px 15px !important;
    position: relative;
    background: #f5f6f8;
    margin-bottom: 4px;
    border-bottom: none !important;
    border-radius: 8px 8px 8px 8px;
}




.lred {
    border-left: 8px solid red;
}

.lblue {
    border-left: 8px solid skyblue;
}

.lorange {
    border-left: 8px solid orange;
}

.lpink {
    border-left: 8px solid pink;
}

.llemon {
    border-left: 8px solid yellowgreen;
}

.lyellow {
    border-left: 8px solid yellow;
}

.lpurple {
    border-left: 8px solid purple;
}

.ldpink {
    border-left: 8px solid deeppink;
}

.lwood {
    border-left: 8px solid burlywood;
}

.lteal {
    border-left: 8px solid #CAF7E3;
}

.lcrimson {
    border-left: 8px solid crimson;
}

.ldblue {
    border-left: 8px solid darkblue;
}

.ldseagreen {
    border-left: 8px solid darkseagreen;
}

.lkhaki {
    border-left: 8px solid khaki;
}

.llawngreen {
    border-left: 8px solid lawngreen;
}

.llightgreen {
    border-left: 8px solid lightgreen;
}

.llightsalmon {
    border-left: 8px solid lightsalmon;
}

.lmaroon {
    border-left: 8px solid maroon;
}

.lmsgreen {
    border-left: 8px solid mediumspringgreen;
}

.lorangered {
    border-left: 8px solid orangered;
}

.lturquoise {
    border-left: 8px solid paleturquoise;
}

.lplum {
    border-left: 8px solid plum;
}

.lroyalblue {
    border-left: 8px solid royalblue;
}

.ltomato {
    border-left: 8px solid tomato;
}

.list-textareas {
    border: 1px solid #ced4da;
    background: #ffffff;
    border-radius: 6px;
    line-height: 1rem;
    width: calc(100% - -15px);
    height: auto;
    color: #868e94;
}

.list-textareas:focus,
#focusedInput {
    border: 1px solid #517397;
    box-shadow: none;
}
/* Tooltip para elementos creados dinamicamente en el DOM, que no funcionan con javascript */
.tooltip-toggle::before {
    position: absolute;
    top: -34px;
    left: -71px;
    background-color: rgba(0, 0, 0, 0.84);
    border-radius: 5px;
    color: #fff;
    content: attr(data-tooltip);
    padding: 5px 3px;
    text-transform: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 160px;
}

.tooltip-toggle::after {
    position: absolute;
    top: -8px;
    left: 9px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgb(0, 0, 0);
    content: " ";
    font-size: 0;
    line-height: 0;
    margin-left: -5px;
    width: 0;
}

.tooltip-toggle:hover::before,
.tooltip-toggle:hover::after {
    opacity: 1;
    -webkit-transition: all 0.75s ease;
    transition: all 0.75s ease;
}

.tooltip-toggle::before,
.tooltip-toggle::after {
    color: #efefef;
    font-family: sans, 'Open Sans', 'DejaVu Sans';
    font-size: 11px;
    opacity: 0;
    pointer-events: none;
    text-align: center;
}

.btnTaskListP {
    margin-top: -10px;
    padding: 12px;
}

.btnTaskListH {
    padding: 12px;
}

.badge-right {
    position: absolute;
    right: 85px;
}

@media (max-width: 768px) {
    .header {
        position: absolute;
        z-index: 1040;
    }
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    background-color: #93d3c4;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#93d3c4), to(#93d3c4));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #93d3c4, #93d3c4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #93d3c4 #93d3c4 #93d3c4;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-color: #93d3c4;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#93d3c4), to(#93d3c4));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #93d3c4, #93d3c4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #93d3c4 #93d3c4 #93d3c4;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}

.form-radio {
    display: inline-block;
    width: 139%;
    box-sizing: border-box;
    float: left;
}

.input label[for] {
    display: block;
}

.checkboxgroup {
    display: inline-block;
    text-align: center;
}

.checkboxgroup label {
    display: block;
}


input[type="radio"] {
    /* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 17px;
    height: 17px;
    padding: 2px;
    /* background-color only for content */
    background-clip: content-box;
    border: 1px solid #bdbdbd;
    background-color: #ffffff;
    border-radius: 50%;
}

/* appearance for checked radiobutton */
input[type="radio"]:checked {
    background-color: #a7b6fb;
}



.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #676a69;
    border: 1px solid #dee2e6;
}

.validarChosen {
    border: 1px solid #dc3545;
    background: #dc354500;
    border-radius: 5px;
    border: 1px solid #dc3545;
}

.delButton {
    position: absolute;
    left: 80%;
    top: 13px;
}

.validarSummerNote {
    border: 1px solid #c5091b;
}

/* Componentes */
.btn-minus {
    border-radius: .25rem 0 0 .25rem;
}

.btn-plus {
    border-radius: 0 .25rem .25rem 0;
}

.input-border-color {
    border: 1px solid #a7b6fb
}

/* Widths */
.w-15 {
    width: 20% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.w-160 {
    width: 160px !important;
}

.span {
    margin-top: -22px;
}

/* Botones con imagen */
.custom-btn-img {
    height: 150px;
    width: 130px;
    background: none;
    border-radius: 8px;
    border: 2px solid transparent;
    border-color: #a7b6fb;
    padding-top: 15px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.custom-btn-img i {
    color: #a7b6fb;
    font-size: 70px;
}

.custom-btn-img p {
    position: block;
    padding-top: 5px;
    font-size: 15px;
    color: #a7b6fb;
    font-weight: bold;
}

.custom-btn-img-active {
    background: #a7b6fb;
    color: white;
}

.custom-btn-img-active i,
.custom-btn-img-active p {
    color: white
}

.svg-icon svg path {
    color: #a7b6fb;
    fill: currentcolor;
}

.svg-icon-active svg path {
    color: white;
    fill: currentcolor;
}

/* Navbar vertical INICIO */
.navbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.navbar .mbUlList li {
    position: relative;
    text-align: right;
    width: 10px;
}

.navbar ul li .dot {
    color: #fff;
    display: block;
    padding: 0;
}

/* la etiqueta de span */
.navbar ul li .dot span {
    display: inline-block;
    background: #f44336;
    letter-spacing: 1px;
    padding: 10px 25px;
    margin-right: 30px;
    border-radius: 3px;
    transform: translateX(30px);
    opacity: 0;
}

.navbar ul li a {
    line-height: 0.35rem;
}

/* funciona junto al tooltip rojo */
/* .navbar ul li:hover .dot span {
    transform: translateX(0px);
    opacity: 1;
} */

/* activa un tooltip rojo */
/* .navbar ul li .dot span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(7px, -50%);
    border-left: 7px solid #f44336;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    display: block;
} */

.navbar ul li .dot::before,
.navbar ul li .dot::after {
    content: '';
    position: absolute;
    top: 50%;
    border-radius: 50%;
    display: block;
    transition: .2s ease-out;
}

.navbar ul li .dot::before {
    height: 10px;
    width: 10px;
    border: 2px solid #ced3da;
    right: 5;
    transform: translateY(-50%);
    background-color: #ced3da;
}

.navbar ul li .dot.active::before,
.navbar ul li:hover .dot::before {
    border-color: #a7b6fb;
    background: #a7b6fb;
}

.navbar ul li .dot::after {
    height: 14px;
    width: 14px;
    border: 2px solid #a7b6fb;
    right: -2px;
    transform: translateY(-50%) scale(0);
    background-color: #a7b6fb;
}

.navbar ul li .dot.active::after,
.navbar ul li:hover .dot::after {
    transform: translateY(-50%) scale(1);
}
/* Navbar vertical FIN */

.modal-header-eliminacion {
    background: #93d3c4;
    color: #fff;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-bottom: none;
}
.modal-header-eliminacion {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.btn-outline-primary {
    color: #93d3c4;
    border-color: #93d3c4;
}


.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #93d3c4;
    background-color: #ffffff;
    border-color: #93d3c4;
}


.btn-outline-primary:hover {
    color: #93d3c4;
    background-color: #fff;
    border-color: #93d3c4;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 50%);
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%);
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #93d3c400;
}

/*Cambio de color borde textarea*/
.borderColorBlue {
    border-color: #a7b6fb !important;
}

/*Acomodo de iconos hereditarios familiares externa*/
.p-icons {
    padding-left: 90px !important;
}

@media screen and (min-width: 700px) {
    .custom-btn-img {
        margin-left: 10px !important;
    }
}

@media screen and (max-width: 1024px) {
    .p-icons {
        padding-left: 40px !important;
    }
}

@media screen and (max-width: 500px) {
    .p-icons {
        padding-left: 25px !important;
    }
}

@media screen and (max-width: 400px) {
    .p-icons {
        padding-left: 10px !important;
    }
}

@media screen and (max-width: 360px) {
    .p-icons {
        padding-left: 60px !important;
    }
}

@media screen and (max-width: 280px) {
    .p-icons {
        padding-left: 35px !important;
    }
}

.mbUlList {
    margin-bottom: 100px !important;
}

@media screen and (max-width: 500px) {
    .mbUlList {
        display: none !important;
    }
}

@media screen and (max-width: 500px) {
    .navSizeIcons {
        padding: 0 !important;
    }
}

.modal-eliminacion {
    margin-right: -2px;
}

.p-icons-drogas {
    padding-left: 7px !important;
}

.mbtextArea {
    margin-bottom: 250px !important;
}

.connecting-lineV2 {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}


.connecting-lineV3 {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 50%;
    margin: 0 auto;
    left: -160px;
    right: 0;
    top: 15px;
    z-index: 1;
}

.connecting-lineHc {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}


.wizard>div.wizard-innerHc {
    margin-left: 28%;
    width: 60%;
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.form-select {
    display: block !important;
}


/* PARA DESACTIVAR CLIC EN LINK */
.linkDisabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

.icono-center {
    text-align: center;
    font-size: 8px;
}


.panel {
    display: none;
}

.chosen-select {
    height: 55% !important;
    opacity: 0 !important;
    position: absolute !important;
    display: flex !important;
}


.pl{
    padding-right: 3px;
}

.truncate-text-one-line {
    width: 80%;
    text-overflow: ellipsis;
}

.border-info-dash {
    border-radius: 0.7em;
    border-left: 8px solid #93d3c4;
}

.border-warning-dash {
    border-radius: 0.7em;
    border-left: 8px solid #ffc107;
}

.border-secondary-dash {
    border-radius: 0.7em;
    border-left: 8px solid #a7b6fb;
}

.borderHT{
    border-radius: 1.9em 1.9em 0px 0px;
    box-shadow: 0px 2.5px #f4f5f6;
    border-color: #eff2f7;
    background: #fff;
    font-weight: 300;
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 0px solid rgba(0, 0, 0, .125);
}

.borderHTSignos{
    border-radius: 1.9em 1.9em 0px 0px;
    box-shadow: 0px 2.5px #f4f5f6;
    border-color: #eff2f7;
    background: #fff;
    font-weight: 300;
    padding: .75rem 1.5rem;
    margin-bottom: 0;
    border-bottom: 0px solid rgba(0, 0, 0, .125);
}
.borderCT{
    border-radius: 0px 0px 0.9em 0.9em;
}
.borderCard{
    border-radius: 2.9em 2.9em 0.9em 0.9em;
}

.border-side-left {
    width: 9px;
    height: 55px;
    background-color: #fbd982;
    border: 1px solid #fbd982;
    border-radius: 0.7em;
}

.custom-bar-chart {
    height: 5px; 
    margin-top: 2px;
    margin-left: 10px;
    position: relative;
    border-bottom: 0px solid #f1f2f7;
}

@media (max-width: 768px) {
    .header {
        position: absolute;
        z-index: 1302;
    }
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - -3rem);
    content: "";
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    color: #797979 !important;
    padding: 2px 4px !important;
}


.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: .75rem !important;
    line-height: calc(1.5em + .75rem) !important;
    color: #797979 !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    padding-left: 0.75rem;
    line-height: calc(1.5em + 0.75rem);
    color: #797c7f;
}
.select2-container--bootstrap4 .select2-results__option--selectable{
    color: #8B8B8B;
}
.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
    color: #8B8B8B !important;
    background-color: #93d3c45c !important;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: #93d3c4;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 211, 196, 75%);
    box-shadow: 0 0 0 0.2rem rgba(147, 211, 196, 0.25);
}

.select2-container .select2-selection--single {
    height: 37px !important;
}

#custom_select2_search .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b{
    transform: translateY(-50%);
    right: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../../images/search_icon.png');
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 20px !important;
    width: 20px !important;
    margin: auto !important;
    top: auto !important;
    left: auto !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 0;
    height: 0;
    margin-top: -2px;
    margin-left: -4px;
    border-color: #797a81 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
}

.custom-card-tratamiento{
    border-radius: 1.03rem!important;
    background-color: #F1F2F7 !important;
}

/*custom cambio de color en checkboxes*/
.button-cover {
    height: 100px;
    margin: 20px;
    background-color: rgb(147, 168, 185);
    box-shadow: 0 10px 20px -8px #a8dddd;
    border-radius: 4px;
}

.button-cover:before {
    counter-increment: button-counter;
    content: counter(button-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #77afaf;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}

.button-cover, .knobs, .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.option-button-color {
    position: relative;
    width: 74px;
    height: 36px;
    overflow: hidden;
    border-radius: 20px !important;
}

.option-button-color.r, .option-button-color.r .layer {
    border-radius: 100px;
}

.option-button-color.b2 {
    border-radius: 2px;
}

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #d2f1d9;
    transition: 0.3s ease all;
    z-index: 1;
}

/*estilos dropzone*/
.dashed-dz {
    border: dashed #f1f1f1 !important;
}

.dashed-img {
    border: dashed #e0e0e0;
    border-radius: 15px !important;
}

/* Button 10 */
#option-btn-color .knobs:before, #option-btn-color .knobs:after, #option-btn-color .knobs span {
    position: absolute;
    top: 3px;
    width: 30px;
    height: 30px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    border-radius: 100%;
    transition: 0.3s ease all;
}

#option-btn-color .knobs:before {
    content: '';
    left: 4px;
    background-color: #52b86a;
}

#option-btn-color .knobs:after {
    content: 'NO';
    right: 3px;
    color: #4e4e4e;
}

#option-btn-color .knobs span {
    display: inline-block;
    left: 4px;
    color: #fff;
    z-index: 1;
}

#option-btn-color .checkbox:checked + .knobs span {
    color: #4e4e4e;
}

#option-btn-color .checkbox:checked + .knobs:before {
    left: 42px;
    background-color: #ef6262;
}

#option-btn-color .checkbox:checked + .knobs:after {
    color: #fff;
}

#option-btn-color .checkbox:checked ~ .layer {
    background-color: #fcebeb;
}

.mrm{
    margin-right: -10px;
}

.treeview ul li:before {
    content: "";
    position: absolute;
    top: -26px;
    left: -45px;
    border-left: 2px dashed #c1c1c1;
    width: 1px;
    height: 100%;
}
.treeviewDash ul li:before {
    content: "";
    position: absolute;
    top: -26px;
    left: -32px;
    border-left: 2px dashed #c1c1c1;
    width: 1px;
    height: 100%;
}

.treeviewDash ul li:after {
    content: "";
    position: absolute;
    border-top: 2px dashed #c1c1c1;
    bottom: 22px;
    left: -44px;
    width: 36px;
}
.treeview ul li:after {
    content: "";
    position: absolute;
    border-top: 2px dashed #c1c1c1;
    bottom: 22px;
    left: -44px;
    width: 36px;
}


.pTask>li {
    padding: 15px 0 15px 20px !important;
}

.badge-lred {
    background-color: red;
}

.badge-lblue {
    background-color: skyblue;
}

.badge-lorange {
    background-color: orange;
}

.badge-lpink {
    background-color: pink;
}

.badge-llemon {
    background-color: yellowgreen;
}

.badge-lyellow {
    background-color: yellow;
}

.badge-lpurple {
    background-color: purple;
}

.badge-ldpink {
    background-color: deeppink;
}

.badge-lwood {
    background-color: burlywood;
}

.badge-lteal {
    background-color: #CAF7E3;
}

.badge-lcrimson {
    background-color: crimson;
}

.badge-ldblue {
    background-color: darkblue;
}

.badge-ldseagreen {
    background-color: darkseagreen;
}

.badge-lkhaki {
    background-color: khaki;
}

.badge-llawngreen {
    background-color: lawngreen;
}

.badge-llightgreen {
    background-color: lightgreen;
}

.badge-llightsalmon {
    background-color: lightsalmon;
}

.badge-lmaroon {
    background-color: maroon;
}

.badge-lmsgreen {
    background-color: mediumspringgreen;
}

.badge-lorangered {
    background-color: orangered;
}

.badge-lturquoise {
    background-color: paleturquoise;
}

.badge-lplum {
    background-color: plum;
}

.badge-lroyalblue {
    background-color: royalblue;
}

.badge-ltomato {
    background-color: tomato;
}

.badge-tall {
    height: 30px;
    padding: 9px 9px;
    text-align: center;
    border-radius: 15px;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px !important;
  }

    .btn-circle.btn-lg:focus {
         box-shadow: none !important;
    }

  .btn-circle.btn-lg {
    width: 45px;
    height: 45px;
    padding: 10px;
    font-size: 19px;
    line-height: 1.33;
    border-radius: 50% !important;
    margin-left: 5px !important;
  }
  .btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px !important;
  }


.ocultarH6{
    width: 98%;
    border: 52.3px solid #ffffff;
    position: absolute;
    top: -26.1%;
    height: -8%;
    left: 1%;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: #93d3c4;
    -webkit-box-shadow: 0 0 0 0.2rem hsl(166deg 42% 70% / 23%);
    box-shadow: 0 0 0 0.2rem rgb(147 211 196 / 22%);
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
    color: #fff;
    background-color: #93d3c4;
}

.custom_patologia_border {
    border-radius: 15px !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.badge-blue {
    color: #A2B2FA;
    background-color: #E9EDFE;
    font-size: 15px !important;
}

hr.light {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1.5px solid rgba(0, 0, 0, .1);
}



.contentDash {
    display: none;
    overflow: hidden;
    border-radius: 0px 0px 0.9em 0.9em;
}

.botonMasMenos {
    margin-left: 2%;
    width: 45px;
    height: 45px;
    background-color: #a7b6fb;
    /* margin: -18px -11px -43px -2px; */
    padding: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 19px;
    line-height: 26px;
    text-transform: uppercase;
    float: left;
    border-radius: 50%;
    border: 1px solid #a7b6fb;
    margin-top: -25px;
}

.botonReceta {
    margin-left: 2%;
    width: 45px;
    height: 45px;
    background-color: #a7b6fb;
    margin-left: -49px;
    padding: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 19px;
    line-height: 26px;
    text-transform: uppercase;
    float: left;
    border-radius: 50%;
    border: 1px solid #a7b6fb;
    margin-top: -25px;
}

.botonEditar {
    margin-left: 2%;
    width: 45px;
    height: 45px;
    background-color: #a7b6fb;
    /* margin: -18px -11px -43px -2px; */
    padding: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 19px;
    line-height: 26px;
    text-transform: uppercase;
    float: left;
    border-radius: 50%;
    border: 1px solid #a7b6fb;
    margin-top: -25px;
}

.signosV {
    border-radius: 0em 2em 2em 0em;
    padding: 3%;
    width: 89%;
    color: #93d3c4;
    background-color: #93d3c442;
}

.border-C {
    position: absolute;
    width: 9px;
    height: 55px;
    background-color: #aebbf5;
    border: 1px solid #abbefb;
    border-radius: 0.7em;
    right: 1%;
}

.pD {
    padding-left: 14.3px;
}

.nvD {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 37px;
    margin-bottom: 0;
    list-style: none;
    margin-top: 8px;
}



#myTabFichaPaciente {
    position: absolute;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: translate(-100%, 0) rotate(-90deg);
    -moz-transform: translate(-100%, 0) rotate(-90deg);
    -o-transform: translate(-100%, 0) rotate(-90deg);
    transform: translate(-100%, 0) rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.tabd li:after {
    box-shadow: -2px 2px 0 #f1f2f7;
}


.tabd li:after,
.tabd li:before {
    border: 1px solid #f1f2f7;
}

.m-fp {
    margin-left: 49.8px;
}

.positionImage{
    position: absolute;
    left: 39px;
    margin-top: 10%;
}

.divSesiones{
    border-radius: 0px 20px 20px 0px;
    background: #eef1fb;
    padding: 5px;
    width: 190px;
}

@media screen and (max-width:999px) {
    [historial_medico_btn] > .btn {
        display: none;
    }
}

.headerCabina{
    padding: 2px;
    background: #f3f3f4;
}

.headerConsultaPP{
    /* padding: 1px;
    margin-left: 0px;
    margin-right: 0px; */
    background: #e8e9e9;
}

.borderCabina {
    position: absolute;
    width: 8px;
    height: 49px;
    background-color: #fbd982;
    border: 1px solid #fbd982;
    border-radius: 0.7em;
    right: 1%;
}
.rounded-card{
    border-radius: 10px !important;
    font-size: 0.85rem !important;
}

.rounded-card .card-header{
    background-color: none !important;
    background: none !important;
}

.botonSignos {
    margin-left: 2%;
    width: 45px;
    height: 45px;
    background-color: #a7b6fb;
    /* margin: -18px -11px -43px -2px; */
    padding: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 19px;
    line-height: 26px;
    text-transform: uppercase;
    float: left;
    border-radius: 50%;
    border: 1px solid #a7b6fb;
    margin-top: -25px;
}

.borderBotthom{
    border-bottom: 1.8px solid #e6e7e7;
}

.align-btn-consulta {
    left: 9%;
    position: absolute;
    margin-top: 22px;
    z-index: 5;
}

.aligBtnMasMenos{
    left: 28%;
    position: absolute;
    margin-top: 22px;
    z-index: 5
}
.aligBtnSignos{
    position: absolute;
    margin-top: 22px;
    z-index: 5;
    left: -29%;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #93d3c4;
    border-color: transparent;
    color: #fff;
}

.daterangepicker .ranges li.active {
    background-color: #93d3c4 !important;
    color: #fff;
}
.img_tratamiento {
    margin-left: -35px !important;
}

.img_tratamiento2 {
    margin-left: -20px !important;
}
.btn-dropw {
    color: #7b7f7f;
    background-color: #ffffff14 !important;
    border-color: #f6f8fb !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #908479;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #7b7f7f;
    text-decoration: none;
    background-color: #93d3c4a1 !important;
}

.btn:hover {
    color: #7b7f7f;
    text-decoration: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #7f7c7a;
    text-decoration: none;
    background-color: #f8f9fa;
}

.focused.active2 {
    color: #fbd982 !important;
}

.background {
    background: #fafafa;
}

.inline-no-va {
    max-width: 93% !important;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.btnC{
    height: 33px;
    margin: 0px;
    width: 66%;
}

.btn-outline-secondary {
    margin-top: 0.8px;
    background: #a7b6fb;
    border-color: #a7b6fb;
}

.btn-outline-secondary {
    color: #ffffff;
    border-color: #ffffff;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(167 182 251);
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #a7b6fb;
    border-color: #a7b6fb;
}


.btn-outline-secondary:hover {
    color: #fff;
    background-color: #a7b6fb;
    border-color: #a7b6fb;
}

a.nav-linkfp {
    color: #cacaca !important;
}

.autoComplete_wrapper>ul {
        width: 100%;
        height: 15em;
        line-height: 2em;
        border: 1px solid #ccc;
        padding: 0;
        margin: 0;
        overflow: scroll;
        overflow-x: hidden;
    
}


.autoComplete_wrapper>ul>li:hover {
    cursor: pointer;
    background-color: #93d3c48a;
}

.autoComplete_wrapper>ul>li mark {
    background-color: #93d3c400;
    color: #797979;
    font-weight: 700;
    padding:.0em !important;
}

.autoComplete_wrapper>ul>li {
    margin: .3rem;
    padding: .3rem .5rem;
    text-align: left;
    font-size: 1rem;
    color: #9a9a9a;
    border-radius: .35rem;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s ease;
}

.infinite-min-height{
    min-height: 350px;
}

.select2-container .select2-selection--single .select2-selection__clear {
    color: black;
    margin-right: 25px;
}

/*toast (color msg)*/
#toast-container > div {
    color: white;
}

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #51a351;
}

.toast-error {
    background-color: #bd362f;
}

.toast-info {
    background-color: #2f96b4;
}

.toast-warning {
    background-color: #f89406;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

#tratamientos_tab:hover{
    color: #fbd982 !important;
}

.hm_menu {
    width: 30%;
    position: fixed;
    overflow: scroll;
    height: 89%;
    overflow-x: hidden;
    overflow-y: hidden;
    right: -20px;
    min-height: 89%;
}

.button_hm-cover
{
    height: 100px;
    margin: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px -8px #c5d6d6;
    border-radius: 4px;
}

.button_hm-cover:before
{
    counter-increment: button-counter;
    content: counter(button-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}

.button_hm-cover, .knobs_hm, .layer_hm
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button_hm
{
    position: relative;
    width: 205px;
    height: 34px;
    overflow: hidden;
}

.button_hm.r, .button_hm.r .layer_hm
{
    border-radius: 100px;
}

.button_hm.b2
{
    border-radius: 8px;
}

.checkbox_hm
{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs_hm
{
    z-index: 2;
}

.layer_hm
{
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
}

#button-hm .knobs_hm:before, #button-hm .knobs_hm:after, #button-hm .knobs_hm span
{
    position: absolute;
    top: 3px;
    width: 99px;
    height: 28px;
    text-align: center;
    padding: 4px 0px;
    border-radius: 6px;
    transition: 0.3s ease all;
}

#button-hm .knobs_hm:before
{
    content: '';
    left: 3%;
    background-color: #93d3c4;
}

#button-hm .knobs_hm:after
{
    content: 'Tratamientos';
    right: 6px;
    color: #93d3c4;
    font-weight: 600;
}

#button-hm .knobs_hm span
{
    display: inline-block;
    left: 4px;
    color: #fff;
    z-index: 1;
    font-weight: 600;
}

#button-hm .checkbox_hm:checked + .knobs_hm span
{
    color: #93d3c4;
    font-weight: 600;
}

#button-hm .checkbox_hm:checked + .knobs_hm:before
{
    left: 49%;
    background-color: #93d3c4;
}

#button-hm .checkbox_hm:checked + .knobs_hm:after
{
    color: #fff;
    font-weight: 600;
}

#button-hm .checkbox_hm:checked ~ .layer_hm
{
    background-color: #ebf7fc;
}

.font-11 {
    font-size: 11px;
}

.cardHM {
    height: 550px;
    overflow: scroll;
    overflow-x: hidden;
    margin-right: -20px;
}

/*Terminan estilos de scrollbar*/
.cardHM::-webkit-scrollbar {
    width: 8px;
}

.cardHM::-webkit-scrollbar-track {
    background-color: #EFF2FE;
}

.cardHM::-webkit-scrollbar-thumb {
    background-color: #a7b6fb;
    border-radius: 10px;
    height: 77px;
}

[small_size] {
    font-size: 13px;
}

[consultas_option]>.row, [tratamientos_option]>.row {
    box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}

[consultas_option], [tratamientos_option] {
    height: 70vh;
    overflow: scroll;
    overflow-x: hidden;
}

.counterHM {
    position: relative;
    margin-left: 4px;
    border-radius: 14px;
    font-size: 10px;
    line-height: 1.3;
    text-align: center;
    padding: 2px 6px 2px 6px;
    white-space: nowrap;
}

.grayFont {
    color: #9E9E9E!important;
}

.progressBarPP {
    background-color: #ffc87f;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='1' viewBox='0 0 40 1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h20v1H0z' fill='%23FAA014' fill-opacity='.98' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.progress {
    display: inline-block;
    width: 400px;
    height: 17px;
    margin: 35px;
    margin-top: 0px;
    border-radius: 20px;
    background: #f3f3f3;
}

.barPP {
    border-radius: 20px;
    width: 0%;
    height: 100%;
    transition: width;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.36,.55,.63,.48);
}

@media screen and (max-width:768px) {
    [progressBarPP] {
        display: none;
    }
}

.circulo-signos {
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    font-weight: bold;
    line-height: 10em;
    margin-bottom: 10px;
    margin-top: -20px;
    vertical-align: middle;
    width: 120px;
    height: 120px;
}

.circulo-alerta-signos{
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    width: 65px;
    height: 65px;
}

.note-editable li {
    list-style-type: decimal;
}

.custom-vertical-scroll::-webkit-scrollbar {
    width: 8px;
}

.custom-vertical-scroll::-webkit-scrollbar-track {
    background-color: #EFF2FE;
}

.custom-vertical-scroll::-webkit-scrollbar-thumb {
    background-color: #a7b6fb;
    border-radius: 10px;
    height: 77px;
}

.btn-round-user{
    position: absolute !important;
    background-color: #FFF;
    height: 20px;
    width: 20px;
    padding: 0px;
    border-radius: 50px;
    font-size: 11px;
    line-height: 18px;
    margin-left: 68px;
    margin-top: 1px;
    cursor: pointer;
}

.btn-file-edit {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 23px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    direction: ltr;
}

.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    margin-left: 82px;
    margin-top: 24px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
background-color: #93d3c4 !important;
color: white !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #ced4da 1px !important;
    outline: 0 !important;
}
.select2-container .select2-selection--multiple {
    border: solid #ced4da 1px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    padding: 2px 4px !important;
    display: block !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.consulta_menu {
    width:100% !important;
}


@media (min-width: 576px) {
    .consulta_menu_historico {
        width:100% !important;
    }
}

@media (min-width: 768px) {
    .consulta_menu_historico {
        width:68% !important;
    }
}

@media (min-width: 992px) {
    .consulta_menu_historico {
        width:68% !important;
    }
}

@media (min-width: 1200px) {
    .consulta_menu_historico {
        width:68% !important;
    }
}

/* @media (max-width: 575px) {
    .historialmedico {
        width:0% !important;
    }
} */

.historialmedico {
    width:32% !important;
}

/* Unificacion de pacientes */
.ProgressBarUP {
    margin: 0 auto;
    padding: 1em 0 2em;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.ProgressBarUP-step {
    text-align: center;
    position: relative;
    width: 100%;
}

.ProgressBarUP-step:before, .ProgressBarUP-step:after {
    content: "";
    height: 0.5em;
    background-color: #F1F2F7;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: -50%;
    top: 43%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.65s ease-out;
    transition: all 0.65s ease-out;
}

.ProgressBarUP-step:first-child:before, .ProgressBarUP-step:first-child:after {
    display: none;
}

.ProgressBarUP-step:after {
    width: 0%;
    background-color: #c9e9e1;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='1' viewBox='0 0 40 1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h20v1H0z' fill='%2390cebf' fill-opacity='1' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ProgressBarUP-step.is-complete + .ProgressBarUP-step.is-current:after, .ProgressBarUP-step.is-complete + .ProgressBarUP-step.is-complete:after {
    width: 100%;
}

.ProgressBarUP-icon {
    width: 44px;
    height: 44px;
    background-color: #F1F2F7;
    fill: #F1F2F7;
    border-radius: 50%;
    padding: 10px;
    max-width: 100%;
    z-index: 10;
    position: relative;
    -webkit-transition: all 0.65s ease-out;
    transition: all 0.65s ease-out;
    color: #C1C1C1;
}

.is-current .ProgressBarUP-icon {
    fill: #93D3C4;
    background-color: #93D3C4;
    color: white;
}
.is-complete .ProgressBarUP-icon {
    fill: #dbf1ff;
    background-color: #93D3C4;
    color: white;
}

.ProgressBarUP-stepLabel {
    display: block;
    text-transform: uppercase;
    color: #F1F2F7;
    position: absolute;
    padding-top: 0.5em;
    width: 100%;
    -webkit-transition: all 0.65s ease-out;
    transition: all 0.65s ease-out;
}
.is-current > .ProgressBarUP-stepLabel, .is-complete > .ProgressBarUP-stepLabel {
    color: #93D3C4;
}

.text-gray{
    color: #797979 !important;
}

.text-gray-light{
    color: #9A9A9A !important;
}

.selected-item-unify{
    border-left: 7px solid #B3C1FB !important;
    background-color: #b3c0fb34 !important;
}

.selected-item-unify:hover, .selected-item-unify:hover > td, .table-hover:hover > th{
    background-color: #b3c0fb34 !important;
}

/* Arbol unificacion pacientes */
#root-left {
    position: relative;
    vertical-align: middle;
}

#root-right {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

/* left tree */

.branch-inverse:before {
    content: "";
    width: 30%;
    border-top: 2px dotted #B4B4B4;
    position: absolute;
    right: -31%;
    top: 50%;
    margin-top: 1px;
}

.entry-inverse {
    position: relative;
    min-height: 60px;
}

.line-unification-tree:after {
    content: "";
    width: 100%;
    border-top: 2px dotted #B4B4B4;
    position: absolute;
    /* right: -32px; */
    top: 50%;
    margin-top: 5px;
}

.entry-inverse:before {
    content: "";
    height: 101%;
    border-right: 2px dotted #B4B4B4;
    position: absolute;
    right: -8px;
}

.entry-inverse:first-child:before {
    width: 9px;
    height: 52%;
    top: 50%;
    margin-top: 2px;
    border-radius: 0 2px 0 0;
}


.entry-inverse:first-child:after {
    height: 10px;
    border-radius: 0 2px 0 0;
}

.entry-inverse:last-child:before {
    width: 10px;
    height: 49.9%;
    border-radius: 0 0 2px 0;
}

.entry-inverse:last-child:after {
    height: 10px;
    border-top: none;
    border-bottom: 2px dotted #B4B4B4;
    border-radius: 0 0 2px 0;
    margin-top: -10px;
}

.entry-inverse.sole:after {
    width: 50px;
    height: 0px;
    margin-top: 1px;
    border-radius: 0px;
}

.entry-inverse.sole:before {
    display: none;
}

.card-fully-rounded, .card-fully-rounded .card-header:first-child {
    border-radius: 20px;
}

.union-line-unification{
    width: 99%;
    border-top: 2px dotted #B4B4B4;
    position: relative;
    right: 22px;
    top: 50%;
    margin-top: 1px;
}

.counterHM {
    position: relative;
    margin-left: 4px;
    border-radius: 14px;
    font-size: 10px;
    line-height: 1.3;
    text-align: center;
    padding: 2px 6px 2px 6px;
    white-space: nowrap;
}

.span-unificacion-rmvpx {
    border-radius: 7px;
    background-color: #f3898969;
    color: #F38989;
    font-size: 12px;
    padding: 4px;
}

.btn-purple-appointment{
    background: #A7B5FB80;
    color:#677AD9;
    width: 105px;
    height: 19px;
    border: 0;
    font-size: smaller;
    font-weight: 600;
}

.btn-purple-appointment:hover{
    background: #A7B5FB;
    color: #ffffff;

}

.badge-user-id{
    background-color: #69D4C6;
    border-radius: 19px;
    height: 25px;
    font-size: 12px;
    color: #fff;
    padding: 3px 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 12px;
    font-family: "Muli", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    flex-wrap: nowrap;
}

.badge-user-id_sm{
    background-color: #69D4C6;
    border-radius: 19px;
    height: 20px;
    font-size: 11px;
    color: #fff;
    padding: 3px 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 10px;
    font-family: "Muli", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
    max-width: fit-content;
    flex-wrap: nowrap;
}