@charset "UTF-8";
/* DO NOT EDIT PART OF STANDARD LOOK AND FEEL */
html,body {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

input,textarea,keygen,select,button,isindex {
  font-family: inherit;
  font-size: inherit;
}

.pageWrapper { /* you can scale everything in pageWrapper with this one value */
  /* note - this does not apply elements outside pageWrapper such as jQuery elements added dynamically */
  font-size: 1.151em;
  min-height: 96%;
  margin: 0 auto;
  width: 965px;
  background-color: #FFFFFF;
  position: relative;
  border: 0.072em solid #EEEEEE;
  -webkit-border-radius: 0 0 1.429em 1.429em;
  -moz-border-radius: 0 0 1.429em 1.429em;
  border-radius: 0 0 1.429em 1.429em;
  -webkit-box-shadow: #666 0 0 0.715em;
  -moz-box-shadow: #666 0 0 0.715em;
  box-shadow: #666 0 0 0.715em;
  text-align: left;
  box-sizing: border-box;
}

.pageContent {
  padding: 0.357em 0.357em 2.5em;
}

.pageHeader {
  display: block;
  height: 140px;
  position: relative;
}

.hselogo {
  background-size: contain;
  background-image: url("/druglist/framework/images/hse-logo-green-dcedbf8e6174cd9c2958132b49ef6ce4.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0.357em;
  margin: 0.357em;
  padding: 0.357em;
  height: 4.287em;
  width: 6em;
}

.familylogo {
  position: absolute;
  left: 100%;
  text-align: left;
  height: 88px;
  width: 127px;
  background-image: url("/druglist/framework/images/people_fgpc-433414557c583afb8c894298811419f8.png");
  background-repeat: no-repeat;
  background-color: white;

}

.footer {
  border-top: 0.072em solid #70a0fd;
  width: 100%;
  margin: auto;
  padding-top: 0.214em;
}

.pageFooter {
  width: 100%;
  bottom: 0;
  clear: both;
  padding-bottom: 0.715em;
  position: absolute;
  padding-top: 0.214em;
  text-align: center;
}

.headerText {
  left: 110px;
  position: absolute;
  top: 0.715em;
  color: #1C3764;
}

.appName {
  font-size: 2.144em;
  width: 710px;
}

.userId {
  display: block;
  font-size: 0.9em;
}

.headerAlert {
  display: block;
}

.headerError {
  display: block;
  color: #EE2C2C;
}

.pageHeading {
  font-size: 1.5em;
  border-bottom: 0.048em solid #70a0fd;
  margin-bottom: 0.476em;
  color: #1C3764;
}

.mainBox {
  box-sizing: border-box;
  border: 0.143em solid #EEEEEE;
  margin: auto;
  padding: 0.715em;
  width: 95%;
  position: relative;
  -webkit-border-radius: 0.7em 0.7em 0.7em 0.7em;
  -moz-border-radius: 0.7em 0.7em 0.7em 0.7em;
  border-radius: 0.7em 0.7em 0.7em 0.7em;
}

.browserNotSupported {
  bottom: 1.875em;
  color: #EE2C2C;
  padding-left: 0.5em;
  position: absolute;
  display: none;
}

.errors {
  display: block;
  color: #EE2C2C;
  font-weight: normal;
}

.ui-tooltip {
  color: #fff;
  width: 25em;
  background: none;
  background-color: #000;
}

.rounded {
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;

}

.deleteIcon {
  background-image: url("/druglist/framework/images/trash-fe6cd141f6b81b33795081e978ed1d50.png");
  background-repeat: no-repeat;
  height: 19px;
  width: 19px;
  text-indent: -9999px;
  display: block;
}

.editIcon {
  background-image: url("/druglist/framework/images/edit-8fb90f985fe06fb2355e57a55239bd3a.png");
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  text-indent: -9999px;
  display: block;
}

/* Pnotify Styles */
.ui-pnotify.eucookie {
  background-color: #404040;
  background-image: none;
  border: none;
  font-weight: 700;
  text-align: center;
  width: 100%;
  z-index: 100;
  top: auto;
  bottom: 0;
  right: 0;
}

.ui-pnotify.eucookie .ui-pnotify-container {
  background-color: #404040;
  background-image: none;
  border: none;
  font-weight: 700;
  text-align: center;
  width: 100%;
  z-index: 100;
  top: auto;
  bottom: 0;
  right: 0;
}

.ui-pnotify.eucookie .ui-pnotify-title,.ui-pnotify.eucookie .ui-pnotify-text {
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: 2px 2px 3px black;
  font-size: 10pt;
  color: #FFF;
  padding-left: 50px;
  padding-right: 50px;
  line-height: 1;
  text-rendering: geometricPrecision;
}

.ui-pnotify-text a.link {
  color: #FFFFFF;
}
/* -- Notice */
.ui-pnotify {
  top: 25px;
  right: 25px;
  position: absolute;
  height: auto;
  /* Ensures notices are above everything */
  z-index: 9999;
}
/* Hides position: fixed from IE6 */
html>body .ui-pnotify {
  position: fixed;
}

.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0 2px 10px rgba(50, 50, 50, 0.5);
}

.ui-pnotify-container {
  background-position: 0 0;
  padding: .8em;
  height: 100%;
  margin: 0;
}

.ui-pnotify-sharp {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.ui-pnotify-closer,.ui-pnotify-sticker {
  float: right;
  margin-left: .2em;
}

.ui-pnotify-title {
  display: block;
  margin-bottom: .4em;
}

.ui-pnotify-text {
  display: block;
}

.ui-pnotify-icon,.ui-pnotify-icon span {
  display: block;
  float: left;
  margin-right: .2em;
}
/* -- History Pulldown */
.ui-pnotify-history-container {
  position: absolute;
  top: 0;
  right: 18px;
  width: 70px;
  border-top: none;
  padding: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  /* Ensures history container is above notices. */
  z-index: 10000;
}

.ui-pnotify-history-container .ui-pnotify-history-header {
  padding: 2px;
}

.ui-pnotify-history-container button {
  cursor: pointer;
  display: block;
  width: 100%;
}

.ui-pnotify-history-container .ui-pnotify-history-pulldown {
  display: block;
  margin: 0 auto;
}

.ui-pnotify .picon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  width: 17px;
  height: 17px;
}

.ui-pnotify-title {
  line-height: 17px;
  min-height: 17px;
}

.hidden {
  display: none;
}


.mainBox a.delay.loading{
  background:url('/druglist/framework/images/indicator-03ce3dcc84af110e9da8699a841e5200.gif') no-repeat right center;
}

a.delay {
  padding-right: 20px;
}

.actingFor{
  border-bottom: 3px solid red;
  border-top: 3px solid red;
}

.ui-tooltip {
  box-shadow: none;
  padding: 3px;
}

.bg-warning {
  background-color: #fcf8e3;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

.unsupported-browser-text {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.151em;
}

.dev-environment {
  background: #ffa0a0;
  font-size: 1.151em;
}

.uat-environment {
  background: #d3aaff;
  font-size: 1.151em;
}

.qa-environment {
  background: #fde37b;
  font-size: 1.151em;
}

/*Remove this when moved to Bootstrap */
.pcrs-inline-list {
  padding-left: 0;
  list-style: none;
}

/*Remove this when moved to Bootstrap */
.pcrs-list-inline-item {
  display: inline-block;
}