.information-widget{
  position: absolute;
  top: 0px;
  right: 0;
  /* transform: translateY(-50%); */
  width: calc(100% - 290px);
  /* padding-bottom: 70px; */
    /* margin-left: 288px; */
}

.container {
  width: 100%;
  margin: 0 auto;
}

.widget {
  background: white;
  /* border-radius: 5px; */
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.section-info_container {
   overflow-y: hidden;
  height: 250px;
  position: relative;
}

.section-info_container::-webkit-scrollbar {
  /*position: absolute;
  top: 0;
  bottom: 0;
  right: 0;*/
  /*z-index: 1;*/
}

.section:first-child {
  /* border-radius: 5px 5px 0 0; */
}

/*
 * Graph section
 */
#graph {
  /* margin-right: 200px; */
  width: 380px;
}

.section-graph {
  position: relative;
  height: 49px;
  color: #fff;
  background: #272a33;
  background-image: linear-gradient(#272a33, #272a33 50%, #323642 50%);
}
.section-graph .graph-info {
  z-index: 99;
  position: absolute;
  margin-top: 12px;
  margin-left: 21px;
  width: 100%;
}
.section-graph .graph-info .graph-arrow {
  width: 0;
  height: 0;
  margin-top: 18px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid white;
  float: left;
}
.section-graph .graph-info .graph-info-big {
  font-size: 24px;
  float: left;
  margin-left: 3px;
}
.section-graph .graph-info .graph-info-small {
  margin-left: 3px;
  font-size: 12px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
  clear: left;
  margin-left: 8px;
}

/*
 * Info Section
 */
h3 {
  font-size: 18px;
  margin-top: 2px;
}

h4 {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 10px;
}

.section-info {
  padding: 21px 21px 41px;
  color: #333642;
  overflow: hidden;
}

.info-time {
  font-size: 12px;
}

.info-block {
  background-color: #f5f0ec;
  text-align: center;
  border-radius: 3px;
  float: left;
  padding: 4px 10px;
}
.info-block.last {
  margin-left: 1px;
}
.info-block dt, .info-block dd {
  margin: 0;
  padding: 0;
}
.info-block dt {
  font-weight: bold;
}
.info-block dd {
  font-size: 12px;
}

.info-aapl {
  float: left;
}
.info-aapl ul {
  margin: 0;
  padding: 0;
}
.info-aapl li {
  margin: 0;
  display: block;
  width: 9px;
  height: 40px;
  margin-right: 6px;
  background-color: #f5f0ec;
  float: left;
  position: relative;
}
.info-aapl li span {
  display: block;
  width: 9px;
  height: 40px;
  position: absolute;
  bottom: 0;
}
.info-aapl li span.orange {
  background-color: #e75e3a;
}
.info-aapl li span.green {
  background-color: #4eaf7c;
}

.yearly-change {
  width: 94px;
  float: right;
}
.yearly-change span {
  display: block;
  height: 40px;
  line-height: 40px;
  color: white;
  background-color: #4eaf7c;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
}
.yearly-change span em {
  color: rgba(255, 255, 255, 0.7);
}

.close-info-widget{
  float: right;
  margin-right: 30px;
  font-size: 25px;
  cursor: pointer;
}

.device-i{
  padding-top: 40px;
font-size: 18px;
}
.device-i-header{
  font-size: 18px;
}

.status {
  animation: loader 1s infinite linear;
background: #a1dc5c;
border-radius: 50%;
height: 50px;
position: relative;
width: 50px;
margin: 0 auto;
}
.status::before {
  animation: icon 4s infinite cubic-bezier(0.25, 2, 0.5, 0.8);
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/t-283/zype-checkmark.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 25px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 25px;
}

@keyframes icon {
  0% {
    opacity: 0;
    transform: rotate(-180deg) scale(0.25);
  }
  25% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@Keyframes loader {
  0% {
    box-shadow: white 0 0 0 0px, rgba(161, 220, 92, 0) 0 0 0 15px;
  }
  50% {
    box-shadow: white 0 0 0 40px, rgba(161, 220, 92, 0.2) 0 0 0 30px;
  }
  100% {
    box-shadow: white 0 0 0 90px, rgba(161, 220, 92, 0) 0 0 0 70px;
  }
}

.section-info{
  /* position: absolute; */
  /* right:0px; */
}

.info-device-header{
  position: absolute;
  left:0px;
}
