/* BEGIN STYLE CLASSES */
.psc-Button_Hover {
}
.psc-Button_Hover:hover {
  background-color: #192935;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  margin: 5px;
  opacity: 0.50;
}

.psc-Navigation {
  color: #666666;
  font-family: Roboto;
  font-size: 9pt;
  font-weight: normal;
  text-align: center;
}

.psc-Navigation_selected {
  color: #F49D1E;
  font-family: Roboto;
  font-size: 9pt;
  font-weight: normal;
  text-align: center;
}

.psc-Value {
  color: #026E69;
  font-family: Roboto;
  font-weight: bold;
}

.psc-Value_1 {
  color: #A6A6A6;
  font-family: Roboto;
  font-weight: normal;
}

.psc-background_navigation {
  background-color: #f2f2f2;
}

.psc-background_view {
  background-color: #E6E6E6;
}

.psc-background_view_1 {
  background-color: #4F4F4F;
}

.psc-border_login {
  border-color: #F49D1E;
  border-style: solid;
  border-width: 1.5px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  cursor: pointer;
  font-family: Roboto;
  font-size: 16pt;
  font-weight: bold;
  text-align: center;
}
.psc-border_login:hover {
  background-color: #F4C888;
}

.psc-text_bold {
  color: #4c4c4c;
  font-family: Roboto;
  font-size: 11pt;
  font-weight: bold;
  text-align: left;
}
