.ha-list-group .ha-list-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0}.ha-list-group .ha-list-item{overflow:hidden;list-style:none}.ha-list-group .ha-list-item .ha-badge{position:relative}.ha-list-group .ha-list-item .ha-item-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:20px;width:100%;background-color:#fff}.ha-list-group .ha-list-item:first-child{margin-top:0}.ha-list-group .ha-list-item:last-child{margin-bottom:0!important}.ha-list-group .ha-list-item .ha-text{width:100%}.ha-list-group .ha-list-item .ha-text .ha-list-title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-ms-flex-align:center;margin:0;color:#242424;font-size:16px}.ha-list-group .ha-list-item .ha-icon{display:inline-block;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding:8px;border-radius:50%;background-color:#ddd;text-align:center}.ha-list-group .ha-list-item .ha-icon i,.ha-list-group .ha-list-item .ha-icon svg{display:block;width:1em;height:1em;line-height:1}.ha-list-group .ha-list-item .ha-icon i{position:relative}.ha-list-group .ha-list-item .ha-direction i:before,.ha-list-group .ha-list-item .ha-icon i:before{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ha-list-group .ha-list-item .icon,.ha-list-group .ha-list-item .number{font-size:18px}.ha-list-group .ha-list-item .number span{display:block;width:1em;height:1em;line-height:1em}.ha-list-group .ha-list-item .ha-icon.image img{display:block;width:20px;-o-object-fit:contain;object-fit:contain}.ha-list-group .ha-list-item .ha-list-detail{margin:0;color:#616161;font-weight:400;font-size:13px}.ha-list-group .ha-list-item .ha-direction{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;padding:7px;height:-webkit-max-content;height:-moz-max-content;height:max-content;border:1px solid #d2d2d2;border-radius:50%;text-align:center;font-size:10px}.ha-list-group .ha-list-item .ha-direction i,.ha-list-group .ha-list-item .ha-direction svg{position:relative;display:inline-block;width:1em;height:1em;color:#d2d2d2}.ha-list-group .ha-list-item .ha-direction i:before{display:block}.ha-list-group .ha-list-item a .ha-direction i,.ha-list-group .ha-list-item a .ha-list-title,.ha-list-group .ha-list-item a:hover .ha-list-title{color:#562dd4}.ha-list-group .ha-list-item a:hover .ha-direction{border-color:#562dd4;background-color:#562dd4}.ha-list-group .ha-list-item a:hover i{color:#fff}.ha-mode--compact .ha-list-wrap{overflow:hidden;border:2px solid #ddd;border-radius:5px}.ha-mode--compact .ha-list-item{overflow:hidden;margin-bottom:0;border-bottom:2px solid #ddd}.ha-mode--compact .ha-list-item:last-child{border-bottom:none}.ha-mode--comfy .ha-list-item{overflow:hidden;margin-bottom:15px;border:2px solid #ddd;border-radius:4px}.ha-direction--right .ha-direction{margin-left:10px}.ha-direction--right .ha-icon{margin-right:15px}.ha-direction--left .ha-direction{margin-right:10px}.ha-direction--left .ha-icon{margin-left:15px}.ha-direction--right .ha-list-item-custom .ha-direction{-webkit-transition:all .5s;transition:all .5s}.ha-direction--right .ha-list-item-custom:hover .ha-direction{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}.ha-direction--left .ha-list-item-custom .ha-direction{-webkit-transition:all .3s;transition:all .3s;-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}.ha-direction--left .ha-list-item-custom:hover .ha-direction{margin-left:0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.datepicker {
top: 0;
left: 0;
padding: 4px;
margin-top: 1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; }
.datepicker:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
top: -7px;
left: 6px;
}
.datepicker:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
position: absolute;
top: -6px;
left: 7px;
}
.datepicker>div {
display: none;
}
.datepicker table {
width: 100%;
margin: 0;
}
.datepicker td,
.datepicker th {
text-align: center;
width: 20px;
height: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.datepicker td.day:hover {
background: #eeeeee;
cursor: pointer;
}
.datepicker td.day.disabled {
color: #eeeeee;
}
.datepicker td.old,
.datepicker td.new {
color: #999999;
}
.datepicker td.active,
.datepicker td.active:hover {
color: #ffffff;
background-color: #006dcc;
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #0044cc; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
color: #ffffff;
background-color: #0044cc;
*background-color: #003bb3;
}
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
background-color: #003399 \9;
}
.datepicker td span {
display: block;
width: 47px;
height: 54px;
line-height: 54px;
float: left;
margin: 2px;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.datepicker td span:hover {
background: #eeeeee;
}
.datepicker td span.active {
color: #ffffff;
background-color: #006dcc;
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
*background-color: #0044cc; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
color: #fff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
color: #ffffff;
background-color: #0044cc;
*background-color: #003bb3;
}
.datepicker td span.active:active,
.datepicker td span.active.active {
background-color: #003399 \9;
}
.datepicker td span.old {
color: #999999;
}
.datepicker th.switch {
width: 145px;
}
.datepicker th.next,
.datepicker th.prev {
font-size: 21px;
}
.datepicker thead tr:first-child th {
cursor: pointer;
}
.datepicker thead tr:first-child th:hover {
background: #eeeeee;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
display: block;
cursor: pointer;
width: 16px;
height: 16px;
}