.oa-hist{
    justify-content: center;
}

.oa-hist a{
    height: 2em;
    width: 10em;
    align-content: center;
    cursor: pointer;
}

.oa-titulo{
    background-color: rgba(0,158,105,.1) !important;
    padding: .15rem 1.25rem !important;
}

.oa-titulo-0{
    background-color: rgb(0, 158, 105) !important;
    color: white;
    border-style: solid;
    border-width: thin;
    border-color: #cacaca;
    border-top-left-radius: 0.4em;
    border-top-right-radius: 0.4em;
}

.oa-bloque-0{
    border-style: solid;
    border-width: thin;
    border-color: black;
}

.oa-bloque-1{
    justify-content: center;
    display: flex;
}

.oa-tabla{
    width: 95%;
}

.oa-tabla > tbody > tr{
    border-bottom: solid !important;
    border-width: thin !important;
    border-color: #e8ede4 !important;
}
.oa-tabla td{
    width: 50%;
    text-align: center !important
}
.oa-tabla th{
    width: 50%;
    text-align: center !important;
}
.oa-tabla thead{
    background-color: rgba(113, 159, 75, 0.44) !important;
}

.oa-tabla3 td{
    width: 33% !important;
}
.oa-tabla3 th{
    width: 33% !important;
}

.oa-tabla4 td{
    width: 25% !important;
}
.oa-tabla4 th{
    width: 25% !important;
}
.oa-titulo-00{
    width: 95%;
    background-color: rgba(19, 215, 199, 0.44) !important;
    border-style: solid;
    border-width: thin;
    border-color: black;
}

.oa-data{
    padding: .15rem 1.25rem !important;
}

#historico{
    /*max-height: 50em;
    overflow: auto;*/
}

.shadow0 {
	box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.10) !important;
}

.shadow1 {
	box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.20) !important;
}
.shadow1-0 {
	box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.20) !important;
}
.shadow2 {
	box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.30) !important;
}

#tools .card-body .text-muted {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
