:root {
  background-color: #FCFCFC;
}

body {
  background-color: #FCFCFC;
}

/*
// this is resistant to centering, especially when in separate layer, not sure why yet...  various experiments added here

// this bit of CSS takes the alert out of normal HTML composition flow (using a different z-index level)
// so it does not shift our headline text downward

.artima-dialog-alert-wrapper {
    z-index: 100;
    display: block;
    //position: absolute;
    top: 5.0rem;            // this is where you set the vertical startpoint of the alert bar
    left: 0.0rem;
    max-width: 30rem;
    justify-content: center;
    text-align: center;
}


.alert {
    margin-left: auto;
    margin-right: auto;
}

*/
.dialogpage-body {
  background-color: #FCFCFC;
  display: block;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.artima-dialog-display-footer {
  font-size: 0.7rem;
  text-align: center;
  color: #484848;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 15px;
  padding-top: 10px;
}

.artima-dialog-display-footer a {
  color: #484848;
}

.artima-dialog-display-footer a:hover {
  color: #484848;
}

.artima-dialog-print-footer {
  font-size: 0.7rem;
  text-align: center;
  color: #484848;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 15px;
  padding-top: 10px;
}

.artima-dialog-print-footer a {
  color: #484848;
}

.artima-dialog {
  color: #030303;
  background-color: #FCFCFC;
}

.artima-dialog h1 {
  font-size: 36px;
  font-size: 3vw;
  font-weight: 500;
}

.artima-dialog a {
  color: rgb(18, 105, 211);
}

.artima-dialog a:hover {
  color: rgb(18, 105, 211);
}

.artima-dialog-wrapper-header {
  padding-top: 0;
}

.artima-dialog-wrapper-header-with-menu {
  padding-top: 4em;
}

.artima-swooshifier {
  display: flex;
  width: 100%;
  justify-content: center;
}

.artima-dialog-swooshbar {
  width: 100%;
  max-width: 40rem;
  margin-top: 0.2rem;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0.2rem;
  padding: 0;
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.artima-dialog-title-text {
  text-align: center;
  padding-top: 0.3rem;
  padding-bottom: 1.6rem;
  color: rgb(60, 66, 72);
  font-size: 1.5rem;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.artima-dialog-title-text-no-extra-space-below {
  text-align: center;
  padding-top: 0.3rem;
  padding-bottom: 0rem;
  color: rgb(60, 66, 72);
  font-size: 1.5rem;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.artima-dialog-belowtitle-text {
  display: flex;
  font-size: 0.9rem;
  text-align: center;
  justify-content: center;
}

.artima-dialog-text-block {
  font-size: 0.9rem;
}

.artima-dialog-text-block-rightpadded {
  font-size: 0.9rem;
  padding-right: 3rem;
}

.artima-dialog-alertsection {
  display: table-cell;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.alert-danger {
  border-color: hsl(355, 35%, 71%);
}

.artima-gap-0-1rem {
  font-size: 1px;
  line-height: 1px;
  padding-top: 0.1rem;
}

.artima-gap-0-2rem {
  font-size: 1px;
  line-height: 1px;
  padding-top: 0.2rem;
}

.artima-gap-0-25rem {
  font-size: 1px;
  line-height: 1px;
  padding-top: 0.25rem;
}

.artima-gap-0-3rem {
  font-size: 1px;
  line-height: 1px;
  padding-top: 0.3rem;
}

.artima-gap-0-4rem {
  font-size: 1px;
  line-height: 1px;
  padding-top: 0.4rem;
}

.artima-gap-0-5rem {
  font-size: 1px;
  line-height: 1px;
  padding-top: 0.5rem;
}

.artima-gap-0-75rem {
  font-size: 1px;
  line-height: 1px;
  padding-top: 0.75rem;
}

.artima-gap-1-0rem {
  font-size: 1px;
  line-height: 1px;
  padding-top: 1rem;
}

.artima-gap-1-25rem {
  font-size: 1px;
  line-height: 1px;
  padding-top: 1.25rem;
}

.artima-gap-1-35rem {
  font-size: 1px;
  line-height: 1px;
  padding-top: 1.35rem;
}

.artima-gap-1-5rem {
  font-size: 1px;
  line-height: 1px;
  padding-top: 1.5rem;
}

.artima-gap-2-0rem {
  font-size: 1px;
  line-height: 1px;
  padding-top: 2rem;
}

.artima-gap-3-0rem {
  font-size: 1px;
  line-height: 1px;
  padding-top: 3rem;
}

.artima-gap-4-0rem {
  font-size: 1px;
  line-height: 1px;
  padding-top: 4rem;
}

.artima-dialog-centerbox-bordered {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  border: solid;
  border-width: 1px;
  border-color: rgb(133, 133, 133);
  border-radius: 5px;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  justify-content: center;
  background-color: rgb(240, 240, 240);
}

.artima-dialog-centerbox-bordered-less-top-padding {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  border: solid;
  border-width: 1px;
  border-color: rgb(133, 133, 133);
  border-radius: 5px;
  padding-top: 0.3rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  justify-content: center;
  background-color: rgb(240, 240, 240);
}

.artima-dialog-centerbox-footer {
  padding-top: 0rem;
  text-align: center;
}

.artima-dialog-centerbox-noborder {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-top: 1rem;
}

.artima-dialog-centerbox-noborder-noleftpad {
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-top: 1rem;
}

.artima-dialog-centerbox-bordered-width2 {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  border: solid;
  border-width: 1px;
  border-color: rgb(133, 133, 133);
  border-radius: 5px;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  justify-content: center;
  background-color: rgb(240, 240, 240);
}

.artima-dialog-centerbox-footer-width2 {
  padding-top: 0rem;
  text-align: center;
}

.artima-dialog-centerbox-noborder-width2 {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-top: 1rem;
}

.artima-dialog-centerbox-noborder-width2-centercontent {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0rem;
  padding-top: 1rem;
  text-align: center;
}

.artima-dialog-centerbox-noborder-width3-centercontent {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0rem;
  padding-top: 1rem;
  text-align: center;
}

.artima-besidesthat-container {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.artima-besidesthat-textblock {
  max-width: 20rem;
  margin-top: 2rem;
  margin-bottom: 10rem;
  margin-left: 3rem;
  margin-right: 3rem;
}

.artima-besidesthat-formblock {
  margin-left: 1rem;
  margin-right: 1rem;
}

.artima-tableclamped-container {
  display: flex;
  justify-content: center;
  text-align: center;
  color: rgb(60, 66, 72);
  width: 100%;
}

.artima-tableclamped-container-table {
  flex-grow: 1;
  display: table;
  width: 100%;
}

.artima-tableclamped-layout-row {
  display: table-row;
  text-align: left;
}

.artima-tableclamped-layout-subrow-centering {
  display: flex;
  justify-content: center;
}

.artima-centered-text {
  text-align: center;
}

.artima-centered-left {
  text-align: left;
}

.artima-dialog-centerbox-bordered-tableclamped {
  display: table-cell;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
  border: solid;
  border-width: 1px;
  border-color: rgb(133, 133, 133);
  border-radius: 5px;
  padding-top: 0.2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  justify-content: center;
  background-color: rgb(240, 240, 240);
}

.artima-dialog-centerbox-bordered-tableclamped-unshaded {
  display: table-cell;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: solid;
  border-width: 1px;
  border-color: rgb(200, 200, 200);
  border-radius: 5px;
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  justify-content: center;
  background-color: white;
  font-size: 0.9rem;
}

.artima-dialog-centerbox-bordered-tableclamped-inbetween {
  display: table-cell;
}

.artima-tableclamped-label-container {
  display: flex;
  justify-content: space-between;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0.87rem;
  font-weight: 600;
  line-height: 1.1rem;
  margin-top: 0.7rem;
  margin-bottom: 0.3rem;
  color: rgb(60, 66, 72);
}

.artima-dialog-centered-formrow {
  justify-content: center;
}

.btn.btn-primary.artima-dialog-centered-primarybutton {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 0.3rem;
  margin-left: 3rem;
  margin-right: 3rem;
  border-radius: 0.45rem;
}

.btn.btn-default.artima-dialog-centered-defaultbutton {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 0.3rem;
  margin-left: 3rem;
  margin-right: 3rem;
  border-radius: 0.45rem;
}

.btn.btn-primary.artima-dialog-centered-primarybutton-compact {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 0.3rem;
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 0.45rem;
}

.btn.btn-default.artima-dialog-centered-defaultbutton-compact {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 0.3rem;
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 0.45rem;
}

.btn.btn-primary.artima-dialog-stacked-primarybutton {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 0.3rem;
  margin-left: 0rem;
  margin-right: 0rem;
  border-radius: 0.45rem;
}

.btn.btn-default.artima-dialog-stacked-defaultbutton {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 0.3rem;
  margin-left: 0rem;
  margin-right: 0rem;
  border-radius: 0.45rem;
}

.artima-tableclamped-buttonstack {
  display: flex;
  justify-content: center;
  text-align: center;
  color: rgb(60, 66, 72);
}

.artima-tableclamped-buttonstack-table {
  display: table;
  justify-content: center;
}

.artima-tableclamped-buttonstack-row {
  display: table-row;
  justify-content: center;
  text-align: center;
}

.artima-dialog-legal-prologue-text {
  font-size: 1rem;
}

.artima-dialog-legal-agreementbody-overall {
  font-size: 1rem;
}

.artima-dialog-legal-agreementbody-paragraph {
  padding-bottom: 1rem;
}

.artima-flex-centerit {
  display: flex;
  justify-content: center;
}

.artima-spreader-20rem {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
}

.artima-spreader-25rem {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.artima-spreader-30rem {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}

.artima-spreader-35rem {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 35rem;
  margin-left: auto;
  margin-right: auto;
}

.artima-spreader-40rem {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.artima-basicform-panel {
  display: table-cell;
  width: 100%;
  font-size: 0.85rem;
  line-height: 1.2rem;
  border: solid;
  border-width: 1px;
  border-color: rgb(133, 133, 133);
  border-radius: 5px;
  padding-top: 0.3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
  justify-content: center;
  background-color: rgb(240, 240, 240);
}

.artima-form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: -0.5rem;
}

.artima-form-row-spreadout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.artima-form-row-submit-cancel-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}

.artima-form-row-submit-cancel-buttons-compact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
  margin-left: 2rem;
}

.artima-form-row-delete-account-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.artima-form-row-submit-cancel-buttons-nomargin {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.artima-form-row-button {
  margin-left: 1rem;
  margin-right: 1rem;
}

.artima-fieldpair {
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0.5rem;
  text-align: left;
}

.artima-fieldheader {
  font-size: 0.85rem;
  line-height: 1.2rem;
  font-weight: 600;
  padding-top: 0.3rem;
  margin-bottom: 0.2rem;
}

.artima-fielderror {
  font-size: 0.85rem;
  line-height: 1.2rem;
  font-weight: 400;
  padding-top: 0.3rem;
  margin-bottom: 0.3rem;
  color: rgb(255, 0, 0);
}

.form-control-feedback {
  font-size: 0.85rem;
  line-height: 1.2rem;
  font-weight: 400;
  padding-top: 0.3rem;
  margin-bottom: 0.3rem;
  color: rgb(255, 0, 0);
}

.artima-changepassword-link {
  font-size: 0.85rem;
  line-height: 1.2rem;
  font-weight: 600;
  padding-top: 0.3rem;
}

.artima-deleteaccount-link {
  font-size: 0.85rem;
  line-height: 1.2rem;
  font-weight: 400;
  padding-top: 0.3rem;
}

.artima-field {
  font-size: 0.9rem;
  line-height: 1.7rem;
  font-weight: 400;
  width: 100%;
  padding-left: 0.3rem;
  padding-right: 0.5rem;
  padding-top: 1px;
  padding-bottom: 1px;
}

.artima-accountsettings-toprow-indent {
  padding-left: 1rem;
  padding-right: 1rem;
}

.artima-username-presentation {
  font-size: 1rem;
  line-height: 1.7rem;
  font-weight: 700;
  width: 100%;
  padding-left: 0.6rem;
  padding-right: 0.5rem;
  padding-top: 1px;
  padding-bottom: 1px;
}

.artima-pulldownselector {
  margin-left: 0.9rem;
  margin-right: 0.9rem;
  margin-bottom: -0.2rem;
  font-size: 0.9rem;
}

.artima-fieldwrapper {
  margin-left: 0.9rem;
  margin-right: 0.9rem;
  margin-bottom: -0.2rem;
  font-size: 0.9rem;
}

.artima-passwordfieldwrapper {
  margin-left: 0.9rem;
  margin-right: 0.9rem;
  margin-bottom: -0.2rem;
  font-size: 0.9rem;
}

.artima-emailfieldwrapper {
  margin-left: 0.9rem;
  margin-right: 0.9rem;
  margin-bottom: -0.2rem;
  font-size: 0.9rem;
}

#email {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.artima-emailfield {
  width: 100%;
}

.artima-captchawrapper {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  display: flex;
  margin-bottom: -0.7rem;
}

.artima-panel-header {
  font-size: 1rem;
  font-weight: 600;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  margin-top: 0.3rem;
}

.artima-boughtstuff-list {
  font-size: 0.85rem;
  line-height: 1.2rem;
  border: solid;
  border-width: 1px;
  border-color: rgb(133, 133, 133);
  border-radius: 5px;
  padding-top: 0.9rem;
  padding-left: 1rem;
  padding-right: 2rem;
  padding-bottom: 0rem;
  justify-content: center;
  background-color: rgb(240, 240, 240);
}

.artima-checkbox-pair {
  display: flex;
  margin-bottom: 0.1rem;
}

.artima-checkbox {
  margin-top: 0.18rem;
}

.artima-checkbox-label {
  padding-left: 0.5rem;
  font-size: 0.85rem;
}

label {
  margin-bottom: 0rem;
}

.artima-checkboxes-indent {
  padding-left: 0.3rem;
}

#keepmesignedin_field {
  font-size: 0.85rem;
  line-height: 1.2rem;
}

.artima-checkboxes-panel {
  font-size: 0.85rem;
  line-height: 1.2rem;
  border: solid;
  border-width: 1px;
  border-color: rgb(133, 133, 133);
  border-radius: 5px;
  padding-top: 0.9rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.9rem;
  background-color: rgb(240, 240, 240);
}

.artima-forumsettings-panel {
  font-size: 0.85rem;
  line-height: 1.2rem;
  border: solid;
  border-width: 1px;
  border-color: rgb(133, 133, 133);
  border-radius: 5px;
  padding-top: 0.3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  background-color: rgb(240, 240, 240);
}

textarea {
  border-color: rgb(206, 212, 218);
  background-clip: padding-box;
  background-color: rgb(255, 255, 255);
  background-image: none;
  border-color: rgb(206, 212, 218);
  border-radius: 0rem;
  border-style: solid;
  border-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
}

.form-vertical {
  box-sizing: border-box;
  color: rgb(3, 3, 3);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  text-align: left;
}

.form-horizontal {
  box-sizing: border-box;
  color: rgb(3, 3, 3);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  text-align: left;
}

.form-control-label {
  box-sizing: border-box;
  color: rgb(3, 3, 3);
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
  margin-bottom: 2px;
  padding-left: 0.4rem;
  text-align: left;
}

.col-form-label {
  box-sizing: border-box;
  color: rgb(3, 3, 3);
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.2rem;
  margin-bottom: 0px;
  max-width: 255.667px;
  min-height: 1px;
  padding-bottom: 1px;
  padding-left: 1rem;
  padding-right: 3px;
  padding-top: 0.3rem;
  position: relative;
  text-align: left;
}

.form-group {
  box-sizing: border-box;
  color: rgb(3, 3, 3);
  display: flex;
  flex-wrap: wrap;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0.25rem;
  margin-left: -15px;
  margin-right: -15px;
  text-align: left;
}

.form-control {
  border-bottom-left-radius: 1rem;
  background-clip: padding-box;
  background-color: rgb(255, 255, 255);
  background-image: none;
  border-color: rgb(206, 212, 218);
  border-radius: 0rem;
  border-style: solid;
  border-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  box-sizing: border-box;
  color: rgb(73, 80, 87);
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.7rem;
  margin: 0px;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  padding-bottom: 1px;
  padding-left: 0.3rem;
  padding-right: 0.5rem;
  padding-top: 1px;
  text-align: start;
  transition-delay: 0s, 0s;
  transition-duration: 0.15s, 0.15s;
  transition-property: border-color, box-shadow;
  transition-timing-function: ease-in-out, ease-in-out;
  width: 100%;
}

.btn-primary {
  border-color: rgb(0, 123, 255);
  border-width: 1px;
  border-radius: 0.25rem;
  border-style: solid;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.93rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 0px;
  margin-top: 0.3rem;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  padding-bottom: 0.1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.1rem;
  text-align: center;
  text-transform: none;
  transition-delay: 0s, 0s, 0s;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-property: background, border-color, box-shadow;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background-color: rgb(0, 173, 238);
  background-image: -moz-linear-gradient(center top, rgb(0, 173, 238), rgb(0, 131, 180));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 173, 238)), to(rgb(0, 131, 180)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

/*
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
*/
.btn-primary:hover {
  text-decoration: none;
  background-color: rgb(0, 173, 238);
  background-image: -moz-linear-gradient(center top, rgb(0, 182, 250), rgb(0, 131, 180));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 182, 250)), to(rgb(0, 131, 180)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b6fa', endColorstr='#0083b4');
}

#the-primary-button:active {
  position: relative;
  top: 1px;
  background-color: rgb(0, 173, 238);
  background-image: -moz-linear-gradient(center top, rgb(0, 131, 180), rgb(0, 173, 238));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 131, 180)), to(rgb(0, 173, 238)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

#the-primary-button2:active {
  position: relative;
  top: 1px;
  background-color: rgb(0, 173, 238);
  background-image: -moz-linear-gradient(center top, rgb(0, 131, 180), rgb(0, 173, 238));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 131, 180)), to(rgb(0, 173, 238)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

.btn-default {
  background-color: rgba(0, 123, 255, 0.1);
  border-color: rgb(0, 123, 255);
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 0px;
  margin-top: 0.3rem;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  padding-bottom: 0.1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.1rem;
  text-align: center;
  text-transform: none;
  transition-delay: 0s, 0s, 0s;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-property: background-color, border-color, box-shadow;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
}

.btn-hyperlink {
  border-color: rgb(0, 123, 255);
  border-width: 1px;
  border-radius: 0.25rem;
  border-style: solid;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  box-sizing: border-box;
  color: rgb(255, 255, 255) !important;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.93rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 0px;
  margin-top: 0.3rem;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  padding-bottom: 0.1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.1rem;
  text-align: center;
  text-transform: none;
  transition-delay: 0s, 0s, 0s;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-property: background, border-color, box-shadow;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background-color: rgb(0, 173, 238);
  background-image: -moz-linear-gradient(center top, rgb(0, 173, 238), rgb(0, 131, 180));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 173, 238)), to(rgb(0, 131, 180)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

.btn-hyperlink:hover {
  text-decoration: none;
  background-color: rgb(0, 173, 238);
  background-image: -moz-linear-gradient(center top, rgb(0, 182, 250), rgb(0, 131, 180));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 182, 250)), to(rgb(0, 131, 180)));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b6fa', endColorstr='#0083b4');
}

.forum-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.forum-secondline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.forum-title {
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(33, 35, 36);
  font-size: 1.25rem;
  font-weight: 400;
  text-align: left;
}

.forum-topiclinks {
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(0, 0, 0);
  font-size: 0.8rem;
  font-weight: 400;
  text-align: left;
  margin-left: auto;
}

.forum-otherviewtype {
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(0, 0, 0);
  font-size: 0.8rem;
  font-weight: 400;
  text-align: left;
  margin-left: auto;
}

.forumthread-subject {
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(33, 35, 36);
  font-size: 2rem;
  line-height: 2.1rem;
  font-weight: 400;
  text-align: left;
}

.forumthread-statistics {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: tahoma, arial, sans-serif;
  color: rgb(33, 35, 36);
  font-size: 0.8rem;
  font-weight: 400;
  text-align: left;
}

.forumpaginator-section-at-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 90%;
  font-size: 0.85rem;
  line-height: 1.2rem;
  border: solid;
  border-width: 1px;
  border-color: rgb(133, 133, 133);
  border-radius: 5px;
  padding-top: 0.2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.2rem;
  background-color: rgb(240, 240, 240);
}

.forumthread-statistics-at-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: tahoma, arial, sans-serif;
  color: rgb(33, 35, 36);
  font-size: 0.8rem;
  font-weight: 400;
  text-align: left;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.forumthread-statistics-text-at-end {
  margin-left: 1rem;
  margin-right: 1rem;
}

.forumthread-mostrecentreply {
  font-family: tahoma, arial, sans-serif;
  color: rgb(33, 35, 36);
  font-size: 0.8rem;
  font-weight: 400;
  text-align: left;
}

.forumpost-enclosing-table {
  width: 100%;
}

.forumpost-header {
  background-color: rgb(230, 230, 230);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.1rem;
  padding-bottom: 0.3rem;
  margin-top: 1rem;
  margin-bottom: 0.3rem;
  border-top: solid 3px rgb(192, 192, 192);
  width: 100%;
}

.forumpost-threaded-header {
  background-color: rgb(230, 230, 230);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.1rem;
  padding-bottom: 0.3rem;
  margin-top: 0px;
  margin-bottom: 0.3rem;
  border-top: solid 3px rgb(192, 192, 192);
  width: 100%;
}

.forumpost-header-topline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.2rem;
}

.forumpost-header-otherlines {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.2rem;
}

.forumpost-authorname {
  font-family: tahoma, arial, sans-serif;
  font-size: 0.9rem;
  color: rgb(0, 0, 200);
  font-weight: 700;
}

.forumpost-postnumber {
  font-family: tahoma, arial, sans-serif;
  font-size: 0.8rem;
  color: rgb(0, 0, 0);
  font-weight: 400;
}

.forumpost-posttitle {
  font-family: tahoma, arial, sans-serif;
  font-size: 0.8rem;
  color: rgb(0, 0, 0);
  font-weight: 700;
  margin-right: 2rem;
}

.forumpost-posttitle p {
  margin-bottom: 0 !important;
}

.forumpost-postingdate {
  font-family: tahoma, arial, sans-serif;
  font-size: 0.8rem;
  color: rgb(0, 0, 0);
  font-weight: 400;
}

.forumpost-replylink {
  margin-left: auto;
  font-family: tahoma, arial, sans-serif;
  font-size: 0.8rem;
  color: rgb(0, 0, 0);
  font-weight: 400;
}

.forumpost-summary {
  font-family: tahoma, arial, sans-serif;
  font-size: 0.8rem;
  line-height: 1rem;
  color: rgb(0, 0, 0);
  font-weight: 700;
  background-color: rgb(255, 255, 255);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.forumpost-postbody {
  font-family: tahoma, arial, sans-serif;
  font-size: 0.8rem;
  line-height: 1rem;
  color: rgb(0, 0, 0);
  font-weight: 400;
  background-color: rgb(255, 255, 255);
}

.forumpost-postbody > p {
  margin-bottom: 0;
}

.tree {
  min-height: 20px;
  margin-bottom: 20px;
  background-color: #fbfbfb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.tree li {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative;
}

.tree li::before, .tree li::after {
  content: "";
  left: -20px;
  position: absolute;
  right: auto;
}

.tree li::before {
  border-left: 1px solid rgb(140, 140, 140);
  bottom: 50px;
  height: 100%;
  top: 0;
  width: 1px;
}

.tree li::after {
  border-top: 1px solid rgb(140, 140, 140);
  height: 20px;
  top: 30px;
  width: 25px;
}

.tree li span {
  border: 0;
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
}

.tree li.parent_li > span {
  cursor: pointer;
}

.tree > ul > li::before, .tree > ul > li::after {
  border: 0;
}

.tree li:last-child::before {
  height: 30px;
}

.tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
  background: #eee;
  border: 1px solid #94a0b4;
  color: #000;
}

/*# sourceMappingURL=dialog.css.map */
