﻿.ui-widget-content {
  border: 1px solid #bbb;
  background-color: #e6edf2 !important;
  color: inherit;
  border-color: #BDBDBD;
}
.ui-widget.ui-widget-content:not(.ui-slider-horizontal) {
  border: 1px solid #BDBDBD;
  border-width: 5px;
}
.ui-dialog {
  padding: 0;
  box-shadow: 3px 3px 7px #A8A8A8;
  border-width: 5px;
  background-image: none;
}
.ui-dialog-titlebar-close {
  min-width: inherit;
}
.ui-dialog-title {
  background: #e0e0e0;
  font-size: 14px;
  padding: 10px;
  margin: 0;
  line-height: 2em;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0;
  margin-bottom: 5px;
}
.ui-widget-header {
  color: inherit;
  border: none;
}
.ui-dialog .ui-dialog-title {
  width: 100%;
  margin: 0;
}
.ui-button-text {
  padding: 2px 5px !important;
  line-height: 20px !important;
}
.ui-button {
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
}
.ui-widget-content .ui-state-hover {
  background: #FDFDFD;
  /* Old browsers */
  background: -moz-linear-gradient(top, #FDFDFD 0%, #e4e4e4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FDFDFD), color-stop(100%, #e4e4e4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #FDFDFD 0%, #e4e4e4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #FDFDFD 0%, #e4e4e4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #FDFDFD 0%, #e4e4e4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #FDFDFD 0%, #e4e4e4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@fromColor', endColorstr='@toColor', GradientType=0);
  /* IE6-9 */
}
.ui-state-hover {
  border: 1px solid #bbb !important;
  color: inherit !important;
}
button.ui-state-default {
  background: #FDFDFD !important;
  background: -moz-linear-gradient(top, #FDFDFD 0%, #e4e4e4 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FDFDFD), color-stop(100%, #e4e4e4)) !important;
  background: -webkit-linear-gradient(top, #FDFDFD 0%, #e4e4e4 100%) !important;
  background: -o-linear-gradient(top, #FDFDFD 0%, #e4e4e4 100%) !important;
  background: -ms-linear-gradient(top, #FDFDFD 0%, #e4e4e4 100%) !important;
  background: linear-gradient(to bottom, #FDFDFD 0%, #e4e4e4 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDFDFD', endColorstr='#e4e4e4', GradientType=0) !important;
}
.ui-button span:hover {
  color: #bd5a35;
}
.ui-widget {
  font-size: 12px;
}
.ui-widget-content a {
  color: #0e3d8c;
  font-weight: normal;
}
.ui-dialog .ui-dialog-buttonpane {
  padding: 0 8px !important;
}
.qtip {
  max-width: inherit;
}
.qtip-content {
  max-height: 250px;
  overflow-y: auto;
}
.qtip-title {
  width: calc(100% - 20px);
}