body {
    min-height: 200px;
    padding-top: 40px;
}

.min_height_1_em { min-height: 1em; }
.min_height_2_em { min-height: 2em; }
.min_height_3_em { min-height: 3em; }
.min_height_4_em { min-height: 4em; }
.min_height_5_em { min-height: 5em; }
.min_height_6_em { min-height: 6em; }
.min_height_8_em { min-height: 8em; }
.min_height_10_em { min-height: 10em; }
.min_height_12_em { min-height: 12em; }
.min_height_14_em { min-height: 14em; }
.min_height_16_em { min-height: 16em; }
.min_height_18_em { min-height: 18em; }
.min_height_20_em { min-height: 20em; }

.margin_bottom_1_em { margin-bottom: 1em; }
.margin_bottom_2_em { margin-bottom: 2em; }

div.show_item_table_view div {
    margin-bottom: 5px;
}

.control-label.required:after {
    content: "*";
    color: red;
    padding-left: 2px;
}

.page-header {
    margin-top:0;
    margin-bottom:0;
    border-bottom:inherit;
}

.pagination {
    margin:0;
}

span.select2-container--disabled span.select2-selection {
    cursor: not-allowed !important;
}
.no-border {
    border: inherit;
}

.hide-form-row {
    visibility: hidden;
    height: 1em;
    margin: 0px;
    overflow: hidden;
}

.div-reviewed {
    float: right;
}

.div-reviewed .checkbox label {
    font-weight: bold;
    clear: both;
}

.div-date-time-override {
    font-weight: 600;
    font-size: .93em;
    cursor: help;
}

.pinned-to-top-icon {
    font-size: 1.2rem;
}

.og-image-parent .form-group {
    display: inline-block;
    margin-bottom: 0 !important;
}

/*html {*/
/*    font-family: Arial, Helvetica, sans-serif;*/
/*}*/

/*body {*/
/*    margin: 3rem auto;*/
/*    width: 960px;*/
/*    max-width: 90%;*/
/*}*/

/*section {*/
/*    margin: 4rem 0;*/
/*}*/

.split-table-wrapper {
    display: flex;
}

.split-table-wrapper th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: center;
}

.split-table-wrapper,
.split-table-wrapper > table:first-of-type {
    border-right: 1px solid #ccc;
}

.split-table-wrapper th,
.split-table-wrapper td {
    height: 24px;
}

.table-wrapper {
    overflow-x: auto;
    padding-bottom: 10px;
}

#PracticalBounds input[type="range"] {
    width: 200px;
}

#PracticalBounds [name="practicalBounds_lower"] {
    transform: scaleX(-1);
}

#PracticalBounds label output {
    width: 4em;
    display: inline-block;
}

#PracticalBounds label:first-of-type output {
    text-align: right;
}

datalist {
    /* display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: -23px;
    padding-top: 0px; */
}

#MovementBehaviorPerPhase td {
    height: 100px;
    width: 40px;
    position: relative;
}

#MovementBehaviorPerPhase input[type="range"] {
    width: 80px;
    /* transform: translate(-50%,-50%) rotate(-90deg); */
    /* position: absolute; */
    /* left: 50%; */
    /* top: 50%; */
}

#MovementBehaviorPerPhase .range-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-90deg);
}

#InfluencerWeightPerPhase .split-table-wrapper > table:first-of-type th {
    text-align: right;
    white-space: nowrap;
    font-weight: normal;
}
#InfluencerWeightPerPhase input[type="number"] {
    width: 60px;
    box-sizing: border-box;
    text-align: center;
    border: none;
    padding-left: 16px;
}
#InfluencerWeightPerPhase table canvas {
    cursor: pointer;
}

#FocusedPhaseChartTitle {
    text-align: center;
}

.color-chip {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 0.5em;
}

textarea[name="serializedData"] {
    box-sizing: border-box;
    width: 100%;
    height: 200px;
}

p {
    max-width: 40em;
}

.range-wrapper {
    position: relative;
    display: inline-block;
}

.range-wrapper .ticks {
    position: absolute;
    display: flex;
    justify-content: space-around;
    width: calc(100% - 4px);
    top: 50%;
    left: 2px;
    height: 50%;
}

.range-wrapper .ticks span {
    width: 1px;
    display: block;
    background-color: rgb(190, 190, 190);
    height: 70%;
}

.range-wrapper .ticks span.long {
    height: 100%;
}

.range-wrapper input[type="range"] {
    position: relative;
}

#MovementBehaviorPerPhase  th {
    text-align: center;
}

.alert-danger, .alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}


@media (max-width: 767px) {
    .div-reviewed {
        float: none;
    }
}
