.page-template-yearbook-submission-php .acf_postbox p.label label {
	float:left;
	width: 179px;
	margin-top: 21px !important;
	font-weight: normal;
	font-size: 14px;
}


input#acf-field-suggested_title.acf-is-appended {
	border-radius: 0 !important;	
}


#acf-suggested_title .acf-input-append {
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 97px;
	background: transparent;
	border: 0;
	padding: 0;
}

#acf-suggested_title > p > label {

float:left;
width: 20%;
}

#acf-start_date, #acf-end_date {
	overflow: auto;
}

#acf-start_date .acf-date_picker,
#acf-end_date .acf-date_picker {
	float: left;
}

#acf-start_date input, #acf-end_date input,
#acf-venue_name input, #acf-address input,
#acf-university_url input, #acf-secondary_url input,
#acf-contact_email input, #acf-phone input {
	width: 330px !important;
}

#acf-start_date, #acf-venue_name, #acf-university_url, #acf-contact_email {
	width: 530px;
	display: inline-block;
}

#acf-end_date, #acf-address, #acf-secondary_url, #acf-phone {
	display: inline-block;
	margin-left: 20px;
	width: 342px;
}

#acf-end_date .label, #acf-address .label, #acf-secondary_url .label, #acf-phone .label {
	display: none;
}

.page-template-yearbook-submission-php .ui-datepicker-buttonpane {
	display: none;
}



.acf-date_picker .input {
	border: 1px solid #333;
	font-size: 14px;
	height: 27px;
	cursor: pointer;
}

.ui-acf .ui-datepicker .ui-datepicker-header {
	border: 0;
}

.page-template-yearbook-submission-php .acf-input-wrap input, .page-template-yearbook-submission-php #acf-address textarea {
float:left;
width:700px !important;
border: 1px solid #333;
font-size: 14px;

}


.page-template-yearbook-submission-php .acf_postbox > .inside > .field {
	padding: 10px;
}

.page-template-yearbook-submission-php .acf_wysiwyg {
	float: left;
	width: 714px;
}

.page-template-yearbook-submission-php .acf_postbox.no_box {
	margin-bottom: 30px;
	overflow: auto;
}

.page-template-yearbook-submission-php input[type="submit"] {
	margin-left: 179px;
	background-color: #999;
	color: #fff;
	cursor: pointer;
}

.page-template-yearbook-submission-php input[type="submit"]:hover {
	background-color: #888;
}

.page-template-yearbook-submission-php .acf-input-wrap input::-webkit-input-placeholder {
   color: #ccc;
}

.page-template-yearbook-submission-php .acf-gallery {
	width: 100%;
	border: 0;
}

#poststuff .plupload_dropbox {
	background-image: url('http://artandeducation.net/wp-content/themes/artandeducation/img/file-upload.png');
	background-position: center 50px;
	background-repeat: no-repeat;
}

#poststuff #acf-images_container {
	border: 5px dashed #eee;
	margin-top: 10px;
}

#poststuff .ui-widget-header {
	background: transparent;
	border: 0;
}

#poststuff .plupload_droptext {
	font-size: 30px;
	color: #ccc;
	margin-top: 150px;
}

#poststuff .plupload_droptext .browse  {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

#poststuff .plupload_droptext .browse a {
	color: #090;
}

#poststuff #publishPost {
  background-color: #000;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

#poststuff #publishPost:hover {
	opacity: .85;
}

#poststuff  .field input[type="submit"] {
  float: left;
  width: 25%;
  margin-top: -50px;
  margin-left: 400px;
}

/*#artEducationImages_wrapper {
  background-color: rgba(27, 237, 237, 0.5);
  position: fixed;
  top: 0%;
  left: 0%;
}*/

#poststuff #artEducationImages {
  background-color: #f2f2f2;
  max-width: 1200px;
  text-align: center;
  z-index: 999;
  margin: 40px auto;
  position: relative;
  padding-bottom: 78px;
}
 
#artEducationImages > div:first-child {
 text-align: left;
}

#img_grid_wrapper .ui-sortable-placeholder, #img_grid_wrapper .ui-sortable-placeholder {
	margin: 0;
	background-color: red !important;
}

#artEducationImages #img_grid_wrapper {
	text-align: left;
	padding: 11px;
	min-height: 271px;
}


#poststuff #artEducationImages .image-contanier {
  display: inline-block;
}

#poststuff #artEducationImages figure {
  background-color: #fff;
  display: inline-block;
  position: relative;
  width: 275px;
  margin: 10px 8px;
  border: 0;
}

.remove-image {
  width: 100%;
}

#poststuff #artEducationImages figure .remove-image:before {
  content: "x";
  background-color: #333;
  box-shadow: 0 0 4px 2px #ccc;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  /* padding: 10px; */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  /* line-height: 7px; */
}

#poststuff #artEducationImages figure img {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  cursor: move;
}

#poststuff #artEducationImages figcaption textarea {
  border: none;
  outline: none;
  width: 94%;
  max-width: 94%;
  height: 60px;
  margin: 0 0 -4px;
  font-size: 14px;
}

button#showPlupload {
  background: none;
  border: none;
  outline: none;
  background-color: #090;
  font-size: 14px;
  color: #fff;
  margin-left: 20px;
  padding: 6px 20px;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  position: absolute;
  top: 27px;
}

button#showPlupload:hover {
	background-color: #000;
}

#sortable { 
  display: inline-block;
  list-style-type: none; 
  margin: 0; 
  padding: 0; 
  width: 60%; 
}

.field_type-date_picker {
  display: inline-block;
  width: 49%;
}




.yb-drafts {
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	font-size: 13px;
}

.yb-table {
  width: 100%;
}
.yb-table-entry {
	border-bottom: 1px solid #eee;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	min-height: 105px;
	line-height: 100%;
}

.yb-table tr td {
  vertical-align: middle;
  font-size: 16px;
  color: #333;
  padding: 0;
}

.yb-thumb {
	width: 180px;
	line-height: 0;
}

.yb-thumb .no-image {
	width: 160px;
	height: 105px;
	background-color: #eee;
}

.yb-table tr td:nth-child(2) {
	font-family: Georgia, serif;
	width: 580px;
}

.yb-title h2 {
	line-height: 19px;
	margin-top: 10px;
}

.yb-status {
	width: 150px;
}

.yb-table .status {
	display: inline-block;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #bbb;
}


.yb-table .status.pending {
	color: #000;
}

.yb-table-edit {
	text-align: center;
	vertical-align: middle;
	width: 150px;
}

.yb-table-button {
  background-color: #aaa;
  font-size: 13px;
  /* font-weight: 700; */
  color: #fff;
  padding: 8px 16px;
}

.yb-table-button.pending {
	display: none;
}

.yb-table-button:hover {
	background-color: #888;
	color: #fff !important;
}

.plupload_logo {
  display: none;
}

#contanierShowArtB {
  position: relative;
  left: 110px;
  margin-top: -44px;
  z-index: 1;
}

#showArtImagesDiv {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555;
  font-size: 14px;
  border-radius: 2px;
  padding: 5px 20px;
}

#showArtImagesDiv:hover {
  cursor: pointer;
  border: 1px solid #999;
  background: #dadada url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #090;
}

.plupload_header_title,
.plupload_header_text {
  margin-left: -50px;
}

.page-template-yearbook-submission-php .acf_postbox.no_box {
  overflow-x: hidden;
}

.page-template-yearbook-submission-php .plupload_header {
	display: none;
}

.page-template-yearbook-submission-php #acf-images {
	margin-left: 179px;
	width: 712px;
}

.artEducationImages-rapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(180,180,180,.85);
  z-index: 999;
}

#artImagesInfo {
  position: relative;
  text-align: center;
  margin-left: 20%;
  line-height: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 715px;
  min-height: 350px;
  background-color: #eee;
}

#artFirstImage {
  width: 100%;
  cursor: pointer;
}

#artFirstImage:hover {
	opacity: .9;
}

.contanier-art-image-info {
  background-color: rgba(51, 51, 51, 0.7);
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: left;
  padding: 20px 0;
}

#countImages {
  display: inline-block;
  width: 50%;
  font-size: 16px;
  float: left;
  color: #fff;
  line-height: 31px;
  margin-left: 20px;
}

#appearNewDiv {
  background-color: #090;
  border: none;
  outline: none;
  display: inline-block;
  float: right;
  font-size: 13px;
  color: #fff;
  padding: 8px 15px;
  cursor: pointer;
  font-family: Arial;
  margin-right: 20px;
}

#appearNewDiv:hover  {
	background-color: #000;
}

#loaderContanier {
  /* display: none; */
  position: absolute;
  z-index: 99;
  right: 20px;
  top: 20px;
}

.contanier-wg-hd {   
  display: inline-block;
  width: 100%;
  background-color: #fff;
  margin: 0 -15px;
  padding: 20px 0px !important;
  text-align: left; 
}

.span-button {
  display: inline-block;
  width: 25%;
}
.span-Ftitle,
.span-Stitle {
  display: inline-block;
  text-align: center;
}
.span-Ftitle {
  width: 50%;
  font-size: 24px;
  margin-top: 0;
}
.span-Stitle {
  width: 100%;
  font-size: 13px;
  color: #bbb;
  margin-top: 2px;
}

.wg-footer {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  text-align: right;
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

#doneB {
background-color: #000;
border: none;
outline: none;
font-size: 14px;
font-weight: 700;
color: #fff;
margin-right: 20px;
padding: 12px 90px;
font-family: Arial, Helvetica, sans-serif;
cursor: pointer;
}

#doneB:hover {
	opacity: .85;
}

#acf-images, #acf-images_start, #acf-images_stop {
  display: none;
}

.progressbar-wrapper {
	background-color: #f2f2f2;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	width: 200px;
	height: 15px;
	/* left: 41.5%; */
	margin: 10px 0;
	padding: 1px;
	/* float: right; */
	position: absolute;
	right: 50px;
	top: 26px;
}
.progressbar-wrapper .progressbar-state {
  background-color: #222;
  border-radius: 50px;
  display: inline-block;
  width: 10%;
  height: 15px;
}
.progressbar-wrapper .upload-text {
	position: absolute;
	top: 1px;
	right: -30px;
	/* display: inline-block; */
	/* width: 96%; */
	/* height: 21px; */
	color: #555;
	/* text-align: center; */
	/* text-shadow: 1px 1px 1px #000; */
	font-size: 13px;
	/* line-height: 17px; */
}