:root {
    --width_pantalla: 0;
    --width_base: 1440;
}

body {
    font-size: calc(var(--width_pantalla) * (calc(13/var(--width_base))));
}

input {
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.name_st {
    color: #000000;
    font-size: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-top: calc(var(--width_pantalla) * (calc(15/var(--width_base)))); */
    padding-right: calc(var(--width_pantalla) * (calc(10/var(--width_base))));
    /* position: initial; */
}

.pad_t_mh {
    padding-top: calc(var(--width_pantalla) * (calc(10/var(--width_base))));
    padding-left: calc(var(--width_pantalla) * (calc(10/var(--width_base))));
}

.cont_other_header {
    padding-right: 40px;
    cursor: pointer;
    display: flex;
    align-items: stretch;
}

.cont_header_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 0;
    position: relative;
}

.pad_r_5r {
    padding-right: calc(var(--width_pantalla) * (calc(90/var(--width_base))));
}

.header_menu {
    /* position: fixed; */
    z-index: 999;
    background-color: #ffffff !important;
    width: 100%;
    box-shadow: 0px 1px 1px #dadada;
    /* display: none; */
}

.header_menu_div {
    max-height: calc(var(--width_pantalla) * (calc(100/var(--width_base))));
}

.header_menu_div_img {
    padding-left: 60px;
}

.header_menu_img {
    width: calc(var(--width_pantalla) * (calc(100/var(--width_base))));
    padding: 5px;
}

.fa-2x {
    /* font-size: 2em; */
    font-size: calc(var(--width_pantalla) * (calc(20/var(--width_base)))) !important;
    color: #000000;
    /* font-size: calc(var(--width_pantalla) * (calc(28/var(--width_base))))!important; */
    padding: 4px;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;

}

.fa {
    position: relative;
    display: table-cell;
    /* width: calc(var(--width_pantalla) * (calc(65/var(--width_base))));
    height: calc(var(--width_pantalla) * (calc(40/var(--width_base)))); */
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}

.main-menu:hover,
nav.main-menu.expanded {
    width: 250px;
    overflow: visible;
}

.main-menu {
    background: #ffffff;
    /* background:#1e0b30; */
    /* background: linear-gradient(135deg, #1e0b30, #bf4e9c, #6276a8); */

    border-right: 1px solid #e5e5e5;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: calc(var(--width_pantalla) * (calc(65/var(--width_base))));
    overflow: hidden;
    -webkit-transition: width .05s linear;
    transition: width .05s linear;
    -webkit-transform: translateZ(0) scale(1, 1);
    z-index: 999;
}

/* .main-menu>ul {
margin:7px 0;
} */

.main-menu li {
    position: relative;
    display: block;
    width: 250px;
    margin: 0 0 15px 0;
}

.main-menu li>a {
    position: relative;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    color: #000000;
    /* color:#999; */
    font-family: arial;
    font-size: 14px;
    text-decoration: none;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;

}

.main-menu li>a i:hover {
    transform: scale(1.1);
}

.main-menu .nav-icon {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}

.main-menu .nav-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 190px;
    font-family: 'Titillium Web', sans-serif;
}

.main-menu .logout {
    position: absolute;
    bottom: 0;
}

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

.no-touch .scrollable.hover:hover {
    overflow-y: auto;
    overflow: visible;
}

a:hover,
a:focus {
    text-decoration: none;
}

nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

nav ul,
nav li {
    outline: 0;
    margin: 0;
    padding: 0;
}

.title_nav {
    padding-top: 7px;
    background-color: #f64795;
    /* background-color: #6276a8; */
    /* background-color: #6745877a; */
    /* background-color: #bf4e9c; */
    /* background: linear-gradient(135deg, #1e0b30, #bf4e9c, #6276a8); */


}

.he_140 {
    height: calc(var(--width_pantalla) * (calc(140/var(--width_base)))) !important;
}

.main-menu li:hover>a,
nav.main-menu li.active>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
.dashboard-page nav.dashboard-menu ul li.active a {
    color: #ffffff;
}

.main-menu li:hover>a .fa-2x {
    color: #ffffff;
}

.main-menu li:hover,
nav.main-menu li.active,
.dropdown-menu>li:hover,
.dropdown-menu>li:focus,
.dropdown-menu>.active,
.dropdown-menu>.active:hover,
.dropdown-menu>.active:focus,
.no-touch .dashboard-page nav.dashboard-menu ul li:hover,
.dashboard-page nav.dashboard-menu ul li.active {
    /* background-color: #bf4e9c; */
    background-color: #b6a6c6;
    /* background-color: #eb5e9a8c; */
    /* background: linear-gradient(135deg, #1e0b30, #bf4e9c, #6276a8); */
    /* height: 100%; */
}

.area {
    position: absolute;
    height: 100%;
    top: 0;
}

.table {
    margin-bottom: 0rem;
}

.table thead th,
.table thead td {
    font-weight: 500;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

.table thead {
    background-color: #8d3bc41c;
    /* background-color: #09aeb214; */
    /* background: #67458726; */
}

.table thead th {
    vertical-align: middle;
    border-bottom: 1px solid #ced4da;
    border-top: none;
    border-left: 1px solid #ced4da;

}

.table tbody td {
    vertical-align: middle;
    /* text-align: center; */
    /* height: 85px; */

}

.table tbody {
    background: #ffffff;


}

.table_responsive>.table_bordered {
    border: 0;
}

.table thead th:first-of-type {
    border-left: none;
}

.table_responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 150px;
}

.table_responsive {
    border-radius: 15px 15px 15px 15px !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    border: 1px solid #ced4da !important;
    margin-bottom: 15px;
    margin-top: 15px;
}

.mar_top_20 {
    margin-top: calc(var(--width_pantalla) * (calc(20/var(--width_base))));
}

.mar_lef_15 {
    margin-left: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
}

.form-group {
    margin-bottom: 0.5rem;
}

.form-control {
    font-size: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
    height: calc(1.08em + 0.75rem + 2px);
    padding: 0rem 0.75rem;
}

.wid_esp_form_ctr {
    max-width: calc(var(--width_pantalla) * (calc(90/var(--width_base))));
}

.wid_esp_form_ctr2 {
    min-width: calc(var(--width_pantalla) * (calc(170/var(--width_base))));
}

.wid_esp_form_ctr3 {
    min-width: calc(var(--width_pantalla) * (calc(300/var(--width_base))));
}

.pad_no {
    padding: 0;
}

.pad_15 {
    padding: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
}

.pad_1r {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

.cont_search {
    background: #f8f8f6;
    border-radius: 15px;
    padding: 15px;
}

.search_label {
    padding-left: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
    padding-top: calc(var(--width_pantalla) * (calc(20/var(--width_base))));
}

.pad_15_novo {
    margin-bottom: calc(var(--width_pantalla) * (calc(20/var(--width_base))));
    padding: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
}

.pad_15_ref {
    padding: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
}

.pad_t_20 {
    padding-top: 20px;
}

.pad_l_20 {
    padding: calc(var(--width_pantalla) * (calc(25/var(--width_base))));
}

.mr_bt_50 {
    margin-bottom: calc(var(--width_pantalla) * (calc(50/var(--width_base))));
}

.mr_bt_20 {
    margin-bottom: calc(var(--width_pantalla) * (calc(20/var(--width_base))));
}

.mr_r_15 {
    margin-right: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
}

.mr_t_30 {
    margin-top: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
}

.just_cent {
    justify-content: center;
}

.text_left {
    text-align: left !important;
}

.text_lef_pad {
    text-align: left;
    padding-left: 0;
}

.just_flex_end {
    justify-content: flex-end !important;
}

.fa_his {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.w_50 {
    width: 50px;
}

.w_80 {
    width: 80px;
}

.w_100px {
    width: 100px;
}

.mr_0 {
    margin: 0;
}

.btn_apli {
    width: 100px;
    padding: 5px;
}

.card {
    border-radius: 15px;
    /* background: #f8f8f6; */
    background: #ffffff;
    /* border: 1px solid #674587; */
}

.esp_but_his {
    position: absolute;
    right: 0;
}

.he_card {
    min-height: 150px;
    /* min-height: 410px; */
}

.card_height_avatar {
    /* height: calc(var(--width_pantalla) * (calc(360/var(--width_base)))); */
    height: auto;
}

.card_height_avatar2 {
    /* height: calc(var(--width_pantalla) * (calc(400/var(--width_base)))); */
    height: 100%;
}

/* button */
.btn_fafa {
    color: #f64795 !important;
    /* color: #09aeb2!important; */
    /* color: #bf4e9c!important; */
    /* color: #674587!important; */
}

.btn_fafa:hover {
    color: #09aeb2 !important;
    /* color: #f64795!important; */
    /* color: #6276a8!important; */
    /* color: #bf4e9c!important; */
}

.btn_mod .fa {
    font-size: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
}

.fa_mid {
    text-align: center;
}

.cont_btn {
    /* justify-content: center; */
    /* align-items: flex-end; */
    /* display: flex; */
    /* padding-top: 12px; */
    /* padding-top: calc(var(--width_pantalla) * (calc(28/var(--width_base)))); */
    /* padding-bottom: 15px; */
    padding-left: 0;
    padding-right: 0;
    text-align: end;
}

.btn_add {
    margin-right: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
}

.obs_btn {
    background-color: #f64795 !important;
    /* background: #bf4e9c!important; */
    /* background: #674587!important; */
}

.obs_btn:hover {
    background: #f64795 !important;
    /* background: #bf4e9c!important; */
    /* background: #1e0b30!important; */
}

.btn-active3 {
    background: #ffffff !important;
    border: 1px solid #dfdfdf;
    color: #000000 !important;
}

.btl_r {
    border-top-left-radius: 15px;
}

.btn-active3:hover {
    background: #efefef;
    /* color: #6276a8; */
}

.btn-active {
    border-bottom: 2px solid #f64795;
    /* border-bottom: 2px solid #6276a8; */
    color: #f64795;
    /* color: #6276a8; */
    min-width: 145px;
    border-radius: 0;
}

.btn-active:hover {
    color: #f64795;
    /* color: #6276a8; */
}

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

.btn-noactive3 {
    background: #00adb5;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.btn-noactive {
    min-width: 100%;
}

.btn-noactive3:hover {
    background: #f2e9f9;
}

.btn-noactive:hover {
    color: #f64795;
    /* color: #6276a8; */
    /* color: #6276a8; */
}

.btn-secondary {
    background: #6276a8;
    border: #6276a8;
    font-size: calc(var(--width_pantalla) * (calc(14/var(--width_base))));
}

.btn-secondary:hover {
    background: #6276a8;
    /* transition: 0.5s; */
}

.btn_fafa {
    -webkit-appearance: none;

}

.btn_step {
    -webkit-appearance: none;
}

.btn_ref {
    -webkit-appearance: none;
}

.btn_a {
    padding: 6px 10px 6px 10px;
    border-radius: 5px;
    -webkit-appearance: none;
}

.btn_a2 {
    padding: 6px 20px 9px 0px;
    border-radius: 5px;
    margin-bottom: 10px;
    -webkit-appearance: none;
}

.btn_a3 {
    padding: 6px 10px 6px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    -webkit-appearance: none;
}

.est_respon {
    text-align: right;
}

.btn-molar {
    background-color: #09aeb2;
    border: #09aeb2;
    /* background: #6276a8; */
    /* border: #6276a8; */
    border-radius: 5px;
    color: #ffffff !important;
    font-size: calc(var(--width_pantalla) * (calc(14/var(--width_base))));
}

.btn-molar-delete {
    background: #212121;
    border: #212121;
    color: #ffffff !important;

}

.btn-molar-delete:hover {
    background: #6276a8;
    border: #6276a8;

}

.btn-molar-login {
    background: #ff4995;
    border: #ff4995;
    border-radius: 5px;
    color: #ffffff !important;
    font-size: 14px;
}

.sweet-alert button.cancel {
    background-color: #09aeb2 !important;
    border: #09aeb2 !important;
    /* background-color: #6276a8!important;    
    border: #6276a8!important; */

}

.sweet-alert button.confirm {
    background: #ff4995 !important;
    /* background: #bf4e9c!important; */
}

.sweet-alert button {
    font-size: 14px !important;
    max-width: 150px !important;
    max-height: 50px !important;
}

.sweet-alert h2 {
    font-size: 20px !important;
    color: #ff4995 !important;
    /* color: #bf4e9c!important; */
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #ff4995 !important;
    /* border-color: #bf4e9c!important; */
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    background-color: #ff4995 !important;
    /* background-color: #bf4e9c!important; */
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    background-color: #ff4995 !important;
    /* background-color: #bf4e9c!important; */
}

.sweet-alert {
    width: 400px !important;
}

.sweet-alert .sa-icon {
    width: 60px !important;
    height: 60px !important;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    height: 20px !important;
}

.sweet-alert p {
    color: #212121 !important;
}

.fc-week .fc-day>div .fc-day-number {
    width: 30px !important;
    height: 30px !important;
}

.btn-molar:hover {
    /* background: #bf4e9c; */
    background: #1e0b30;
    color: #ffffff !important;
    /* transition: 0.5s; */
}

.btn-molar:hover a {
    color: #ffffff;
}

.btn-molar:not(:disabled):not(.disabled).active,
.btn-molar:not(:disabled):not(.disabled):active,
.show>.btn-molar.dropdown-toggle {
    /* background: #6276a8; */
    background-color: #09aeb2;
}

.only_dis_fle {
    display: flex;
}

.jus_cont_space_bwn {
    justify-content: space-between;

}

.dis_fle {
    display: flex;
    font-size: calc(var(--width_pantalla) * (calc(13/var(--width_base))));
    /* font-size: calc(var(--width_pantalla) * (calc(15/var(--width_base)))); */
    justify-content: center;
    align-items: center;
}

.dis_fle_njc {
    display: flex;
    align-items: center;
}

.dis_fle .fa {
    width: 30px;
    align-items: center;
    display: flex;
}

.modal-xl {
    max-width: 1050px !important;
}

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

.sub_img2 .fa {
    align-items: center;
    display: flex;
    width: 25px;
    font-size: calc(var(--width_pantalla) * (calc(18/var(--width_base))));
}

.title_card {
    font-weight: bold;
    color: #212121;
    font-size: calc(var(--width_pantalla) * (calc(18/var(--width_base))));
}

.title_h {
    /* color: #212121; */
    font-weight: bold;

}

.title_point {
    font-weight: bold;
    color: #33667f;
}

.carbo_back {
    background: #adcf2d;
}

.carbo {
    color: #adcf2d;
    font-weight: bold;
}

.prote_back {
    background: #c9452d;
}

.prote {
    color: #c9452d;
    font-weight: bold;
}

.grasa_back {
    background: #8f2e82;
}

.grasa {
    color: #8f2e82;
    font-weight: bold;
}

.start {
    color: #dbc030;
}

.title_analisis {
    font-weight: bold;
    font-size: calc(var(--width_pantalla) * (calc(20/var(--width_base))));
}

.text_cen {
    text-align: center;
}

.title_micro {
    font-weight: bold;
    font-size: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
}

.row_title {
    justify-content: center;
    padding-bottom: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
}

.bor_left {
    border-left: 1px solid #e5e5e5;
}

.text_center {
    text-align: center;
}

/* end buton */

/* dashboard */
.nav-link {
    font-size: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
    ;
}

.sec_dash {
    /* padding: calc(var(--width_pantalla) * (calc(50/var(--width_base)))) calc(var(--width_pantalla) * (calc(140/var(--width_base)))); */
    min-height: 100vh;
    background: #ffffff;
    /* background: #101c28; */
    /* background-image: url("../images/fondos/calculadoras.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

.sec_atajos {
    padding: calc(var(--width_pantalla) * (calc(50/var(--width_base))));
    /* background: #989fb0; */
    /* background: #1e0b30; */
    background: #d8d8da;
    /* background: #6276a8; */
    border-radius: 15px;
    /* border: 1px solid #674587; */
    margin: auto;
    min-width: 80%;
    position: relative;
    min-height: 80vh;
}

.saludo_dash {
    text-align: center;
    padding-top: calc(var(--width_pantalla) * (calc(20/var(--width_base))));
}

.saludo_dash_menu {
    text-align: center;
}

.hola_dash {
    font-size: calc(var(--width_pantalla) * (calc(25/var(--width_base))));
    font-weight: bold;
    margin-bottom: 0;
    color: #212121;
}

.name_dash {
    font-size: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
    font-weight: bold;
    color: #674587;
    /* color: #bf4e9c; */
    text-transform: uppercase;
}

.name_dash_menu {
    font-size: calc(var(--width_pantalla) * (calc(18/var(--width_base))));
    font-weight: bold;
    color: black;
    /* color: #674587; */
    /* color: #ffffff; */
    /* color: #bf4e9c; */
    text-transform: uppercase;
    padding-top: 5px;
}

.cont_atajos {
    text-align: center;
}

.ico_atajo {
    font-size: calc(var(--width_pantalla) * (calc(50/var(--width_base))));
    /* color: #674587; */
    color: #eb5e9a;
    /* color: #bf4e9c; */
    height: 100%;
}

.cont_figure {
    width: 100%;
    margin: auto;
    transition: 0.2s;
}

.cont_figure:hover {
    transform: scale(1.2);
}

.title_atajo {
    color: #212121;
    font-size: calc(var(--width_pantalla) * (calc(17/var(--width_base))));
    font-weight: bold;
}

.mar_top_botom_auto {
    margin-top: auto;
    margin-bottom: auto;
}

.form-check {
    padding-bottom: 10px;
}

/* enddashboard */
/* calculadora */
.sec_cal {
    padding-top: calc(var(--width_pantalla) * (calc(5/var(--width_base))));
    /* padding-top: calc(var(--width_pantalla) * (calc(80/var(--width_base)))); */
    padding-bottom: calc(var(--width_pantalla) * (calc(5/var(--width_base))));
    padding-left: calc(var(--width_pantalla) * (calc(5/var(--width_base))));
    padding-right: calc(var(--width_pantalla) * (calc(5/var(--width_base))));
    /* padding: calc(var(--width_pantalla) * (calc(30/var(--width_base)))) calc(var(--width_pantalla) * (calc(50/var(--width_base)))) calc(var(--width_pantalla) * (calc(30/var(--width_base)))) calc(var(--width_pantalla) * (calc(140/var(--width_base)))); */
    min-height: 100vh;
    background: #f8f8f6;
    /* background: #d8d8da; */
    /* background: radial-gradient(#54a7cf, #1f3c4a); */
    /* background-image: url("../images/fondos/calculadoras.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;

}

.cont_table_macro {
    display: flex;
    justify-content: center;
}

.a_btn {
    color: #ffffff;
}

/* endcalculadora */

/* pacientes */
.dropdown-item {
    padding: 0.15rem 1.5rem;
}

.other_back {
    background: #f2e9f9;
    text-align: center;
    align-items: center;
    padding: 10px 6px;
    border-radius: 5px;
    font-weight: bold;
}

.dropdown-item.active,
.dropdown-item:active {
    background: none;
}

.pad_cero {
    padding: 0;
}

.drop_font a {
    font-size: calc(var(--width_pantalla) * (calc(12/var(--width_base))));
}

.drop_font span {
    font-weight: bold;
}

.cont_btn_micro {
    padding-bottom: calc(var(--width_pantalla) * (calc(10/var(--width_base))));
}

.btn_micro {
    /* background: #e4e4e4; */
    color: #bf4e9c;
    padding: calc(var(--width_pantalla) * (calc(5/var(--width_base))));
    border-radius: calc(var(--width_pantalla) * (calc(5/var(--width_base))));
    font-size: calc(var(--width_pantalla) * (calc(12/var(--width_base))));
    width: 100%;
}

.res_tot {
    font-size: calc(var(--width_pantalla) * (calc(12/var(--width_base))));
}

.bor_bot {
    border-bottom: 1px solid #ced4da;
    padding-top: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
}

.sec_pacien {
    /* padding: calc(var(--width_pantalla) * (calc(30/var(--width_base))))  calc(var(--width_pantalla) * (calc(50/var(--width_base))))  calc(var(--width_pantalla) * (calc(30/var(--width_base))))calc(var(--width_pantalla) * (calc(120/var(--width_base)))); */
    padding-top: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
    /* padding-top: calc(var(--width_pantalla) * (calc(110/var(--width_base)))); */
    padding-bottom: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
    padding-left: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
    padding-right: calc(var(--width_pantalla) * (calc(30/var(--width_base))));

    /* padding: calc(var(--width_pantalla) * (calc(100/var(--width_base))))  calc(var(--width_pantalla) * (calc(100/var(--width_base))))  calc(var(--width_pantalla) * (calc(100/var(--width_base))))calc(var(--width_pantalla) * (calc(165/var(--width_base)))); */
    /* padding: calc(var(--width_pantalla) * (calc(100/var(--width_base)))) calc(var(--width_pantalla) * (calc(200/var(--width_base)))); */
    min-height: 100vh;
    background: #f8f8f6;
    /* background: #ffffff;     */
    /* background: #e5e5e5;     */
    /* background-image: url("../images/fondos/pacientes.jpg"); */
    background-size: cover;
    background-repeat: no-repeat;
}

.sec_evol {
    padding-top: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
    /* padding-top: calc(var(--width_pantalla) * (calc(100/var(--width_base)))); */
    padding-bottom: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
    padding-left: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
    padding-right: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
    /* padding: calc(var(--width_pantalla) * (calc(30/var(--width_base)))) calc(var(--width_pantalla) * (calc(45/var(--width_base)))) calc(var(--width_pantalla) * (calc(30/var(--width_base)))) calc(var(--width_pantalla) * (calc(110/var(--width_base)))); */
    /* padding: calc(var(--width_pantalla) * (calc(80/var(--width_base)))) calc(var(--width_pantalla) * (calc(45/var(--width_base)))) calc(var(--width_pantalla) * (calc(100/var(--width_base)))) calc(var(--width_pantalla) * (calc(110/var(--width_base)))); */
    min-height: 100vh;
    /* background: #e5e5e5; */
    background: #ffffff;
    /* background-image: url("../images/fondos/pacientes.jpg"); */
    /* background-size: cover;
    background-repeat: no-repeat; */
}

.sec_presu {
    padding-top: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
    /* padding-top: calc(var(--width_pantalla) * (calc(100/var(--width_base)))); */
    padding-bottom: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
    padding-left: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
    padding-right: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
    /* padding: calc(var(--width_pantalla) * (calc(100/var(--width_base)))) calc(var(--width_pantalla) * (calc(200/var(--width_base)))) calc(var(--width_pantalla) * (calc(100/var(--width_base)))) calc(var(--width_pantalla) * (calc(250/var(--width_base)))); */
    min-height: 100vh;
    background-color: #f8f8f6;
    /* background: #ffffff; */
    /* background: #e5e5e5; */
    /* background-image: url("../images/fondos/pacientes.jpg"); */
    background-size: cover;
    background-repeat: no-repeat;
}

.other_dato {
    /* text-align: center;
    justify-content: center; */
    align-items: center;
    font-size: calc(var(--width_pantalla) * (calc(16/var(--width_base))));
}

.other_dato_title {
    font-weight: bold;
}

.sub_dato {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    font-size: calc(var(--width_pantalla) * (calc(17/var(--width_base))));
    color: #09aeb2 !important;
    /* color: #000000!important; */
    /* color: #6276a8!important; */
    font-weight: bold;
}

.sub_img {
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: #f64795!important; */
    /* color: #6276a8!important; */

}

.sub_img_perfil {
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: #f64795!important; */
    /* color: #6276a8!important; */

}

.sub_sub_img_perfilimg .fa {
    align-items: center;
    display: flex;
}

.sub_img .fa {
    align-items: center;
    display: flex;
}

.sub_img_perfil input {
    cursor: pointer;
    width: 120px;
    height: 24px;
    font-size: 0;
    position: absolute;
    opacity: 0;
    /* width: 0 !important;
    height: 0 !important;
    overflow: hidden;
    position: absolute;
    width: 120px;
    opacity: 0; */
}

.sub_img3 {
    display: flex;
    align-items: center;
}

.sub_img3 .fa {
    align-items: center;
    display: flex;
    color: #bf4e9c;
    width: 20px;
    font-size: calc(var(--width_pantalla) * (calc(15/var(--width_base))));

}

.sub_img:hover {
    color: #101c28 !important;
    transition: 0.5s;
}

.sub_img i:hover,
.sub_img span:hover {
    cursor: pointer;
}

.sub_img_perfil:hover {
    color: #101c28 !important;
    transition: 0.5s;
}

.sub_img_perfil i:hover,
.sub_img_perfil span:hover {
    cursor: pointer;
}

/* end pacientes */

/* detalle paciente */
.offset_2 {
    margin-left: 16.666667%;
}

.modal.fade.show {
    -webkit-animation-duration: 500ms !important;
    -moz-animation-duration: 500ms !important;
    animation-duration: 500ms !important;
    animation-name: bounceInRight;
    transition: 0.75s;
}

.sec_detpac {
    padding-top: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
    /* padding-top: calc(var(--width_pantalla) * (calc(110/var(--width_base)))); */
    padding-bottom: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
    padding-left: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
    padding-right: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
    /* padding: calc(var(--width_pantalla) * (calc(30/var(--width_base)))) calc(var(--width_pantalla) * (calc(50/var(--width_base)))) calc(var(--width_pantalla) * (calc(30/var(--width_base)))) calc(var(--width_pantalla) * (calc(140/var(--width_base)))); */
    min-height: 100vh;
    background: #f8f8f6;
    /* background: #d8d8da; */
    /* background-image: url("../images/fondos/pacientes.jpg"); */
    background-size: cover;
    background-repeat: no-repeat;
}

.sec_odonto {
    padding: 2rem;
    /* padding-top: calc(var(--width_pantalla) * (calc(100/var(--width_base))));
    padding-bottom: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
    padding-left: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
    padding-right: calc(var(--width_pantalla) * (calc(30/var(--width_base)))); */
    /* padding: calc(var(--width_pantalla) * (calc(30/var(--width_base)))) calc(var(--width_pantalla) * (calc(50/var(--width_base)))) calc(var(--width_pantalla) * (calc(30/var(--width_base)))) calc(var(--width_pantalla) * (calc(140/var(--width_base)))); */
    min-height: 100vh;
    background: #f8f8f6;
    /* padding: calc(var(--width_pantalla) * (calc(30/var(--width_base))))  calc(var(--width_pantalla) * (calc(50/var(--width_base))))  calc(var(--width_pantalla) * (calc(30/var(--width_base))))calc(var(--width_pantalla) * (calc(120/var(--width_base)))); */
    /* padding: calc(var(--width_pantalla) * (calc(70/var(--width_base)))) calc(var(--width_pantalla) * (calc(50/var(--width_base)))) calc(var(--width_pantalla) * (calc(100/var(--width_base)))) calc(var(--width_pantalla) * (calc(120/var(--width_base)))); */
    /* background-image: url("../images/fondos/pacientes.jpg"); */
    background-size: cover;
    background-repeat: no-repeat;
}

.inp_nombre {
    min-width: calc(var(--width_pantalla) * (calc(270/var(--width_base))));
}

/* enddetalee paciente */

/* perfil */
.width_140 {
    width: calc(var(--width_pantalla) * (calc(140/var(--width_base))));
}

.width_80 {
    width: calc(var(--width_pantalla) * (calc(80/var(--width_base))));
}

.he_80 {
    height: calc(var(--width_pantalla) * (calc(80/var(--width_base)))) !important;
}

.width_40 {
    width: calc(var(--width_pantalla) * (calc(40/var(--width_base))));
}

.he_40 {
    height: calc(var(--width_pantalla) * (calc(40/var(--width_base)))) !important;
}

.imagen_perfil {
    height: calc(var(--width_pantalla) * (calc(140/var(--width_base))));
    max-width: calc(var(--width_pantalla) * (calc(140/var(--width_base))));
    position: absolute;
}

.imagen_perfil_mini {
    height: calc(var(--width_pantalla) * (calc(80/var(--width_base))));
    width: calc(var(--width_pantalla) * (calc(80/var(--width_base))));
    /* max-width:calc(var(--width_pantalla) * (calc(80/var(--width_base)))); */
    position: absolute;
    border-radius: 50%;
}

.imagen_perfil_heater {
    height: calc(var(--width_pantalla) * (calc(40/var(--width_base))));
    max-width: calc(var(--width_pantalla) * (calc(40/var(--width_base))));
    /* position: absolute; */
    border-radius: 50%;
    border: 1px solid #b7b8bb;
}

.sec_per {
    padding: 2rem;
    /* padding-top: calc(var(--width_pantalla) * (calc(110/var(--width_base))));
    padding-bottom: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
    padding-left: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
    padding-right: calc(var(--width_pantalla) * (calc(30/var(--width_base)))); */
    min-height: 100vh;
    background: #f8f8f6;
    /* background: #ffffff;     */
    /* background: #e5e5e5; */
    /* background-image: url("../images/fondos/pacientes.jpg"); */
    background-size: cover;
    background-repeat: no-repeat;
    /* display: flex; */
}

.sec_per_cont {
    /* margin: auto;
    min-width: calc(var(--width_pantalla) * (calc(1150/var(--width_base)))); */
}

/* endperfil */

/* accordion */
#accordion {
    margin: auto;
}

.accordion {
    margin: auto;
    text-align: center;
    border: none;
    border-radius: 10px;
    margin: auto;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: -1px 0 0 0 !important;
    font-weight: bold;
    background: #212121;
    color: #e5e5e5;
}

.ui-state-active {
    border: 1px solid #c5c5c5 !important;
}

.ui-accordion .ui-accordion-content {
    background-color: rgb(239, 239, 229);
}

.ui-icon-triangle-1-e {
    background-image: url(../images/common/plus.png) !important;
    background-position: center !important;
    margin-right: calc(var(--width_pantalla) * (calc(16/var(--width_base))));
    background-size: contain;
}

.ui-icon-triangle-1-s {
    background-image: url(../images/common/minus.png) !important;
    background-position: center !important;
    margin-right: calc(var(--width_pantalla) * (calc(16/var(--width_base))));
    background-size: contain;
}

#accordion .ui-icon {
    width: 13px;
    height: 13px;
}

.programa .fp-tableCell {
    background: #0000009e;
}

.ui-accordion p,
.ui-accordion li {
    color: #242323;
    font-size: var(--font13);
}

/* endacordion */
/* footer */

.footer {
    background-color: #783d8f;
    /* background-color: #8d3bc4; */
    /* background-color: #f64795; */
    /* background: #09aeb2; */
    /* background-color: #674587; */
    color: #efefed;
    padding: 10px;
    /* height: 31px; */
    /* display: flex;
    align-items: flex-end; */
}

.footer .logo {
    display: flex;
    justify-content: center;
}

.footer {
    /* background: #674587; */
    /* background: #1e0b30; */
    /* background: linear-gradient(135deg, #bf4e9c, #8c4a9c, #6276a8); */
    /* color: #efefed;
    font-size: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
    height: calc(var(--width_pantalla) * (calc(100/var(--width_base))));
    display: flex;
    justify-content: center;
    text-align: center;
    align-content: center;
    align-items: center;
    border-top: 1px solid #e5e5e5; */
}

.footer::before {

    /* content: '';
    position: absolute;
    left: 0;
    margin-left: -50px;
    width: 0;
    height: 0;
    border-top: solid calc(var(--width_pantalla) * (calc(100/var(--width_base)))) #f45a9a;
    border-right: solid calc(var(--width_pantalla) * (calc(732/var(--width_base)))) transparent; */

    /* bottom: 0; */
    /* border-right: solid 50px transparent; */
}

.footer::after {

    /* content: '';
    position: absolute; */
    /* top: 100%; */
    /* right: 0;
    margin-left: -50px;
    width: 0;
    height: 0;
    border-bottom: solid calc(var(--width_pantalla) * (calc(93/var(--width_base)))) #eb5e9a; */
    /* border-bottom: solid calc(var(--width_pantalla) * (calc(93/var(--width_base)))) #31b2af; */
    /* border-left: solid calc(var(--width_pantalla) * (calc(434/var(--width_base)))) transparent; */
    /* border-right: solid 50px transparent; */
}

/* endfooter */

/* login */
.sec_login {
    /* padding: calc(var(--width_pantalla) * (calc(50/var(--width_base)))) calc(var(--width_pantalla) * (calc(140/var(--width_base)))); */
    min-height: 100vh;
    /* background: #101c28; */
    background-image: url("../images/fondos/dentistas_login.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    display: flex;
}

.back_ng {
    background: rgb(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100vh;
}

.back_login1 {
    background: #ffffff;
    /* background: linear-gradient(145deg, #be4d9b, #784a99, #6277a8); */
    min-height: 70vh;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 10px;
    /* display: flex; */
}

.img_login {
    max-width: 200px;
}

.back_login2 {
    background: #f1f1f1;
    align-items: center;
    display: flex;
}

.title_login {
    padding: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
    text-align: center;
    /* font-weight: bold; */
    /* color: #ffffff; */
    font-size: calc(var(--width_pantalla) * (calc(16/var(--width_base))));
}

.w_100 {
    width: 100%;
}

.bien_login {
    font-size: calc(var(--width_pantalla) * (calc(60/var(--width_base))));
    padding: calc(var(--width_pantalla) * (calc(20/var(--width_base))));
    color: #000000;
}

.sec_login label {
    font-weight: bold;
}

.ubicate_login {
    font-size: calc(var(--width_pantalla) * (calc(14/var(--width_base))));
    color: #ffffff;
}

.mar_bot_15 {
    margin-bottom: 15px;
}

.help-block {
    color: red;
    font-size: 12px;
}

.color_black {
    color: #000000;
}

.mayus {
    text-transform: uppercase;
}

.nav_ref {
    display: none;
}

.no_pad_l {
    padding-left: 0;
}

.pos_del {
    text-align: left;
    left: 15px;
    position: absolute;
}

/* .fc-event.info {
    background-color: #f2e5ff!important;
} */
.fc-event {
    color: #212121 !important;
}

.fc-button-today {
    border: 1px solid #1e0b30 !important;
}

.centerpagination ul {
    justify-content: center;
    font-size: 13px;
    flex-wrap: wrap;
}

.centerpagination .page-item.active .page-link {
    background-color: #783d8f !important;
    /* background-color: #8d3bc4!important; */
    /* background-color: #00afb4!important; */
    /* background-color: #6276a8!important; */
    border-color: #ffff !important;
}

.accion_container {
    display: flex;
    justify-content: center;
}

.accion_container i {
    width: 100%;
    margin: 5px;
    font-size: 0.8rem;
}

.page-link {
    color: #1e0b30;
}

.min_h {
    min-height: 15px;
}

.print_presu,
.print_presu_esp {
    display: none;
}

.modal-dialog {
    max-width: calc(var(--width_pantalla) * (calc(500/var(--width_base))));
}

.modal-dialog.modal-lg {
    max-width: calc(var(--width_pantalla) * (calc(800/var(--width_base))));
}

.esp_input_ante {
    border: #f8f8f6;
    border-bottom: 1px solid #212529;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 75%;
    color: #f00;
    padding-top: 0;
    height: 90%;
    background: #f8f8f6;
}

.col_b {
    color: #000000;
}

.tod_aler_ant {
    padding: 5%;
    /* text-align: center; */
    /* color: red; */
    color: #f64795;
    /* font-weight: bold; */
    font-size: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
    /* text-transform: uppercase; */
}

.name_aler {
    /* text-align: center;
    padding-top: 2%; */
    font-size: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
    font-weight: bold;
    color: #000000;
}

.fa_size_15 {
    font-size: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
}

.fa_size_17 {
    font-size: calc(var(--width_pantalla) * (calc(17/var(--width_base))));
}


.ui-widget-header {
    border: none !important;
    background: #ffffff !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none !important;
    background: #ffffff !important;
    text-align: center;
    width: calc(var(--width_pantalla) * (calc(23/var(--width_base)))) !important;
    height: calc(var(--width_pantalla) * (calc(23/var(--width_base)))) !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #fffa90 !important;
    border-radius: 50%;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #d8d8da !important;
    color: #ffffff !important;
    border-radius: 50%;

}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: #6276a8 !important;
    border-radius: 50%;
    color: #ffffff !important;
}

.ui-widget.ui-widget-content {
    border: none !important;
}

.facetwp-checkbox.checked {
    background-image: url(../images/check-on-asp2.png) !important;
}

.facetwp-checkbox {
    background: url(../images/check-asp.png) 0 50% no-repeat;
    background-size: 14px 14px;
    margin-bottom: 4px;
    padding-left: 20px;
    cursor: pointer;
}

/* agenda */
.cont_check_father {
    display: flex;
    background: #ffffff;
}

.cont_dp {
    padding-bottom: 25px;
}

.title_check_agenda {
    font-size: calc(var(--width_pantalla) * (calc(14/var(--width_base))));
    font-weight: bold;
}

.text_check_agenda {
    font-size: calc(var(--width_pantalla) * (calc(14/var(--width_base))));
    padding-left: 5px;
}

.tags {
    padding-top: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
    padding-bottom: calc(var(--width_pantalla) * (calc(10/var(--width_base))));
}

/* end agenda */
/* checkboxes */
.myinput[type="checkbox"]:before {
    position: relative;
    display: block;
    width: 11px;
    height: 11px;
    /* border: 1px solid #808080; */
    content: "";
    background: var(--color_sede);
}

.myinput[type="checkbox"]:after {
    position: relative;
    display: block;
    left: 2px;
    top: -11px;
    width: 7px;
    height: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color_sede);
    /* border-color: #B3B3B3 #dcddde #dcddde #B3B3B3; */
    content: "";
    background-image: linear-gradient(135deg, #B1B6BE 0%, #FFF 100%);
    background-repeat: no-repeat;
    background-position: center;
}

.myinput[type="checkbox"]:checked:after {
    /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC'), linear-gradient(135deg, #B1B6BE 0%, #FFF 100%); */
    background-image: url(../images/check-asp-white.png), linear-gradient(135deg, var(--color_sede) 0%, var(--color_sede) 100%);
    background-size: contain;
    background-repeat: no-repeat;
}

.myinput[type="checkbox"]:disabled:after {
    -webkit-filter: opacity(0.4);
}

.myinput[type="checkbox"]:not(:disabled):checked:hover:after {
    /* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC'), linear-gradient(135deg, #8BB0C2 0%, #FFF 100%); */
    background-image: url(../images/check-asp-white.png), linear-gradient(135deg, var(--color_sede) 0%, var(--color_sede) 100%);
    background-size: contain;

    background-repeat: no-repeat;
}

.myinput[type="checkbox"]:not(:disabled):hover:after {
    background-image: linear-gradient(135deg, #8BB0C2 0%, #FFF 100%);
    /* border-color: #85A9BB #92C2DA #92C2DA #85A9BB; */
    border-color: var(--color_sede);
}

.myinput[type="checkbox"]:not(:disabled):hover:before {
    /* border-color: #3D7591; */
    border-color: var(--color_sede);

}

.myinput.large {
    height: 12px;
    width: 15px;
    /* height: 16px;
    width: 16px; */
}

.myinput.large[type="checkbox"]:before {
    width: 16px;
    height: 16px;
    border-radius: 5px;
}

.myinput.large[type="checkbox"]:after {
    top: -14px;
    width: 12px;
    height: 12px;
}

/* End checkboxes */

/* .ubi_login {
    color: red;
}
.cel_login {
    color: green;
}
.phone_login {
    color: indianred;
} */
/* endlogin */


/* new menu */
.space_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand>a,
.sidebar-wrapper .sidebar-dropdown>a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
    height: 100vh;
}

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.page-wrapper .theme.chiller-theme {
    background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
}

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-left: calc(var(--width_pantalla) * (calc(200/var(--width_base))));
        /* padding-left: calc(var(--width_pantalla) * (calc(260/var(--width_base)))); */
        /* padding-left: 300px; */
        background: #efefe5;
    }
}

/*----------------show sidebar button----------------*/
#show-sidebar {
    position: fixed;
    left: 0;
    /* top: 100px; */
    border-radius: 0 4px 4px 0px;
    width: 35px;
    transition-delay: 0.3s;
    z-index: 999;
}

.page-wrapper.toggled #show-sidebar {
    left: -40px;
}

/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: calc(var(--width_pantalla) * (calc(200/var(--width_base))));
    /* width: calc(var(--width_pantalla) * (calc(260/var(--width_base)))); */
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 99;
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper a {
    text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
    /* top: calc(var(--width_pantalla) * (calc(100/var(--width_base)))); */
}

.sidebar-content.desktop {
    overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/
.back_menu_per {
    background-color: #8d3bc41c;
    /* background: #f6479517; */
    /* background: #09aeb2; */
    /* background: #f64795; */
    padding: 15px;
}

.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    background-color: #783d8f;
    /* background-color: #8d3bc4; */
    /* background: #09aeb2; */
    /* background: #f64795; */

}

.sidebar-wrapper .sidebar-brand>a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 20px;
}

/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
    float: left;
    width: 60px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 15px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
    float: left;
}

.sidebar-wrapper .sidebar-header .user-info>span {
    display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
    font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
    font-size: 11px;
    margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 8px;
    margin-right: 4px;
    color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search>div {
    padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
    display: inline-block;
    /* animation: swing ease-in-out 0.5s 1 alternate; */
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-left: 25px;
    font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: right;
    margin-top: 8px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: right;
    margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
    transform: rotate(90deg);
    right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}

.sidebar-footer>a {
    flex-grow: 1;
    text-align: center;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.sidebar-footer>a .notification {
    position: absolute;
    top: 0;
}

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}

.badge-sonar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #980303;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    /* padding-top: 20px; */
}

.page-wrapper .page-content>div {
    padding: 20px 40px;
}

.page-wrapper .page-content {
    /* overflow-x: hidden; */
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #525965;
}

::-webkit-scrollbar-thumb:active {
    background: #525965;
}

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: transparent;
}

::-webkit-scrollbar-track:active {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    /* background: #274472; */
    background: #ffffff;
    /* background: #31353d; */
    box-shadow: 1px 1px 3px #dadada;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #efefe5;
    /* border-top: 1px solid #3a3f48; */

}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: #000000;
    /* color: #efefed; */
    /* color: #818896; */
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    /* color: #b8bfce; */
    /* color: #ffffff; */
    background: #f6f6f6;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    /* color: #16c7ff;
  text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5); */
    /* color: #ffffff;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5); */
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    /* background: #3a3f48; */
    /* background: #274472; */

}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #efefed;
    font-size: 17px;
}

.chiller-theme .sidebar-footer {
    background: #274472;
    /* box-shadow: 0px -1px 5px #282c33; */
    border-top: 1px solid #efefed;
}

.chiller-theme .sidebar-footer>a:first-child {
    border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
    border-right: none;
}

.table {
    background: #ffffff;
    border-radius: 5px;
}

.img_logo_candidatos {
    width: 50px;
}

.option_videos {
    width: 200px;
    height: 145px;
}

.pad_bot_50 {
    padding-bottom: calc(var(--width_pantalla) * (calc(50/var(--width_base))));
}

/* img file subir */
.sub_img_menu {
    /* display: flex;
justify-content: center;
align-items: center;
color: #6276a8!important; */
    position: absolute;
    right: 100px;
    border: 10px solid #ffffff;
    border-radius: 50%;
    top: 30px;
}

.sub_img_menu:hover {
    border: 10px solid #818896;
}

.sub_img_menu:hover .fa {
    background: #818896;
    color: #ffffff;

}

.sub_img_menu .fa {
    align-items: center;
    display: flex;
    color: #818896;
    background: white;
    align-items: center;
    display: flex;
}

.sub_img_menu input {
    position: absolute;
    width: 120px;
    opacity: 0;
}


.sub_img2 {
    position: absolute;
    right: calc(var(--width_pantalla) * (calc(65/var(--width_base))));
    border: 10px solid #ffffff;
    border-radius: 50%;
    top: calc(var(--width_pantalla) * (calc(100/var(--width_base))));
}

.sub_img2:hover {
    border: 10px solid #818896;
}

.sub_img2:hover .fa {
    background: #818896;
    color: #ffffff;

}

.sub_img2 .fa {
    align-items: center;
    display: flex;
    color: #818896;
    background: white;
    /* align-items: center;
display: flex; */
}

.sub_img2 input {
    position: absolute;
    width: 120px;
    opacity: 0;
}

.no_drop-to .dropdown-toggle::after {
    content: none;
}

.no_drop-to {
    /* background: #e7e2ec; */
    /* border-radius: 50%; */
    width: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
    height: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
    margin: auto;
    /* text-align: center; */
    justify-content: center;
    display: flex;
    /* padding-top: 0; */
}

.photo_paciente {
    height: calc(var(--width_pantalla) * (calc(70/var(--width_base))));
    /* height: calc(var(--width_pantalla) * (calc(140/var(--width_base)))); */
    position: absolute;
}

.photo_paciente_perfil {
    /* height: calc(var(--width_pantalla) * (calc(70/var(--width_base)))); */
    height: calc(var(--width_pantalla) * (calc(140/var(--width_base))));
    position: absolute;
}

.h_140 {
    height: calc(var(--width_pantalla) * (calc(140/var(--width_base))));
}

.h_100 {
    height: calc(var(--width_pantalla) * (calc(70/var(--width_base))));
}

.tm_img_camara {
    width: calc(var(--width_pantalla) * (calc(140/var(--width_base))));
    /* margin-top: 15px; */
}

.h_100_p {
    height: 100%;
    position: relative;
    border-top: 1px solid #ced4da;
    padding-top: 1rem;
}

.sub_img_input input[type='file'] {
    cursor: pointer;
    width: 120px;
    height: 24px;
    font-size: 0;
    position: absolute;
    opacity: 0;
}

.in_grid {
    display: grid;
    /* display: inline-grid; */
    color: #f64795;
}

.in_grid:hover {
    color: #09aeb2;
}

.text_align_right {
    text-align: right;
}

.steps-step-2 {
    min-width: 100px;
}

.mrg_auto {
    margin: auto;
}

.cont_btn_citas {
    margin-bottom: 1rem;
}

.cont_img_ws .img_whats {
    width: 2rem;
    border-radius: 50%;
}

.cont_dat_his {
    /* position: absolute; */
    top: 50%;
    /* transform: translateY(-50%); */
    padding-left: 5%;
    width: 100%;
}

.cont_alergi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.min_h_r_s {
    min-height: calc(var(--width_pantalla) * (calc(315/var(--width_base))));
}

.h_2r {
    height: 8rem;
}

a {
    color: #f64795;
}

a:hover {
    color: #09aeb2;
}

.pos_a_r_b_0 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.pago_ok {
    background: #00adb5;
    padding: 0.3rem;
    border-radius: 5px;
    color: #ffffff;
    width: 100%;
    display: inline-block;
}

.pago_no {
    background: #f64795;
    padding: 0.3rem;
    border-radius: 5px;
    color: #ffffff;
    width: 100%;
    display: inline-block;
}

.name_cen_odo {
    font-weight: bold;
    padding-bottom: 3rem;
    text-align: center;
}

.no_view {
    display: none;
}

/* tr {
    position:relative;
}

tr a {
    display:block;
    width:80%;
    position:absolute; 
    top:10px; 
    left:70px; 
    z-index:10;
} */