.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: 400px !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;
    background-color: #FFF;
    box-shadow: #CCC 0 0 5px;
}

.report-table h1 {
    margin: 0;
    padding: 0;
    font-size: 12pt;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    white-space: pre;
}
.report-table h2 {
    margin: 0;
    padding: 0;
    font-size: 12pt;
    font-weight: bold;
    white-space: pre;
}

.report-table th,
.report-table td {
    padding: 0 8px;
}

.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;
}

.print-button {
    padding-top: 10px;
    text-align: center;
    cursor: pointer;
}
.print-button button {
    background-color: #015CB7;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    padding: 20px 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;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}