html {
    box-sizing: border-box
}

*, *:before, *:after {
    box-sizing: inherit
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-size: 16px !important;
}

article, aside, details, figcaption, figure, footer, headere, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

progress {
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

figure {
    margin: 1em 40px
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

input[type="checkbox"] {
    opacity: 100;
    position: relative;
    margin-left: 0px;
}

html, body {
    font-family: Raleway, sans-serif;
}

html {
    overflow-x: hidden
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

h2.sidemenu {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 3.4rem;
    font-weight: 700;
    margin: 0px;
}

h4.sidemenu {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1em;
    font-weight: 700;
    margin: 0px;
    display: inline;
}

.w3-serif {
    font-family: serif
}
/*
h1, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI";
    font-weight: 400;
    margin: 10px 0
}*/

.w3-wide {
    letter-spacing: 4px
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0
}

.w3-image {
    max-width: 100%;
    height: auto
}

img {
    margin-bottom: -5px
}

.logo img {
    margin-bottom: 10px;
}

a {
    color: inherit
}

.w3-table, .w3-table-all {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table
}

.w3-table-all {
    border: 1px solid #ccc
}

.w3-bordered tr, .w3-table-all tr {
    border-bottom: 1px solid #ddd
}

.bluetable .w3-bordered tr, .w3-table-all tr {
    border-bottom: 1px solid #92c8f0;
}

.bluetable table thead th {
    background-color: white
}

.w3-striped tbody tr:nth-child(even) {
    background-color: #f1f1f1
}

.bluetable .w3-striped tbody tr:nth-child(even), .bluetable .w3-striped thead th {
}

.w3-table.w3-striped.w3-bordered.w3-hoverable.bluetable {
    margin: 0px;
}

.bluetable th, .bluetable td {
    border: 0px !important;
    font-size: 14px;
}

.bluetable.w3-striped tbody tr:nth-child(odd) {
    color: black
}

#tableWrapper {
    margin: 0px;
}

.no-label label {
    display: none
}

.w3-table-all tr:nth-child(odd) {
    background-color: #fff
}

.w3-table-all tr:nth-child(even) {
    background-color: #f1f1f1
}

.w3-hoverable tbody tr:hover, .w3-ul.w3-hoverable li:hover {
    background-color: #ccc
}

.w3-centered tr th, .w3-centered tr td {
    text-align: center
}

.w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th {
    padding: 18px 18px;
    display: table-cell;
    text-align: left;
    vertical-align: top
}

.w3-table th:first-child, .w3-table td:first-child, .w3-table-all th:first-child, .w3-table-all td:first-child {
    padding-left: 16px
}

.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.w3-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.w3-btn, .w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w3-disabled, .w3-btn:disabled, .w3-button:disabled {
    cursor: not-allowed;
    opacity: 0.3
}

.w3-disabled *, :disabled * {
    pointer-events: none
}

.w3-btn.w3-disabled:hover, .w3-btn:disabled:hover {
    box-shadow: none
}

.w3-badge, .w3-tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center
}

.w3-badge {
    border-radius: 50%
}

.w3-ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.w3-ul li {
    padding: 8px 16px;
    border-bottom: 1px solid #ddd
}

.w3-ul li:last-child {
    border-bottom: none
}

.w3-tooltip, .w3-display-container {
    position: relative
}

.w3-tooltip .w3-text {
    display: none
}

.w3-tooltip:hover .w3-text {
    display: inline-block
}

.w3-ripple:active {
    opacity: 0.5
}

.w3-ripple {
    transition: opacity 0s
}

.w3-input {
    padding: 0px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

textarea.w3-input {
    max-width: 100%
}

.w3-select {
    padding: 9px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc
}

.formpanels .w3-select, .collapsible .w3-select {
    padding: 0px !important;
    height: 36px;
}

#entryform_details input {
    height: 36px;
    padding: 8px !important;
}

.w3-dropdown-click, .w3-dropdown-hover {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.w3-dropdown-hover:hover .w3-dropdown-content {
    display: block;
    z-index: 1
}

.w3-dropdown-hover:first-child, .w3-dropdown-click:hover {
    background-color: #ccc;
    color: #000
}

.w3-dropdown-hover:hover > .w3-button:first-child, .w3-dropdown-click:hover > .w3-button:first-child {
    background-color: #ccc;
    color: #000
}

.w3-dropdown-content {
    cursor: auto;
    color: #000;
    background-color: #fff;
    display: none;
    position: absolute;
    min-width: 160px;
    margin: 0;
    padding: 0
}

.w3-check, .w3-radio {
    width: 24px;
    height: 24px;
    min-width: 20px;
    min-height: 20px;
    position: relative;
    top: 6px;
}

.w3-sidebar {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed !important;
    z-index: 1;
    overflow: auto
}

.w3-bar-block .w3-dropdown-hover, .w3-bar-block .w3-dropdown-click, .fullwidth {
    width: 100%
}

.w3-bar-block .w3-dropdown-hover .w3-dropdown-content, .w3-bar-block .w3-dropdown-click .w3-dropdown-content {
    min-width: 100%
}

.w3-bar-block .w3-dropdown-hover .w3-button, .w3-bar-block .w3-dropdown-click .w3-button {
    width: 100%;
    text-align: left;
    padding: 8px 16px
}

.w3-main, #main {
    transition: margin-left .4s
}

.w3-modal {
    z-index: 1000;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4)
}

.w3-clearmodal {
    z-index: 1000;
    display: block;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px
}

.w3-bar {
    width: 100%;
    overflow: hidden
}

.w3-center .w3-bar {
    display: inline-block;
    width: auto
}

.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    outline: none;
    display: block
}

.w3-bar .w3-dropdown-hover, .w3-bar .w3-dropdown-click {
    position: static;
    float: left
}

.w3-bar .w3-button {
    white-space: normal
}

.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    outline: none;
    white-space: normal;
    float: none
}

.w3-bar-block.w3-center .w3-bar-item {
    text-align: center
}

.w3-block {
    display: block;
    width: 100%
}

.w3-responsive {
    display: block;
    overflow-x: auto
}

.w3-container:after, .w3-container:before, .w3-panel:after, .w3-panel:before, .w3-row:after, .w3-row:before, .w3-row-padding:after, .w3-row-padding:before, .w3-cell-row:before, .w3-cell-row:after, .w3-clear:after, .w3-clear:before, .w3-bar:before, .w3-bar:after {
    content: "";
    display: table;
    clear: both
}

.w3-col, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter, .w3-fifth, .w3-sixth, .w3-seventh, .w3-eighth, .w3-ninth, w3-tens {
    float: left;
    width: 100%
}

.w3-col.s0 {
    width: 0%;
}

.w3-col.s1 {
    width: 8.33333%
}

.w3-col.s2 {
    width: 16.66666%
}

.w3-col.s3 {
    width: 24.99999%
}

.w3-col.s4 {
    width: 33.33333%
}

.w3-col.s5 {
    width: 41.66666%
}

.w3-col.s6 {
    width: 49.99999%
}

.w3-col.s7 {
    width: 58.33333%
}

.w3-col.s8 {
    width: 66.66666%
}

.w3-col.s9 {
    width: 74.99999%
}

.w3-col.s10 {
    width: 83.33333%
}

.w3-col.s11 {
    width: 91.66666%
}

.w3-col.s12 {
    width: 99.99999%
}

@media (min-width: 601px) {
    .w3-col.m0 {
        width: 0%;
    }

    .w3-col.m1, .w3-eighth {
        width: 8.33333%
    }

    .w3-col.m2, .w3-sixth {
        width: 16.66666%
    }

    .w3-col.m3, .w3-quarter {
        width: 24.99999%
    }

    .w3-col.m4, .w3-third {
        width: 33.33333%
    }

    .w3-col.m5 {
        width: 41.66666%
    }

    .w3-col.m6, .w3-half {
        width: 49.99999%
    }

    .w3-col.m7 {
        width: 58.33333%
    }

    .w3-col.m8, .w3-twothird {
        width: 66.66666%
    }

    .w3-col.m9, .w3-threequarter {
        width: 74.99999%
    }

    .w3-col.m10 {
        width: 83.33333%
    }

    .w3-col.m11 {
        width: 91.66666%
    }

    .w3-col.m12 {
        width: 99.99999%
    }
}

@media (min-width: 993px) {
    .w3-col.l0 {
        width: 0%;
    }

    .w3-col.l1 {
        width: 8.33333%
    }

    .w3-col.l2 {
        width: 16.66666%
    }

    .w3-col.l3 {
        width: 24.99999%
    }

    .w3-col.l3s {
        width: 23%
    }

    .w3-col.l4 {
        width: 33.33333%
    }

    .w3-col.l5 {
        width: 41.66666%
    }

    .w3-col.l6 {
        width: 49.99999%
    }

    .w3-col.l7 {
        width: 58.33333%
    }

    .w3-col.l8 {
        width: 66.66666%
    }

    .w3-col.l9 {
        width: 74.99999%
    }

    .w3-col.l10 {
        width: 83.33333%
    }

    .w3-col.l11 {
        width: 91.66666%
    }

    .w3-col.l12 {
        width: 99.99999%
    }

    .w3-col.l12s {
        width: 96.99999%
    }
}

.w3-content {
    max-width: 980px;
    margin: auto
}

.w3-rest {
    overflow: hidden
}

.w3-cell-row {
    display: table;
    width: 100%
}

.w3-cell {
    display: table-cell
}

.w3-cell-top {
    vertical-align: top
}

.w3-cell-middle {
    vertical-align: middle
}

.w3-cell-bottom {
    vertical-align: bottom
}

.w3-hide {
    display: none !important
}

.w3-show-block, .w3-show {
    display: block !important
}

.w3-show-inline-block {
    display: inline-block !important
}

@media (max-width: 600px) {
    .w3-modal-content {
        margin: 0 10px;
        width: auto !important
    }

    .w3-modal {
        padding-top: 30px
    }

    .w3-dropdown-hover.w3-mobile .w3-dropdown-content, .w3-dropdown-click.w3-mobile .w3-dropdown-content {
        position: relative
    }

    .w3-hide-small {
        display: none !important
    }

    .w3-mobile {
        display: block;
        width: 100% !important
    }

    .w3-bar-item.w3-mobile, .w3-dropdown-hover.w3-mobile, .w3-dropdown-click.w3-mobile {
        text-align: center
    }

    .w3-dropdown-hover.w3-mobile, .w3-dropdown-hover.w3-mobile .w3-btn, .w3-dropdown-hover.w3-mobile .w3-button, .w3-dropdown-click.w3-mobile, .w3-dropdown-click.w3-mobile .w3-btn, .w3-dropdown-click.w3-mobile .w3-button {
        width: 100%
    }
}

@media (max-width: 768px) {
    .w3-modal-content {
        width: 500px
    }

    .w3-modal {
        padding-top: 50px
    }
}

@media (min-width: 993px) {
    .w3-modal-content {
        width: 900px
    }

    .w3-hide-large {
        display: none !important
    }

    .w3-sidebar.w3-collapse {
        display: block !important
    }
}

@media (max-width: 992px) and (min-width: 601px) {
    .w3-hide-medium {
        display: none !important
    }
}

@media (max-width: 992px) {
    .w3-sidebar.w3-collapse {
        display: none
    }

    .w3-main {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.w3-top, .w3-bottom {
    position: fixed;
    width: 100%;
    z-index: 1
}

.w3-top {
    top: 0
}

.w3-bottom {
    bottom: 0
}

.w3-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2
}

.w3-display-topleft {
    position: absolute;
    left: 0;
    top: 0
}

.w3-display-topright {
    position: absolute;
    right: 0;
    top: 0
}

.w3-display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0
}

.w3-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0
}

.w3-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%)
}

.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

.w3-display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.w3-display-topmiddle-r {
    position: relative;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.w3-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.w3-display-container:hover .w3-display-hover {
    display: block
}

.w3-display-container:hover span.w3-display-hover {
    display: inline-block
}

.w3-display-hover {
    display: none
}

.w3-display-position {
    position: absolute
}

.w3-circle {
    border-radius: 50%
}

.w3-round-small {
    border-radius: 2px
}

.w3-round, .w3-round-medium {
    border-radius: 4px
}

.w3-round-large {
    border-radius: 8px
}

.w3-round-xlarge {
    border-radius: 16px
}

.w3-round-xxlarge {
    border-radius: 32px
}

.w3-row-padding, .w3-row-padding > .w3-half, .w3-row-padding > .w3-third, .w3-row-padding > .w3-twothird, .w3-row-padding > .w3-threequarter, .w3-row-padding > .w3-quarter, .w3-row-padding > .w3-col, .w3-row-padding > .w3-fifth, .w3-row-padding > .w3-sixth, .w3-row-padding > .w3-seventh, .w3-row-padding > .w3-eighth, .w3-row-padding > .w3-ninth, .w3-row-padding > w3-tens {
    padding: 0 8px
}

.w3-container, .w3-panel {
    padding: 0.01em 16px
}

.w3-panel {
    margin-top: 16px;
    margin-bottom: 16px
}

.w3-code, .w3-codespan {
    font-family: Consolas, "courier new";
    font-size: 16px
}

.w3-code {
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4CAF50;
    word-wrap: break-word
}

.w3-codespan {
    color: crimson;
    background-color: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 110%
}

.w3-card, .w3-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.w3-card-4, .w3-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)
}

.w3-spin {
    animation: w3-spin 2s infinite linear
}

@keyframes w3-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

.w3-animate-fading {
    animation: fading 10s infinite
}

@keyframes fading {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.w3-animate-opacity {
    animation: opac 0.8s
}

@keyframes opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.w3-animate-top {
    position: relative;
    animation: animatetop 0.4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.w3-animate-left {
    position: relative;
    animation: animateleft 0.4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }
    to {
        left: 0;
        opacity: 1
    }
}

.w3-animate-right {
    position: relative;
    animation: animateright 0.4s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }
    to {
        right: 0;
        opacity: 1
    }
}

.w3-animate-bottom {
    position: relative;
    animation: animatebottom 0.4s
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

.w3-animate-zoom {
    animation: animatezoom 0.6s
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.w3-animate-input {
    transition: width 0.4s ease-in-out
}

.w3-animate-input:focus {
    width: 100% !important
}

.w3-opacity, .w3-hover-opacity:hover {
    opacity: 0.60
}

.w3-opacity-off, .w3-hover-opacity-off:hover {
    opacity: 1
}

.w3-opacity-max {
    opacity: 0.25
}

.w3-opacity-min {
    opacity: 0.75
}

.w3-greyscale-max, .w3-grayscale-max, .w3-hover-greyscale:hover, .w3-hover-grayscale:hover {
    filter: grayscale(100%)
}

.w3-greyscale, .w3-grayscale {
    filter: grayscale(75%)
}

.w3-greyscale-min, .w3-grayscale-min {
    filter: grayscale(50%)
}

.w3-sepia {
    filter: sepia(75%)
}

.w3-sepia-max, .w3-hover-sepia:hover {
    filter: sepia(100%)
}

.w3-sepia-min {
    filter: sepia(50%)
}

.w3-tiny {
    font-size: 10px !important
}

.w3-small {
    font-size: 12px !important
}

.w3-medium {
    font-size: 15px !important
}

.w3-large {
    font-size: 18px !important
}

.w3-xlarge {
    font-size: 24px !important
}

.w3-xxlarge {
    font-size: 36px !important
}

.w3-xxxlarge {
    font-size: 48px !important
}

.w3-jumbo {
    font-size: 64px !important
}

.w3-left-align {
    text-align: left !important
}

.w3-right-align {
    text-align: right !important
}

.w3-justify {
    text-align: justify !important
}

.w3-center {
    text-align: center !important
}

.w3-border-0 {
    border: 0 !important
}

.w3-border {
    border: 2px solid #ccc !important
}

.w3-border-top {
    border-top: 2px solid #ccc !important
}

.w3-border-bottom {
    border-bottom: 2px solid #ccc !important
}

.w3-border-left {
    border-left: 2px solid #ccc !important
}

.w3-border-right {
    border-right: 2px solid #ccc !important
}

.w3-topbar {
    border-top: 3px solid #ccc !important
}

.w3-bottombar {
    border-bottom: 3px solid #ccc !important
}

.w3-leftbar {
    border-left: 3px solid #ccc !important
}

.w3-rightbar {
    border-right: 3px solid #ccc !important
}

.w3-section, .w3-code {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.w3-margin {
    margin: 16px !important
}

.w3-margin-half {
    margin: 8px !important
}

.w3-margin-quarter {
    margin: 4px !important
}

.w3-margin-top {
    margin-top: 16px !important
}

.w3-margin-bottom {
    margin-bottom: 16px !important
}

.w3-margin-left {
    margin-left: 16px !important
}

.w3-margin-right {
    margin-right: 16px !important
}

.w3-margin-left-small {
    margin-left: 8px !important
}

.w3-margin-right-small {
    margin-right: 8px !important
}

.w3-margin-left-xsmall {
    margin-left: 4px !important
}

.w3-margin-right-xsmall {
    margin-right: 4px !important
}

.w3-padding-left {
    padding-left: 16px !important;
}

.w3-padding-right {
    padding-right: 16px !important;
}

.w3-padding-bottom {
    padding-bottom: 16px !important;
}

.w3-padding-bottom-large {
    padding-bottom: 32px !important;
}

.w3-padding-bottom-xlarge {
    padding-bottom: 48px !important;
}

.w3-padding-bottom-xxlarge {
    padding-bottom: 64px !important;
}

.w3-padding-top {
    padding-top: 16px !important;
}

.w3-padding-small {
    padding: 4px 8px !important
}

.w3-padding-xsmall {
    padding: 2px 4px !important
}

.w3-padding-xxsmall {
    padding: 1px 2px !important
}

.w3-padding {
    padding: 2px 16px 2px 16px !important
}

.w3-padding-large {
    padding: 12px 24px !important
}

.w3-padding-xlarge {
    padding: 24px 24px !important
}

.w3-padding-xxlarge {
    padding: 24px 48px !important
}

.w3-padding-xxxlarge {
    padding: 24px 96px !important
}

.w3-padding-sides-xxxlarge {
    padding: 0px 96px !important
}

.w3-padding-sides-xsmall {
    padding: 0px 4px !important
}

.w3-padding-xxxxlarge {
    padding: 24px 148px !important
}

.w3-padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.w3-padding-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.w3-padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.w3-padding-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important
}

.w3-padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
}

.w3-left {
    float: left !important
}

.w3-right {
    float: right !important
}

.w3-button:hover {
    color: #000 !important;
    background-color: #ccc !important
}

.w3-transparent, .w3-hover-none:hover {
    background-color: transparent !important
}

.w3-hover-none:hover {
    box-shadow: none !important
}

.w3-amber, .w3-hover-amber:hover {
    color: #000 !important;
    background-color: #ffc107 !important
}

.w3-aqua, .w3-hover-aqua:hover {
    color: #000 !important;
    background-color: #00ffff !important
}

.w3-blue, .w3-hover-blue:hover {
    color: #fff !important;
    background-color: #2196F3 !important
}

.w3-light-blue, .w3-hover-light-blue:hover {
    color: #000 !important;
    background-color: #87CEEB !important
}

.w3-brown, .w3-hover-brown:hover {
    color: #fff !important;
    background-color: #795548 !important
}

.w3-cyan, .w3-hover-cyan:hover {
    color: #000 !important;
    background-color: #00bcd4 !important
}

.w3-blue-grey, .w3-hover-blue-grey:hover, .w3-blue-gray, .w3-hover-blue-gray:hover {
    color: #fff !important;
    background-color: #607d8b !important
}

.w3-green, .w3-hover-green:hover {
    color: #fff !important;
    background-color: #4CAF50 !important
}

.w3-light-green, .w3-hover-light-green:hover {
    color: #000 !important;
    background-color: #8bc34a !important
}

.w3-indigo, .w3-hover-indigo:hover {
    color: #fff !important;
    background-color: #3f51b5 !important
}

.w3-khaki, .w3-hover-khaki:hover {
    color: #000 !important;
    background-color: #f0e68c !important
}

.w3-lime, .w3-hover-lime:hover {
    color: #000 !important;
    background-color: #cddc39 !important
}

.w3-orange, .w3-hover-orange:hover {
    color: #000 !important;
    background-color: #ff9800 !important
}

.w3-deep-orange, .w3-hover-deep-orange:hover {
    color: #fff !important;
    background-color: #ff5722 !important
}

.w3-pink, .w3-hover-pink:hover {
    color: #fff !important;
    background-color: #e91e63 !important
}

.w3-purple, .w3-hover-purple:hover {
    color: #fff !important;
    background-color: #9c27b0 !important
}

.w3-deep-purple, .w3-hover-deep-purple:hover {
    color: #fff !important;
    background-color: #673ab7 !important
}

.w3-red, .w3-hover-red:hover {
    color: #fff !important;
    background-color: #f44336 !important
}

.w3-sand, .w3-hover-sand:hover {
    color: #000 !important;
    background-color: #fdf5e6 !important
}

.w3-teal, .w3-hover-teal:hover {
    color: #fff !important;
    background-color: #009688 !important
}

.w3-yellow, .w3-hover-yellow:hover {
    color: #000 !important;
    background-color: #ffeb3b !important
}

.w3-white, .w3-hover-white:hover {
    color: #000 !important;
    background-color: #fff !important
}

.w3-black, .w3-hover-black:hover {
    color: #fff !important;
    background-color: #000 !important
}

.w3-grey, .w3-hover-grey:hover, .w3-gray, .w3-hover-gray:hover {
    color: #000 !important;
    background-color: #bbb !important
}

.w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
    color: #000 !important;
    background-color: #f1f1f1 !important
}

.w3-dark-grey, .w3-hover-dark-grey:hover, .w3-dark-gray, .w3-hover-dark-gray:hover {
    color: #fff !important;
    background-color: #616161 !important
}

.w3-pale-red, .w3-hover-pale-red:hover {
    color: #000 !important;
    background-color: #ffdddd !important
}

.w3-pale-green, .w3-hover-pale-green:hover {
    color: #000 !important;
    background-color: #ddffdd !important
}

.w3-pale-yellow, .w3-hover-pale-yellow:hover {
    color: #000 !important;
    background-color: #ffffcc !important
}

.w3-pale-blue, .w3-hover-pale-blue:hover {
    color: #000 !important;
    background-color: #ddffff !important
}

.w3-text-red, .w3-hover-text-red:hover {
    color: #f44336 !important
}

.w3-text-green, .w3-hover-text-green:hover {
    color: #4CAF50 !important
}

.w3-text-blue, .w3-hover-text-blue:hover {
    color: #2196F3 !important
}

.w3-text-yellow, .w3-hover-text-yellow:hover {
    color: #ffeb3b !important
}

.w3-text-white, .w3-hover-text-white:hover {
    color: #fff !important
}

.w3-text-black, .w3-hover-text-black:hover {
    color: #000 !important
}

.w3-text-grey, .w3-hover-text-grey:hover, .w3-text-gray, .w3-hover-text-gray:hover {
    color: #757575 !important
}

.w3-text-amber {
    color: #ffc107 !important
}

.w3-text-aqua {
    color: #00ffff !important
}

.w3-text-light-blue {
    color: #87CEEB !important
}

.w3-text-brown {
    color: #795548 !important
}

.w3-text-cyan {
    color: #00bcd4 !important
}

.w3-text-blue-grey, .w3-text-blue-gray {
    color: #607d8b !important
}

.w3-text-light-green {
    color: #8bc34a !important
}

.w3-text-indigo {
    color: #3f51b5 !important
}

.w3-text-khaki {
    color: #b4aa50 !important
}

.w3-text-lime {
    color: #cddc39 !important
}

.w3-text-orange {
    color: #ff9800 !important
}

.w3-text-deep-orange {
    color: #ff5722 !important
}

.w3-text-pink {
    color: #e91e63 !important
}

.w3-text-purple {
    color: #9c27b0 !important
}

.w3-text-deep-purple {
    color: #673ab7 !important
}

.w3-text-sand {
    color: #fdf5e6 !important
}

.w3-text-teal {
    color: #009688 !important
}

.w3-text-light-grey, .w3-hover-text-light-grey:hover, .w3-text-light-gray, .w3-hover-text-light-gray:hover {
    color: #f1f1f1 !important
}

.w3-text-dark-grey, .w3-hover-text-dark-grey:hover, .w3-text-dark-gray, .w3-hover-text-dark-gray:hover {
    color: #3a3a3a !important
}

.w3-border-red, .w3-hover-border-red:hover {
    border-color: #f44336 !important
}

.w3-border-green, .w3-hover-border-green:hover {
    border-color: #4CAF50 !important
}

.w3-border-blue, .w3-hover-border-blue:hover {
    border-color: #2196F3 !important
}

.w3-border-yellow, .w3-hover-border-yellow:hover {
    border-color: #ffeb3b !important
}

.w3-border-white, .w3-hover-border-white:hover {
    border-color: #fff !important
}

.w3-border-black, .w3-hover-border-black:hover {
    border-color: #000 !important
}

.w3-border-grey, .w3-hover-border-grey:hover, .w3-border-gray, .w3-hover-border-gray:hover {
    border-color: #bbb !important
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#container {
    min-height: 100%;
    position: relative;
}

#header {
}

#body {
    padding: 10px;
    padding-bottom: 60px;
}

#footer {
    bottom: 0;
    width: 100%;
    height: 10px;
}

@font-face {
    font-family: 'Tangerine';
    font-style: normal;
    font-weight: 400;
    src: local('Tangerine Regular'), local('Tangerine-Regular'), url(https://fonts.gstatic.com/s/tangerine/v9/HGfsyCL5WASpHOFnouG-RJBw1xU1rKptJj_0jans920.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

.w3-tangerine {
    font-family: "Tangerine";
}

.w3-bold {
    font-weight: bold;
}

.w3-padding4x {
    padding: 4px;
}

.w3-font12 {
    font-size: 12px
}

.li-odd {
    background-color: #fff
}

.li-even {
    background-color: #f1f1f1
}

.hidden, div.hiddenContent {
    display: none;
}

.w3-shadow-black {
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 10px;
}

.w3.shadow-gray {
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 10px #888888;
}

.w3-shadow-red {
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 10px red;
}

.w3-shadow-blue {
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 10px blue;
}

.w3-shadow-lightblue {
    border: 1px solid;
    padding: 10px;
    box-shadow: 5px 10px lightblue;
}

.w3-row[hasHidden=""]:hover div.hiddenContent {
    display: block;
    position: relative;
    top: -40px;
    height: 0px;
}

.w3-centered-content {
    max-width: 1500px;
    margin: auto;
}

.holder {
    overflow-y: auto;
    min-height: 25px;
    max-height: 100px;
}

.singleline {
    height: 3.5rem;
    resize: none;
    border-color: #ccc !important;
    padding: 4px;
    margin: 0.2em 0;
}

.doubleline {
    height: 76px;
    resize: both;
}

.multiline {
    height: 100px !important;
    resize: both;
}

.w3-padding-right {
    padding: 0px 16px !important
}

.formwrapper label {
    font-size: 1.8rem;
    color: rgb(91, 104, 118);;
}

.chkRollLeftUp {
    left: -70px;
    position: relative;
    top: -2px;
}

.w3-padding-none {
    padding: 0px !important;
}

.w3-padding-top-none {
    padding-top: 0px !important;
}

.w3-padding-bottom-none {
    padding-bottom: 0px !important;
}

.w3-padding-left-none {
    padding-left: 0px !important;
}

.w3-padding-right-none {
    padding-right: 0px !important;
}

.w3-padding-none select {
    padding: 0px;
}

@media print {
    #header {
        display: none;
    }

    .w3-font12 {
        font-size: 6px;
    }
}

.configureableElement {
    padding-top: 5px;
}

.sortElement {
    padding-top: 5px;
    min-height: 75px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    font-size: 14px
}

.sortElement .w3-row {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.distinctItem table tr td {
    padding: 16px 16px !important;
}

.checkboxSpecialLabel {
    top: 5px;
    position: relative;
    width: 196px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scroll300 {
    height: 300px;
    overflow-y: scroll;
}

.scroll500 {
    height: 500px;
    overflow-y: scroll;
}

.fileForm label.fileFormLabel {
    padding: 4px;
}

.fileForm label.fileFormBrowse {
    padding: 5px;
    border: 1px solid black;
    background-color: lightgray;
}

.fileForm label.fileFormFilename {
    padding: 5px;
    border: 1px solid;
    width: 100%;
}

#drivefolders {
    color: black;
    margin-left: 32px;
    flex: 1 0 auto;
    height: 102%;
    position: relative !important;
}

#drivefiles {
    color: black;
    background: none;
    flex: 1 0 auto;
    min-height: 150px;
    height: 102%;
    position: relative !important;
}

.apptitleDiv {
    margin: 0px 0px 0px 25px;
    width: 100%;
    max-width: 97%;
}

p.apptitleP {
    line-height: 1.5;
    margin-bottom: 0px;
    margin-top: 0px;
    border-bottom: white 2px solid;
}

.topmenu {
    width: 100%;
    max-width: 97%;
    margin: 5px 0px 0px 25px;
}

.topmenu > a {
    width: 30%;
}

#drivefolders button + div {
    margin: 0px 0px 0px 20px;
}

.header-logo {
    width: 3.75em;
    margin: auto 0 auto 0.5em;
    display: inline-block;
}

.optionsBar label {
    color: black;
}

label {
    margin-top: 0px;
}

.w3-evablue {
    background-color: #00172B;
}

#navBar {
    background-color: white;
    color: black;
    z-index: 1;
}

.searchkey {
    top: 6px;
    position: relative;
}

.w3-breadcrumb {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 7px 0px 7px 7px;
}

.w3-breadcrumb li {
    display: inline;
    font-size: 16px;
    line-height: 1.8;
    cursor: pointer;
}

.w3-breadcrumb li + li:before {
    padding: 8px;
    color: white;
    content: ">";
}

.w3-breadcrumb li a {
    color: white;
    text-decoration: none;
}

.w3-breadcrumb li a:hover {
    color: lightgrey;
    text-decoration: underline;
}

div.breadcrumb {
    list-style: none;
    background-color: #fff;
}

div.breadcrumb span {
    display: inline;
    font-size: 10px;
}

div.breadcrumb span + span:before {
    padding-left: 3px;
    color: black;
    content: "/\00a0";
}

div.breadcrumb span a {
    color: #0275d8;
    text-decoration: none;
}

div.breadcrumb span a:hover {
    color: #01447e;
    text-decoration: underline;
}

#folders {
    padding: 0px;
    margin: 0px;
    width: 0px;
}

#folders.drive {
    border-right: 1px black solid !important;
}

#fileProperties {
    padding: 0px;
    margin: 0px;
    width: 0px;
}

#fileProperties.drive {
    border-left: 1px black solid !important;
}

.w3-bar-block .folderHolder {
    padding-left: 15px
}

.mainfield[field='DocName'] {
    width: 100%
}

.singlerow {
}

.singlerow .bluetable th.mainfield a {
    white-space: nowrap;
}

.commandbutton {
    min-width: 120px;
}

.filenamearea {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 75px;
}

.fileiconarea {
    max-width: 75px;
    text-align: center;
}

label.formlabel {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 14px;
    font-weight: 800;
}

.dropdown-menu-content {
    top: 3.1em !important;
    right: 3.6em !important;
}

.dropdown-menu-content .dropdown-menu-items .icon i {
    font-size: 4em !important;
}

.bm-leftside {
    padding: 55px 10px 28px;
}

#esLookupDialog header {
    height: 0px;
}

#esLookupDialog button {
    background-color: white;
    color: black;
}

.ember-burger-menu .bm-outlet .bm-content {
    background-color: white;
}

.blue-main, .blue-main th, .blue-main td {
    background: rgba(255, 255, 255, 0.2);
    padding: 15px 30px 30px;
    margin: 1em auto;
    width: 100%;
    max-width: 97%;
    min-height: 200px;
    flex: 1 0 auto;
}

.ember-burger-menu, .ember-burger-menu > .bm-outlet, .ember-burger-menu > .bm-outlet > .bm-content {
    height: auto;
}

.blue-main .w3-input {
    opacity: 100;
    position: relative;
    margin-left: 0px;
    max-width: 100%;
}

.blue-main label {
    color: white;
    text-shadow: black 3px 3px
}

input, input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="tel"], input[type="number"], input[type="search"], input[type="file"], input[type="date"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, select {
    height: 2.0rem;
    font-size: 14px;
    padding: 0px;
    max-width: 100%;
}

.formdate {
    padding: 4px !important;
}

.mainfield a {
    text-decoration: none;
}

.mainfield a {
    text-decoration: none;
}

table th, table td {
    background: none;
}

input[type="checkbox"] + label::before, input[type="radio"] + label::before {
    background: #ffffff;
    border-radius: 0.3rem;
    box-shadow: 0 0 0 1px #757575;
    content: none;
    display: inline-block;
    height: 1.8rem;
    line-height: 1.8rem;
    margin-right: 0.6em;
    text-indent: 0.15em;
    vertical-align: middleï¿½;
    width: 1.8rem;
}

.fullpad {
    min-height: calc(100vh - 170px - 115px);
    max-width: 2000px;
    margin: auto;
}

.topmenu .w3-dropdown-hover {
    background: none !important;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.eva-footer {
    height: 130px
}

.metersmall {
    height: 20px
}

.metermed {
    height: 50px
}

.meterlarge {
    height: 70px
}

.meter {
    position: relative;
    padding: 0px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.meter > span {
    display: block;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(43, 194, 83)), color-stop(1, rgb(84, 240, 84)));
    background-image: -moz-linear-gradient(center bottom, rgb(43, 194, 83) 37%, rgb(84, 240, 84) 69%);
    -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.meter > span:after, .animate > span > span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    overflow: hidden;
}

.animate > span:after {
    display: none;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

.gray > span {
    background-color: #F2F2F2;
    background-image: -moz-linear-gradient(top, #F2F2F2, #E6E6E6);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F2F2F2), color-stop(1, #E6E6E6));
    background-image: -webkit-linear-gradient(#F2F2F2, #E6E6E6);
}

.orange > span {
    background-color: #f1a165;
    background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1a165), color-stop(1, #f36d0a));
    background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
}

.red > span {
    background-color: #f0a3a3;
    background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0a3a3), color-stop(1, #f42323));
    background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}

.nostripes > span > span, .nostripes > span:after {
    -webkit-animation: none;
    background-image: none;
}

.bar-icon {
    width: 57px;
    height: 57px;
    background: url('/explore/charts/charticons.png') -183px -145px;
    top: -59px;
    position: relative;
}

.pie-icon {
    width: 57px;
    height: 57px;
    background: url('/explore/charts/charticons.png') -98px -83px;
    top: -59px;
    position: relative;
}

.bd1 {
    width: 188px;
    height: 160px;
    background: url('/explore/bigdatasprite.jpg') -40px -70px
}

.bd2 {
    width: 188px;
    height: 160px;
    background: url('/explore/bigdatasprite.jpg') -276px -70px
}

.bd3 {
    width: 188px;
    height: 160px;
    background: url('/explore/bigdatasprite.jpg') -510px -70px
}

.bd4 {
    width: 188px;
    height: 160px;
    background: url('/explore/bigdatasprite.jpg') -750px -70px
}

.bd5 {
    width: 188px;
    height: 160px;
    background: url('/explore/bigdatasprite.jpg') -40px -310px
}

.bd6 {
    width: 188px;
    height: 160px;
    background: url('/explore/bigdatasprite.jpg') -276px -310px
}

.bd7 {
    width: 188px;
    height: 160px;
    background: url('/explore/bigdatasprite.jpg') -510px -310px
}

.bd8 {
    width: 188px;
    height: 160px;
    background: url('/explore/bigdatasprite.jpg') -750px -310px
}

.bd9 {
    width: 188px;
    height: 160px;
    background: url('/explore/bigdatasprite.jpg') -40px -550px
}

.bd10 {
    width: 188px;
    height: 160px;
    background: url('/explore/bigdatasprite.jpg') -276px -550px
}

.bd11 {
    width: 188px;
    height: 160px;
    background: url('/explore/bigdatasprite.jpg') -510px -550px
}

.bd12 {
    width: 188px;
    height: 160px;
    background: url('/explore/bigdatasprite.jpg') -750px -550px
}

.bd13 {
    width: 188px;
    height: 160px;
    background: url('/explore/bigdatasprite.jpg') -40px -780px
}

.bd14 {
    width: 188px;
    height: 160px;
    background: url('/explore/bigdatasprite.jpg') -276px -780px
}

.bd15 {
    width: 188px;
    height: 160px;
    background: url('/explore/bigdatasprite.jpg') -510px -780px
}

.bd16 {
    width: 188px;
    height: 160px;
    background: url('/explore/bigdatasprite.jpg') -750px -780px
}

#topOptions select {
    padding: 0px;
}

#vidplayer {
    width: 800px;
    height: 400px
}

.videopanel iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border: 0;
}

label.required:before {
    content: "*";
}

table.workstate {
    width: auto;
    min-width: auto;
    margin: 0px auto;
    margin-bottom: 15px;
}

.workstate.past {
    background: url("/explore/workstate/image/greenarrow.png") no-repeat;
    background-size: auto auto;
    background-size: 88px 40px;
    width: 90px;
    min-height: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 9px;
    color: white;
    font-weight: bold;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0px;
    border: 0px
}

.workstate.current {
    background: url("/explore/workstate/image/purplearrow.png") no-repeat;
    background-size: auto auto;
    background-size: 88px 40px;
    width: 90px;
    min-height: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 9px;
    color: white;
    font-weight: bold;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0px;
    border: 0px
}

.workstate.future {
    background: url("/explore/workstate/image/bluearrow.png") no-repeat;
    background-size: auto auto;
    background-size: 88px 40px;
    width: 90px;
    min-height: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 9px;
    color: white;
    font-weight: bold;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0px;
    border: 0px
}

.workstate.flag {
    background: url("/explore/workstate/image/redarrow.png") no-repeat;
    background-size: auto auto;
    background-size: 88px 40px;
    width: 90px;
    min-height: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 9px;
    color: white;
    font-weight: bold;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0px;
    border: 0px
}

.workstate div.workstate {
    padding-left: 18px;
    padding-right: 18px
}

.prevwrapper {
    background-color: #93ab51
}

.prevstate {
    font-size: 9px;
    cursor: pointer;
}

.jumpwrapper {
    background-color: #8167a4;
}

.jumpstate {
    font-size: 9px;
    cursor: pointer;
}

.nextwrapper {
    background-color: #3eacc4
}

.nextstate {
    font-size: 9px;
    cursor: pointer;
}

.workstate.prev {
    background-size: 88px 40px;
    width: 90px;
    min-height: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 9px;
    color: white;
    font-weight: bold;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0px;
    border: 0px
}

.workstate.jump {
    background-size: 88px 40px;
    width: 90px;
    min-height: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 9px;
    color: white;
    font-weight: bold;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0px;
    border: 0px
}

.workstate.next {
    background-size: 88px 40px;
    width: 90px;
    min-height: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    font-size: 9px;
    color: white;
    font-weight: bold;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0px;
    border: 0px
}

.showcursor {
    cursor: pointer;
}

.treesizeNum {
    padding: 6px
}

.treesizeNum i {
    padding: 4px
}

#dashOnHome {
    width: 100%;
    height: 800px;
    border: 0px;
}

#dashRecords {
    width: 100%;
    height: 800px;
    border: 0px;
}

#entryForm #contentPane {
    border: 0px
}

.smallicon {
    height: 24px;
    width: 24px;
}

.loadingimage {
    background: url("icons/animated-loading-gif-transparent-background-7.gif");
    background-repeat: no-repeat;
    background-size: 400px 400px;
    background-position: center;
}

.w3-insight-green, .w3-hover-insight-green:hover {
    color: #fff !important;
    background-color: #5bc1df !important;
}

.w3-insight-gray, .w3-insight-gray:hover {
    color: rgb(60, 62, 63) !important;
    background-color: #ebebeb !important
}

.w3-amber, .w3-hover-amber:hover {
    color: #000 !important;
    background-color: #ffc107 !important
}

.w3-aqua, .w3-hover-aqua:hover {
    color: #000 !important;
    background-color: #00ffff !important
}

.w3-blue, .w3-hover-blue:hover {
    color: #fff !important;
    background-color: #00008B !important
}

.w3-light-blue, .w3-hover-light-blue:hover {
    color: #000 !important;
    background-color: #87CEEB !important
}

.w3-brown, .w3-hover-brown:hover {
    color: #fff !important;
    background-color: #795548 !important
}

.w3-cyan, .w3-hover-cyan:hover {
    color: #000 !important;
    background-color: #00bcd4 !important
}

.w3-blue-grey, .w3-hover-blue-grey:hover, .w3-blue-gray, .w3-hover-blue-gray:hover {
    color: #fff !important;
    background-color: #607d8b !important
}

.w3-green, .w3-hover-green:hover {
    color: #fff !important;
    background-color: #4CAF50 !important
}

.w3-light-green, .w3-hover-light-green:hover {
    color: #000 !important;
    background-color: #8bc34a !important
}

.w3-indigo, .w3-hover-indigo:hover {
    color: #fff !important;
    background-color: #3f51b5 !important
}

.w3-khaki, .w3-hover-khaki:hover {
    color: #000 !important;
    background-color: #f0e68c !important
}

.w3-lime, .w3-hover-lime:hover {
    color: #000 !important;
    background-color: #cddc39 !important
}

.w3-orange, .w3-hover-orange:hover {
    color: #000 !important;
    background-color: #ff9800 !important
}

.w3-deep-orange, .w3-hover-deep-orange:hover {
    color: #fff !important;
    background-color: #ff5722 !important
}

.w3-pink, .w3-hover-pink:hover {
    color: #fff !important;
    background-color: #e91e63 !important
}

.w3-purple, .w3-hover-purple:hover {
    color: #fff !important;
    background-color: #9c27b0 !important
}

.w3-deep-purple, .w3-hover-deep-purple:hover {
    color: #fff !important;
    background-color: #673ab7 !important
}

.w3-red, .w3-hover-red:hover {
    color: #fff !important;
    background-color: #f44336 !important
}

.w3-sand, .w3-hover-sand:hover {
    color: #000 !important;
    background-color: #fdf5e6 !important
}

.w3-teal, .w3-hover-teal:hover {
    color: #fff !important;
    background-color: #009688 !important
}

.w3-yellow, .w3-hover-yellow:hover {
    color: #000 !important;
    background-color: #ffeb3b !important
}

.w3-white, .w3-hover-white:hover {
    color: #000 !important;
    background-color: #fff !important
}

.w3-black, .w3-hover-black:hover {
    color: #fff !important;
    background-color: #000 !important
}

.w3-grey, .w3-hover-grey:hover, .w3-gray, .w3-hover-gray:hover {
    color: #000 !important;
    background-color: #9e9e9e !important
}

.w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
    color: #000 !important;
    background-color: #f1f1f1 !important
}

.w3-dark-grey, .w3-hover-dark-grey:hover, .w3-dark-gray, .w3-hover-dark-gray:hover {
    color: #fff !important;
    background-color: #616161 !important
}

.w3-pale-red, .w3-hover-pale-red:hover {
    color: #000 !important;
    background-color: #ffdddd !important
}

.w3-pale-green, .w3-hover-pale-green:hover {
    color: #000 !important;
    background-color: #ddffdd !important
}

.w3-pale-yellow, .w3-hover-pale-yellow:hover {
    color: #000 !important;
    background-color: #ffffcc !important
}

.w3-pale-blue, .w3-hover-pale-blue:hover {
    color: #000 !important;
    background-color: #ddffff !important
}

.w3-text-insight-green, w3-text-insight-green:hover {
    color: #5bc1df !important;
}

.w3-text-amber, .w3-hover-text-amber:hover {
    color: #ffc107 !important
}

.w3-text-aqua, .w3-hover-text-aqua:hover {
    color: #00ffff !important
}

.w3-text-blue, .w3-hover-text-blue:hover {
    color: #2196F3 !important
}

.w3-text-light-blue, .w3-hover-text-light-blue:hover {
    color: #87CEEB !important
}

.w3-text-brown, .w3-hover-text-brown:hover {
    color: #795548 !important
}

.w3-text-cyan, .w3-hover-text-cyan:hover {
    color: #00bcd4 !important
}

.w3-text-blue-grey, .w3-hover-text-blue-grey:hover, .w3-text-blue-gray, .w3-hover-text-blue-gray:hover {
    color: #607d8b !important
}

.w3-text-green, .w3-hover-text-green:hover {
    color: #4CAF50 !important
}

.w3-text-light-green, .w3-hover-text-light-green:hover {
    color: #8bc34a !important
}

.w3-text-indigo, .w3-hover-text-indigo:hover {
    color: #3f51b5 !important
}

.w3-text-khaki, .w3-hover-text-khaki:hover {
    color: #b4aa50 !important
}

.w3-text-lime, .w3-hover-text-lime:hover {
    color: #cddc39 !important
}

.w3-text-orange, .w3-hover-text-orange:hover {
    color: #ff9800 !important
}

.w3-text-deep-orange, .w3-hover-text-deep-orange:hover {
    color: #ff5722 !important
}

.w3-text-pink, .w3-hover-text-pink:hover {
    color: #e91e63 !important
}

.w3-text-purple, .w3-hover-text-purple:hover {
    color: #9c27b0 !important
}

.w3-text-deep-purple, .w3-hover-text-deep-purple:hover {
    color: #673ab7 !important
}

.w3-text-red, .w3-hover-text-red:hover {
    color: #f44336 !important
}

.w3-text-sand, .w3-hover-text-sand:hover {
    color: #fdf5e6 !important
}

.w3-text-teal, .w3-hover-text-teal:hover {
    color: #009688 !important
}

.w3-text-yellow, .w3-hover-text-yellow:hover {
    color: #d2be0e !important
}

.w3-text-white, .w3-hover-text-white:hover {
    color: #fff !important
}

.w3-text-black, .w3-hover-text-black:hover {
    color: #000 !important
}

.w3-text-grey, .w3-hover-text-grey:hover, .w3-text-gray, .w3-hover-text-gray:hover {
    color: #757575 !important
}

.w3-text-light-grey, .w3-hover-text-light-grey:hover, .w3-text-light-gray, .w3-hover-text-light-gray:hover {
    color: #f1f1f1 !important
}

.w3-text-dark-grey, .w3-hover-text-dark-grey:hover, .w3-text-dark-gray, .w3-hover-text-dark-gray:hover {
    color: #3a3a3a !important
}

.w3-border-insight-green, w3-hover-border-insight-green:hover {
    border-color: #5bc1df !important
}

.w3-border-amber, .w3-hover-border-amber:hover {
    border-color: #ffc107 !important
}

.w3-border-aqua, .w3-hover-border-aqua:hover {
    border-color: #00ffff !important
}

.w3-border-blue, .w3-hover-border-blue:hover {
    border-color: #2196F3 !important
}

.w3-border-light-blue, .w3-hover-border-light-blue:hover {
    border-color: #87CEEB !important
}

.w3-border-brown, .w3-hover-border-brown:hover {
    border-color: #795548 !important
}

.w3-border-cyan, .w3-hover-border-cyan:hover {
    border-color: #00bcd4 !important
}

.w3-border-blue-grey, .w3-hover-border-blue-grey:hover, .w3-border-blue-gray, .w3-hover-border-blue-gray:hover {
    border-color: #607d8b !important
}

.w3-border-green, .w3-hover-border-green:hover {
    border-color: #4CAF50 !important
}

.w3-border-light-green, .w3-hover-border-light-green:hover {
    border-color: #8bc34a !important
}

.w3-border-indigo, .w3-hover-border-indigo:hover {
    border-color: #3f51b5 !important
}

.w3-border-khaki, .w3-hover-border-khaki:hover {
    border-color: #f0e68c !important
}

.w3-border-lime, .w3-hover-border-lime:hover {
    border-color: #cddc39 !important
}

.w3-border-orange, .w3-hover-border-orange:hover {
    border-color: #ff9800 !important
}

.w3-border-deep-orange, .w3-hover-border-deep-orange:hover {
    border-color: #ff5722 !important
}

.w3-border-pink, .w3-hover-border-pink:hover {
    border-color: #e91e63 !important
}

.w3-border-purple, .w3-hover-border-purple:hover {
    border-color: #9c27b0 !important
}

.w3-border-deep-purple, .w3-hover-border-deep-purple:hover {
    border-color: #673ab7 !important
}

.w3-border-red, .w3-hover-border-red:hover {
    border-color: #f44336 !important
}

.w3-border-sand, .w3-hover-border-sand:hover {
    border-color: #fdf5e6 !important
}

.w3-border-teal, .w3-hover-border-teal:hover {
    border-color: #009688 !important
}

.w3-border-yellow, .w3-hover-border-yellow:hover {
    border-color: #ffeb3b !important
}

.w3-border-white, .w3-hover-border-white:hover {
    border-color: #fff !important
}

.w3-border-black, .w3-hover-border-black:hover {
    border-color: #000 !important
}

.w3-border-grey, .w3-hover-border-grey:hover, .w3-border-gray, .w3-hover-border-gray:hover {
    border-color: #9e9e9e !important
}

.w3-border-light-grey, .w3-hover-border-light-grey:hover, .w3-border-light-gray, .w3-hover-border-light-gray:hover {
    border-color: #f1f1f1 !important
}

.w3-border-dark-grey, .w3-hover-border-dark-grey:hover, .w3-border-dark-gray, .w3-hover-border-dark-gray:hover {
    border-color: #616161 !important
}

.w3-border-pale-red, .w3-hover-border-pale-red:hover {
    border-color: #ffe7e7 !important
}

.w3-border-pale-green, .w3-hover-border-pale-green:hover {
    border-color: #e7ffe7 !important
}

.w3-border-pale-yellow, .w3-hover-border-pale-yellow:hover {
    border-color: #ffffcc !important
}

.w3-border-pale-blue, .w3-hover-border-pale-blue:hover {
    border-color: #e7ffff !important
}

.fullbg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.skelTable {
    width: auto;
    height: auto;
    background: url(skeleton/skelscnTable.png) no-repeat center center fixed;
}

.skelRecordSnip {
    background: url(skeleton/skelscnRecordSnip.png) no-repeat center center fixed;
}

.skelText {
    width: auto;
    height: auto;
    background: url(skeleton/skelscnTextBox.png) no-repeat center center fixed;
}

#ediHeader {
    height: 100px;
}

.filterSpan {
    margin-top: 25px;
    margin-bottom: 25px;
}

.singleItemChart {
    font-size: 20vw
}

.searchframes {
    height: 600px;
    border: 0px;
}

#searchresults_iframe {
    width: 100%;
}

.topOfPage {
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.dropbtn {
    background-color: AntiqueWhite;
    color: black;
    padding: 4px;
    font-size: 14px;
    border: 2px lightgray solid;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    font-size: 12px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 20px
}

.dropdown-content a {
    color: black;
    padding: 6px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: lightgray;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: lightgray;
}

/* .w3-table.w3-striped.w3-bordered.w3-hoverable.bluetable {
    margin-bottom: 20px;
} */

.dz-message {
    top: -100px;
    position: relative;
}

#pagination {
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
}

#dupstable tbody tr {
    cursor: pointer
}

#dupstable thead tr th {
    background-color: #e6faff
}

#dupstable.w3-striped tbody tr:nth-child(2n) {
    background-color: #e6faff
}

#progressbar {
    margin-top: 20px;
}

.progress-label {
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}

.ui-dialog-titlebar-close {
    display: none;
}

.tagselect {
    min-width: 300px;
}

div.information {
    margin: auto;
    width: 600px;
}

div.scrollContainer {
    overflow: scroll;
}

.scrollContainer thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.scrollContainer tbody td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    background-color: lightgray
}

.scrollContainer thead th:first-child {
    left: 0;
    z-index: 1;
}

.contrastIconSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 23px;
    height: 24px;
    border: 0;
    background: url('contrasticon.png');
    cursor: pointer;
}

.contrastIconSlider::-moz-range-thumb {
    width: 23px;
    height: 25px;
    border: 0;
    background: url('contrasticon.png');
    cursor: pointer;
}

footer.footer {
    position: relative !important;
    display: block !important;
}

footer.footer .footer-content .footer-links-div .contact-info {
    position: absolute;
    max-width: 15%;
    top: -15px;
}

footer.footer .footer-content .footer-logo-div .footer-logo img {
    width: 102px;
    height: 85px;
}

.isMultiple {
    min-height: 38px
}

textarea[name='simpleQuery'] {
    height: 38px
}

select[name='sizeOptions'] {
    height: 38px
}

.doublechart .chart-container {
    min-height: 400px;
    max-height: 400px;
}

.singlechart .chart-container {
    min-height: 187px;
    max-height: 187px;
}

.savebar {
    position: relative;
    font-size: 12px;
    visibility: hidden;
}

.editbar {
    position: relative;
    top: 29px;
    left: 41px;
    font-size: 12px;
    visibility: hidden;
    cursor: pointer;
    width: 10px;
}

.chart-container {
    top: -25px !important;
}

.formsection.date:before {
    position: absolute;
    font-family: 'FontAwesome';
    color: gray;
    top: 0;
    left: 10px;
    content: "\f073";
}

.formsection.text:before {
    position: absolute;
    font-family: 'FontAwesome';
    color: gray;
    top: 0;
    left: 10px;
    content: "\f031";
}

.formsection.string:before {
    position: absolute;
    font-family: 'FontAwesome';
    color: gray;
    top: 0;
    left: 10px;
    content: "\f031";
}

.formsection.select:before {
    position: absolute;
    font-family: 'FontAwesome';
    color: gray;
    top: 0;
    left: 10px;
    content: "\f13a";
}

.formsection.boolean:before {
    position: absolute;
    font-family: 'FontAwesome';
    color: gray;
    top: 0;
    left: 10px;
    content: "\f14a";
}

.formsection.integer:before, .formsection.long:before, .formsection.float:before, .formsection.double:before, .formsection.byte:before, .formsection.short:before, .formsection.halffloat:before, .formsection.short:before {
    position: absolute;
    font-family: 'FontAwesome';
    color: gray;
    top: 0;
    left: 10px;
    content: "\f1ec"
}

.formsection.date.cdm:before {
    position: absolute;
    font-family: 'FontAwesome';
    color: gray;
    top: 0;
    left: 10px;
    content: "\f0eb \f073";
}

.formsection.text.cdm:before {
    position: absolute;
    font-family: 'FontAwesome';
    color: gray;
    top: 0;
    left: 10px;
    content: "\f0eb \f031";
}

.formsection.string.cdm:before {
    position: absolute;
    font-family: 'FontAwesome';
    color: gray;
    top: 0;
    left: 10px;
    content: "\f0eb \f031";
}

.formsection.select.cdm:before {
    position: absolute;
    font-family: 'FontAwesome';
    color: gray;
    top: 0;
    left: 10px;
    content: "\f0eb \f13a";
}

.formsection.boolean.cdm:before {
    position: absolute;
    font-family: 'FontAwesome';
    color: gray;
    top: 0;
    left: 10px;
    content: "\f0eb \f14a";
}

.sectionhead {
    border-bottom: 1px solid;
    font-size: 14px;
}

[mode='showaschart_yes'] {
    display: none
}

[mode='table_showaschart_yes'] {
    margin-bottom: 0px !important
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#dataanalytics_main, #dataanalytics_main table {
    font-size: 12px !important;
}

@media print {
    div#ediHeader, div#edi-footer {
        display: none;
    }
}

.site-name a {
    color: white !important;
}

.title {
    font-family: 'Libre Baskerville', arial, sans-serif;
}

#recordsreturned {
    font-family: 'Libre Baskerville', arial, sans-serif;
}

.edi-search-box {
    background-color: lightgrey !important;
}

.topOfPage #ediHeader {
    display: none
}

.topOfPage {
    margin-left: 0px;
    margin-right: 0px;
    /* padding-top: 16px !important; */
}

.pictureheader .display-1 {
    font-size: 4rem
}

.pictureheader .display-7 {
    font-size: 2.2rem
}

.pictureheader .display-4 {
    font-size: 15px;
}

.pager300 {
    height: 300px;
    overflow: scroll
}

.popupHeader {
    padding-top: 10px
}

#contentPage {
    padding: 0px;
}

.smallTable th {
    position: sticky;
    top: 0;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    z-index: 100
}

.smallTable tr td:first-child {
    position: sticky;
    left: 0;
    z-index: 100
}

.smallTable tr th:first-child {
    position: sticky;
    left: 0;
    z-index: 500
}

.smallTable tr:nth-child(odd) td:first-child {
    background-color: white;
}

.smallTable tr:nth-child(even) td:first-child {
    background-color: #f1f1f1;
}

header.header .header-right #edi-search-bar {
    height: 60px
}

.w3-border-none {
    border: 0px;
}

.w3-margin-none {
    margin: 0px;
}

w3-margin-auto {
    margin: auto;
}

#entryform_details textarea {
    height: 36px;
    padding: 8px !important;
}
/*
html, body, h1, h2, h3, h4, h5 {
    font-family: "Segoe UI", sans-serif
}
*/
.w3-input {
    padding: 3px !important;
    display: block;
    border: none;
    border-top: 1px solid #ccc;
    width: 100%;
}


#aggregations-region .search-facets input {
    height: 1rem !important;
}

.full-row {
    color: #0b3d91
}

.fa.fa-glass:before {
    content: "\f000";
}

.fa.fa-meetup {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-star-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-star-o:before {
    content: "\f005";
}

.fa.fa-remove:before {
    content: "\f00d";
}

.fa.fa-close:before {
    content: "\f00d";
}

.fa.fa-gear:before {
    content: "\f013";
}

.fa.fa-trash-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-trash-o:before {
    content: "\f2ed";
}

.fa.fa-file-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-o:before {
    content: "\f15b";
}

.fa.fa-clock-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-clock-o:before {
    content: "\f017";
}

.fa.fa-arrow-circle-o-down {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
    content: "\f358";
}

.fa.fa-arrow-circle-o-up {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
    content: "\f35b";
}

.fa.fa-play-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-play-circle-o:before {
    content: "\f144";
}

.fa.fa-repeat:before {
    content: "\f01e";
}

.fa.fa-rotate-right:before {
    content: "\f01e";
}

.fa.fa-refresh:before {
    content: "\f021";
}

.fa.fa-list-alt {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-dedent:before {
    content: "\f03b";
}

.fa.fa-video-camera:before {
    content: "\f03d";
}

.fa.fa-picture-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-picture-o:before {
    content: "\f03e";
}

.fa.fa-photo {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-photo:before {
    content: "\f03e";
}

.fa.fa-image {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-image:before {
    content: "\f03e";
}

.fa.fa-pencil:before {
    content: "\f303";
}

.fa.fa-map-marker:before {
    content: "\f3c5";
}

.fa.fa-pencil-square-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-pencil-square-o:before {
    content: "\f044";
}

.fa.fa-share-square-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-share-square-o:before {
    content: "\f14d";
}

.fa.fa-check-square-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-check-square-o:before {
    content: "\f14a";
}

.fa.fa-arrows:before {
    content: "\f0b2";
}

.fa.fa-times-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-times-circle-o:before {
    content: "\f057";
}

.fa.fa-check-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-check-circle-o:before {
    content: "\f058";
}

.fa.fa-mail-forward:before {
    content: "\f064";
}

.fa.fa-eye {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-eye-slash {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-warning:before {
    content: "\f071";
}

.fa.fa-calendar:before {
    content: "\f073";
}

.fa.fa-arrows-v:before {
    content: "\f338";
}

.fa.fa-arrows-h:before {
    content: "\f337";
}

.fa.fa-bar-chart {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-bar-chart:before {
    content: "\f080";
}

.fa.fa-bar-chart-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-bar-chart-o:before {
    content: "\f080";
}

.fa.fa-twitter-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-facebook-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-gears:before {
    content: "\f085";
}

.fa.fa-thumbs-o-up {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
    content: "\f164";
}

.fa.fa-thumbs-o-down {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
    content: "\f165";
}

.fa.fa-heart-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-heart-o:before {
    content: "\f004";
}

.fa.fa-sign-out:before {
    content: "\f2f5";
}

.fa.fa-linkedin-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-linkedin-square:before {
    content: "\f08c";
}

.fa.fa-thumb-tack:before {
    content: "\f08d";
}

.fa.fa-external-link:before {
    content: "\f35d";
}

.fa.fa-sign-in:before {
    content: "\f2f6";
}

.fa.fa-github-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-lemon-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-lemon-o:before {
    content: "\f094";
}

.fa.fa-square-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-square-o:before {
    content: "\f0c8";
}

.fa.fa-bookmark-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-bookmark-o:before {
    content: "\f02e";
}

.fa.fa-twitter {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-facebook {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-facebook:before {
    content: "\f39e";
}

.fa.fa-facebook-f {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-facebook-f:before {
    content: "\f39e";
}

.fa.fa-github {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-credit-card {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-feed:before {
    content: "\f09e";
}

.fa.fa-hdd-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hdd-o:before {
    content: "\f0a0";
}

.fa.fa-hand-o-right {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa.fa-hand-o-left {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa.fa-hand-o-up {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa.fa-hand-o-down {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa.fa-arrows-alt:before {
    content: "\f31e";
}

.fa.fa-group:before {
    content: "\f0c0";
}

.fa.fa-chain:before {
    content: "\f0c1";
}

.fa.fa-scissors:before {
    content: "\f0c4";
}

.fa.fa-files-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-files-o:before {
    content: "\f0c5";
}

.fa.fa-floppy-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-floppy-o:before {
    content: "\f0c7";
}

.fa.fa-navicon:before {
    content: "\f0c9";
}

.fa.fa-reorder:before {
    content: "\f0c9";
}

.fa.fa-pinterest {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-pinterest-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-google-plus-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-google-plus {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-google-plus:before {
    content: "\f0d5";
}

.fa.fa-money {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-money:before {
    content: "\f3d1";
}

.fa.fa-unsorted:before {
    content: "\f0dc";
}

.fa.fa-sort-desc:before {
    content: "\f0dd";
}

.fa.fa-sort-asc:before {
    content: "\f0de";
}

.fa.fa-linkedin {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-linkedin:before {
    content: "\f0e1";
}

.fa.fa-rotate-left:before {
    content: "\f0e2";
}

.fa.fa-legal:before {
    content: "\f0e3";
}

.fa.fa-tachometer:before {
    content: "\f3fd";
}

.fa.fa-dashboard:before {
    content: "\f3fd";
}

.fa.fa-comment-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-comment-o:before {
    content: "\f075";
}

.fa.fa-comments-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-comments-o:before {
    content: "\f086";
}

.fa.fa-flash:before {
    content: "\f0e7";
}

.fa.fa-clipboard {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-paste {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-paste:before {
    content: "\f328";
}

.fa.fa-lightbulb-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa.fa-exchange:before {
    content: "\f362";
}

.fa.fa-cloud-download:before {
    content: "\f381";
}

.fa.fa-cloud-upload:before {
    content: "\f382";
}

.fa.fa-bell-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-bell-o:before {
    content: "\f0f3";
}

.fa.fa-cutlery:before {
    content: "\f2e7";
}

.fa.fa-file-text-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-text-o:before {
    content: "\f15c";
}

.fa.fa-building-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-building-o:before {
    content: "\f1ad";
}

.fa.fa-hospital-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hospital-o:before {
    content: "\f0f8";
}

.fa.fa-tablet:before {
    content: "\f3fa";
}

.fa.fa-mobile:before {
    content: "\f3cd";
}

.fa.fa-mobile-phone:before {
    content: "\f3cd";
}

.fa.fa-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-circle-o:before {
    content: "\f111";
}

.fa.fa-mail-reply:before {
    content: "\f3e5";
}

.fa.fa-github-alt {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-folder-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-folder-o:before {
    content: "\f07b";
}

.fa.fa-folder-open-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-folder-open-o:before {
    content: "\f07c";
}

.fa.fa-smile-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-smile-o:before {
    content: "\f118";
}

.fa.fa-frown-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-frown-o:before {
    content: "\f119";
}

.fa.fa-meh-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-meh-o:before {
    content: "\f11a";
}

.fa.fa-keyboard-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-keyboard-o:before {
    content: "\f11c";
}

.fa.fa-flag-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-flag-o:before {
    content: "\f024";
}

.fa.fa-mail-reply-all:before {
    content: "\f122";
}

.fa.fa-star-half-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-star-half-o:before {
    content: "\f089";
}

.fa.fa-star-half-empty {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-star-half-empty:before {
    content: "\f089";
}

.fa.fa-star-half-full {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-star-half-full:before {
    content: "\f089";
}

.fa.fa-code-fork:before {
    content: "\f126";
}

.fa.fa-chain-broken:before {
    content: "\f127";
}

.fa.fa-shield:before {
    content: "\f3ed";
}

.fa.fa-calendar-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-calendar-o:before {
    content: "\f133";
}

.fa.fa-maxcdn {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-html5 {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-css3 {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-ticket:before {
    content: "\f3ff";
}

.fa.fa-minus-square-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-minus-square-o:before {
    content: "\f146";
}

.fa.fa-level-up:before {
    content: "\f3bf";
}

.fa.fa-level-down:before {
    content: "\f3be";
}

.fa.fa-pencil-square:before {
    content: "\f14b";
}

.fa.fa-external-link-square:before {
    content: "\f360";
}

.fa.fa-compass {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-caret-square-o-down {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa.fa-toggle-down {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-toggle-down:before {
    content: "\f150";
}

.fa.fa-caret-square-o-up {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa.fa-toggle-up {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-toggle-up:before {
    content: "\f151";
}

.fa.fa-caret-square-o-right {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa.fa-toggle-right {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-toggle-right:before {
    content: "\f152";
}

.fa.fa-eur:before {
    content: "\f153";
}

.fa.fa-euro:before {
    content: "\f153";
}

.fa.fa-gbp:before {
    content: "\f154";
}

.fa.fa-usd:before {
    content: "\f155";
}

.fa.fa-dollar:before {
    content: "\f155";
}

.fa.fa-inr:before {
    content: "\f156";
}

.fa.fa-rupee:before {
    content: "\f156";
}

.fa.fa-jpy:before {
    content: "\f157";
}

.fa.fa-cny:before {
    content: "\f157";
}

.fa.fa-rmb:before {
    content: "\f157";
}

.fa.fa-yen:before {
    content: "\f157";
}

.fa.fa-rub:before {
    content: "\f158";
}

.fa.fa-ruble:before {
    content: "\f158";
}

.fa.fa-rouble:before {
    content: "\f158";
}

.fa.fa-krw:before {
    content: "\f159";
}

.fa.fa-won:before {
    content: "\f159";
}

.fa.fa-btc {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-bitcoin {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-bitcoin:before {
    content: "\f15a";
}

.fa.fa-file-text:before {
    content: "\f15c";
}

.fa.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa.fa-youtube-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-youtube {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-xing {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-xing-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-youtube-play {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-youtube-play:before {
    content: "\f167";
}

.fa.fa-dropbox {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-stack-overflow {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-instagram {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-flickr {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-adn {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-bitbucket {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-bitbucket-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-bitbucket-square:before {
    content: "\f171";
}

.fa.fa-tumblr {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-tumblr-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-long-arrow-down:before {
    content: "\f309";
}

.fa.fa-long-arrow-up:before {
    content: "\f30c";
}

.fa.fa-long-arrow-left:before {
    content: "\f30a";
}

.fa.fa-long-arrow-right:before {
    content: "\f30b";
}

.fa.fa-apple {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-windows {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-android {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-linux {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-dribbble {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-skype {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-foursquare {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-trello {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-gratipay {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-gittip {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-gittip:before {
    content: "\f184";
}

.fa.fa-sun-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-sun-o:before {
    content: "\f185";
}

.fa.fa-moon-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-moon-o:before {
    content: "\f186";
}

.fa.fa-vk {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-weibo {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-renren {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-pagelines {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-stack-exchange {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
    content: "\f35a";
}

.fa.fa-arrow-circle-o-left {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
    content: "\f359";
}

.fa.fa-caret-square-o-left {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa.fa-toggle-left {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-toggle-left:before {
    content: "\f191";
}

.fa.fa-dot-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-dot-circle-o:before {
    content: "\f192";
}

.fa.fa-vimeo-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-try:before {
    content: "\f195";
}

.fa.fa-turkish-lira:before {
    content: "\f195";
}

.fa.fa-plus-square-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-plus-square-o:before {
    content: "\f0fe";
}

.fa.fa-slack {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-wordpress {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-openid {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-institution:before {
    content: "\f19c";
}

.fa.fa-bank:before {
    content: "\f19c";
}

.fa.fa-mortar-board:before {
    content: "\f19d";
}

.fa.fa-yahoo {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-google {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-reddit {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-reddit-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-stumbleupon-circle {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-stumbleupon {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-delicious {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-digg {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-pied-piper-pp {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-pied-piper-alt {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-drupal {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-joomla {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-spoon:before {
    content: "\f2e5";
}

.fa.fa-behance {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-behance-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-steam {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-steam-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-automobile:before {
    content: "\f1b9";
}

.fa.fa-cab:before {
    content: "\f1ba";
}

.fa.fa-envelope-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-envelope-o:before {
    content: "\f0e0";
}

.fa.fa-deviantart {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-soundcloud {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-file-pdf-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa.fa-file-word-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-word-o:before {
    content: "\f1c2";
}

.fa.fa-file-excel-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa.fa-file-powerpoint-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa.fa-file-image-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-image-o:before {
    content: "\f1c5";
}

.fa.fa-file-photo-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-photo-o:before {
    content: "\f1c5";
}

.fa.fa-file-picture-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-picture-o:before {
    content: "\f1c5";
}

.fa.fa-file-archive-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa.fa-file-zip-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-zip-o:before {
    content: "\f1c6";
}

.fa.fa-file-audio-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa.fa-file-sound-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-sound-o:before {
    content: "\f1c7";
}

.fa.fa-file-video-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-video-o:before {
    content: "\f1c8";
}

.fa.fa-file-movie-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-movie-o:before {
    content: "\f1c8";
}

.fa.fa-file-code-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-file-code-o:before {
    content: "\f1c9";
}

.fa.fa-vine {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-codepen {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-jsfiddle {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-life-ring {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-life-bouy {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-life-bouy:before {
    content: "\f1cd";
}

.fa.fa-life-buoy {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-life-buoy:before {
    content: "\f1cd";
}

.fa.fa-life-saver {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-life-saver:before {
    content: "\f1cd";
}

.fa.fa-support {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-support:before {
    content: "\f1cd";
}

.fa.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa.fa-rebel {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-ra {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-ra:before {
    content: "\f1d0";
}

.fa.fa-resistance {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-resistance:before {
    content: "\f1d0";
}

.fa.fa-empire {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-ge {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-ge:before {
    content: "\f1d1";
}

.fa.fa-git-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-git {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-hacker-news {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-y-combinator-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-y-combinator-square:before {
    content: "\f1d4";
}

.fa.fa-yc-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-yc-square:before {
    content: "\f1d4";
}

.fa.fa-tencent-weibo {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-qq {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-weixin {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-wechat {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-wechat:before {
    content: "\f1d7";
}

.fa.fa-send:before {
    content: "\f1d8";
}

.fa.fa-paper-plane-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-paper-plane-o:before {
    content: "\f1d8";
}

.fa.fa-send-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-send-o:before {
    content: "\f1d8";
}

.fa.fa-circle-thin {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-circle-thin:before {
    content: "\f111";
}

.fa.fa-header:before {
    content: "\f1dc";
}

.fa.fa-sliders:before {
    content: "\f1de";
}

.fa.fa-futbol-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-futbol-o:before {
    content: "\f1e3";
}

.fa.fa-soccer-ball-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
    content: "\f1e3";
}

.fa.fa-slideshare {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-twitch {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-yelp {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-newspaper-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa.fa-paypal {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-google-wallet {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-cc-visa {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-cc-mastercard {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-cc-discover {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-cc-amex {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-cc-paypal {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-cc-stripe {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-bell-slash-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-bell-slash-o:before {
    content: "\f1f6";
}

.fa.fa-trash:before {
    content: "\f2ed";
}

.fa.fa-copyright {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-eyedropper:before {
    content: "\f1fb";
}

.fa.fa-area-chart:before {
    content: "\f1fe";
}

.fa.fa-pie-chart:before {
    content: "\f200";
}

.fa.fa-line-chart:before {
    content: "\f201";
}

.fa.fa-lastfm {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-lastfm-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-ioxhost {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-angellist {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-cc {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-cc:before {
    content: "\f20a";
}

.fa.fa-ils:before {
    content: "\f20b";
}

.fa.fa-shekel:before {
    content: "\f20b";
}

.fa.fa-sheqel:before {
    content: "\f20b";
}

.fa.fa-meanpath {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-meanpath:before {
    content: "\f2b4";
}

.fa.fa-buysellads {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-connectdevelop {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-dashcube {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-forumbee {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-leanpub {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-sellsy {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-shirtsinbulk {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-simplybuilt {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-skyatlas {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-diamond {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-diamond:before {
    content: "\f3a5";
}

.fa.fa-intersex:before {
    content: "\f224";
}

.fa.fa-facebook-official {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-facebook-official:before {
    content: "\f09a";
}

.fa.fa-pinterest-p {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-whatsapp {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-hotel:before {
    content: "\f236";
}

.fa.fa-viacoin {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-medium {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-y-combinator {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-yc {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-yc:before {
    content: "\f23b";
}

.fa.fa-optin-monster {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-opencart {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-expeditedssl {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-battery-4:before {
    content: "\f240";
}

.fa.fa-battery:before {
    content: "\f240";
}

.fa.fa-battery-3:before {
    content: "\f241";
}

.fa.fa-battery-2:before {
    content: "\f242";
}

.fa.fa-battery-1:before {
    content: "\f243";
}

.fa.fa-battery-0:before {
    content: "\f244";
}

.fa.fa-object-group {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-object-ungroup {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-sticky-note-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-sticky-note-o:before {
    content: "\f249";
}

.fa.fa-cc-jcb {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-cc-diners-club {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-clone {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hourglass-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hourglass-o:before {
    content: "\f254";
}

.fa.fa-hourglass-1:before {
    content: "\f251";
}

.fa.fa-hourglass-2:before {
    content: "\f252";
}

.fa.fa-hourglass-3:before {
    content: "\f253";
}

.fa.fa-hand-rock-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-rock-o:before {
    content: "\f255";
}

.fa.fa-hand-grab-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-grab-o:before {
    content: "\f255";
}

.fa.fa-hand-paper-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-paper-o:before {
    content: "\f256";
}

.fa.fa-hand-stop-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-stop-o:before {
    content: "\f256";
}

.fa.fa-hand-scissors-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa.fa-hand-lizard-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa.fa-hand-spock-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-spock-o:before {
    content: "\f259";
}

.fa.fa-hand-pointer-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa.fa-hand-peace-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa.fa-registered {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-creative-commons {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-gg {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-gg-circle {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-tripadvisor {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-odnoklassniki {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-odnoklassniki-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-get-pocket {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-wikipedia-w {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-safari {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-chrome {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-firefox {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-opera {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-internet-explorer {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-television:before {
    content: "\f26c";
}

.fa.fa-contao {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-500px {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-amazon {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-calendar-plus-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa.fa-calendar-minus-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa.fa-calendar-times-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-calendar-times-o:before {
    content: "\f273";
}

.fa.fa-calendar-check-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-calendar-check-o:before {
    content: "\f274";
}

.fa.fa-map-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-map-o:before {
    content: "\f279";
}

.fa.fa-commenting {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-commenting:before {
    content: "\f4ad";
}

.fa.fa-commenting-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-commenting-o:before {
    content: "\f4ad";
}

.fa.fa-houzz {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-vimeo {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-vimeo:before {
    content: "\f27d";
}

.fa.fa-black-tie {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-fonticons {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-reddit-alien {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-edge {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-credit-card-alt:before {
    content: "\f09d";
}

.fa.fa-codiepie {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-modx {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-fort-awesome {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-usb {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-product-hunt {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-mixcloud {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-scribd {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-pause-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-pause-circle-o:before {
    content: "\f28b";
}

.fa.fa-stop-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-stop-circle-o:before {
    content: "\f28d";
}

.fa.fa-bluetooth {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-bluetooth-b {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-gitlab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-wpbeginner {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-wpforms {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-envira {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-wheelchair-alt {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
    content: "\f368";
}

.fa.fa-question-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-question-circle-o:before {
    content: "\f059";
}

.fa.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa.fa-asl-interpreting:before {
    content: "\f2a3";
}

.fa.fa-deafness:before {
    content: "\f2a4";
}

.fa.fa-hard-of-hearing:before {
    content: "\f2a4";
}

.fa.fa-glide {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-glide-g {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-signing:before {
    content: "\f2a7";
}

.fa.fa-viadeo {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-viadeo-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-snapchat {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-snapchat-ghost {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-snapchat-square {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-pied-piper {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-first-order {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-yoast {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-themeisle {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-google-plus-official {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa.fa-google-plus-circle {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-google-plus-circle:before {
    content: "\f2b3";
}

.fa.fa-font-awesome {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-fa {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-fa:before {
    content: "\f2b4";
}

.fa.fa-handshake-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-handshake-o:before {
    content: "\f2b5";
}

.fa.fa-envelope-open-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-envelope-open-o:before {
    content: "\f2b6";
}

.fa.fa-linode {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-address-book-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-address-book-o:before {
    content: "\f2b9";
}

.fa.fa-vcard:before {
    content: "\f2bb";
}

.fa.fa-address-card-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-address-card-o:before {
    content: "\f2bb";
}

.fa.fa-vcard-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-vcard-o:before {
    content: "\f2bb";
}

.fa.fa-user-circle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-user-circle-o:before {
    content: "\f2bd";
}

.fa.fa-user-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-user-o:before {
    content: "\f007";
}

.fa.fa-id-badge {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-drivers-license:before {
    content: "\f2c2";
}

.fa.fa-id-card-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-id-card-o:before {
    content: "\f2c2";
}

.fa.fa-drivers-license-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-drivers-license-o:before {
    content: "\f2c2";
}

.fa.fa-quora {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-free-code-camp {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-telegram {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-thermometer-4:before {
    content: "\f2c7";
}

.fa.fa-thermometer:before {
    content: "\f2c7";
}

.fa.fa-thermometer-3:before {
    content: "\f2c8";
}

.fa.fa-thermometer-2:before {
    content: "\f2c9";
}

.fa.fa-thermometer-1:before {
    content: "\f2ca";
}

.fa.fa-thermometer-0:before {
    content: "\f2cb";
}

.fa.fa-bathtub:before {
    content: "\f2cd";
}

.fa.fa-s15:before {
    content: "\f2cd";
}

.fa.fa-window-maximize {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-window-restore {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-times-rectangle:before {
    content: "\f410";
}

.fa.fa-window-close-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-window-close-o:before {
    content: "\f410";
}

.fa.fa-times-rectangle-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
    content: "\f410";
}

.fa.fa-bandcamp {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-grav {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-etsy {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-imdb {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-ravelry {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-eercast {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-eercast:before {
    content: "\f2da";
}

.fa.fa-snowflake-o {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.fa.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa.fa-superpowers {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-wpexplorer {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

.fa.fa-spotify {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

#leftarrow {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!-- Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --><path d="M8 256c0 137 111 248 248 248s248-111 248-248S393 8 256 8 8 119 8 256zm448 0c0 110.5-89.5 200-200 200S56 366.5 56 256 145.5 56 256 56s200 89.5 200 200zm-72-20v40c0 6.6-5.4 12-12 12H256v67c0 10.7-12.9 16-20.5 8.5l-99-99c-4.7-4.7-4.7-12.3 0-17l99-99c7.6-7.6 20.5-2.2 20.5 8.5v67h116c6.6 0 12 5.4 12 12z"/></svg>');
    background-repeat: repeat-y;
    background-size: 20px;
    margin-top: 100px;
    cursor: pointer;
}

#rightarrow {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!-- Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --><path d="M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z"/></svg>');
    background-repeat: repeat-y;
    background-size: 20px;
    left: 15px;
    position: relative;
    margin-top: 100px;
    cursor: pointer;
}

#panel_0_Not_Shown, #button_Not_Shown {
    display: none
}

.startDateKey::before {
    content: "S: ";
}

.endDateKey::before {
    content: "E: ";
}



/*media for mobile and smaller screens */
@media only screen and (max-width: 1400px) {
    .datasetlink>div{
        height:190px !important;;
    }
}
@media only screen and (max-width: 1100px) {
    .datasetlink>div{
        height:170px !important;;
    }

    .sectionholder {
        padding-left:0px !important;
        padding-right:0px !important;
    }
}

@media only screen and (max-width: 700px) {
    .datasetlink>div{
        height:140px !important;;
        font-size: 12px !important;
    }

    .datasetlink>div>div{

        font-size: 12px !important;
    }
    #mtablenav, #facet_div{
        display:none !important;
    }

    #tablewrapcroll .bluetable td, #tablewrapcroll .bluetable th{
        font-size:11px !important;
    }
    #tablewrapcroll .bluetable td:nth-child(1), #tablewrapcroll .bluetable td:nth-child(2), #tablewrapcroll .bluetable td:nth-child(3){
        display:none !important;
    }
    #tablewrapcroll .bluetable th:nth-child(1), #tablewrapcroll .bluetable th:nth-child(2), #tablewrapcroll .bluetable th:nth-child(3){
        display:none !important;
    }
    #main_table_holder .w3-bar-item{
        display:none;
    }
    .searchfilter{
        display:none
    }
    .sectionholder {
        padding-left:0px !important;
        padding-right:0px !important;
    }
    .sectionholder h2, #rightsection h2{

        font-size:12px !important;
    }
    .sectionholder a, #rightsection a{

        font-size:12px !important;
    }
    .w3-large{
        font-size:15px !important;
    }
    h1{
        font-size:15px !important;
    }
}





/*  changing fonts to ensure same fonts across system */

.display-2 {
    font-family: "Helvetica Neue", Helvetica, "Segoe UI", Roboto, "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", " Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.instruction_text{
    font-size: 14px !important;
}

#instructions{
    font-size:18px !important;
}

#dataTitle, #recordsreturned {
    font-size:18px !important;
}

#contentHeaderText{
    font-size:18px !important;
}

.sectionlink {
    font-size:16px !important;
}
