.sdd-help-tab-margin {
  margin: 40px 40px 0 40px;
}

.sdd-help-ul-num li {
  list-style-type: decimal;
  margin: 5px 0 0 40px;
}

.sdd-help-img-margin {
  margin: 10px 0 10px 22px;
}

.sdd-help-inner-ul-disc li {
  list-style-type: disc;
  margin: 5px 0 0 60px;
}

.sdd-help-tab-margin {
  margin: 40px 40px 0 40px;
}

.sdd-help-ul-num li {
  list-style-type: decimal;
  margin: 5px 0 0 40px;
}

.sdd-help-img-margin {
  margin: 10px 0 10px 22px;
}

.sdd-help-inner-ul-disc li {
  list-style-type: disc;
  margin: 5px 0 0 60px;
}

.linkStyle {
  font-family: Arial;
  font-size: 10px;
  font-weight: normal;
  color: #555;
  text-decoration: none;
}

.no-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.bold {
  font-weight: bold;
}

#name {
  font-weight: bold;
}

.rectangleSuccess {
  display: inline-block;
  height: 25px;
  border-style: solid;
  border-color: #black;
}

body {
  background: #fff;
  font-size: 14px;
  margin: 0;
}

.ref-app__header {
  background-color: #b42025;
  height: 48px;
}

.ref-app__headerLink {
  font-size: 12px;
  display: inline-block;
  font-weight: bold;
  color: #fc0;
  text-align: left;
}

.ref-app__title {
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
}

.ref-app-nav {
  background: #e6e6e6;
  position: fixed;
  width: 250px;
  height: 100%;
}

.ref-app-nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.ref-app-nav__link {
  text-decoration: none;
  color: #353535;
  padding: 14px 16px;
  display: block;
}

.ref-app-nav__link:hover {
  background: #fff;
  cursor: pointer;
}

.ref-app-nav__link--selected {
  color: #000;
  background: #fff;
  font-weight: bold;
}

.ref-app__body {
  height: 100%;
  display: inline-block;
}

.ref-app__footer {
  text-align: center;
  width: 100%;
  padding: 10px 0;
}

.ref-app__footerLink {
  color: #555;
  font-size: 78.5%;
  line-height: 1.25em;
  margin: 0 10px;
}

.ref-app__logoutForm {
  float: right;
  margin: 0.75rem 0 0.75rem 1.25rem;
}

.isDisabled {
	color: #00008B;
	font-weight: 700; 
	opacity: 0.75;
	text-decoration: none;
	pointer-events: none;
	cursor: not-allowed;
}

.ref-app__box {
  margin: 2em 0;
  border: 1px solid #cfcfcf;
  padding: 1em 0 1em 0;
  align-item: center;
}

.ref-app__center {
  align-item: center;
}

.ref-app__font10px {
  font-size: 10px;
}

.ref-app__font20px {
  font-size: 20px;
}

/*
 * Home.css
 */
.ref-app__right {
  float: right;
}

.ref-app__center {
  float: center;
}

.ref-app__color {
  float: center;
}

.font-color {
  color: #00558e;
  font-weight: bold;
  font-size: 16px;
}

.btn-huge {
  font-size: 16px;
  font-weight: bold;
  width: 250px;
  height: 50px;
}

.skin-css-delete-me {
  background-color: #001;
}

.sddHomeTiles .atile a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  background-color: #f7f6f5;
  padding: 5%;
  margin: 5px;
  box-shadow: inset 0 0 0 2px #fff, 0 2px 3px 0 rgba(128, 125, 125, 0.4);
}

.sddHomeTiles .atile a:visited {
  color: #00558e;
}

.sddHomeTiles .atile a:hover,
.sddHomeTiles .atile a:focus {
  color: #00558e;
  box-shadow:
    inset 0 0 0 2px #00558e,
    0 2px 3px 0
    rgba(128, 125, 125, 0.4);
  text-decoration: none;
}

.sdd-useful-links {
  margin-top: 30px;
}

.sdd-usefullink-item {
  text-decoration: none;
  color: #00558e;
  font-weight: 800;
  font-size: 12px;
}

.sdd-total-container {
  position: relative;
  top: 10px;
}

.sdd-total-packages,
.sdd-total-packages:hover,
.sdd-usefullink-item:hover {
  text-decoration: none;
}

.sdd-accounting-unit {
  margin-left: 12px;
  float: left;
}

.clearBtn {
  margin-left: 10px;
  float: left;
  line-height: 2.5;
}

