:root {
    --width_pantalla: 0;
    --width_base: 1440;
}
body {
    font-size: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
}
.fa-2x {
    /* font-size: 2em; */
    font-size: calc(var(--width_pantalla) * (calc(10/var(--width_base))));

}
.fa {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size:20px;
}
.main-menu:hover,nav.main-menu.expanded {
    width:250px;
    overflow:visible;
}

.main-menu {
    background:#101c28;
    border-right:1px solid #e5e5e5;
    position:fixed;
    top:0;
    bottom:0;
    height:100%;
    left:0;
    width:60px;
    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:#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>ul.logout {
    position:absolute;
    left:0;
    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: #66ccfd;

}
.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;
    background-color:#66ccfd;
    height: 100%;
}
.area {
    position: absolute;
    height: 100%;
    top: 0;
}
.table thead th, .table thead td {
    font-weight: 500;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}
.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;

}

.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;
}
.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))));
}
.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))));
}
.mr_bt_50 {
    margin-bottom: calc(var(--width_pantalla) * (calc(50/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))));
}
.mr_t_5 {
    margin-top: calc(var(--width_pantalla) * (calc(5/var(--width_base))));
}
.just_cent {
    justify-content: center;
}
.card {
    border-radius: 15px;
    background: #f8f8f6;
}
.card_height_avatar {
    height: calc(var(--width_pantalla) * (calc(360/var(--width_base))));
}
.card_height_avatar2 {
    height: calc(var(--width_pantalla) * (calc(400/var(--width_base))));
}
/* button */
.btn_fafa {
    color: #66ccfd!important;
}
.btn_fafa:hover {
    color: #101c28!important;
}
.btn_mod .fa{
    font-size: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
}
.cont_btn {
    justify-content: center;
    align-items: flex-end;
    display: flex;
}
.btn_add {
    margin-right: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
}
.obs_btn {
    background: #101c28!important;
}
.obs_btn:hover {
    background: #66ccfd!important;
}
.btn-active {
    border-bottom: 2px solid #66ccfd;
    color: #66ccfd;
    min-width: 145px;
    border-radius: 0;
}
.btn-active:hover {
    color: #66ccfd;
}
.btn.focus, .btn:focus {
    box-shadow: none!important;
}
.btn-noactive {
    min-width: 145px;
}
.btn-noactive:hover {
    color: #66ccfd;
}
.btn-nutriciones2 {
    background: #101c28;
    border: #101c28;
    color: #ffffff;

}
.btn-nutriciones2:hover {
    background: #66ccfd;
    color: #ffffff;

}
.btn-nutriciones {
    background: #66ccfd;
    border: #66ccfd;
    color: #ffffff;
}
.btn-nutriciones:hover {
    background: #101c28;
    color: #ffffff;
}
.btn-nutriciones:hover a {
    color: #ffffff;
}
.btn_a 
{
    padding: 6px 10px 6px 10px;
    border-radius: 5px;
    -webkit-appearance: none;
}
.btn_clone {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 100%;
}
/* .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background: #101c28;
} */
.only_dis_fle {
    display: flex;
}
.dis_fle {
    display: flex;
    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: 100%!important;
    margin: 40px;
}
.modal-xlg {
    min-width: 850px!important;
}
*:focus {
    outline: none;
}
.font_17 {
    font-size: calc(var(--width_pantalla) * (calc(17/var(--width_base))));
}
.font_14 {
    font-size: calc(var(--width_pantalla) * (calc(14/var(--width_base))));
}
.step_input label {
    font-weight: bold;
}
.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;
}
.back_1 {
    background: #66ccfd;
}
.back_2 {
    background: #adcf2d;
}
.back_3 {
    background: #165b20;
}
.back_4 {
    background: #212121;
}
.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))));
}
.title_micro_calc {
    font-weight: bold;
    font-size: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
    text-align: left;
}
.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 */
.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: #101c28; */
    background-image: url("../images/fondos/calculadoras.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.sec_atajos {
    padding: 50px;
    /* background: #989fb0; */
    background: #101c28;
    border-radius: 15px;
}
.saludo_dash {
    text-align: center;
    padding-top: calc(var(--width_pantalla) * (calc(20/var(--width_base))));
}
.hola_dash {
    font-size: calc(var(--width_pantalla) * (calc(25/var(--width_base))));
    font-weight: bold;
    margin-bottom: 0;
    color: #212121;
}
.font_weight_bold {
    font-weight: bold;
}
.title_modal_alimentos {
    color: #ffffff;
    min-height: 30px;
    align-items: center;
    font-size: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
    display: flex;
    justify-content: center;
}
.name_dash {
    font-size: calc(var(--width_pantalla) * (calc(30/var(--width_base))));
    font-weight: bold;
    color: #66ccfd;
    text-transform: uppercase;
}
.cont_atajos {
    text-align: center;
    padding-bottom: calc(var(--width_pantalla) * (calc(18/var(--width_base))));
}
.esp_pad_l {
    padding-left: calc(var(--width_pantalla) * (calc(200/var(--width_base))));
}
.esp_pad_r {
    padding-right: calc(var(--width_pantalla) * (calc(200/var(--width_base))));
}
.cont_figure {
    width: 100%;
    margin: auto;    
    transition: 0.2s;
}
.cont_figure:hover {
    transform: scale(1.2);
}
.ico_atajo {
    font-size: calc(var(--width_pantalla) * (calc(50/var(--width_base))));
    color: #66ccfd;
}
.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;
}
/* enddashboard */
/* calculadora */
.sec_cal {
    padding: calc(var(--width_pantalla) * (calc(50/var(--width_base)))) calc(var(--width_pantalla) * (calc(140/var(--width_base))));
    min-height: 100vh;
    /* 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.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))));
}
.cont_acco .accordion {
    padding-bottom: 9px!important;
}
.btn_micro {
    /* background: #e4e4e4; */
    color: #66ccfd;
    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(100/var(--width_base)))) calc(var(--width_pantalla) * (calc(200/var(--width_base))));
    min-height: 100vh;
    /* background: #e5e5e5; */
    background-image: url("../images/fondos/pacientes.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.sub_img {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #66ccfd!important;
}
.sub_img .fa {
    align-items: center;
    display: flex;
}
.sub_img3 {
    display: flex;
    align-items: center;
}
.sub_img3 .fa {
    align-items: center;
    display: flex;
    color: #66ccfd;
    width: 20px;
    font-size: calc(var(--width_pantalla) * (calc(15/var(--width_base))));

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

/* end pacientes */

/* detalle paciente */

.sec_detpac {
    padding: calc(var(--width_pantalla) * (calc(70/var(--width_base)))) calc(var(--width_pantalla) * (calc(90/var(--width_base)))) calc(var(--width_pantalla) * (calc(90/var(--width_base)))) calc(var(--width_pantalla) * (calc(150/var(--width_base))));
    min-height: 100vh;
    /* background: #e5e5e5; */
    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 */
/* alimentos */
.sec_alime {
    padding: calc(var(--width_pantalla) * (calc(100/var(--width_base)))) calc(var(--width_pantalla) * (calc(200/var(--width_base))));
    min-height: 100vh;
    /* background: #e5e5e5; */
    background-image: url("../images/fondos/calculadoras.jpg");
    background-size: cover;
    background-repeat: no-repeat;

}
/* endalimentos */
/* perfil */
.sec_per {
    padding: calc(var(--width_pantalla) * (calc(70/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(150/var(--width_base))));
    min-height: 100vh;
    /* background: #e5e5e5; */
    background-image: url("../images/fondos/pacientes.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
/* endperfil */

/* accordion */
#accordion{
    margin: auto;
}
.accordion{
    margin: auto;
    text-align: center;
    border: none;
    border-radius: 10px;
    margin: auto;
}
.cont_acco .ui-accordion .ui-accordion-header {
    background: #29566b;
    color: #e5e5e5;
}
.accor_clon_al .ui-accordion .ui-accordion-header {
    background: #ad68a4;
    color: #e5e5e5;
}
.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: #101c28;
    color: white;
    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;
}
/* 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/salud_nutricion.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: 100%;
}
.back_login1 {
    background: #101c28;
    min-height: 80vh;
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
}
.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;
}
.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: #ffffff;
}
.sec_login label {
    font-weight: bold;
}
/* endlogin */
.help-block{
    color: red;
}
.sub_dato {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(var(--width_pantalla) * (calc(20/var(--width_base))));
    color: #66ccfd!important;
    font-weight: bold;
}
.mar_bot_15 {
    margin-bottom: 15px;
}
.nombre_pac {
    text-transform: uppercase;
}
.sub_img input {
    opacity: 0;
}
.centerpagination ul {
    justify-content: center;
    font-size: 15px;
}
.centerpagination .page-item.active .page-link {
    background-color: #66ccfd!important;
    border-color: #ffff!important;
}
.centerpagination .page-link:hover {
    color: #f8f8f6!important;
    background-color: #66ccfd!important;
    border-color: #66ccfd!important;
}
.centerpagination .page-link {
    color: #101c28;
}
.hidden {
    visibility: hidden;
}
.title_tipcom {
    text-align: left!important;
}
.select2-container--default .select2-selection--single {
    min-width: 270px!important;
    max-width: 270px!important;
}
.pad_16 {
    padding: 16px;
}
.data_calc {
    font-weight: bold;
}
.objetivo_comida {
    font-weight: bold;
}
.acumulado_comida {
    font-weight: bold;
}
.restante_comida {
    font-weight: bold;
}
.apart_esp .form-group {
    padding: 0 30px 0 30px;
}
.modal-title {
    font-weight: bold;
}
.cursor_pointer a {
    cursor: pointer!important;
}
.cont_clone_al {
    background: #efefe5;
    padding: 20px;
    border: 1px solid #dddddd;
}
.title_clon_al {
    background: #ad68a4;
    margin: 0;
    color: #e5e5e5;
    font-weight: bold;
    font-size: calc(var(--width_pantalla) * (calc(15/var(--width_base))));
    height: 33px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.esp_esp {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}
.mar_0 {
    margin: 0;
}
.pad_0 {
    padding: 0;
}
.cont_ai {
    min-width: 120px;
}
.i_plan {
    width: 25px;
    font-size: 15px;
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.dis_inline {
    display: inline;
}
.dis_inline .form-control {
    height: calc(1.2em + .75rem + 2px);
}
.tam_11{
    font-size: 11px;
}
/* sweet */
.sweet-alert {
    width: 350px!important;
}
.sweet-alert h2 {
    color: #000000!important;
    font-size: 20px!important;
    margin: 0!important;
}
.sweet-alert p {
    color: #000000!important;
    font-size: 15px!important;
}
.sweet-alert button.cancel {
    background-color: #101c28!important;;
}
.sweet-alert button.cancel:hover {
    background-color: #40586f!important;;
}
.sweet-alert button.cancel:active {
    background-color: #101c28!important;
}
.sweet-alert button {
    background-color: #66ccfd!important;
    font-size: 14px!important;
}
.sweet-alert button:active {
    background-color: #66ccfd!important;
}
.sweet-alert button:hover {
    background-color: #16b1fa!important;
}
.sweet-alert .sa-icon {
    width: 50px!important;
    height: 50px!important;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
    height: 20px!important;
}