@charset "utf-8";
body {
  font-size: 100%;
  font-weight: 400;
  color: #000;
  min-height: 250px;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-color: rgba(0,0,0,0);
  font-family: 'Lato', sans-serif;
	  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a {
  text-decoration: none;
  outline: none;
  color: #333;
}
button, a {
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: 800;
 font-family: 'Lato', sans-serif;
  font-size: 100%;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.main-wrap {
  margin: 0 auto;
  max-width: 300px;
	height: 248px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 0px solid #ccc;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.05);
}


.main-wrap h1{
	    background-color: #e1306c;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
	
	
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: block;
}
.weather-search {
  padding: 15px 15px 0px 15px;
  width: 100%;

  border-bottom: 0;

}
.weather-search input {
  border: 1px solid #ccc;
    background-color: #fff;
    padding: 0 10px;
    height: 32px;
    width: 100%;
    outline: none !important;
    border-radius: 3px;
	line-height: 32px;
	font-size: 13px;
}
.weather-search input:focus{
	border: 1px solid #e1306c;
}

.weather-search .autocomplete {
  position: relative;
  /*display: inline-block;*/
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
 padding: 5px 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    font-size: 14px;
}
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.weather-results {
  padding: 6px 0px 0px 0px;
}
.weather-results::after, .weather-results--headline::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.weather-results--headline {
  width: 100%;
  padding: 8px 0;
  line-height: 30px;
}
.weather-results-station {
  font-size: 15px;
  font-weight: bold;
}
.weather-results-significant {
  margin-bottom: 5px;
  font-size: 0.81em;
  text-align: right;
  line-height: 25px;
}
.weather-results-significant::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.weather-results-significant .aqi-left {
  display: none;
}
.weather-results-graph {
  margin: 0 auto;
  width: auto;
  text-align: center;
}
.weather-results-impacts {
  display: none;
}
.weather-results-table {
  float: left;
  width: calc(100% - 320px);
  width: -webkit-calc(100% - 320px);
}
.weather-results-table .airquality-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.weather-results-table .airquality-table th, .weather-results-table .airquality-table td {
  font-size: 0.88em;
  color: #000;
  padding: 5px;
  text-align: center;
}
.weather-results-table .airquality-table th {
  border-bottom: 1px solid #d7d5d5;
  background: #f3f5f6;
  font-weight: bold;
}
.weather-results-table .airquality-table td {
  border-bottom: thin solid #ecf0f1;
}
/* Graph */
.graph-wrap {
  display: block;
  margin: 0px 0 0px 0;
  text-align: center;
  position: relative;
}
.quality-min, .quality-max {
  position: absolute;
  bottom: -20px;
  width: 50px;
  color: #ccc;
}
.quality-min {
  left: 0
}
.quality-max {
  right: 0;
}
.tooltip {
  position: absolute;
  background: #eee;
  padding: 3px;
  font-weight: 100;
  font-size: 0.75em;
  border-radius: 2px;
  border: 1px solid #ddd;
  bottom: 100%;
  left: 50%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	display: none !important;
}
.tooltip:after {
  content: ""attr(tooltip) "";
  margin-left: 3px;
  color: #2DABD8;
}
.tooltip:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #2DABD8;
  display: inline-block;
  margin-right: 5px;
}
.graph {
  width: 300px;
  height: 150px;
  position: relative;
  margin: auto;
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  border-radius: 150px 150px 0 0;
  overflow: hidden;
  color: #0ff;
	transform: scale3d(0.6, 0.6, 0.6);
	    margin-top: -12px;
	
	
	
}
.graph:before, .graph:after {
  content: '';
  width: 300px;
  height: 150px;
  border: 50px solid #0ff;
  border-top: none;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  border-radius: 0 0 300px 300px;
  -webkit-animation: demo 2s;
  animation: demo 2s;
  left: 0;
  top: 100%;
  z-index: 5;
}
.quality-load {
  content: '';
  width: 300px;
  height: 150px;
  border: 50px solid #0ff;
  border-top: none;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  border-radius: 0 0 300px 300px;
  -webkit-animation: demo 2s;
  animation: demo 2s;
  left: 0;
  top: 100%;
  z-index: 5;
}
.graph:after {
  z-index: 3;
  border-color: rgba(0, 0, 0, 0.15);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.graph:hover:before {
  opacity: .8;
  cursor: pointer;
}
.graph:hover + .tooltip {
  bottom: 105%;
  opacity: 1;
}
.multi-graph {
  width: 300px;
  height: 150px;
  position: relative;
  margin: auto;
  color: #fff;
  font-size: 1.5em;
  line-height: 280px;
  font-weight: 600;
}
.multi-graph:before {
  content: '';
  width: 300px;
  height: 150px;
  border: 50px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
  position: absolute;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  border-radius: 300px 300px 0 0;
  left: 0;
  top: 0;
}
.multi-graph .graph {
  position: absolute;
  top: 0;
  left: 0;
}
.multi-graph .graph:after {
  background: #eee;
  border: medium none;
  border-radius: 2px;
  color: #333;
  font-weight: 200;
  content: ""attr(data-name) "";
  display: inline-block;
  font-size: 0.75;
  height: 20px;
  left: 50%;
  line-height: 20px;
  padding: 0 5px;
  top: 50px;
  z-index: 0;
  -ms-transform: rotate(0deg) translateX(-50%);
  -webkit-transform: rotate(0deg) translateX(-50%);
  transform: rotate(0deg) translateX(-50%);
  width: auto;
  opacity: 0;
}
.multi-graph .graph:hover:after {
  opacity: 1;
  top: 70px;
}
.model-1 .graph {
  color: #EC4A26;
}
/*
.model-1 .graph:before {
  -ms-transform: rotate(100deg);
  -webkit-transform: rotate(100deg);
  transform: rotate(100deg);
  border-color: #EC4A26;
}*/
.model-1 .quality-load {
  -ms-transform: rotate(100deg);
  -webkit-transform: rotate(100deg);
  transform: rotate(100deg);
  border-color: #ccc;
  color: #ccc
}
.quality-load.good {
  border-color: #00b050;
}
.quality-load.satisfactory {
  border-color: #92d050;
}
.quality-load.moderate {
  border-color: #ffff00;
}
.quality-load.poor {
  border-color: #ff9900;
}
.quality-load.very-poor {
  border-color: #ff0000;
}
.quality-load.severe {
  border-color: #c00000;
}
.model-2 .graph {
  color: #2DABD8;
}
.model-2 .graph:before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border-color: #2DABD8;
}
.model-3 .javaScript:before {
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-color: #FEDA3E;
}
.model-3 .jQuery:before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border-color: #0669AD;
}
.model-3 .graph {
  color: #2DABD8;
}
.model-4 .graph {
  color: #2DABD8;
}
.model-4 .graph:before {
  -ms-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  border-color: #2DABD8;
}
@-webkit-keyframes demo {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes demo {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.weather-impacts {
  margin: 20px 0 0;
  padding: 15px 15px 10px;
  color: #444;
  font-size: 0.88em;
  border: 1px solid #ccc;
  background-color: #fff;
}
.weather-impacts::after, .impacts-remark::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.weather-impacts .impacts-headline {
  margin-bottom: 8px;
}
.weather-impacts .impacts-headline .remark, .weather-impacts .impacts-headline .airquality, .weather-impacts .impacts-headline .impacts {
  display: inline-block;
}
.weather-impacts .impacts-headline .remark {
  width: 150px;
}
.weather-impacts .impacts-headline .airquality {
  width: 82px;
}
.weather-impacts .impacts-headline .impacts {
  width: 200px;
}
.impacts-remark li {
  float: left;
  line-height: 125%;
  padding: 5px 0;
  min-height: 38px;
}
.impacts-remark li:nth-child(odd) {
  width: 240px
}
.impacts-remark li:nth-child(even) {
  width: calc(100% - 240px);
  width: -webkit-calc(100% - 240px);
}
.weather-bgcolor {
  display: inline-block;
  width: 42px;
  height: 22px;
  margin-right: 2px;
  vertical-align: middle;
}
.weather-bgcolor.good {
  background: #00b050;
}
.weather-bgcolor.satisfactory {
  background: #92d050;
}
.weather-bgcolor.moderate {
  background: #ffff00;
}
.weather-bgcolor.poor {
  background: #ff9900;
}
.weather-bgcolor.very-poor {
  background: #ff0000;
}
.weather-bgcolor.severe {
  background: #c00000;
}
.quality-index.good {
  color: #00b050;
}
.quality-index.satisfactory {
  color: #92d050;
}
.quality-index.moderate {
  color: #ffff00;
}
.quality-index.poor {
  color: #ff9900;
}
.quality-index.very-poor {
  color: #ff0000;
}
.quality-index.severe {
  color: #c00000;
}
.impacts-remark li span {
  display: inline-block;
  width: 100px;
  margin-right: 3px;
  vertical-align: middle;
}
.impacts-remark li span:nth-child(3) {
  width: 65px;
}
.note{
	font-size: 12px;
	text-align: left;
	position: absolute;
	bottom: 5px;
	padding-left: 10px;
	left: 0;
	width: 100%;
	color: rgba(0,0,0,0.6);
}
.note strong{
	font-weight: 700;
}

.note a{
	position: absolute;
	top: 0;
	right: 10px;
	color: #e1306c;
	font-weight: 700;
	display: inline-block;
}

.note a:hover{
	text-decoration: underline;
}

.quality-index{
	font-size: 40px;
    display: block;
    height: 40px;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
    line-height: 100%;
}

@media screen and (max-width: 640px) {}