
@media (max-width: 767px) {
  .listview.lv-lg .lv-item {
    padding: 17px 35px 17px 20px;
  }
}

.listview.lv-lg .lv-item:hover {
  background-color: #FFFFDB;
}

.listview .lv-item {
  position: relative;
  display: block;
  -webkit-transition: background-color;
  -o-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.listview .lv-item .lv-small {
  font-size: 12px;
  color: #A9A9A9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
}

.listview .lv-item .checkbox,
.listview .lv-item.media {
  margin: 0;
}

.listview .lv-item .lv-actions {
  position: absolute;
  right: 15px;
  top: 10px;
}

@media (max-width: 480px) {
  .listview .lv-item .lv-actions {
    right: 7px;
  }
}

.listview .lv-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.listview a.lv-item:hover {
  background: #ECF9FF;
}

.listview [class*="lv-img"] {
  border-radius: 50%;
}

.listview .lv-img {
  width: 48px;
  height: 48px;
}

.listview .lv-img-sm {
  width: 35px;
  height: 35px;
}

.listview.lv-bordered .lv-item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.listview .lv-attrs {
  list-style: none;
  padding: 0;
  margin: 5px 0 0 0;
}

.listview .lv-attrs > li {
  display: inline-block;
  padding: 2px 10px 3px;
  font-size: 12px;
  margin-top: 5px;
  margin-right: 2px;
}

.listview .lv-attrs > li:not(.info):not(.primary):not(.warning):not(.danger) {
  border: 1px solid #dedede;
  background: #ffffff;
  color: #5e5e5e;
}

.listview .lv-attrs > li.info {
  border: 1px solid #00bcd4;
  background: #00bcd4;
  color: #ffffff;
}

.listview .lv-attrs > li.primary {
  border: 1px solid #2196f3;
  background: #2196f3;
  color: #ffffff;
}

.listview .lv-attrs > li.warning {
  border: 1px solid #ff9800;
  background: #ff9800;
  color: #ffffff;
}

.listview .lv-attrs > li.danger {
  border: 1px solid #f44336;
  background: #f44336;
  color: #ffffff;
}

.listview .lv-attrs > li > a {
  display: block;
}

.listview:not(.lv-message) .lv-title {
  color: #000;
}

[class*="lv-img"] {
  border-radius: 50%;
}

.lv-img {
  width: 48px;
  height: 48px;
}

.lv-img-sm {
  width: 35px;
  height: 35px;
}

.lv-header {
  text-align: center;
  padding: 15px 10px 13px;
  line-height: 100%;
  text-transform: uppercase;
  border-bottom: 1px solid #F0F0F0;
  font-weight: 500;
  color: #4C4C4C;
  margin-bottom: 10px;
}

.lv-header .actions {
  position: absolute;
  top: 6px;
  right: 8px;
  z-index: 10;
}

.lvh-search {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  background: #fff;
  display: none;
}

.lvh-search:before {
  content: "\f1c3";
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  left: 24px;
  top: 17px;
  font-size: 22px;
}

.lvhs-input {
  border: 0;
  padding: 0 26px 0 55px;
  height: 63px;
  font-size: 18px;
  width: 100%;
  font-weight: 100;
  background: #fff;
  border-bottom: 1px solid #EEE;
}

.lvh-search-close {
  font-style: normal;
  position: absolute;
  top: 23px;
  right: 22px;
  font-size: 17px;
  width: 18px;
  height: 18px;
  background-color: #ADADAD;
  line-height: 100%;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.lvh-search-close:hover {
  background: #333;
}

.lv-header-alt {
  position: relative;
  background: #f8f8f8;
  padding: 15px;
}

.lv-header-alt .lv-actions {
  z-index: 3;
  float: right;
  margin-top: 3px;
  position: relative;
}

.lv-header-alt .lv-actions > li > a {
  margin: 0 3px;
}

.lvh-label {
  color: #818181;
  display: inline-block;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  padding: 0 6px;
  line-height: 33px;
  vertical-align: middle;
  float: left;
}

.lv-footer {
  display: block;
  text-align: center;
  padding: 7px 10px 8px;
  border-top: 1px solid #F0F0F0;
  line-height: 100%;
  font-size: 11px;
  margin-top: 20px;
  color: #828282;
}

a.lv-footer:hover {
  color: #050505;
}

/*
 * Inside Card will have more padding
 */

.card-body .lv-item {
  padding: 12px 20px;
}

.progress {
  box-shadow: none;
  border-radius: 0;
  height: 5px;
  margin-bottom: 0;
}

.progress .progress-bar {
  box-shadow: none;
}

#chat {
  padding: 20px 0;
  width: 280px;
  right: -300px;
}

#chat.toggled {
  right: 0;
}

#chat .chat-search {
  padding: 20px 20px 15px 20px;
}

#chat .chat-search .form-control {
  background-image: url("../img/icons/search-2.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #chat .chat-search .form-control {
    background-image: url("../img/icons/search-2%402x.png");
    background-size: 24px 24px;
  }
}

#chat .chat-search .form-control:focus {
  background-position: right center;
  padding: 0 30px 0 0;
}

/*
 * Chat Status Icons
 */

[class*="chat-status"] {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: -3px;
  right: 12px;
  border: 2px solid #FFF;
}

/* Simple Mixin */

.chat-status-online {
  box-shadow: 0 0 0 1px #1ec01e;
  background: #1ec01e;
}

.chat-status-offline {
  box-shadow: 0 0 0 1px #e73f3f;
  background: #e73f3f;
}

.chat-status-busy {
  box-shadow: 0 0 0 1px #ffa500;
  background: #ffa500;
}

/*
 * For Stupid IE9
 */

.ie9 #chat {
  right: 0;
}

.ie9 #chat:not(.toggled) {
  display: none;
}

.tab-nav {
  list-style: none;
  padding: 0;
  white-space: nowrap;
  margin: 0;
  overflow: auto;
  box-shadow: inset 0 -2px 0 0 #eeeeee;
  width: 100%;
}

.tab-nav li {
  display: inline-block;
  vertical-align: top;
}

.tab-nav li > a {
  display: inline-block;
  color: #7a7a7a;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  font-weight: 500;
}

.tab-nav li > a:after {
  content: "";
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

@media (min-width: 768px) {
  .tab-nav li > a {
    padding: 15px;
  }
}








@media (max-width: 768px) {
  .tab-nav li > a {
    padding: 15px 8px;
  }
}

.tab-nav li.active > a {
  color: #000;
}

.tab-nav li.active > a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.tab-nav.tab-nav-right {
  text-align: right;
}

.tab-nav.tn-justified > li {
  display: table-cell;
  width: 1%;
  text-align: center;
}

.tab-nav.tn-icon > li .zmdi {
  font-size: 22px;
  line-height: 100%;
  min-height: 25px;
}

.tab-nav:not([data-tab-color]) > li > a:after {
  background: #3445e5;
}

.tab-nav[data-tab-color="green"] > li > a:after {
  background: #4caf50;
}

.tab-nav[data-tab-color="red"] > li > a:after {
  background: #f44336;
}

.tab-nav[data-tab-color="teal"] > li > a:after {
  background: #3445e5;
}

.tab-nav[data-tab-color="amber"] > li > a:after {
  background: #ffc107;
}

.tab-nav[data-tab-color="black"] > li > a:after {
  background: #000000;
}

.tab-nav[data-tab-color="cyan"] > li > a:after {
  background: #00bcd4;
}

.tab-content {
  padding: 20px 0;
}

.card {
  position: relative;
  background: #fff;
  margin-bottom: 30px;
  margin-left: 0px;
  font-family: sans-serif;
}

.card .card-header {
  position: relative;
}

@media screen and (min-width: 768px) {
  .card .card-header:not(.ch-alt) {
    padding: 23px 25px;
  }
}

@media screen and (max-width: 991px) {
  .card .card-header:not(.ch-alt) {
    padding: 18px;
  }
}

.card .card-header h2 {
  margin: 0;
  line-height: 100%;
  font-size: 17px;
  font-weight: 400;
  color: #555;
  font-family: inherit;
}

.card .card-header h2 small {
  display: block;
  margin-top: 8px;
  color: #AEAEAE;
  line-height: 160%;
}

@media screen and (min-width: 768px) {
  .card .card-header.ch-alt {
    padding: 23px 26px;
  }
}

@media screen and (max-width: 991px) {
  .card .card-header.ch-alt {
    padding: 18px 18px 28px;
  }
}

.card .card-header.ch-alt:not([class*="bgm-"]) {
  background-color: #f7f7f7;
}

.card .card-header[class*="bgm-"] h2,
.card .card-header[class*="bgm-"] h2 small {
  color: #fff;
}

.card .card-header .actions {
  position: absolute;
  right: 10px;
  z-index: 2;
  top: 15px;
}

.card .card-header .btn-float {
  right: 25px;
  bottom: -23px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .card .card-body.card-padding {
    padding: 23px 26px;
  }
}

@media screen and (max-width: 991px) {
  .card .card-body.card-padding {
    padding: 18px;
  }
}

.card .card-body.card-padding-sm {
  padding: 15px;
}

.card-header:not(.ch-alt):not([class*="bgm-"]) + .card-padding {
  padding-top: 0;
}

.chart-edge {
  margin: 20px -8px 0 -10px;
  overflow: hidden;
}

.chart-edge .flot-chart {
  bottom: -14px;
}

.charts-row {
  margin-top: 50px;
  margin-bottom: 20px;
}

.mini-charts-item {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-bottom: 30px;
}

.mini-charts-item .chart {
  padding: 15px;
  float: left;
}

.mini-charts-item .chart.chart-pie {
  margin: 0 20px;
}

.mini-charts-item .count {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
  padding: 16px 14px;
}

.mini-charts-item .count > h2 {
  margin: 0;
  line-height: 100%;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
}

.mini-charts-item .count > small {
  margin-bottom: 2px;
  display: block;
}

.mini-charts-item .count > h2,
.mini-charts-item .count > small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: inherit;
  font-size: medium;
}

.mini-charts-item > .clearfix,
.mini-charts-item > .dl-horizontal dd,
.mini-charts-item > .container,
.mini-charts-item > .container-fluid,
.mini-charts-item > .row,
.mini-charts-item > .form-horizontal .form-group,
.mini-charts-item > .btn-toolbar,
.mini-charts-item > .btn-group-vertical > .btn-group,
.mini-charts-item > .nav,
.mini-charts-item > .navbar,
.mini-charts-item > .navbar-header,
.mini-charts-item > .navbar-collapse,
.mini-charts-item > .pager,
.mini-charts-item > .panel-body,
.mini-charts-item > .modal-header,
.mini-charts-item > .modal-footer {
  position: relative;
  z-index: 1;
}

.mini-charts-item:before {
  -webkit-transition: width;
  -o-transition: width;
  transition: width;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  width: 113px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}

.mini-charts-item:hover .count {
  color: #fff !important;
}

.mini-charts-item:hover:before {
  width: 100%;
}

/*
 * Sparkline Tooltip
 */

#jqstooltip {
  min-width: 21px;
  min-height: 23px;
  text-align: center;
  border: 0;
  background: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

#jqstooltip .jqsfield {
  font-size: 12px;
  font-weight: 700;
  font-family: inherit;
  text-align: center;
  color: #333;
}

#jqstooltip .jqsfield > span {
  display: none;
}

/*
 * Easy Pie Charts
 */

.epc-item {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-bottom: 30px;
  padding: 30px 20px;
  text-align: center;
}

.easy-pie {
  display: inline-block;
  position: relative;
  padding: 0 5px 10px;
}

.easy-pie .percent {
  position: absolute;
  font-weight: 300;
  width: 100%;
  line-height: 100%;
  left: 0;
}

.easy-pie .percent:after {
  content: "%";
}

.easy-pie.main-pie .percent {
  margin-top: 49px;
  font-size: 50px;
  text-align: center;
}

.easy-pie.main-pie .percent:not([class*="c-"]) {
  color: rgba(255, 255, 255, 0.7);
}

.easy-pie.main-pie .percent:after {
  font-size: 30px;
}

.easy-pie.main-pie .pie-title {
  color: #fff;
}

.easy-pie:not(.main-pie) .percent {
  font-size: 26px;
  margin-top: 37px;
}

.easy-pie:not(.main-pie) .percent:after {
  font-size: 20px;
}

.easy-pie .pie-title {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -3px;
  left: 0;
}

/*
 * Recet Items Table Chart
 */

#recent-items-chart {
  width: calc(100% + 19px);
  height: 150px;
  margin: -20px -10px 0;
  bottom: -10px;
}

/*
 * Flot Chart
 */

[class*="flot-chart"] {
  width: 100%;
  display: block;
}

.flot-chart {
  height: 200px;
}

.flot-chart-pie {
  height: 300px;
}

@media (min-width: 768px) {
  .flot-chart-pie {
    margin-bottom: 20px;
  }
}

.flot-tooltip,
#flotTip {
  position: absolute;
  color: #333;
  display: none;
  font-size: 12px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 3px 10px;
  background-color: #fff;
  z-index: 99999;
}

[class*="flc-"] {
  text-align: center;
  margin: 10px 0 5px;
}

[class*="flc-"] table {
  display: inline-block;
}

[class*="flc-"] .legendColorBox > div {
  border: #fff !important;
}

[class*="flc-"] .legendColorBox > div > div {
  border-radius: 50%;
}

[class*="flc-"] .legendLabel {
  padding: 0 8px 0 3px;
}

.dash-widget-item {
  position: relative;
  min-height: 380px;
  margin-bottom: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.dash-widget-item .dash-widget-header {
  position: relative;
}

.dash-widget-item .dash-widget-header .actions {
  display: none;
  position: absolute;
  right: 4px;
  top: 6px;
}

.dash-widget-item .dash-widget-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.dash-widget-item .dash-widget-title {
  padding: 12px 20px;
  position: absolute;
  width: 100%;
  left: 0;
  font-weight: 300;
}

.dash-widget-item:hover .dash-widget-header .actions {
  display: block;
}

/*
 * Site Visits
 */

#site-visits {
  color: rgba(255, 255, 255, 0.9);
}

#site-visits .dash-widget-header {
  padding-bottom: 38px;
  background-color: rgba(0, 0, 0, 0.13);
}

#site-visits .dash-widget-title {
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.9);
}

#site-visits h3 {
  color: rgba(255, 255, 255, 0.9);
}

/*
 * Best Selling Item
 */

#best-selling {
  background-color: #fff;
}

#best-selling .dash-widget-header > img {
  width: 100%;
  height: 155px;
}

#best-selling .dash-widget-header .dash-widget-title {
  padding-bottom: 30px;
  top: 0;
  color: #fff;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=0);
}

#best-selling .dash-widget-header .main-item {
  padding: 15px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
}

#best-selling .dash-widget-header .main-item > h2 {
  font-weight: 400;
  font-size: 20px;
  margin: 5px 0 0 0;
  line-height: 100%;
  color: #fff;
}

/*
 * Weather
 */

#weather-widget {
  color: #fff;
  padding: 20px 20px 0;
}

#weather-widget .weather-status {
  font-size: 40px;
  line-height: 100%;
}

#weather-widget .weather-icon {
  text-align: center;
  margin-top: 10px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  /* Weather Icons */
}

#weather-widget .weather-icon.wi-0 {
  background-image: url("../img/icons/weather/0.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-0 {
    background-image: url("../img/icons/weather/0%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-1 {
  background-image: url("../img/icons/weather/1.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-1 {
    background-image: url("../img/icons/weather/1%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-2 {
  background-image: url("../img/icons/weather/2.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-2 {
    background-image: url("../img/icons/weather/2%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-3 {
  background-image: url("../img/icons/weather/3.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-3 {
    background-image: url("../img/icons/weather/3%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-4 {
  background-image: url("../img/icons/weather/2.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-4 {
    background-image: url("../img/icons/weather/2%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-5 {
  background-image: url("../img/icons/weather/5.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-5 {
    background-image: url("../img/icons/weather/5%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-6 {
  background-image: url("../img/icons/weather/5.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-6 {
    background-image: url("../img/icons/weather/5%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-7 {
  background-image: url("../img/icons/weather/5.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-7 {
    background-image: url("../img/icons/weather/5%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-8 {
  background-image: url("../img/icons/weather/5.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-8 {
    background-image: url("../img/icons/weather/5%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-9 {
  background-image: url("../img/icons/weather/9.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-9 {
    background-image: url("../img/icons/weather/9%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-10 {
  background-image: url("../img/icons/weather/5.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-10 {
    background-image: url("../img/icons/weather/5%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-11 {
  background-image: url("../img/icons/weather/9.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-11 {
    background-image: url("../img/icons/weather/9%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-12 {
  background-image: url("../img/icons/weather/9.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-12 {
    background-image: url("../img/icons/weather/9%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-13 {
  background-image: url("../img/icons/weather/9.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-13 {
    background-image: url("../img/icons/weather/9%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-14 {
  background-image: url("../img/icons/weather/9.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-14 {
    background-image: url("../img/icons/weather/9%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-15 {
  background-image: url("../img/icons/weather/5.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-15 {
    background-image: url("../img/icons/weather/5%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-16 {
  background-image: url("../img/icons/weather/9.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-16 {
    background-image: url("../img/icons/weather/9%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-17 {
  background-image: url("../img/icons/weather/5.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-17 {
    background-image: url("../img/icons/weather/5%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-18 {
  background-image: url("../img/icons/weather/18.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-18 {
    background-image: url("../img/icons/weather/18%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-19 {
  background-image: url("../img/icons/weather/19.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-19 {
    background-image: url("../img/icons/weather/19%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-20 {
  background-image: url("../img/icons/weather/19.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-20 {
    background-image: url("../img/icons/weather/19%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-21 {
  background-image: url("../img/icons/weather/19.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-21 {
    background-image: url("../img/icons/weather/19%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-22 {
  background-image: url("../img/icons/weather/19.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-22 {
    background-image: url("../img/icons/weather/19%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-23 {
  background-image: url("../img/icons/weather/19.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-23 {
    background-image: url("../img/icons/weather/19%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-24 {
  background-image: url("../img/icons/weather/24.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-24 {
    background-image: url("../img/icons/weather/24%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-25 {
  background-image: url("../img/icons/weather/24.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-25 {
    background-image: url("../img/icons/weather/24%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-26 {
  background-image: url("../img/icons/weather/26.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-26 {
    background-image: url("../img/icons/weather/26%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-27 {
  background-image: url("../img/icons/weather/27.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-27 {
    background-image: url("../img/icons/weather/27%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-28 {
  background-image: url("../img/icons/weather/28.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-28 {
    background-image: url("../img/icons/weather/28%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-29 {
  background-image: url("../img/icons/weather/27.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-29 {
    background-image: url("../img/icons/weather/27%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-30 {
  background-image: url("../img/icons/weather/28.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-30 {
    background-image: url("../img/icons/weather/28%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-31 {
  background-image: url("../img/icons/weather/31.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-31 {
    background-image: url("../img/icons/weather/31%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-32 {
  background-image: url("../img/icons/weather/32.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-32 {
    background-image: url("../img/icons/weather/32%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-33 {
  background-image: url("../img/icons/weather/31.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-33 {
    background-image: url("../img/icons/weather/31%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-34 {
  background-image: url("../img/icons/weather/32.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-34 {
    background-image: url("../img/icons/weather/32%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-35 {
  background-image: url("../img/icons/weather/5.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-35 {
    background-image: url("../img/icons/weather/5%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-36 {
  background-image: url("../img/icons/weather/32.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-36 {
    background-image: url("../img/icons/weather/32%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-37 {
  background-image: url("../img/icons/weather/2.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-37 {
    background-image: url("../img/icons/weather/2%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-38 {
  background-image: url("../img/icons/weather/2.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-38 {
    background-image: url("../img/icons/weather/2%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-39 {
  background-image: url("../img/icons/weather/2.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-39 {
    background-image: url("../img/icons/weather/2%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-40 {
  background-image: url("../img/icons/weather/5.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-40 {
    background-image: url("../img/icons/weather/5%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-41 {
  background-image: url("../img/icons/weather/5.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-41 {
    background-image: url("../img/icons/weather/5%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-42 {
  background-image: url("../img/icons/weather/9.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-42 {
    background-image: url("../img/icons/weather/9%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-43 {
  background-image: url("../img/icons/weather/5.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-43 {
    background-image: url("../img/icons/weather/5%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-44 {
  background-image: url("../img/icons/weather/27.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-44 {
    background-image: url("../img/icons/weather/27%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-45 {
  background-image: url("../img/icons/weather/2.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-45 {
    background-image: url("../img/icons/weather/2%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-46 {
  background-image: url("../img/icons/weather/18.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-46 {
    background-image: url("../img/icons/weather/18%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-icon.wi-47 {
  background-image: url("../img/icons/weather/2.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #weather-widget .weather-icon.wi-47 {
    background-image: url("../img/icons/weather/2%402x.png");
    background-size: 125px 125px;
  }
}

#weather-widget .weather-info {
  list-style: none;
  padding: 0;
  margin: 3px 0 0 0;
}

#weather-widget .weather-info > li {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.39);
  padding: 2px 10px 3px;
  margin-right: 5px;
}

#weather-widget .weather-list {
  background: rgba(0, 0, 0, 0.08);
  padding: 5px 12px;
  font-size: 16px;
  height: 51px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#weather-widget .weather-list > span {
  margin-right: 7px;
  font-weight: 300;
  display: inline-block;
  line-height: 40px;
  vertical-align: top;
}

#weather-widget .weather-list > span.weather-list-icon {
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
}

#weather-widget .weather-list > span.weather-list-icon.wi-0 {
  background-image: url('../img/icons/weather/0.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-1 {
  background-image: url('../img/icons/weather/1.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-2 {
  background-image: url('../img/icons/weather/2.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-3 {
  background-image: url('../img/icons/weather/3.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-4 {
  background-image: url('../img/icons/weather/2.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-5 {
  background-image: url('../img/icons/weather/5.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-6 {
  background-image: url('../img/icons/weather/5.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-7 {
  background-image: url('../img/icons/weather/5.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-8 {
  background-image: url('../img/icons/weather/5.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-9 {
  background-image: url('../img/icons/weather/9.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-10 {
  background-image: url('../img/icons/weather/5.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-11 {
  background-image: url('../img/icons/weather/9.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-12 {
  background-image: url('../img/icons/weather/9.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-13 {
  background-image: url('../img/icons/weather/9.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-14 {
  background-image: url('../img/icons/weather/9.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-15 {
  background-image: url('../img/icons/weather/5.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-16 {
  background-image: url('../img/icons/weather/9.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-17 {
  background-image: url('../img/icons/weather/5.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-18 {
  background-image: url('../img/icons/weather/18.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-19 {
  background-image: url('../img/icons/weather/19.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-20 {
  background-image: url('../img/icons/weather/19.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-21 {
  background-image: url('../img/icons/weather/19.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-22 {
  background-image: url('../img/icons/weather/19.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-23 {
  background-image: url('../img/icons/weather/19.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-24 {
  background-image: url('../img/icons/weather/24.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-25 {
  background-image: url('../img/icons/weather/24.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-26 {
  background-image: url('../img/icons/weather/26.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-27 {
  background-image: url('../img/icons/weather/27.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-28 {
  background-image: url('../img/icons/weather/28.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-29 {
  background-image: url('../img/icons/weather/27.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-30 {
  background-image: url('../img/icons/weather/28.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-31 {
  background-image: url('../img/icons/weather/31.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-32 {
  background-image: url('../img/icons/weather/32.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-33 {
  background-image: url('../img/icons/weather/31.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-34 {
  background-image: url('../img/icons/weather/32.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-35 {
  background-image: url('../img/icons/weather/5.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-36 {
  background-image: url('../img/icons/weather/32.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-37 {
  background-image: url('../img/icons/weather/2.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-38 {
  background-image: url('../img/icons/weather/2.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-39 {
  background-image: url('../img/icons/weather/2.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-40 {
  background-image: url('../img/icons/weather/5.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-41 {
  background-image: url('../img/icons/weather/5.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-42 {
  background-image: url('../img/icons/weather/9.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-43 {
  background-image: url('../img/icons/weather/5.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-44 {
  background-image: url('../img/icons/weather/27.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-45 {
  background-image: url('../img/icons/weather/2.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-46 {
  background-image: url('../img/icons/weather/18.png');
}

#weather-widget .weather-list > span.weather-list-icon.wi-47 {
  background-image: url('../img/icons/weather/2.png');
}

#weather-widget .weather-list > span > i {
  line-height: 100%;
  font-size: 39px;
}

/*
 * Pie Charts
 */

#pie-charts {
  background: #fff;
}

#pie-charts .dash-widget-header {
  color: rgba(255, 255, 255, 0.9);
}

/*
 * Blog Post
 */

.blog-post .bp-header {
  position: relative;
}

.blog-post .bp-header > img {
  width: 100%;
}

.blog-post .bp-header .bp-title {
  background: #3f51b5;
  width: 100%;
  padding: 20px;
  color: #FFF;
  display: block;
}

.blog-post .bp-header .bp-title > h2 {
  color: #FFF;
  font-weight: 400;
  margin: 0 0 2px;
  line-height: 100%;
  font-size: 21px;
}

/*
 * Profile View
 */

.profile-view {
  text-align: center;
}

.profile-view .pv-header {
  position: relative;
  height: 145px;
  width: 100%;
  background-image: url('../img/headers/sm/4.png');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.profile-view .pv-header > .pv-main {
  border-radius: 50%;
  width: 130px;
  position: absolute;
  height: 130px;
  bottom: -50px;
  left: 50%;
  margin-left: -65px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.profile-view .pv-body {
  margin-top: 70px;
  padding: 0 20px 20px;
}

.profile-view .pv-body > h2 {
  margin: 0;
  line-height: 100%;
  font-size: 20px;
  font-weight: 400;
}

.profile-view .pv-body > small {
  display: block;
  color: #8E8E8E;
  margin: 10px 0 15px;
}

.profile-view .pv-body .pv-contact,
.profile-view .pv-body .pv-follow {
  padding: 0;
  list-style: none;
}

.profile-view .pv-body .pv-contact > li,
.profile-view .pv-body .pv-follow > li {
  display: inline-block;
}

.profile-view .pv-body .pv-follow {
  margin: 20px -20px;
  padding: 10px;
  background-color: #F7F7F7;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
}

.profile-view .pv-body .pv-follow > li {
  padding: 0 10px;
}

.profile-view .pv-body .pv-contact > li {
  margin: 0 5px;
}

.profile-view .pv-body .pv-contact > li > .zmdi {
  line-height: 100%;
  vertical-align: text-bottom;
  font-size: 22px;
}

.profile-view .pv-body .pv-follow-btn {
  padding: 7px 20px;
  background: #00bcd4;
  color: #FFF;
  border-radius: 3px;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.profile-view .pv-body .pv-follow-btn:hover {
  background: #00a5bb;
}

.profile-view:hover .pv-main {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/*
 * Picture List
 */

.picture-list .pl-body {
  padding: 2px;
}

.picture-list .pl-body [class*="col-"] {
  padding: 0;
  padding: 2px;
}

.picture-list .pl-body [class*="col-"] > a {
  display: block;
}

@media (min-width: 768px) {
  .picture-list .pl-body [class*="col-"] > a {
    position: relative;
  }

  .picture-list .pl-body [class*="col-"] > a:before {
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: scale3d(0, 0, 0);
    -moz-transform: scale3d(0, 0, 0);
    -ms-transform: scale3d(0, 0, 0);
    -o-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
    border-radius: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .picture-list .pl-body [class*="col-"] > a:hover:before,
  .picture-list .pl-body [class*="col-"] > a.open:before {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.picture-list .pl-body [class*="col-"] > a img {
  width: 100%;
}

.picture-list .pl-body:before,
.picture-list .pl-body:after {
  content: " ";
  display: table;
}

.picture-list .pl-body:after {
  clear: both;
}

.picture-list .pl-body:before,
.picture-list .pl-body:after {
  content: " ";
  display: table;
}

.picture-list .pl-body:after {
  clear: both;
}

/*
 * Social
 */

.go-social .card-body {
  padding: 0 15px 20px;
}

.go-social .card-body [class*="col-"] {
  padding: 12px;
}

.go-social .card-body [class*="col-"] img {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.go-social .card-body [class*="col-"]:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/*
 * Rating
 */

.rating-list {
  padding: 0 0 10px;
}

.rating-list .rl-star {
  margin-top: 10px;
  margin-bottom: 4px;
}

.rating-list .rl-star .zmdi {
  font-size: 20px;
}

.rating-list .rl-star .zmdi:not(.active) {
  color: #ccc;
}

.rating-list .rl-star .zmdi.active {
  color: #ff9800;
}

.rating-list .lv-item .media .zmdi-star {
  line-height: 100%;
  font-size: 22px;
  color: #FF9800;
  vertical-align: middle;
  position: relative;
  top: -2px;
  left: 6px;
}

.rating-list .lv-item .media .media-body {
  padding: 7px 10px 0 5px;
}

.table {
  background-color: #ffffff;
  margin-bottom: 0;
}

.table > thead > tr > th {
  background-color: #fff;
  vertical-align: middle;
  font-weight: 500;
  color: #333;
  border-width: 1px;
  text-transform: uppercase;
}

.table [class*="bg-"] > tr > th {
  color: #fff;
  border-bottom: 0;
}

.table [class*="bg-"] + tbody > tr > td {
  border-top: 0;
}

.table.table-inner {
  border: 0;
}

