.app-table-parameters{
    width: 760px;
}
.app-table-parameters .app-table-parameters__body tr td{
    padding-top: 5px;
    padding-bottom: 5px;
}
.app-table-parameters .app-table-parameters__body tr > th:first-child,
.app-table-parameters .app-table-parameters__body tr > td:first-child{
    width: 370px;
    white-space: normal;
}
.app-table-parameters .app-table-parameters__body tr > td:first-child .label{
    color: #333333;
    background-color: #eeeeee;
    font-size: 12px;
    font-weight: normal;
}
.app-table-parameters .app-table-parameters__body tr > th:nth-child(2),
.app-table-parameters .app-table-parameters__body tr > td:nth-child(2){
    padding-right: 5px;
    width: 300px;
}
.app-table-parameters .app-table-parameters__body tr > th:last-child,
.app-table-parameters .app-table-parameters__body tr > td:last-child{
    padding-left: 5px;
    width: 90px;
}
.app-table-parameters__description{
    color: #666666;
    font-size: 11px;
}
.app-footer-parameters{
    width: 760px;
}
@media (max-width: 768px) {
    .app-footer-parameters{
        width: 100%;
    }
}

.last-update p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 5px;
}
.filtro-procesos {
    padding-left: 20px;
    display: flex;
}
.filtro-procesos .fecha,
.malla select, .proceso select {
    width: 200px;
    height: 44px;
    margin-right: 20px;
}
.filtro-procesos input {
    color: black;
}
.filtro-procesos button.filtrar {
    width: 120px;
    height: 45px;
    border-radius: 5px;
}

.panel-proceso {
    width: 400px;
    height: 580px;
    background-color: #ffffff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    z-index: 10000;
    position: fixed;
    top: 110px;
    right: 0;
    margin-right: 2rem;
    transition: all 1s ease-in;
}
.hide-panel-proceso {
    margin-right: -500px;
    transition: all 1s ease-in;
}


.panel-proceso header {
    padding: 0 20px;
    width: 100%;
    height: 50px;
    background-color: #009DE9;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px 5px 0px 0px;
}
.panel-proceso header p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    margin: 0;
}
.container-proceso {
    padding: 10px 40px 0 40px;
}
.title-proceso p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.6);
}
.detalles-proceso{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.detalles-proceso p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    margin: 0;
}
.detalles-proceso p span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    text-transform: capitalize;
    color: black;
}
.detalles-proceso .ultima p {
    font-size: 11px;
}

.border-proceso {
    margin: 20px 0;
    border: 1px solid rgba(0, 0, 0, 0.16);
}
.log-event .title-event {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.6);
}
.log-event .detalle-event {
    border: 1px solid rgba(0, 0, 0, 0.6);
    height: 323px;
    overflow-y: auto;
}
.log-event .detalle-event .detalles p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    text-decoration-line: underline;
    color: #009DE9;
    padding: 10px 0 0 12px;
    margin: 0;
}

.log-event .detalle-event .detalles span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: rgba(0, 0, 0, 0.6);
    padding-top: 10px;
    margin: 0;
}

.container-config-grid-process {
    display: grid;
    grid-template-columns: repeat(2, 400px);
    grid-gap: 2rem;
}

.change-password-grid-process,
.params-grip-process {
    height: 375px;
    width: 400px;
    background-color: white;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    padding: 2rem;

}

.title-config-grid-process {
    display: flex;
    /*align-items: center;*/
    height: 60px;
}

.title-config-grid-process span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.6);
}

.body-config-grip-process {
    height: 215px;
}

.botton-grid-config-process {
    height: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.time-refresh-config-grip-process {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 0.4px;
    color: rgba(0, 0, 0, 0.6);
    height: 60px;

}

.time-refresh-config-grip-process span input {
    width: 68px;
    height: 44px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 2rem;
    margin: 0 1rem;
}

.config-color-grid-process {
    height: 155px;
}

.config-color-grid-process div {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 10px;
}

.config-color-grid-process div p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 0.4px;
    color: rgba(0, 0, 0, 0.6);
}

.config-color-grid-process div span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: 0.4px;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 5px;
}

.config-color-grid-process div input {
    height: 18px;
    width: 18px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
    border: 1.5px solid white;
    border-radius: 2px;
    padding: 0;
}

.password-grid-config-process div {
   padding: 10px 0;
}

.checkbox-config-grid-process {
    height: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.checkbox-config-grid-process span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 10px;
}

.checkbox-config-grid-process input[type="checkbox"] {
    transform: scale(1.5);
}

table.malla-progreso{
    padding-bottom: 20px;
}
table.malla-progreso th,
table.malla-progreso td a {
    text-transform: uppercase !important;
}
table.malla-progreso td p {
    color: #ffffff;
}
.finalized-ok {
    background-color: #21D77C;
    margin-top: 10px;
}
.finalized-nok {
    background-color:  #DB3243;
    margin-top: 10px;
}
.in-progress {
    background-color: #009DE9;
    margin-top: 10px;
}
.not-started {
    background-color: rgba(0, 0, 0, 0.38);
}

.state-color {
    padding: 5px;
    border-radius: 4px;
}

.time-refresh-config-grip-process input[type=number]::-webkit-inner-spin-button,
.time-refresh-config-grip-process input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.table-mesh-process {
    min-height: 450px;
    max-height: 540px;
    max-width: 80%;
    min-width: 950px;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 4px 4px 0 0 ;
    border: 1px solid #ddd;
    /*overflow-y: hidden;*/
}

.tabla-body-mesh-process {
}

.table-mesh-process table thead th {
    font-size: 12px !important;
}

.table-mesh-process table tbody td {
    font-size: 11px !important;
}

.table-mesh-process table tbody {
    font-size: 11px !important;
    width: 500px;
    overflow-y: auto;
}

.table-mesh-process table tbody td a p {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 11px !important;
}

.table-mesh-process table tbody td a {
   padding: 0;
    display: flex;
    align-items: center;
}
