body {
    padding-top: 50px;
    font-family: 'AvenirNext-Regular', 'Avenir Next’,' Verdana ', ‘Arial’,' sans-serif’;
}

#portal_loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 801;
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
}

#portal_loading.loading {
  visibility: visible;
  opacity: 1;
}

#portal_loading .loading-anim {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.table thead > tr > th {
    padding: 6px;
}

.table > tbody > tr > td {
    padding: 6px;
    vertical-align: middle;
}

.starter-template {
    padding: 40px 15px;
    text-align: center;
}

.hb-side-panel {
    padding: 0px 10px 10px 10px;
    padding: 0px 10px 10px 10px;
    background-color: #efefef;
    border: 1px solid #808080;
    height: 100%;
    width: 300px;
}

.hb-side-panel .side-panel-options {
    padding: 11px 7px 11px 9px;
    margin: -20px 0px 0px;
    border-bottom: 1px solid #808080;
}

.hb-side-panel .side-panel-options #outcome-select {
    float: right;
}

.hb-options-panel {
    padding: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #808080;
    margin: 2px 0px 2px -22px;
    position: fixed;
    z-index: 800;
    background-color: white;
}

#options-panel {
    visibility: hidden;
}

/*#learning-status {*/
/*visibility: hidden;*/
/*}*/

.hb-right-panel {
    float: right;
    padding-right: 20px;
}

.hb-charts-panel {
    padding: 30px 10px 10px;
}

.hb-stats-panel {
    width: 280px;
    padding-left: 20px;
}

input { /* fix red glow on input boxes for firefox */
    box-shadow: none;
}

.hb-input {
    text-align: center;
    vertical-align: top;
    padding: 0;
    font-size: 14px;
    width: 50px;
    height: 20px;
}

.stats-container {
    font-style: italic;
    font-size: 10pt;
    padding-top: 8px;
}

.sidebar-container {
    margin-left: -15px;
    height: 100%;
}

.ruleset-container {
    padding: 10px;
}

.ruleset-container .ruleset-title {
    font-weight: bold;
    font-size: 16;
}

.chart-title {
    color: black;
    font-weight: bold;
    white-space: nowrap;
}

.chart-title.hidden-title {
    color: gray;
}


.chart-input {
    max-width: 125px;
}

#rule-select-modal {
    font-size: smaller;
}

#modal-rule-table {
    color: black;
}

#rule-select-modal input {
    height: 18px;
    font-size: smaller;
}

#modal-var-table {
    font-size: smaller;
    color: black;
}


.hb-navbar {
    background: -webkit-linear-gradient(left, black, white, black); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, black, white, black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, black, white, black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, black, white, black); /* Standard syntax (must be last) */
    border: 1px solid black;
}

.hb-navbar .container {
    width: 100%;
}

.nav-left {
    float: left;
}

.nav-right {
    float: right;
}

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

.hb-pointer {
    cursor: pointer;
}

.hb-default {
    cursor: default;
}

.framed {
    border: 1px black solid;
    padding: 4px;
}

.label-yellow {
    background-color: #FFFC00;
    color: black;
}

.pvallabel {
    font-size: 90%;
    font-weight: normal;
}

.statlabel-div {
    padding-right: 0px;
}

.pvallabel-div {
    margin-bottom: 7px;
    padding-left: 0px;
}

.nv-axis .tick text {
    font-style: italic;
    font-size: 9pt;
    color: #666666;
}

.nv-groups .nv-group text {
    font-size: 9pt;
    font-style: italic;
    stroke: #232323;
}

.nvd3.nv-noData {
    font-size: 12px;
    font-weight: bold;
}

#concentration-chart svg {
    padding-top: 5px;
}

.align-right {
    position: absolute;
    right: 150px;
    top: 10px;
}

.navbar-header {
    float: left;
    text-align: center;
    width: 100%;
}

.navbar-brand {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: auto;
    padding: 10px 15px;
}

.logo-image-container {
    background-image: none;
    background-color: transparent;
}

.logo-image-container:after {
    content: "";
    display: table;
    clear: both;
}

.logo-image-wrapper {
    width: 90px;
}

.logo-image,
#run-mondobrain-logo,
#run-mondobrain-logo-anim {   
    display: block;
    width: 100%;
    height: auto;
    max-height: 90px; /* needed for custom logo */
}

.logo-label-container {
    display: inline-block;
    vertical-align: bottom;
}

.logo-label {
    background-color: #cd0000;
    color: white;
    font-size: large;
    border-radius: 15px;
    padding: 4px 12px;
}

.logo-sublabel {
    line-height: 2.5;
    font-weight: bold;
}

.rule-name-input {
    min-width: 180px;
}

.variable-check {
    width: 28px;
    height: 22px;
    padding: 0px 5px 0px;
}

.copyright {
    clear: both;
    font-size: 11px;
    margin-top: 20px;
    padding-top: 10px;
    font-weight: 400;
    text-align: center;
    color: #2D2D2D;
    padding-bottom: 10px;
    position: absolute;
    bottom: 60px;
    width: 100%;
}

#outcome-select {
    width: 170px;
}

#learning-status {
    border: 1px solid gray;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: 16px;
}

/* This addition is so axes appear correctly on zoom */
.dc-chart .axis path, .axis line {
    shape-rendering: geometricPrecision;
}

.rule-options {
    display: flex;
}

.rule-options .options-split {
    margin-left: auto;
}

.rule-options input[type=text] {
    width: 200px;
}

.rule-options input[type=number] {
    width: 40px;
    padding: 0px 0px 0px 5px;
}

/*.hb-side-panel .dc-chart .axis path, .axis line {*/
/*stroke: none;*/
/*}*/

.hb-side-panel .dc-chart .grid-line {
    stroke: none;
}

#concentration-chart .grid-line {
    stroke: none;
}

svg text.power-value-label {
    font-weight: bold;
}

text.dimple-axis.dimple-title.dimple-custom-axis-title.dimple-axis-y {
    display: none;
}

#chart-1-container {
    display: none;
}

text.data-value-label.original-value {
    color: #3D3D3D;
    font-size: 11px;
}

.hb-side-panel-content3 text {
    font-weight: bold;
}

/* TODO FIX THIS */
/*#hb-side-panel-content3 svg:first-of-type {*/
/*display: none;*/
/*}*/

#concentration-chart {
    display: none;
}

button.navbar-button, .learning-status {
    margin-top: 13px;
    margin-bottom: 0px;
}

button.navbar-button:hover, button.navbar-button:focus {
    text-decoration: none;
}

ul.nav.navbar-nav > li > a,
ul.nav.navbar-nav > li > form {
  padding-left: 7px;
  padding-right: 7px;
}

ul.nav.navbar-nav > li > form > button {
  padding-left: 0;
  padding-right: 0;
}

#info-hyperbrains {
    display: none;
}

/*#run-hyperbrains {*/
/*margin-bottom: 20px;*/
/*}*/

.title-stat {
    cursor: pointer;
    font-weight: bold;
    font-size: 19px;
    color: black;
    position: relative;
    bottom: 5px;
}

.stat-arrow {
    vertical-align: middle;
    height: 19px;
    display: inline-block;
    position: relative;
    bottom: 3px;
    right: 4px;
}

.info-bar {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    color: #939393;
    bottom: 7px;
    position: relative;
    pointer-events: none;
}

#outcome-reset-btn {
    position: absolute;
    width: 27px;
}

.bolded-span {
    font-weight: bold;
    margin-right: 10px;
}

.bold {
    font-weight: bold;
}

/* Styling for MondoBrain Credit Hover */
div .tooltip.top {
    margin-top: 2.6em;
}

rect.is-not-selected {
    opacity: 0.2;
}

.opaque {
    opacity: 0.2;
}

.pad-right {
    padding-right: 8px;
}

.hidden {
    visibility: hidden;
}

div#messages p.bg-primary, p.bg-success, p.bg-info, p.bg-warning, p.bg-danger {
    padding: 1.0em;
    text-align: center;
    font-size: 1.2em;
}

div#messages-persistent p.bg-primary, p.bg-success, p.bg-info, p.bg-warning, p.bg-danger {
    padding: 1.0em;
    text-align: center;
    font-size: 1.2em;
}

.separator {
    float: none;
    border-top: 1px solid grey;
    margin-top: 0px;
    margin-bottom: 10px;
}

.do-translate-labels4 text {
    -ms-transform: translate(0, -0.5em); /* IE 9 */
    -webkit-transform: translate(0, -0.5em); /* Chrome, Safari, Opera */
    transform: translate(0, -0.5em);
}

.do-translate-labels6 text {
    -ms-transform: translate(0, -0.7em); /* IE 9 */
    -webkit-transform: translate(0, -0.7em); /* Chrome, Safari, Opera */
    transform: translate(0, -0.7em);
}

.do-translate-labels10 text {
    -ms-transform: translate(0, -0.8em); /* IE 9 */
    -webkit-transform: translate(0, -0.8em); /* Chrome, Safari, Opera */
    transform: translate(0, -0.8em);
}

/* for the labels over the charts */
g.impact-label text {
    -ms-transform: translate(0, 0); /* IE 9 */
    -webkit-transform: translate(0, 0); /* Chrome, Safari, Opera */
    transform: translate(0, 0);
}

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

.container-fluid {
    margin-top: 30px;
}

.chart-panel a {
    padding-left: 8px;
}

.condition-row span {
    font-style: italic;
}

.rule-row td:last-child {
    white-space: nowrap;
}

td.target_variable {
    width: 100px;
    word-break: break-all;
    word-wrap: break-word;
}

.dropdown-menu > li > form > button.btn-link {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    text-align: left;
    width: 100%;
}

.dropdown-menu > li > form > button.btn-link:hover {
    color: #ffffff;
    background-color: #446e9b;
    text-decoration: none;
}

#left_help_overlay_top {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 30000;
    transform: translate(-17px, -5px);
}

#left_help_overlay_mid {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 30000;
    transform: translate(-17px, 190px);
}

#left_help_overlay_bot {
    width: 200px;
    position: fixed;
    z-index: 30000;
    transform: translate(-11px, 475px);
}

#right_help_overlay_top {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 30000;
    transform: translate(-37px, 4px);
}

#right_help_overlay_bot {
    width: 100%;
    height: 100%;
    top: 150px;
    position: absolute;
    z-index: 30000;
    transform: translate(10%, 18%);
}

/*.right-panel-overlay-box {*/
/*width: 100%;*/
/*height: 100%;*/
/*position: absolute;*/
/*z-index: 10;*/
/*transform: translate(-35px, 22px);*/
/*!* Try with % instead of px but px seems to do a better job here *!*/
/*!* transform: translate(-1.7%, 2.3%); *!*/
/*}*/

.right-panel-overlay-elem {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
}

.right-panel-overlay-elem-ranges {
    transform: translate(-15px, 42px);
}

.right-panel-overlay-elem-knowledge {
    transform: translate(4px, 110px);
    /* transform: translate(5%, 12%); */
}

.right-panel-overlay-elem-intelligence {
    transform: translate(20px, 300px);
    /* transform: translate(10%, 38%); */
}

.var-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    transform: translate(-14px, -12px);
}

.rules-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
}

.rules-overlay-right span {
    position: fixed;
    right: 8px;
    transform: translate(0px, -13px);
}

input[type='radio'], label {
    vertical-align: baseline;
    padding: 1px;
    margin: 1px;
}

.powerSpan {
    display: inline-block;
    padding-bottom: 16px;
}

.slightly-larger {
    font-size: 1.45em;
}

/* GMJ 10 June removed because elem was removed
.nav > li > a.reposition-large-bootstrap-menu-item {*/
    /*padding-bottom: 0px;*/
    /*!*transform: translate(0px, -4px);*!*/
/*}*/

.slightly-smaller-glyphicons {
    font-size: 0.9em;
}

.lato-font {
    font-family: 'Lato', Avenir, Arial, sans-serif;
}

.wide-letters {
    letter-spacing: 4.5px;
}

.hb-top-pad {
    padding-top: 8px;
    color: black;
}

#leftPanTopHr.separator {
    width: 150px;
    display: none;
    transform: translate(-5px, 0px);
    top: 70px;
    margin-bottom: 20px;
}

#outcomeDiv {
    position: absolute;
    /* transform: translate(0px,-27px);  /* upper 27px, fz UI redesign apr'17 */
    text-align: end; /* left: 40px; */ width: 94%;  /* min size rev july'17: handle long names, without overflow on right */
    font-size: 13px;
    padding-bottom: 0;
    z-index: 1000;
    top: 117px;
    color: #2b2b2b;
    display: none;
    cursor: default;
}


#outcomeDiv-DirtyPatch-MinSizePercent {
    color: #b0b0b0;
    position: absolute;
    text-align: end;
    /*left: 272px;*/
    /* width: 0.1%; */ /* potential bug? */
    /* display: block; */
    font-size: 11px;
    /*top: 120px;*/
    /* padding-bottom: 0; */
    z-index: 100000000000;  /* for introjs Tooltip */
    display: none;
    /* cursor: default; */  /* transparent to click */
}

.outcomeRow{
    width: 75%;
    margin-top: 1px;
    margin-bottom: 1px;
}

.outcomeLineNb{
    display: inline-block;
    font-size: 12px;
}

.outcomeLineSentence{
    display: inline-block;
    position: relative;
    bottom: 0px;
}

#outcomeSecondRow{
    white-space: nowrap;
}

/* #outcomeDiv */ /* refactor apr 2017 new UI */
.dropdown-menu {
    padding-top: 0;
    margin-top: -1px;
}


#outcomeDiv div {
    width: 95%;
    margin: 0 auto;
}


#hb-side-panel-content2 {
    padding-top: 70px;
}

#letMBPickBtn {
    margin-top: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#run-mondobrain-button {
    position: absolute;
    top: 40px;
    z-index: 20000;
    left: 108px;
    width: 185px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: none;
}

#run-mondobrain-progressbar {
    display: none;
    position: absolute;
    top: 87px;
    /* top: 73px;  /* position vs Ask button = under: 87, along: 73 */
    left: 97px;
    /* z-index: 100000000; */
}

#run-mondobrain-logo-anim {
    display: none;
    transform: translate(-104px, 10px);
    margin-bottom: 10px;
}

#run-hyperbrains .logo-image {
    display: none;
}

#create_portal_form, #import_portal_form  {
    margin-top: 2px;
}


a {
    outline:none !important;
}

a.editable-click,
a.editable-click,
a.editable-click:hover {
    text-decoration: none;
    border-bottom: 1px;
    color: black;
    font-style: italic;
}

.btn-danger.btn-mondobrain {
    font-weight: bold;
    border-radius: 0;
    outline: none;
    background-image: linear-gradient(#AE5A64, #980200 50%, #C75865);
}

div.editable-input select.form-control {
    color: #131313;
}

.dc-chart g.row text {
    font-size: 10px;
}

#ruleName {
    text-decoration: none;
    color: black;
    cursor: pointer;
}

#ruleNameSum {
    position: absolute;
    transform: translate(0px, -21px);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    color: black;
    cursor: pointer;
}

#outcomeTargetSelect {
    cursor: pointer;
}

#shareRuleBtn {
    transform: translate(0px, -2px);
    cursor: pointer;
}

.dc-chart g.row text {
    font-size: 10px;
}

.notification.ctrl {
    width: 100%;
    position: relative;
}

.notification {
    display: none;
    font-size: 14px;
    width: 180px;
    padding: 5px 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: rgba(30, 255, 140, 0.7);
    color: #3a9ab9;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
    z-index: 10000;
}

.notification p {
    margin: 3px;
}

th.orderable.sortable.target_variable {
    white-space: nowrap;
    width: 20%;
}

th.orderable.sortable.created_time {
    white-space: nowrap;
    width: 16%;
}

th.orderable.sortable.last_used_time {
    white-space: nowrap;
    width: 16%;
}

th.orderable.sortable.organization {
    white-space: nowrap;
    width: 13%;
}

#notification-modal-link input {
    width: 100%;
    font-size: 11px;
}

#notification-modal-href input {
    width: 100%;
    font-size: 11px;
}

.animateOpen {
    /* these timings also need to be changed in appmethods.js */
    -webkit-animation: moveOpen 4s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation: moveOpen 4s;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    display: block;
}

/* Safari and Chrome */

/* defines the translation for the moveOpen class in appMethods */
@-webkit-keyframes moveOpen {
    from {
        -webkit-transform: translate(0, -100px);
    }
    10% {
        -webkit-transform: translate(0, 100px);
    }
    12% {
        -webkit-transform: translate(0, 103px);
    }
    16% {
        -webkit-transform: translate(0, 100px);
    }
    80% {
        -webkit-transform: translate(0, 100px);
    }
    85% {
        -webkit-transform: translate(0, 105px);
    }
    to {
        -webkit-transform: translate(0, -100px);
    }
}

/* Firefox */
@-moz-keyframes moveOpen {
    from {
        -moz-transform: translate(0, -100px);
    }
    10% {
        -moz-transform: translate(0, 100px);
    }
    12% {
        -moz-transform: translate(0, 103px);
    }
    16% {
        -moz-transform: translate(0, 100px);
    }
    80% {
        -moz-transform: translate(0, 100px);
    }
    85% {
        -moz-transform: translate(0, 105px);
    }
    to {
        -moz-transform: translate(0, -100px);
    }
}

@-moz-document url-prefix() {
    .rule-name-input.form-control {
        padding: 0 12px;
    }
}

#help_ddown_ul {
    transform: translate(calc(-100% + 2.5rem), -4px);
}

#help_ddown_ul_org {
    transform: translate(calc(-100% + 2.5rem), -4px);
}

#help-dropdown {
    top: -2.5px;
}

#help-dropdown > span {
  font-size: 1.5em;
  margin-top: .125em;
}

#help_ddown_ul .toggle-button {
  display: flex;
  justify-content: space-between;
}

#help_ddown_ul .toggle-button .toggle-label {
  background-color: #C6C6C6;
  border-radius: 2px;
  padding: 0 2px;
  align-items: center;
  transform: translateX(1rem);
}

#org_create_solver_credits_field {
    visibility: hidden;
}

#current-rule-info {
    padding-top: 0;
    padding-bottom: 8px;
    margin-top: -6px;
}

.currently-excluding {
  margin-right: 1rem;
  color: #FC0D1C;
  font-size: 2rem;
  position: absolute;
  transform: translateX(-150%);
}

#current-rule-info-sum > .dropdown > .fa-ban {
    display: none;
}

.placeholder:before {
    content: "Drop here";
    color: rgb(225,210,90);
}

#var-panel-button {
    position: relative;
    left: 90%;
}

#alert-lightbulb {
    width: 40px;
    padding-bottom: 12px;
}

#alert-modal-title {
    display: inline;
}

#alert-modal .modal-header {
    padding-bottom: 5px;
}

.alert-viz {
    transform: translate(0px, 200px);
    background-color: RGBA(255,255,255,0.90);;
}

#mb-blink-img {
    height: 200px;
    position: absolute;
    transform: translate(-63px, -143px);
}

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

.lock_icon_span{
    margin-right: 10px;
}

#run-mondobrain-logo {
    transform: translate(-10px, 0px);
}

#run-mondobrain-button {
    transform: translate(-10px, 0px);
}

#rule_ddown_caret {
    transform: translate(4px, 0px);
    margin-right: 10px;
}

.avg_span {
    cursor: default;
}


#chart-2-average {
    cursor: default;
}

#logo_image_button {
    color: inherit;
    text-decoration: none;
}

.decorrelation-item {
    margin-top: 1px;
    margin-bottom: 1px;
    border: 1px lightgrey solid;
    border-radius: 12px;
    padding-left: 10px;
    background: rgb(239,239,239);
    width: 500px !important;
    display: inline-block;
    text-align: left;
}

.decorrelation-input-slider {
    width: 200px !important;
}

#decorrelation-variables-list-container {
    display: block;
    text-align: center;
}

.decorrelation-power-text {
    font-weight: bold;
}

.togglePredict {
    cursor: default;
    top: 2.5px;
}

.casePointImg {
    top: 140px;
}

.chartfilters {
    float: right;
    transform: translate(-30px, 2px);
}

.chart rect.recommended {
  fill: #2e8b57; /* Chrome seagreen */
  transition: fill 1s ease-in-out;
}

.chart rect.deselected ~ rect.recommended {
  transition: fill 0s;
}

.chart rect.deselected.recommended {
  fill: #AED8C0; /* Lighter more gray green */
}

#dbLegendText {
    font-family: "Open Sans", "Helvetica Neue";
}

#selecLegendText {
    font-family: "Open Sans", "Helvetica Neue";
}

.hb-right-panel .avgSpans,
.hb-right-panel .sumSpans {
    position: absolute;
    left: 0px;
}

.hb-right-panel [data-showing-avg="false"] .avgSpans,
.hb-right-panel [data-showing-avg="true"] .sumSpans {
  display: none;
}

#xfilter-charts-container .chart-panel {
    padding-left: 0;
    padding-right: 0;
}

/* container for toggleHuman and toggleMondo */
#xfilter-charts-container .flex-chart-container {
    -webkit-transform: translate(0px, -5px);
    -moz-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    -o-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
}

#xfilter-charts-container .filter {
    -webkit-transform: translate(-30px, 0px);
    -moz-transform: translate(-30px, 0px);
    -ms-transform: translate(-30px, 0px);
    -o-transform: translate(-30px, 0px);
    transform: translate(-30px, 0px);
}

.avgSpans .bolded-span,
.sumSpans .bolded-span {
    font-size: 15px;
}

.casePointSlider {
    transform: translate(28.2px, -27px);
    z-index: 500;
    border: none !important;
}

/* for open tooltip*/
.opentip {
    width: 240px;
    z-index: 1500;
    font-size: 11px !important;
}

/** overrideing **/
.ui-slider .ui-slider-handle {
	border: none !important;
    background: url("../images/case_point.png") no-repeat !important;
    position: absolute;
    width: 1.8em !important;
    height: 1.8em !important;
}

.ui-slider .ui-slider-handle div {
    /* bootstrap-editable content here ->  $('.casePointSlider').first().find('span').html('<div>Hello</div>'); */
    top: 24px;
    position: absolute;
    color: black;
    font-size: 11px;
    left: 2px;
}

.ui-state-focus:focus {
    border: none !important;
    outline: none !important;
}

.glyphicon-play {
    transform: rotate(-90deg);
}

.casePointCheckbox {
    position: absolute;
}

.decorrelation-list .label.label-inverse {
    color: darkslategrey;
}

.decorrelation-list li {
    cursor: pointer;
    font-size: small;
}

.decorrelation-list ul {
    margin-bottom: 6px;
}

.decorrelation-list p {
    margin: 2px 0px 0px;
    cursor: pointer;
    font-size: small;
}

.decorrelation-list button {
    font-size: smaller;
}

#decorrelation-variables-list-container {
    overflow-y: auto;
    border-radius: 4px;
    margin-top: 6px;
    border: 2px solid rgba(0,0,0,0)
}

#decorrelation-variables-list-container:hover {
    border: 2px solid #d2e7f9;
}

#decorrelation-modal .modal-body {
    padding-top: 5px;
}

#interactive-decorrelation-tool .decorrelation-tool-top-menu {
    padding-bottom: 5px;
}

#interactive-decorrelation-tool .decorrelation-tool-top-menu-title {
    display: inline-block;
}

#interactive-decorrelation-tool .decorrelation-tool-top-menu-btns {
    position: absolute;
    right: 20px;
    display: inline-block;
}

#interactive-decorrelation-tool .decorrelation-tool-top-menu-reset-btn {
    margin-right: 5px;
}

#interactive-decorrelation-tool .decorrelation-tool-top-menu-cancel-btn {
    margin-left: 5px;
    margin-right: 5px;
}

#interactive-decorrelation-tool .decorrelation-tool-top-menu-update-btn {
    margin-left: 5px;
}

#interactive-decorrelation-tool .decorrelation-tool-head {
    padding-bottom: 5px;
    border-bottom: 1px solid lightgrey;
    padding-top: 10px;
}

#interactive-decorrelation-tool .decorrelation-tool-head-var-selec {
}

#interactive-decorrelation-tool .decorrelation-tool-head-var-selec-lbl {
    display: inline-block;
}

#interactive-decorrelation-tool .decorrelation-tool-head-var-selec-min-msg {
    color: red;
    visibility: hidden;
}

#interactive-decorrelation-tool .decorrelation-tool-head-var-selec-max-msg {
    color: red;
    visibility: hidden;
}

#interactive-decorrelation-tool .decorrelation-tool-head-nb-var-select {
    font-size: 25px;
    margin-right: 5px;
}

#interactive-decorrelation-tool .decorrelation-tool-head-nb-var-select-lbl {
    margin-left: 5px;
}

#interactive-decorrelation-tool .decorrelation-tool-head-var-selec-slider {
    position: absolute;
    right: 20px;
    top: 95px;
    display: inline-block;
}

#interactive-decorrelation-tool .decorrelation-tool-head-var-selec-slider-lbl {
    display: inline-block;
    position: absolute;
    right: 265px;
    top: -36px;
}

#interactive-decorrelation-tool .decorrelation-tool-head-var-grp-lbl {
    position: absolute;
    transform: translate(-355px, -20px);
}

#interactive-decorrelation-tool .decorrelation-tool-head-var-selec-slider-container {
    display: inline-block;
    position: absolute;
    right: 60px;
    top: 4px;
    top: -36px;
}

#interactive-decorrelation-tool .decorrelation-tool-head-var-filters {
}

#interactive-decorrelation-tool .decorrelation-tool-head-var-filters-left {
    display: inline-block;
}

#interactive-decorrelation-tool .decorrelation-tool-head-var-filters-right {
    position: absolute;
    right: 20px;
    display: inline-block;
}

#interactive-decorrelation-tool .decorrelation-tool-head-var-filters-all {
    margin-right: 10px;
}

#interactive-decorrelation-tool .decorrelation-tool-head-var-filters-all-grps {
    margin-right: 10px;
    margin-left: 10px;
}

#interactive-decorrelation-tool .decorrelation-tool-head-var-filters-first {
    margin-right: 10px;
    margin-left: 10px;
}

#interactive-decorrelation-tool .decorrelation-tool-head-var-filters-none {
    margin-left: 10px;
}

#interactive-decorrelation-tool .decorrelation-tool-head-var-selec-slider-slider-val {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: -36px;
}

.blueCorrCoeff {
    margin-left: 3px;
}

#interactive-decorrelation-tool .decorrelation-tool-head input[type=text] {
    width: 50px;
    text-align: center;
    margin-left: 10px;
    border-radius: 6px;
}

#interactive-decorrelation-tool .decorrelation-tool-head input[type=text] .bad-decorrelation-values{
    background: red;
    color: white;
}

/************************************************************
  Points-in-rule Widget
 */

#points-modal .modal-body {
    padding-top: 5px;
}

#points-modal .modal-dialog {
    width: 85%;
}

#points-modal td {
    padding: 0px !important;
    white-space: nowrap;
    overflow: hidden;
    overflow: hidden;
}

#table-points {
    font-family: 'AvenirNext-Regular', 'Avenir Next’,' Verdana ', ‘Arial’,' sans-serif’;
    border-collapse: collapse;
    width: 100%;
}

#table-points td, #table-points th {
    border: 1px solid #ddd;
    padding: 8px;
}

#table-points tr:nth-child(even) {background-color: #f2f2f2;}

#table-points tr:hover {background-color: #ddd;}

#table-points th {
    background-color: rgb(159,26,26);
    color: white;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
}

.points-outcome {
    color: rgb(159,26,26);
    font-weight: bold;
}
/************************************************************
 */

.tooltip-predict-icon {
    top: 3px;
}

.red-span {
    text-decoration: line-through;
    color: red;
    font-style: italic;
}

.ddown-shortcut {
    float: right;
    transform: translate(5px, 0px);
}

#decoWidgetTitle {
    margin: 0px;
}

#variable-configuration-title {
    margin: 0px;
}

#shareRuleBtnIcon {
    position: absolute;
    margin-left: 4px;
    top: 10px;
    font-size: 1.5em;
}

#shareRuleBtnGray {
    position: absolute;
    margin-left: 4px;
    top: 6.5px;
    font-size: 1.5em;
    color: gray;
}

#summaryShareRuleBtnGray {
    position: absolute;
    top: 7px;
    right: 0px;
    font-size: 1.5em;
    color: gray;
}

#summaryShareRuleBtnBlue {
    position: absolute;
    top: 7px;
    right: 0px;
    font-size: 1.5em;
    color: #3399f3;
    cursor: pointer;
}

#notification-modal-blue-link {
    margin-bottom: 3px;
}

.notInstantiated {
    text-decoration: line-through;
    color: red;
    font-style: italic;
}

ul.nav.navbar-nav li {
    cursor: pointer;
}

/*#ruleSummaryWidget {*/
    /*color: black;*/
    /*!*transform: translate(0px, -375px);*!*/
    /*!*margin-left: 5px;*!*/
    /*margin-right: 5px;*/
    /*height: 270px;*/
    /*width: 290px;*/
    /*font-size: 13px !important;*/
    /*z-index: 2000;*/
    /*position: fixed;*/
/*}*/

#ruleSummaryWidget {
  color: black;
  height: 320px;
  width: 290px;
  z-index: 9999;
  position: fixed;
  font-size: 13px !important;
}

#selectionsDiv {
    height: 250px;
    width: 290px;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
}

#includesDiv {
    height: 85px;
    width: 290px;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
}

#leftPanelMidHr {
    width: 180px;
    margin-left: 50px;
    margin-right: 50px;
    border-top: 1px solid grey;
    margin-top: 20px;
}

#ruleSummaryWhen {
    background-color: #c0c0c0;
    text-align: center;
    margin-top: 27px;
}

#ruleSummaryMust {
    background-color: #c0c0c0;
    text-align: center;
}

#ruleSummaryExplore {
    background-color: #c0c0c0;
    text-align: center;
}

.fullVarConditions {
    background-color: #c0c0c0;
    cursor: default;
    padding-top: 1px;
    padding-bottom: 1px;
}

.fullVarIncludes {
    cursor: default;
    background-color: #c0c0c0;
    padding-top: 2px;
    padding-bottom: 2px;
}

#excludeSummary {
  text-align: center;
  background-color: #c0c0c0;
}

.ruleSumVarName {
    padding-left: 3px;
    background-color: #c0c0c0;
    white-space: nowrap;
    position: relative;
    opacity: 1;
    z-index: 4000;
}

.ruleSumVarName .remove-excluded-rule {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 3px;
  color: black;
}

.conditonItemCont {
    padding-right: 3px;
    background-color: #c0c0c0;
    z-index: 4500;
    opacity: 1;
    position: absolute;
    right: 0px;
}

.conditonItemDisc {
    padding-right: 3px;
    background-color: #c0c0c0;
    z-index: 2000;
    position: absolute;
    right: 0px;
    white-space: nowrap;
}

.conditonItemInc {
    padding-right: 3px;
    background-color: #c0c0c0;
    position: absolute;
    right: 0px;
    z-index: 4500;
}

.play-rule-summary {
    top: 2px;
}

.rulePaneVarName {
    white-space: nowrap;
}

.copyright-font {
    font-size: 0.75em;
}

.dropdown-menu>li>a.copyright-font {
    padding-top: 5px;
    border-top: 1px solid darkgray;
}

.var-config-row {
    margin: 2px;
}

.var-config-row .title-column {
    padding-top: 4px;
}

.var-config-row input[type="text"] {
    margin-left: 14px;
}

.var-config-row.blue-row {
}

.var-config-row.grey-row {
    background-color: #e2e1e1;
}

.var-scroll-pane {
    float: right;
    padding-bottom: 4px;
}

.varRowsDiv {
  clear: right;
  height: 500px;
  overflow-y: auto;
  margin-top: 6px;
}

.configFormSpan {
    display: inline-block;
    float: right;
    margin-right: 5px;
}

#configWidgetSearchInput {
    height: 20px;
}

#configWidgetBtnsDiv {
    border-bottom: 1px solid lightgrey;
    margin-top: 25px;
}

.emphasisSpan {
    display: none;
}

#variable-configuration-modal .modal-body {
    padding-top: 16px;
}

#configWidgetUpdateBtn {
    position: absolute;
    right: 20px;
    top: 40px;
    display: inline-block;
}

.curDist {
    font-size: 17px;
}

#hb-side-panel-outcome .individual-chart-controls {
    background-color: #efefef;
    z-index: 700;
    position: absolute;
    right: 10px;
    transform: translate(0px, -20px);
}

.hb-right-panel .individual-chart-controls {
    position: absolute;
    display: none;
    z-index: 750;
    background-color: white;
    right: 45px;
    top: 0px;
}

.hb-right-panel .chart-title {
    overflow: hidden;
    /* UNSET WIDTH: unable to find importance of this decleration */
    /* width: 90% !important; */
}

/*#reference-outcome {
    overflow: hidden;
    width: 90% !important;
}*/

#reset-outcome-icon {
    position: absolute;
}

.toggleMondo, .toggleHuman {
    width: 30px;  /* size removed from the charts, in rules_page.js, discrete- & continuousChartFactory */
    height: 30px;
}

.toggleHuman {
    margin-bottom: 10px;
}

.toggleMondo {
    margin-top: 10px;
}
/* container for toggleHuman and toggleMondo */
/* todo: fix display on safari etc ? */
.flex-chart-container {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;

    flex-direction: row;
    -webkit-flex-direction: row;
    /* -moz-flex-direction: row; prefixes being removed by vendors */
    -ms-flex-direction: row;

    align-items: center;
    -webkit-align-items: center;
    /* -moz-align-items: center;
    -ms-align-items: center; */
}

.centered-text {
    pointer-events: none;
    position: absolute;
    font-size:large;
    text-align: center;
    background-color: rgba(255,255,255,0.7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 2px;

    /* unselectable text*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* CSS animation for toggle buttons */
.pulse-human {
  box-shadow: 0 0 0 0 rgba(31, 119, 180, 0.7);
}
.pulse-mondo {
  box-shadow: 0 0 0 0 rgba(188, 17, 15, 0.7);
}
.pulse {
  position: relative;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;  /* todo: check "ms-animation" keyword, reported as unknown in pycharm */

}
.pulse-active {
  -webkit-animation: pulse 1s normal cubic-bezier(.66, 0, 0, 1);
  -moz-animation: pulse 1.25s normal cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s normal cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s normal cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}
/* end of CSS animation */

/* feature tour ****************************************************** */
.featuretour-row {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;

    flex-direction: row;
    -webkit-flex-direction: row;
    /* -ms-flex-direction: row; ms not supported */
    /* no moz prefix for that arg: not recognized by pycharm */
}
.featuretour-column {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;

    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

/* feature tour - guided tour wizard *************************** */

.wizard-mondo-instruction {
    text-align: right;
    text-align: -webkit-right;
}
.wizard-step {
    border: solid #e0e0e0 1px; /* ADJUST AT TOP */
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #f8f8f8;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,.4);
}
.step-number {
    -webkit-transform: translate(-21px, -3px);
    -moz-transform: translate(-21px, -3px);
    -ms-transform: translate(-21px, -3px);
    -o-transform: translate(-21px, -3px);
    transform: translate(-21px, -3px);

    box-sizing: content-box;
    padding: 2px;
    font-family: Arial,verdana,tahoma;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,.4);

    position: absolute;
    color: white;
  /*  text-shadow: 1px 1px 1px rgba(0,0,0,.3);   */
    background: #ff3019;
    background: -webkit-linear-gradient(top,#ff3019 0,#cf0404 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff3019),color-stop(100%,#cf0404));
    background: -moz-linear-gradient(top,#ff3019 0,#cf0404 100%);
    background: -ms-linear-gradient(top,#ff3019 0,#cf0404 100%);
    background: -o-linear-gradient(top,#ff3019 0,#cf0404 100%);
    background: linear-gradient(to bottom,#ff3019 0,#cf0404 100%);
    border: 3px solid white;
}

/* box name and buttons */
.step-name {
    font-weight: bold;
    color: black;
}
.step-header-n-btns {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;

    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;

    justify-content: space-between;
    -webkit-justify-content: space-between;

    align-items: center;
    -webkit-align-items: center;
}
.wizard-btns-span {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;

    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;

    justify-content: flex-end;
    -webkit-justify-content: flex-end;

    align-items: center;
    -webkit-align-items: center;
}
.wizard-round-btn {
    background-color: #f0f0f0;
    border: solid #e0e0e0 1px;
    font-weight: bold;
    /* color: #000000; */

    box-sizing: content-box;
    padding: 2px;
    font-family: Arial,verdana,tahoma;
    font-size: 13px;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
}
.wizard-add-btn {
    -webkit-transform: translate(-10px, 0px);
    -moz-transform: translate(-10px, 0px);
    -ms-transform: translate(-10px, 0px);
    -o-transform: translate(-10px, 0px);
    transform: translate(-5px, 0px);
    box-shadow: 0 2px 5px rgba(0,0,0,.4);
}


/* body: dropdowns & inputs in a table */
.step-table {
    margin: 5px;
}
.step-4dropdowns {
    margin: 5px;

    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;

    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;

    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.step-2dropdowns {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;

    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}
.step-header-n-dropdown {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;

    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;

    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.step-header {
    padding-right: 10px;
    padding-left: 5px;
}
.step-dropdown {
    padding-left: 5px;
    background-color: white;
    font-weight: normal;
    border-color: #e0e0e0;
}

.step-title {
    font-weight: bold;
}
.step-subtitle {
    font-weight: bold;
    font-style: italic;
  /*  color: #703a3a; */
}
.step-textarea {
 /*   color: black; */
/*    color: #446e9b; */
    border-color: #e0e0e0;
    border-radius: 5px;
    resize: vertical;
}





/* new UI ****************************************************** */
.dropdown-btn-caret {
    width: 15px
}
/* for sampling dialog's submit/update button
NB: this class is used in combination with Boostrap's classes .modal-footer and .modal-header */
.modal-subheader {
  padding-bottom: 0px;
}

#portal_import_ddown {
    width: 150px;
}

#rule-pane-reset {
    padding-left: 14px;
}

#import_mode_checkbx {
    position: absolute;
    transform: translate(180px, -3px);
}

#import_off_span {
    position: absolute;
    transform: translate(195px, 1px);
}

#import_on_span {
    position: absolute;
    transform: translate(195px, -1px);
}

#samplingStratDdown {
    position: absolute;
    transform: translate(-567px, -7px);
}

.disabled {
    pointer-events:none; //This makes it not clickable
    opacity:0.6;         //This grays it out to look disabled
}

#rule_ddown_ul_sum {
    transform: translate(-1px, -295px);
    z-index: 2999;
}

#maxPtsSampleSpan {
    position: absolute;
    transform: translate(-335px, -2px);
    white-space: nowrap;
}

#maxPtsSampleInput {
    width: 75px;
    height: 22px;
    position: absolute;
    transform: translate(-302px, -6px);
    transform: translate(-302px, -6px);
}

#sampling-update-spinner {
    position: absolute;
    transform: translate(-17px, -1px);
}

#learning-complete-modal .modal-header {
  text-align: center;
}

#learning-complete-modal .modal-body {
  display: flex;
  align-items: center;
}

#post-solve-modal {
  height: 7rem;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 11rem;
  left: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 0 0.5rem;
  width: calc(100% - 2rem);
  font-size: 1.2rem;
  color: black;
  background-color: #FEF1CD;
  border: 1px solid #7F7F7F;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: all 1s ease-in-out;
}

#post-solve-modal.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0,0) scale(1);
}

#post-solve-modal .custom-modal-header {
  text-align: center;
  padding: 1rem;
  padding-top: 4%;
  padding-bottom: 6%;
  min-height: 1.125rem;
  color: #7F7F7F;
}

#post-solve-modal h3 {
  color: #C00000;
  padding-left: 5rem;
  font-size: 27px;
}

#post-solve-modal .custom-modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  padding-bottom: 7%;
  margin-top: 1.25rem;
}

#post-solve-modal::before,
#post-solve-modal::after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#post-solve-modal::before {
	border-color: rgba(127, 127, 127, 0);
	border-bottom-color: #7F7F7F;
	border-width: 11px;
	margin-left: -14px;
}

#post-solve-modal::after {
	border-bottom-color: #FEF1CD;
	border-width: 10px;
	margin-left: -13px;
}

#post-solve-modal .numberOfExplorations {
  font-size: 1.7rem;
}
#post-solve-overlay {
  position: fixed;
  top: -10rem;
  left: 0;
  bottom: 0;
  width: 1000%;

}
#animationOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#kpi_chart_mount,
#portal_list {
  display: none;
}

#detail_swap_container[data-showing~='kpi_chart'] #kpi_chart_mount,
#detail_swap_container[data-showing~='portal_list'] #portal_list {
  display: block;
}


#test {
  height: 100%;
  width: 100%;
}



#portal-list-container,
#kpi-tree-header,
#showKpiButton {
  display: none;
}


#detail_swap_container[data-showing~='kpi_chart'] #kpi-tree-header, #portal-list-container,
#detail_swap_container[data-showing~='portal_list'] #showKpiButton {
  display: block;
}


#detail_swap_container[data-showing~='kpi_chart'] #kpi-tree-header{
  position: fixed;
  z-index: 100;
  min-width: 100%;
  height:60px;
}



#showListButton {
  margin-left: 5px;
  display: inline;
  cursor: pointer;
}

#collapseAll {
  width: 5%;
}

#expandAll {
  width: 5%;
}


#zoomOut {
  width: 5%;
}

#zoomIn {
  width: 5%;
}

#search-next-node {
  width: 5%;
  display: inline !important;

}

#search-prev-node {
  width: 5%;
  display: inline !important;

}

#kpi-search {
  width: 200px;
  display: inline !important;
  font-size: 12px;
  margin-left: 10px;
  outline: none;
  height: 40px;
  padding-right: 30px;
}

#file {
display:none;
}

#importKpi {
  color: #3399f3;
  text-decoration: none;
  outline: none !important;
  outline: none !important;
  font-weight: normal;
}

#importKpi:hover {
  color: #3399f3;
  text-decoration: underline;
  cursor: pointer;
}

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

.paleblue .name{
  max-width: 250px;
}

.paleblue .organization {
  max-width: fit-content;
}

.paleblue .created_time{
  max-width: 90px;
}

.paleblue .last_used_time{
  max-width: 90px;
}

.paleblue .rule_count {
  width: 3rem;
}

.paleblue .parse_jobs {
  width: 3rem;
}

.paleblue .portal_opened_count {
  width: 3rem;
}

.paleblue .datafile_columns {
  width: 1rem;
}

.paleblue .datafile_rows{
  width: 1rem;
}

#orgs-button {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#orgs-button-dropdown {
    font-family: 'FontAwesome', Arial, sans-serif;
}

.recommendation-label text {
    transform: unset !important;
}

.no-transition {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
}

.no-transform {
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}

.no-anim {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}

.deco-hover-title {
  margin-bottom: .5em;
  font-weight: bold;
}

.deco-hover .variable .label {
  margin-right: .5em;
}

.deco-hover ul {
  margin-left: -1.5rem;
}

.deco-hover li > div {
  display: inline-block;
  margin-right: .5em;
}

.deco-hover .label {
  width: 30px;
}

.correlation-line,
.correlation-label {
  position: absolute;
  z-index: 800;
  opacity: 0;
  visibility: none;
  transition: all .5s ease-in-out 0s;
}

.correlation-line {
  transform-origin: 0 100%;
}

.correlation-label {
  padding: 0.125rem .5rem;
  background-color: rgba(249, 255, 244, 0.95);
  border-radius: 8px;
  transform-origin: 0 0;
  z-index: 801;
  font-weight: bold;
}

.correlation-line.showing,
.correlation-label.showing {
  opacity: 1;
  visibility: visible;
  transition: all .5s ease-in-out .25s;
}


/* overwrite some things */
.logo-with-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
}

.logo-with-button * {
    box-sizing: border-box;
}

.logo-with-button .logo-image-wrapper {
    margin-right: 10px;
}

.logo-with-button #run-mondobrain-button {
    flex-grow: 1;
    position: static;
    top: auto;
    left: auto;
    width: auto;
    transform: none;
}

.logo-with-button #run-mondobrain-logo {
    display: block;
    transform: none;
}

.logo-with-button #run-mondobrain-logo-anim {
    transform: none;
    margin: 0 !important;
}