.nycps-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: #002169;
  background-image: none;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 12px;
  height: 40px;
  letter-spacing: 0.25px;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  vertical-align: middle;
  white-space: nowrap;
  width: 183px;
}

.nycps-material-button .nycps-material-button-icon {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  height: 24px;
  margin-right: 12px;
  min-width: 24px;
}

.nycps-material-button .nycps-material-button-icon img {
  display: block;
  height: 24px;
  width: auto;
}

.nycps-material-button .nycps-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.nycps-material-button .nycps-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.nycps-material-button .nycps-material-button-state {
  -webkit-transition: opacity 0.218s;
  transition: opacity 0.218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.nycps-material-button:disabled {
  cursor: default;
  background-color: #00216999;
}

.nycps-material-button:disabled .nycps-material-button-contents {
  opacity: 38%;
}

.nycps-material-button:disabled .nycps-material-button-icon {
  opacity: 38%;
}

.nycps-material-button:not(:disabled):active .nycps-material-button-state,
.nycps-material-button:not(:disabled):focus .nycps-material-button-state {
  background-color: #ffffff;
  opacity: 12%;
}

.nycps-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.nycps-material-button:not(:disabled):hover .nycps-material-button-state {
  background-color: #ffffff;
  opacity: 8%;
}

.nycps-material-button-alt {
  display: none;
}
