a {
  color: #2f4858;
}

a:visited {
  color: #2f4858;
}

a.footer_links {
  color: #2f4858;
  text-decoration: none;
}

a.footer_links:visited {
  color: #2f4858;
  text-decoration: none;
}

a.logo_link {
  color: white;
  text-decoration: none;
}

a.logo_link:visited {
  color: white;
  text-decoration: none;
}

a.topbar_menu_link:link{
  color: white;
}

a.topbar_menu_link:visited{
  color: white;
}

body {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
  font-size: 20px;
}

html {
  height: 100%;
}

.body_main {
  height: 100%;
  margin: 0;
}

.body_wrapper_main {
  min-height: 100%;
  margin-bottom: -40px;
}

input.topbar_search_input:focus {
  box-shadow: 0 0 0 rgb(255, 255, 255, 0);
  outline-width: 0;
}

.bottom_space {
  margin-bottom: 22px;
}

#button {
  background-color: #2f4858;
  color: white;
  font-size: 1.0rem;
  font-weight: 500;
  padding: 6px;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#button_left {
  background-color: #2f4858;
  color: white;
  font-size: 1.0rem;
  font-weight: 500;
  float: left;
  padding: 6px;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.button_link {
  border: none;
  cursor: pointer;
}

#button_right {
  background-color: #2f4858;
  color: white;
  font-size: 1.0rem;
  font-weight: 500;
  float: right;
  padding: 6px;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.center_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
}

.center_object {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.center_text {
  text-align: center;
}

.center_text_box {
  font-size: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 200px;
  max-width: 510px;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
}

.display_block {
  display: block;
}

.display_none {
  display: none;
}

.error_text_color {
  color: #b72400;
}

.float_right {
  float: right;
}

.footer_links {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: .25rem 1rem .5rem;
  text-align: center;
}

.footer_links_div {
  text-align: center;
}


.footer_main {
  height: 40px;
}

.half_width {
  width: 50%;
}

.header1_text {
  color: #424141;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 22px;
  text-align: center;
}

.header2_text {
  color: #424141;
  font-weight: 600;
  font-size: 1.0rem;
  margin-bottom: 22px;
  text-align: center;
}

.hidden {
  visibility: hidden;
}

.highlight {
  background: #F5F7FF;
}

.integration_field_label {
  display: inline-block;
  width: 73px;
}

.little_bottom_space {
  margin-bottom: 4px;
}

#login_body {
  background: url(https://cdn.scarletshark.com/images/background_290456956.jpeg);
  background-color: #2f4858;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0px;
}

#login_box {
  background-color: white;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  max-width: 335px;
  min-width: 335px;
  min-height: 310px;
  padding: 30px;
  width: calc(100% - 40px);
}

#login_box_container {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#login_box_inner_container {
  display: table-cell;
  vertical-align: middle;
}

#login_button {
  background-color: #2f4858;
  color: white;
  font-size: 1.0rem;
  font-weight: 500;
  float: right;
  padding: 6px;
  padding-left: 18px;
  padding-right: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#login_button_container {
  margin-top: 32px;
  width: 100%;
}

#login_message_text {
  color: #b72400;
}

.login_text_input {
  background-color: rgb(196, 221, 227);
  border: 1px solid #424141;
  border-radius: 2px;
  font-size: 1.0rem;
  padding: 6px;
  width: 320px;
}

.login_text_input_short {
  background-color: rgb(196, 221, 227);
  border: 1px solid #424141;
  border-radius: 2px;
  font-size: 1.0rem;
  padding: 6px;
  width: 220px;
}

.login_text_input_container {
  height: 125px;
  margin-bottom: 22px;
  width: 100%;
}

.login_text_label {
  color: #424141;
  margin-bottom: 2px;
  margin-top: 22px;
}

.logo_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
}

.logo_text {
  color: #424141;
  font-weight: 600;
  font-size: 2.0rem;
  margin-left: 8px;
  text-align: center;
}

#logo_fin_path {
  fill: #b72400;
  fill-opacity: 1;
  stroke: none;
}

#logo_water_path {
  fill: #2f4858;
  fill-opacity: 1;
  stroke: none;
}

.max_height_width {
  min-height: 100%;
  width: 100%;
}

#menu_popup {
  background-color: white;
  border-color: #212121;
  border-style: solid;
  border-width: 1px;
  box-shadow: 5px 5px 5px #21212177;
  color: #333;
  display: none;
  left: 0px;
  top: 50px;
  padding: 8px;
  width: 250px;
  position: fixed;
}

.menu_popup_item {
  cursor: pointer;
}

.menu_popup_item_sep {
  border-bottom: 1px solid #546875;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#mfa_code_label_div {
  padding-top: 18px;
}

#mfa_setup_panel {
  background-color: white;
  border: 1px solid #424141;
  min-height: 500px;
  max-width: 450px;
  min-width: 370px;
  padding: 10px;
  width: auto;
}

.no_decoration_link {
  color: black;
  text-decoration: none;
}

.no_margin {
  margin: unset;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.page_wrapper {
  padding-top: 50px;
}

#password_change_panel {
  background-color: white;
  border: 1px solid #424141;
  min-height: 315px;
  max-width: 450px;
  min-width: 370px;
  padding: 10px;
  width: auto;
}

.right_space {
  margin-bottom: 4px;
}

.round_border {
  border-radius: 50%;
}

#social_group {
  float: right;
  margin-right: 24px;
}

#social_group_twitter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 230px;
}

.social_image {
  vertical-align: middle;
  display: block;
}

.social_image_twitter {
  display: inline-block;
  vertical-align: middle;
}

.social_link {
  text-decoration: none;
}

#social_text_twitter {
  font-size: 24px;
  vertical-align: middle;
  margin-left: -4px;
  color: #424141;
  font-weight: 500;
}

.ss_background_color {
  background-color: #2f4858;
}

#topbar {
  background-color: #2f4858;
  display: flex;
  flex-direction: row;
  height: 50px;
  overflow: hidden;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.topbar_button_path {
  fill: #ffffff;
  fill-opacity: 1;
  stroke: none;
}

.topbar_logo_image {
  display: block;
  width: 60px;
}

#topbar_logo_text {
  color: white;
  display: inline-block;
  float: left;
  font-size: 22px;
  margin-left: 12px;
  margin-right: 22px;
  margin-top: 12px;
  order: 2;
}

.topbar_menu_item {
  margin-left: 10px;
  cursor: pointer;
  height: 32px;
  width: 100%;
}

.topbar_menu_item_image {
  display: inline-block;
  vertical-align: middle;
}

.topbar_menu_item_text {
  display: inline-block;
  margin: 6px;
}

.topbar_menu_link {
  text-decoration: none;
}

#topbar_menu_panel {
  background-color: #e5e5e5;
  font-size: 15px;
  height: 200px;
  overflow: hidden;
  padding-top: 8px;
  position: fixed;
  top: 50px;
  width: 212px;
  z-index: 9998;
}

#topbar_menu_icon {
  cursor: pointer;
  margin: 10px;
}

#topbar_search {
  background: transparent;
  border: none;
  color: #757575;
  float: left;
  height: 100%;
  font-family: monospace;
  font-size: 18px;
  padding-left: 12px;
  width: 100%;
}

input.topbar_search:focus {
    outline-width: 0;
}

#topbar_search_container {
    background-color: white;
    display: inline-block;
    flex: 100 0 auto;
    margin-bottom: 8px;
    margin-top: 8px;
    order: 3;
    overflow: hidden;
}

#topbar_userbox {
  cursor: pointer;
  padding-left: 10px;
}

#topbar_username {
  background-color: #2f4858;
  color: white;
  font-size: 1.0rem;
  font-weight: 500;
  float: right;
  padding-top: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
}

#topbar_user_image {
  height: 30px;
  width: 30px;
}

#topbar_user_buttons {
  display: inline-block;
  float: right;
  margin-left: 12px;
  margin-right: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  order: 4;
}

#topbar_user_panel {
  background-color: #e5e5e5;
  float: right;
  height: 200px;
  margin-top: 50px;
  overflow: hidden;
  padding-top: 8px;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 212px;
  z-index: 9998;
}

.top_space {
  margin-top: 22px;
}

.visible {
  visibility: visible;
}

.white_background {
  background-color: white;
}
