.gradprincipal {
    background-color: #aee1f9;
    background-image: linear-gradient(315deg, #aee1f9 0%, #f6ebe6 74%);

}


.tableFixHead {
    overflow: auto;
    height: 1300px;
}

.tableFixHead thead {
    position: sticky;
    top: 0;
    z-index: 1;
}

/* Just common table stuff. Really. */
table {
    border-collapse: collapse;
    width: 100%;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    color: black;
}

.finish {
    background-color: #38bb56;
    color: white;
}

.BlankComplete {
    background-color: #e09150;
    color: white;
}

.StyleButton {
    position: absolute;
    width: 40%;
    display: flex;
    justify-content: center;
    font-size: 10px;
    padding: 0%;
}

.inputnone {
    display: none;
}

.imgsize {
    width: 60px;
    height: 50px;
}

.imgfrom {
    width: 200px !important;
    height: 160px !important;

}
