#dashboard .widget .panel-heading {
  cursor: move;
}
#dashboard .widget .panel-body > .widget-line {
  border-top: 1px solid #404040;
  margin: 0 -12px;
  padding: 6px 12px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#dashboard .widget .panel-body > .widget-line:first-of-type {
  border-top: 0px;
  margin-top: -10px;
}
#dashboard .widget .panel-body > .widget-line:last-of-type {
  margin-bottom: -12px;
}
#dashboard .widget[type="notes"] .widget-content,
#dashboard .widget[type="weapongenerator"] .widget-content,
#dashboard .widget[type="cratesim"] .widget-content,
#dashboard .widget[type="converter"] .widget-content,
#dashboard .widget[type="steamlookup"] .widget-content {
  padding: 9px;
}
#dashboard .widget[type="notes"] .widget-content .widget-options,
#dashboard .widget[type="weapongenerator"] .widget-content .widget-options,
#dashboard .widget[type="cratesim"] .widget-content .widget-options,
#dashboard .widget[type="converter"] .widget-content .widget-options,
#dashboard .widget[type="steamlookup"] .widget-content .widget-options {
  padding: 0px;
}
#dashboard .popover.bottom .popover-title {
  display: none;
}
#dashboard .popover.bottom .popover-content {
  text-align: left;
}
.widget-btn-list h4 {
  margin-top: 0;
}
.widget-btn-list ul {
  list-style-type: none;
  margin: 0 0 9px 0;
}
.widget-btn-list ul:last-child {
  margin: 0px;
}
.widget-btn-list ul li {
  float: left;
  margin: 0 9px 9px 0;
}
.index-filter {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
}
.widget-btn {
  position: absolute;
  top: 0px;
  right: 0px;
}
.widget-settings {
  margin-right: -3px;
}
.widget .widget-header {
  background: #404040;
  cursor: move;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.widget .widget-header h3 {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  line-height: 32px;
  margin: 0 0 0 9px;
}
.widget .widget-header .btn {
  background: transparent;
  border-left: 1px solid #252525;
  color: #ffffff;
  padding: 6px 12px;
  margin: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.widget .widget-header .btn:last-child {
  -webkit-border-radius: 0px 4px 0px 0px;
  -moz-border-radius: 0px 4px 0px 0px;
  border-radius: 0px 4px 0px 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.widget .widget-header .btn:hover {
  background: #666666;
}
.widget .widget-content {
  background: #252525;
  border: 1px solid #404040;
  border-top: 0px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.widget .widget-content .widget-line {
  border-top: 1px solid #404040;
  margin: 0px;
  padding: 4.5px 9px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.widget .widget-content .widget-line:first-child {
  border-top: 0px;
}
.widget .widget-content .widget-options {
  padding: 9px;
}
.widget .widget-content .widget-options input {
  margin: 0px;
}
.widget .class-avatar {
  width: 48px;
  position: absolute;
  right: 8px;
  border: 3px solid #333;
}
.widget .relative-position {
  position: relative;
}
.widget .good-stat {
  color: #99CCFF;
}
.widget .bad-stat {
  color: #FF4040;
}
.widget .center {
  text-align: center;
}
.widget .load-random-weapon {
  cursor: pointer;
}
.widget .load-random-crate {
  cursor: pointer;
}
.widget .price-watch .price-line {
  border-bottom: 1px solid #404040;
  padding-bottom: 9px;
  margin-bottom: 9px;
}
.widget .price-watch .price-line:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.widget .price-watch .price-line div.item {
  background: #404040 center no-repeat;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  cursor: pointer;
  text-align: center;
}
.widget .price-watch .price-line div.item:hover {
  background-size: 102px;
}
.widget .price-watch .price-line .price-info {
  margin-left: 68px;
}
.widget .price-watch .price-line .price-name h4 {
  font-size: 16px;
  line-height: 24px;
  padding: 0px;
  margin: 0 0 0 4px;
  display: inline-block;
  vertical-align: top;
}
.widget .price-watch .price-line .price-name .price {
  background: #404040;
  padding: 6px 8px;
  line-height: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
