.application-settings-page .stackwave-item-details .resource-details > tbody > tr > th {
    width: 350px;
}

.application-settings-page .stackwave-item-details img {
    max-width: 200px;
    max-height: 75px;
}
.audit-log-command-json-wrapper pre {
    word-break: initial;
    word-wrap: initial;
    max-height: 200px;
    max-width: 500px;
    overflow: auto;
    margin: -8px;
    border: none;
    background-color: inherit;
}

    .audit-log-command-json-wrapper pre code {
        white-space: pre;
    }

.audit-log-command-json-wrapper {
    position: relative;
}
.audit-log-command-json-actions {
    position: absolute;
    top: 8px;
    right: 8px;
}

.modal-fullscreen .audit-log-command-json-wrapper pre {
    width: 100%;
    height: 100%;
    max-height: inherit;
    max-width: inherit;
    border: inherit;
}
.modal-fullscreen .audit-log-command-json-actions {
    display: none;
}

.modal-fullscreen .audit-log-current-changeset-child-commands-grid-wrapper .audit-log-command-json-wrapper pre {
    width: inherit;
    height: inherit;
    max-height: 200px;
    max-width: 1000px;
    border: none;
}

.modal-fullscreen .audit-log-current-changeset-child-commands-grid-wrapper .audit-log-command-json-actions {
    display: block;
}
.system-usage-report .stackwave-item-details .resource-details > tbody > tr > th {
    width: 270px;
}

.admin-nav-menu-wrapper {
    max-height: 80vh;
    overflow-y: auto;
}

.admin-nav-menu {
    list-style: none;
    padding: 0;
    column-count: 1;
    margin-right: 20px;
}
    @media (min-width: 992px) {
        .admin-nav-menu {
            column-count: 2;
        }
    }
    @media (min-width: 1200px) {
        .admin-nav-menu {
            column-count: 3;
        }
    }
    @media (min-width: 1400px) {
        .admin-nav-menu {
            column-count: 4;
        }
    }
    ul.admin-nav-menu:after {
        display: table;
        content: " ";
        clear: both;
    }
.admin-nav-menu > li {
    padding: 0;
    margin-left: 20px;
    break-inside: avoid-column;
}
    .admin-nav-menu > li > h3 {
        border-bottom: 1px solid #eee;
        padding: 20px 15px 5px 15px;
        margin-top: 0;
    }
    .admin-nav-menu a {
        white-space: nowrap;
    }
.stackwave-protein-sequence-card-vector-editor-target {
    min-height: 570px;
}
.stackwave-aliquot-picker > .row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.stackwave-aliquot-picker .setLocation {
    margin: 10px;
}

.stackwave-aliquot-picker .btn-toolbar {
    margin-bottom: 5px;
}

.stackwave-aliquot-picker .panel {
    width: 100%;
}

.stackwave-aliquot-picker .legend {
    background-color: #eee;
    padding: 10px 50px;
    max-height: 500px;
    min-height: 0px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    overflow-y: auto;
}

.stackwave-aliquot-picker .legend .entry {

}

    .stackwave-aliquot-picker .legend li {
        margin-left: 25px;
    }

    .stackwave-aliquot-picker .legend .entry > span {
        color: #888;
    }

.stackwave-aliquot-picker .box {
    flex-basis: 60%;
    visibility: hidden;
    min-height: 425px;
}

.stackwave-aliquot-picker .color-box {
    height: 1em;
    width: 1em;
    padding: calc(1em - 10px);
    display: inline-block;
}

.stackwave-aliquot-picker .box.shown.ready {
    flex-basis: 60%;
    visibility: initial;
}

.stackwave-aliquot-picker .tree {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 300px;
    padding: 15px 5px;
    overflow-y: auto;
}

.stackwave-aliquot-picker .box table {
    height: 100%;
    width: 30vw;
}

.stackwave-aliquot-picker-tooltip-content {
    font-size: 12px;
}

.stackwave-aliquot-picker-tooltip-content .table {
    margin-bottom: 0;
}

.stackwave-aliquot-picker .selectedAliquot {
    font-weight: bold;
}

.stackwave-layout-plate table {
    border-collapse: separate;
}

.table-bordered > tbody > tr > td.stackwave-layout-plate-starting-point-cell {
    border-color: blue;
}
.stackwave-multiple-sequence-alignment {
    position: relative;
}

.stackwave-multiple-sequence-alignment-viewer-target .alignment-viewer {
    position: relative;
    height: calc(100vh - 230px);
    min-height: 900px;
}

.ace_scroller .stackwave-multiple-sequence-alignment-remove-sequence {
    position: absolute;
    cursor: pointer;
}

.stackwave-multiple-sequence-alignment-sequence-id-removed {
    position: absolute;
    border-top: 1px solid #000;
    margin-top: 0.5em;
    border-radius: 0;
}

.stackwave-multiple-sequence-alignment .btn-link {
    position: absolute;
    top: -25px;
    right: 0;
}
.stackwave-clone-sample-rearray .stackwave-multiple-sequence-alignment-viewer-target .alignment-viewer {
    height: calc(100vh - 300px);
    min-height: 900px;
}

.modal-dialog .stackwave-clone-sample-rearray .stackwave-report-builder-table-wrapper {
    max-height: calc(100vh - 480px);
}
.stackwave-progress-list {
}

    .stackwave-progress-list .stackwave-progress-list-item {
        position: relative;
    }

        .stackwave-progress-list .stackwave-progress-list-item:before {
            content: "\00a0";
            margin-right: 10px;
            margin-bottom: 10px;
            width: 30px;
            height: 30px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            background-color: #337ab7;
            border-radius: 50%;
            color: #fff;
        }

    .stackwave-progress-list .stackwave-progress-list-item-complete:before {
        content: "\2713";
    }

    .stackwave-progress-list .stackwave-progress-list-item-failed:before {
        content: "X";
        background-color: #a94442;
    }

.stackwave-progress-list-item h3 {
    display: inline;
    font-size: 16px
}

.stackwave-progress-list-item-details {
    margin-left: 45px;
}

.stackwave-progress-list-item-spinner {
    color: official;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
}

    .stackwave-progress-list-item-spinner div {
        transform-origin: 15px 15px;
        animation: progress-list-item-spinner 1.2s linear infinite;
    }

        .stackwave-progress-list-item-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 2px;
            left: 15px;
            width: 2px;
            height: 7px;
            border-radius: 20%;
            background: #fff;
        }

        .stackwave-progress-list-item-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .stackwave-progress-list-item-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .stackwave-progress-list-item-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .stackwave-progress-list-item-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .stackwave-progress-list-item-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .stackwave-progress-list-item-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .stackwave-progress-list-item-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .stackwave-progress-list-item-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .stackwave-progress-list-item-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .stackwave-progress-list-item-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .stackwave-progress-list-item-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .stackwave-progress-list-item-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes progress-list-item-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.stackwave-aliquot-placer > .row {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: stretch;
}

.stackwave-aliquot-placer > .row.toolbar {
	justify-content: flex-start;
	align-items: center;
	padding: 10px;
}

.stackwave-aliquot-placer .spacer {
	flex: 1;
}

.stackwave-aliquot-placer .legend {
	background-color: #eee;
	padding: 10px 50px;
} 

.stackwave-aliquot-placer .legend li {
	margin-left: 25px;
}

.stackwave-aliquot-placer .legend .entry  > span {
	color: #888;
}

.stackwave-aliquot-placer .box {
	flex-basis: 0;
	visibility: hidden;
}

.stackwave-aliquot-placer .color-box {
	height: 1em;
	width: 1em;
	padding: calc(1em - 10px);
	display: inline-block;
}

.stackwave-aliquot-placer .box.shown.ready {
	flex-basis: 60%;
	visibility: initial;
}

.stackwave-aliquot-placer .tree {
	flex: 1;
}
.stackwave-aliquot-placer .box table {
	height: 100%;
	width: 30vw;
}
.stackwave-selection-graph rect.selected,
.stackwave-selection-graph path.selected {
    stroke: black;
}

.stackwave-selection-graph line.selected {
    stroke-width: 2.4px;
}

.stackwave-selection-round-input-editor h4 {
    margin-top: 15px;
}
.stackwave-selection-round-input-editor .list-group {
    margin-bottom: 5px;
}

.stackwave-selection-graph .header-link,
.stackwave-selection-graph .external-sample,
.stackwave-selection-graph .round-input,
.stackwave-selection-graph .round-output,
.stackwave-selection-graph .graph-label,
.stackwave-selection-graph .round-details-link {
    cursor: pointer;
}
.stackwave-selection-graph .header-link:hover,
.stackwave-selection-graph .round-details-link:hover {
    text-decoration: underline;
}

.stackwave-selection-graph:focus {
    outline: none;
}

.stackwave-selection-graph {
    position: relative;
}
.stackwave-selection-graph-btn-toolbar {
    position: absolute;
    left: 0;
    top: 0;
}
.stackwave-selection-graph-target {
    padding-top: 50px;
    overflow: auto;
}

.stackwave-selection-graph .constituent-materials-label, .stackwave-selection-graph .titer-label, .stackwave-selection-graph .cfu-label, .stackwave-selection-graph .external-sample-material-label, .stackwave-selection-graph .fob-label, .stackwave-selection-graph .dna-mass-label, .stackwave-selection-graph .dna-conc-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}
.stackwave-selection-graph span.constituent-materials-label .round-input-label-item {
    margin-bottom: 3px;
}
.stackwave-selection-graph .constituent-samples-label {
    font-size: 11px;
}

/* 
    Giving the drawer and the fullscreen modal for the selection graph the same z-index seems to 
    allow the drawer for the round input editor to be on top of the fullscreen modal for the graph 
    but below the fullscreen modal for advanced item selector
*/
.stackwave-selection-graph-fullscreen-modal {
    z-index: 1040 !important;
}

.selection-round-item-details dd, .selection-round-input-item-details dd {
    margin-bottom: 15px;
}
.selection-round-input-item-details {
    margin-top: 15px;
}

#selection-round-drawer-content .stackwave-entity-toolbar {
    position: static;
    margin-bottom: 15px;
}
    #selection-round-drawer-content .stackwave-entity-toolbar .stackwave-entity-attachments {
        float: none;
        margin-left: 0;
    }
    .selection-round-item-details .stackwave-link-field-text, .selection-round-input-item-details .stackwave-link-field-text {
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

.selection-round-input-editor-antigen-summary-content {
    width: calc(100% - 20px);
}

.stackwave-selection-output-clones-list dt {
    margin-top: 10px;
}
.stackwave-selection-recovery-plot .form-group {
    width: 200px;
}

ul.stackwave-selection-recovery-plot-list {
    padding: 0;
    list-style: none;
}

.stackwave-selection-recovery-plot-wrapper {
    height: 400px;
    margin-bottom: 15px;
}

.stackwave-selection-recovery-plot-canvas,
.stackwave-selection-recovery-plot-canvas-wrapper,
.stackwave-selection-recovery-plot-body,
.stackwave-selection-recovery-plot-content {
    height: 100%;
}
h3 {
    clear: both;
}

.sequence-analysis-reference-databases-page .reference-databases {
    list-style: none;
    padding: 0;
    clear: both;
    text-align: center;
    margin-bottom: 20px;
}

    .sequence-analysis-reference-databases-page .reference-databases li {
        float: left;
        width: 300px;
        margin-right: 30px;
        opacity: 0.65;
    }

        .sequence-analysis-reference-databases-page .reference-databases li.reference-database-enabled {
            opacity: 1;
        }

    .sequence-analysis-reference-databases-page .reference-databases .panel {
        cursor: pointer;
    }
    .sequence-analysis-reference-databases-page .reference-databases .panel-body {
        min-height: 110px;
    }

        .sequence-analysis-reference-databases-page .reference-databases .panel:hover {
            background-color: #eee;
            border-color: #bfbfbf;
        }

    .sequence-analysis-reference-databases-page .reference-databases .glyphicon-ok {
        color: #3c763d;
    }
.stackwave-analysis-sequence-finder-view-with-second-level-nav {
    position: relative;
    padding-left: 120px;
}

.stackwave-analysis-sequence-finder-second-level-nav {
    width: 100px;
    position: absolute;
    left: 0;
}

.stackwave-analysis-sequence-set .panel-body {
    height: 350px;
    overflow-y: auto;
}

.stackwave-analysis-sequence-set-checkbox-label {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 0;
}
.stackwave-analysis-sequence-set-checkbox-label .stackwave-sequence {
    font-weight: normal;
    padding: 10px 0 0 0;
}

.stackwave-analysis-sequence-set .stackwave-sequence-wrapper {
    margin-bottom: 15px;
}

.stackwave-analysis-fastqc-report-wrapper iframe {
    width: 100%;
    height: calc(100vh - 190px);
    border: 1px solid #e5e5e5;
}

.stackwave-analysis-clonal-lineage-image-wrapper {
    position: relative;
}
.section--resulting-plates .sample-sets--plates-row {
    display: flex;
    flex-direction: column;
}
.section--resulting-plates .sample-sets--plates-row .stackwave-grid-item-details {
    display: flex;
    margin: 1em 1em 1em 4em;
}
.section--resulting-plates .sample-sets--plates-row .stackwave-grid-item-details > div {
    width: 100%;
}
.section--resulting-plates .sample-sets--plates-row .stackwave-grid-item-summary {
    display: flex;
    flex-direction: row;
}
.section--resulting-plates .sample-sets--plates-row .stackwave-grid-item-summary .stackwave-grid-item-details-toggle {
    margin: 0 1em;
}

.section--resulting-plates .stackwave-plate {
    display: flex;
    flex-direction: row;
}
.section--resulting-plates .stackwave-plate-table {
    position: relative;
}
.section--resulting-plates .stackwave-plate-well-details-list-wrapper {
    margin-left: 8px;
    flex: 1;
}

#inventory-containers-grid .stackwave-tree-item-detail-icon {
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  display: block;
}

#inventory-containers-grid .container--label {
  white-space: nowrap;
}

.experiment-data-analysis {

}

    table.experiment-data-analysis > tbody >  tr.experiment-plate-delimiter {
        background-color: #cfe4ff;
    }

.experiment-excluded-item {
    opacity: 0.6;
}

.experiment-warning-icon {
    color:lightcoral;
}

#experiment-chart-list {
    padding: 0;
    list-style: none;
    margin-right: -15px;
}

    #experiment-chart-list li {
        float: left;
        border: 1px solid #ddd;
        border-radius: 4px;
        width: 350px;
        padding: 5px;
        margin-right: 20px;
    }

#experiment-heatmap-plate-set-list {
    padding: 0;
    list-style: none;
}

.experiment-heatmap-list {
    padding: 0;
    list-style: none;
}

    .experiment-heatmap-list:after {
        display: table;
        content: " ";
        clear: both;
    }

    .experiment-heatmap-list li {
        float: left;
        margin-right: 20px;
    }

    .experiment-heatmap-list .heatmap-plate-table {
        font-size: 13px;
    }

        .experiment-heatmap-list .heatmap-plate-table td, .experiment-heatmap-list .heatmap-plate-table th {
            width: 60px;
            height: 40px;
            text-align: center;
            vertical-align: middle;
        }

        .experiment-heatmap-list .heatmap-plate-table td {
            color: black;
            max-width: 60px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

#experiment-edited-heatmap .experiment-heatmap-list .heatmap-plate-table {
    font-size: 13px;
}

    #experiment-edited-heatmap .experiment-heatmap-list .heatmap-plate-table td, #experiment-edited-heatmap .experiment-heatmap-list .heatmap-plate-table th {
        width: 40px;
        height: 40px;
    }

.stackwave-experiment-chart {
    min-height: 500px;
}

.stackwave-experiment-chart-toolbar .btn-toolbar {
    display: flex;
    justify-content: right;
}

.stackwave-experiment-chart-legend ul {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    min-height: inherit;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

    .stackwave-experiment-chart-legend ul li {
        align-items: center;
        cursor: pointer;
        display: flex;
        flex-direction: row;
    }
        .stackwave-experiment-chart-legend ul li span {
            display: inline-block;
            height: 20px;
            margin-right: 20px;
            width: 20px;
        }
        .stackwave-experiment-chart-legend ul li p {
            margin: 0px;
            padding: 0px;
        }

@media (min-width: 1200px) {
    .stackwave-experiment-chart-legend {
        min-height: 500px;
    }
        .stackwave-experiment-chart-legend ul {
            flex-direction: column;
        }
}

#experiment-add-measured-values-assign-plates-table .checkbox,
#experiment-add-measured-values-assign-plates-table .radio {
    margin: 0;
}

.experiment-measured-values-heatmaps-wrapper {
    float: left;
}
.experiment-measured-value-plate-type-nav {
    float: left;
    margin-right: 15px;
}
.in-vivo-report-wrapper {
    position: relative;
    padding-left: 250px;
    min-height: 300px;
}

.in-vivo-report-filters {
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    width: 210px;
    border: 1px solid #e1e1e8;
    background-color: #F7F7F9;
    border-radius: 3px;
    padding: 10px 15px;
}

.in-vivo-study-report-data-table {
    margin-top: 35px;
}

.in-vivo-study-operations-time-series-plot-canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.in-vivo-study-operations-time-series-plot-canvas-wrapper {
	height: 450px;
}

.in-vivo-study-operations-time-series-plot #chartjs-tooltip {
	opacity: 1;
	position: absolute;
	background: rgba(0, 0, 0, .7);
	border-radius: 3px;
	pointer-events: none;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 9999;
	font-size: 10px;
}

	.in-vivo-study-operations-time-series-plot #chartjs-tooltip table {
		background-color: white;
		margin-bottom: 0;
	}

.in-vivo-study-operations-time-series-plot .chartjs-tooltip-key {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
}

.edit-mode .invivo-study-scheduler-component-day-header,
.edit-mode .invivo-study-scheduler-component-treatment-group-header,
.edit-mode .invivo-study-scheduler-component-available,
.edit-mode .invivo-study-scheduler-component-scheduled,
.edit-mode .invivo-study-scheduler-component-row-event-label,
.edit-mode .invivo-study-scheduler-component-tg-column {
	 cursor: pointer; 
}

.invivo-study-scheduler-component-tentatively-scheduled {
	opacity: 0.33;
	cursor: pointer;
}

.invivo-study-scheduler-component-underway {
	cursor: not-allowed;
}

.invivo-study-scheduler-component th,
.invivo-study-scheduler-component-treatment-group-label {
	text-align: center;
	min-width: 50px;
}

thead .invivo-study-scheduler-component-tg-column {
	border-top-style: solid !important;
	height: 44px;
}

.invivo-study-scheduler-component-treatment-group-header,
td.invivo-study-scheduler-component-treatment-group-label {
	background-color: #c1e4f7 !important;
}

.invivo-study-scheduler-component {
	font-size: 70%;
}

table > tbody > tr.invivo-study-scheduler-component-treatment-group-header td,
table > tbody > tr.invivo-study-scheduler-component-event-row td {
	padding: 0;
	text-align: center;
}

.invivo-study-scheduler-component-today {
	background-color: rgba(0,0,0,0.04);
	color: #0074D9;
}

.invivo-study-scheduler-component-event-color-swatch {
	display: inline-block;
	height: 10px;
	width: 10px;
}

.invivo-study-scheduler-component-row-event-label.unsaved-label {
	font-style: italic;
}

.invivo-study-scheduler-component button.close {
	font-size: initial;
	padding-right: 5px;
}
.invivo-study-scheduler-component .view-mode .close:hover,
.invivo-study-scheduler-component .view-mode {
	cursor: not-allowed !important;
}

.invivo-study-scheduler-component-mode-options {
	cursor: pointer;
	padding: 5px;
}

.invivo-study-scheduler-component-mode-options:hover {
	background: #8080803d;
}

.invivo-study-scheduler-component-mode-options p {
	font-size: 11px;
	padding-left: 24px;
}

.invivo-study-scheduler-component-mode-options span.glyphicon {
	padding-right: 5px;
}


div.invivo-study-scheduler-component {
	position: relative;
}

td.invivo-study-scheduler-component-row-event-label,
td.invivo-study-scheduler-component-treatment-group-label,
th.invivo-study-scheduler-component-tg-column {
	position: absolute;
	width: 280px;
	left: 0px;
}

table > thead > tr > th.invivo-study-scheduler-component-tg-column {
    border: 0;
}

td.invivo-study-scheduler-component-row-event-label-hidden,
td.invivo-study-scheduler-component-treatment-group-label-hidden,
table > thead > tr > th.invivo-study-scheduler-component-tg-column-hidden {
    max-width: 1px;
    min-width: 1px;
}

table > thead > tr > th.invivo-study-scheduler-component-tg-column-hidden {
    padding: 0px;
}

td.invivo-study-scheduler-component-treatment-group-label-hidden,
td.invivo-study-scheduler-component-row-event-label-hidden {
    visibility: hidden;
}

div.invivo-study-scheduler-component-static-content-wrapper-outer {
    width: 280px;
}

div.invivo-study-scheduler-component-static-content-wrapper-inner {
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2px;
    padding-right: 2px;
}

.invivo-study-scheduler-component div.table-wrapper {
	overflow-x: scroll;
	max-width: 100%;
	margin-left: 280px;
}

.invivo-study-scheduler-component div.table-wrapper table {
	margin-left: -2px;
}

.invivo-study-scheduler-component-day-of-week-checkbox-list div.checkbox {
	padding-right: 20px;
	display: inline;
}

.invivo-study-scheduler-component-day-of-week-checkbox-list label.control-label {
	display: block;
}

div.radio.invivo-study-scheduler-component-recurrence-options div.stackwave-datetimepicker-wrapper,
div.radio.invivo-study-scheduler-component-recurrence-options .max-number-of-recurrence-options,
div.radio.invivo-study-scheduler-component-recurrence-options div.recurrence-radio-label {
 	display: inline-block; 
	min-width: 50px;
}


.invivo-study-scheduler-component a.disabled { 
    opacity: 0.3;
}

.invivo-study-scheduler-component a.disabled:hover { 
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
}

.invivo-study-scheduler-component button.dropdown-toggle:hover, button.dropdown-toggle:focus {
	color: black;
    background-color: #e0e0e0;
    background-position: 0 -15px;
}

.invivo-study-scheduler-component ul.dropdown {
	cursor: pointer;
}

.invivo-study-scheduler-component-page-size-form {
	padding: 0 0 0 4px;
}

.invivo-study-scheduler-component-page-size-dropdown {
	margin-bottom: 0;
}

.invivo-study-scheduler-component-next-page {
	border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
}

.calendar-url {
    margin-bottom: 10px;
    width: 100%;
}

.calendar-instructions {
    font-size: 11px;
}

#add-to-selected-tg-button {
    margin-bottom: 15px;
    float: left;
}

.unsaved {
    background: lavender !important;
}

#close-button {
    width: 100%;
}

.studies-details-tabs-container {
    margin-top: 15px;
}

.operations-calendar-component-container {
    max-width: 100%;
    overflow: auto;
}

.operation-type-header {
    min-width: 125px;
}

.operation-calendar-component-underway {
	cursor: not-allowed;
}

.operation-calendar-component-deletable {
	cursor: pointer;
}

.operation-calendar-component-scheduled {
	cursor: not-allowed;
}

.operation-calendar-component-available {
    cursor: pointer;
    opacity: 0 !important;
}

.operation-calendar-component-unavailable {
	cursor: not-allowed;
	opacity: 0 !important;
}

.operation-calendar-component-unsaved {
    opacity: 0.33;
    cursor: pointer;
}

.operation-calendar-component-today {
	background-color: rgba(0,0,0,0.04);
	color: #0074D9;
}

.operations-calendar-component-container th {
	text-align: center;
	min-width: 50px;
}

.in-vivo-study-survival-analysis-canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.in-vivo-study-survival-analysis-canvas-wrapper {
	height: 450px;
}

#record-operation-data-form .check-all {
	padding-left: 5px;
}

.significant-weight-change {
	color: orange;
}

#record-operation-data-form .stackwave-datetimepicker-wrapper {
	display: inline-block;
}

.record-operation-data-form-column {
	min-width: 150px;
}

.record-operation-data-form-operation-checkbox {
	float: left;
	margin: 0 5px;
}
.record-operation-data-form-operation-checkbox:first-child {
	margin-left: 0;
}
	.record-operation-data-form-operation-checkbox + .record-operation-data-form-operation-checkbox {
		margin-top: 0;
	}
th .record-operation-data-form-operation-checkbox label {
	font-weight: bold;
}
.subjects-grid--row.changed--in {
    background-color: rgb(255, 255, 237);
    transition: background-color 1s;
}

.subjects-grid--row.changed--out {
    background-color: initial;
    transition: background-color 1s;
}

.subjects-grid--row > .subjects-grid--column-cage {
    white-space: nowrap;
}

.subjects-grid--row .subjects-grid--column-therapeutic {
    display: flex;
    flex-direction: column;
}

.results-message-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1em;
}

.results-message-table .row {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid #ddd;
}

    .results-message-table .row .column:first-child {
        width: 40%;
        border-right: 1px solid #ddd;
        overflow: hidden;
    }
    .results-message-table .row .column {
        padding: .25em;
    }

    .results-message-table .stackwave-sequence-wrapper {
        width: 60%;
    }

.stackwave-metric-increasing-icon {
    color: #3c763d;
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 18px;
}
.stackwave-metric-decreasing-icon {
    color: #a94442;
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 18px;
}
.stackwave-time-based-metrics table > tbody > tr > td.stackwave-metric-prior-period-cell {
    text-align: center;
    position: relative;
    min-width: 80px;
}

.stackwave-time-based-metrics h5 {
    margin-top: 0;
    margin-bottom: 20px;
}

.stackwave-dashboard-component-preview .stackwave-time-based-metrics,
.stackwave-dashboard-widget-component .stackwave-time-based-metrics,
.stackwave-dashboard-component-preview .stackwave-time-based-metrics-body,
.stackwave-dashboard-widget-component .stackwave-time-based-metrics-body {
    height: 100%;
}

.stackwave-time-based-metrics-table-wrapper {
    max-height: calc(100% - 35px);
    overflow-y: auto;
}

.stackwave-time-based-metrics .table {
    margin: 0;
}

.stackwave-dashboard-component-preview .stackwave-dynamic-material-set,
.stackwave-dashboard-widget-component .stackwave-dynamic-material-set {
    height: 100%;
}

.stackwave-dashboard-component-preview .stackwave-dynamic-material-set .stackwave-filtered-set-builder,
.stackwave-dashboard-widget-component .stackwave-dynamic-material-set .stackwave-filtered-set-builder {
    height: calc(100% - 50px);
    display: flex;
    flex-direction: column;
}
.stackwave-dashboard-component-preview .stackwave-dynamic-material-set-has-title .stackwave-filtered-set-builder,
.stackwave-dashboard-widget-component .stackwave-dynamic-material-set-has-title .stackwave-filtered-set-builder {
    height: calc(100% - 78px);
}
#stackwave-fullscreen-modal .stackwave-dashboard-widget-component .stackwave-dynamic-material-set .stackwave-filtered-set-builder {
    height: calc(100vh - 240px);
}
#stackwave-fullscreen-modal .stackwave-dashboard-widget-component .stackwave-dynamic-material-set-has-title .stackwave-filtered-set-builder {
    height: calc(100vh - 268px);
}

.stackwave-dashboard-component-preview .stackwave-filtered-set-builder-grid-wrapper,
.stackwave-dashboard-widget-component  .stackwave-filtered-set-builder-grid-wrapper {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.stackwave-dashboard-component-preview .stackwave-filtered-set-builder-template-actions-btn-group,
.stackwave-dashboard-widget-component .stackwave-filtered-set-builder-template-actions-btn-group {
    padding-top: 0;
}

.stackwave-dashboard-component-preview .stackwave-filtered-set-builder-table-wrapper,
.stackwave-dashboard-widget-component .stackwave-filtered-set-builder-table-wrapper {
    flex: 0 1 auto;
}

.stackwave-dashboard-component-preview ul.stackwave-filtered-set-builder-filter-descriptions,
.stackwave-dashboard-widget-component ul.stackwave-filtered-set-builder-filter-descriptions,
.stackwave-dashboard-component-preview .stackwave-dynamic-material-set-toolbar {
    display: none;
}

.stackwave-dynamic-material-set h4 {
    margin-top: 0;
}
.stackwave-dashboard-component-preview .stackwave-gantt-chart-target .gantt-container,
.stackwave-dashboard-widget-component .stackwave-gantt-chart-target .gantt-container {
    max-height: 400px;
}

#stackwave-fullscreen-modal .stackwave-dashboard-widget-component .stackwave-gantt-chart-target .gantt-container {
    max-height: calc(100vh - 240px);
}
.stackwave-time-series-plot-canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.stackwave-time-series-plot #chartjs-tooltip {
    opacity: 1;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    border-radius: 3px;
    pointer-events: none;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 9999;
    font-size: 10px;
}

    .stackwave-time-series-plot #chartjs-tooltip table {
        background-color: white;
        margin-bottom: 0;
    }

.stackwave-time-series-plot .chartjs-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}
.protein-details-page-sequence-wrapper {
    position: relative;
}

.protein-details-page-sequence-wrapper .close {
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 20;
}
.stackwave-request-aliquot-list {
    list-style: none;
    padding-left: 0;
    max-height: 200px;
    overflow-y: auto;
}

.stackwave-request-deleted-aliquot {
    opacity: 0.6;
}
.team-member-list {
    list-style: none;
    padding: 0;
}

    .team-member-list li.team-member-list-item {
        display: block;
        float: left;
        margin-right: 20px;
    }

    .team-member-list li.team-member-list-item .panel {
        width: 350px;
        height: 110px;
    }

.team-details-leader-info .media {
    margin-bottom: 30px;
}
.team-details-leader-info .media-object {
    max-width: 140px;
}

.team-member-list .media-object {
    max-width: 64px;
}
#profile-image-panel {
    width: 250px;
    text-align: center;
    float: left
}

    #profile-image-panel .panel-body {
        height: 100%;
    }

    #profile-image-panel img {
        max-width: 100%;
    }

    #profile-image-panel:hover {
        cursor: pointer;
        border-color: #76c5ed;
    }

#profile-photo-placeholder {
    text-align: center;
    margin: 80px 0;
    font-size: 16px;
}

#edited-assay-plate-groups {
    float: left;
    width: auto;
    min-width: 400px;
    margin-right: 40px;
}

#assay-plate-layout-editor .stackwave-layout-plate {
    float: left;
    width: auto;
}

    #assay-plate-layout-editor .stackwave-layout-plate td, #assay-plate-layout-editor .stackwave-layout-plate th {
        width: 60px;
        height: 60px;
        text-align: center;
        vertical-align: middle;
    }

    #assay-plate-layout-editor .stackwave-layout-plate td {
        color: black;
    }

.assay-plate-layout-editor-button-toolbar {
    float: left;
}

#assay-plate-layout-skip-form {
    float: left;
    margin-left: 15px;
}

#assay-plate-layout-editor-toolbar-wrapper:after {
    display: table;
    content: " ";
    clear: both;
}

.company-page .teams .teams-dashboard-widget-wrapper {
    height: 300px;
}
.company-page .teams .panel-title {
    margin-bottom: 20px;
    position: relative;
}
.company-page .teams .team-lead-info {
    margin-bottom: 30px;
}
.company-page .teams .team-lead-info .media-object {
    max-width: 64px;
}
.company-page .teams .team-edit-settings-link {
    top: 0;
    right: 0;
    position: absolute;
    padding: 0;
    color: #337ab7;
}
    .company-page .teams .team-edit-settings-link:hover, .company-page .teams .team-edit-settings-link:focus {
        color: #23527c;
    }

.company-page .teams .stackwave-time-series-plot-canvas,
.company-page .teams .stackwave-time-series-plot-canvas-wrapper,
.company-page .teams .stackwave-time-series-plot-body,
.company-page .teams .stackwave-time-series-plot-content,
.company-page .teams .stackwave-time-series-plot,
.company-page .teams .stackwave-dashboard-widget-component {
    height: 100%;
}

.company-logo {
    float: left;
    max-width: 200px;
    max-height: 110px;
    margin: 20px 20px 0 0;
}

.company-name-and-tagline-wrapper {
    float: left;
}
.stackwave-dashboard-selector-form-btn-group {
    width: 300px;
}

.stackwave-dashboard-actions-btn-group {
    padding-top: 24px;
    margin-left: 25px;
}

.stackwave-dashboard-component-preview,
.stackwave-dashboard-component-preview .stackwave-time-series-plot-canvas,
.stackwave-dashboard-component-preview .stackwave-time-series-plot-canvas-wrapper,
.stackwave-dashboard-component-preview .stackwave-time-series-plot-body,
.stackwave-dashboard-component-preview .stackwave-time-series-plot-content,
.stackwave-dashboard-component-preview .stackwave-time-series-plot,
.stackwave-dashboard-widget .stackwave-time-series-plot-canvas,
.stackwave-dashboard-widget .stackwave-time-series-plot-canvas-wrapper,
.stackwave-dashboard-widget .stackwave-time-series-plot-body,
.stackwave-dashboard-widget .stackwave-time-series-plot-content,
.stackwave-dashboard-widget .stackwave-time-series-plot,
.stackwave-dashboard-widget .stackwave-dashboard-widget-content .stackwave-dashboard-widget-component,
#stackwave-fullscreen-modal .stackwave-time-series-plot-canvas,
#stackwave-fullscreen-modal .stackwave-time-series-plot-canvas-wrapper,
#stackwave-fullscreen-modal .stackwave-time-series-plot-body,
#stackwave-fullscreen-modal .stackwave-time-series-plot-content,
#stackwave-fullscreen-modal .stackwave-time-series-plot,
#stackwave-fullscreen-modal .stackwave-dashboard-widget-content .stackwave-dashboard-widget-component {
    height: 100%;
}

.stackwave-dashboard-widget {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px 15px;
    margin-bottom: 20px;
}

.stackwave-dashboard-widget-content {
    position: relative;
    height: 450px;
}
#stackwave-fullscreen-modal .stackwave-dashboard-widget-content {
    height: calc(100vh - 190px);
}

.stackwave-dashboard-component-preview-wrapper {
    height: 450px;
}

.stackwave-dashboard-widget-toolbar {
    top: -15px;
    right: -10px;
    position: absolute;
    padding: 0;
}
#stackwave-fullscreen-modal .stackwave-dashboard-widget-toolbar {
    display: none;
}

.stackwave-dashboard-widget-toolbar .btn {
    padding: 0 4px;
}
h3 {
    clear: both;
}
.apps {
    list-style: none;
    padding: 0;
    clear: both;
    text-align: center;
    margin-bottom: 20px;
}
.apps li {
    float: left;
    width: 300px;
    margin-right: 30px;
    opacity: 0.65;
}
    .apps li.app-enabled {
        opacity: 1;
    }
.apps .panel {
    cursor: pointer;
}
    .apps .panel:hover {
        background-color: #eee;
        border-color: #bfbfbf;
    }
.apps .glyphicon-ok {
    color: #3c763d;
}
h3 {
    clear: both;
}

.apps {
    list-style: none;
    padding: 0;
    clear: both;
    text-align: center;
    margin-bottom: 20px;
}

    .apps li {
        float: left;
        width: 300px;
        margin-right: 30px;
        opacity: 0.65;
    }

        .apps li.app-enabled {
            opacity: 1;
        }

    .apps .panel {
        cursor: pointer;
    }

        .apps .panel:hover {
            background-color: #eee;
            border-color: #bfbfbf;
        }

    .apps .glyphicon-ok {
        color: #3c763d;
    }

.users-header {
    margin-bottom: 0;
}

.license-details {
    margin-top: 6px;
    margin-bottom: 12px;
}

.copy-roles-panel {
    margin-top: 24px;
}

.change-roles-table {
    margin-top: 24px;
    width: 100%;
}

    .change-roles-table th {
        padding-bottom: 12px;
    }

    .change-roles-table .change-roles-header-action {
        width: 250px;
    }

#smtp-wizard .stackwave-wizard-page-body {
    min-height: 330px;
}
.protein-production .in-progress {
    background-color: #fcf8e3;
    text-align: center;
}

.protein-production .complete {
    background-color: #dff0d8;
    text-align: center;
}

.protein-production .cancelled, .stackwave-canceled-task {
    text-decoration: line-through;
}

.stackwave-request-task-list {
    list-style: none;
    padding-left: 15px;
    max-height: 200px;
    overflow-y: auto;
}

.stackwave-request-task-list li {
    position: relative;
}
    .stackwave-request-task-list li .stackwave-request-task-list-status-wrapper {
        position: absolute;
        left: -15px;
    }
.protein-production-purify td[data-stackwave-grid-column-locator-name="IsComplete"] {
    padding: 0 !important;
}

.protein-production-purify .purification-status-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
    width: 100%;
    flex-wrap: nowrap;
}

.protein-production-purify .purification-status-wrapper .purification-status-icon {
    max-width: 48%;
    width: 48%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.protein-production-purify .purification-status-wrapper .purification-status-icon span {
    height: 100%;
    margin: 0.5em;
}

.protein-production-purify .purification-status-wrapper .purification-status-complete-button {
    max-width: 50%;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.protein-production-purify .in-progress {
    text-align: unset !important;
}

.protein-production-purify .stackwave-grid-table > tbody > tr[data-bind="visible: isDetailsOpen"] > td {
    box-shadow: inset 0 0 5px 5px #ddd;
    padding-left: 2.5em;
    background-color: #ffffff;
}

.protein-production-purify .purification-results > .purification-result.latest {
    background-color: #d9edf7;
}

.purify-protein-purification-methods-form-list th {
    min-width: 200px;
}

.purification-sequence-review-table .stackwave-sequence {
    max-width: 250px;
    overflow-x: auto;
}

.production-triage-fulfill-from-inventory-material-list {
    list-style: none;
    padding: 0;
}


.production-triage-fulfill-from-inventory .lot-grid-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.production-triage-fulfill-from-inventory .lots-summary-footer {
    padding: 5px;
    text-align: right;
}

.production-triage-fulfill-from-inventory .lot-grid-hidden {
    display: none;
}
