body,
html {
    margin: 0;
    padding: 0;
    padding: 0px;
    margin: 0px;
    background: #fff;
    color: #333;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-size: 12px !important;
}

.clear {
    clear: both
}


/* == LOGIN ====================================================================================== */


/* Header */

.header-login {
    width: 100% !important;
    text-align: center;
}

.header-login img {
    height: auto;
}

.bt_tutorial {
    width: 40%;
}

@media (max-width:1360px) {
    .bt_tutorial {
        width: 60%;
    }
}

@media (max-width:1060px) {
    .bt_tutorial {
        width: 20%;
    }
}


/* Content */

.content-form {
    max-width: 380px;
    margin: 50px auto;
    padding: 45px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.content-form input {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.content-form input[type='submit' i] {
    margin-bottom: 0px !important;
    border-radius: 10px;
    background-color: #0b5c8d;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}


/* == CONTENT ====================================================================================== */

.error {
    background-color: #E74F4F;
    position: absolute;
    top: 0;
    padding: 10px 0;
    border-radius: 0 0 5px 5px;
    color: #fff;
    width: 100%;
    text-align: center;
    display: none;
    z-index: 10;
}


/* Header Login */

.head_login {
    width: 100% !important;
    text-align: center;
}

.head_login img {
    margin-top: 100px;
    height: auto;
}


/* ====================Header========================= */

.header_ergo {
    font: 12px/21px Arial, tahoma, sans-serif;
    color: #BDD1B7;
    padding-left: 15px;
    text-align: left;
    width: 100%;
}

.header_txt {
    width: 25% !important;
}

@media (max-width:430px) {
    .head_login img {
        margin-top: 20px;
    }
    .content-form{
        margin-top: 20px;
    }
}

@media (max-width:780px) {
    .header_ergo {
        width: 50%
    }
}

@media (max-width:530px) {
    .header_ergo {
        width: 30%
    }
    .header_txt {
        padding-left: 0px !important;
        font-size: 14px !important;
    }
}

.header_cont {
    width: 100% !important;
    text-align: center;
    position: fixed;
    top: 0px;
    z-index: 10;
    height: 70px;
    background-color: #dcdcdc;
    border: 1px solid #000000;
    border-radius: 0px 0px 50px 50px;
    -moz-border-radius: 0px 0px 50px 50px;
    -webkit-border-radius: 0px 0px 50px 50px;
}

.header_cont_left {
    float: left;
    padding: 10px;
    margin: 15px 0px 0px 50px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.header_cont_right {
    float: right;
    padding: 10px;
    text-align: right;
    margin-right: 10px;
}

.header_cont_right a {
    text-align: right;
}

.header_cont_right a img {
    margin: 5px 15px 0px 0px;
    text-align: right;
    width: 41px;
    height: 42px;
}

.header_cont_right span {
    position: relative;
    top: -12px;
    margin-right: 10px;
    font-size: 30px;
    font-weight: bold;
}


/* MODAL WINDOWS -------------------------------- */

.modal {
    display: none;
    position: fixed;
    z-index: 1100;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.modal-backdrop {
    z-index: -1;
}

.modal-content,
.modal-medio {
    width: 60%;
}

.close {
    color: #AAA;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 0px 16px;
    background-color: #0b5c8d;
    color: white;
    position: relative;
    top: -20px;
}

.modal-header-blanco {
    padding: 0px 16px;
    background-color: white;
    color: black;
    position: relative;
    top: -20px;
}

.modal-body {
    padding: 2px 16px;
    position: relative;
    top: -30px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: white;
    color: white;
}


/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}


/* Boddy */

.modal-body {
    width: 100%;
    margin: 0px auto;
    float: none;
    clear: both;
}

.modal-body .btns {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.modal-body .btn_1 {
    display: inline-block;
    width: 20%;
    padding: 10px 10px;
    margin: 0px 15px;
    margin-top: 10px;
    background-color: #43A047;
    color: #fff;
    text-decoration: none;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
}

.modal-body .btn_2 {
    display: block;
    width: 95%;
    padding: 2px 0px;
    margin: 0px 0px;
    background-color: #BCBCBC;
    color: #333;
    text-decoration: none;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
}

.modal-body .btn_1:hover,
.modal-body .btn_2:hover {
    cursor: pointer;
    opacity: .60;
}

.modal-body .md_text {
    width: 80%;
    text-align: left;
    margin: 0 auto;
    position: relative;
    top: 15px;
}

.modal-body .md_select {
    width: 80%;
}


/* The Close Button */

.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/* Footer */

footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px 10px;
    background: #F9F9F9;
    font-size: 13px;
    color: #89939C;
    text-align: center;
}

footer a {
    text-decoration-line: none;
    color: #43A047;
}


/* Titles */

.ziehharmonika h3 {
    position: relative;
    transition: 0.25s all;
    width: 100%;
    margin: 0 auto;
    padding: 10px 12px;
    margin-top: 5px;
    border-radius: 4px;
    background-color: #c5c5c5;
    position: relative;
    transition: 0.25s all;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1em;
}

.ziehharmonika h3.active {
    margin-bottom: 21px;
    background: #5c93b5;
}

.ziehharmonika.epi h3.active {
    margin-bottom: 21px;
    background: #9d0c15;
}

.ziehharmonika h3::before {
    content: attr(data-prefix);
    font-size: 18px;
    margin-right: 9px;
}

.ziehharmonika h3.alignLeft {
    padding-left: 35px;
}

.ziehharmonika>div {
    display: none;
    width: 90%;
    margin: 0 auto;
    /*background: #fff;*/
    text-align: left;
    margin-bottom: 15px;
}

.ziehharmonika .arrowDown {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.0px 7.5px 0 7.5px;
    border-color: #272e35 transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 40px;
    transition: 0.25s all;
    opacity: 0;
}

.ziehharmonika .active .arrowDown {
    bottom: -13px;
    border-color: #5c93b5 transparent transparent transparent;
    opacity: 1;
}

.ziehharmonika.epi .active .arrowDown {
    border-color: #9d0c15 transparent transparent transparent;
}

.ziehharmonika .collapseIcon {
    position: absolute;
    right: 20px;
    top: 45%;
    font-size: 25px;
    font-weight: 300;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.ziehharmonika .collapseIcon.alignLeft {
    right: initial;
    left: 20px;
}

.title_2,
.title_3 {
    background-color: #666;
    height: 25px;
    width: 100%;
    color: #fff;
    text-align: center;
    padding-top: 5px;
}

.title_3 {
    background-color: #2F407C;
}

.content_box {
    float: left;
    margin: 2px;
}

.borde_gris {
    border: 1px solid lightgray;
    padding: 5px;
}

.enlace_metodo {
    border: 1px solid lightgray;
    background-color: #aec9db;
    font-size: 0.9em;
    color: white;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
    width: 100%;
    display: block;
}

.enlace_metodo:hover {
    border: 1px solid #031e30;
    color: whitesmoke;
    background-color: #5c93b5;
    text-decoration: none;
}


/*Table (Old)*/

.table_old_1 {
    float: left;
    width: 45%;
    margin: 20px 0px 30px 30px;
    font-size: 12px;
}

.table_old_2 {
    float: right;
    width: 45%;
    margin: 20px 30px 30px 0px;
    font-size: 12px;
}

.table_vsalud_1 {
    float: left;
    width: 95%;
    margin: 20px 0px 30px 30px;
    font-size: 12px;
}


/* Filter FORMs */

.filter_form {
    float: left;
    margin-left: 30px;
    font-size: 12px;
    color: #333;
}

.filter_form td {
    border: none !important;
}

.filter_form th:nth-child(1) {
    text-align: right;
    font-weight: bold;
    font-size: 16;
    padding-bottom: 10px;
}

.filter_form td:nth-child(1) {
    width: 50%;
    text-align: left;
}

.filter_form td:nth-child(2) {
    width: 50%;
    text-align: left;
}

.filter_form select {
    width: 100%;
    padding: 8px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    color: grey;
}

.filter_form .dnitxt {
    width: 96.3%;
    padding: 8px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    color: grey;
}

.filter_form .nametxt {
    width: 92.5%;
    padding: 8px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    color: grey;
}

.filter_form .datetxt {
    width: 92.5%;
    padding: 8px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    color: grey;
}


/* Version 2 */

.filter_form_2 {
    font-size: 12px;
    color: #333;
}

.filter_form_2 table {
    width: 100%;
}

.filter_form_2 td {
    border: none !important;
}

.filter_form_2 select {
    width: 100%;
    padding: 8px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    color: grey;
}

.filter_form_2 .dnitxt {
    width: 96.5%;
    padding: 8px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    color: grey;
}

.filter_form_2 .datetxt,
.filter_form_2 .dnitxt2 {
    width: 92.5%;
    padding: 8px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    color: grey;
}


/* Button */

.botonlg {
    background-color: #3e782e;
    color: #fff;
    padding: 8px !important;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
    width: 95% !important;
    margin-top: 5px;
}

.botonsm {
    background-color: #3e782e;
    color: #fff;
    padding: 8px !important;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.75);
    width: 30%;
    margin-top: 5px;
}


/*======TEXTO cambia según resolución=======*/

.texto_responsive:before {
    content: attr(data-desktoptext);
}

#btn_add_fuerza_brazo_izquierdo:before {
    content: attr(data-desktoptext);
}

#btn_add_fuerza_brazo_derecho:before {
    content: attr(data-desktoptext);
}

@media (max-width:760px) {
    .texto_responsive:before {
        content: attr(data-phonetext);
    }
    #btn_add_fuerza_brazo_izquierdo:before {
        content: attr(data-phonetext);
    }
    #btn_add_fuerza_brazo_derecho:before {
        content: attr(data-phonetext);
    }
}

#btn_add_factores_puesto:before {
    content: attr(data-desktoptext);
}

@media (max-width:1200px) {
    #btn_add_factores_puesto:before {
        content: attr(data-phonetext);
    }
}


/*Table (new)*/

.dataTables_wrapper {
    position: relative;
    top: -15px;
    width: 100%;
}

.dataTables_wrapper th {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    background-color: #696969;
    color: #fff;
}

.dataTables_wrapper td {
    border-bottom: 1px solid #ddd !important;
}

.dataTables_wrapper input[type=text],
.dataTables_filter input[type=search] {
    padding: 5px 2px 5px 5px;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    color: grey;
}

.dataTables_filter input[type=search] {
    width: 100px;
    margin-bottom: 15px;
}

.dataTables_filter {
    position: relative;
    z-index: 3 !important;
}

.dt-buttons {
    float: right;
    position: relative;
    top: 3px;
    z-index: 2 !important;
}

.dt-buttons button {
    background-color: #3e782e;
    color: #fff;
    padding: 8px !important;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.row_selected td {
    background-color: black !important;
    /* Add !important to make sure override datables base styles */
}

table.dataTable tbody tr.selected {
    background-color: black !important;
    /* Add !important to make sure override datables base styles */
}


/* ENCABEZADO TABLA DATOS COLOR */

.thead-dark th {
    background-color: #5c93b5 !important;
    border-color: #5c93b5 !important;
}


/* Charts */

.chart {
    margin-bottom: 20px;
}


/* DataPicker */

.ui-datepicker {
    position: relative;
    z-index: 50 !important;
}


/* ENCABEZADO BARRA SUPERIOR COLOR */

.header_pagina_fijo {
    background-color: #031e30!important;
}


/* ENCABEZADOS CAJAS COLOR */

.headerBox {
    background-color: #0b5c8d !important;
    color: white;
}


/* STILOS ANDRÉS PSICOSOFT */

.error-nombre {
    background-color: #ffd0d0;
}

.error-contraseña {
    background-color: #ffd0d0;
}

.iconoso {
    color: white;
}

.iconoso2 {
    color: #1C3A13;
}

.iconoso3 {
    padding-left: 15px;
}

.my-row {
    background-color: #BDD1B7;
    padding: 3px;
    margin: 3px;
    height: 80px;
    width: 100%;
}

.bg-dark {
    background-color: #3C5Aa3 !important;
}

.bg-azul {
    background-color: #006f9e !important;
}

.bg-verde {
    background-color: #3caea3 !important;
}

.bg-amarillo {
    background-color: #f6d55c !important;
}

.bg-naranja {
    background-color: #ff5733 !important;
}

.bg-rojo {
    background-color: #c70039 !important;
}

.bg-violeta {
    background-color: #c700c7 !important;
}

.bg-gris_claro {
    background-color: #e7e6e6 !important;
}

.fg-blanco {
    color: whitesmoke!important;
    font-weight: bold;
    text-align: center;
}


/*tabla condiciones y medidas*/

@media (max-width:520px) {
    #tbl_condiciones_medidas {
        font-size: 12px !important;
    }
}

#tbl_condiciones_medidas {
    font-size: 14px;
}


/*informes*/

.seccion_informe {
    background-color: #0b5c8d;
    text-align: left;
    font-size: 16px;
    color: #fff;
}

.tabla_informe {
    border: 1px solid white;
    border-collapse: collapse;
    border-style: solid;
    text-align: center;
    border-radius: 8px;
}

table.tabla_informe td,
table.tabla_informe th {
    border: 1px solid white;
}

table.tabla_informe td {
    padding: 8px;
}

table.tabla_informe th {
    background-color: #5c93b5;
    color: #fff!important;
    border-radius: 4px;
}

.tabla_informe .subgrupo {
    background-color: lightgrey;
}

.tabla_informe tr.selected {
    border: 2px solid black;
}

.tabla_combinada td {
    background-color: #fdfdfd!important;
    border: 1px solid black!important;
    padding: 2px!important;
}

.tabla_combinada th {
    border: 1px solid black !important;
    border-radius: 0px!important;
}

table.tabla_informe tbody tr:nth-child(odd) {
    background-color: #fdfdfd;
}

table.tabla_informe tbody tr:nth-child(even) {
    background-color: #aec9db;
}

.fabutton {
    background: none;
    padding: 3px;
    border: none;
}

.card-header {
    font-size: 1.30em;
}

.card-body {
    padding: 0.75rem;
}

.card-body table span {
    display: none;
}

.card-body th {
    color: #666666;
}

.card-body .tabla_informe th {
    color: #ffffff !important;
}

.nav-pills>li>a.active {
    background-color: #5c93b5 !important;
}

.nav-link {
    background-color: #aec9db !important;
    color: white;
    margin: 1px;
}

table {
    width: 100%;
    table-layout: auto;
}

.vert {
    background-color: transparent;
    border: none;
    color: white;
}


/* GRUPO FORMULARIOS */

.grupo-formulario {
    padding: 10px;
    margin-left: 20px;
    margin-right: 5px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.grupo-formulario .titulo {
    color: #063c5f;
    font-size: 1.10em!important;
}

.form-group {
    padding: 10px;
    margin-bottom: 100px;
    border-radius: 5px;
}

.form-group .titulo {
    font-weight: bold;
    font-size: .9em;
}

.form-group .titulo_margen {
    font-weight: bold;
    font-size: .9em;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
    color: #063c5f;
}

.form-group .etiqueta {
    color: #333333;
    font-size: .9em;
}

.form-group .form-control {
    font-size: .9em;
}

.upload-drop-zone {
    height: 200px;
    border-width: 2px;
    margin-bottom: 20px;
}


/* ICONOS LOGIN */

.icon::before {
    display: none;
}

.input-group .icon.user::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f007';
}

.input-group .icon.pass::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f023';
}

.input-group .icon:before {
    margin: 0 !important;
    line-height: 1;
    font-size: 1.1rem;
}


/* == METODO ROSA ====================================================================================== */

@media (max-width:520px) {
    .imagelinea .rosa label {
        width: 68px;
    }
}


/* == METODO NOM 036 ====================================================================================== */

.imagelinea_mex {
    float: left;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 15px;
    margin-right: 10px;
}

.imagelinea_mex img {
    display: block;
    margin: 0 auto;
    width: 80px!important;
}

.imagelinea_mex div {
    border-radius: 8px;
    padding: 5px;
    width: 120px!important;
    text-align: justify;
    border: 1px solid #ddd;
    margin: 0 auto;
    margin-left: 5px;
}

.imagelinea_mex label {
    width: 120px;
    margin-left: 2px;
}

@media (max-width:520px) {
    .imagelinea_mex {
        display: block;
        margin: 0 auto;
    }
    .imagelinea_mex img {
        width: 55px!important;
    }
    .imagelinea_mex div {
        font-size: 10px;
        width: 70px!important;
    }
    .imagelinea_mex label {
        width: 68px;
    }
}


/* == METODO OCRA ====================================================================================== */

@media (max-width:520px) {
    .img70 {
        max-width: 70px;
    }
}


/* == METODO REBA ====================================================================================== */

@media (max-width:520px) {
    label>input+img {
        cursor: pointer;
        border: 2px solid transparent;
        width: 54px !important;
        flex: 1;
    }
    label>input:checked+img {
        cursor: pointer;
        border: 2px solid #063c5f;
        ;
        width: 54px !important;
        border-radius: 8px;
    }
    .imagesLinea {
        float: left;
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        flex-wrap: wrap;
        -webkit-flex-flow: row wrap;
        justify-content: space-between;
        margin-right: 0px !important;
    }
    label>.imagesLinea {
        float: left;
    }
    .imagesLinea label {
        float: left;
        margin: 0px !important;
    }
}

label>input {
    display: none;
}

label>input+img {
    cursor: pointer;
    border: 2px solid transparent;
    height: auto!important;
    /*    width: 120px!important;*/
    flex: 1;
    margin-left: 0;
    margin-right: 0;
}

label>input:checked+img {
    cursor: pointer;
    width: auto;
    border: 2px solid #063c5f;
    border-radius: 8px;
}

label>input+div {
    cursor: pointer;
    border: 2px solid transparent;
    width: 120px;
    padding: 8px;
}

label>input:checked+div {
    cursor: pointer;
    border: 2px solid #063c5f!important;
    width: auto;
}

.imagesLinea {
    float: left;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 15px;
    margin-right: 10px;
}

label>.imagesLinea {
    float: left;
}

.imagesLinea label {
    float: left;
    margin: 1px;
}

.imagesLinea div {
    border-radius: 8px;
    padding: 5px;
    width: 120px!important;
    text-align: justify;
    border: 1px solid #ddd;
    margin: 0 auto;
}

.ui-checkbox label {
    font-weight: normal;
}

.ui-radio label {
    font-weight: normal;
}

.titulo1 {
    margin-bottom: 0px !important;
    margin-top: 9px !important;
    font-size: 12px;
    color: #031e30;
}

.titulo2 {
    font-size: 14px;
    background-color: #5c93b5;
    text-shadow: none;
    color: white;
    padding-left: 20px;
    padding-top: 2px;
    border-radius: 3px;
    padding-bottom: 2px;
}

.titulo2g {
    font-size: 14px;
    background-color: #81868a;
    text-shadow: none;
    color: white;
    padding-left: 20px;
    padding-top: 2px;
    border-radius: 3px;
    padding-bottom: 2px;
}

.LineaFormulario {
    flex: 97% !important;
    margin-right: 20px;
}

.linea {
    display: inline !important;
    padding-right: 1.5rem;
}

.btn-secondary:not(:disabled):not(.disabled).active {
    background-color: #173e65 !important;
    border-color: #173e65;
}


/*circulo*/

.circulo {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}


/*informes*/

.A4 {
    height: 385mm;
    width: 310mm;
}

#informe .parrafo {
    font-size: 14px;
    width: 85%;
    margin: 0 auto;
    display: block;
}

#informe h5 {
    margin-left: 7%;
    display: block;
}

@media print {
    .col-print-12 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .informeprint {
        display: block;
    }
    .shadow-lg {
        box-shadow: none!important;
    }
    .noprint {
        display: none;
    }
    body {
        -webkit-print-color-adjust: exact;
    }
}

input[type=file] {
    display: none;
}

.file-upload {
    border-radius: 5px;
    background-color: #28a745;
    color: #fff;
    padding: 0.5rem;
    cursor: pointer;
}

/* == METODO OCRA CHECKLIST====================================================================================== */

.field_set{
    margin-left: 1.2em;
}

.select_ocra {
    width: 120px !important;
}


/* == MODAL MEDIDA ANGULOS====================================================================================== */
.bt_round{border-radius: 20px !important;}

.bt_color{background-color: #7ab4f1fa !important;}
.bt_color:hover{
        background-color: #0d7cf3fa !important;
    }


/* == OCULTAR RESULTADOS CON TAMAÑO MOVIL PANTALLA ====================================================================================== */
@media (max-width:520px) {
    #resultados_evaluaciones {
        display: none !important;
    }
    #tbl_condiciones_medidas {
        display: none !important;
    }
        
}


/* END FILE */