/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 27 jul 2024, 18:40:18
    Author     : KiRoS
*/

@font-face {
    font-family: Poppins;
    src: url('Poppins.ttf');
}

.pointerc{
    cursor: pointer;
}

hr.new5 {
    border: 1px solid blue;
    border-radius: 5px;
}

body {
    /*font-family: "Times New Roman", Times, serif;*/
    /*    font-size: 14px;
        margin-top: 54px!important;
        padding-top: 54px;*/
    padding-top: 80px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    /*    background-image: url("../../includes/images/textura.png");
        background-repeat:no-repeat;
        background-attachment: fixed;
        background-size: 100%;
        background-position: center;
        background-color: #cccccc;*/
}
.container-login {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.bodyin {
    max-width: 1075px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.navbar-brand{
    width: 70%;
    min-width: 150px;
    word-break: break-all!important;
    display: inline-block!important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

th, td {
    white-space: nowrap;
}

.dtfc-fixed-start{
    z-index: 1000;
}

.doswitchcli{
    cursor: pointer;
}
.dopointer{
    cursor: pointer;
}

.derma-title{
    font-size: 25px;
    font-weight: bolder;
    display: block;
}
.derma-title-b{
    font-size: 22px;
    font-weight: bolder;
    display: block;
}
.derma-title-c{

    font-weight: bolder;
    display: block;
}
/*.derma-tr-main{
    background-color: #007fff;
}*/

.derma-tr-main {
    --bs-table-bg: #dbdbdb;
}

.gallery a{
    display: inline-block;
}


.valida input, .valida select, .valida checkbox{
    border-color: #008C00;
    border-width: 3px;
    /*color: #008C00;*/
    color: #008C00;

}
.valida label{
    color: #008C00;
}
.valida{
    color: #008C00;
}

.form-i{
    width: 100%;
}

.custom-verif {
    --bs-popover-bg: #662936;
}

.custom-verif .popover-body {
    color: #fff!important;
}

.popover{
    z-index:150;
}
.custom-verif {
    --bs-popover-max-width: 350px;
    --bs-popover-border-color: #c1c1c1;
    --bs-popover-header-bg: var(--bs-primary);
    --bs-popover-header-color: var(--bs-white);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
    --bs-popover-body-color: #FFF;
    --bs-popover-bg: #577596;
    color: #ffffff;
    z-index: 1;
}




input:read-only {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}
[readonly]:focus {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
    border-color: #DEE2E6;
}

.pointer{
    cursor: pointer;
}

table.display {
    table-layout: fixed;
}
table{
    margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap:break-word;
}

.dt-type-numeric{
    text-align: left!important;
}


@media only screen and (max-width: 430px) {
    .dev-message {
        font-size: 22px!important;
    }
}

@media only screen and (min-width: 780px) {
    .circle-content {
        position: absolute;
        left: 44.3%;
        top: 60%;
        /* bottom: 23px; */
        /* width: 100px; */
    }
}

@media only screen and (min-width: 640px) {
    .circle-content {
        position: absolute;
        left: 44.3%;
        top: 60%;
        /* bottom: 23px; */
        /* width: 100px; */
    }
}
.circle-content {
    font-size: 15px;
    position: absolute;
    left: 44.3%;
    bottom: 23px;
    width: 100px;
}

.circle {
    background-color: #dcdad7;
    width: 60px;
    border-radius: 60px;
    height: 60px;
    font-size: 24px;
    color: #666464;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
    left: 35%;
    position: relative;
}

.derma-title-b {
    font-size: 19px;
    font-weight: bolder;
    display: block;
    text-decoration: underline;
}

.selector-title{
    display: block;
    text-align: center;
    font-weight: bolder;
    font-size: 16px;
}

.item-selected-img{
    background:linear-gradient(0deg, rgba(255, 0, 150, 0.3), rgba(255, 0, 150, 0.3)), url('img/piel0_m.jpg');
}

.easi-selection {
    color: #000000 !important;
    font-size: 85px !important;
    font-weight: bold !important;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    padding-top: 5px !important;
    border-style: solid!important;
    border-color: #000000!important;
    border-width: 3px;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul {
    list-style-type: disc;
}
ul.regla {


    background-image: linear-gradient(to right, #c1f0ff, #2c95d9);
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 21px;
    text-align: center;
}
ul.regla li {
    width: 9%;
    cursor: pointer;
}

.regla li a:hover {

    color:#fff;

}
/*ul {
    list-style: none;
}*/
.regla li {
    transition: all .3s ease-in-out;
    float: left;
}
ul.regla li a {
    color: black;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    /*    font-size: 19px;*/
}

.regla-selected{
    color: #FFF!important;
    border-radius: 16px;
    font-weight: bold;
    /*    background-color: #0c3593;*/

    text-decoration: underline!important;
}


.circle-regla {

    z-index: 9999;
    background-color: #0c3593;
    width: 40px;
    border-radius: 60px;
    /* height: 10px; */
    /* font-size: 24px; */
    /* color: #666464 !important; */
    font-weight: bold;
    /* vertical-align: middle; */
    display: table-cell;
    /* left: 35%; */
    /* position: relative; */
    top: 0px;
}

.m-button__goTop {
    cursor: pointer;
    opacity: 0;
    position: fixed;
    right: 0;
    transition: opacity .2s ease-in;
    top: 90px;
    /* bottom: 155px; */
    z-index: 100;
    opacity: 1;
}
.fixme {
    position: absolute;
    background: #4f4f4f;
    color: white;
    border-radius: 25px;
    /* text-align: center; */
    /* width: 100%; */
    font-weight: bold;
    /* max-width: 1075px; */
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
    height: 45px;
    /* right: auto; */
    vertical-align: middle;
    padding-top: 10px;
}


.fixmeeasi {
    position: absolute;
    background: #4f4f4f;
    color: white;
    border-radius: 25px;
    /* text-align: center; */
    /* width: 100%; */
    font-weight: bold;
    /* max-width: 1075px; */
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
    height: 45px;
    /* right: auto; */
    vertical-align: middle;
    padding-top: 10px;
    z-index: 100;

}

.leve {
    color: #73a207;
    font-weight: bolder;
    padding-left: 10px;
}
.moderado {
    color: #ffcc00;
    font-weight: bolder;
    padding-left: 10px;
}
.severo {
    color: #f24649;
    font-weight: bolder;
    padding-left: 10px;
}



ul.reglab {


    background-image: linear-gradient(to right, #c1f0ff, #2c95d9);
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 21px;
    text-align: center;
}
ul.reglab li {
    /*    text-align: -webkit-right;*/
    width: 14%;
    /*    cursor: pointer;*/
}

.reglab li a:hover {

    /*    color:#fff;*/

}
/*ul {
    list-style: none;
}*/
.reglab li {
    transition: all .3s ease-in-out;
    float: left;
}
ul.reglab li a {
    color: black;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    font-size: 14px;
}

.reglab-selected{
    color: #FFF!important;
    border-radius: 16px;
    font-weight: bold;
    text-decoration: underline!important;
    /*    background-color: #0c3593;*/
}


.circle-reglab {

    z-index: 9999;
    background-color: #0c3593;
    width: 40px;
    border-radius: 60px;
    /* height: 10px; */
    /* font-size: 24px; */
    /* color: #666464 !important; */
    font-weight: bold;
    /* vertical-align: middle; */
    display: table-cell;
    /* left: 35%; */
    /* position: relative; */
    top: 0px;
}

/*#body-block{
    max-width: 1075px;
    height:100%;
    overflow: auto;
    resize: both;
    border: 3px black solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 2rem
}*/


@media only screen and (max-width: 900px) {
    .form-floating>label{
        white-space: break-spaces!important;
    }

    .fixme{
        font-size:12px;
        height: 56px!important;
        align-content: center;
        align-items: center;


    }

    ul.regla{
        width: 95% !important;
    }
    ul.reglab{
        width: 95% !important;
    }

    .row .col{
        margin-left: 2px!important;
        margin-right: 2px!important;
    }

    body {
        width: 100%!important;
        padding-left: 2px;
        padding-right: 0px!important;

    }
    .bodyin {
        width: 100%!important;
        padding-left: 2px;
        padding-right: 0px!important;

    }

    .bodyimg{
        /*        position: absolute;*/
        overflow-x: scroll;
        max-width: 100%!important;
    }
    .bodyimg svg{
        /*        width: 500px;*/
    }
    .circle-content {
        position: absolute;
        left: 44.3%;
        top: 60%;
        /* bottom: 23px; */
        /* width: 100px; */
    }
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    white-space:pre-line;
    position:relative;
    top:-7px;

}
::-moz-placeholder { /* Firefox 19+ */
    white-space:pre-line;
    position:relative;
    top:-7px;
}
:-ms-input-placeholder { /* IE 10+ */
    white-space:pre-line;
    position:relative;
    top:-7px;
}
:-moz-placeholder { /* Firefox 18- */
    white-space:pre-line;
    position:relative;
    top:-7px;
}


.ls1{
    background-color: black;
    bottom: 0px;
    display: block;
    font-family: arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    left: 0px;
    line-height: normal;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 0.8;
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    right: 0px;
    top: 0px;
    overflow: hidden!important;
    max-width:100% !important;
    height: 100% !important;
    visibility: visible;
    width: 100%;
    z-index: 1099;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1099;

}

.ls2{
    background-color: transparent;
    display: block;
    font-family: arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #fff;
    height: 0px;
    top: 30px!important;
    line-height: normal;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    position: fixed;
    visibility: visible;
    width: 100%;
    max-width:100% !important;
    height: 100% !important;
    z-index: 1199;
    overflow-x: hidden;
}


.ventana-white{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #000;
    background-image: none;
    background-origin: padding-box;
    display: block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    left: 0px;
    line-height: normal;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 0.9;
    position: fixed;
    overflow: auto;
    top: 0px;
    visibility: visible;
    z-index: 200;
    width:100%;
    height:100%;
    margin-left: auto;
    margin-right: auto;
}
.ventanag-contenido{

    color: black;
    display: block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    top: 0px !important;
    line-height: normal;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    opacity: 1;
    overflow-x: hidden;
    outline-color: black;
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    position: fixed;
    visibility: visible;
    z-index: 201;
    width:100%;
    /*margin: 0 auto;*/

}
.adj-error{
    margin-top: 6px;
    display: block;
    color: #cc5500;
    overflow-wrap: break-word;
}
input.setdatepicker:read-only{
    pointer-events:none;
}
.disabled{

    pointer-events:none;
}
textarea:read-only {
    border: 0;
    box-shadow: none;
    background-color: #E9ECEF;
}
/*select:read-only {
    border: 0;
    box-shadow: none;
    background-color: #E9ECEF;
}*/
textarea:read-only:focus {
    border: 0;
    box-shadow: none;
    background-color: #E9ECEF;
}


.hrlist{
    margin: 3px!important;
    ;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}

.text-nowrap {
    /*    white-space: break-spaces !important;*/
}

.tableestlab{
    margin-bottom: 2px !important;
}

.font-bold{
    font-weight: bolder;
}

.thumbnail {
    background-color: black;
    width: 185px;
    height: 185px;
    display: inline-block; /* makes it fit in like an <img> */
    background-size: cover; /* or contain */
    background-position: center center;
    background-repeat: no-repeat;
}

.d-inblock {
    display: inline-block !important;
}

.falta{
    border-color: #FF0000;
    border-width: 3px;
    color:#FF0000;
}
.falta a{
    border-color: #FF0000;
    border-width: 3px;
    color:#FF0000!important;
}

.falta input, .falta select, .falta checkbox, .falta textarea {
    border-color: #FF0000;
    border-width: 3px;

}
.falta label{
    color: #FF0000;
}

.error{
    border-color: #FF0000!important;
}
/*
input[type='radio'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    outline: none;
    border: 3px solid #DEE2E6;
}
.falta input[type='radio'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    outline: none;
    border: 3px solid #DEE2E6;
}*/

/*input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}*/




/*

input[type='radio'] .falta {
    background: green!important;
    border: 3px solid red!important;
    background-color: red!important;

}*/

.labelreadonly>.form-control-plaintext~label::after, .labelreadonly>.form-control:focus~label::after, .labelreadonly>.form-control:not(:placeholder-shown)~label::after, .labelreadonly>.form-select~label::after{
    background-color: #e9ecef;
}

.derma-bold{
    font-weight: bolder;
}


.btn.btn-F {
    color: #fff;
    background-color: #cd8ebd;
    border-color: #C173AE;
}
.btn.btn-F.focus,
.btn.btn-F:focus {
    color: #fff;
    background-color: #C173AE;
    border-color: #C173AE;
    outline: none;
    box-shadow: none;
}
.btn.btn-F:hover {
    color: #fff;
    background-color: #C173AE;
    border-color: #C173AE;
    outline: none;
    box-shadow: none;
}
.btn.btn-F.active,
.btn.btn-F:active {
    color: #fff;
    background-color: #C173AE;
    border-color: #C173AE;
    outline: none;
}
.btn.btn-F.active.focus,
.btn.btn-F.active:focus,
.btn.btn-F.active:hover,
.btn.btn-F:active.focus,
.btn.btn-F:active:focus,
.btn.btn-F:active:hover {
    color: #fff;
    background-color: #FF48FF;
    border-color: #FF48FF;
    outline: none;
    box-shadow: none;
}



.btn.btn-M {
    color: #fff;
    background-color: #949dcd;
    border-color: #838CC5;
}
.btn.btn-M.focus,
.btn.btn-M:focus {
    color: #fff;
    background-color: #838CC5;
    border-color: #838CC5;
    outline: none;
    box-shadow: none;
}
.btn.btn-M:hover {
    color: #fff;
    background-color: #838CC5;
    border-color: #838CC5;
    outline: none;
    box-shadow: none;
}
.btn.btn-M.active,
.btn.btn-M:active {
    color: #fff;
    background-color: #838CC5;
    border-color: #838CC5;
    outline: none;
}
.btn.btn-M.active.focus,
.btn.btn-M.active:focus,
.btn.btn-M.active:hover,
.btn.btn-M:active.focus,
.btn.btn-M:active:focus,
.btn.btn-M:active:hover {
    color: #fff;
    background-color: #FF48FF;
    border-color: #FF48FF;
    outline: none;
    box-shadow: none;
}


.border-left-def{
    border-left: 4mm ridge rgb(156 200 248 / 60%);
    margin-bottom: 55px;
}

.border-left-F{
    /*    border-left: 4mm ridge rgba(211, 220, 50, .6);*/
    border-left: 4mm ridge rgb(255 99 217 / 60%);
    margin-bottom: 55px;
}
.border-left-M{
    border-left: 4mm ridge rgb(115 138 255 / 60%);
    margin-bottom: 55px;
}

.float-ext-F{
    max-width: 1075px;
    margin-right: auto;
    margin-left: auto;
    background-color: rgb(255 99 217 / 60%) !important;
    padding: 3px;
}
.float-ext-M{
    max-width: 1075px;
    margin-right: auto;
    margin-left: auto;
    background-color: rgb(115 138 255 / 60%) !important;
}

.derma-pad{
    padding: 7px;

}

.derma-shadow{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.39);
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-primary-F {
    --bs-bg-opacity: 1;
    background-color: rgb(205 142 189) !important;
}
.bg-primary-M {
    --bs-bg-opacity: 1;
    background-color: rgb(148 157 205) !important;
}

span.btn{
    padding: 0;
}
span.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    /*    border-color: transparent!important;*/
}

.accordion-body {
    background-color: #e9e9e9;
    color: #000;
    padding: 0px;

}
.accordion-button.collapsed{
    background-color: #627597;
    color: #FFF;
}
.accordion-button:not(.collapsed){
    background-color: #4e5f7c;
    color: #FFF;
}

.derma-check-style svg{
    margin-top: -10px;

}

ul {
    list-style: none;
}

.fixed-top{
    z-index: 1050;
}

.alert-fixed {
    position:fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index:9999;
    /*        border-radius:0px;*/
    pointer-events: none;


}
.dev-message{
    height: 63px;
    /*        background-color: red;
            box-shadow: 1px 3px 5px rgba(0,0,0,0.4);*/
    font-size: 40px;
    opacity: 0.5;
    pointer-events: none;
    text-align: center;
    color: #FFF;
    font-weight: bolder;
    -webkit-text-stroke: 2px black; /* width and color */

    color: white;

}
/*
table#tbusers.dataTable tbody tr:hover {
  background-color: yellow!important;
}
 
table#tbusers.dataTable tbody tr:hover > .sorting_1 {
  background-color: yellow!important;
}*/

.table-striped tbody tr:hover td,
.table-striped tbody tr:hover th {
    background-color: #C6D5FF;
}


.text-muted {
    color: #0c3593!important;
}
.dropdown-item:hover .text-muted{
    color: #0B2D7D!important;
}


.titleb{
    /*    font-size: 21px;*/
    font-weight: bold !important;
}
.titleb20{
    /*    font-size: 20px!important;*/
    font-weight: bold !important;
}

.row_md{
    min-height: 47px!important;
    margin-bottom: 12px;
}

.input-derma-short{

    display:inline;
    width: 50px;
}

.row_bline{
    border-bottom-style: solid;
    border-bottom-width: 1px;

}

.derma-force-break{
    white-space: normal;
    /*    word-break: break-all;*/
}

.trtosel:hover{
    cursor: pointer;
    /*    font-weight: bold;*/
    background-color: #C6D5FF;
    /*    font-size: 15px;*/
}
.trtosel-selected{


    /*    font-size: 15px;*/
    border-radius: 24px;
    font-weight: bold;
    /*    background-color: #0c3593;*/

    text-decoration: underline!important;
    border-style: solid;
    border-width: 1px;
    border-radius: 25px;
    background-color: #838CC5;
}

.trtosel-selected td{
    background-color: #bac4fd;
}






.trtosel_iga:hover{
    cursor: pointer;
    /*    font-weight: bold;*/
    background-color: #C6D5FF;
    /*    font-size: 15px;*/
}
.trtosel_iga-selected{


    /*    font-size: 15px;*/
    border-radius: 24px;
    font-weight: bold;
    /*    background-color: #0c3593;*/

    text-decoration: underline!important;
    border-style: solid;
    border-width: 1px;
    border-radius: 25px;
    background-color: #838CC5;
}

.trtosel_iga-selected td{
    background-color: #bac4fd;
}


.img-thumbnail-acne {
    width: 138px;
    height: 205px;
    background-size: cover;
    font-size: 40px;
    font-weight: normal;
    /*                padding-top: 35px;*/
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    border-width: 3px;
    border-color: #C0C0C8;
    border-style: solid;
}


.img-thumbnail-acne-p {
    width: 250px;
    height: 160px;
    background-size: cover;
    font-size: 40px;
    font-weight: normal;
    /*                padding-top: 35px;*/
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    border-width: 3px;
    border-color: #C0C0C8;
    border-style: solid;
}

.derma-tocentro{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    height: auto;
    line-height: auto;
    text-align: center;
    padding-left: 55px;
}

.derma-txttocentro{
    text-align: right;
    font-size: 18px;
    font-weight: bolder;
}


.float-left-nh {
    float: left !important;

}

.cllitros,.clvasos{
    width: 90px;
}

table.falta td{
    color:#ff0000!important;
}
.derma-font-1{
    font-size: 19px;
    font-weight: bolder;
}
.gags_total{
    font-size: 19px;
    font-weight: bolder;
}
.gags_mark{
    font-size: 19px;
    font-weight: bolder;

}