body.common {
    margin-right: 150px;
    padding-right: 130px;
}

#graph_holder {
    width: 100%
}

.graph-title {
    font-size: 26px;
    font-weight: bold;
    text-anchor: middle;
}

.stroke-style {
    fill: none;
    fill-opacity: 1;
    stroke-width: 1.5px;
    shape-rendering: auto;
}

/*Change the name to stressor-area*/
.stimulus-area {
    fill: #ffff80;
    opacity: 0.9;
}

.bioFeedBack-area {
    fill: #b7cfc9;
    opacity: 0.9;
}

.filled-area0 {
    fill: #ffff80;
    opacity: 0.9;
}

.filled-area1 {
    fill: #b7cfc9;
    opacity: 0.9;
}

.filled-area2 {
    fill: #cf7975;
    opacity: 0.9;
}

/*.axis-title {*/
/*font-size: 20px;*/
/*font-family: Arial, serif;*/
/*font-weight: bold;*/
/*color: #989a9f;*/
/*stroke-width: 3px;*/
/*}*/

/*.common-axis line {*/
/*stroke: #989a9f;*/
/*}*/

.common-axis {
    /*stroke: #989a9f;*/
    stroke-width: 2px;
    font-size: 14px;
    font-family: Arial, serif;
    font-weight: bold;
}

.axis-title {
    font-size: 16px;
    font-family: Arial, serif;
    font-weight: bold;
    /*color: #989a9f;*/
}

/*.x-y-axis-font {
    font: 24px times;
    font-weight: bold;
}*/

/*.y-axis-font {*/
/*font-size: 24px;*/
/*font-weight: bold;*/
/*}*/

.circle {
    fill: white;
    stroke-width: 4px;
}

.hover-line {
    stroke: #140917;
    stroke-width: 2.5px;
}

.hover-line {
    /*stroke: #6F257F;*/
    stroke: #140917;
    stroke-width: 2.5px;
    /*stroke-dasharray: 3,3;*/
}

.hover-text {
    font-size: 22px;
    font-weight: bold;
}

/*****REMOVE Later*****/
.fill-area-temp {
    fill: #cae8ff;
    /*opacity: 90;*/

}

.line-gap {
    line-height: 50px;
}

.tab-font {
    font-size: 16px;
}

div.tooltip {
    position: absolute;
    text-align: center;
    width: auto;
    height: auto;
    padding: 8px;
    font: 16px sans-serif;
    background: #FFFFFF;
    border-style: solid;
    border-width: 1.5px;
    border-color: #b9b9b9;
    border-radius: 8px;
    pointer-events: none;
    opacity: 0;
}

.floating {
    /*display: none;*/
}

.window {
    width: 1500px;
}

.button {
    padding-top: 5px;
    padding-bottom: 5px;
}

.no-space {
    margin: 0;
    padding: 0;
}

.video {
    width: auto;
    height: auto;

    padding-left: 10%;
    white-space: nowrap;
    overflow-x: scroll;
}

/* salah */
.float-container {
    border: 3px solid #fff;
    padding: 20px;
}

/* salah */
.float-scale{
    width: 50%;
    float: left;
    padding: 20px;
    border: 2px solid red;
}  

/* salah */
.map {
    width: auto;
    height: auto;
    padding-left: 10%;
    white-space: nowrap;
    display: inline-block;
}

.map2 {
    width: auto;
    height: auto;
    padding-left: 0%;
    white-space: nowrap;
    display: inline-block;
}

/* salah */
.mapcontainer {
    width: auto;
    height: auto;

    padding-left: 10%;
    white-space: nowrap;
    overflow-x: scroll;
    display: inline-block;

}



.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.user_msg {
    color: rgba(55, 77, 100, 0.76);
    font-size: 150%;
    text-align: center;
    vertical-align: middle;
    line-height: 90px;
}

.videoControlBlock {
    display: inline-block;
}

/* broswer support alert */
.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
  }
  
  .alert.success {background-color: #4CAF50;}
  .alert.info {background-color: rgb(36, 98, 145);}
  .alert.warning {background-color: #ff9800;}
  
  .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .closebtn:hover {
    color: black;
  }


/*-------------------*/
/*--ZOOM PROPERTIES--*/
.zoom-clip {
    clip-path: url(#clip);
}

.zoom {
    cursor: move;
    fill: none;
    pointer-events: all;
}

/*--ZOOM PROPERTIES--*/
/*-------------------*/

/*-------------------*/
/*---NASA TASK CSS---*/
.axis-nasa .domain {
    display: none;
}

.yAxis .domain {
    /*display: none;*/
    stroke: #923;
    stroke-dasharray: 2, 2;
}

.grid line {
    stroke: lightgrey;
    stroke-opacity: 0.7;
    shape-rendering: crispEdges;
}

.grid path {
    stroke-width: 0;
}

.nasaTaskToolTip {
    position: absolute;
    padding: 8px;
    display: none;
    width: auto;
    height: auto;
    background: none repeat scroll 0 0 white;
    border: 0 none;
    border-radius: 8px 8px 8px 8px;
    box-shadow: -3px 3px 15px #888888;
    color: black;
    font: 12px sans-serif;
    text-align: center;
}

/*---NASA TASK CSS---*/
/*-------------------*/

/*-------------------*/
/*---PSYCHOMETRICS CSS---*/
body {
    font-family: Helvetica, Arial, sans-serif;
    margin: 32px;
}

.alias_div {
    float: left;
}

.horizontal_div g.arc {
    fill: steelblue;
}

.horizontal_div g.pointer {
    fill: #e85116;
    stroke: #b64011;
}

.horizontal_div g.label text {
    text-anchor: middle;
    font-size: 14px;
    font-weight: bold;
    fill: #666;
}

/*---PSYCHOMETRICS CSS---*/
/*-------------------*/

/*------------------------*/
/*MOUSE STROKES PROPERTIES*/
.mouse-stroke-style,
.mouse-full-line,
.mouse-one-second-line {
    fill: none;
    fill-opacity: 1;
    stroke-width: 5.5px;
    shape-rendering: auto;
    opacity: .4;
}

.mouse-full-line {
    stroke: lightgrey;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mouse-one-second-line {
    stroke: blue;
    stroke-linecap: round;
    /*stroke-dasharray: 1, 10;*/
}

.mouse_moving_circle {
    /*fill: white;*/
    stroke: red;
    stroke-width: 2%;
}

.mouse_trajectory_div {
    display: flex;
}

.mouse_trajectory_div > div {
    flex: 1;
    display: inline-block;
    /*width: 50%;
    font-size: 16px;*/
}

.mouse_div_left {
    /*background-color: aqua;*/
}

.mouse_div_right {
    /*background-color: gold;*/
    position: relative;
    /*float: left;*/
    /*top: 25%;*/
    /*left: 50%;*/
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
    /*transform: translate(0%, 25%); !*** CHECK CSS *!*/
    /*visibility: hidden;*/
}

.mouse_video {
    width: 100%;
}

/*MOUSE STROKES PROPERTIES*/
/*----------------------*/

/*----------------------*/
/*KEY STROKES PROPERTIES*/
.key-stroke-circle,
.brush-circle {
    fill: #0b6900;
    fill-opacity: 0.8;
}

.brush-axis {
    stroke-width: 0.5px;
    stroke: #888;
    font: 10px avenir next, sans-serif;
}

.brush-axis > path {
    stroke: #888;
}

/*KEY STROKES PROPERTIES*/
/*----------------------*/



.loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

.loading-image {
    position: absolute;
    top: 35%;
    left: 50%;
    z-index: 100;
}

.loading-message {
    position: absolute;
    top: 60%;
    left: 42%;
    z-index: 100;
}




/*----------------------*/
/*  LEGEND PROPERTIES   */
.signal-name {
    margin: 0 !important;
}

.legend-box {
    display: inline-block;
    height: 10px;
    margin-right: .5em;
    width: 10px;
}

.legend-div {
    padding-top: 20px;
    margin-right: 1em;
    margin-left: 10em;
}

.legend {
    float: left;
    margin-right: 2em;
}

.legend-text {
    /*stroke: #545454;*/
    color: #545454;
    font-size: 16px;
    font-family: Arial, serif;
}

/*  LEGEND PROPERTIES   */
/*----------------------*/

/*----------------------*/
/*-DELETED CODE SECTION-*/
/*----------------------*/

/*svg circle {*/
/*fill: red;*/
/*stroke: red;*/
/*}*/

/*path {
    stroke: steelblue;
    stroke-width: 3;
    fill: none;
}

.axis path,
.axis line {
    fill: none;
    stroke: grey;
    stroke-width: 2;
    shape-rendering: crispEdges;
}

.xValue {
    font-size: 24px;
}*/

/*
.axis {
    font: 10px sans-serif;
}

.axis path,
.axis line {
    fill: none;
    stroke: #D4D8DA;
    stroke-width: 2px;
    shape-rendering: crispEdges;
}

.overlay {
    fill: none;
    pointer-events: all;
}

.hover-line {
    stroke: #6F257F;
    stroke-width: 2px;
    stroke-dasharray: 3,3;
}*/

/*.line-speed,*/
/*.style0 {*/
/*stroke: #dc3912;*/
/*}*/

/*.line-breathing-rate,*/
/*.line-acceleration,*/
/*.style1 {*/
/*stroke: #3366cc;*/
/*}*/

/*.line-heart-rate,*/
/*.line-brake,*/
/*.style2 {*/
/*stroke: #ff9900;*/
/*}*/

/*.line-lane-offset,*/
/*.style3 {*/
/*stroke: #a901db;*/
/*}*/

/*.line-steering,*/
/*.style4 {*/
/*stroke: #109618;*/
/*}*/

/*.style5 {*/
/*stroke: #88fffc;*/
/*}*/

/*.style6 {*/
/*stroke: #bd6138;*/
/*}*/

/*.speed-font {*/
/*fill: #dc3912;*/
/*}*/

/*.acceleration-font {*/
/*fill: #3366cc;*/
/*}*/

/*.brake-font {*/
/*fill: #ff9900;*/
/*}*/

/*.stressor-font {*/
/*fill: #CCCC00;*/
/*}*/

/*.steering-font {*/
/*fill: #109618;*/
/*}*/

/*.line,*/
/*.line-heart-rate,*/
/*.line-breathing-rate,*/
/*.line-brake,*/
/*.line-acceleration,*/
/*.line-lane-offset,*/
/*.line-speed,*/
/*.line-steering,*/
/*.style0, .style1, .style2, .style3, .style4, .style5, .style6 {*/
/*fill: none;*/
/*fill-opacity: 1;*/
/*stroke-width: 2.5px;*/
/*shape-rendering: auto;*/
/*}*/

/*.show-hide-font {
    font-size: 18px;
    font-weight: bold;
}*/

.callout {
  position: fixed;
  bottom: 300px;
  right: 20px;
  margin-left: 20px;
  max-width: 300px;
}

.callout-header {
  padding: 5px 10px;
  background: #555;
  font-size: 20px;
  color: white;
}

.callout-container {
  padding: 10px;
  background-color:  lightgray;
  color: white;
}

.closebtn {
  position: absolute;
  top: 5px;
  right: 15px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.closebtn:hover {
  color: lightgrey;
}
