.jumbotron {
    margin: 1% auto;
    width: 80%;
    text-align: center;
    border-radius: 10px;
}

.nav {
    margin: 0 auto;
    width: 80%;
    border-radius: 10px;
}

#check {
    text-align: left;
    margin: 20px 0 10px 0;
}

#table1 {
    margin-top: 20px;
}

.load-spiner {
    width: 10em;
    height: 10em;
    margin-top: 5%;
    position: absolute;
    top: 10%;
    right: 45%;
}

.hide {
    visibility: hidden;
}

.overlay {
    position: absolute;
    /* Sit on top of the page content */
    display: block;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 100;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

.pbx-table {
    font-size: 0.7em;
}

.delOnHover {
    color: crimson;
    font-size: 1.5em;
    font-weight: 600;
    cursor: pointer;
}