﻿/* variables.scss */
/* Note: This CSS file uses relative URLs for images, and uses the main images directory and the main Skins directory */
/* vertical-align: top; is the default for HTML4.01, but reverts to baseline for HTML5 */
img, input[type=image] {
  vertical-align: top;
}

a img {
  border: none;
}

textarea {
  font-family: Arial;
}

select {
  width: 200px;
  font-size: 9pt;
  font-family: "Segoe UI", Arial, sans-serif;
  height: 22px;
}

/* FOR USE IN FORMATTING CONTENT */
.controlCheckBox {
  display: block;
  padding-top: 4px;
  /* used for checkboxes inside the main content of controlsContainer */
}

.controlSpacer {
  padding-bottom: 10px;
}

.controlsContainer {
  padding-bottom: 10px;
}

.commandsContainer {
  padding-top: 10px;
  width: 200px;
  margin: 0 auto;
}

.extraVerticalSpacing {
  padding-top: 10px;
}

.genericList {
  float: left;
  width: 400px;
  height: 150px;
  background-color: #fff;
  overflow-y: auto;
  border: 1px solid #BFCDDB;
}

.genericListCount {
  display: block;
  font-size: 0.8em;
  color: #040;
}

.treeViewContainer {
  width: 400px;
  height: 400px;
  border: 1px solid #BFCDDB;
  overflow-y: auto;
  background-color: #fff;
}

.assessmentTypeList {
  float: left;
  width: 400px;
  height: 150px;
  background-color: #fff;
  overflow-y: auto;
  border: 1px solid #BFCDDB;
}

.supplierList {
  float: left;
  width: 400px;
  height: 250px;
  background-color: #fff;
  overflow-y: auto;
  position: relative;
  border: 1px solid #ccc;
}

.statusList {
  float: left;
  height: 75px;
  width: 198px;
  overflow-y: auto;
  border: 1px solid #BFCDDB;
}

.locationList {
  float: left;
  width: 400px;
  min-height: 150px;
  max-height: 150px;
  height: auto !important;
  height: 150px;
  background-color: #fff;
  overflow-y: auto;
  border: 1px solid #BFCDDB;
}

.stockCodeCombo {
  width: 400px;
  font-family: "Segoe UI", Arial, Sans-Serif;
  font-size: 9pt;
}

.stockCodeCombo.textbox {
  width: 400px;
  /* required to override textbox default */
}

.stockCodeList {
  float: left;
  width: 400px;
  height: 250px;
  overflow: auto;
  border: 1px solid #ccc;
  display: block;
}

.questionList {
  float: left;
  width: 400px;
  height: 250px;
  background-color: #fff;
  overflow: auto;
  position: relative;
  border: 1px solid #BFCDDB;
}

.actionsList {
  float: left;
  width: 400px;
  max-height: 200px;
  background-color: #fff;
  overflow: auto;
  position: relative;
  border: 1px solid #BFCDDB;
}

.filterList {
  float: left;
  width: 400px;
  height: 250px;
  background-color: #fff;
  overflow: auto;
  position: relative;
  border: 1px solid #BFCDDB;
}

.validationWarningMessage {
  color: red;
  font-size: 90%;
}

/* Select All-None Control */
.selectControl {
  float: left;
  padding-left: 5px;
}

.selectAllButton {
  padding-bottom: 5px;
}

/* END Content */
/* Attachments */
.attachment_table {
  width: 777px;
}

.attachment_table .attachment_image_column {
  text-align: center;
  width: 48px;
  height: 48px;
}

.attachment_table .attachment_image_column img {
  border: 1px solid #ccc;
  padding: 1px;
}

.attachment_table .attachment_download_column {
  text-align: left;
  width: 100px;
}

.attachment_table .attachment_title_column {
  text-align: left;
}

.attachment_table .attachment_delete_column {
  text-align: center;
  width: 200px;
}

/* export user-control */
.exportButtons {
  position: absolute;
  right: 34px;
  margin-top: 4px;
}

.exportButtons span {
  vertical-align: top;
  margin-right: 1px;
}

.exportButtons input {
  margin-left: 5px;
}

/*Defaults*/
.clear {
  clear: both;
}

a {
  color: #383838;
}

a:hover {
  color: #5DA446;
  text-decoration: underline;
}

.white {
  color: #fff;
  text-decoration: none;
}

.white:hover {
  color: #fff;
  text-decoration: underline;
}

.red {
  color: Red;
}

.bbside {
  border-bottom-style: dotted;
  border-bottom-width: thin;
  border-bottom-color: #cacaca;
  padding: 4px 0 4px 0;
}

.bbottom {
  border-bottom-style: dotted;
  border-bottom-width: thin;
  border-bottom-color: #cacaca;
  padding: 0 0 0 10px;
}

.title {
  float: left;
  font-weight: bold;
  padding: 5px 15px 0 0;
  width: 120px;
  font-size: 12px;
}

.field {
  float: left;
}

#breadcrumb a {
  color: #fff;
}

.i6-7hack {
  background-color: #fff;
}

.icon-pad {
  padding: 0 5px 0 0;
}

.GreyRow {
  background-color: Gray;
  background-image: none;
}

.loginheader {
  background-color: #5da446;
  height: 20px;
  padding: 4px 10px 0 10px;
}

.Panel {
  padding: 11px 0 11px 0;
  font-size: 12px;
}

.section-name {
  color: #5da446;
  font-weight: bold;
}

.red {
  color: Red;
}

.rscLinkImg {
  background-image: url(../images/spell-check.gif);
  background-repeat: no-repeat;
  display: block;
  outline: none;
  height: 27px;
  width: 78px;
  cursor: pointer;
  text-indent: -9999px;
}

.nob {
  border: none;
}

.leftboxtitle {
  font-weight: bold;
  font-size: 12px;
}

.maxzindex {
  z-index: 100000;
}

.slink {
  color: #5DA446;
  text-decoration: none;
  font-weight: bold;
}

.slink:hover {
  color: #5DA446;
  text-decoration: underline;
}

.displaynone {
  display: none;
}

.RadComboBox_Default .rcbDisabled .rcbInputCell .rcbInput, .RadComboBoxDropDown_Default .rcbDisabled {
  color: #fff;
}

.imageButton {
  cursor: pointer;
}

.QAS_Growers {
  /* BB 04-Aug-2010 -- Removed as when in compatability mode checkbox lists in modal windows overflow */
  /*position: relative;*/
}

.QAS_CountryOrigin {
  /* BB 04-Aug-2010 -- Removed as when in compatability mode checkbox lists in modal windows overflow */
  /*position: relative;*/
}

.QAS_AvailableGrowers {
  position: relative;
}

/*Defaults*/
/*H Tags*/
h1 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 5px 0 10px 0px;
  background: url(../images/h_bg.gif) repeat-x;
}

h2 {
  min-height: 15px;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  background: url(../images/h_bg.gif) repeat-x;
}

/*H Tags*/
/*Layout*/
.footer {
  display: block;
  text-align: right;
  padding: 2px 20px 10px 20px;
  font-size: 12px;
  font-weight: bold;
  color: #286919;
  min-width: 950px;
}

.footer a {
  text-decoration: none;
  color: #286919;
}

.background {
  background-color: #C7E4BD;
  border: 1px solid #B6D7AB;
  padding: 25px 0 25px 0px;
  width: 100%;
}

.image-holder-top {
  background-image: url(../images/image-top.gif);
  background-repeat: no-repeat;
  width: 318px;
  height: 19px;
  font-size: 11px;
  color: #272727;
  font-weight: bold;
  padding: 3px 0 0 5px;
}

.image-middle {
  width: 318px;
  text-align: center;
  padding: 0 0 3px 0;
}

.image-holder-bottom {
  background-image: url(../images/image-bottom.gif);
  background-repeat: no-repeat;
  width: 318px;
  height: 19px;
}

.rag {
  margin: 10px 0 0 0;
  background-color: #c7e4bd;
  border: solid 1px #b6d7ab;
  padding: 5px 0 5px 0;
  width: 100%;
}

/*Layout*/
/*widths*/
.ddl {
  width: 200px;
}

.dashboard-dropdowns {
  width: 300px;
}

.ddl-dashboard {
  width: 300px;
}

.centre {
  margin: 0 auto;
}

.scroll-box {
  width: 481px;
  height: 249px;
  background-color: #fff;
  overflow: auto;
  font-size: 12px;
}

.textbox, input[type=text], textarea, select {
  width: 200px;
  border: 1px solid #ababab;
  resize: none;
}

.multiLineTextbox {
  width: 200px;
}

.textControl {
  width: 400px;
  height: 20px;
}

.textbox:hover {
  border: 1px solid #44A41F;
}

.growth {
  width: 95%;
}

.growthFull {
  width: 98%;
}

.actionButtons {
  margin-top: 20px;
}

.titleExtraWide {
  width: 200px;
}

.fieldExtraWide {
  width: 400px;
}

/* end widths*/
/* heights */
.smallField {
  height: 20px;
}

/* end heights */
/*Messages*/
.dynamicAlertBox {
  position: fixed;
  top: 10px;
  display: none;
}

/* so that the infobar does not look stupid with the green breadcrumbbar, we leave a gap. */
#infoBar {
  border-top: 1px solid;
}

/*End Messages*/
/*Pop Ups*/
.disclaimer {
  position: relative;
  color: #256410;
  background-color: #fff;
  padding: 5px 5px 0 5px;
  font-size: 8pt;
  line-height: 1.4em;
}

.modalPopup {
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -110px;
}

.modalPopupBackground {
  margin: 0px;
  padding: 0px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  z-index: 1000;
  background-image: url("../images/diagonals.png");
  background-repeat: repeat;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

/*Pop Ups*/
/*tabs*/
.background {
  background-color: #c7e4bd;
  border: solid 1px #b6d7ab;
  width: 100%;
  padding: 25px 0 25px 0;
}

.dd {
  width: 230px;
  border: 1px solid #a0a1a4;
  border-left: 4px solid #a0a1a4;
}

.subtitle {
  font-size: 11px;
  color: #272727;
  font-weight: bold;
}

.image-holder-top {
  background-image: url("../images/image-top.gif");
  background-repeat: no-repeat;
  width: 318px;
  height: 19px;
  font-size: 11px;
  color: #272727;
  font-weight: bold;
  padding: 3px 0 0 5px;
}

.image-middle {
  width: 318px;
  text-align: center;
  padding: 0 0 3px 0;
}

.image-holder-bottom {
  background-image: url("../images/image-bottom.gif");
  background-repeat: no-repeat;
  width: 318px;
  height: 19px;
}

.rag {
  margin: 10px 0 0 0;
  background-color: #c7e4bd;
  border: solid 1px #b6d7ab;
  padding: 5px 0 5px 0;
  width: 100%;
}

.tabSectionTitle {
  font-size: 11px;
  width: 25%;
  color: #272727;
  font-weight: bold;
  text-align: center;
  width: 25%;
}

.reject {
  height: 25px;
  width: 25%;
  font-size: 11px;
  color: #fff;
  background-color: #c00;
  padding: 5px 0 5px 0;
  text-align: center;
  width: 25%;
}

.improvement {
  height: 25px;
  width: 25%;
  font-size: 11px;
  color: black;
  background-color: #f90;
  padding: 5px 0 5px 0;
  text-align: center;
  width: 25%;
}

.acceptable {
  height: 25px;
  width: 25%;
  font-size: 11px;
  color: #fff;
  background-color: #6a4;
  padding: 5px 0 5px 0;
  text-align: center;
  width: 25%;
}

.columnSection {
  float: left;
  width: 25%;
  text-align: center;
}

.index {
  float: left;
  width: 50px;
  text-align: center;
  font-size: 11px;
  color: #272727;
  font-weight: bold;
}

.characteristics {
  float: left;
  width: 160px;
  text-align: center;
  font-size: 11px;
  color: #272727;
  font-weight: bold;
}

.ragsection {
  float: left;
  width: 164px;
  text-align: center;
  color: #272727;
  font-weight: bold;
}

/* Select datefield issue in Chrome */
.RadInput {
  height: 22px;
}

#RadWindowWrapper_ctl00_content_uiQAS_GrowersWindow .rwControlButtons, #RadWindowWrapper_ctl00_content_uiImageUploads .rwControlButtons, #RadWindowWrapper_ctl00_content_uiQAS_CountryOriginWindow .rwControlButtons {
  display: none;
}

.QASRadUploadContainer {
  float: left;
  padding: 0 15px 0 0;
  width: 220px;
}

/* IE6 Hack */
* html .QASRadUploadContainer {
  padding: 0 0 0 0;
  width: 200px;
}

.thick {
  width: 8px;
}

/*tabs*/
/*buttons*/
/* base-page.vb AddDisableColumn (currently UNUSED) */
.Disable {
  background-image: url(../Skins/Default/Grid/Delete.gif);
  background-repeat: no-repeat;
  height: 12px;
  width: 45px;
  background-position: center center;
  border: none;
  background-color: transparent;
  text-align: center;
}

/* base-page.vb AddArchiveColumn (currently UNUSED) */
.Archive {
  background-image: url(../Skins/Default/Grid/archive.gif);
  background-repeat: no-repeat;
  height: 12px;
  width: 50px;
  background-position: center center;
  border: none;
  background-color: transparent;
  text-align: center;
}

/* base-page.vb AddDeleteColumn (used in many aspx grids) */
.Delete {
  background-image: url(../Skins/Default/Grid/Delete.gif);
  background-repeat: no-repeat;
  height: 12px;
  width: 45px;
  background-position: center center;
  border: none;
  background-color: transparent;
  text-align: center;
}

/* base-page.vb AddRestoreColumn (used in assessment version history aspx only) */
.Restore {
  background-image: url(../Skins/Default/Grid/Restore.gif);
  background-repeat: no-repeat;
  height: 12px;
  width: 45px;
  background-position: center center;
  border: none;
  background-color: transparent;
  text-align: center;
}

/* base-page.vb AddCheckSignOffColumn (used in qas sign off aspx only) */
.Check {
  background-image: url(../Skins/Default/Grid/view.gif);
  background-repeat: no-repeat;
  height: 12px;
  width: 100px;
  background-position: center center;
  border: none;
  background-color: transparent;
  text-align: center;
}

/* base-page.vb AddFunctionColumn (used in new-stockcode-admin.aspx only) */
.Function {
  background-image: url(../Skins/Default/Grid/cog.gif);
  background-repeat: no-repeat;
  height: 15px;
  width: 60px;
  background-position: center center;
  border: none;
  background-color: transparent;
  text-align: center;
}

/* base-page.vb AddEditColumn (used in many aspx grids) */
.Edit {
  background-image: url(../Skins/Default/Grid/Edit.gif);
  background-repeat: no-repeat;
  height: 12px;
  width: 30px;
  background-position: center center;
  border: none;
  background-color: transparent;
  text-align: center;
}

/* Used directly in watchlist-administration.aspx only */
.EditLocked {
  background-image: url(../images/lock-small.png);
  background-repeat: no-repeat;
  height: 16px;
  width: 30px;
  background-position: center center;
  border: none;
  background-color: transparent;
  text-align: center;
}

/* base-page.vb AddPasswordColumn (used in user-administration.aspx only) */
.Password {
  background-image: url(../Skins/Default/Grid/password.gif);
  background-repeat: no-repeat;
  height: 12px;
  width: 60px;
  background-position: center center;
  border: none;
  background-color: transparent;
  text-align: center;
}

/* base-page.vb AddEmailColumn (used in user-administration.aspx only) */
.Email {
  background-image: url(../Skins/Default/Grid/Email.gif);
  background-repeat: no-repeat;
  height: 12px;
  width: 50px;
  background-position: center center;
  border: none;
  background-color: transparent;
  text-align: center;
}

/* base-page.vb IsUserLockedOut (used in user-administration.aspx only) */
.UnlockRequired {
  background-image: url(../images/lock-small.png);
  background-repeat: no-repeat;
  height: 16px;
  width: 60px;
  background-position: center center;
  border: none;
  background-color: transparent;
  text-align: center;
}

/* Used directly in several aspx pages */
.ItemLocked {
  background-image: url(../images/lock-small.png);
  background-repeat: no-repeat;
  height: 16px;
  width: 30px;
  background-position: center center;
  border: none;
  background-color: transparent;
  text-align: center;
}

/* Supress border on icons in a radgrid on the legacy aspx pages */
.RadGrid input[type=submit] {
  border: none;
  padding: initial;
}

/*buttons*/
/*Pop Ups*/
.UpdateProgressContent {
  z-index: 99999999;
  background-color: #fff;
  color: #fff;
  width: 200px;
  text-align: center;
  vertical-align: middle;
  position: fixed;
  bottom: 50%;
  left: 45%;
  padding: 10px;
  border: 1px dashed #C0C0C0;
  _z-index: 99999999;
  _color: #fff;
  _background-color: #fff;
  _text-align: center;
  _margin: 10px 0 10px 0;
  _padding: 10px 0 10px 0;
  _width: 100%;
  _border-color: Gray;
  _border-style: solid;
  _border-width: 1px;
}

.UpdateProgressBackground {
  z-index: 99999998;
  background-color: #383838;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
  _display: none;
}

.ProgressLoadingText {
  display: inline-block;
  margin-top: 3px;
  margin-left: 3px;
  color: #777;
  font-size: 10px;
  text-transform: uppercase;
}

/*Pop Ups*/
/* General style changes to menu */
.menusection {
  position: relative;
  overflow: hidden;
  float: left;
  width: 175px;
  margin: 0 20px 0 0;
  top: 0px;
  left: 0px;
}

.breadcrumbBar {
  background-image: url("../images/menu/menuBarGradientLightToDark.png");
  background-repeat: repeat-y;
  background-position: right;
  background-color: #65a450;
  height: 24px;
  padding-left: 8px;
  padding-right: 10px;
}

.breadcrumbBarText {
  color: #fff;
  padding-top: 5px;
  font-size: 80%;
}

.breadcrumbBarText a {
  color: #fff;
}

.breadcrumb {
  float: left;
  padding-left: 8px;
}

/* guidance control */
.guidanceSearchbox {
  width: 180px;
  /* note: must be 20 pixels less than guidanceDropdown to match sizes accurately */
}

.guidanceDropdown {
  width: 200px;
}

/* BEGIN search boxes (on usercontrols) */
.filterControlWarningText {
  color: red;
  font-style: italic;
  font-size: 90%;
}

.searchMessage {
  color: #65A450;
  font-style: italic;
  font-size: 90%;
}

span.searchMessage {
  padding-left: 10px;
}

.searchbox {
  background-image: url("../images/menu/greenSearch.gif");
  background-repeat: no-repeat;
  text-indent: 18px;
  line-height: 15px;
  /* #HACK: required for IE to use text-indent. */
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* END search boxes */
/* BEGIN textbox menu style section */
.textMenuInput {
  position: relative;
  margin-top: 2px;
  background-image: url("../images/menu/greenSearch.gif");
  background-repeat: no-repeat;
  padding-left: 18px;
  /* text-indent: 18px; */
  height: 16px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

#textMenuContent .highlight {
  background-color: #E0FFBF;
}

#textMenuContent {
  position: absolute;
  border: 1px solid #65a450;
  background-color: #fff;
  font-size: 10pt;
  z-index: 9990;
  padding: 15px;
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  display: none;
  -moz-border-radius: 20px 0px 20px 0px;
  -webkit-border-radius: 20px 0px 20px 0px;
  border-radius: 20px 0px 20px 0px;
}

.textMenuResult {
  padding-top: 5px;
}

.seperator {
  border-top: 1px solid #ccc;
  padding-top: 3px;
  margin-top: 10px;
}

.results1 a:hover {
  color: green;
}

.results2 a:link, .results2 a:visited {
  color: #888;
}

.results2 a:hover {
  color: green;
}

.results3 a:link, .results3 a:visited {
  color: #757575;
}

.results3 a:hover {
  color: green;
}

.results4 a:link, .results4 a:visited {
  color: #757575;
}

.results4 a:hover {
  color: green;
}

.results5 a:link, .results5 a:visited {
  color: #bbb;
}

.results5 a:hover {
  color: green;
}

.results6 a:link, .results6 a:visited {
  color: #ccc;
}

.results6 a:hover {
  color: green;
}

/* END textbox menu style section */
/* BEGIN wide menu style section */
.menuPointer {
  position: absolute;
  left: 471px;
  top: 64px;
  z-index: 10000;
  display: none;
}

.wide_menu_section {
  position: relative;
}

.wide_menu_section h3 {
  font-size: 1em;
  padding-bottom: 10px;
}

.wide_menu_section .menuItem {
  background-image: url("../images/menu/menuItemBorderContinue.png");
  height: 73px;
  background-position: right;
  background-repeat: no-repeat;
  float: left;
  text-align: center;
  width: 83px;
}

.wide_menu_section .menuItem.lastItem {
  background-image: url("../images/menu/menuItemBorder.png");
}

.wide_menu_section .menuItem img {
  padding-top: 5px;
  padding-right: 7px;
  padding-left: 5px;
}

.wide_menu_section .menuCaption {
  font-size: 8pt;
  padding-right: 5px;
}

.wide_menu {
  border: 1px solid #65a450;
  position: absolute;
  background-color: #fff;
  font-size: 10pt;
  top: 72px;
  z-index: 9999;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  /* Other 10px is in ".wide_menu ul" to allow for menus stacking on top of each other if space is constrained widthwise */
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  display: none;
  border-top-left-radius: 22px;
  border-bottom-right-radius: 22px;
  -moz-border-radius-topleft: 22px;
  -moz-border-radius-bottomright: 22px;
  -webkit-border-top-left-radius: 22px;
  -webkit-border-bottom-right-radius: 22px;
}

.wide_menu ul {
  list-style-type: none;
  padding-bottom: 10px;
}

.wide_menu li {
  padding-bottom: 4px;
}

.wide_menu a {
  text-decoration: none;
  padding-bottom: 2px;
}

.wide_menu a:hover {
  text-decoration: underline;
}

.wide_menu_column {
  position: relative;
  float: left;
  width: 210px;
}

.wide_menu_column_footer {
  position: relative;
  border-top: 1px solid grey;
  padding-top: 10px;
  margin-top: 10px;
}

/* END wide menu style section */
/* Tweak checkbox locations when in a title or a listbox. Must not apply to telerik controls. */
.title input[type~=checkbox] {
  margin-right: 5px;
  top: 2px;
  position: relative;
}

.stockCodeList input[type~=checkbox] {
  margin-right: 5px;
  top: 2px;
  position: relative;
}

/* Password strength indicator */
.password_strength_panel {
  display: inline-block;
  position: relative;
}

.password_strength_image {
  position: absolute;
  /* Take it out of the flow. */
  top: -16px;
  width: 28px;
  height: 22px;
  left: 15px;
}

.level-0 {
  background-image: url(../images/level-0.png);
}

.level-1 {
  background-image: url(../images/level-1.png);
}

.level-2 {
  background-image: url(../images/level-2.png);
}

.level-3 {
  background-image: url(../images/level-3.png);
}

.level-4 {
  background-image: url(../images/level-4.png);
}

/* Radwindow padding in new-stockcode-admin.aspx */
.windowPadding {
  padding: 10px;
}

.windowPadding p {
  padding-bottom: 30px;
}

/* user profile page */
.panelRecoveryMode {
  border: 3px solid red;
  padding: 10px;
  padding-bottom: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.panelRecoveryModeInner {
  margin: auto;
  width: 731px;
}

/* This is used primarily in the legacy .aspx pages to align the save/update/cancel buttons */
.btn-layout {
  display: flex;
  justify-content: center;
  padding: 20px 0px 10px 0px;
  column-gap: 20px;
}
