/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1426px) {
    /* container resulsearch **/
    .container-list-resulsearch {
        width: 85%;
    }

    /** ficha_patient **/
    .ficha_patient .image-section {
        width: 15%;
    }
    .ficha_patient .info-section {
        width: 40%;
    }
}
@media (min-width: 1426px) {
    /* container resulsearch **/
    .container-list-resulsearch {
        width: 85%;
    }

    /** ficha_patient **/
    .ficha_patient .image-section {
        width: 15%;
    }
    .ficha_patient .info-section {
        width: 40%;
    }
}

@media (max-width: 1286px) {
    /* container resulsearch **/
    .container-list-resulsearch {
        width: 90%;
    }

    /** ficha_patient **/
    .ficha_patient .info-section {
        width: 41%;
    }
    .ficha_patient .image-section {
        width: 15%;
    }
}
@media (min-width: 1286px) {
    /* container resulsearch **/
    .container-list-resulsearch {
        width: 90%;
    }

    .info_section .key_info {
        line-height: 20px;
    }

    /** ficha_patient **/
    .ficha_patient .info-section {
        width: 40%;
    }
    .ficha_patient .image-section {
        width: 15%;
    }
}


@media (max-width: 1148px) {
    .container-list-resulsearch {
        width: 95% !important;
    }

    .ficha_patient .image-section {
        width: 15%;
        height: 80%;
    }
    .ficha_patient .info-section {
        width: 50%;
    }

    .ficha_patient .extra-info-section {
        width: 35%;
        padding-left: 3%;
    }
}

@media (max-width: 1090px) {
    .ficha_patient .extra-info-section {
        width: 38% !important;
    }
    .ficha_patient .info-section {
        width: 47% !important;
    }
}

@media (max-width: 1090px) {
    .ficha_patient .extra-info-section {
        width: 35% !important;
    }
    .ficha_patient .info-section {
        width: 50% !important;
    }
}

/* 
##Device = Laptops, Desktops
##Screen = B/w 1025px to 1280px
*/

@media (max-width: 1024px) {
    .info_section .key_info {
        line-height: 20px;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    /** navbar **/
    #nav-mobile .user-panel {
        width: 40%;
    }
    .info_section .key_info {
        line-height: 20px;
    }

    /** ficha_patient **/
    .ficha_patient .info-section {
        width: 45%;
    }
    .ficha_patient .extra-info-section {
        width: 40%;
    }
    .ficha_patient .image-section {
        width: 15%;
        height: 80%;
    }

    /* container resulsearch **/
    .container-list-resulsearch {
        width: 90%;
    }
}