html{
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    height: 100%;
}
body{
    height: 100%;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    background-color: #f8e8da;
}
.valign-middle{
    vertical-align: middle;
}
.valign-top{
    vertical-align: top;
}
.valign-bottom{
    vertical-align: bottom;
}
img{
    max-width: 100%;
}
.full-height{
    height: 100%;
}
.top{
    background-color: #ff6a00;
    padding: 15px;
    color: #fff;
    z-index: 9999;
    position: fixed;
}
.logo-config {
    max-width: 60px;
    margin: auto;
    cursor: pointer;
}
.t-top{
    margin: 0px;
}
.style-table {
    background: #92cac5;
    border-radius: 20px;
    border: 2px solid #585858;
}
.responsive-table {
    padding-top: 0px;
    width: 100%;
    margin: auto;
    max-height: 100%;
    overflow-y: scroll;
    margin-bottom: 10px;
    border-radius: 15px;
}
.responsive-table *{
    font-size: 10pt;
}
.table.per thead {
    background: #58595b;
    margin: 0px;
    padding: 0px;
}
.table.per thead * {
    color: #fff;
    border-top: none;
}
.etiqueta *{
    transition: all .5s;
    font-size: 10pt;
}
.etiqueta {
    position: relative;
    background: #f8e8da;
    margin: 4px 0px;
    padding: 10px;
    max-width: 130px;
    text-align: left;
    border: solid 2px #58595b;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    right: -2px;
    z-index: 1000;
    width: 100%;
    cursor: pointer;
    transition: all .5s;
}
.etiqueta a {
    float: left;
    width: 100%;
    color: #58595b;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 15px;
    flex-wrap: wrap;
    white-space: nowrap;
    position: relative;
}
.etiqueta.active {
    border-right-color: #92cac5;
    background: #92cac5;
}
.etiqueta:hover {
    border-right-color: #92cac5;
    background: #92cac5;
}

.selectores{
    position: absolute;
    bottom: 0px;
    width: 45px;
}
.btn-slt {
    background: none;
    border: none;
    outline: none;
    margin: 2px 0px;
    width: 45px;
}
.btn-slt:focus{
    outline: none;
}

.responsive-table::-webkit-scrollbar {
    width: .1px!important;
    height: .1px!important;
}
.responsive-table::-webkit-scrollbar-thumb {
    background-color: transparent;
}
.responsive-table::-webkit-scrollbar-track {
    background-color: transparent;
}
.scroll-tb{
    overflow-y: scroll;
}
.scroll-tb::-webkit-scrollbar {
    width: 1px!important;
    height: 1px!important;
}
.scroll-tb::-webkit-scrollbar-thumb {
    background-color:  #111;
}
.scroll-tb::-webkit-scrollbar-track {
    background-color: #ccc;
}
.mobile-toggle {
    width: 30px;
    margin: 15px;
    display: block;
    cursor: pointer;
    font-size: 20px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    z-index: 9999;
    position: absolute;
    top: 0;
}

.mobile-toggle span {
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    border-radius: 45px;
    background: #fff;
    display: block;
    transition: all .5s;
}
.mobile-toggle.active span:first-child{
    display: none;
}
.mobile-toggle.active span{
    transform: rotate(-45deg);
    position: relative;
    top: 7px;
    background: #0064ff;
}
.mobile-toggle.active span:last-child{
    transform: rotate(45deg);
    top: 0px;
}
.toggle-targets {
    display: block;
    cursor: pointer;
    font-size: 20px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    z-index: 9999;
    position: absolute;
    top: 10px;
    background: #000;
    padding: 10px 7px;
    right: 10px;
    border-radius: 100%;
    height: 30px;
    width: 30px;
}

.toggle-targets span {
    width: 16px;
    height: 1px;
    margin-bottom: 4px;
    border-radius: 45px;
    background: #fff;
    display: block;
    transition: all .5s;
}
.toggle-targets span:last-child{
    margin-bottom: 0px;
}
.toggle-targets.active span:first-child{
    display: none;
}
.toggle-targets.active span {
    transform: rotate(-45deg);
    position: relative;
    top: 5px;
    background: #0064ff;
    left: -1px;
}
.toggle-targets.active span:last-child {
    transform: rotate(45deg);
    top: 0px;
}

.main {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: rgba(1,1,1,.5);
    top: 50px;
    left: 0px;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
    transition: all .5s;
    max-height: 75%;
    overflow-y: scroll;
}
.main *{
    transition: all .5s;
}
.main li {
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px;
    font-size: 10pt;
}
.main img {
    width: 50px;
    margin: 0px 15px;
    margin-left: 5px;
}
.logo{
    max-width: 80px;
    margin: auto;
}
.strong {
    font-weight: 600;
}
.list-escala {
    background: rgba(255,255,255,.3);
    margin: 3px 0px;
}
.my-input {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 100%;
    margin: 0px 2px;
    position: relative;
    top: 8px;
    margin-right: 2px;
    border: solid 2px #a0948c;
    transition: all .5s;
    cursor: pointer;
}
.my-input:checked {
    background-color: dodgerblue;
}
.my-input + label {
    position: relative;
    top: 5px;
    padding-left: 2px;
    margin-bottom: 0;
}
.rate-column {
    margin-bottom: 10px;
}
.thead{
    background-color: #58595b;
}
.h-ellipsis {
    width: 100%;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.d-stripe .list-escala:nth-of-type(odd) {
    background: transparent;
}
.c-f{
    color: #fff!important;
}
.c-0{
    color: #000!important;
}

.cuerpo-historia{
    background-image: url(../img/historial-clinica/fondo1.png);
    background-size: cover;
    background-position: center center;
    height: 100%;
    
}
.form-box {
    width: 100%;
    max-width: 380px;
    padding: 20px 0px;
    color: #a0948c;
    margin: auto;
}
.logo-box{
    max-width: 200px;
    margin: 10px auto;
    padding: 0px 12px;
}
.form-box .input {
    width: 100%;
    padding: 8px 10px;
    border-radius: 10px;
    border: none;
    background: rgba(255, 106, 0,.5)!important;
    color: #fff!important;
    font-size: 10pt;
    margin-bottom: 15px;
    outline: none;
}
.form-box .input:focus {
    outline: none;
}
.form-box .input::placeholder{
    color: #fff!important;
}
.check-box {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 106, 0,.5)!important;
    border-radius: 4px;
    position: relative;
    top: 5px;
    cursor: pointer;
}
.check-box {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: rgba(255, 106, 0,.5)!important;
    border-radius: 4px;
    position: relative;
    top: 5px;
    cursor: pointer;
}
.btn-box {
    border: none;
    background-color: rgb(255, 106, 0);
    padding: 6px 18px;
    color: #fff;
    border-radius: 8px;
    float: left;
    position: relative;
    margin: 10px 0px;
    left: 50%;
    transform: translate(-50%);
}
.content-target {
    text-align: center;
    padding: 40px 0px;
    color: #fff;
    text-decoration: none;
}
.content-target img {
    width: auto;
    margin: auto;
    height: 120px;
}
.content-target p{
    font-size: 16pt;
    margin: 10px 0px;
}
.color-verde{
    color: #009491;
}
.bold{
    font-weight: 600;
}
.bg-verde{
    background-color: #009491;
}
.bg-verde-sat1{
    background-color: #40a9a6;
}
.bg-verde-sat2{
    background-color: #78bebb;
}
.bg-verde-sat3{
    background-color: #a8d4d1;
}
.bg-rosado{
    background-color: #ce009e;
}
.bg-naranja{
    background-color: #fbb040;
}
.bg-azul{
    background-color: #27aae1;
}
.bg-morado{
    background-color: #552b9d;
}
.bg-rojo{
    background-color: #ed1c24;
}
.bg-gris{
    background-color: #9b8579;
}
.bg-amarillo{
    background-color: #f9d003;
}
.foto{
    width: 100%;
    height: 450px;
    border: solid 3px #009491;
    position: relative;
}
.boton-foto {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    border: #009491 solid 3px;
    float: left;
    transform: translate(-50%);
    bottom: 10px;
    border-radius: 100%;
    cursor: pointer;
}
.boton-foto:before {
    content: " ";
    position: absolute;
    background: #009491;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 100%;
}
a:hover {
    text-decoration: none;
}
.input-form {
    padding: 5px 10px;
    margin-bottom: 5px;
}
.red{
    color: red;
}
.control-number{
    background: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    border: solid 1px #9E9E9E;
}
.control-flech{
    background: #fff;
    border-radius: 5px;
    border: solid 1px #9e9e9e;
}
.control-flech a{
    padding: 5px 8px;
    color: #9e9e9e;
    float: left;
    background: transparent;
    letter-spacing: -2px;
}
.control-flech a:first-child{
    border-right: solid 1px #9E9E9E;
}
.control-number a {
    float: left;
    padding: 0px 2px;
}
.c-gris{
    color: #58595b;
}
input[type=date].input-form {
    position: relative;
    border: solid 1px #9E9E9E;
}
label, p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
    max-width: 100%;
}
.line-1{
    line-height: 1;
}
.input-est input{
    width: 80%;
}
.input-est .est{
    max-width: 20%;
    margin-left: 2px;
}
.titulo-1 {
    color: #6d6f74!important;
    font-weight: 700;
    font-size: 12pt;
}

.recuadro-input{
    cursor: pointer;
}
.pestanas-top{
    padding: 0px;
}
.pt-45p{
    padding-top: 45px!important;
}





















.footer {
    height: 1.5rem!important;
    background: #ff6a00;
    color: #fff;
    bottom: 0px;
    position: relative;
    top: 120px;
}
.main-targets {
    position: fixed;
    z-index: 9998;
    background: #f8e8da;
    width: 85%;
    right: 0px;
    top: 45px;
    border: solid 1px #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .5s;
    border-radius: 5px;
    max-height: 400px;
}
.etiqueta-main {
    position: relative;
    background: #f8e8da;
    margin: 4px 0px;
    padding: 10px;
    max-width: 90%;
    text-align: left;
    border: solid 2px #58595b;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 1000;
    width: 100%;
    cursor: pointer;
    transition: all .5s;
}
.etiqueta-main a {
    float: left;
    width: 100%;
    color: #58595b;
    position: relative;
}
.etiqueta-main.active {
    background: #92cac5;
}
.etiqueta-main:hover {
    background: #92cac5;
}
.div-mas{
    background: #fff;
    padding: 0px;
    display: table;
    min-height: 152px;
}
.div-mas span{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 55pt!important;
    padding-bottom: 15px;
}






@media (max-width: 767px){
    .selectores {
        position: relative;
    }
    .desktop{
        display: none!important;
    }
    .logo{
        max-width: 40px;
    }
    .top {
        background-color: #ff6a00;
        padding: 7px;
        color: #fff;
        height: 50px;
    }
    .pos-fixed {
        position: relative;
        top: 42px;
        height: auto;
    }
    .logo-box{
        max-width: 120px;
        margin: 10px auto;
        padding: 0px 12px;
    }
    .content-target img {
        width: auto;
        margin: auto;
        height: 60px;
    }
    .content-target p {
        font-size: 10pt;
        margin: 10px 0px;
    }
}
@media (max-width: 599px){
    .foto{
        height: 300px;
    }
    div#indicaciones * {
        font-size: 6pt!important;
    }
    .top {
        background-color: #ff6a00;
        padding: 7px;
        color: #fff;
        position: fixed;
        z-index: 9999;
        height: 45px;
    }
    .selectores{
        position: relative;
        bottom: 0px;
        width: 100px;
    }
    .desktop{
        display: none;
    }
    .t-top{
        display: none;
    }
    .etiqueta.active {
        border-right-color: #58595b;
        background: #92cac5;
        border-bottom-color: #58595b;
    }
    .etiqueta:hover {
        border-right-color: #58595b;
        background: #92cac5;
        border-bottom-color: #58595b;
    }
    .etiqueta {
        position: relative;
        background: #f8e8da;
        margin: 0px 0px;
        padding: 5px;
        max-width: 100%;
        text-align: left;
        border: solid 2px #58595b;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 10px;
        right: 0px;
        z-index: 1000;
        width: 100%;
        cursor: pointer;
        transition: all .5s;
        border-top-right-radius: 10px;
        bottom: -2px;
    }
    .style-table {
        background: #92cac5;
        border-radius: 20px;
        border: 2px solid #585858;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }
    .responsive-table {
        height: 100%;
        border-radius: 0px;
    }
    .responsive-table * {
        font-size: 8pt;
    }
    .etiqueta * {
        transition: all .5s;
        font-size: 8pt;
        text-align: center;
    }
    .logo {
        max-width: 35px;
        margin: auto;
    }
    .logo-config{
        display: none!important;
    }
}
@media (min-width: 768px){
    .mobile{
        display: none;
    }
}

@media (max-width: 767px) and (orientation: portrait){
    .p-0portrait{
        padding: 0px!important
    }
    .pestanas-top{
        padding: 0px .25rem!important;
    }
   /* .main-pestanas.active{
        background: #f8e8da;
        position: fixed;
        z-index: 9999;
        top: 45px;
        padding-top: 5px;
        border-bottom: solid 2px #58595b;
    }*/
}
@media (min-width: 765px) and (max-width: 770px){
    .pestanas-top{
        position: relative;
        right: 0px;
    }
}
@media (max-width: 767px) and (orientation: landscape){
    /*.main-pestanas.active{
        background: #f8e8da;
        position: fixed;
        z-index: 9999;
        top: 45px;
        padding-top: 5px;
        width: 16.666667%;
    }*/
    .footer{
        top: 45px!important;
    }
}

@media (max-width: 600px) and (orientation: landscape){
    .mobile-toggle {
        width: 30px;
        margin: 15px 20px;
    }
    .block-lanscape{
        display: block!important;
    }
    .logo {
        max-width: 35px;
        margin: auto;
    }
    .pos-fixed-2 {
        position: fixed;
        top: 18%;
        height: 70%;
    }
    .t-top{
        display: none;
    }
    .top {
        background-color: #ff6a00;
        padding: 4px;
        color: #fff;
        position: fixed;
        z-index: 9999;
        height: 45px;
    }
    .style-table {
        background: #92cac5;
        border: 2px solid #585858;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
    }
    .responsive-table{
        width: 100%;
        max-width: auto!important;
        margin: auto;
        max-height: 100%;
        overflow-y: scroll;
    }
    .responsive-table *{
        font-size: 8pt;
    }
    .etiqueta *{
        transition: all .5s;
        font-size: 8pt;
    }
    .etiqueta {
        position: relative;
        background: #f8e8da;
        margin: 2px 0px;
        padding: 2px;
        max-width: 70px;
        text-align: left;
        border: solid 2px #58595b;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        right: -2px;
        z-index: 1000;
        width: 100%;
        cursor: pointer;
        transition: all .5s;
        bottom: 0px;
        border-top-right-radius: 0px;
    }
    .etiqueta a{
        float: left;
        width: 100%;
        color: #58595b;
    }
    .etiqueta.active {
        border-right-color: #58595b;
        background: #92cac5;
        border-bottom-color: #58595b;
    }
    .etiqueta:hover {
        border-right-color: #58595b;
        background: #92cac5;
        border-bottom-color: #58595b;
    }
    .btn-slt {
        background: none;
        border: none;
        outline: none;
        margin: 2px 0px;
        width: 45px;
    }
    .btn-slt:focus{
        outline: none;
    }
    .land-column-1{
        -ms-flex: 0 0 16.666667%!important;
        flex: 0 0 16.666667%!important;
        max-width: 16.666667%!important;
    }
    .land-column-2{
        -ms-flex: 0 0 83.333333%%!important;
        flex: 0 0 83.333333%%!important;
        max-width: 83.333333%%!important;
    }
    .land-pos {
        width: 100%!important;
        max-width: 100%!important;
        flex: 0 0 100%!important;
    }
}

@media (min-width: 601px) and (orientation: landscape){
    .pos-fixed {
        top: 115px;
    }
}
.total-xs {
    width: 100%!important;
    max-width: 100%!important;
    flex: 0 0 100%!important;
}
@media (max-width: 767px){
    .selectores {
        position: relative!important;
    }
}

    .main .etiqueta {
        float: left;
        border-radius: 10px!important;
        color: #000;
    }
.main .etiqueta a{
    
}


/** estilos 2 **/




.strong{
	font-weight: 800;
}
.control-paginado{
    padding: 0 30px;
    margin-bottom: 1em;
}

.fecha {
    margin: .5px;
    padding: 5px;
    background: rgba(255,255,255,.3);
    text-align: center;
    width: 100%;
}

.white{
    background-color: #ffffff;
    width: 100%;
    margin: .5px;
}

.fecha-datos{
    background-color: #58595b;
    width: 130px;
    margin: .5px;
    color: #ffffff;
    
}

.fecha-datos p {
    margin: auto;
    padding: 5px;
    text-align: center;
}

.letf{
    border: none;
    background-color: rgb(255, 106, 0);
    padding: 6px 18px;
    color: #fff;
    border-radius: 8px;
    position: relative;
    margin: 20px 0px;
    
}
.datos{
    display: flex;
}
.cuadro-observacion{
    widows: 100%;
    margin-top: 20px;
}
.button{
    overflow: hidden;
    justify-content: center; 
    display: flex;
    margin-top: 10px;  
}
.decision{
    display: flex;
}

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

.left-content{
    display: block;
    text-align: right;
}
.measure{
    align-items: center;
    width: 100%;
}
.measure-content{
    display: flex;
}
.main-targets {
    width: 100%;
}
.etiqueta-main a {
    text-align: center;
}
.menu-mobile {
    display: flex;
    justify-content: center;
}

textarea{
    max-height:  170px;
    min-height: 170px;
}
.textarea-p{
    max-height:  90px;
    min-height: 90px;
}
    /*Media Query*/

@media (min-width: 768px){
    .letf{
        border: none;
        background-color: rgb(255, 106, 0);
        padding: 6px 18px;
        color: #fff;
        border-radius: 8px;
        position: relative;
        margin: 20px 0px;
        float: right;
        right: 50%;
        transform: translate(50%);
    }
    }

@media (max-width: 767px){
    
    .cuadro{
        display: flex;
    }  
    .decision{
        display: block;
    }  
}
@media (min-width: 426px){
    
.cuadro-observacion{
        max-width: 450px;
    }
       
            
}
@media (min-width: 768px){
    
.cuadro-l{
        display: flex;
    }
       
            
}

@media (min-width: 768px){
    
.cuadro-l{
        text-align: center;
    }
       
            
}

.bg-orange{
    background-color: #ff6a00;
}