@charset "utf-8";

.download{background:url(/climate/images/symbols/download-24x24.png) no-repeat left;}

/* animation buttons */
.btn-narrow{padding-left:24px !important;border-width:1px;border-color: #ccc;border-radius:4px; background-color:#efefef;}
.icon.play{background:url(/climate/images/symbols/play-24x24.png);}
.icon.stop{background:url(/climate/images/symbols/stop-24x24.png);}
.icon.previous{background:url(/climate/images/symbols/previous-24x24.png);}
.icon.next{background:url(/climate/images/symbols/next-24x24.png);}
.icon.last{background:url(/climate/images/symbols/last-24x24.png);}
.icon.first{background:url(/climate/images/symbols/first-24x24.png);}
.btn-narrow.icon{width:26px;height:2.4em;padding-left:0;background-position:center;background-repeat:no-repeat;background-color:rgb(232, 232, 232);}
.btn-narrow:hover{background-color:#fff;cursor:pointer;}

input:disabled { opacity:0.4; color:#999;}