.page-title {
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
}

.page-subtitle {
    font-size: 22px;
    text-align: center;
    color: #dc3545;
    margin-bottom: 30px;
}

.page-subtitle2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
}

.center {
    text-align: center;
}

.button {
    display: inline-box;
    padding: 15px 20px;
    margin-bottom: 30px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #337ab7;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
}

.button-nobottom {
    display: inline-box;
    padding: 15px 20px;
    margin-bottom: 0px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #337ab7;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
}

.buttondelete {
    display: inline-box;
    padding: 15px 20px;
    margin-bottom: 0px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #dc3545;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
}

.buttonsave {
    display: inline-box;
    padding: 15px 20px;
    margin-bottom: 30px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #28a745;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
}

.buttoncreate {
    display: inline-box;
    padding: 15px 20px;
    margin-bottom: 30px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #28a745; /* Updated color to green (#28a745) */
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
}

.button-link {
    background-color: #337ab7;
    display: inline;
    padding: 8px 16px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
    margin-right: 5px;
}

    .button-link.delete {
        background-color: #dc3545;
        display: inline;
        padding: 8px 16px;
        color: #fff;
        text-decoration: none;
        border-radius: 3px;
        font-size: 14px;
        margin-right: 5px;
    }

.table {
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}

    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

    .table .table {
        background-color: #fff;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

/* For login page text input boxes  */
.input-line {
    height: 40px;
    border-radius: 4px;
    font-size: 16px;
    outline: 1px solid #000000;
}

/* For Details page */
.dt-padding {
    padding-top: 0px;
    padding-bottom: 30px;
    margin-right: 0px;
    margin-left: 0px;
}

.dd-margin {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

input.form-control, select.form-control {
    width: 250px;
}

label.control-label {
    width: 100px;
}
