﻿/*Top Nav hidden - no links that make sense*/

#FnlSubSiteNavigation {
  display: none;
}

#FnlSubSitePage > .InnerPage {
  border-top: 1px solid #e2e2e2;
}

#FnlSubSitePage nav.BreadCrumbs {
  margin-left: 110px;
}

h2 {
  color: #00597B;
}

.FnlGridView {
  margin-bottom: 15px;
}

.FnlGridViewHeader {
  background-color: #035b7f;
}

.FnlGridView td ul{
  margin: 0px; padding-left: 0px;
  list-style: none;
}

.InlineGridView {
  display: inline-block;
  width: auto;
}

/*General No Margin Styles*/
.noMarginTop {
  margin-top: 0 !important;
}

.noMarginBottom {
  margin-bottom: 0 !important;
}

div.FnlViewSet ol.ViewFields > li > label:first-child, 
div.FnlViewSet ol.ViewFields > li > span.Required:first-child + label, 
div.FnlViewSet ol.ViewFields > li > span.Label:first-child, 
div.FnlViewSet ol.ViewFields > li > span.Required:first-child + span.Label {
  width: 200px;
}

  div.FnlViewSet ol.ViewFields > li > label:first-child + span,
  div.FnlViewSet ol.ViewFields > li > span.Label:first-child + span {
    margin-left: 300px;
  }

/*Shipping Label Download in Left NAV*/

.ShippingLabel {
  display: block;
  border: 1px solid #dedede;
  padding: 10px 10px 10px 29px;
  text-decoration: none;
  background-color: #f8f8f8;
  background-image: url('../Media/Images/iconDownload.svg');
  background-repeat: no-repeat;
  background-position: left 7px center;
  background-size: 18px 15px;
  margin: 0 0 30px 0;
  color: #3f3f3f;
}

  .ShippingLabel:hover {
    background-color: #efefef;
  }

  .ShippingLabel:active {
    background-color: #dedede;
  }

/*Sanger sequencing LIMS in Left NAV*/

.SangerSequencing {
  display: block;
  border: 1px solid #dedede;
  padding: 10px 10px 10px 10px;
  margin-bottom: 10px;
  text-decoration: none;
  background-color: #f8f8f8;
  color: #3f3f3f;
}

  .SangerSequencing:hover {
    background-color: #efefef;
  }

  .SangerSequencing:active {
    background-color: #dedede;
  }

/*Customer Survey in Left Nav*/

.CustomerSurvey {
  padding: 8px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #f8e095;
  display: block;
  margin: 0 0 10px 10px;
  background: #fffbf0;
  float: right;
}

  .CustomerSurvey:hover {
    background: #fff9e8;
  }

  .CustomerSurvey:active {
    background: #fff5d8;
  }

  .CustomerSurvey span {
    display: block;
    margin: 5px 0;
  }

  .CustomerSurvey img {
    width: 90px;
    height: auto;
  }

  .CustomerSurvey span:first-child, .CustomerSurvey span:last-child {
    color: #3f3f3f !important;
  }

  .CustomerSurvey span:first-child {
    margin-bottom: 8px;
  }

  .CustomerSurvey span:last-child {
    margin-top: 10px;
  }

  .CustomerSurvey span.Small {
    font-size: .8em;
  }

/*My Account Page*/

.InlineHeader {
  display: inline-block;
  border-right: 1px solid #dedede;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  vertical-align: middle;
}

.ExpandSection {
  padding: 10px 30px 10px 10px;
  background-color: #def0f7;
  margin: 12px 0 0 0;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #a4cad8;
  background-image: url('../Media/Images/Collapsed.png');
  background-position: right 10px center;
  background-repeat: no-repeat;
  width: 220px;
}

  .ExpandSection:hover {
    cursor: pointer;
    background-color: #d0e8f1;
  }

  .ExpandSection.CollapseSection {
    background-image: url('../Media/Images/Expanded.png');
  }

/*Label for Shipment*/
.LabelLayout {
  margin: 15px 0;
}

  .LabelLayout span {
    display: block;
    margin: 0 0 5px 0;
  }

/*Flex Contain*/

.FlexContain {
  display: flex;
}

  .FlexContain > div {
    flex: 0 0 40%;
  }

    .FlexContain > div:first-child {
      margin-right: 10%;
    }

/*Wizard Header*/

#WizardHeader {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dedede;
  padding: 0 0 10px 0;
}

/*Wizard Styles*/

.NoticeContainer {
  padding: 0 12px;
  background: #e7f3f6;
  border: 1px solid #7fbed6;
  margin: 0 0 20px 0;
}

.UploadContainer {
  border: 1px solid #cdcdcd;
  background: #f8f8f8;
  padding: 12px;
}

  .UploadContainer input {
    margin: 0 0 0 10px;
  }

.FileLink {
  padding: 0 20px 0 0;
  word-wrap: break-word;
  border-right: 1px solid #dedede;
}

/* Input Styles*/

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

div.InputSet > span.aspNetDisabled {
  margin-top: 4px !important;
}

div.InputSet > label, div.InputSet > span.aspNetDisabled > label {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #4c4e5c;
  font-size: 12px;
  margin: 0;
  letter-spacing: 0.04em;
}

.FnlFieldSet div.InputSet select, fieldset.FnlFieldSet div.InputSet input[type="text"], fieldset.FnlFieldSet div.InputSet textarea {
  height: 30px;
  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;
}

.SecondLevelButton {
  margin-top: 8px;
  height: 28px;
  display: block;
}

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

fieldset.FnlFieldSet div.InputSet.LargeTextArea textarea {
  height: 60px;
  width: 65%;
}

/*Full Width Input*/
.FnlFieldSet div.InputSet.FullWidth {
  width: 100% !important;
  display: block;
}

/*Label Information*/

div.InputSet.Labels > span, div.InputSet.Labels > a {
  display: block;
  line-height: 20px;
  margin-top: 8px;
}

/*Horizontal Input*/

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

.FnlFieldSet .InputSet.Horizontal > textarea {
  vertical-align: top;
}

/*Inline Input for items that you do not want label to be inline*/
.FnlFieldSet .InputSet.InlineInput label {
  display: block;
}

.FnlFieldSet .InputSet.InlineInput input[type="text"], .FnlFieldSet .InputSet.InlineInput select {
  display: inline-block;
  vertical-align: middle;
}

.InlineContainer {
  display: inline-block;
}

/*Radio Buttons and Checkboxes*/

.FnlFieldSet .InputSet input[type="radio"], .FnlFieldSet .InputSet input[type="checkbox"] {
  display: inline-block;
  vertical-align: text-bottom;
  margin: 3px 3px 0 5px;
}

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

  .FnlFieldSet .InputSet input[type="radio"] + label {
    vertical-align: middle;
  }

.FnlFieldSet div.InputSet > table {
  margin: 8px 0 0 0;
}

.FnlFieldSet .InputSet > table tr td {
  padding-right: 28px;
}

/*Hover style for the radio btn/checkbox labels*/

.FnlFieldSet .InputSet tr td label:hover, input[type="radio"]:not(:disabled) + label:hover {
  cursor: pointer;
}

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

.FnlFieldSet div.InputSet.SmallInput input[type="text"] {
  max-width: 105px;
}

/*Extra Small Input*/

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

.FnlFieldSet div.InputSet.XtraSmallInput1 input[type="text"] {
  max-width: 70px;
}

/*Large Input*/
.FnlFieldSet div.InputSet.LargeInput input[type="text"] {
  min-width: 315px;
}

/*Multi Set*/
.FnlFieldSet div.InputSet.MultiSet {
  margin-right: 15px;
}

/*Toggle Buttons*/

.ToggleButtons {
  display: inline-block;
  margin: 10px 0 0 0;
}

  .ToggleButtons input {
    display: none;
  }

  .ToggleButtons label {
    color: #3b3b3b;
    padding: 4px 14px;
    display: inline-block;
    border: 1px solid #afafaf;
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(top,#f8f8f8,#e0e0e0);
    background-image: -moz-linear-gradient(top,#f5f5f5,#e0e0e0);
    background-image: -ms-linear-gradient(top,#f5f5f5,#e0e0e0);
    background-image: -o-linear-gradient(top,#f5f5f5,#e0e0e0);
    background-image: linear-gradient(top,#f5f5f5,#e0e0e0);
  }

  .ToggleButtons .Preferred label {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-right: none;
  }

  .ToggleButtons .All label {
    margin-left: -4px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }

  .ToggleButtons input:checked + label {
    color: black;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
    background-color: #d5d5d5;
    background-image: none;
  }

  .ToggleButtons input:disabled + label {
    opacity: .5;
  }

  .ToggleButtons input:not(:disabled):not(:checked) + label:hover {
    color: #232323;
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
  }

  .ToggleButtons input:not(:disabled,:checked) + label:active {
    background: #e0e0e0;
  }

/*Sample Page Disabled Buttons*/

.FnlFieldSet .InputSet.DisabledButtons input[type="radio"]:not(:checked) + label {
  opacity: .4;
}

/*My Requests Page*/

.FilterContainer {
  padding: 0 12px;
  border: 1px solid #e3e3e3;
  background: #f4f4f4;
  margin: 0 0 15px 0;
}

  .FilterContainer div.InputSet {
    padding-right: 12px;
    margin: 0 10px 0 0;
    vertical-align: middle;
  }

#Administration .FilterContainer div.InputSet {
  margin: 0 10px 0 0;
  padding: 0 12px 0 0;
}

.FilterContainer div div.InputSet:not(:last-of-type) {
  border-right: 1px solid #e3e3e3;
}

#Administration .FilterContainer div.InputSet:last-of-type {
  margin: 0;
  padding: 0;
}

.FilterContainer div.InputSet.InlineInput input[type="text"], .FilterContainer div.InputSet.Horizontal#DateRange input[type="text"] {
  max-width: 82px;
}

.FilterContainer div.InputSet.InlineInput span {
  display: inline-block;
  margin: 8px 4px 0 4px;
  vertical-align: middle;
}

.FilterContainer div.InputSet.SmallInput select {
  max-width: 160px;
}

#Administration .FilterContainer div.InputSet.SmallInput select {
  max-width: 125px;
}

.FilterContainer div.ActionItems {
  border: none;
  margin: 10px 0 0 0;
}

.RoleTable ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ActionItems {
  margin: 14px 0 10px 0;
  border-top: 1px solid #dedede;
  padding-top: 10px;
}

/*Reports*/

#RequestDetails fieldset.FnlFieldSet.ReportInput div.InputSet label {
  width: 300px;
}

#RequestDetails fieldset.FnlFieldSet.ReportInput div.InputSet ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  max-width: 520px;
  vertical-align: top;
}

#RequestDetails fieldset.FnlFieldSet.ReportInput div.InputSet > div, #RequestDetails fieldset.FnlFieldSet.ReportInput div.InputSet > span {
  max-width: 520px;
  vertical-align: top;
}

fieldset.FnlFieldSet.ReportInput div.InputSet {
  margin-bottom: 12px;
}

  fieldset.FnlFieldSet.ReportInput div.InputSet label {
    width: 140px;
  }

.ReportInput.AdminContainer {
  border: 1px solid #dbdbdb;
  padding: 12px;
}

.BoldLabel {
  font-weight: bold;
}

/*Notes*/
.Note {
  font-size: 12px;
  color: #6d6f7c;
  display: inline-block;
  margin: 5px 0 0 0;
}

.Important {
  display: inline-block;
  background-image: url('../Media/Images/iconImportantNote.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 13px 13px;
  padding: 0 0 0 20px;
  margin-top: 8px;
}

/* link styles */

.button {
  font: normal 10pt Calibri, Arial;
  top: 0px;
}

.Invisible {
  visibility: hidden;
  display: none;
}

.Visible {
  visibility: visible;
  display: inline;
}

#TopBar {
  width: 100%;
}

#RightBar {
  margin-right: 30px;
  margin-bottom: -20px;
  position: relative;
  top: 0px;
  height: 20px;
  font-size: 12px;
  font-family: Arial,Verdana,Helvitica,sans-serif;
  text-align: right;
  z-index: 2;
}

#LeftBar {
  margin-left: 20px;
  margin-bottom: -10px;
  position: relative;
  top: 0px;
  height: 20px;
  font-size: 12px;
  font-family: Arial,Verdana,Helvitica,sans-serif;
  z-index: 2;
}

a.TopBarLink {
  font-size: 13px;
  font-weight: bold;
  font-family: Arial,Verdana,Helvitica,sans-serif;
}

  a.TopBarLink:Hover {
    font-size: 13px;
    font-weight: bold;
    font-family: Arial,Verdana,Helvitica,sans-serif;
    text-decoration: underline;
  }

.PdfImage {
  vertical-align: bottom;
  margin-left: 3px;
  margin-top: 7px;
}

.LinkText {
  font-size: 10pt;
}

a.LinkText {
  font-size: 10pt;
}

  a.LinkText:hover {
    font-size: 10pt;
  }

#SearchSection {
  width: 100%;
}

#SearchType {
  margin-left: 0px;
  margin-bottom: 0px;
  position: relative;
  top: 0px;
  height: 20px;
  font-size: 12px;
  font-family: Arial,Verdana,Helvitica,sans-serif;
  z-index: 2;
}

#SearchCriteria {
  margin-left: 0px;
  margin-top: 10px;
  position: relative;
  top: 0px;
  height: 20px;
  font-size: 12px;
  font-family: Arial,Verdana,Helvitica,sans-serif;
  z-index: 2;
}

.dropdownlist {
  font-size: 12px;
  font-family: Arial,Verdana,Helvitica,sans-serif;
}

.imgAsHyperlink {
  cursor: pointer;
}

/* GridView Status Styles */
.LMT-Holding-Style {
  color: #0000FF;
  font-weight: bold;
}

.LMT-Waiting-Style {
  color: #9933FF;
  font-weight: bold;
}

.LMT-InProcess-Style {
  color: #FF0000;
  font-weight: bold;
}

.LMT-Completed-Style {
  color: #118211;
  font-weight: bold;
}

/*** OVERIDE FOR HEADER H1 - NOT A LINK ***/

#FnlSubSiteHeader .WidthContain #SiteHeadlines h1 span {
  display: inline-block;
  height: 12px;
  font-size: 12px;
  line-height: 1em;
  font-weight: bold;
  color: #555555;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  vertical-align: top;
}

/*** Group photo ***/

.Photo {
  margin: 0 25px;
  float: right;
  text-align: center;
}

.LogoImage {
  height: 100px;
  width: 160px;
  left: -16px;
  position: relative;
  top: -10px;
}

.SampleType table{
  display: block;
}

.SampleType table tbody{
  /*display: flex;*/
}

  .SampleType table tbody tr{
    /*display: flex;*/
    /*flex-direction: column;*/
  }

.Asterisk {
  color: yellow;
}

.ui-widget.ui-widget-content {
  border: 1px solid black;
}

.ui-dialog .ui-dialog-content {
  padding: 25px;
}

.FloatRight {
  float: right;
}

.TimeChartModal{
  display: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{
  float: left;
  padding-left: 20px;
}

/* PeoplePicker */
fieldset.FnlFieldSet ol.InputFields > li > label:first-child {
  width: 120px;
}


.PeoplePickerLink {
  text-decoration: underline;
}

  .PeoplePickerLink:hover {
    cursor: pointer;
  }

div.PeoplePickerBody select {
  margin-top: 0 !important;
  height: 25px !important;
}

.ui-dialog#PeoplePicker {
  min-width: 600px;
}

.ContentModal.ui-dialog {
  padding: 0;
  font-size: 1em !important;
  z-index: 100;
}

  .ContentModal.ui-dialog .ui-dialog-content, .PeoplePickerBody {
    padding: 0 15px 15px 15px;
    background: #FFF;
  }

.ContentModal .ui-widget-header, .PeoplePickerHeader {
  background: #FFF;
  color: #626262;
  border-width: 0 0 1px 0;
  border-color: #e0e0e0;
  border-style: solid;
  border-radius: 0;
  font-size: 1.3em;
  font-weight: normal;
  padding: 12px 15px;
}

.ui-dialog .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar-close:hover {
  padding: 5px !important;
  border: 0;
  background: transparent;
  line-height: 0;
  height: 23px;
  width: 23px;
  right: 8px;
  top: 20px;
}

.ui-dialog .ui-widget-header span.ui-icon,
.ui-dialog .ui-state-hover span.ui-icon {
  height: 14px;
  width: 14px;
  margin: 0 0 0 6px;
  background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMiAxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIgMTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM2MjYzNjM7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMTIsMi4xIDguMSw2IDEyLDkuOSAxMiwxMiA5LjksMTIgNiw4LjEgMi4xLDEyIDAsMTIgMCw5LjkgMy45LDYgMCwyLjEgMCwwIDIuMSwwIDYsMy45IDkuOSwwIDEyLDAgCQ0KCQkiLz4NCjwvZz4NCjwvc3ZnPg0K) no-repeat left top !important;
}

  .ui-dialog .ui-state-hover span.ui-icon, .ui-dialog .ui-widget-header span.ui-icon:hover {
    background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMiAxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIgMTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMzQzNCM0M7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMTIsMi4xIDguMSw2IDEyLDkuOSAxMiwxMiA5LjksMTIgNiw4LjEgMi4xLDEyIDAsMTIgMCw5LjkgMy45LDYgMCwyLjEgMCwwIDIuMSwwIDYsMy45IDkuOSwwIDEyLDAgCQ0KCQkiLz4NCjwvZz4NCjwvc3ZnPg0K) no-repeat left top !important;
  }

.ContentModal .ui-widget-overlay {
  background: #000;
  opacity: .6;
  width: 100%;
  height: 100%;
}

.ContentModal .ui-widget input, .ContentModal .ui-widget select, .ContentModal .ui-widget textarea, .ContentModal .ui-widget button {
  font-size: unset;
}
