

body {
  font-family: Helvetica, Arial, Sans-Serif;
}

#attribution{
  visibility:hidden
}

.header{
  margin-top:50px;
  position: relative;
  width:100%;
  text-align: center;
}

#printHead{
  width:100%
}

#main{
  margin: auto;
  width:100%;
  height:150px;
  /* background-color: yellow; */
  background-image: linear-gradient(to right,white, #f6fa89, orange,red, orange, #f6fa89, white);
  /* background-image: linear-gradient(to right,white, red, white); */
  text-align: center;

}
#one{
  line-height: 150px;
  vertical-align: middle;
  /* float: left; */
  /* padding-top:10px; */
  /* margin-right:5%;
  transition: margin-right 1000ms; */
}

.open {
  transition: margin-right 2500ms;
    /* margin-right: 20px; */
}
#two{
  line-height: 150px;
  vertical-align: middle;
}

.tleft{
  text-align:right;
}
.tlmid{
  text-transform: capitalize;
  text-align:center;
}
.tright{
  text-align:left;
}

.modal {
  overflow-y:auto;
}
.gauge {
  position: relative;
}
.gauge2 {
  position: relative;
  width:100%;
  text-align: center;
  margin-top:20px;
}
.info {
  position: relative;
  width:100%;
  text-align: center;
  font-size: 10px;
}

.print1{
  font-size: 20px;
}
.print2{
  font-size: 40px;
  color:blue;
}


/*
* Now define the rules that depend on the size of
* the gauge. We start with sizing for a small mobile
* device.
*/

.gauge { height: calc(120px + 3em); }
.gauge__container { width: 240px; height: 120px; }
.gauge__marker { height: 120px; left: 119.5px; }
.gauge__background { width: 240px; height: 120px; }
.gauge__center { width: 144px; height: 72px; top: 48px; margin-left: 48px; }
.gauge__data { width: 240px; height: 120px; }
.gauge__needle { left: 120px; top: 117px; width: 120px; }
.gauge__labels { top: 120px; width: 240px; }
.gauge__label--low { width: 48px; }
.gauge__label--spacer { width: 144px; }
.gauge__label--high { width: 48px; }

/*
* Increase the gauge size slightly on larger viewports.
*/

@media only screen and (min-width: 400px) {
  .gauge { height: calc(150px + 3em); }
  .gauge__container { width: 300px; height: 150px; }
  .gauge__marker { height: 150px; left: 149.5px; }
  .gauge__background { width: 300px; height: 150px; }
  .gauge__center { width: 180px; height: 90px; top: 60px; margin-left: 60px; }
  .gauge__data { width: 300px; height: 150px; }
  .gauge__needle { left: 150px; top: 147px; width: 150px; }
  .gauge__labels { top: 150px; width: 300px; }
  .gauge__label--low { width: 60px; }
  .gauge__label--spacer { width: 180px; }
  .gauge__label--high { width: 60px; }
}

@media screen and (min-width: 600px) {
  .gauge { height: calc(300px + 3em); }
  .gauge2 { font-size:28px; }
  .gauge__container { width: 600px; height: 300px; }
  .gauge__marker { height: 300px; left: 299px; }
  .gauge__background { width: 600px; height: 300px; }
  .gauge__center { width: 360px; height: 180px; top: 120px; margin-left: 120px; }
  .gauge__center img{ width: 300px;  }
  .gauge__data { width: 600px; height: 300px; }
  .gauge__needle { left: 300px; top: 298px; width: 300px; }
  .gauge__labels { top: 300px; width: 600px; }
  .gauge__label--low { width: 120px; }
  .gauge__label--spacer { width: 360px; }
  .gauge__label--high { width: 120px; }
}

/*
* As an option, the `gauge--liveupdate` class can be added
* to the main gauge element. When this class is present,
* we add a transition that animates any changes to the gauge
* value. Currently, the app does not use this option because
* all the inputs that can change gauge values are present
* on tab panels that are different from the gauge itself.
* Therefore, users won't be able to see any gauge changes
* when they make input changes. The code is available, though,
* should this change.
*/

.gauge--liveupdate .gauge__data,
.gauge--liveupdate .gauge__needle {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/*
* For a given gauge value, x, ranging from 0.0 to 1.0, set
* the `transform: rotate()` property according to the
* following equation: `-0.5 + 0.5x turns` The default
* properties below represent an x value of 0.
*/

.gauge__data {
  -webkit-transform: rotate(-.50turn);
  -moz-transform: rotate(-.50turn);
  -ms-transform: rotate(-.50turn);
  -o-transform: rotate(-.50turn);
  transform: rotate(-.50turn);
}
.gauge__needle {
  -webkit-transform: rotate(-.50turn);
  -moz-transform: rotate(-.50turn);
  -ms-transform: rotate(-.50turn);
  -o-transform: rotate(-.50turn);
  transform: rotate(-.50turn);
}


#myInput {
  /* background-image: url('/css/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat; */
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#myInput2 {
  /* background-image: url('/css/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat; */
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}


#myul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.boxer {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  /* background-color: #f6f6f6; */
  padding: 6px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block;
  cursor: pointer;

}

.boxer:hover {
  background-color:#eee;
}
.boxerR {
  background-color: rgb(206,213,200);
}
.boxerR:hover {
  background-color:rgba(206,213,200,0.5);
}
.boxerS {
  background-color: rgba(196,18,49,0.5);
}
.boxerS:hover {
  background-color:rgba(196,18,49,0.3);
}
