﻿/* Master styles */

html {
  overflow: auto;
}

h1, h2, h3, h4, h5, h6 {
  text-shadow: none;
}

a {
  color: #2968b3;
  text-decoration: underline;
  cursor: pointer;
}

#FnlSubSiteSideBar {
  overflow: visible;
}

.PageContainer,
#FnlSubSiteMain {
  margin: 0;
  padding: 0;
}

/*** BANNER STYLES ***/

h2#SiteTextSubTitle a span.TitleSeparartor {
  color: #dfdfdf;
}

  h2#SiteTextSubTitle a span.TitleSeparartor:hover {
    text-decoration: none;
  }


/*** INDEX PAGE SITE SELECTOR ***/
.IntroQuestion {
  color: #009999;
  font-size: 22px;
  line-height: 22px;
  padding: 5px 0 0 18px;
  margin: 25px 0 30px 0;
  text-align: center;
}

  .IntroQuestion span {
    width: 28px;
    height: 23px;
    display: inline-block;
    background: transparent url('../Media/Images/IntroQuestion.png') no-repeat left top;
  }

.IndexSelector {
  overflow: hidden;
  margin: 0 0 0 134px;
}

  .IndexSelector a {
    display: inline-block;
    height: 85px;
    width: 155px;
    padding: 50px 60px 0 111px;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #009999;
    background: transparent url('../Media/Images/IndexSelectorButton.png') no-repeat;
    float: left;
    text-align: left;
    text-decoration: none;
    -webkit-transition: color 0 ease 0;
    -moz-transition: color 0 ease 0;
    -o-transition: color 0 ease 0;
    transition: color 0 ease 0;
  }

    .IndexSelector a.ResearcherButton {
      margin: 0;
      width: 155px;
      padding-right: 60px;
      background-position: right top;
    }

      .IndexSelector a.ResearcherButton:hover {
        background-position: right -200px;
      }

      .IndexSelector a.ResearcherButton:active {
        background-position: right -400px;
        color: #ffffff;
      }

    .IndexSelector a.DonorButton {
      margin: 0 34px 0 0;
      background-position: left top;
    }

      .IndexSelector a.DonorButton:hover {
        background-position: left -200px;
      }

      .IndexSelector a.DonorButton:active {
        background-position: left -400px;
        color: #ffffff;
      }

#RememberRoleCheckbox {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

  #RememberRoleCheckbox > input {
    vertical-align: middle;
  }

  #RememberRoleCheckbox > label {
    text-transform: uppercase;
    color: #5D5F6F;
    font-size: 11px;
    margin: 0 0 0 3px;
    letter-spacing: 0.05em;
  }

    #RememberRoleCheckbox > label:hover {
      cursor: pointer;
    }

p.IndexExplanationText {
  margin-top: 24px;
  color: #8c8c8c;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

/* Approval Request Styles */
.ApprovalRequest fieldset.FnlFieldSet ol.InputFields > li > label:first-child,
.ApprovalRequest fieldset.FnlFieldSet ol.InputFields > li > span.Required:first-child + label,
.ApprovalRequest fieldset.FnlFieldSet ol.InputFields > li > span.Label:first-child,
.ApprovalRequest fieldset.FnlFieldSet ol.InputFields > li > span.Required:first-child + span.Label {
  width: 90px;
}

.ApprovalRequest fieldset.FnlFieldSet ol.InputFields li > textarea.ApprovalRequestMessage {
  width: 625px;
  height: 300px;
}

.InputNote {
  font-size: .9em;
}

.ApprovalRequest fieldset.FnlFieldSet ol.InputFields .InputNote {
  margin-left: 90px;
}

fieldset.FnlFieldSet ol.InputFields.LabelIndent110 > li > label:first-child,
fieldset.FnlFieldSet ol.InputFields.LabelIndent110 > li > span.Required:first-child + label,
fieldset.FnlFieldSet ol.InputFields.LabelIndent110 > li > span.Label:first-child,
fieldset.FnlFieldSet ol.InputFields.LabelIndent110 > li > span.Required:first-child + span.Label {
  width: 110px;
}

fieldset.FnlFieldSet ol.InputFields.LabelIndent110 .InputNote,
.Indent110 {
  margin-left: 110px;
  display: block;
}

.FieldModifier {
  line-height: 22px;
  display: inline-block;
  margin: 0 5px;
}

/* Tim's crazy style because he was tired of looking at the label so tightly packed into its own corner */
fieldset.FnlFieldSet ol.InputFields > li > label:first-child {
  width: 300px;
}

/* Tim's crazy style for having an ASP.NET text box that is hidden (NOT invisible) so that I can apply a custom validator to it. */
.HiddenTextBox {
  display: none;
}

/* SIDEBAR BUTTONS */

#ViewContentNav {
  margin: 0;
  padding: 0;
}

  #ViewContentNav > a {
    display: block;
    margin-bottom: 10px;
    padding: 7px 10px;
    border: 1px solid #d0d6d7;
    border-radius: 5px;
    color: #009999;
    text-decoration: none;
    height: 70px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    box-sizing: border-box;
    background: url(../Media/Images/ViewContentNav.svg) no-repeat #f7f7f7;
    background-size: 344px 140px;
    background-position: 0px -70px;
  }

    #ViewContentNav > a:hover {
      text-decoration: underline;
    }

    #ViewContentNav > a.Active {
      border: 1px solid #009999;
      color: #ffffff;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      background: url(../Media/Images/ViewContentNav.svg) no-repeat #009999;
      background-size: 344px 140px;
    }

      #ViewContentNav > a.Active:after {
        content: "";
        position: absolute;
        top: -1px;
        right: -21px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 35px 0 35px 20px;
        border-color: transparent transparent transparent #009999;
        line-height: 0px;
        _border-color: #000000 #000000 #000000 #009999;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
      }

    #ViewContentNav > a[id$="hypAdministration"] {
      display: block;
      margin-bottom: 10px;
      padding: 7px 10px;
      border: 1px solid #d0d6d7;
      border-radius: 5px;
      color: #009999;
      text-decoration: none;
      height: 32px;
      cursor: pointer;
      position: relative;
      font-size: 13px;
      box-sizing: border-box;
      background-image: none;
      text-align: center;
      font-weight: bold;
    }

      #ViewContentNav > a[id$="hypAdministration"]:hover {
        background-color: #009999;
        color: #ffffff;
      }

      #ViewContentNav > a[id$="hypAdministration"].Active {
        color: #ffffff;
      }

        #ViewContentNav > a[id$="hypAdministration"].Active:after {
          content: "";
          position: absolute;
          top: 0;
          right: -18px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 15px 0 15px 20px;
          border-color: transparent transparent transparent #009999;
          line-height: 0px;
          _border-color: #000000 #000000 #000000 #009999;
          _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
        }

    #ViewContentNav > a[id$="SideBar_lbResearchers"] {
      background-position: 0px -70px;
    }

      #ViewContentNav > a[id$="SideBar_lbResearchers"].Active {
        background-position: 0px 0px;
      }

    #ViewContentNav > a[id$="SideBar_lbDonors"] {
      background-position: -172px -70px;
    }

      #ViewContentNav > a[id$="SideBar_lbDonors"].Active {
        background-position: -172px 0px;
      }

/* Requester for Donor Specimens */

/* Principal Investigator */

.GrayContainer {
  border: 1px solid #dedede;
  background: #eff6fb;
  margin: 15px 0;
  padding: 10px 15px;
}

  .GrayContainer.NoPadding {
    padding: 0px
  }

    .GrayContainer.NoPadding > .PanelHeader, .GrayContainer > .PanelHeader {
      border-bottom: 1px solid #dedede;
      padding: 10px;
    }

  .GrayContainer > .PanelBody {
    padding: 10px;
  }

  .GrayContainer.Inline {
    display: inline-block;
    margin-top: 0;
  }

div[id$="pnlPiInformation"].GrayContainer > div.InputSet.LargeInput {
  margin-left: 15px
}

input, select, textarea {
  border: 1px solid #d1d1d1 !important;
  border-radius: 2px;
}

  input[type=submit]:focus {
    outline: none;
  }

textarea {
  width: 100% !important;
  resize: vertical;
  box-sizing: border-box;
  min-height: 125px;
}

.Label {
  color: #3b3c45 !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  letter-spacing: 1px !important;
  width: 100% !important;
}

Label.PositionBottom {
  line-height: 12px;
  margin: 5px 0 15px 0 !important;
  display: block !important;
}

hr {
  margin: 25px 0;
  color: #f1f1f1;
  border: 1px solid #f1f1f1;
}

/* SELECT CONTACT MODAL */

.ui-dialog-titlebar {
  border: none !important;
  background: #ffffff !important;
  border-radius: 0;
  color: #555555;
  padding: 15px 15px 10px 10px !important;
  font-size: 14px;
}

.ui-dialog {
  left: 50% !important;
  transform: translateX(-50%);
  position: absolute;
  padding: 0;
}

.ui-widget-content {
  border-top: 1px solid #c0c0c0 !important;
}

.ui-dialog h3 {
  margin: 0 0 15px 0;
}

.ui-dialog .InputName {
  width: 225px;
  display: inline-block;
  margin: 15px 0;
}

  .ui-dialog .InputName > input {
    width: 95%;
    margin: 0 0 5px 0;
    box-sizing: border-box;
  }

.ui-dialog .FilterWrap > input[type="submit"] {
  vertical-align: top;
  margin: 10px 0;
}

.ui-dialog table .FnlGridViewHeader > th, .ui-dialog table .FnlGridViewRow td, .ui-dialog table .FnlGridViewAlternatingRow td {
  border: none;
}

.ui-dialog .ui-dialog-titlebar-close {
  margin-right: 5px;
}

.ui-dialog-titlebar > a > .ui-icon-closethick {
  background: url(../Media/Images/CloseModalIcon.png) 0 0 no-repeat;
}

.ui-dialog-titlebar > a.ui-state-hover {
  border-color: #ffffff;
  background: none;
}

.ui-dialog .FnlGridViewHeader th:first-child, .ui-dialog .FnlGridViewHeader th:nth-child(2) {
  width: 125px;
}

.ui-dialog .FnlGridViewHeader th:nth-last-child(3), .ui-dialog .FnlGridViewHeader th:nth-last-child(2) {
  width: 100px;
}

.ui-dialog .FnlGridViewHeader th:last-child {
  width: 55px;
}

/* DOTTED TABLE STYLES */
table.DottedTable {
  border: 0;
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 12px 0;
}

  table.DottedTable tr {
    background-color: transparent;
    border: 0;
  }

    table.DottedTable tr th,
    table.DottedTable tr td {
      padding: 8px 6px 6px 6px;
      border-width: 0 0 1px 0;
      border-color: #dedede;
      border-style: dotted;
      vertical-align: middle;
      background-color: transparent;
    }

  table.DottedTable th,
  .InputSet.Horizontal.AlignRight span:first-child,
  .GrayContainer > .PanelBody > table th {
    padding: 6px;
    font-size: 11px;
    color: #3b3c45;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
  }

  table.DottedTable tr.FnlGridViewPager td {
    border: 0;
  }

  table.DottedTable .FnlGridViewFooter > td {
    border: none;
  }

  table.DottedTable tr th a {
    color: #858585;
  }

    table.DottedTable tr th a:hover {
      text-decoration: underline;
      color: #858585;
    }

/* FnlTable Styles */

table.FnlTable {
  width: 100%;
  margin: 25px 0;
}

.GrayContainer > .PanelBody > table th {
  padding: 0 6px 10px 6px;
}

.GrayContainer > .PanelBody > table tr.CollectionRow {
  border-top: 1px dashed #dedede;
}

.GrayContainer > .PanelBody > table td {
  padding: 6px;
  vertical-align: top;
  line-height: 24px;
}

.GrayContainer > .PanelBody > table tr.CollectionDonorsId > td {
  padding: 0;
  vertical-align: middle;
}

.GrayContainer > .PanelBody > table td > input {
  height: 25px;
}

.GrayContainer > .PanelBody > table td > input, .GrayContainer > .PanelBody > table td > select {
  width: 100% !important;
  box-sizing: border-box;
}

  .GrayContainer > .PanelBody > table td > input.OtherInput {
    width: 100%;
    margin-top: 5px;
  }

.GrayContainer > .PanelBody > table th:not(.ColumnLarge) {
  width: 55px;
}

.GrayContainer > .PanelBody > table th.ColumnLarge {
  min-width: 148px !important;
}

.GrayContainer > .PanelBody > table td.ColumnActions, table th.ColumnActions {
  width: 45px !important;
  padding: 6px 0px;
}

  .GrayContainer > .PanelBody > table td.ColumnActions > div {
    vertical-align: middle;
  }

.GrayContainer > .PanelBody > table td > input[type="submit"] {
  width: 25px !important;
  height: 25px;
  padding: 0;
  background-repeat: no-repeat;
  background-size: 20px 48px;
  background-position: center 0;
}

  .GrayContainer > .PanelBody > table td > input[type="submit"]:first-child {
    margin-right: 1px;
  }

.GrayContainer > .PanelBody > table td > input.CollectionAdd {
  background-image: url(../Media/Images/IconSave.svg);
}

  .GrayContainer > .PanelBody > table td > input.CollectionAdd:hover {
    background-position: center -24px;
    background-color: #ffffff;
  }

.GrayContainer > .PanelBody > table td > input.CollectionCancel {
  background-image: url(../Media/Images/IconCancel.svg);
}

  .GrayContainer > .PanelBody > table td > input.CollectionCancel:hover {
    background-position: center -24px;
    background-color: #ffffff;
  }

.TextRight {
  text-align: right !important;
}

.TextLeft {
  text-align: left !important;
}

.TextCenter {
  text-align: center !important;
}

  .TextCenter.Pickup {
    background: #ffffab;
  }

/* BLOOD COLLECTION */

.OtherInput {
  margin-top: 5px;
}

.Label.FullWidth {
  margin: 15px 0;
  display: block;
}

.Label.FullWidthMarginBottom {
  margin-bottom: 15px;
  display: block;
}

.MarginBottom {
  margin-bottom: 10px;
  display: inline-block;
}

.CollapsibleInput {
  margin: 5px 5px 0 25px;
}

  .CollapsibleInput > label {
    line-height: 24px;
  }

    .CollapsibleInput > label:after {
      content: ':';
    }

  .CollapsibleInput > .TimeSensitive {
    width: 30px;
  }

.SpecimenCollectionDelete {
  float: right;
  border: none !important;
  margin-right: 5px;
}

.SpecialRequirements > div {
  margin: 8px 5px;
  padding-left: 18px;
  background: url("../Media/Images/CheckMark.svg") 0 2px transparent no-repeat;
  background-size: 12px;
}

  .SpecialRequirements > div > div {
    margin: 5px 0;
  }



/* INPUT SETS */

div.InputSet {
  display: inline-block;
  margin-right: 35px;
  vertical-align: top;
}

  div.InputSet > .InputSet {
    margin-right: 0;
  }

  div.InputSet > span {
    display: block;
    margin-top: 8px;
  }

  div.InputSet span.Note {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }

  div.InputSet > label:first-of-type, div.InputSet > span:first-of-type {
    display: block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #858585;
    font-size: 11px;
    margin: 0;
    letter-spacing: 0.05em;
  }

  div.InputSet.RightBorder {
    border-right: 1px solid #dedede;
    margin-right: 17px;
    padding: 0 17px 7px 0;
  }

ClearDiv {
  clear: both;
}

/*Short Label to display conditional input in same line*/

div.InputSet label.ShortLabel {
  max-width: 400px;
}

div.InputSet select, div.InputSet input[type="text"], div.InputSet textarea, .dateToggleButtons > input {
  height: 28px;
  display: block;
  border-radius: 3px;
  padding: 0 4px;
  line-height: 20px;
  margin-top: 8px;
  color: #525252;
  border-right: 1px solid #bdc5d2;
  border-bottom: 1px solid #c3cfdd;
  border-left: 1px solid #c4c7d4;
  border-top: 1px solid #b7b9c2;
  box-sizing: border-box;
}

  div.InputSet select:focus, div.InputSet input[type="text"]:focus, div.InputSet textarea:focus {
    border: 1px solid #6599e2;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    outline: 0;
  }

div.InputSet table {
  margin-top: 8px;
}

  div.InputSet table tr td:not(:first-child) {
    padding-left: 15px;
  }

  div.InputSet table tr td label {
    margin: 0;
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
    font-size: 1em;
    letter-spacing: initial;
    color: #000;
    padding-left: 2px;
  }

    div.InputSet table tr td label:hover {
      cursor: pointer;
    }

div.InputSet select:hover {
  cursor: pointer;
}

div.InputSet select option {
  cursor: pointer;
}

/*Recurrence Stuff*/

.RecurrenceEnds, .RecurrenceWeek, div.InputSet.FullWidth.StandingOrder {
  margin: 8px 0 18px 0;
}

  .RecurrenceEnds span:first-of-type {
    margin: 0 5px 0 0;
  }

  .RecurrenceEnds span:last-of-type, .RecurrenceWeek span {
    margin: 0 0 0 5px;
  }

div.InputSet.Horizontal .RecurrenceEnds input[type="text"]:nth-of-type(2) {
  max-width: 50px;
  width: 100%;
}

div.InputSet.Horizontal .RecurrenceEnds input[type="radio"]:not(:first-child) {
  margin-left: 20px;
}

div.InputSet.Horizontal .RecurrenceWeek input[type="checkbox"] {
  margin: 0 0 0 15px;
}

.InputSet input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 0 0;
}

.RecurrenceRecords .FnlGridView {
  width: auto;
}
/* 100% Wide tables */
.MainContent table.FullWidth, .GrayContainer > .PanelBody > table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
}

.GrayContainer > .PanelBody > table {
  margin-bottom: 0;
}

.GrayContainer > .PanelBody .CollectionTemperature {
  line-height: 15px;
  margin-left: 5px;
}

/*Full width input sets - will not wrap with other input sets*/

div.InputSet.FullWidth {
  width: 100%;
  margin-bottom: 5px;
  display: block;
}

  div.InputSet.FullWidth.SpecialInstructions textarea {
    height: 40px;
  }

/*Double Input Sets - input sets that correlate to another input field*/

div.InputSet.DoubleSet {
  margin-right: 15px;
}

/*Small Input - smaller input field widths for values with less info*/

div.InputSet.SmallInput input[type="text"], .dateToggleButtons > input {
  max-width: 100px;
  width: 100%;
}

/*Extra Small Input*/

div.InputSet.XtraSmallInput input[type="text"] {
  max-width: 50px;
  width: 100%;
}

/*Large Input - larger input field widths for values with more info*/

div.InputSet.LargeInput input[type="text"], div.InputSet.LargeInput {
  width: auto;
  min-width: 300px;
}

div.InputSet textarea {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  max-width: 500px;
}

/*Extra Large Input - EXTRA larger input field widths for values with more info*/

div.InputSet.XtraLargeInput input[type="text"] {
  min-width: 500px;
}

/*Radio Buttons and Checkboxes*/

div.InputSet > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

  div.InputSet > ul > li {
    display: inline-block;
    margin-right: 20px;
  }

    div.InputSet > ul > li > label {
      vertical-align: middle;
    }

      div.InputSet > ul > li > label:hover {
        cursor: pointer;
      }

div.InputSet input[type="radio"], div.InputSet input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 0 0;
}

  div.InputSet input[type="radio"]:hover, div.InputSet input[type="checkbox"]:hover, div.InputSet input[type="radio"] + label:hover, div.InputSet input[type="checkbox"] + label:hover {
    cursor: pointer;
  }

/*Hover style for the checkbox labels*/

label[for="FnlSubSitePageContent_SiteContent_chkAgreement"]:hover {
  cursor: pointer;
}


/*Input Set styles for when you want to horizontally align the label/input*/

div.InputSet.Horizontal input[type="text"], div.InputSet.Horizontal span, div.InputSet.Horizontal select, .GrayContainer div.InputSet select, .GrayContainer div.InputSet input[type="text"]{
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-top: 0;
}

.GrayContainer .InputSet span {
  line-height: 30px;
  margin: 0 0 0 10px;
}

/*Date Field Input*/
.dateField {
  margin-bottom: 15px;
}

  .dateField div.InputSet input[type="text"] {
    display: inline-block;
    margin: 0;
  }

  .dateField span.LabelTo {
    margin: 0 5px;
    padding: 0;
    display: inline-block;
  }

.Horizontal {
  margin-bottom: 0;
  display: inline-block;
}

.dateField .InputSet.Horizontal > label, .dateField .InputSet.Horizontal > span:first-of-type {
  display: block;
}

/*Disabled Input Styles*/

.InputSet.Horizontal select.aspNetDisabled, .InputSet.Horizontal input[type="text"].aspNetDisabled {
  color: #afafaf;
}

  .InputSet.Horizontal select.aspNetDisabled:hover, .InputSet.Horizontal input[type="text"].aspNetDisabled:hover {
    cursor: default;
  }

/* PILLS */

table tr.CollectionDonorsId td > span:not(.Pill) {
  vertical-align: top;
  display: inline-block;
  margin-top: 7px;
}

.PillsPanel {
  margin-bottom: 15px;
}

.AddPill {
  margin-bottom: 15px;
}

  .AddPill > input[type="submit"] {
    margin: 10px 0 0 5px !important;
  }

  .AddPill > input {
    display: inline-block !important;
  }

  .AddPill p {
    margin: 0;
  }

ul[id*=Donors], ul.Pills {
  padding: 0;
  list-style: none;
}

.Pill, div.PillTable > table tr > td {
  margin: 5px;
  padding: 0 15px;
  border-radius: 15px;
  border: 1px solid #d1d1d1;
  background-color: #eff5f6;
  text-transform: uppercase;
  display: inline-block;
  font-size: 11px;
  height: 28px;
}

  .Pill.Excluded {
    background-color: #faefef;
  }

  .Pill > span {
    line-height: 28px;
    float: left;
  }

  .Pill > .Delete {
    display: inline-block;
    width: 25px;
    height: 28px;
    background: url(../Media/Images/IconDelete.svg) right top no-repeat;
    background-size: 20px 48px;
    background-position: 7px 2px;
    border-left: 1px solid #d1d1d1;
    margin-left: 10px;
  }

    .Pill > .Delete:hover {
      background-position: 7px -22px;
    }

.PanelBody .Pill {
  text-transform: uppercase;
  display: inline-block;
  font-size: 11px;
  height: 28px;
  border: none;
  background-color: #f8fbfd;
}

  .PanelBody .Pill > .Delete {
    display: inline-block;
    background: url(../Media/Images/IconRemoveTag.svg) no-repeat;
    background-size: 20px 48px;
    background-position: 0 1px;
    border-left: none;
    margin-left: 5px;
    width: 15px;
  }

    .PanelBody .Pill > .Delete:hover {
      background-position: 0px -23px;
    }

.TwoColumns {
  display: inline-block;
  width: 45%;
  vertical-align: top;
}

  .TwoColumns.FirstColumn {
    margin-right: 20px;
  }
/* Pills in table format */
span .IncludeNote {
  display: block;
  margin: 10px 0 5px 0;
}

div.PillTable {
  margin-bottom: 20px;
}

  div.PillTable > table tr {
    display: inline-block;
  }

    div.PillTable > table tr > td > input {
      float: right;
      margin: 7px 0 0 6px;
    }

    div.PillTable > table tr > td > label {
      line-height: 32px;
      font-size: 12px;
    }

/* SPECIMEN TYPE */

.SpecimenType > .Label {
  display: block;
  margin: 5px 0 15px 0;
}

.SpecimenType > select {
  margin-right: 10px;
}

/* CONFIRMATION PAGE */

.CheckMark {
  background: url("../Media/Images/CheckMark.svg") 0 0 no-repeat transparent;
  width: 18px;
  height: 18px;
  position: relative;
  top: 2px;
  margin-right: 7px;
  display: inline-block;
}

.RequestId {
  font-size: 14px;
  margin: 15px 0;
  display: block;
}

/* ICON BUTTONS */

.AddButton {
  border: none !important;
  color: #4d7ebf;
  text-decoration: underline;
  background: url(../Media/Images/IconAdd.svg) 0 0 no-repeat transparent !important;
  background-size: 20px 48px !important;
  padding-left: 22px !important;
  height: 24px;
  line-height: 24px;
  display: inline-block;
}

  .AddButton:hover {
    background: url(../Media/Images/IconAdd.svg) 0 -24px no-repeat transparent !important;
    background-size: 20px 48px !important;
  }

input[id$="btnCancel"] {
  border: none !important;
  background: transparent;
  color: #4d7ebf;
  text-decoration: underline;
  background: url(../Media/Images/IconDelete.svg) right top no-repeat;
  background-size: 20px 48px;
  background-position: 0 0;
  padding-left: 22px;
  float: right;
  margin: 0;
  text-decoration: none;
}

  input[id$="btnCancel"]:hover {
    background: url(../Media/Images/IconDelete.svg) no-repeat;
    background-size: 20px 48px;
    background-position: 0 -24px;
    text-decoration: underline;
  }

input[id$="btnMyself"], input[id$="btnPi"], input[id$="btnSelect"] {
  background: url(../Media/Images/IconCheck.svg) 0 0 no-repeat #f1f1f1 !important;
  background-size: 20px 48px !important;
  padding-left: 22px;
  text-align: left;
}

input[id$="btnSelect"] {
  width: 80px;
}

  input[id*="btn"].Selected, input[id$="btnMyself"]:hover, input[id$="btnPi"]:hover, input[id$="btnSelect"]:hover, input[id$="btnSelect"][value="Selected"] {
    background: url(../Media/Images/IconCheck.svg) 0 -24px no-repeat #e0e0e0 !important;
    background-size: 20px 48px !important;
    border-color: #bbbbbb !important;
  }

input[type="image"] {
  border: none !important;
}

a.PrevButton {
  background: url("../Media/Images/IconPrev.svg") 10px 1px no-repeat, linear-gradient(#f5f5f5, #dedede);
  background-size: 20px 48px;
  border: 1px solid #d1d1d1;
  padding: 5px 15px 5px 35px;
  margin: 10px 0;
  display: inline-block;
  text-decoration: none;
}

  a.PrevButton:hover {
    background: url("../Media/Images/IconPrev.svg") 10px -23px no-repeat, linear-gradient(#ebebeb, #e1e1e1);
    background-size: 20px 48px;
  }

a.NextButton {
  background: url("../Media/Images/IconNext.svg") 155px 1px no-repeat, linear-gradient(#f5f5f5, #dedede);
  background-size: 20px 48px;
  border: 1px solid #d1d1d1;
  padding: 5px 35px 5px 15px;
  margin: 10px 10px 10px 0;
  display: inline-block;
  text-decoration: none;
}

  a.NextButton:hover {
    background: url("../Media/Images/IconNext.svg") 155px -23px no-repeat, linear-gradient(#ebebeb, #e1e1e1);
    background-size: 20px 48px;
  }

.ResetButton {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 10px !important;
  color: #4d7ebf;
  text-decoration: underline;
}

input[type="checkbox"] {
  margin: 6px;
  vertical-align: middle;
}

  input[type="checkbox"]:hover {
    cursor: pointer;
  }

  input[type="checkbox"] + label {
    position: relative;
    margin: 6px;
  }

    input[type="checkbox"] + label:hover {
      cursor: pointer;
    }

/* DATE PICKER */
.ui-widget-header {
  border: 1px solid #009999;
  background: #009999;
}

/*input.FnlDatePicker.hasDatepicker{
  color: #919191;
}*/

/* ADMINISTRATION */

.AdminHistory {
  border-top: 1px solid #cecece;
  margin: 20px 0 0 0;
  padding: 10px;
  background: #f5f8f8;
}

  .AdminHistory h2 {
    margin: 10px 45px 0 0;
  }

  .AdminHistory table.FnlTable {
    margin-top: 0;
  }

#AdminDetails h3 {
  margin: 15px 0 10px 0 !important;
}

.AdminHistory .flexContentWrapper > div:first-child {
  flex: 0 0 75%;
  border-right: 1px solid #d1d1d1;
  padding-right: 25px;
  margin-right: 20px;
}

.AdminHistory .flexContentWrapper > div .UnputSet {
  margin: 0;
}

#OutstandingPendingDonorSpecimenRequests {
  background: #fceceb;
  padding: 10px;
}

  #OutstandingPendingDonorSpecimenRequests > h3 {
    margin: 0 0 10px 0;
  }

  #OutstandingPendingDonorSpecimenRequests table.FnlTable {
    margin: 0;
  }

.inlineHeader {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #cecece;
}

.inlineImage {
  display: inline-block;
  height: 14px;
  width: 26px;
  margin-right: 3px;
  top: 2px;
  position: relative;
}

#AdministrationLinks a {
  display: inline-block;
  width: 300px;
  border: 1px solid #bce4e4;
  text-align: center;
  line-height: 100px;
  margin-bottom: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #f4fbfb;
  font-size: 1.1em;
  text-decoration: none;
  margin-top: 10px;
  font-weight: bold;
}

#AdministrationLinks > a:first-child {
  margin-right: 10px;
}

#AdministrationLinks a:hover {
  background: #eef7f7;
}

#PageTabs {
  position: relative;
}

  #PageTabs > ul {
    border-bottom: 2px solid #78a9a5;
  }

    #PageTabs > ul > li.CurrentTab > a, #PageTabs > ul > li.CurrentTab > a:hover {
      background-color: #009999;
      border-color: #009999;
      color: #ffffff;
    }

    #PageTabs > ul > li > a {
      border-left: 1px solid #78a9a5;
      border-top: 1px solid #78a9a5;
      border-right: 1px solid #78a9a5;
    }

  #PageTabs .UrgentRequest {
    position: absolute;
    right: 0px;
    top: -10px;
  }

table.DottedTable {
  font-size: 12px;
}

tr.Urgent td.CollectionDate {
  font-weight: bold;
  background-color: #fceceb !important;
  border: 1px solid silver;
}

  tr.Urgent td.CollectionDate > img {
    margin-right: 3px;
  }
/* Table Column Width */
table th.ColumnDate {
  width: 95px;
}

table th.ColumnRequestId {
  width: 70px;
}

table th.ColumnPiName {
  width: 150px;
}

table th.ColumnPickUp {
  width: 100px;
}

/* Validation Summary */

.ValidationSummary {
  border: 1px solid #C89192;
  border-radius: 3px;
  background-color: #EBAAAB;
  color: #7A2527;
  padding: 4px 15px;
  margin: 15px 0;
  line-height: 1.3em;
}


  .ValidationSummary.Active p:before {
    content: url('../../Media/Images/Info-Icon.png');
    display: inline-block;
    font-size: 0;
    height: 16px;
    line-height: 0;
    margin: -0.4rem 0.4rem 0 0.6rem;
    vertical-align: middle;
    width: 16px;
  }

  .ValidationSummary.Active p {
    font-size: 1.4rem;
  }

  .ValidationSummary .Errors ul li {
    font-size: 1.3rem;
  }

  .ValidationSummary.Active {
    display: block;
  }

.ValidationError {
  color: red !important;
  text-transform: capitalize !important;
  line-height: 27px !important;
  font-size: 11px !important;
}

/*Flex Wrapper*/

.flexContentWrapper.spaceBetween {
  justify-content: space-between;
}


  .flexContentWrapper.spaceBetween h1 {
    margin: 0;
  }


  .flexContentWrapper.spaceBetween a {
    font-size: 1.1em;
  }
/*Forms Page*/
.flexContentWrapper {
  display: flex;
  -webkit-flex: auto;
  -moz-box-flex: initial;
  margin-top: 20px;
}

  .flexContentWrapper > div {
    flex: 0 0 48%;
    box-sizing: border-box;
  }

    .flexContentWrapper > div:first-child {
      margin-right: 40px;
    }

.formPacket {
  border: 1px solid #f3e3b0;
  background: #fff6e4;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  padding: 8px 0 0 0;
  height: 140px;
}

  .formPacket > div {
    background: #FFF;
    height: 100%;
    position: relative;
    top: -4px;
    left: 4px;
    margin: 0 10px 0 0;
  }

  .formPacket ul {
    padding: 20px 0 0 35px;
    background: #fff6e4;
    height: 100%;
    position: relative;
    top: 5px;
    margin: 0 -10px 0 -2px;
    transform: skewX(-3deg);
    border: 1px solid #f3e3b0;
    box-shadow: -1px -1px 2px rgba(147, 141, 122, .25);
  }

    .formPacket ul li {
      transform: skewX(3deg);
      margin: 0 0 8px 0;
    }

      .formPacket ul li span {
        margin-left: 2px;
        color: #444444;
        text-transform: uppercase;
        font-size: .85em;
        transform: none;
      }

.packetTitle {
  line-height: 25px;
  display: inline-block;
  background: #fff7df;
  margin: 0 0 -1px 6px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top: 1px solid #f3e3b0;
  border-right: 1px solid #f3e3b0;
  border-left: 1px solid #f3e3b0;
  padding: 2px 15px;
  font-weight: bold;
  font-size: 15px;
}

/*Extra*/

.noMarginTop {
  margin-top: 0;
}

.Overview {
  border-top: 1px solid #e0e0e0;
  margin-top: 15px;
  padding-top: 10px;
}

.ReturnBlockContainer{
	margin: 15px 0 5px;
	display: flex;
	flex-wrap: wrap;
}


.ReturnBlockContainer .ReturnBlockButton {
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	background-size: contain;
	position: relative;
	-webkit-appearance: none;
	background: none;
	border: none;
	padding: 5px 15px 3px 20px;
	margin: 4px 0 0;
	vertical-align: top;
	cursor: pointer;
}

	.ReturnBlockContainer .ReturnBlockButton:before, .ReturnBlockButton:after {
		content: "";
		display: inline-block;
		width: 18px;
		height: 18px;
		transition: background-position ease 180ms;
		position: absolute;
		top: 4px;
		left: 0;
	}

	.ReturnBlockContainer .ReturnBlockButton:before {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.3 13.3'%3E%3Cpath fill='darkblue' d='M6.5.6C7.1 0 8 0 8.6.6s.6 1.5 0 2L5.9 5.3h8.9c.4 0 .8.2 1 .4.3.3.4.6.4 1 0 .8-.7 1.4-1.5 1.4H5.8l2.7 2.6c.6.6.6 1.5 0 2-.6.6-1.5.6-2.1 0l-6.1-6L6.5.6z'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: 0 0;
	}

	.ReturnBlockContainer .ReturnBlockButton:after {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.3 13.3'%3E%3Cpath fill='darkcyan' d='M6.5.6C7.1 0 8 0 8.6.6s.6 1.5 0 2L5.9 5.3h8.9c.4 0 .8.2 1 .4.3.3.4.6.4 1 0 .8-.7 1.4-1.5 1.4H5.8l2.7 2.6c.6.6.6 1.5 0 2-.6.6-1.5.6-2.1 0l-6.1-6L6.5.6z'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: 20px 0;
	}

	.ReturnBlockContainer .ReturnBlockButton:hover:before {
		background-position: -35px 0;
	}

	.ReturnBlockContainer .ReturnBlockButton:hover:after {
		background-position: 0 0;
	}


.ReturnBlockContainer h1 {
	display: inline-block;
	padding-left: 20px;
	margin: 0;
	border-left: 1px solid #ababab;
}


/* Form */
.FormRow {
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0 5px;
}

	.NewRequestContainer{
		width: 630px;
	}
	.FormRow ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}

.FormRow.MarginTopZero{
	margin-top: 0px;
}

	.FormRow ul li {
		border-right: 1px solid #eaeaea;
		width: 190px;
		display: inline-block;
		margin: 15px 15px 15px 0px;
		vertical-align: top;
	}

		.FormRow ul li label {
			color: #009999;
			margin: 1em 0 .4em;
			font-weight: bold;
		}

		.FormRow ul li.FormRowEmail {
			border: none;
		}

		.FormRow ul li.DateWidth{
			width: 115px;
		}

		.FormRow ul li.DateWidth input{
			width: 80px;
		}

			.FormRow ul li.FormRowEmail.SetWidth {
				width: 400px;
				border-right: 1px solid #eaeaea;
			}

			.FormRow ul li.FormRowEmail.SetLabSize input{
				width: 240px;
			}

			.FormRow ul li.FormRowEmail input {
				width: 370px;
			}

		.FormRow ul li.FormRowTextArea, .ButtonContainer {
			width: 590px;
			border: none;
		}

		.FormRow ul li.FormRowTextArea input{
			width: 99%;
		}

		.FormRow ul li.BorderNone{
			border: none;
		}

.ExistingFormsContainer ul {
	list-style: none;
}

	.ExistingFormsContainer ul.ExpandableBoxes > li a {
		background: transparent url('../Media/Images/ArrowBullets.png') scroll left 0px no-repeat;
		padding-left: 20px;
		text-decoration: none;
		display: block;
	}

		.ExistingFormsContainer ul.ExpandableBoxes > li a:hover {
			background-position: left -100px;
			text-decoration: underline;
		}