html * {
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
}

.appui {
    margin: 0;
    padding: 1%;
    position: relative;
}

#cartModal-loading {
    cursor: wait;
}

.dialogbox {
    background-color: aliceblue;
    color: purple;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -55%);
    border-radius: 30px;
    max-height: 40%;
    max-width: 400px;
    min-height: 20%;
    min-width: 200px;
}

.loading-text {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding-top: 5%;
    padding-left: 2%;
    padding-right: 2%;
}

.loadingdialog-content {
    top: 40%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}


.navbar-brand {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
    font-weight: bold;
}

.navbar-brand img {
    height: 20%;
    width: 20%;
}

.appWidget {
    /* border: 5px solid red; */
    z-index: 1;
    position: relative;
    height: 83%;
    width: 100%;
    margin: 0;
}


.navigationTabPanel {
    margin: 0;
    width: 100%;
    position: relative;
}

.nav-tabs {
    border: none;
}

.nav-item {
    margin-left: 2%;
    margin-right: 2%;
}

.nav-link {
    border: none;
}

.nav>li>a.nav-link {
    color: #505050;
    font-size: 1.3em;
}

.nav>li>a.nav-link.active {
    background-color: rgba(0, 0, 0, 0);
    color: #0d6efd;
    border-bottom: 5px solid #0d6efd;
    border-radius: 0%;
}

.nav>li>a.nav-link.disabled {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(99, 99, 99);
    border-radius: 0%;
}

.tab-content {
    /* border: 5px solid blue; */
    height: 100%;
    width: 100%
}

.tab-pane {
    height: calc(100%-10%);
}

.home-page-logo {
    left: 50%;
    top: 10%;
    text-align: center;
    font-size: 3em;
    font-weight: bold;
}

.home-page-title {
    font-family: 'Readex Pro', Arial, Helvetica, sans-serif !important;
}

.home-page-title::first-letter {
    color: dodgerblue;
    font-size: 1.5em;
}

.home-page-subtitle {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
    font-size: 0.3em;
    font-weight: lighter;
    text-align: center;
}

#phoneInput {
    /*border: 5px solid red;*/
    top: 50%;
    position: relative;
}

.instructions {
    padding: 3%;
    border-radius: 30px;
    background-color: lightcyan;
    text-align: justify;
    position: relative;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    overflow-y: auto;
}

.instructions-error {
    background-color: lightpink;
}

#formOne,
#formTwo,
#historyPage {
    height: 100%;
    width: 100%;
    position: relative;
    background-color: white;
    border-radius: 30px;
}

.register-title {
    font-family: 'Readex Pro', Arial, Helvetica, sans-serif !important;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 1%;
    padding-bottom: 0;
}

.register-title::first-letter {
    color: dodgerblue;
    font-size: 1.3em;
}

#formOneContent,
#formTwoContent {
    height: 90%;
    overflow-y: scroll;
}

#historyContent {
    height: 80%;
    overflow-y: scroll;
}

#formOneInputForm {
    /*border: 5px solid red;*/
    margin-top: 5%;
}


.formsection {
    padding-top: 1%;
    padding-bottom: 1%;
}

.form-control,
.form-select,
#input-group-text-mob-form-1,
#view-cart-button,
#view-ref-doc-button,
#clear-company-dropdown-button,
#age-input-grp-txt {
    margin-bottom: 1%;
}

label {
    font-weight: bold;
    font-size: 1em;
}

#page1PhoneInput {
    margin-bottom: 0;
}

#formOneSubmitBtn {
    left: 50%;
    transform: translate(-50%, 0%);
    position: relative;
}

#form-review-table-body>tr>td {
    text-align: right;
    word-wrap: break-word;
}

.modal-title {
    font-family: 'Readex Pro', Arial, Helvetica, sans-serif !important;
    font-weight: bold;
}

.modal-title::first-letter {
    color: dodgerblue;
}

.modal-body {
    padding-top: 0;
    min-height: 50vh;
}

.modal-content-header {
    padding: 0;
    margin: 0;
    position: sticky;
}

#formTwo {
    height: 100%;
    width: 100%;
    position: relative;
    background-color: white;
    border-radius: 30px;
}

#clear-company-dropdown-button {
    border: none
}

.form-check:hover {
    background-color: lightcyan;
}

.data-grid-row:hover {
    background-color: lightcyan;
}

.selectedRow:hover {
    background-color: lightskyblue;
}

.input-group .btn {
    z-index: 0;
}

.datagrid {
    width: 100%;
    /* font-size: 0.5em; */
    /* overflow-x:scroll; */
}

.selectedRow {
    background-color: lightskyblue;
}

.cart-display-area {
    max-height: 30vh;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-left: 0;
    margin-right: 0;
}

.form-check-input {
    border: 1px solid;
}

.form-check-label {
    font-weight: normal;
}

.btn-primary,
.btn-secondary,
.btn-outline-secondary {
    border-radius: 500px;
    min-width: 100px;
}

.ring {
    border: solid black;
    height: 1.5em;
    width: 1.5em;
    text-align: center;
}

.printonly {
    display: none;
}

@media print {
    @page {
        margin-top: 0;
        margin-bottom: 0;
    }

    body {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .printonly {
        display: block !important;
    }

    .noprint {
        display: none !important;;
    }
}
