html {
    font-size: 12px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

.container {
    min-width: 80%;
}


body {
    padding: 0;
    margin: 0;

}

input text-box {
    width: 100%;
}

.text-box {
    width: 100%;
}

.row {
    padding-bottom: 3px;
}

.page-header-text{
    text-align:center;
    font: bold 24px arial;
    padding-bottom:15px;
}

.table {
    border-spacing: 0px;
    width: 100%;
}

    .table th {
        position: sticky;
        background-color: white;
        z-index: 2;
        top: 0;
        white-space: normal;
        cursor: pointer;
        text-align: center;
        font-size: smaller;
        /*       border:none;*/
    }

    .table td {
        text-align: center;
        white-space: normal;
        color: black;
        font-size: smaller;
    }

.login-input {
    max-width: 250px;
    min-width: 250px;
    padding-bottom:10px;
}

.default-input {
    width: 140px;
    padding-top: 20px;
}

.default-input button{
    width: 100%;
}

label{
    font-weight:700;
}

.test-15 {
    justify-content: center;
    max-width: 600px;
    background-color:red;
}


button {
    min-width: 130px !important;
    margin-right: 10px;

}

.a-button {
    min-width: 130px !important;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom:5px;

}

input[type="file"] {
    cursor:pointer;
}

.loading {
    display:none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1000;
}

    .loading div {
        height: 50px;
        margin-top: -100px;
        width: 600px;
        margin-left: -300px;
        text-align: center;
        position: fixed;
        left: 50%;
        top: 50%;
    }

.menu-tabs {
border:1px solid cornflowerblue;
    margin: 4px;
    font-size: 16px;
    font-weight:600;
    border-radius:5px;
    padding:3px;
}