.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");
}

#wpcontent {
  margin-left: 5px !important;
}

.wpsafeguard_ajax_process {
  background: url('../images/ajax-process.gif') no-repeat;
  display: block;
  width: 208px;
  height: 13px;
  margin-top: 5px;
}

#TB_ajaxContent {
  overflow: hidden;
}

#wpsafeguard_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;
}

.wpsafeguard_upload_content {
  margin: 30px 0px 20px 0px;
}

#upload-queue {
  display: none;
}

.wpsafeguard_fileupload {
  width: 350px;
  border: 1px solid #dfdfdf;
  float: left;
  padding: 3px;
  margin-top: -3px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
}

.wpsafeguard_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_setting_body img {
  cursor: pointer;
}

.updated {
  padding: 5px 10px !important;
}

.ui-widget-header {
  border: none;
}

/*
///////////////////////////////////
// new media-container stuff
///////////////////////////////////
*/

.safeguard-browsers > td, .safeguard-attributes > td {
  min-width: 255px;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.safeguard-browsers > td h2.title {
  font-size: 14px;
  padding: 8px 12px;
  margin: 0;
  line-height: 1.4;
}
.wps-no-overflow{ overflow-y: auto !important; }
.wps-no-overflow #TB_window { height: auto !important; position: absolute; }

#safeguard-container {
	width: 600px;
	height: 338px;
	position: relative;
  padding: 0px;
}

#safeguard-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	background-image: linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);
	background-image: -o-linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(3,113,168) 13%, rgb(0,136,204) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.13, rgb(3,113,168)),
		color-stop(1, rgb(0,136,204))
	);
}

#safeguard-container:hover #safeguard-controls {
	opacity: .9;
}

button {
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

button:hover {
	cursor: pointer;
}

#seek-bar {
	width: 300px;
}

#volume-bar {
	width: 60px;
}