.wi{
  font-size: 40px;
  margin-right: 15px;
}

.display-5 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.display-6 {
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1.2;
}

.display-7 {
    font-size: 0.4rem;
}

.end{

}

.transColor{
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    transition-property: opacity visibility;
}

.transOpac{
    -webkit-transition: all 1.2s ;
    transition: all 1.2s;
    transition-property: opacity visibility;
    transition-timing-function:ease-in;
}

.trans1500{
    -webkit-transition: all 1.5s linear 0s;
    transition: all 1.5s linear 0s;
    transition-property: opacity visibility;
}

.transalpha{
  visibility: hidden;
  opacity: 0;
  transition-property: opacity visibility;
}


.trans1000{
    transition: 1.0s ;
    transition-property: opacity visibility;
}

.target {
  transition-duration: 2s;
  background: #ff0000;
  visibility: hidden;
  opacity: 0;
  transition-property: opacity visibility;

}

.is-visible {
background: #ff0000;
    visibility: visible;
    opacity: 1;
    transition-property: opacity visibility;
  transition-duration: 2s;
  }


.trans1500{
    /*transition: 1.5s ;*/
    transition-duration:1.5s;
    transition-property: opacity visibility;
}

.trans2000{
    transition: 2.0s ;
}

.wi-day-sunny{
    color: #ff6600
}

.wi-cloudy{
    color: #EBEBEB
}

.wi-umbrella{
    color: #557AFA
}

.wi-snowflake-cold{
    color: #4BC3FA
}

.wi-na{
    color: #EBEBEB
}

.dashboard-page .stat{
    display: inline-block;
}

.dashboard-page .stats .stat {
    vertical-align: middle;
}

.dashboard-page .card{
    border:0px;
}

.stat .value {
    font-size: 24px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}

.stat .name {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboard-page .stats .stat-col {
  margin-bottom: 20px;
  float: left;
  white-space: nowrap;
  overflow: hidden; }

.dashboard-page .stats .stat-icon {
  color: #BDBDBD;
  display: inline-block;
  font-size: 26px;
  text-align: center;
  vertical-align: middle;
  width: 50px; }

.dashboard-page .stats .stat-progress {
  height: 2px;
  margin: 5px 0;
  color: #85CE36;
  background-color: #dddddd; }
  .dashboard-page .stats .stat-progress .progress-bar {
    background-color: #85CE36; }

.item-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 0;
    line-height: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

@media (max-width: 767.98px)
.dashboard-page .items .item-list .item-list-header {
    display: none;
}
@media (max-width: 767.98px)
.item-list.striped > li:nth-child(2n + 1) {
    background-color: #f8f9fb;
}
.item-list.striped > li:nth-child(2n + 1) {
    background-color: #fcfcfd;
}
.item-list.striped > li {
    border-bottom: 1px solid #e9edf0;
}
.item-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.item-list .item-col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px 10px 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 1;
    -ms-flex-negative: 3;
    flex-shrink: 3;
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
}

.card {
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
    box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
    margin-bottom: 10px;
    border-radius: 0;
    border: none;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

li {
    text-align: -webkit-match-parent;
}

@media (max-width: 767.98px)
.item-list .item-heading {
    display: block;
}

.item-list .item-heading {
    font-size: 0.9rem;
    display: none;
    color: #666;
    font-weight: 700;
    padding-right: 10px;
}

.item-list .item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 100%;
}

.item-list .item-col.fixed {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.item-list .item-col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px 10px 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 5;
    margin-left: auto;
    margin-right: auto;
    min-width: 0;
}

.item-list .item-title {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: 600;
    text-overflow:ellipsis;

}
.item-list .no-wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.item-list .no-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboard-page .items .item-list .item-col-title {
    -webkit-box-flex: 12;
    -ms-flex-positive: 12;
    flex-grow: 12;
}

.dashboard-page .items .item-list .item-col-date {
    text-align: right;
}

.item-list .item-col:last-child {
    padding-right: 0;
}

.item-list .item-col > div {
    width: 100%;
}

.badge1{
   position:relative;
}
.badge1[data-badge]:after {
   content:attr(data-badge);
   position:absolute;
   top:-5px;
   right:-5px;
   font-size:.7em;
   background:green;
   color:white;
   width:18px;height:18px;
   text-align:center;
   line-height:18px;
   border-radius:50%;
   box-shadow:0 0 1px #333;
}
