body.pipelines div.widget{
    background-color: #a6a6a6;
    border-color: #a6a6a6;
    border-radius: 1px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(38, 38, 38, 0.50);
    box-shadow: 0px 0px 1px 1px rgba(38, 38, 38, 0.50);
}

body.pipelines div.generic-widget{
    border-radius:6px;
}

body.pipelines div.manual-activated{
    box-shadow: 0px 0px 0px 6px #060606;
}

body.pipelines div#manual-activated-status{
    float: right;
    background-color: gold;
    box-shadow: 0px 0px 0px 6px gold;
    border-radius: 1px;
    margin-top: 6px;
}

body.pipelines .panel-title.pipelines{  
    margin: 0;
    font-size: 24px;
    letter-spacing: 3px;
    text-align: center;
    top: 7px;
    position: relative;
    margin-bottom:10px;
}
body.pipelines .panel-title.datetime{
    float: right;
    display: inline;
    margin-right: 10px;
}
div.panel-heading.pipelines{
    background-color: #a6a6a6;
    border-color: transparent;
    padding-top: 10px;
    padding-bottom: 26px;
}
div.panel-body.pipelines{
    background-color: #a6a6a6;
}
option.pipelines.title {
    color: #e6e6e6;
    margin-bottom: 10px;
}
body.pipelines dialog.alarmDialog {
    border: none;
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: white;
    background-color: rgba(255,255,255,0.7);
    text-align:center;
}
body.pipelines dialog img.acoustic-event {
    top: 190px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    width: 400px;
    visibility: hidden;
    color: #262626;
}
body.pipelines dialog img.massbalance-event {
    top: 190px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    width: 400px;
    visibility: hidden;
    color: #262626;
}
body.pipelines dialog img.smartleak-event {
    top: 190px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    width: 400px;
    visibility: hidden;
    color: #262626;
}
body.pipelines dialog img.marineinterference-event {
    top: 190px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    width: 400px;
    visibility: hidden;
    color: #262626;
}
body.pipelines dialog img.negativepressure-event {
    top: 190px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    width: 400px;
    visibility: hidden;
    color: #262626;
}
body.pipelines dialog img.acousticnoise-event {
    top: 190px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    width: 400px;
    visibility: hidden;
    color: #262626;
}
body.pipelines dialog img.tpicorelation-event {
    top: 190px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    width: 400px;
    visibility: hidden;
    color: #262626;
}
body.pipelines dialog img.impactdetection-event {
    top: 190px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    width: 400px;
    visibility: hidden;
    color: #262626;
}
body.pipelines dialog img.tpimetrics-event {
    top: 190px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    width: 400px;
    visibility: hidden;
    color: #262626;
}
body.pipelines dialog img.sensorintrusion-event {
    top: 190px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    width: 400px;
    visibility: hidden;
    color: #262626;
}
body.pipelines dialog img.esiamleak-event {
    top: 190px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    width: 400px;
    visibility: hidden;
    color: #262626;
}
body.pipelines dialog img.esiamcorrosion-event {
    top: 190px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    width: 400px;
    visibility: hidden;
    color: #262626;
}
body.pipelines dialog img.dropleak-event {
    top: 190px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    width: 400px;
    visibility: hidden;
    color: #262626;
}

body.pipelines dialog img.phasechange-event {
    top: 190px;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    width: 400px;
    visibility: hidden;
    color: #262626;
}


body.pipelines dialog img.negativepressure-event.on {
    content: url("../../images/leak_siren_orange.svg");
}
body.pipelines dialog img.negativepressure-event.off {
    content: url("../../images/leak_siren_orange_grey.svg");
}
body.pipelines dialog img.drop-event.unmanaged-event {
    visibility: visible;
    content: url("../../images/leak_siren_grey_grey.svg");
}
body.pipelines dialog img.massbalance-event.on {
    content: url("../../images/massbalance_siren_orange.svg");
}
body.pipelines dialog img.massbalance-event.off {
    content: url("../../images/massbalance_siren_orange_grey.svg");
}
body.pipelines dialog img.esiamleak-event.on {
    content: url("../../images/leak_siren_orange.svg");
}
body.pipelines dialog img.esiamleak-event.off {
    content: url("../../images/leak_siren_orange_grey.svg");
}
body.pipelines dialog img.esiamcorrosion-event.on {
    content: url("../../images/infoevent_siren_black.svg");
}
body.pipelines dialog img.esiamcorrosion-event.off {
    content: url("../../images/infoevent_siren_gray.svg");
}

body.pipelines dialog img.smartleak-event.on {
    content: url("../../images/smartleak_siren_orange.svg");
}
body.pipelines dialog img.smartleak-event.off {
    content: url("../../images/smartleak_siren_orange_grey.svg");
}
body.pipelines dialog img.marineinterference-event.on {
    content: url("../../images/marineinterference_siren_orange.svg");
}
body.pipelines dialog img.marineinterference-event.off {
    content: url("../../images/marineinterference_siren_orange_grey.svg");
}
body.pipelines dialog img.acousticnoise-event.on {
    content: url("../../images/impactdetection_siren_orange.svg");
}
body.pipelines dialog img.acousticnoise-event.off {
    content: url("../../images/impactdetection_siren_orange_grey.svg");
}
body.pipelines dialog img.tpicorelation-event.on {
    visibility: visible;
    content: url("../../images/tpi_siren_orange_and_shovel.svg");
}
body.pipelines dialog img.tpicorelation-event.off {
    visibility: visible;
    content: url("../../images/tpi_siren_orange_and_shovel_grey.svg");
}
body.pipelines dialog img.impactdetection-event.on {
    content: url("../../images/impactdetection_siren_orange.svg");
}
body.pipelines dialog img.impactdetection-event.off {
    content: url("../../images/impactdetection_siren_orange_grey.svg");
}
body.pipelines dialog img.tpimetrics-event.on {
    visibility: visible;
    content: url("../../images/tpi_siren_yellow_and_shovel.svg");
}
body.pipelines dialog img.tpimetrics-event.off {
    visibility: visible;
    content: url("../../images/tpi_siren_yellow_and_shovel_grey.svg");
}
body.pipelines dialog img.sensorintrusion-event.on {
    visibility: visible;
    content: url("../../images/sensorintrusion_siren_yellow_and_shovel.svg");
}
body.pipelines dialog img.sensorintrusion-event.off {
    visibility: visible;
    content: url("../../images/sensorintrusion_siren_yellow_and_shovel_grey.svg");
}
body.pipelines dialog img.dropleak-event.on {
    content: url("../../images/dropleak_siren_orange.svg");
}
body.pipelines dialog img.dropleak-event.off {
    content: url("../../images/dropleak_siren_orange_grey.svg");
}

body.pipelines dialog img.phasechange-event.on {
    content: url("../../images/phasechange_siren_orange.svg");
}
body.pipelines dialog img.phasechange-event.off {
    content: url("../../images/phasechange_siren_orange_grey.svg");
}

body.pipelines dialog img.tpimanualexc-event.on {
    visibility: visible;
    content: url("../../images/tpi2_manual_excavation.svg");
}
body.pipelines dialog img.tpimanualexc-event.off {
    visibility: visible;
    content: url("../../images/tpi2_manual_excavation_gray.svg");
}

body.pipelines dialog img.tpimechexc-event.on {
    visibility: visible;
    content: url("../../images/tpi2_mechanical_excavation.svg");
}
body.pipelines dialog img.tpimechexc-event.off {
    visibility: visible;
    content: url("../../images/tpi2_mechanical_excavation_gray.svg");
}

body.pipelines dialog img.tpiother-event.on {
    visibility: visible;
    content: url("../../images/tpi2_other_interference.svg");
}
body.pipelines dialog img.tpiother-event.off {
    visibility: visible;
    content: url("../../images/tpi2_other_interference_gray.svg");
}

body.pipelines dialog img.lpmanualexc-event.on {
    visibility: visible;
    content: url("../../images/localprotection_manual_excavation.svg");
}
body.pipelines dialog img.lpmanualexc-event.off {
    visibility: visible;
    content: url("../../images/localprotection_manual_excavation_gray.svg");
}

body.pipelines dialog img.lpmechexc-event.on {
    visibility: visible;
    content: url("../../images/localprotection_mechanical_excavation.svg");
}
body.pipelines dialog img.lpmechexc-event.off {
    visibility: visible;
    content: url("../../images/localprotection_mechanical_excavation_gray.svg");
}

body.pipelines dialog p.siren-stop-btn {
    position: relative;
    top: 400px;
}
body.pipelines dialog div.siren.siren-content {
    position: absolute;
    margin: auto;
    top: 15%;
    right: 0;
    left: 0;
    bottom: 0;
}
body.pipelines dialog h1.siren.alarm-title {
    font-size: 4em;
}
body.pipelines img#line-status-semaphore.green {
    content:url('../../images/semaphore_green.svg');
}
body.pipelines img#line-status-semaphore.yellow {
    content:url('../../images/semaphore_yellow.svg');
}
body.pipelines img#line-status-semaphore.red {
    content:url('../../images/semaphore_red.svg');
}
body.pipelines img#line-status-semaphore.black {
    content:url('../../images/semaphore_off.svg');
}
body.pipelines img#line-status-semaphore.white {
    content:url('../../images/semaphore_white.png');
}

body.pipeline table.semaphore-container .red{
    background-color:red;
    
}
body.pipelines img#semaphore_valve.green_on {
    content:url('../../images/valve_on_ok_circle.png');
}
body.pipelines img#semaphore_valve.red_on {
    content:url('../../images/valve_on_ko_circle.png');
}
body.pipelines img#semaphore_valve.red_off {
    content:url('../../images/valve_off_ko_circle.png');
}
body.pipelines img#semaphore_valve.green_off {
    content:url('../../images/valve_off_ok_circle.png');
}
body.pipelines img#semaphore_valve.offline {
    content:url('../../images/valve_off_offline_circled.png');
}
body.pipelines img#f3.offline {
    content:url('../../images/pump_off_offline_circled.png');
    height: 90px;
    width: 90px;
}
body.pipelines img#f3.green_off {
    content:url('../../images/pump_ok_off_circle.png');
    max-height:100%; 
    max-width:100%;
    margin:10px;
    height: 90px;
    width: 90px;
}
body.pipelines img#f3.red_off {
    content:url('../../images/pump_ko_off_circle.png');
    max-height:100%; 
    max-width:100%;
    margin:10px;
    height: 90px;
    width: 90px;
}
body.pipelines img#f3.green_on_phase1 {
    content:url('../../images/pump_off_ok_transition_phase1.png');
    max-height:100%; 
    max-width:100%;
    margin:10px;
    height: 90px;
    width: 90px;
}
body.pipelines img#f2.green_on_phase2 {
    content:url('../../images/pump_off_ok_transition_phase2.png');
    max-height:100%; 
    max-width:100%;
    margin:10px;
    height: 90px;
    width: 90px;
}
body.pipelines img#f1.green_on_phase3 {
    content:url('../../images/pump_off_ok_transition_phase3.png');
    max-height:100%; 
    max-width:100%;
    margin:10px;
    height: 90px;
    width: 90px;
}

body.pipelines img#f3.red_on_phase1 {
    content:url('../../images/pump_off_ko_transition_phase1.png');
    max-height:100%; 
    max-width:100%;
    margin:10px;
    height: 90px;
    width: 90px;
}
body.pipelines img#f2.red_on_phase2 {
    content:url('../../images/pump_off_ko_transition_phase2.png');
    max-height:100%; 
    max-width:100%;
    margin:10px;
    height: 90px;
    width: 90px;
}
body.pipelines img#f1.red_on_phase3 {
    content:url('../../images/pump_off_ko_transition_phase3.png');
    max-height:100%; 
    max-width:100%;
    margin:10px;
    height: 90px;
    width: 90px;
}
body.pipelines img#semaphore_station.offline {
    content:url('../../images/station_offline_circled.png');
}
body.pipelines img#semaphore_station.red {
    content:url('../../images/station_bad_circle.png');
}
body.pipelines img#semaphore_station.green {
    content:url('../../images/station_on_circle.png');
}
body.pipelines img#semaphore_event.offline {
    content:url('../../images/leak_event_offline_circled.png');
}
body.pipelines img#semaphore_event.NegativePressureSemIcon {
    content:url('../../images/leak_bad_circle.png');
     animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}
body.pipelines img#semaphore_event.MassBalanceSemIcon {
    content:url('../../images/eventmassbalance_circle.svg');
     animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}
body.pipelines img#semaphore_event.SmartLeakSemIcon {
    content:url('../../images/eventsmartleak_circle.svg');
     animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}
body.pipelines img#semaphore_event.MarineInterferenceSemIcon {
    content:url('../../images/eventmarineinterference_circle.svg');
     animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}
body.pipelines img#semaphore_event.AcousticNoiseSemIcon {
    content:url('../../images/eventacousticnoise_circle.svg');
     animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}
body.pipelines img#semaphore_event.TPICorrelationSemIcon {
    content:url('../../images/tpi_event_orange_circled.png');
     animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}
body.pipelines img#semaphore_event.ImpactDetectionSemIcon {
    content:url('../../images/eventimpactdetection_circle.svg');
     animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}
body.pipelines img#semaphore_event.TPIMetricsSemIcon {
    content:url('../../images/tpi_event_yellow_circled.png');
     animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}
body.pipelines img#semaphore_event.SensorIntrusionSemIcon {
    content:url('../../images/eventsensorintrusion_circle.svg');
     animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}
body.pipelines img#semaphore_event.DropLeakSemIcon {
    content:url('../../images/dropleak_bad_circle.png');
     animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}

body.pipelines img#semaphore_event.PhaseChangeSemIcon {
    content:url('../../images/eventphasechange_circle.svg');
     animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}

@keyframes blink {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink {
  to {
    visibility: hidden;
  }
}


/*animation-------------------------------------------*/
.fadein {
    position:absolute;
    top:0px;
    /*left:50%;*/
    margin:auto;
}
.fadein img {
    position:absolute;
    left:1%;
    top:0;
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 600ms;
    animation-timing-function: ease-in-out;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 600ms;
}

@-webkit-keyframes fade {
    33% {opacity: 0.4;}
}
@keyframes fade {
    33% {opacity: 0.4;}
}
#f2 {
    -webkit-animation-delay: -400ms;
}
#f3 {
    -webkit-animation-delay: -200ms;
}

/*animation-------------------------------------------*/

body.pipelines img#semaphore_event{
    content:url('../../images/leak_off_circle.png');
    max-height:100%; 
    max-width:100%;
    margin:10px;
}
body.pipelines img#semaphore_station{
    content:url('../../images/station_off_circle.png');
    max-height:100%; 
    max-width:100%;
    margin:10px;
}
body.pipelines img#semaphore_valve{
    content:url('../../images/valve_off_circle.png');
    max-height:100%; 
    max-width:100%;
    margin:10px;
}
body.pipelines div#line-status.pipelines{
    border-bottom: 1px solid rgb(86, 86, 86);
    border-top: 1px solid rgb(86, 86, 86);
    margin-bottom: 40px !important;
    padding: 10px 0px 10px 0px;
    display: block;

}
body.pipelines h4#time-info-title {
    display: inline;
    line-height: 42px;
    color: white;
}
body.pipelines button.pipelines-wgt{
    float: right;
    display: inline;
    margin-left: 1em;
    width: 60px;
}
body.pipelines button#status-button{
    padding-left: 17px;
}
body.pipelines button#select-time-button{
    padding-left: 10px;
}
body.pipelines button#show-event-button{
    padding-left: 15px;
    display: none;
}
body.pipelines button#list-event-button{
    padding-left: 17px;
}
body.pipelines button#change-detection-button{
    padding-left: 10px;
    padding-right: 10px;
    width: 180px;
}
body.pipelines button#pump-toggle-button{
    padding-left: 15px;
    width: 120px;
}
body.pipelines button#pipe-manual-button{
    padding-left: 10px;
    padding-right: 10px;
    width: 180px;
}
body.pipelines .modal-footer{
    text-align: center;
    padding: 7px;
}
body.pipelines .modal-body>div {
    margin-bottom: 20px;
}
body.pipelines .modal-body>div:first-of-type {
    margin-top: -22px;
}
body.pipelines .modal-body>div:last-of-type {
    margin-bottom: -12px;
}
body.pipelines .modal-header {
    text-align: center;
}
body.pipelines #evt-slct-modal .modal-dialog{
    max-width: 330px;
}
body.pipelines #evt-CD-modal .modal-dialog{
    max-width: 330px;
    max-height: 500px;
}
body.pipelines div.pipelines.checkbox{
    float: none;
}
body.pipelines #evt-type-slct>div,
body.pipelines #evt-type-CD>div,
body.pipelines #evt-timespan-slct>div,
body.pipelines #evt-timespan-CD>div,
body.pipelines #pump-tgl-auth-content>div{
    margin-left: 10px;
}
body.pipelines #pump-tgl-auth-content>div{    
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 15px;
}
body.pipelines #evt-timespan-slct label{
    display: inline-block;
    width: 50px;
    text-align: right;
    margin-left: -11px;
    min-height: 21px;
    font-weight: normal;
}
body.pipelines #evt-timespan-CD label{
    display: inline-block;
    width: 50px;
    text-align: right;
    margin-left: -11px;
    min-height: 21px;
    font-weight: normal;
}
body.pipelines #pump-tgl-auth-content label{
    display: inline-block;
    width: 75px;
    text-align: right;
    margin-left: -11px;
    min-height: 21px;
}
body.pipelines #evt-timespan-slct input,
body.pipelines #evt-timespan-CD input,
body.pipelines #pump-tgl-auth-content input{
    display: inline-block;
    width: 237px;
    margin-right: -3px;
}
body.pipelines #evt-timespan-slct input:last-of-type,
body.pipelines #evt-timespan-CD input:last-of-type,
body.pipelines #pump-tgl-auth-content input:last-of-type{
    margin-bottom: 8px;
}
body.pipelines #evt-load-btn{
    width: 291px;
}
body.pipelines div div.evt-load-error{
    display: none;
    font-size: large;
    font-weight: bold;
    color: #be6605;
    margin-bottom: 4px;
    margin-top: 12px;
}
body.pipelines :-webkit-full-screen{
    z-index: 666 !important;
}
body.pipelines .modal{
    z-index: 6000000000 !important;
}
body.pipelines span.pump-tgl-msg{
    display: none;
    font-size: 18px;
}
body.pipelines span.ptgl-error{
    color: red;
}
body.pipelines span.ptgl-success{
}
body.pipelines .cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 30px;
    margin: 0 auto 30px;
}
body.pipelines img.semaphore-icon{
    max-height:100%;
    max-width:100%;
    margin:10px;
}
body.pipelines h1.pipeline_name{
    font-weight: 500;
    display: block;
    /*white-space: pre;*/
    min-height: 1.2em;
    padding: 0px 2px 1px;
    margin:0px;
    padding: 10px 0px 10px 0px;
    font-size: larger;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
body.pipelines p.pipeline_status{
    /*border-bottom: 1px solid rgb(86, 86, 86);*/
    border-top: 1px solid rgb(86, 86, 86);
    /*margin-bottom: 40px !important;*/
    padding: 10px 0px 10px 0px;
    display: block;
    margin:0px;
    font-size:20px;
    padding: 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
body.pipelines div.semaphore-container{
    border-radius: 6px;
}
body.pipelines td.semaphore_table_cell{
    text-align: center; 
    vertical-align:middle; 
    height:90px;
    width:90px;
}
body.pipelines table.semaphore_table{
    margin: 0 auto;
    width:100%;
}
body.pipelines div.pipeline-name-container{
    border-bottom: 1px solid rgb(86, 86, 86);
    /*border-radius: 25px;*/
    text-align: center;
    margin-top:auto;
}
body.pipelines div.pipeline_status_container{
    text-align: center;
    margin-bottom:auto;
    border-radius: 25px;
}
body.pipeline td#valve_table_cell{
    position:fixed;
}
body.pipelines .load-over-text{    
    font-family: "Segoe UI", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.1;
    font-size: 40pt !important;
}
/*the container must be positioned relative:*/
.change-detection-select {
  position: relative;
/*  font-family: Arial;*/
}
/*
.custom-select select {
  display:none ; hide original SELECT element:
}
*/
.select-selected {
  background-color: DodgerBlue;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: relative;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
/*style items (options):*/
.select-items {
  position: relative;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
/* Tooltip text */
.tooltip-custom .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px; 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-custom:hover .tooltiptext {
  visibility: visible;
}


body.pipelines  td.ld-type{
    min-width: 100px;
    background-color: #fc0100;
}
body.pipelines  td.pc-type{
    min-width: 100px;
    background-color: #2a9fd6;
}
body.pipelines  td.mid-type{
    min-width: 100px;
    background-color: #df9300;
}
body.pipelines  td.tpi-corr-type{
    min-width: 100px;
    background-color: #df9300;
}
body.pipelines  td.tpi-metr-type{
    min-width: 100px;
    background-color: #f9c802;  
}
body.events table div.esiam-type{
    min-width: 100px;
    background-color: #A89CF6;
}


/*MANUAL CONTROL*/
#manual-control-table > thead > tr > th {
    vertical-align: middle;
    text-align: center;
}

#manual-control-table > tbody > tr > td > p{
    margin: 0;
}

#manual-control-dropdown {
    margin-bottom: 10px;
}

.data-loading-bar{
    text-align: center;
    margin: 25px 0 25px 0;
}

.manual_control_text_area{
    resize: none;
    width: 100%;
}
