/* all customized css*/

.gridStyle {
  border: 1px solid rgb(212, 212, 212);
  width: 1138px;
  height: 300px;
}

.addMetricRightGridStyle {
  border: 1px solid rgb(212, 212, 212);
  width: 150px;
  height: 220px;
}

.metric-right-pane-title {
  padding-top: 10px;
}

.navbar > .container .navbar-brand {
  color: #fff;
  font-size: 20px;
  margin-left: 0;
}

.expnavbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  line-height: 20px;
  margin-left: 0 !important;
  background-color: #004ab5;
  color: #ffffff;
  border-color: #004ab5;
  font-size: 23px;
  display: flex;
  align-items: center;
}

.expbody-content {
  margin-top: 60px;
}

.home {
  background-color: #004ab5;
  color: #ffffff;
  border-color: #004ab5;
  font-size: 1.2em;
}

.help {
  background-color: #004ab5;
  color: #ffffff;
  border-color: #004ab5;
  font-size: 1em;
}

.logo {
  float: left;
  margin-right: 10px;
  vertical-align: middle;
  width: 36px;
  height: 36px;
}

.expnavbar {
  position: fixed;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  width: 100%;
  top: 0px;
  z-index: 100;
}

.expcontainer {
  margin-left: 15px;
  margin-right: 0px;
}

.expnavbar-inverse {
  margin-bottom: 0;
  background-color: #004ab5 !important;
  border-color: #004ab5 !important;
}

.expnavbar {
  margin-bottom: 0;
  background-color: #004ab5 !important;
  border-color: #004ab5 !important;
}

.navCircle {
  width: 25px;
  height: 25px;
  background: #ffffff;
  padding: 3px;
  border-radius: 100%;
  color: black;
  text-align: center;
}

.col-20-percent {
  width: 20% !important;
}

hr.header-bar {
  border: 0;
  height: 2px;
  background: #aaa;
  margin-top: 15px;
}

#metricset-header {
  padding-bottom: 15px;
}

#greetingPanel {
  padding-top: 20px;
}

#preview-scorecard-container {
  padding: 50px 0 0 0;
  text-align: center;
  margin: 0 auto;
}

.title-bar-below-nav {
  padding: 10px 20px;
  background-color: #666;
  color: white;
}

.metric-name-title {
  font-size: 1.2em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-title-bar {
  padding: 0px;
}

.main-title-bar-link {
  font-size: 14px;
  color: #fff !important;
}

.main-title-bar-link:hover {
  color: #ccc !important;
}

.main-title-bar-username {
  font-size: 14px;
  color: #9d9d9d !important;
}

.alert > a {
  color: white;
  text-decoration: underline;
}

#editor {
  position: relative;
  height: 1000px;
  border: 1px solid #ccc;
}

#metric-set-list {
  padding: 0px;
}

#metric-set-list li {
  background-color: white;
  font-size: 20px;
  padding: 15px 40px;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

.metric-set-list-setting-right {
  font-size: 16px;
  /* margin-left: 15px; */
  background: none;
  border: none;
}

.metric-set-list-setting-right[disabled] {
  opacity: 0.6;
}

.metric-set-list-setting-right > * {
  vertical-align: middle;
  color: #666;
  cursor: pointer;
}

.metric-set-list-buttons-container {
  padding-top: 5px;
}

.normal-button-size {
  font-size: 16px;
}

.metric-set-list-title-box {
  background-color: #666 !important;
  font-weight: bold;
  font-size: 16px !important;
  color: white;
}

.grey-icon {
  color: #999;
}

.editor-entry-point {
  height: 30px;
  padding-left: 13px;
  padding-right: 14px;
  background-color: #7d7f82;
  background-image: linear-gradient(#7d7f82, #666666);
  border: 1px solid #555555;
  font-size: 14px;
  border-radius: 5px;
}

button.edit-mdl-button {
  background-color: #7d7f82;
  background-image: linear-gradient(#7d7f82, #666);
  border: 1px solid #555;
}

button.edit-mdl-button:hover {
  background-color: #7d7f82;
  border: 1px solid #555;
  background-image: none;
}

.nav-bar-text {
  font-size: 18px;
  vertical-align: middle;
}

.viv-form-error {
  color: red;
  font-size: 12px;
  margin-bottom: 2px;
}

.add-metric-cancel-btn {
  font-family: Segoe UI;
  font-size: 18px;
  color: #32a0cb;
  padding-right: 0;
  left: 7.5%;
  cursor: pointer;
  margin-top: 4px;
}

#saving-metrics-notification {
  color: #e5e5e5;
  font-size: 14px;
  margin-left: 35px;
}

.scorecard-layout-right-pane {
  float: right;
  position: fixed;
  margin-left: 650px;
  width: 470.82px;
}

.loading-icon {
  position: fixed;
  margin: 5% auto;
  left: 0;
  right: 0;
  z-index: 2000;
}

#background-cover-datasource {
  z-index: 1000;
  background-color: white;
  opacity: 0.7;
  position: absolute;
  width: 905px;
  height: 600px;
}

.scorecard-list {
  overflow-y: auto;
  list-style: none;
  height: 600px;
}

a.dropdown-toggle {
  text-decoration: none;
}

.editable-buttons > button {
  text-transform: capitalize;
}

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

ul.upload-list > li {
  border-top: 1px solid #ccc;
  line-height: 34px;
  padding: 10px;
}

#metric-set-title {
  font-family: Segoe UI;
  font-size: 24px;
  color: #333333;
}

.segment-list-item {
  cursor: default;
}

#segment-list {
  padding-bottom: 20px;
}

#edit-segment-modal {
  margin: 0 10px 10px 10px;
  padding-bottom: 60px;
}

#add-segment-button {
  margin-top: 10px;
}
.edit-metric-set-add-button:hover {
  text-decoration: none;
}

/*FAQ page*/
.faq tr {
  border-bottom: 1px #c9c9c9 solid;
}

.faq td,
.faq th {
  padding: 10px;
  min-width: 100px;
}

.faq-subtitle {
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.faq > h3 {
  margin-top: -50px;
  padding-top: 70px;
}

/* Pipelines */
.pipeline-setup {
  font-size: 16px;
}

.sup-header-brand {
  font-size: 24px;
  font-weight: 400;
}

ul.upload-list > li > input {
  display: inline;
  padding-left: 20px;
}

.my-pipeline .modal-header {
  border-bottom-width: 0;
  padding: 20px;
}

.my-pipeline .modal-body {
  padding: 0 20px;
}

.my-pipeline .modal-footer {
  border-top-width: 0;
  padding: 20px;
}

.upload-list-cancel-button {
  vertical-align: middle;
  padding-right: 10px;
  line-height: 34px;
}

.pipeline-page-header {
  z-index: 1;
  position: fixed;
  height: 100px;
  background-color: rgb(255, 255, 255);
  margin-top: -30px;
  padding: 30px 20px 0;
}

.pipeline-nav {
  margin-top: 20px;
  position: fixed;
}

.pipeline-nav .nav > li {
  padding-left: 20px;
}

.pipeline-guide {
  font-size: 16px;
}

.pipeline-wrapper {
  padding-top: 50px;
  background-color: #ffffff;
}

.pipeline-section {
  margin-top: -130px;
  padding-top: 150px;
}

.pipeline-step {
  margin-top: -140px;
  padding-top: 150px;
}

.featured-item {
  align-items: center;
  padding: 10px;
}

.featured-item > .btn {
  display: block;
  margin: auto;
  width: 260px;
}

.feature-item-description {
  text-align: center;
  font-size: 14px;
}

.step-check-list-header {
  background-color: rgb(255, 204, 0);
  height: 34px;
  border-radius: 5px 5px 0 0;
  padding-top: 5px;
}

.step-check-list-frame {
  background-color: white;
  border-radius: 0 0 5px 5px;
  border-color: rgba(255, 204, 0, 1);
  border-style: solid;
  border-width: 1px;
  padding: 10px 0;
}

.pipeline-required-field {
  color: red;
}

.pipeline-progress-bar {
  margin-right: 20px;
  height: 34px;
  width: 250px;
}

.pipeline-progress-bar-inner-text {
  display: inline;
  line-height: 30px;
  text-overflow: ellipsis;
}

.pipeline-name-style {
  width: 350px;
  height: 36px;
}

.checklist-step {
  margin-bottom: 5px;
}

.checklist-item {
  font-weight: 500;
  margin-left: 20px;
}

.checklist-item > input {
  margin-right: 5px;
}

.checklist-header {
  display: block;
  margin-left: 15px;
  margin-right: 15px;
}

.pipeline-body {
  padding-bottom: 50px;
}

.pipeline-empty {
  margin: auto;
  width: 750px;
}

.pipeline-empty > img {
  display: block;
  margin: 50px auto;
  width: 150px;
}

.pipeline-empty > h3 {
  color: #999;
  text-align: center;
}

.pipeline-empty > ul {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.pipeline-empty > ul > li {
  color: #333;
  font-size: 16px;
}

.pipeline-status {
  font-size: 16px;
  padding: 0 20px;
}

.pipeline-status-header {
  background-color: rgba(0, 157, 217, 1);
  border-radius: 5px 5px 0 0;
  color: white;
  font-weight: 700;
  height: 40px;
  padding-top: 10px;
}

.pipeline-status-row {
  border-bottom: 1px solid #999;
  background-color: white;
  color: #666;
  padding-top: 5px;
  padding-bottom: 5px;
}

.pipeline-status-row-name {
  font-weight: 700;
}

.pipeline-status-row-details {
  overflow-x: hidden;
}

.pipeline-status-row-details-date {
  color: #666;
  font-size: 13px;
  font-weight: 400;
}

.pipeline-submit-success-feature > h3 {
  text-align: center;
}

.pipeline-submit-success-icon {
  color: white;
  background-color: #5cb85c;
  width: 80px;
  height: 80px;
  padding: 20px;
  border-radius: 40px;
  margin: 30px auto;
}

.pipeline-submit-success-icon-check {
  font-size: 40px;
  cursor: default;
}

/*temporary for edit DS new code path*/
.add-datasource-holder {
  padding: 5px 30px 30px 30px;
}

.toastr-button {
  display: block;
  margin-top: 10px;
}

.toastr-msg-container {
  overflow: auto;
  max-height: 200px;
}

.vivace-load-box {
  font-family: 'Segoe UI', Arial;
  display: inline-block;
  background-color: white;
  color: black;
  padding: 40px 60px;
  border-radius: 4px;
  font-weight: 400;
  cursor: wait;
  text-align: center;
  min-width: 400p;
  box-shadow: 0px 2px 5px 1px #cccccc;
}

.vivace-load-box > .loadbox-title {
  font-size: 24px;
}

.vivace-load-box > .loadbox-subtitle {
  margin-top: 5px;
  font-size: 16px;
  color: #666;
}

.vivace-load-box > .loadbox-tips {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  max-width: 400px;
}

.vivace-load-box > .loader {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 25%;
  height: 100px;
  align-items: center;
  justify-content: center;
}

#nsat {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: fixed;
  bottom: 0;
  right: 20px;
  height: 535px;
  width: 380px;
  z-index: 100;
  background-color: white;
  white-space: normal !important;
  max-height: 100%;
  overflow-y: auto;
}

#nsat-title {
  background-color: #666;
  height: 36px;
  width: 100%;
  color: white;
  padding: 8px 12px;
}

#nsat-body {
  padding: 12px;
}

#nsat-body label {
  font-weight: normal;
}

#nsat-body label {
  display: block;
}

#nsat-body h5 {
  margin-top: 20px;
}

#nsat-body textarea {
  height: 120px;
  width: 100%;
  resize: none;
}

#nsat-body input[type='radio'],
input[type='checkbox'] {
  margin-right: 5px;
}

#nsat-body button {
  padding: 4px;
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
}

#nsat-success {
  text-align: center;
}

.nsatShrink {
  width: 100px !important;
  height: 36px !important;
}

.nsatHide {
  display: none !important;
}

#nsat h5 r {
  color: red;
}

#nsat h4 {
  font-weight: normal;
}

#home-container {
  white-space: nowrap;
}
#home-container .alert {
  white-space: normal;
}
#home-production-filter {
  padding-right: 20px;
  padding-top: 9px;
  width: 100%;
  list-style: none;
}

#home-production-filter > .btn {
  text-align: left;
  font-size: 16px;
  background-color: #eeeeee;
  border-color: #eeeeee;
  margin-bottom: 10px;
}

#home-production-filter > .btn.active,
#home-production-filter > .btn:active #home-production-filter > .btn.focus,
#home-production-filter > .btn:focus {
  background-color: #e5e5e5;
  border-color: #cccccc;
}

#home-production-filter > .btn.disabled,
#home-production-filter > .btn:disabled,
#home-production-filter > .btn[disabled] {
  background-color: #e5e5e5;
  border-color: #cccccc;
  background-image: none;
}

#home-left-pane {
  display: inline-block;
  width: 15%;
  vertical-align: top;
}

#home-pipeline-setup-container {
  margin-top: 50px;
}

#home-pipeline-setup-container a {
  display: block;
  margin-bottom: 5px;
}

#home-right-pane {
  display: inline-block;
  width: 85%;
  padding-top: 20px;
}

.metric-set-list-item {
  font-size: 18px;
}

.home-test-ms-label {
  font-size: 12px;
  background-color: #b5b5b5;
}

.home-readonly-label {
  color: #787878;
  font-size: 14px;
}

#home-menu-bar {
  margin-bottom: 10px;
}

#metric-set-list-search-box {
  display: inline;
  padding-bottom: 20px;
}

#home-menu-bar input {
  display: inline-block;
}

.home-no-search-result-container {
  margin: 75px 0;
}

.home-no-search-result-caption {
  margin-top: 10px;
  font-size: 16px;
}

#home-welcome-to-vivace-container > div,
#home-welcome-to-vivace-container > button {
  margin-top: 15px;
}

#home-filter-my {
  line-height: 34px;
  font-size: 16px;
  cursor: pointer;
}

.list-columns-container {
  padding: 0 20px;
}
.zoom-mode .content-container {
  width: 100%;
}

.zoom-mode .list-columns-container .row .col-xs-6 {
  width: 100%;
}

.modal-metric-ctn .metric-container {
  width: 300px;
}

.list-templates-container {
  padding: 20px;
}
.list-templates-container #list-templates-filter {
  margin-bottom: 10px;
}
.template-list-item {
  font-size: 16px;
  padding: 15px;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

.list-metrics-container {
  padding: 20px;
}
.list-metrics-container #list-metrics-filter {
  margin-bottom: 10px;
}

.zoom-mode .content-container {
  width: 100%;
}

.zoom-mode .list-metrics-container .row .col-xs-6 {
  width: 100%;
}

.modal-metric-ctn .metric-container {
  width: 300px;
}

/**
* Headings
*/
.maui-list-heading.flex-container {
  flex-wrap: wrap;
}
.maui-list-heading .flex-content {
  flex-basis: auto;
}
.fa-info {
    color:#087cd4
}

.tooltip.bottom .tooltip-inner {
    background-color: #087cd4;
}
.list-scorecards-container {
  padding: 0 20px;
}
.scorecard-list-item {
  font-size: 16px;
  padding: 15px 40px 15px 5px;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

.list-analysis-templates-container {
  padding: 0 20px;
}
.analysis-template-list-item {
  font-size: 16px;
  padding: 15px 40px 15px 5px;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

.analysis-template-container {
  padding: 0 20px;
}

.analysis-template-container #scorecard-actions {
  margin-bottom: 10px;
}

.analysis-template-container .dropdown ul {
  width: 100%;
  border: 1px solid #eee;
  padding: 8px 0;
}

.analysis-template-container .dropdown a {
  padding: 5px 8px;
}

.analysis-template-container .dropdown a i {
  width: 20px;
}

.analysis-template-container .dropdown a span {
  padding: 0 10px;
}

.aggregation-template-description pre {
  margin: 10px 0 10px;
  font-size: 12px;
  font-weight: bold;
}

.panel-heading i,
.panel-heading span {
  vertical-align: top;
}

.include-column-name {
  display: inline-block;
  word-break: break-all;
  word-wrap: break-word;
  max-width: calc(100% - 140px);
}

.column-includer-select {
  max-width: calc(100% - 205px);
}

.definition-step-title {
  padding: 10px;
  background-color: #e5e5e5;
}
.definition-step-subtitle {
  padding-left: 10px;
}
.definition-step-body .right-action {
  float: right;
  padding: 0;
}
.definition-step-body .panel {
  margin-bottom: 0;
}
.definition-step-body .panel-heading {
  background-color: #e5e5e5;
  padding: 12px 20px 10px 16px;
  cursor: pointer;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}

.description-editor {
  height: 100px;
  z-index: 0; /* so it doesn't render over banner */
}
.definition-editor {
  height: 80px;
}
.well .well {
  background-image: linear-gradient(to bottom, #f5f5f5 0, #ffffff 100%);
}
.percentile-input {
  display: inline-block;
  width: 80px;
}

.radio label,
.checkbox label {
  color: black;
}

.edit-metric-container {
  padding: 20px;
}

.layout-actions {
  padding: 5px;
}
.layout-actions a {
  margin-right: 5px;
  text-decoration: none;
  color: #333;
}
/* jstree */
.layout-editor.jstree {
  outline: none;
}
.layout-editor.jstree .jstree-node {
  position: relative;
}
.layout-editor.jstree .jstree-node .jstree-ocl {
  position: absolute;
  top: 6px;
}
.layout-editor.jstree .jstree-node.jstree-leaf .jstree-ocl {
  display: none;
}

.layout-editor.jstree .jstree-node .jstree-anchor {
  display: block;
  height: auto;
  padding: 5px 25px 5px 5px;
  margin-left: 24px;
  background-color: #f8faff;
  border: 1px solid #dae2ea;
  color: #106ebe;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.layout-editor.jstree .jstree-node.has-conflict > .jstree-anchor {
  background-color: #faf5d9;
}
.layout-editor.jstree .jstree-node .jstree-anchor .internal-metric-name {
  display: none;
}
.layout-editor.jstree .editable {
  color: inherit;
  border-bottom: dashed 1px #428bca;
  text-decoration: none;
}
.layout-editor.jstree .jstree-node .jstree-anchor:hover,
.layout-editor.jstree .jstree-node .jstree-anchor.jstree-clicked {
  color: #438eb9;
  border-color: #dce2e8;
  border-radius: 0;
  box-shadow: none;
}
.layout-editor.jstree .jstree-node .jstree-anchor:hover {
  background-color: #f4f6f7;
}
.layout-editor.jstree .jstree-node .jstree-anchor.jstree-clicked {
  background-color: #beebff;
}
.layout-editor.jstree .jstree-node .jstree-anchor .trash-btn {
  position: absolute;
  right: -2px;
  top: 2px;
  color: 7c9eb2;
}
.layout-editor.jstree .jstree-node .jstree-anchor .trash-btn:focus:after {
  content: attr(title);
  position: absolute;
  left: 42px;
  top: 10px;
  border: 1px solid #000;
  padding: 4px;
  color: #000;
}
.layout-editor.jstree .jstree-node .jstree-anchor .trash-btn:hover,
.layout-editor.jstree .jstree-node .jstree-anchor .trash-btn:focus {
  color: #438eb9;
}

.title-bar {
  padding: 10px 20px;
  background-color: #666;
  color: #fff;
}
.title-bar h3 {
  font-size: 20px;
  margin: 0;
  display: inline-block;
  line-height: 30px;
  color: #fff;
}

.title-bar .btn {
  margin-left: 1em;
}

.step-bar {
  margin-top: 15px;
}
.step-bar .step a {
  font-size: 18px;
  line-height: 30px;
  color: #32a0cb;
  text-decoration: none;
  display: inline-block;
  padding-left: 50px;
  background: transparent no-repeat scroll top left;
}
.step-bar .step.active a,
.step-bar .step a:hover {
  color: #32a0cb;
}

/* Disabling Code */
#nav-bar .step.disabled {
  opacity: 0.5;
}

#nav-bar .step.disabled a:hover,
#nav-bar .step.disabled a {
  color: #aaa;
  cursor: not-allowed;
}
/* End Disabling */

/* path: this file -> src/app/authoring/components/step-bar -> images at src/images => ../../../../images */
/* step 1 */
.step-bar .step.step1 a { background-image: url(233913a9284ce10e1204.png); }
.step-bar .step.step1 .active a,
.step-bar .step.step1 a:hover { background-image: url(82b3a105e8aa3ec582cb.png); }
.step-bar .step.step1 .disabled a,
.step-bar .step.step1 .disabled a:hover { background-image: url(4d400d37b94377bdcfe1.png); }
.step-bar .step.step1 .active.disabled a,
.step-bar .step.step1 .active.disabled a:hover { background-image: url(07ea78009b87ad61c44e.png); }
/* step 2 */
.step-bar .step.step2 a { background-image: url(818edeb5792bab42d5d0.png); }
.step-bar .step.step2 .active a,
.step-bar .step.step2 a:hover { background-image: url(c21c5f980254ed71a6dc.png); }
.step-bar .step.step2 .disabled a,
.step-bar .step.step2 .disabled a:hover { background-image: url(4341dd0b0ee71555b605.png); }
.step-bar .step.step2 .active.disabled a,
.step-bar .step.step2 .active.disabled a:hover { background-image: url(1e6d0a205e34652285b1.png); }
/* step 3 */
.step-bar .step.step3 a { background-image: url(4ee3167222376c006682.png); }
.step-bar .step.step3 .active a,
.step-bar .step.step3 a:hover { background-image: url(57b9dfdee3510a71fe12.png); }
.step-bar .step.step3 .disabled a,
/*no images/step3.disabled.png, use step3.active.disabled.png instead*/
.step-bar .step.step3 .disabled a:hover { background-image: url(acbcc9c119e4eec1a072.png); }
.step-bar .step.step3 .active.disabled a,
.step-bar .step.step3 .active.disabled a:hover { background-image: url(acbcc9c119e4eec1a072.png); }

/* metric detail */
.metric-detail {
  background-color: #fff;
  padding: 0 15px 15px;
}
.metric-detail label {
  font-weight: 500;
}
.metric-detail .metric-container {
  overflow: auto;
  padding: 10px 15px;
  background-color: #eee;
}
.metric-detail .glyphicon-stats {
  color: #888;
}
.metric-detail .metric-detail-name,
.metric-detail .metric-scorecards,
.metric-detail .metric-sourcefile,
.metric-detail .metric-description,
.metric-detail .metric-definition,
.metric-detail .metric-dependency,
.metric-detail .metric-notification-list {
  padding: 5px;
  background-color: #e5e5e5;
}
.metric-detail .metric-notification-list ul {
  margin-bottom: 0;
}
.metric-detail .metric-scorecards {
  max-height: 70px;
  overflow: auto;
}
.metric-detail .metric-definition {
  word-wrap: break-word;
  word-break: break-all;
}
.metric-detail .metric-description {
  max-height: 120px;
  overflow: auto;
}
.metric-detail .metric-dependency {
  max-height: 220px;
  overflow: auto;
}

.metric-detail .editable-textarea,
.metric-detail .editable-textarea .editable-controls,
.metric-detail .editable-textarea textarea.editable-input {
  width: 100%;
  height: 100px;
}

.metric-bulk-actions {
  background-color: #fff;
  padding: 0 15px 15px;
}
.metric-bulk-actions .metric-bulk-actions-container {
  overflow: auto;
  padding: 15px;
  background-color: #eee;
}

.metric-bulk-actions-container h4,
.metric-bulk-actions-container p {
  margin-bottom: 20px;
}

.dashboard-container {
  padding: 0 20px;
}
.dashboard-container #scorecard-actions {
  margin-bottom: 10px;
}
.dashboard-container .dropdown ul {
  width: 100%;
  border: 1px solid #eee;
  padding: 8px 0;
}
.dashboard-container .dropdown a {
  padding: 5px 8px;
}
.dashboard-container .dropdown a i {
  width: 20px;
}
.dashboard-container .dropdown a span {
  padding: 0 10px;
}
.zoom-mode .dashboard-container {
  width: 100%;
}
.zoom-mode .dashboard-container .row .col-xs-6 {
  width: 100%;
}
.modal-metric-ctn .metric-container {
  width: 270px;
}
@media screen and (max-width: 749px) {
  .scorecard-setting {
    min-width: 100px;
  }
}

.analysis-profile-container {
  padding: 20px;
}
#analysis-profile-nav {
  padding-top: 10px;
}
#analysis-profile-nav > a {
  display: block;
  margin: 5px 10px;
  border-radius: 4px;
  color: #337ab7;
  padding: 10px 20px;
  text-decoration: none;
}
#analysis-profile-nav > a.active {
  color: black;
  background-color: #eee;
}
#analysis-profile-content {
  padding: 10px 20px;
  padding-right: 40px;
}
#analysis-profile-view-parameter-header > div,
#analysis-profile-view-parameter-header-override > div {
  background-color: #ddd;
  line-height: 30px;
  margin: 0;
  font-size: 14px;
  color: #555;
  font-weight: 700;
  padding: 5px 15px;
}
.analysis-profile-view-parameter-row > div {
  line-height: 60px;
  height: 61px;
  vertical-align: middle;
  border-bottom: 1px solid rgb(216, 216, 216);
  margin: 0;
  font-size: 16px;
}

.analysis-profile-view-parameter-override-row > div {
  margin-top: 15px;
}

.spacer {
  margin-top: 30px;
}

.filter-container {
  margin-left: -15px;
  margin-right: -15px;
}

.filter-editor-button {
  font-size: 18px;
  line-height: 34px;
  margin-right: 5px;
}

.filter-list-header-row {
  font-weight: 700;
  background-color: #ddd;
  color: #555;
  border-radius: 5px;
  line-height: 45px;
}

.filter-list-header-row th {
  height: 45px !important;
  line-height: 30px !important;
  padding: 5px 15px !important;
}

.filter-header-row {
  margin-bottom: 5px;
}

.filter-editor-create-base-column {
  background-color: #eee;
  padding: 10px;
  margin: 5px 0px;
}

.filter-info {
  color: #555;
}

.filter-noneditable-date {
  padding-right: 20px;
  font-size: 18px;
  text-align: center;
}

.filter-list {
  word-wrap: break-word;
  border-radius: 5px;
  border-bottom: 1px solid rgb(216, 216, 216);
}

.filter-list td {
  padding: 15px !important;
  word-break: break-all;
  font-size: 16px;
  vertical-align: middle !important;
}

.filter-list-column-name {
  min-width: 150px;
}

.filter-actions {
  min-width: 120px;
  text-align: right;
}

.filter-delete {
  cursor: pointer;
  padding: 10px;
}

.filter-question-mark-date {
  color: #666;
  font-size: 14px;
  padding: 10px;
  border: none;
  background-color: white;
}

.analysis-profile-container {
  padding: 20px;
}
#analysis-profile-nav {
  padding-top: 10px;
}
#analysis-profile-nav > a {
  display: block;
  margin: 5px 10px;
  border-radius: 4px;
  color: #337ab7;
  padding: 10px 20px;
  text-decoration: none;
}
#analysis-profile-nav > a.active {
  color: black;
  background-color: #eee;
}
#analysis-profile-content {
  padding: 10px 20px;
  padding-right: 40px;
}
#analysis-profile-view-parameter-header > div,
#analysis-profile-view-parameter-header-override > div {
  background-color: #ddd;
  line-height: 30px;
  margin: 0;
  font-size: 14px;
  color: #555;
  font-weight: 700;
  padding: 5px 15px;
}
.analysis-profile-view-parameter-row > div {
  line-height: 60px;
  height: 61px;
  vertical-align: middle;
  border-bottom: 1px solid rgb(216, 216, 216);
  margin: 0;
  font-size: 16px;
}

.analysis-profile-view-parameter-override-row > div {
  margin-top: 15px;
}

.spacer {
  margin-top: 30px;
}

.filter-container {
  margin-left: -15px;
  margin-right: -15px;
}

.filter-editor-button {
  font-size: 18px;
  line-height: 34px;
  margin-right: 5px;
}

.filter-list-header-row {
  font-weight: 700;
  background-color: #ddd;
  color: #555;
  border-radius: 5px;
  line-height: 45px;
}

.filter-list-header-row th {
  height: 45px !important;
  line-height: 30px !important;
  padding: 5px 15px !important;
}

.filter-header-row {
  margin-bottom: 5px;
}

.filter-editor-create-base-column {
  background-color: #eee;
  padding: 10px;
  margin: 5px 0px;
}

.filter-info {
  color: #555;
}

.filter-noneditable-date {
  padding-right: 20px;
  font-size: 18px;
  text-align: center;
}

.filter-list {
  word-wrap: break-word;
  border-radius: 5px;
  border-bottom: 1px solid rgb(216, 216, 216);
}

.filter-list td {
  padding: 15px !important;
  word-break: break-all;
  font-size: 16px;
  vertical-align: middle !important;
}

.filter-list-column-name {
  min-width: 150px;
}

.filter-actions {
  min-width: 120px;
  text-align: right;
}

.filter-delete {
  cursor: pointer;
  padding: 10px;
}

.filter-question-mark-date {
  color: #666;
  font-size: 14px;
  padding: 10px;
}

#nav-bar {
  padding: 20px 10px;
}
#nav-bar h2 {
  font-size: 24px;
  color: #333;
  margin: 0;
}
#nav-bar .nav-bar-title a:focus,
#nav-bar .nav-bar-title a:hover {
  text-decoration: none;
}
#nav-bar .nav-bar-title .item {
  display: inline-block;
  margin-right: 20px;
}
#nav-bar .nav-bar-title .flat-btn {
  color: #32a0cb;
  font-size: 18px;
  line-height: 18px;
}

#nav-bar h2 .dropdown {
  display: inline-block;
}

.preview-scorecard-container {
  padding: 0 20px;
}

.buddy-scorecard-metadata {
  padding: 0 10px 0 10px;
  font-weight: bold;
}

.buddy-scorecard-new-tab-link {
  cursor: pointer;
  margin: 0 5px 25px 0px;
}

.buddy-scorecard-history > p {
  margin: 20px 0;
  text-align: center;
}

.buddy-scorecard-history > p > img {
  padding: 0 10px;
}

.buddy-scorecard-history > p > a {
  cursor: pointer;
}

.buddy-scorecard-details {
  height: 100%;
  width: 100%;
  margin: 20px 0;
}
.buddy-scorecard-error > h3 {
  color: red;
}
.buddy-scorecard-history-dropdown {
  width: 350px;
  margin-right: 15px;
  display: inline-block;
}
.buddy-scorecard-container {
  padding: 50px 0 0 0;
  text-align: center;
  margin: 0 auto;
}

.preview-scorecard2-result {
  padding: 20px;
  margin: 20px;
}

.preview-running {
  background-color: rgba(255, 255, 0, 0.05);
}
.preview-success {
  background-color: rgba(0, 255, 0, 0.05);
}
.preview-error {
  background-color: rgba(255, 0, 0, 0.05);
}

.buddy-scorecard-history-dropdown .ui-select-choices-row-inner {
  padding: 0 !important;
}
.buddy-scorecard-select-item-entry {
  padding: 3px 7px 4px;
}
.buddy-scorecard-select-item-entry table {
  width: 100%;
}
.buddy-scorecard-select-item-entry table td:nth-child(1) {
  width: 80%;
}
.buddy-scorecard-select-item-entry table td:nth-child(2) {
  width: 20%;
  text-align: right;
}

#scorecard-debug-dropdown {
  display: inline;
}

#scorecard-complete-menu {
  display: inline-block;
}

#scorecard-content {
  word-wrap: break-word;
  word-break: break-all;
}

#scorecard-content table {
  table-layout: fixed;
}

/*Latest bootstrap broke time input*/
.uib-time input {
  width: 50px !important;
}

#preview-scorecard-button-group {
  text-align: center;
}

#preview-scorecard-button-group > button {
  float: none;
}

.preview-scorecard-help-text {
  font-size: 12px;
}

.preview-scorecard-advanced-collapse {
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 15px;
}

.preview-config-label {
  font-weight: 500;
}

.scorecard-param-override-container {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px;
}

.template-instance-container {
  padding: 20px;
}
.grid {
  width: 100%;
  min-height: 800px;
}

.template-editor {
  height: 500px;
  z-index: 0;
}
.modal-dialog {
  width: 90%;
}

.computation-file-container {
  padding: 15px 0;
}
.computation-file-container h4 {
  color: #787878;
}

.authoring-container {
  padding-bottom: 20px;
  background-color: #fff;
  min-height: 720px;
}
#metric-detail-popup-container .metric-detail {
  position: fixed;
  top: 51px;
  margin: auto;
  width: inherit;
  padding-top: 15px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.right-menu-action {
  color: #666;
  font-size: 14px;
  line-height: 14px;
  margin-left: 5px;
}
.right-menu-action:hover,
.right-menu-action:focus {
  color: #787878;
}

/* side bar navigation */
.side-bar.nav {
  width: 156px;
  font-size: 14px;
  color: #666;
  font-weight: bold;
  margin-top: 125px;
  align-self: flex-start !important;
}
.side-bar.nav ul {
  padding: 0 0 0 20px;
}
.side-bar.nav li.group:hover {
  background: none;
}
.side-bar.nav li.active,
.side-bar.nav li:hover {
  background-color: #fff;
}
.side-bar.nav li .caption {
  display: list-item;
  padding: 8px;
}
.side-bar.nav li a {
  padding: 8px;
  background: none;
}

.content-container {
  width: calc(100% - 156px);
}

.content-container .nav-bar-title .reviewersLink {
  display: inline-block;
}

/* ui-tree */
.main-content-list.ui-list-view {
  height: 800px;
}
.main-content-list.ui-list-view .list-item-container {
  background-color: #f8faff;
  border: 1px solid #dae2ea;
  color: #004ab5;
  font-weight: bold;
  padding: 5px 10px;
  cursor: pointer;
}
.main-content-list.ui-list-view .list-item-container.selected,
.main-content-list.ui-list-view .list-item-container:hover {
  color: #004ab5;
  border-color: #dce2e8;
}
.main-content-list.ui-list-view .list-item-container:hover {
  background-color: #f4f6f7;
}
.main-content-list.ui-list-view .list-item-container.selected {
  background-color: #beebff;
}
.main-content-list.ui-list-view .list-item-container .btn:hover,
.main-content-list.ui-list-view .list-item-container .btn:focus {
  color: #438eb9;
}
.main-content-list.ui-list-view .list-item-container .btn-sm {
  padding: 5px;
}
.main-content-list.ui-list-view .list-item-content {
  padding: 0 10px;
}

.list-metric-health-container {
  padding-right: 5px;
}

#list-metric-health-nav {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

#metric-health-row {
  margin-left: 0px;
  margin-right: 0px;
}

#list-metric-health-nav > a {
  display: block;
  padding: 10px;
  color: #004ab5;
  font-weight: bold;
}

#list-metric-health-nav > a.active {
  display: block;
  padding: 10px;
  color: black;
  background-color: #eee;
  font-weight: bold;
}

#list-metric-health-content {
  padding: 10px 5px 10px 5px;
}

.metric-health-unhealth-percentage {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: #a80000;
}

.metric-health-export-button {
  margin-left: auto;
}

.list-metric-health-messages {
  padding-top: 10px;
  padding-bottom: 10px;
}

.appearance-count-column {
  font-weight: bold;
}

.metric-health-column {
  padding: 5px;
}

.list-metric-health-container .ui-grid-header-cell-label {
  padding: 2px;
  white-space: normal;
  text-overflow: clip;
  overflow: visible;
}

.list-metric-health-container .ui-grid a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-metric-health-container ::placeholder {
  padding: 2px;
  color: gray;
  font-weight: normal;
}

.look-back-options {
  max-width: 240;
}

.list-metric-health-container .ui-grid {
  min-height: 200px;
  max-height: 600px;
}

.list-metric-health-container .ui-grid-header-cell {
  height: 60px;
}

.look-back-options-container {
  width: 60%;
}

.metric-health-unhealthy-metrics {
  margin-top: 20px;
  margin-bottom: 10px;
}

.metric-health-tooltip {
  opacity: 1;
  background-image: url(392671bf70e889fb16bf.png) !important;
  float: right;
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.metric-health-filtering-toggle {
  float: right;
}

.list-metric-health-container > hr {
  border: 1px solid #c8c8c8;
}

.constant-value-health-check-container {
  margin-left: 10px;
  margin-right: 5px;
}

.constant-value-health-check-container .flex-container {
  flex-wrap: wrap;
}

#list-metric-health > a {
  display: block;
  margin: 5px 10px;
  border-radius: 4px;
  color: #337ab7;
  padding: 10px 20px;
  text-decoration: none;
}

.metric-health-unhealth-percentage {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: #a80000;
}

.metric-health-export-button {
  margin-left: auto;
}

.list-metric-health-messages {
  padding-top: 10px;
  padding-bottom: 10px;
}

.appearance-count-column {
  font-weight: bold;
}

.metric-health-column {
  padding: 5px;
}

.list-metric-health-container .ui-grid-header-cell-label {
  padding: 2px;
  white-space: normal;
  text-overflow: clip;
  overflow: visible;
}

.list-metric-health-container .ui-grid a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-metric-health-container ::placeholder {
  padding: 2px;
  color: gray;
  font-weight: normal;
}

.look-back-options {
  max-width: 240;
}

.list-metric-health-container .ui-grid {
  min-height: 200px;
  max-height: 600px;
}

.list-metric-health-container .ui-grid-header-cell {
  height: 60px;
}

.look-back-options-container {
  width: 60%;
}

.metric-health-unhealthy-metrics {
  margin-top: 20px;
  margin-bottom: 10px;
}

.metric-health-tooltip {
  opacity: 1;
  background-image: url(392671bf70e889fb16bf.png) !important;
  float: right;
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.metric-health-filtering-toggle {
  float: right;
}

.list-metric-health-container > hr {
  border: 1px solid #c8c8c8;
}

.inactive-metrics-health-container {
  margin-left: 10px;
  margin-right: 5px;
}

.inactive-metrics-health-container .flex-container {
  flex-wrap: wrap;
}

.metric-health-unhealth-percentage {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: #a80000;
}

.metric-health-export-button {
  margin-left: auto;
}

.list-metric-health-messages {
  padding-top: 10px;
  padding-bottom: 10px;
}

.appearance-count-column {
  font-weight: bold;
}

.metric-health-column {
  padding: 5px;
}

.list-metric-health-container .ui-grid-header-cell-label {
  padding: 2px;
  white-space: normal;
  text-overflow: clip;
  overflow: visible;
}

.list-metric-health-container .ui-grid a.scorecard-layout-links {
  display: inline-block;
  padding-right: 10px;
}

.list-metric-health-container .ui-grid a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-metric-health-container ::placeholder {
  padding: 2px;
  color: gray;
  font-weight: normal;
}

.look-back-options {
  max-width: 240;
}

.list-metric-health-container .ui-grid {
  min-height: 200px;
  max-height: 600px;
}

.list-metric-health-container .ui-grid-header-cell {
  height: 60px;
}

.look-back-options-container {
  width: 60%;
}

.metric-health-unhealthy-metrics {
  margin-top: 20px;
  margin-bottom: 10px;
}

.metric-health-tooltip {
  opacity: 1;
  background-image: url(392671bf70e889fb16bf.png) !important;
  float: right;
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.metric-health-filtering-toggle {
  float: right;
}

.list-metric-health-container > hr {
  border: 1px solid #c8c8c8;
}

.outlier-health-check-container {
  margin-left: 10px;
  margin-right: 5px;
}

.outlier-health-check-container .flex-container {
  flex-wrap: wrap;
}

#list-metric-health > a {
  display: block;
  margin: 5px 10px;
  border-radius: 4px;
  color: #337ab7;
  padding: 10px 20px;
  text-decoration: none;
}

.metric-health-unhealth-percentage {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: #a80000;
}

.metric-health-export-button {
  margin-left: auto;
}

.list-metric-health-messages {
  padding-top: 10px;
  padding-bottom: 10px;
}

.appearance-count-column {
  font-weight: bold;
}

.metric-health-column {
  padding: 5px;
}

.list-metric-health-container .ui-grid-header-cell-label {
  padding: 2px;
  white-space: normal;
  text-overflow: clip;
  overflow: visible;
}

.list-metric-health-container .ui-grid a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-metric-health-container ::placeholder {
  padding: 2px;
  color: gray;
  font-weight: normal;
}

.look-back-options {
  max-width: 240;
}

.list-metric-health-container .ui-grid {
  min-height: 200px;
  max-height: 600px;
}

.list-metric-health-container .ui-grid-header-cell {
  height: 60px;
}

.look-back-options-container {
  width: 60%;
}

.metric-health-unhealthy-metrics {
  margin-top: 20px;
  margin-bottom: 10px;
}

.metric-health-tooltip {
  opacity: 1;
  background-image: url(392671bf70e889fb16bf.png) !important;
  float: right;
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.metric-health-filtering-toggle {
  float: right;
}

.list-metric-health-container > hr {
  border: 1px solid #c8c8c8;
}

.sensitivity-health-check-container {
  margin-left: 10px;
  margin-right: 5px;
}

.sensitivity-health-check-container .flex-container {
  flex-wrap: wrap;
}

#list-metric-health > a {
  display: block;
  margin: 5px 10px;
  border-radius: 4px;
  color: #337ab7;
  padding: 10px 20px;
  text-decoration: none;
}

.metric-health-unhealth-percentage {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: #a80000;
}

.metric-health-export-button {
  margin-left: auto;
}

.list-metric-health-messages {
  padding-top: 10px;
  padding-bottom: 10px;
}

.appearance-count-column {
  font-weight: bold;
}

.metric-health-column {
  padding: 5px;
}

.list-metric-health-container .ui-grid-header-cell-label {
  padding: 2px;
  white-space: normal;
  text-overflow: clip;
  overflow: visible;
}

.list-metric-health-container .ui-grid a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-metric-health-container ::placeholder {
  padding: 2px;
  color: gray;
  font-weight: normal;
}

.look-back-options {
  max-width: 240;
}

.list-metric-health-container .ui-grid {
  min-height: 200px;
  max-height: 600px;
}

.list-metric-health-container .ui-grid-header-cell {
  height: 60px;
}

.look-back-options-container {
  width: 60%;
}

.metric-health-unhealthy-metrics {
  margin-top: 20px;
  margin-bottom: 10px;
}

.metric-health-tooltip {
  opacity: 1;
  background-image: url(392671bf70e889fb16bf.png) !important;
  float: right;
  width: 24px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.metric-health-filtering-toggle {
  float: right;
}

.list-metric-health-container > hr {
  border: 1px solid #c8c8c8;
}

#settings-metric-set-type {
  margin: 0px 5px;
}

#settings-metric-set-type > .btn {
  width: 100px;
}

#settings-primary-data-source-container {
  background-color: #f1f1f1;
  padding: 20px 30px;
  border-radius: 5px;
}

.settings-btn-group {
  margin-bottom: 10px;
}

.settings-btn-group > .btn {
  min-width: 100px;
  margin-bottom: 5px;
  background-color: #ddd;
  border-color: #ddd;
  outline: 0 !important; /*gets rid of that outline around links */
}

.settings-btn-group > .btn:hover {
  background-color: #ccc;
}

button.disable-hover-background:hover {
  background-color: #ddd !important;
}

.settings-btn-group {
  border-color: #245580;
}

.settings-btn-group > .btn.active {
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  background-repeat: repeat-x;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

#settings-metricset-permissions-container {
  background-color: #f1f1f1;
  padding: 20px 30px;
  margin-top: 10px;
  border-radius: 5px;
}

#settings-parameter-help-link > div {
  min-width: 500px;
  padding: 10px;
}

.settings-delete-button {
  float: left;
  color: #004ab5;
  cursor: pointer;
  padding-top: 8px;
  font-size: 14px;
}

.settings-aria-info {
  color: #888;
  overflow: auto;
}

#odin-environment-warning {
  margin-top: 5px;
  color: red;
  font-weight: bold;
}

.settings-inline-title {
  display: inline;
}

#settings-aria-exp-warning {
  font-size: 12px;
  margin-bottom: 15px;
  color: #337ab7;
}

.is-view-valid-link {
  margin-left: 10px;
  font-size: 12px;
  display: inline-block;
}

#settings-metric-set-type {
  margin: 0px 5px;
}

#settings-metric-set-type > .btn {
  width: 100px;
}

#settings-primary-data-source-container {
  background-color: #f1f1f1;
  padding: 20px 30px;
  border-radius: 5px;
}

.settings-btn-group {
  margin-bottom: 10px;
}

.settings-btn-group > .btn {
  min-width: 100px;
  margin-bottom: 5px;
  background-color: #ddd;
  border-color: #ddd;
  outline: 0 !important; /*gets rid of that outline around links */
}

.settings-btn-group > .btn:hover {
  background-color: #ccc;
}

button.disable-hover-background:hover {
  background-color: #ddd !important;
}

.settings-btn-group {
  border-color: #245580;
}

.settings-btn-group > .btn.active {
  background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
  background-repeat: repeat-x;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

#settings-metricset-permissions-container {
  background-color: #f1f1f1;
  padding: 20px 30px;
  margin-top: 10px;
  border-radius: 5px;
}

#settings-parameter-help-link > div {
  min-width: 500px;
  padding: 10px;
}

.settings-delete-button {
  float: left;
  color: #004ab5;
  cursor: pointer;
  padding-top: 8px;
  font-size: 14px;
}

.settings-aria-info {
  color: #888;
  overflow: auto;
}

#odin-environment-warning {
  margin-top: 5px;
  color: red;
  font-weight: bold;
}

.settings-inline-title {
  display: inline;
}

#settings-aria-exp-warning {
  font-size: 12px;
  margin-bottom: 15px;
  color: #337ab7;
}

.is-view-valid-link {
  margin-left: 10px;
  font-size: 12px;
  display: inline-block;
}

.settings-save-button-container-datasource {
  display: flex;
  justify-content: flex-end;
}

.draggable-arrow {
  float: left;
  position: relative;
  margin-top: 5px;
  width: 20px;
}

/* Tab Navigation for Metric Set Setup */
#metric-set-setup-tab-pane {
  padding: 5px 30px 30px 30px;
}

#metric-set-setup-container > .tabs-left > .tab-content {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .container.expbody-content {
    margin-left: 0;
  }
  #metric-set-setup-tab-pane {
    padding: 0;
  }
  #settings-primary-data-source-container {
    background-color: #f1f1f1;
    padding: 10px 10px;
    border-radius: 5px;
  }
  #metric-set-setup-container > .tabs-left {
    flex-direction: column;
  }
  #metric-set-setup-container > .tabs-left > .settings-tabs,
  #metric-set-setup-container > .tabs-left > .tab-content {
    width: 100%;
  }
  #metric-set-setup-container > .tabs-left > .settings-tabs {
    margin-top: 0;
    float: none;
  }
  .data-source-editor-window .settings-blurb {
    line-break: anywhere;
  }
}

#metric-set-setup-container > .tabs-left > .tab-content > .active {
  /*padding: 30px !important;*/
  min-height: 400px;
  background-color: #fff;
}

#metric-set-setup-container > .tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

#metric-set-setup-container > .tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-bottom: 3px;
  border-right: none;
}

#metric-set-setup-container > .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: none;
  border: none;
  margin-top: 75px;
}

#metric-set-setup-container > .tabs-left > .nav-tabs > li > a {
  margin-right: 0;
  border-radius: 4px 0 0 4px;
  outline: none;
}

#metric-set-setup-container > .tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
  text-decoration: underline;
}

#metric-set-setup-container > .tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

#metric-set-setup-container > .tabs-left > .nav-tabs > li > a.link-disabled {
  pointer-events: none;
  cursor: not-allowed;
}

#settings-parameter-help-link {
  font-size: 12px;
  padding-left: 15px;
}

#settings-stream-help-link {
  font-size: 12px;
  padding-left: 15px;
}

#settings-parameters-container {
  padding-top: 5px;
}
/* Title areas for settings pages*/
.settings-title-bar {
  background-color: inherit !important;
  color: black;
  padding: 20px 0px !important;
}
.settings-title-bar h3 {
  color: black !important;
  font-size: 24px !important;
}
.settings-title-bar h3 a {
  color: black !important;
}

.settings-title-bar button {
  font-weight: 400 !important;
}

.settings-sub-title-bar {
  padding: 5px 0px 0px 0px;
  margin-bottom: 5px;
}

.settings-question-box {
  padding: 10px 0px;
  font-size: 16px;
}

.settings-question-box > select {
  width: 600px;
}

.settings-question-box > span {
  font-weight: bold;
}

.settings-blurb {
  font-size: 16px;
  color: #000;
  margin-bottom: 25px;
}

.settings-data-source-parameter {
  margin-bottom: 0px;
}

.settings-parameter-delete-button {
  color: #32a0cb;
  cursor: pointer;
  line-height: 34px;
  font-size: 14px;
}

.settings-stream-delete-button {
  color: #32a0cb;
  cursor: pointer;
  line-height: 34px;
  font-size: 14px;
}

.edit-metric-set-add-button {
  color: #666;
  cursor: pointer;
}

.edit-metric-set-add-button > .glyphicon {
  margin-right: 5px;
}

h5.heading-with-subtitle {
  margin-bottom: 0px;
  font-weight: 700;
}

.settings-save-button-container {
  padding: 20px 0;
}

.settings-save-button-container > button {
  margin-left: 10px;
}

.with-button-height {
  line-height: 32px;
}

span.settings-help-text-button {
  font-weight: normal;
  display: block;
  margin: 5px 0;
  font-size: 12px;
  cursor: help;
}

.settings-label {
  font-weight: 500;
  font-size: 16px;
}

.settings-label-li {
  padding-bottom: 10px;
}

.settings-tabs {
  margin-right: 0px !important;
  flex: 0 0 auto;
}

.help-link {
  font-size: 15px;
  text-decoration: underline;
}

body {
  color: #000;
  background-color: #eee;
  font-family: 'Segoe UI', 'Arial', sans-serif;
}

/**
* Navbar
*/
#topnav .navbar-nav > li > a {
  cursor: pointer;
}

/* common */

.fixed-width-font {
  font: 12px / normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
}

.required {
  color: #a94442;
}

.text-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inline-block {
  display: inline-block;
}

.row-equal-height {
  display: flex;
}

.pre-wrap {
  white-space: pre-wrap;
}

.full-width {
  width: 100%;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

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

.margin-top-1em {
  margin-top: 1em;
}

.margin-left-1em {
  margin-left: 1em;
}

.margin-right-1em {
  margin-right: 1em;
}

a {
  color: #004ab5;
}

a.disabled {
  cursor: not-allowed;
  pointer-events: none;
  color: grey;
}

.form-control,
output,
.select2-default {
  color: #696868 !important;
}

/* toastr */
#toast-container > div {
  opacity: 0.9;
}

.toast-message {
  white-space: pre-wrap;
  overflow: auto;
  max-height: 26em;
}

div .alert-warning {
  background-image: none;
  background-color: #fed9cc;
  color: #323130;
  border-color: #fed9cc;
}

div .alert-announcement {
  background-image: none;
  background-color: #fff4ce;
  color: #323130;
  border-color: #fff4ce;
}

.toastr-msg-container {
  white-space: normal;
}

.inline-permission-error > .toastr-msg-container {
  background-color: #ffffff;
  color: #a80000;
  border-color: #ffffff;
}

/* ace editor */

.ace_editor {
  width: 100%;
  border: 1px solid #ccc;
}

.has-error .ace_editor {
  border-color: #a94442;
}

.has-success .ace_editor {
  border-color: #3c763d;
}

/* handy layout */

/* this class will make the container to display:flex */

.flex-container {
  display: flex;
}

.flex-align-items-center {
  align-items: center;
}

/* flex-content will take all width except the width is taken by flex-aside */

.flex-content {
  flex: 1 1 100%;
  align-self: center;
}

/* flex-aside will take whatever width it needs. */

.flex-aside {
  flex: 0 0 auto;
  align-self: center;
}

/* ui-select */

.select2.select2-container.inline-block {
  display: inline-block;
  width: auto;
}

.has-success .select2-drop-active {
  border-color: #3c763d;
}

.has-error .select2-drop-active {
  border-color: #a94442;
}

.ui-select-highlight {
  text-decoration: underline;
}

.select2-result-with-children .ui-select-choices-row {
  padding-left: 1em;
}

/* form */

.disable-error-message .help-block.error-msg {
  display: none;
}

.form-control:focus {
  border-color: #2c8ddd;
}

/* app */

.body-content {
  margin-top: 10px;
}

/* style for the container of the main content*/

.core-editor-container {
  background-color: white;
  padding: 10px 20px;
  min-height: 400px;
}

.core-editor-header {
  margin: 0 0 10px 0;
  font-size: 1.4em;
}

.help-block {
  font-weight: bolder;
}

.control-label {
  font-weight: 500 !important;
  font-size: 16px !important;
}

.modal-title {
  font-size: 20px;
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width: 1200px;
  }
}

#dvBanner {
  z-index: 1 !important;
}

/* hide the deprecated list of shared data products in the banner */
#imgHomeLogo {
  display: none;
}

.dropdown-toggle:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

