body {
    margin: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 1em;
    height: 89%;
    background-color: white;
    cursor: none;
}

h1 {
    margin: 10px;
}

button {
    border: none;
    font-size: 1.5em;
    padding: 0 20px;
    min-width: 5vw;
}

.actionButton {
    font-size: 1.5em;
    width: 205px;
    padding: 5px;
    margin: 12px 17px;
    border-radius: 2px;
    border: 0px;
}

    .actionButton:disabled {
        font-size: 1.5em;
        width: 205px;
        padding: 5px;
        background-color: darkgray;
        margin: 10px 25px;
    }

.appMenu li a {
    display: block;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    background-color: rgb(0, 79, 152);
    font-size: larger;
    cursor: pointer;
}

.menu li a:hover:not(.active) {
    background-color: rgb(20, 99, 172);
    color: white;
}

.active {
    background-color: rgb(20, 99, 172);
}

.left {
    float: left;
}

.right {
    float: right;
}

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(243, 243, 243);
    position: fixed;
    top: 0;
    width: 100%;
}

.colDivider {
    width: 100%;
    text-align: center;
}

.col3 {
    display: inline-block;
    width: 32%;
}

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(243, 243, 243);
    position: fixed;
    top: 0;
    width: 100%;
}

    .menu li {
        cursor: pointer;
        float: right;
    }

.email-login, .searchCustomers {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
}

select {
    display: block;
    font-size: 1em;
    width: 205px;
}

.modal-body textarea {
    width: 100%;
    font-size: 1em;
    height: 25px;
}

.submit {
    float: left;
    width: 190px;
    height: auto;
    margin: 10px;
}

.quote {
    width: 275px;
    margin: 0 auto;
}

#navMgmt {
    text-align: center;
}

    #navMgmt li {
        display: inline;
        border: 1px solid black;
        font-size: large;
        padding: 5px 15px;
        cursor: pointer;
        color: white;
    }

.secBlue {
    background-color: rgb(0, 79, 152);
    color: white;
}

select {
    font-size: 1.4em;
    margin: 5px;
    width: 315px;
    padding: 5px;
}

select {
    max-width: 9vw;
}

.regSelect {
    border-radius: 0px;
    margin: 5px;
    border: 1px solid #b3b3b3;
    background-color: #e6e6e6;
    padding: 10px;
}

.accInputs {
    border-radius: 0px;
    margin: 5px;
    border: 1px solid #b3b3b3;
    background-color: #e6e6e6;
    padding: 10px;
}

.fullWidth {
    width: 97%;
}

.navbar-toggle {
    display: initial;
}

#myNavmenu ul {
    list-style: none;
    padding: 0;
}

#myNavmenu h4 {
    text-align: center;
}

#myNavmenu a {
    text-decoration: none;
}

#myNavmenu li a:hover:not(.active) {
    background-color: rgb(20, 99, 172);
    color: white;
}

#myNavmenu .active {
    background-color: rgb(20, 99, 172);
}

.luxRow:nth-child(even) {
    background-color: indianred;
}

.luxRow:nth-child(odd) {
    background-color: indianred;
}

@media all and (min-width:375px) {
    .navbar-toggle {
        display: inline;
    }
}

.logoText {
    display: none;
    color: white;
    float: left;
    margin: 14px;
}

.navbar-toggle {
    display: inline;
}

hr.style-two {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0))
}

hr.style-four {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

hr.style-seven {
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}

    hr.style-seven:before {
        display: block;
        content: "";
        height: 30px;
        margin-top: -31px;
        border-style: solid;
        border-color: black;
        border-width: 0 0 1px 0;
        border-radius: 20px;
    }

/* */

.navbar-default {
    background-color: rgb(0, 79, 152);
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navmenu-default, .navbar-default .navbar-offcanvas {
        background-color: rgb(66, 66, 66);
    }


meter {
    /* Reset the default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 0.5em;
    /* Applicable only to Firefox */
    background: none;
    background-color: rgba(0, 0, 0, 0.1);
    display: inline-block;
}

    meter::-webkit-meter-bar {
        background: none;
        background-color: rgba(0, 0, 0, 0.1);
    }

    /* Webkit based browsers */
    meter[value="1"]::-webkit-meter-optimum-value {
        background: red;
    }

    meter[value="2"]::-webkit-meter-optimum-value {
        background: yellow;
    }

    meter[value="3"]::-webkit-meter-optimum-value {
        background: orange;
    }

    meter[value="4"]::-webkit-meter-optimum-value {
        background: green;
    }

    /* Gecko based browsers */
    meter[value="1"]::-moz-meter-bar {
        background: red;
    }

    meter[value="2"]::-moz-meter-bar {
        background: yellow;
    }

    meter[value="3"]::-moz-meter-bar {
        background: orange;
    }

    meter[value="4"]::-moz-meter-bar {
        background: green;
    }
