.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.helpLink.tiny {
  display: none;
}

#api .create>p {
  color: #9e9e9e !important;
  display: flex !important;
  display: -ms-flexbox !important;
  -ms-flex-pack: end !important;
  display: -webkit-box !important;
  -webkit-box-pack: end !important;
  font-size: 1.6rem;
  justify-content: flex-end !important;
  margin-bottom: 0;
  float: right;
  padding: 2;
}

/* this style applies to the social media icon buttons */
.accountButton {
  border-bottom-color: rgb(237, 237, 238);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(237, 237, 238);
  border-left-style: solid;
  border-left-width: 2px;
  border-right-color: rgb(237, 237, 238);
  border-right-style: solid;
  border-right-width: 2px;
  border-top-color: rgb(237, 237, 238);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top-style: solid;
  border-top-width: 2px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  font-family: cicon;
  font-size: 0px;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 400;
  height: 2.75rem;
  line-height: 1rem;
  margin-bottom: 0.1875rem;
  margin-left: 0.1875rem;
  margin-right: 0.1875rem;
  margin-top: 0.1875rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  text-rendering: optimizelegibility;
  text-transform: none;
  width: 2.75rem;
  -webkit-font-smoothing: antialiased;
}

#FacebookAccountOAuth2Exchange,
#FacebookExchange,
#LinkFacebookExchange,
#UnlinkFacebookExchange {
  background-color: rgb(59, 89, 152);
}

#FacebookAccountOAuth2Exchange:before,
#FacebookExchange:before,
#LinkFacebookExchange:before,
#UnlinkFacebookExchange:before {
  content: "\e1ac";
  font-size: 1rem;
}

#GoogleAccountOAuth2Exchange,
#GoogleExchange,
#LinkGoogleExchange,
#UnlinkGoogleExchange {
  background-color: rgb(221, 75, 57);
}

#GoogleAccountOAuth2Exchange:before,
#GoogleExchange:before,
#LinkGoogleExchange:before,
#UnlinkGoogleExchange:before {
  content: "\e1bd";
  font-size: 1rem;
}

#MicrosoftPersonalAccountOpenIdConnectExchange,
#MicrosoftExchange,
#LinkMSAExchange,
#UnlinkMSAExchange {
  background-color: rgb(0, 161, 241);
	text-shadow: 0 0 1px #000
}

#MicrosoftPersonalAccountOpenIdConnectExchange:before,
#MicrosoftExchange:before,
#LinkMSAExchange:before,
#UnlinkMSAExchange:before {
  content: "\e214";
  font-size: 1rem;
	text-shadow: 0 0 1px #000
}

#YahooAccountOAuth2Exchange,
#YahooExchange,
#LinkYahooExchange,
#UnlinkYahooExchange {
  background-color: rgb(123, 0, 153);
}

#YahooAccountOAuth2Exchange:before,
#YahooExchange:before,
#LinkYahooExchange:before,
#UnlinkYahooExchange:before {
  content: "\e1d0";
  font-size: 1rem;
}

#LinkedInExchange,
#LinkLinkedInExchange,
#UnlinkLinkedInExchange {
  background-color: rgb(9, 118, 180);
}

#LinkedInExchange:before,
#LinkLinkedInExchange:before,
#UnlinkLinkedInExchange:before {
  content: "\e1b3";
  font-size: 1rem;
}

.buttons #emailVerificationControl_but_change_claims {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* input[type="password"], input[type="text"] {
  background-clip: padding-box;
  background-color: rgb(232, 240, 254);
  background-image: none;
  border-bottom-color: rgb(183, 185, 187);
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(183, 185, 187);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgb(183, 185, 187);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgb(183, 185, 187);
  border-top-left-radius: 2.5px;
  border-top-right-radius: 2.5px;
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  color: rgb(0, 0, 0);
  cursor: text;
  display: block;
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-size: 16px;
  font-stretch: 100%;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 400;
  height: 46px;
  letter-spacing: normal;
  line-height: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  max-width: 360px;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  text-align: start;
  text-indent: 0px;
  text-rendering: auto;
  text-shadow: none;
  text-transform: none;
  width: 360px;
  word-spacing: 0px;
  writing-mode: horizontal-tb;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-rtl-ordering: logical;
  -webkit-border-image: none;
} */

.social .options>div {
  float: left;
}

#api .divider {
  clear: left;
}

#api .intro>p {
  font-size: 32px;
}

.error {
  color: #A6192E; 
	/* color:red;
  font-size: 22px;
  font-weight: bold; */

}

.error.itemLevel p:empty {
  display: none;
}

.error.itemLevel p:not(:empty) {
  margin-bottom: -3px;
  margin-bottom: -0.3rem;
}

#attributeVerification {
  padding: 0;
  border: 0;
  margin: 0;
}

#attributeList.attr ul li {
  list-style-type: none;
}

#attributeList.attr {
  margin-left: -50px;
}

 #breadCrumb {
  background: transparent !important;
  border-color: transparent !important;
  color: #c8102e;
  text-decoration: none;
  outline-style: none;
}

#breadCrumb:before {
	background: transparent !important;
  border-color: transparent !important;
  font-family: 'cicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
	text-decoration: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #6f7277;
  display: inline-block;
  font-size: .9rem;
  content: '\e159';
  padding-right: .9rem;
  position: relative;
  top: -0.1rem;
}

#breadCrumb:focus {
	background: transparent !important;
  border-color: transparent !important;
  -webkit-box-shadow: 0 0 3px 3px #60bbfe;
  -moz-box-shadow: 0 0 3px 3px #60bbfe;
  box-shadow: 0 0 3px 3px #60bbfe;
  outline-style: none;
  outline: 2px solid #0394ff \9;
  color: #ef3654;
  text-decoration: none;
}

#breadCrumb:hover {
	background: transparent !important;
  border-color: transparent !important;
  color: #ef3654;
  text-decoration: underline;
  cursor: pointer;
}

#breadCrumb:visited {
  color: #780519;
}

.attrEntry label {
  margin-top: 15px;
  margin-top: 1.5rem;
}