.ac_results {
  border: 1px solid gray;
  background-color: white;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: 10000;
  display: none;
}

.ac_results li {
  padding: 2px 5px;
  white-space: nowrap;
  color: #101010;
  text-align: left;
}

.ac_over {
  cursor: pointer;
  background-color: #F0F0B8;
}

.ac_match {
  text-decoration: underline;
  color: black;
}

#icon-addnew {
  background-image: url("../images/add_file.png");
}

#icon-search {
  background-image: url("../images/search.png");
}

#icon-file {
  background-image: url("../images/file.png");
}

#icon-settings {
  background-image: url("../images/settings.png");
}

#wpcontentt {
  margin-left: 5px !important;
}

.wpcsv_ajax_process {
  background: url('../images/ajax-process.gif') no-repeat;
  display: block;
  width: 208px;
  height: 13px;
  margin-top: 5px;
}

#TB_ajaxContent {
  overflow: hidden;
}

#wpcsv_ajax_process {
  padding: 10px 15px 15px 15px;
  position: absolute;
  background-color: #e8e8e8;
  top: 250px;
  left: 220px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: none;
  border: 1px solid #cac8c8;
}

.wpcsv_upload_content {
  margin: 30px 0px 20px 0px;
}

#upload-queue {
  display: none;
}

.wpcsv_fileupload {
  width: 350px;
  border: 1px solid #dfdfdf;
  float: left;
  padding: 3px;
  margin-top: -3px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
}

.wpcsv_file_select {
  float: left;
  height: 24px;
  width: 115px;
}

#custom-queue {
  margin-top: 5px;
}

.row-actionslink {
  color: #21759B !important;
}

.row-actionslink:hover {
  color: #d54e21 !important;
}
#wpcsv_message .error,
#wpcsv_message .updated {
  margin-left: 0;
  margin-right: 0;
}
#wpcsv_setting_body img {
  cursor: pointer;
}

.updated {
  padding: 5px 10px !important;
}

.ui-widget-header {
  border: none;
}

.wps-no-overflow{ overflow-y: auto !important; }
.wps-no-overflow #TB_window { height: auto !important; position: absolute; }
#TB_window.wpcsv-window {
  height: auto !important;
  position: absolute;
}
#wpcsv_page_setting img {cursor: pointer;}

.wpcsv-section-title > td {
  min-width: 255px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,.04);
}
.wpcsv-section-title > td h2.title {
  font-size: 14px;
  padding: 8px 12px;
  margin: 0;
  line-height: 1.4;
}