/* @import './fonts.css';
 */
 @font-face {
     font-family: "Oxygen";
     font-style: normal;
     font-weight: 400;
     src: local("Oxygen Regular"), 
          local("Oxygen-Regular"), 
          url("https://fonts.gstatic.com/s/oxygen/v7/2sDfZG1Wl4LcnbuKjk0i.eot?#iefix") format("embedded-opentype"), 
          url("https://fonts.gstatic.com/s/oxygen/v7/2sDfZG1Wl4LcnbuKjk0m.woff2") format("woff2"), 
          url("https://fonts.gstatic.com/s/oxygen/v7/2sDfZG1Wl4LcnbuKjk0g.woff") format("woff"), 
          url("https://fonts.gstatic.com/s/oxygen/v7/2sDfZG1Wl4LcnbuKjk0j.ttf") format("truetype"), 
          url("https://fonts.gstatic.com/l/font?kit=2sDfZG1Wl4LcnbuKjk0h&skey=65a128e59aae3226&v=v7#Oxygen") format("svg");
}
 @font-face {
     font-family: "Oxygen";
     font-style: normal;
     font-weight: 700;
     src: local("Oxygen Bold"), 
          local("Oxygen-Bold"), 
          url("https://fonts.gstatic.com/s/oxygen/v7/2sDcZG1Wl4LcnbuCNWgzaGW9.eot?#iefix") format("embedded-opentype"), 
          url("https://fonts.gstatic.com/s/oxygen/v7/2sDcZG1Wl4LcnbuCNWgzaGW5.woff2") format("woff2"), 
          url("https://fonts.gstatic.com/s/oxygen/v7/2sDcZG1Wl4LcnbuCNWgzaGW_.woff") format("woff"), 
          url("https://fonts.gstatic.com/s/oxygen/v7/2sDcZG1Wl4LcnbuCNWgzaGW8.ttf") format("truetype"), 
          url("https://fonts.gstatic.com/l/font?kit=2sDcZG1Wl4LcnbuCNWgzaGW-&skey=43f73195f21e1cbf&v=v7#Oxygen") format("svg");
}
.weather-widget .table {
     width: 100%;
     max-width: 100%;
     margin-bottom: 1rem;
     background-color: transparent;
}
.weather-widget .table th, .weather-widget .table td {
     padding: 0.75rem;
     vertical-align: top;
     border-top: 1px solid #dee2e6;
}
.weather-widget .table thead th {
     vertical-align: bottom;
     border-bottom: 2px solid #dee2e6;
}
.weather-widget .table tbody + tbody {
     border-top: 2px solid #dee2e6;
}
.weather-widget .table .table {
     background-color: #fff;
}
.weather-widget .table-sm th, .weather-widget .table-sm td {
     padding: 0.3rem;
}
.weather-widget .table-bordered {
     border: 1px solid #dee2e6;
}
.weather-widget .table-bordered th, .weather-widget .table-bordered td {
     border: 1px solid #dee2e6;
}
.weather-widget .table-bordered thead th, .weather-widget .table-bordered thead td {
     border-bottom-width: 2px;
}
.weather-widget .table-hover tbody tr:hover {
     background-color: rgba(0, 0, 0, 0.075);
}
.weather-widget .table-active, .weather-widget .table-active > th, .weather-widget .table-active > td {
     background-color: rgba(0, 0, 0, 0.075);
}
.weather-widget .table-hover .table-active:hover {
     background-color: rgba(0, 0, 0, 0.075);
}
.weather-widget .table-hover .table-active:hover > td, .weather-widget .table-hover .table-active:hover > th {
     background-color: rgba(0, 0, 0, 0.075);
}
 @media (max-width: 575.98px) {
    .weather-widget .table-responsive-sm {
         display: block;
         width: 100%;
         overflow-x: auto;
         -webkit-overflow-scrolling: touch;
         -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .weather-widget .table-responsive-sm > .table-bordered {
         border: 0;
    }
}
 @media (max-width: 767.98px) {
    .weather-widget .table-responsive-md {
         display: block;
         width: 100%;
         overflow-x: auto;
         -webkit-overflow-scrolling: touch;
         -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .weather-widget .table-responsive-md > .table-bordered {
         border: 0;
    }
}
 @media (max-width: 991.98px) {
    .weather-widget .table-responsive-lg {
         display: block;
         width: 100%;
         overflow-x: auto;
         -webkit-overflow-scrolling: touch;
         -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .weather-widget .table-responsive-lg > .table-bordered {
         border: 0;
    }
}
 @media (max-width: 1199.98px) {
    .weather-widget .table-responsive-xl {
         display: block;
         width: 100%;
         overflow-x: auto;
         -webkit-overflow-scrolling: touch;
         -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .weather-widget .table-responsive-xl > .table-bordered {
         border: 0;
    }
}
.weather-widget .table-responsive {
     display: block;
     width: 100%;
     overflow-x: auto;
     -webkit-overflow-scrolling: touch;
     -ms-overflow-style: -ms-autohiding-scrollbar;
}
.weather-widget .table-responsive > .table-bordered {
     border: 0;
}
.weather-widget .form-control {
     display: block;
     width: 100%;
     padding: 0.375rem 0.75rem;
     font-size: 1rem;
     line-height: 1.5;
     color: #495057;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid #ced4da;
     border-radius: 0.25rem;
     transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.weather-widget .form-control::-ms-expand {
     background-color: transparent;
     border: 0;
}
.weather-widget .form-control:focus {
     color: #495057;
     background-color: #fff;
     border-color: #80bdff;
     outline: 0;
     box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.weather-widget .form-control::-webkit-input-placeholder {
     color: #6c757d;
     opacity: 1;
}
.weather-widget .form-control::-moz-placeholder {
     color: #6c757d;
     opacity: 1;
}
.weather-widget .form-control:-ms-input-placeholder {
     color: #6c757d;
     opacity: 1;
}
.weather-widget .form-control::-ms-input-placeholder {
     color: #6c757d;
     opacity: 1;
}
.weather-widget .form-control::placeholder {
     color: #6c757d;
     opacity: 1;
}
.weather-widget .col-8 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 66.666667%;
     -ms-flex: 0 0 66.666667%;
     flex: 0 0 66.666667%;
     max-width: 66.666667%;
}
.weather-widget .col-4 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 33.333333%;
     -ms-flex: 0 0 33.333333%;
     flex: 0 0 33.333333%;
     max-width: 33.333333%;
}
@media (min-width: 1200px) {
     .weather-widget .container {
         width: 1170px;
    }
}
 @media (min-width: 992px){
    .weather-widget .container {
         width: 970px;
    }
}
 @media (min-width: 768px) {
    .weather-widget .container {
         width: 750px;
    }
}
.weather-widget .container {
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
}
 @media (min-width: 1200px){
    .weather-widget .container-fluid {
         padding-right: 15px;
         padding-left: 15px;
    }
}
 @media (min-width: 992px) {
    .weather-widget .container-fluid {
         padding-right: 15px;
         padding-left: 15px;
    }
}
 @media (min-width: 768px) {
    .weather-widget .container-fluid {
         padding-right: 15px;
         padding-left: 15px;
    }
}
 @media (min-width: 576px){
    .weather-widget .container-fluid {
         padding-right: 15px;
         padding-left: 15px;
    }
}
.weather-widget .container-fluid {
     position: relative;
     margin-left: auto;
     margin-right: auto;
     padding-right: 15px;
     padding-left: 15px;
}
 * {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 *, ::after, ::before {
     -webkit-box-sizing: inherit;
     box-sizing: inherit;
}
.weather-widget div {
     display: block;
}
.weather-widget .container-fluid:after, .weather-widget .container-fluid:before, .weather-widget .container:after, .weather-widget .container:before, 
.weather-widget .form-horizontal .form-group:after, .weather-widget .form-horizontal .form-group:before, .weather-widget .row:after, .weather-widget .row:before {
     display: table;
     content: " ";
}
.weather-widget .row {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 }
.weather-widget .weatherlocation, .weather-widget .weather-search, .weather-widget .current-now, .weather-widget .current-temp, .weather-widget .feels-like {
     position: relative;
     width: 100%;
     min-height: 1px;
}
.weather-widget .col-sm-6 {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 48.4%;
     -ms-flex: 0 0 48.4%;
     flex: 0 0 48.4%;
     max-width: 48.4% 
}
 .current-now {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 100%;
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
}
.weather-widget .feels-like {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 26%;
     -ms-flex: 0 0 26%;
     flex: 0 0 26%;
     max-width: 26%;
}

.weather-widget .feels-like .align-text-bottom {
  margin-left: 0px;
}
 .current-temp{
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 10%;
     -ms-flex: 0 0 10%;
     flex: 0 0 10%;
     max-width: 10%;
}
.weather-widget {
 	  -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
}
/* search */
 .weather-location {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 59%;
     -ms-flex: 0 0 59.0%;
     flex: 0 0 59.0%;
     max-width: 59.0%;
}
 .weather-search {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 40%;
     -ms-flex: 0 0 40%;
     flex: 0 0 40%;
     max-width: 40%;
     float: right;
}
.weather-widget input.weatherlocation.form-control{
     margin-left: 10px;
} 
.weather-widget div, .weather-widget span, .weather-widget a, .weather-widget img, .weather-widget ul, .weather-widget li {
     margin: 0;
     padding: 0;
     border: 0;
     vertical-align: top;
     font-family: 'Oxygen';
     font-weight: 400;
     font-style: normal;
     font-size: 12pt;
     color: #656565;
}
 .weather-widget h1{
     font-family: "Oxygen";
     font-weight: 700;
     font-size: 23pt;
     color: #656565;
}
 .weather-widget h2{
     font-family: "Oxygen";
     font-weight: 700;
     font-style: normal;
     font-size: 16pt;
     color: #656565;
}
 .weather-widget .table-bordered {
     border: 1px solid #fff;
     border-spacing: 1px;
}
 .weather-widget .table-bordered th, .weather-widget .table-bordered td {
     border: 0px solid #dee2e6;
     text-align: center;
}
 .weather-widget .table-bordered thead th, .weather-widget .table-bordered thead td {
     border-bottom-width: 1px;
}
 .weather-widget .weather-location {
     margin-top: -10px;
}
/** autocomplete */
 .weather-search .autocomplete {
     position: relative;
     display: inline-block;
}
.weather-widget input, .weather-widget .weatherlocation {
     border: 1px solid transparent;
     background-color: #f1f1f1;
     padding: 10px;
     font-size: 16px;
}
.weather-widget input[type=text] {
     background-color: #f1f1f1;
     width: 100%;
}
.weather-widget input[type=submit] {
     background-color: #e8e8e8;
     color: #fff;
     cursor: pointer;
}
 .autocomplete-items {
     position: absolute;
     border: 1px solid #e8e8e8;
     border-bottom: none;
     border-top: none;
     z-index: 99;
     top: 100%;
     left: 0;
     right: 0;
}
 .autocomplete-items div {
     padding: 10px;
     cursor: pointer;
     background-color: #fff;
     border: 0.08em solid #dee2e6;
     border-bottom-width: 0px;
     width : 100%;
     margin-top: -5px;
     background: #f9f9f9;
     margin-left: -20px;
     padding-left: 35px;
}
 .autocomplete-items div:first-child {
     border-top-width: 0.0em;
}
 .autocomplete-items div:last-child {
     border-bottom-width: 0.08em;
}
 .autocomplete-items div:hover {
    /*when hovering an item:*/
     background-color: #e9e9e9;
}
 .autocomplete-active {
     background-color: DodgerBlue !important;
     color: #ffffff;
}
/* current */
 .weather-widget .current-icon {
     float:left;
     padding:0;
}
 .weather-widget .current-icon img {
     width: 80pt;
     height: 80pt;
}
 .weather-widget .update-date {
     color: #adacae;
     margin: -10px 0px 0px 0px;
}
 .weather-widget .current-temp {
     font-family: "Oxygen";
     font-weight: 700;
     font-style: normal;
     font-size: 23pt;
     letter-spacing: 0px;
     color: #656565;
}
 .weather-widget .feels-like{
     margin-top: 13px;
     vertical-align: bottom;
     float: none;
}
 .weather-widget .table {
     border-collapse: collapse;
}
 .weather-widget .table th, .weather-widget .table td {
     border-top: 0px;
     border-bottom: 0.08em solid #dee2e6;
    /*padding: 0;
    */
}
 .weather-widget .table th.title {
     color: #adacae;
     text-align: left 
}
 .weather-widget .table th.title img {
     margin-right: 10px;
}
 .weather-widget .weather-current-condition .text {
     font-weight: 700;
     color : #353535;
}
/* forecast */
 .forecast-section{
     margin-left: 15px;
}
 .weather-widget .table .forecast-day .day{
     font-size: 14pt;
     letter-spacing: 0px;
     color: #656565;
}
 .weather-widget .table .forecast-day .date{
     font-family: "Oxygen";
     font-weight: 700;
     font-style: normal;
     font-size: 12pt;
     letter-spacing: 0px;
     font-weight: 400;
     color: #656565;
}
 .weather-widget .forecast-icon img{
     width: 50pt;
     height: 50pt;
}
 .weather-widget .weather-forecast .table-bordered {
     border: 1px solid #e8e8e8;
     border-spacing: 1px;
}
 .weather-widget .weather-forecast .table-bordered th, .weather-widget .weather-forecast .table-bordered td {
     border: 1px solid #e8e8e8;
     background: #fff;
     text-align: center;
}
 .weather-widget .weather-forecast .table-bordered .borderless {
     border-bottom: 1px solid #fff;
}
 .weather-widget .weather-forecast .temp-min, .weather-widget .content-mobile .forecast-other .temp-minmax .temp-min{
     color: #909090;
     font-weight: 600;
}
 .weather-widget .weather-forecast .temp-max, .weather-widget .content-mobile .forecast-other .temp-minmax .temp-max{
     color: #f27d23;
     font-weight: 600;
}
 .weather-widget .weather-forecast td.rain div, .weather-widget .content-mobile .forecast-other .rain-chance {
     color: #228cd4;
}
 .weather-forecast .rating-text {
     display: block;
     margin: 0px -4px -5px -4px;
}
 .weather-widget .weather-forecast td.uv-index {
     font-weight: 700;
     background-color: #ede4f8;
     text-align: left;
     color: #353535;
     text-transform: uppercase;
}
 .weather-forecast .local_grad_uv_extreme {
     border-bottom: 3px solid #663399;
     margin-top: 5px;
}
 .weather-forecast .local_grad_uv_very_high {
     border-bottom: 3px solid #bdbdfc;
     margin-top: 5px;
}
 .weather-forecast .local_grad_uv_high {
     border-bottom: 3px solid #9966CC;
     margin-top: 5px;
}
 .weather-forecast .local_grad_uv_moderate {
     border-bottom: 3px solid #9999CC;
     margin-top: 5px;
}
 .weather-forecast .local_grad_uv_low {
     border-bottom: 3px solid #9999CC;
     margin-top: 5px;
}
 .weather-widget .weather-forecast td.frost-risk {
     font-weight: 700;
     background-color: #CCFFFF;
     text-align: left;
     color: #353535;
     text-transform: uppercase;
}
 .weather-forecast .local_grad_frost_severe {
     border-bottom: 3px solid #66CCCC;
     margin-bottom: -15px;
}
 .weather-forecast .local_grad_frost_high {
     border-bottom: 3px solid #66CCCC;
     margin-top: 5px;
}
 .weather-forecast .local_grad_frost_moderate {
     border-bottom: 3px solid #99FFFF;
     margin-top: 5px;
}
 .weather-forecast .local_grad_frost_slight {
     border-bottom: 3px solid #CCFFFF;
     margin-top: 5px;
}
 .weather-forecast .local_grad_frost_low {
     border-bottom: 3px solid #E4F1FA;
     margin-top: 5px;
}
 .weather-forecast .local_grad_frost_nil {
     border-bottom: 3px solid #FEFBDE;
     margin-top: 5px;
}
 .weather-widget .weather-forecast td.title {
     font-weight: 700;
     background-color: #e8e8e8;
     color: #353535;
     text-align: left;
     text-transform: uppercase;
}
 .weather-widget .clear {
     margin-bottom: 10px;
     clear: both;
}
 .weather-widget .weatherlocation {
     padding-left: 35px;
     background: url('https://weather-widget.wxapi.com.au/weather/assets/images/common/search.png');
     background-repeat: no-repeat;
     background-position: left -15px center;
     outline: 0;
}
/** responsive **/
.weather-widget .content-desktop {
     display: block;
}
.weather-widget .content-desktop-1 {
     display: block;
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 67.5%;
     -ms-flex: 0 0 67.5%;
     flex: 0 0 67.5%;
     max-width: 67.5%;
}
.weather-widget .content-mobile {
    display: none;
}
/* Small */
 @media (max-width: 35.5em) {
     .weather-widget h1{
         font-weight: 700;
         font-size: 19pt;
    }
    /* search */
     .weather-location {
         -webkit-box-flex: 0;
         -webkit-flex: 0 0 100%;
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
    }
     .weather-search {
         -webkit-box-flex: 0;
         -webkit-flex: 0 0 93%;
         -ms-flex: 0 0 93%;
         flex: 0 0 80.5%;
         max-width: 80.5%;
    }
     .weather-search{
         float: left;
         text-align: left;
         margin-top: 10px;
    }
     .weather-widget input.weatherlocation.form-control {
         margin-left: 0px;
    }
     .weatherlocation {
         float: left;
    }
     .autocomplete-items div {
         margin-left: 0px;
    }
    .weather-widget .col-sm-6 {
         -webkit-box-flex: 0;
         -webkit-flex: 0 0 100%;
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
    }
     .current-now {
         -webkit-box-flex: 0;
         -webkit-flex: 0 0 50%;
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
    }
    .weather-widget .feels-like {
         -webkit-box-flex: 0;
         -webkit-flex: 0 0 100%;
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
    }
    .weather-widget .feels-like .align-text-bottom {
      margin-left: -0px;
     }
     .current-temp {
         -webkit-box-flex: 0;
         -webkit-flex: 0 0 100%;
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
    }
     .weather-widget .current-temp{
         margin-top: 15px;
    }
    .weather-widget .form-control {
         width: 95%;
    }
     .weather-widget .clear {
         margin-bottom: 20px;
         clear: both;
    }
    .weather-widget .content-desktop, .weather-widget .content-desktop-1 {
        display: none;
    }
    .weather-widget .content-mobile {
         display: block;
         width: 100%;
    }
     .content-mobile .weather-search{
         margin-bottom: 15px;
    }
    .weather-widget .content-mobile .weather-location {
         padding-top: 10px;
         margin-bottom: -30px;
    }
    .weather-widget .content-mobile .table td {
         border-top: 0.08em solid #dee2e6;
         vertical-align: middle;
    }
    .weather-widget .content-mobile .table td.forecast-day {
         width: 12%;
    }
    .weather-widget .content-mobile .table .forecast-day .day{
         font-size: 14pt;
         letter-spacing: 0px;
         font-weight: 400;
         color: #656565;
    }
    .weather-widget .content-mobile .forecast-icon {
         width: 8%;
    }
    .weather-widget .content-mobile .forecast-other {
         width: 80%;
    }
    .weather-widget .content-mobile .forecast-other .temp-minmax div{
         width: 38%;
         float: left;
         margin-top: 5px;
         margin-bottom: 10px;
         font-size: 12pt;
    }
   .weather-widget .content-mobile .forecast-other .rain-chance{
         clear: both;
    }
    .weather-widget .content-mobile .forecast-icon img {
         width: 50pt;
         height: 50pt;
    }
}
/* Medium */
 @media (min-width: 48em) {
    /* search */
     .weather-search{
         text-align: left;
         margin-top: 10px;
    }
    .weather-widget input.weatherlocation.form-control {
         margin-left: -20px;
    }
     div#autocomplete-list.autocomplete-items{
         margin-top: -16px;
    }
     .weather-location {
         -webkit-box-flex: 0;
         -webkit-flex: 0 0 68%;
         -ms-flex: 0 0 68.0%;
         flex: 0 0 68.0%;
         max-width: 68.0%;
    }
     .weather-search {
         -webkit-box-flex: 0;
         -webkit-flex: 0 0 30%;
         -ms-flex: 0 0 30%;
         flex: 0 0 30%;
         max-width: 30%;
         float: right;
    }
     .feels-like {
         -webkit-box-flex: 0;
         -webkit-flex: 0 0 45%;
         -ms-flex: 0 0 45%;
         flex: 0 0 45%;
         max-width: 45%;
    }
     .current-temp {
         -webkit-box-flex: 0;
         -webkit-flex: 0 0 19%;
         -ms-flex: 0 0 19%;
         flex: 0 0 92px;
         max-width: 92px;
    }
}
/* Large */
 @media (min-width: 64em) {
}
/* X-Large */
 @media (min-width: 80em) {
}
@media only screen and (min-device-width : 320px) and (max-device-width : 400px){
	.weather-widget .content-mobile .table td.other {
		padding: 0px;
	}
	.weather-widget .content-mobile .forecast-other {
    width: 100%;
   }
   .weather-widget .content-mobile .forecast-other .temp-minmax .temp-max{
       min-width: 23%;
       padding-right: 5px;
     }
    .current-now {
         -webkit-box-flex: 0;
         -webkit-flex: 0 0 45%;
         -ms-flex: 0 0 45%;
         flex: 0 0 45%;
         max-width: 45%;
    }

 }
 