/*User Management*/
.userHub-iframe {
  width: 100%;
  height: 98%;
  padding: 0;
  border: 0;
  margin: 0;
}

.userHub-account-view {
  position: absolute;
  left: 0;
  right: 240px;
  height: 100%;
  overflow: hidden;
}

.userHub-account-view #userCol {
  height: 95%;
  margin-left: 10px;
}

.userHub-account-view #userCol .grid-canvas {
  min-width: 600px;
  overflow-x: hidden;
}

.userHub-account-view .account-members-container {
  margin-left: 10px;
}

.user-picture-small {
  height: 24px !important;
  width: 24px !important;
}

.message-area {
  margin: 10px;
  width: 470px;
  padding: 5px 8px 5px 8px;
  float: left;
}

.delete-message-area {
  padding: 5px 8px 5px 8px;
  float: left;
}

.common-message {
  margin: 5px;
}

.message-bar {
  margin-left: 20px !important;
  margin-right: 10px !important;
}

.add-panel-close-button {
  float: right;
  right: 6px;
  cursor: pointer;
}

.close-icon {
  background: url("../../_content/icon-close-small.png");
}

.panel-region {
  padding: 0 10px 0 10px;
  display: none;
}

.add-panel {
  padding: 6px 10px;
  margin-right: 10px;
  background-color: rgba( 234, 234, 234 ,  1 );
  background-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  min-width: 350px;
  max-width: 625px;
}

.license-combo {
  display: inline-block;
  margin-left: 10px;
  width: 200px;
}

.license-label {
  vertical-align: top;
  width: 90px;
  float: left;
}

.license-row {
  min-height: 2.2em;
  margin-top: 3px;
}

.email-label {
  width: 90px;
  float: left;
}

.email-row {
  min-height: 2.2em;
}

.error-row {
  color: rgba( 168, 0, 0 ,  1 );
  color: rgba( var(--palette-accent1-dark,168, 0, 0) ,  1 );
  clear: both;
  white-space: pre-wrap;
  display: none;
  padding-left: 100px;
}

.exit-panel {
  float: right;
  display: inline-block;
  height: 9px;
  width: 9px;
  cursor: pointer;
  background: url("../../_content/icon-close-small.png");
}

.email-container {
  display: inline-block;
  margin-left: 10px;
  float: left;
  width: 75%;
}

.email-input {
  border: none;
  border:  1px solid;
  border-color: rgba( 218, 218, 218 ,  1 );
  border-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 );
  width: 100%;
}

.button-container {
  display: inline-block;
  float: right;
}

.add-button {
  cursor: pointer;
  border:  1px solid;
  border-color: rgba( 200, 200, 200 ,  1 );
  border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  background-color: rgba( 248, 248, 248 ,  1 );
  background-color: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 );
  outline-width: 0px;
  outline-style: none;
  outline-color: invert;
  border-radius: 2px;
}

.add-button:hover, .add-button:focus {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  border-color: rgba( 166, 166, 166 ,  1 );
  border-color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
  box-shadow: 1px 1px 1px rgba(160, 160, 160, 0.2);
  background-color: rgba( 255, 255, 255 ,  1 );
  background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.edit-button {
  cursor: pointer;
  border:  1px solid;
  border-color: rgba( 200, 200, 200 ,  1 );
  border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  background-color: rgba( 248, 248, 248 ,  1 );
  background-color: rgba( var(--palette-neutral-2,248, 248, 248) ,  1 );
  outline-width: 0px;
  outline-style: none;
  outline-color: invert;
  border-radius: 2px;
  margin-right: 10px;
}

.edit-button:hover, edit-button:focus {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  border-color: rgba( 166, 166, 166 ,  1 );
  border-color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
  box-shadow: 1px 1px 1px rgba(160, 160, 160, 0.2);
  background-color: rgba( 255, 255, 255 ,  1 );
  background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.highlight-button {
  outline-width: 1px;
  outline-style: solid;
  outline-color: rgba( 199, 224, 244 ,  1 );
  outline-color: rgba( var(--palette-primary-tint-20,199, 224, 244) ,  1 );
  background-color: rgba( 222, 236, 249 ,  1 );
  background-color: rgba( var(--palette-primary-tint-30,222, 236, 249) ,  1 );
}

.icon-holder {
  margin-left: 5px;
  position: relative;
  background: url("../../_content/help-icons.png") no-repeat -1px -22px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.information-icon {
  background: url("../../_content/help-icons.png") no-repeat -1px -22px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.icon-holder:hover:after {
  background: rgba( 51, 51, 51 ,  1 );
  background: rgba( var(--palette-neutral-80,51, 51, 51) ,  1 );
  background: rgba(254, 255, 241, 0.9);
  bottom: 20px;
  color: gray;
  content: attr(data-tooltip);
  left: 20%;
  padding: 0px 15px 5px;
  position: absolute;
  z-index: 98;
  width: 220px;
  border: 2px solid gray;
}

.left-panel-title {
  font-size: 18px;
  margin: 10px 0 10px 20px;
  font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight: 200;
}

.license-panel-title {
  font-size: 18px;
  margin: 10px 0 5px 0;
  font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight: 200;
}

.license-view .licenses-title {
  font-size: 18px;
  margin: 30px 0 5px 0;
  font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight: 200;
}

#leftHubTitle {
  margin-left: 0;
}

.trail-message-view {
  width: 100%;
}

.license-view {
  font-size: 12px;
  float: right;
  width: 230px;
  border-left:  2px solid;
  border-left-color: rgba( 244, 244, 244 ,  1 );
  border-left-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  overflow: hidden;
}

.license-view .license-scroll {
  height: 100%;
  overflow: auto;
}

.license-view .visual-progress-total {
  border: none;
}

.license-view .user-row {
  height: 18px;
}

.license-view .total-row {
  height: 18px;
  margin-top: 6px;
  border-top:  1px solid;
  border-top-color: rgba( 218, 218, 218 ,  1 );
  border-top-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 );
  padding-top: 1px;
}

.license-view .leftColumn {
  float: left;
}

.license-view .inactiveLeftColumn {
  display: inline-block;
}

.license-view .rightColumn {
  float: right;
}

.license-view .rightLink {
  float: right;
  font-size: 12px;
  padding-top: 4px;
}

.license-view .header {
  border-bottom:  1px solid;
  border-bottom-color: rgba( 218, 218, 218 ,  1 );
  border-bottom-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 );
  margin-bottom: 10px;
  font-size: 16px;
}

.license-view .monthlyHeader {
  border-bottom:  1px solid;
  border-bottom-color: rgba( 218, 218, 218 ,  1 );
  border-bottom-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 );
  font-size: 16px;
}

.license-view .progress-section .date {
  font-size: 10px;
  text-align: right;
  margin-bottom: 5px;
}

.license-view .display-message {
  margin-top: 10px;
  margin-bottom: 10px;
}

.license-view .progressContainer {
  margin-bottom: 10px;
}

.license-field {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

.license-value {
  float: right;
}

.license-text {
  float: left;
}

.license-link {
  margin-bottom: 10px;
}

.pricing-info {
  margin-top: 15px;
}

.warning-icon {
  background: url("../../_content/tfs-icons.png") no-repeat -8415px -16px;
  float: left;
  width: 17px;
  height: 16px;
  margin-right: 5px;
}

.userHub-account-view .icon-tfs-tcm-blocked-small {
  float: left;
  margin-right: 2px;
}

.userHub-account-view .saving-icon {
  width: 16px;
  height: 16px;
  background: url("../../_content/saving-icon.gif");
}

/*End User Management*/
/* For new signup2 view*/
.image {
  height: 24px;
  width: 26px;
}

.error {
  padding-left: 5px;
  font-size: 1em;
  color: red;
}

.featureHeader {
  font-size: 2.25em;
  color: black;
  margin-bottom: 17px;
}

.accountForm {
  width: 150px !important;
  font-size: 1.0em;
}

.buttonContainer {
  margin-bottom: 17px;
}

.pageContainer {
  display: inline-block;
  width: 100%;
}

.columnOneContainer {
  display: inline-block;
  float: left;
  width: 425px;
}

.columnTwoContainer {
  display: inline-block;
  float: left;
  min-width: 400px;
  margin-left: 20px;
}

.formlabel {
  margin-top: 20px;
  height: 24px;
  padding-top: 20px;
  display: inline;
  font-size: 1.0em;
}

.inputfield {
  margin-bottom: 17px;
  font-size: 1.0em;
  color: black;
  margin-top: 7px;
}

.formfield {
  margin-top: 10px;
  margin-left: 32px;
  margin-bottom: 25px;
  font-size: 1.0em;
  color: black;
}

.checkboxfield {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 1.0em;
  color: black;
  width: 100%;
}

.checkboxcolumn {
  display: inline;
  float: left;
}

.checkboxcolumnright {
  display: inline-block;
}

.buttonfield {
  vertical-align: top;
  font-size: 1.0em;
  display: inline-block;
  width: 30%;
}

.buttonContainer {
  display: inline-block;
  width: 100%;
}

.drpdown {
  font-size: 1em;
  width: 270px;
}

.lableRow {
  display: inline;
  vertical-align: bottom;
  margin-bottom: 7px;
}

.lableImage {
  float: left;
  padding-right: 10px;
}

.offerText {
  font-size: 1.0em;
  margin-bottom: 30px;
}

#formAccount input[type="button"] {
  background-color: #68217a;
  color: white;
  border: none;
  font-size: 1.0em;
  width: 104px;
  height: 30px;
}

#formAccount input[type='text'] {
  font-size: 1.0em;
  width: 270px;
  height: 22px;
}

.formValidation {
  background-repeat: no-repeat;
  background-position: -109px -2px;
  position: absolute;
  right: 603px;
  bottom: 5px;
  height: 14px;
  width: 14px;
}

.formfieldAccount {
  font-size: 1.0em;
  color: black;
  display: none;
  width: 100%;
}

#spinner {
  width: 16px;
  height: 16px;
  float: left;
  margin: 5px 5px 5px 5px;
  background: url("../../_content/spinner.gif");
}

.statusContainer {
  display: inline-block;
  width: 60%;
}

.showStatus {
  font-size: 1.2em;
  display: inline-block;
  background-color: white;
}

.profile-error {
  border:  1px solid;
  border-color: rgba( 214, 127, 60 ,  1 );
  border-color: rgba( var(--palette-accent3,214, 127, 60) ,  1 );
  background-color: rgba( 251, 242, 236 ,  1 );
  background-color: rgba( var(--palette-accent3-light,251, 242, 236) ,  1 );
  padding: 5px;
  font-size: 11px;
  text-align: left;
  margin-top: 15px;
  line-height: 18px;
}

.profile-error .error-message {
  font-weight: bold;
  margin-right: 4px;
}

.profile-header {
  font-size: 36px;
  font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight: 200;
  color: rgba(0, 120, 212, 1);
  color: var(--communication-background,rgba(0, 120, 212, 1));
  margin-bottom: 30px;
}

#accountLabel {
  display: none;
}

#statusMessage {
  float: left;
}

.hideStatus {
  display: none;
}

.nextLineValidation {
  display: none;
  min-height: 25px;
}

.validationWrapper {
  position: relative;
  display: inline-block;
  width: 770px;
  height: 24px !important;
}

.agreeText {
  color: black;
}

.ide-headerText {
  color: white;
  font-size: 1.2em;
  padding-top: 5px;
  padding-left: 10px;
}

.profile-section {
  position: static;
  padding: 5px 40px 30px 40px;
  height: 520px;
  box-sizing: content-box;
  /* workaround for IE and Firefox: unable to respect min-height + padding for border-box */
  left: 0px;
  top: 70px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  margin-top: 0px;
  margin-left: 0px;
  background-color: rgba( 255, 255, 255 ,  1 );
  background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
}

.account.main-container.profile {
  overflow-x: hidden;
  overflow-y: hidden;
}

/* end for new signup2 up view */
body {
  color: rgba( 51, 51, 51 ,  1 );
  color: rgba( var(--palette-neutral-80,51, 51, 51) ,  1 );
  background-image: none;
}

div.error {
  background-color: rgba( 249, 235, 235 ,  1 );
  background-color: rgba( var(--palette-accent1-light,249, 235, 235) ,  1 );
  color: rgba( 218, 10, 0 ,  1 );
  color: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
  border:  1px solid;
  border-color: rgba( 200, 200, 200 ,  1 );
  border-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
}

span.error {
  color: rgba( 218, 10, 0 ,  1 );
  color: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
}

.hide {
  display: none;
}

input.hide {
  visibility: hidden;
}

/* ManagePreview\Index.aspx */
a.remove-identity {
  margin-left: 20px;
}

.signup-header {
  font-weight: bold;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.account-signup-header {
  font-size: 36px;
  font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight: 200;
  color: rgba(0, 120, 212, 1);
  color: var(--communication-background,rgba(0, 120, 212, 1));
  margin-bottom: 30px;
}

.signup-home-header-main {
  margin-top: 10px;
  margin-bottom: 15px;
}

.signup-home-header-main span {
  font-size: 56px;
  font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight: 200;
}

.signup-home-header-detail {
  width: 570px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.signup-home-header-detail span {
  font-size: 14px;
  font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight: 200;
}

.tfs-domain {
  font-size: 16px;
}

.signup-error {
  border:  1px solid;
  border-color: rgba( 214, 127, 60 ,  1 );
  border-color: rgba( var(--palette-accent3,214, 127, 60) ,  1 );
  background-color: rgba( 251, 242, 236 ,  1 );
  background-color: rgba( var(--palette-accent3-light,251, 242, 236) ,  1 );
  padding: 5px;
  font-size: 11px;
  text-align: left;
  margin-top: 15px;
  line-height: 18px;
}

.signup-error .account-name {
  font-weight: bold;
  margin-right: 4px;
}

/* SIGN UP PAGE */
.identity-provider-error {
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  background-color: rgba( 249, 235, 235 ,  1 );
  background-color: rgba( var(--palette-accent1-light,249, 235, 235) ,  1 );
  padding: 4px;
  margin-bottom: 10px;
}

.signup-section {
  width: 325px;
}

.signup-server-url {
  display: inline-block;
  vertical-align: bottom;
}

.signup-server-url table {
  width: 100%;
}

.signup-server-url .scheme {
  width: 1%;
  white-space: nowrap;
  vertical-align: bottom;
  padding-right: 4px;
}

.signup-section.invitation-code {
  display: inline-block;
}

.signup-server-url .account-name {
  width: 99%;
}

.signup-section input.requiredInfo {
  width: 100%;
}

.terms-of-service {
  height: 150px;
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  width: 740px;
}

.account-error {
  padding: 0 10px;
  display: inline-block;
  color: rgba( 218, 10, 0 ,  1 );
  color: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
  width: 450px;
}

input.requiredInfo {
  width: 325px;
  height: 24px;
  font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 16px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border:  1px solid;
  border-color: rgba( 218, 218, 218 ,  1 );
  border-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 );
  transition: border linear .4s,box-shadow linear .4s;
  -moz-transition: border linear .4s,-moz-box-shadow linear .4s;
  -webkit-transition: border linear .4s,-webkit-box-shadow linear .4s;
}

#input_SubmitButton {
  margin-top: 35px;
  margin-left: 0px;
}

#signup-form #input_SubmitButton {
  margin-top: 20px;
}

/* Signup.aspx */
.page-content {
  max-width: 960px;
  min-width: 770px;
  margin: 0px auto;
  height: 100%;
  position: relative;
}

.page-content-profile {
  max-width: 380px;
  min-width: 380px;
  margin: 0px;
  height: 560px;
  position: relative;
  overflow: hidden;
}

/* HEADER CONTROL */
.account-header {
  position: relative;
  padding-top: 6px;
  padding-left: 10px;
}

.account-header .menu-item {
  margin-right: 0px;
  padding-right: 0px;
}

.account-header .menu {
  text-align: left;
}

.account-header .user-header {
  position: absolute;
  top: 1px;
  right: 0;
}

.account-header .top-level-menu.menu-bar > .menu-item > .text {
  max-width: none;
}

.account-header .top-level-menu.menu-bar > .menu-item {
  max-width: none;
}

.invitation-code-signup {
  border:  1px solid;
  border-color: rgba( 199, 224, 244 ,  1 );
  border-color: rgba( var(--palette-primary-tint-20,199, 224, 244) ,  1 );
  background-color: rgba( 222, 236, 249 ,  1 );
  background-color: rgba( var(--palette-primary-tint-30,222, 236, 249) ,  1 );
  padding: 5px;
  font-size: 11px;
  margin-top: 2px;
  line-height: 18px;
}

.invitation-code-request {
  border:  1px solid;
  border-color: rgba( 199, 224, 244 ,  1 );
  border-color: rgba( var(--palette-primary-tint-20,199, 224, 244) ,  1 );
  background-color: rgba( 222, 236, 249 ,  1 );
  background-color: rgba( var(--palette-primary-tint-30,222, 236, 249) ,  1 );
  padding: 5px;
  font-size: 11px;
  text-align: left;
  line-height: 18px;
}

.invitation-code-request-warning {
  background-color: rgba( 251, 242, 236 ,  1 );
  background-color: rgba( var(--palette-accent3-light,251, 242, 236) ,  1 );
  border-color: rgba( 214, 127, 60 ,  1 );
  border-color: rgba( var(--palette-accent3,214, 127, 60) ,  1 );
}

.invitation-code-request-input {
  margin-top: 20px;
}

.invitation-request-button {
  width: 125px;
  font-size: 16px;
}

input.invitation-code-email {
  vertical-align: bottom;
  margin-right: 10px;
  height: 30px;
}

.invitation-code-request-error {
  text-align: left;
  padding-top: 5px;
  color: rgba( 218, 10, 0 ,  1 );
  color: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
}

.home-main-content {
  text-align: center;
}

button.create-account-button {
  height: 36px;
  width: 200px;
  font-size: 18px;
  padding-left: 18px;
  padding-right: 18px;
  margin-top: 20px;
  margin-left: 0px;
}

.home-signup-max-accounts {
  min-height: 120px;
}

.account.main-container {
  background-color: rgba( 0, 0, 0 ,  1 );
  background-color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
}

.account.home.main-container {
  background-color: transparent;
}

.account .header-section {
  position: static;
  height: 31px;
  background-color: #68217a;
  padding-left: 0;
  padding-right: 3px;
}

.account .content-section {
  position: static;
  padding: 30px 40px 80px 40px;
  min-height: 600px;
  box-sizing: content-box;
  /* workaround for IE and Firefox: unable to respect min-height + padding for border-box */
}

.account.home .header-section {
  display: none;
}

.account.home .content-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.account.home .footer-section {
  padding: 0;
  text-align: center;
}

/*  Invitation Codes*/
.account .hub-title {
  padding-left: 20px;
  padding-bottom: 10px;
}

.code-errors {
  margin-top: 5px;
}

.user-id-provider-combo {
  width: 325px;
  height: 24px;
  font-family: "Segoe UI VSS (Regular)","Segoe UI","-apple-system",BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Ubuntu,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 16px;
}

/* signup progress */
.init-account-container {
  font-size: 14px;
  line-height: 24px;
}

.account-url {
  padding: 10px;
  min-width: 300px;
  font-size: 16px;
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  background: rgba( 244, 244, 244 ,  1 );
  background: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
  display: inline-block;
}

.account-progress {
  padding: 10px;
  font-size: 16px;
  display: inline-block;
  min-width: 50px;
  text-align: center;
}

.account-progress.critical {
  background: rgba( 168, 0, 0 ,  1 );
  background: rgba( var(--palette-accent1-dark,168, 0, 0) ,  1 );
  color: rgba( 255, 255, 255 ,  1 );
  color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
}

.account-progress.warning {
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
}

.account-create-failure {
  background-color: rgba( 251, 242, 236 ,  1 );
  background-color: rgba( var(--palette-accent3-light,251, 242, 236) ,  1 );
  border:  1px solid;
  border-color: rgba( 214, 127, 60 ,  1 );
  border-color: rgba( var(--palette-accent3,214, 127, 60) ,  1 );
  padding: 5px;
}

.account-message {
  display: none;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  margin-top: 15px;
}

.create-account-desc strong {
  font-weight: bold;
}

/* Sign in */
.signin-main-content {
  position: relative;
  min-height: 100%;
}

.signin-title {
  font-size: 24px;
  line-height: 55px;
}

.signin-description {
  font-size: 14px;
  margin-bottom: 30px;
}

.identity-provider-element {
  height: 55px;
  font-size: 24px;
  width: 300px;
  padding-left: 15px;
  margin-top: 15px;
  cursor: pointer;
  border-bottom:  1px solid;
  border-bottom-color: rgba( 218, 218, 218 ,  1 );
  border-bottom-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 );
}

.identity-provider-element > span {
  line-height: 55px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.identity-provider-element.selected-identity-provider > span {
  color: rgba(255, 255, 255, 1);
  color: var(--background-color,rgba(255, 255, 255, 1));
}

.providerArea {
  padding-top: 30px;
  padding-left: 100px;
}

#staySignedIn {
  margin-top: 15px;
}

#staySignedIn input,
#staySignedIn label {
  vertical-align: middle;
}

#staySignedIn label {
  color: rgba( 0, 0, 0 ,  1 );
  color: rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
}

.selected-identity-provider {
  background-color: #442359;
  border-bottom: 0;
}

.signin-arrow {
  height: 34px;
  width: 34px;
  display: inline-block;
  float: right;
  margin: 11px;
  outline: none;
}

.signin-arrow {
  overflow: hidden;
}

.signin-arrow:before {
  position: relative;
  content: url("../../_content/signin-arrow.png");
  left: 0;
  top: 0;
}

.selected-identity-provider .signin-arrow {
  overflow: hidden;
}

.selected-identity-provider .signin-arrow:before {
  position: relative;
  content: url("../../_content/signin-arrow.png");
  left: 0;
  top: -46px;
}

.account-logo {
  height: 20px;
  width: 141px;
  overflow: hidden;
}

.account-logo:before {
  position: relative;
  content: url("../../_content/Header/vsonline.png");
  left: 0;
  top: 0;
}
