#formTrabajos {
    padding: 20px 0px 30px 0px;
}
.formulario {
    -webkit-box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 13px -3px rgba(0, 0, 0, 0.75);
}
.login{
    padding: 20px; 
    background-color: white
}
.bod_log{
    padding: 40px 0px 20px 0px; 
    background-repeat: repeat-y;   
}
.login_i{
    padding: 20px 10px;
}
.login_ii{
    max-width: 350px;
}
.login_iii{
    padding-right: 15px; 
    text-align: center;
}
.login_text_i{
    color: #77517d; 
    font-weight: 600;
}
.login_text_ii{
    color: red; 
    font-weight:bold
}
.login_color{
    color:#77517d;
}
.login_div_btn{
    padding-right: 15px;
}
.login_btn{
    background-color: #D04C59;
    color:white
}
.login_alert{
    background: #77517d; 
    color: white;
    text-align: center;
}
.login_ul{
    text-align: left;
    list-style: inside;
}
.login_label{
    text-align: center; 
    font-size: 20px; 
    background-color: #E0E0E0;  
    color: white !important;   
    border-radius: 43px;
}
.login_D{
    padding-right: 10px; 
    display: flex;
    justify-content: space-between;
}

    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    .panel-titlee {
        color: #000000ad;
        font-weight: bold;
    }

    .table>tbody>tr>th {
        vertical-align: inherit;
    }

    .inputs {
        width: 100%;
        height: 100% !important;
        background: white;
        color: black;
        border: none;
        min-height: 80px;
        text-align: center;
        min-width: 90px;
    }

    .inputs.total {
        min-height: 30px;
    }

    .puntajes {
        justify-content: space-between;
        border: none;
    }

    .subrayado {
        text-decoration: underline red;
        color: black;
        font-weight: 700;
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type=number] {
        -moz-appearance: textfield;
    }
    .evaluacion{
        padding-top: 3%;
        text-align:center;
        margin-bottom: 0px !important;
        color: #00047c;
    }
    .panel-titler{
        color: #00034c;
        /* font-weight: bold; */
        margin-bottom: 0px !important;
    }
    .bordered{
        border: 1px solid #00047c4a;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 2% !important;
    }
    .panel-title {
        color: #131a3f !important;
    }
    table {
      width: 80%;
      border-collapse: collapse;
      margin: 20px auto;
      font-family: Arial, sans-serif;
    }
    th, td {
      border: 1px solid #333;
      padding: 10px;
      text-align: left;
    }
    .thbo {
      background-color: #f2f2f2;
      text-align: center;
    }
    .getCapitulo{
        background-color: #f70018d1 !important;
        color: white !important;
    }
    .getCriterio{
        background-color: #ff9e9ebd !important;
        color: white !important;
    }
    caption {
      font-weight: bold;
      margin-bottom: 10px;
    }
    .rubro-item {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.rubro-item label {
    margin-left: 8px;
    font-weight: 500;
}

.rubro-item .calificacion {
    margin-left: auto;
    font-weight: bold;
    color: #2c3e50;
}
