.menu-item {

}
.menu-item:hover {
    background-color: #e8e8e8;
}

input[type=number],
input[type=password],
input[type=text],
input[type=tel],
input[type=email],
textarea,
select,
.react-select-container,
span,
div {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif !important;
}

.ReactModal__Overlay,
.ReactModal__Overlay--after-open {
    overflow: auto;
}

.ReactModal__Content {
    background: transparent !important;
    border: 0 !important;
}

.ReactModal__Content > div {
    max-width: 360px !important;
    margin: 0 auto !important;
}

.ReactModal__Content.Content-Modal > div {
    max-width: 700px !important;
    margin-top: 10px !important;
}

.ReactModal__Content > div:first-child {
    box-shadow: #9e9d9d 0 0 10px;
}

.react-datepicker__input-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.react-datepicker__input-container input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99;
}

.report-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    border: "1px solid black";
}

.report-table h1 {
    margin: 0;
    padding: 0;
    font-size: 16pt;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    white-space: pre;
}
.report-table h2 {
    margin: 0;
    padding: 0;
    font-size: 15pt;
    font-weight: bold;
    white-space: pre;
}

.report-table h3 {
    margin: 0;
    padding: 0;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    white-space: pre;
}

.report-table th,
.report-table td {
    padding: 0 8px;
    width:12.5%;
}

.report-table .heading-row th {
    text-align: right;
    text-decoration: underline;
}

.report-table .heading-row th:first-child {
    text-align: left;
}

.report-table .totals-row th {
    text-align: right;
}

.report-table .totals-row th:first-child {
    text-align: left;
}

.report-table .data-row td {
    text-align: right;
}

.report-table .data-row td:first-child {
    text-align: left;
}

.min-form-height {
    height: 350px;
}

.primary-button {
    padding-top: 10px;
    text-align: center;
    cursor: pointer;
}
.primary-button button {
    background-color: #015CB7;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    padding: 15px 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.tertiary-button {
    padding-top: 10px;
    text-align: center;
    cursor: pointer;
}
.tertiary-button button {
    background-color: #f4a832;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    padding: 15px 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.link-button {
    color: #015CB7;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    cursor: pointer;
}
