/* Admin CSS*/
.ph_meta_box .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #f1f1f1;
  padding: 10px;
  border: none;
}
.ph_meta_box .select2-container--default .select2-selection--multiple {
  border-color: #e3e3e3;
  line-height: 1em;
}
.ph_meta_box .select_multi {
  float: none;
  min-width: 254px;
}
.ph_meta_box .select_multi select {
  width: 100%;
}
.ph_meta_box .select2-container--default .select2-selection--multiple .select2-selection__choice {
  float: none;
}
.ph_meta_box .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #dcdcdc;
}
.ph_meta_box .select2-container .select2-search--inline,
.ph_meta_box .select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
}
.ph_meta_box .select2-container .select2-search--inline ::-webkit-input-placeholder,
.ph_meta_box .select2-container--default .select2-search--inline .select2-search__field ::-webkit-input-placeholder {
  /* Chrome */
  color: #dcdcdc;
}
.ph_meta_box .select2-container .select2-search--inline :-ms-input-placeholder,
.ph_meta_box .select2-container--default .select2-search--inline .select2-search__field :-ms-input-placeholder {
  /* IE 10+ */
  color: #dcdcdc;
}
.ph_meta_box .select2-container .select2-search--inline ::-moz-placeholder,
.ph_meta_box .select2-container--default .select2-search--inline .select2-search__field ::-moz-placeholder {
  /* Firefox 19+ */
  color: #dcdcdc;
  opacity: 1;
}
.ph_meta_box .select2-container .select2-search--inline :-moz-placeholder,
.ph_meta_box .select2-container--default .select2-search--inline .select2-search__field :-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #dcdcdc;
  opacity: 1;
}
#side-sortables .ph_meta_box .select2-container--default .select2-selection--multiple .select2-selection__choice {
  float: none;
}
#side-sortables .ph_meta_box .ph-field {
  float: none;
  width: 100%;
}
#side-sortables .ph_meta_box .ph-field select {
  width: 100%;
}

span.ph-select-avatar {
  padding: 0 8px 0 5px;
  display: block;
}

span.ph-select-avatar img {
  border-radius: 9999px;
  max-width: 16px;
}

li.select2-selection__choice,
.select2-results__options > .select2-results__option:not([role=group]),
.select2-results__options--nested > .select2-results__option {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
}

#backbone_versions_modal * {
  box-sizing: border-box;
}
#backbone_versions_modal .backbone_modal {
  height: auto;
}
#backbone_versions_modal .backbone_modal-content {
  height: 100%;
  background-color: #32373c;
}
#backbone_versions_modal .backbone_modal-main {
  padding: 0;
  height: 100%;
}
#backbone_versions_modal .spinner {
  visibility: visible;
  left: 0;
  top: 0;
  display: block;
  float: none;
  margin: auto;
}
#backbone_versions_modal span.media-modal-icon:before {
  color: #fff;
}
#backbone_versions_modal h1 {
  border: none;
  padding: 0;
  margin-bottom: 40px;
}
#backbone_versions_modal .ph-versions-list {
  background-color: #fff;
  padding: 50px;
  width: 400px;
  height: 100%;
  overflow: auto;
  float: left;
  position: relative;
  z-index: 2;
}
#backbone_versions_modal .ph-versions-list .ph-versions {
  position: relative;
  overflow: hidden;
}
#backbone_versions_modal .ph-versions-list .ph-versions:before {
  content: " ";
  position: absolute;
  width: 3px;
  height: 100%;
  left: 61px;
  bottom: 61px;
  background: #dcdcdc;
}
#backbone_versions_modal .ph-versions-list .ph-version {
  display: block;
  position: relative;
  padding-left: 90px;
  margin-bottom: 30px;
  cursor: pointer;
}
#backbone_versions_modal .ph-versions-list .ph-version:before {
  content: " ";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 52px;
  top: 0;
  border-radius: 100px;
  background: #fff;
  border: 3px solid #dcdcdc;
  transition: background-color 0.5s ease, border-color 0.5s ease;
}
#backbone_versions_modal .ph-versions-list .ph-version .ph-version-tag {
  display: inline-block;
  background: #dcdcdc;
  border-radius: 2px;
  padding: 5px;
  line-height: 10px;
  font-size: 10px;
  min-width: 35px;
  position: absolute;
  left: 0;
  text-align: center;
  color: #fff;
  transition: background-color 0.5s ease;
}
#backbone_versions_modal .ph-versions-list .ph-version .ph-version-date {
  color: #32373c;
  font-size: 14px;
  line-height: 12px;
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #777;
  transform: color 0.5s ease;
}
#backbone_versions_modal .ph-versions-list .ph-version .ph-restore {
  float: right;
  font-size: 10px;
  line-height: 10px;
  padding: 5px;
  color: #ccc;
  display: inline-block;
  border: 3px solid #dcdcdc;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#backbone_versions_modal .ph-versions-list .ph-version .ph-restore i {
  font-size: 12px;
  line-height: 10px;
  margin-right: 2px;
  display: inline-block;
  vertical-align: middle;
}
#backbone_versions_modal .ph-versions-list .ph-version .ph-version-time {
  color: #999;
}
#backbone_versions_modal .ph-versions-list .ph-version.ph-current-version:before {
  width: 7px;
  height: 7px;
  left: 56px;
  top: 0;
  background: #dcdcdc;
}
#backbone_versions_modal .ph-versions-list .ph-version.ph-version-selected .ph-version-date, #backbone_versions_modal .ph-versions-list .ph-version:hover .ph-version-date {
  font-weight: 600;
  color: #32373c;
}
#backbone_versions_modal .ph-versions-list .ph-version.ph-version-selected .ph-restore, #backbone_versions_modal .ph-versions-list .ph-version:hover .ph-restore {
  opacity: 1;
  transition: color 0.5s ease, border 0.5s ease, background 0.5s ease;
}
#backbone_versions_modal .ph-versions-list .ph-version.ph-version-selected .ph-restore:hover, #backbone_versions_modal .ph-versions-list .ph-version:hover .ph-restore:hover {
  color: #fff;
  background: #32373c;
  border-color: #32373c;
}
#backbone_versions_modal .ph-versions-list .ph-version.ph-version-selected .ph-version-tag, #backbone_versions_modal .ph-versions-list .ph-version:hover .ph-version-tag {
  background: #32373c;
}
#backbone_versions_modal .ph-versions-list .ph-version.ph-version-selected:before, #backbone_versions_modal .ph-versions-list .ph-version:hover:before {
  border-color: #32373c;
}
#backbone_versions_modal .ph-versions-list .ph-version.ph-version-selected.ph-current-version:before, #backbone_versions_modal .ph-versions-list .ph-version:hover.ph-current-version:before {
  background: #fff;
}
#backbone_versions_modal .ph-versions-list .ph-version.ph-version-selected.ph-current-version .ph-restore, #backbone_versions_modal .ph-versions-list .ph-version:hover.ph-current-version .ph-restore {
  opacity: 0;
}
#backbone_versions_modal .ph-version-display-wrap {
  position: absolute;
  right: 0;
  padding-left: 445px;
  padding-right: 45px;
  padding-top: 45px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#backbone_versions_modal .ph-version-display-wrap .ph-version-image-inner {
  position: relative;
  height: 100%;
  text-align: center;
}
#backbone_versions_modal .ph-version-display-wrap p {
  color: #fff;
  height: 25px;
  margin-top: -30px;
  opacity: 0.5;
  display: inline-block;
  margin-bottom: 30px;
  font-size: 20px;
  max-width: 600px;
}
#backbone_versions_modal .ph-version-display {
  height: 100%;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 60px;
}
#backbone_versions_modal .ph-version-display img {
  max-width: 100% !important;
  height: auto !important;
}

/* WordPress Changes */
.post-type-ph-project #minor-publishing-actions {
  display: none;
}

.ph-field::after {
  content: "";
  display: table;
  clear: both;
}

.ph-hidden {
  display: none;
}

/* Remove Outline */
a:focus,
a:active {
  outline: none;
  box-shadow: none;
}

#side-sortables .ph_meta_box .ph-field {
  width: 100%;
}
#side-sortables .ph_meta_box .ph-field.checkbox {
  padding: 10px 0;
  display: flex;
}
#side-sortables .ph_meta_box .ph-field.checkbox input[type="checkbox"] {
  margin: 2px 10px 0 0;
}

/* Meta Box Style */
.ph_meta_box .form-field {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.ph_meta_box .form-field:after {
  content: "";
  display: table;
  clear: both;
}
.ph_meta_box .form-field:not(:last-of-type) {
  border-bottom: 1px solid #eee;
}
.ph_meta_box label {
  color: #555;
  width: 150px;
  float: left;
}
.ph_meta_box .ph-field {
  float: left;
}
.ph_meta_box .ph-field label {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  float: none;
  margin-bottom: 0;
}
.ph_meta_box .ph-field select {
  width: 100%;
}
.ph_meta_box .ph-field.radio label:not(:last-of-type) {
  display: block;
  margin-bottom: 10px;
}
.ph_meta_box p.form-field:last-child {
  padding-bottom: 0;
}
#side-sortables .ph_meta_box p.form-field:last-child {
  margin-bottom: 0;
}

/* Tabs */
#ph-project-tabs.postbox {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 3px 8px;
}
#ph-project-tabs.postbox .hndle, #ph-project-tabs.postbox .inside {
  padding: 0 !important;
}
#ph-project-tabs.postbox .hndle, #ph-project-tabs.postbox .handlediv {
  display: none;
}

#poststuff h2.nav-tab-wrapper {
  padding: 0;
}

/* Project Emails */
#ph-project-emails .checkbox_multi img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 100px;
}
#ph-project-emails .ph_meta_box .checkbox_multi label {
  margin-bottom: 10px;
  white-space: nowrap;
}

/* Postbox */
#ph-project-gallery.postbox {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  /* Project Image Div */
}
#ph-project-gallery.postbox .hndle, #ph-project-gallery.postbox .inside {
  padding: 0 !important;
}
#ph-project-gallery.postbox .hndle, #ph-project-gallery.postbox .handlediv {
  display: none;
}
#ph-project-gallery.postbox .ph-update-notice {
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s ease;
}
#ph-project-gallery.postbox .ph-update-notice.show-notice {
  max-height: 100px;
}
#ph-project-gallery.postbox .ph-update-notice .ph-update-notice-inner {
  margin: 0;
  background-color: #FFFCEF;
  color: #C09853;
  font-weight: bold;
  border: 1px solid #E2D5BE;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  margin-bottom: 25px;
}
#ph-project-gallery.postbox .ph-gallery-attachments, #ph-project-gallery.postbox .ph-gallery-actions {
  width: 100%;
}
#ph-project-gallery.postbox .ph-gallery-actions {
  padding: 10px 0;
}
#ph-project-gallery.postbox .ph-add-image {
  display: inline-block;
  width: 225px;
  padding: 100px 25px;
  text-align: center;
  border: 3px dashed #dcdcdc;
  color: #ccc;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  transition: color 0.5s ease, border-color 0.5s ease;
}
#ph-project-gallery.postbox .ph-add-image .ph-icon {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  font-size: 22px;
}
#ph-project-gallery.postbox .ph-add-image:hover, #ph-project-gallery.postbox .ph-add-image:active, #ph-project-gallery.postbox .ph-add-image:focus {
  border-color: #777;
  color: #777;
}
#ph-project-gallery.postbox .ph-projects-wrapper {
  position: relative;
  min-height: 100px;
}
#ph-project-gallery.postbox .ph-projects-wrapper .spinner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  visibility: visible;
}
#ph-project-gallery.postbox .ph-project {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 275px;
  vertical-align: top;
  border: 1px solid #e5e5e5;
  border-color: rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  /* Placeholder */
}
#ph-project-gallery.postbox .ph-project .ph-project-actions {
  padding: 5px 25px 25px;
}
#ph-project-gallery.postbox .ph-project .ph-project-actions .ph-project-action .ph-icon {
  font-size: 18px;
  color: #999;
  margin-right: 5px;
}
#ph-project-gallery.postbox .ph-project .ph-project-actions .ph-project-action.ph-comments-count {
  color: #777;
  background: #f3f3f3;
  padding: 4px 9px;
  font-size: 12px;
  border-radius: 999999px;
}
#ph-project-gallery.postbox .ph-project .ph-project-actions .ph-project-action.ph-comments-count .ph-icon {
  font-size: 12px;
  color: #777;
}
#ph-project-gallery.postbox .ph-project .ph-project-actions .ph-project-action.ph-image-settings {
  float: right;
  margin-left: 5px;
  margin-right: 0;
  cursor: pointer;
}
#ph-project-gallery.postbox .ph-project.ui-sortable-placeholder {
  border: 3px dashed #dcdcdc;
  visibility: visible !important;
}
#ph-project-gallery.postbox .ph-project.ui-sortable-helper {
  z-index: 999;
}
#ph-project-gallery.postbox .ph-project .ph-title {
  padding: 25px;
  position: relative;
}
#ph-project-gallery.postbox .ph-project .ph-title .ph-title-inner {
  position: relative;
  cursor: pointer;
}
#ph-project-gallery.postbox .ph-project .ph-title .ph-title-inner .ph-icon.ph-edit {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: 1.4em;
  transition: opacity 0.5s ease;
  opacity: 0;
}
#ph-project-gallery.postbox .ph-project .ph-title .ph-title-inner:hover .ph-icon.ph-edit {
  opacity: 1;
}
#ph-project-gallery.postbox .ph-project .ph-title h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#ph-project-gallery.postbox .ph-project .ph-title .ph-edit-content {
  width: 100%;
  background: #f3f3f3;
  border: none;
  resize: none;
  box-sizing: border-box;
  padding: 8px 12px;
  box-shadow: none;
  margin-bottom: 5px;
}
#ph-project-gallery.postbox .ph-project .ph-image-wrapper {
  width: 275px;
  height: 150px;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  position: relative;
  background: #000;
  overflow: hidden;
}
#ph-project-gallery.postbox .ph-project .ph-image-wrapper .ph-image {
  background-size: cover;
  background-position: center center;
  transition: opacity 0.5s ease;
  position: relative;
  width: 100%;
  height: 100%;
}
#ph-project-gallery.postbox .ph-project .ph-image-wrapper .ph-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: opacity 0.5s ease;
  opacity: 0;
}
#ph-project-gallery.postbox .ph-project .ph-image-wrapper:hover .ph-image-view, #ph-project-gallery.postbox .ph-project .ph-image-wrapper:hover .ph-overlay {
  opacity: 1;
}
#ph-project-gallery.postbox .ph-project .ph-image-wrapper:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
#ph-project-gallery.postbox .ph-project .ph-image-wrapper img {
  display: block;
}
#ph-project-gallery.postbox .ph-project .ph-image-wrapper .ph-image-view {
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#ph-project-gallery.postbox .ph-project .ph-image-wrapper .ph-image-view a {
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #fff;
  line-height: 0;
  padding: 16px 18px;
  display: inline-block;
  border-radius: 100px;
  transition: color 0.5s ease, background 0.5s ease;
}
#ph-project-gallery.postbox .ph-project .ph-image-wrapper .ph-image-view a:active, #ph-project-gallery.postbox .ph-project .ph-image-wrapper .ph-image-view a:focus, #ph-project-gallery.postbox .ph-project .ph-image-wrapper .ph-image-view a:hover {
  outline: none !important;
  background: #fff;
  color: #000;
}
#ph-project-gallery.postbox .ph-project .ph-content-wrapper {
  background: #fff;
  border-top: 1px solid #ddd;
}
#ph-project-gallery.postbox .ph-project .ph-settings-wrap {
  position: relative;
  float: right;
}
#ph-project-gallery.postbox .ph-project .ph-settings-wrap .ph-settings-open {
  position: relative;
  z-index: 3;
  cursor: pointer;
}
#ph-project-gallery.postbox .ph-project .ph-settings-wrap:hover .ph-settings-menu-wrap, #ph-project-gallery.postbox .ph-project .ph-settings-wrap:focus .ph-settings-menu-wrap {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}
#ph-project-gallery.postbox .ph-project .ph-settings-wrap .ph-settings-menu-wrap {
  position: absolute;
  bottom: 50%;
  padding-bottom: 35px;
  min-width: 160px;
  width: auto;
  right: -5px;
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease-in-out;
}
#ph-project-gallery.postbox .ph-project .ph-settings-wrap .ph-settings-menu-wrap ul.ph-settings-menu {
  list-style: none;
  margin: 0;
  padding: 8px 8px 10px 8px;
  background-color: #32373c;
  color: #b4b9be;
  color: rgba(240, 245, 250, 0.7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
#ph-project-gallery.postbox .ph-project .ph-settings-wrap .ph-settings-menu-wrap ul.ph-settings-menu:before, #ph-project-gallery.postbox .ph-project .ph-settings-wrap .ph-settings-menu-wrap ul.ph-settings-menu:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#ph-project-gallery.postbox .ph-project .ph-settings-wrap .ph-settings-menu-wrap ul.ph-settings-menu:before {
  border-color: rgba(35, 40, 45, 0);
  border-top-color: rgba(35, 40, 45, 0.16);
  border-width: 9px;
  right: 8px;
  z-index: 71;
  bottom: 17px;
}
#ph-project-gallery.postbox .ph-project .ph-settings-wrap .ph-settings-menu-wrap ul.ph-settings-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #32373c;
  border-width: 8px;
  right: 9px;
  z-index: 72;
  bottom: 19px;
}
#ph-project-gallery.postbox .ph-project .ph-settings-wrap .ph-settings-menu-wrap ul.ph-settings-menu li {
  margin: 0;
  padding: 8px 12px;
  cursor: pointer;
}
#ph-project-gallery.postbox .ph-project .ph-settings-wrap .ph-settings-menu-wrap ul.ph-settings-menu li:last-child {
  border-bottom: none;
}
#ph-project-gallery.postbox .ph-project .ph-settings-wrap .ph-settings-menu-wrap ul.ph-settings-menu li .ph-icon {
  font-size: 14px;
  min-width: 12px;
  display: inline-block;
  vertical-align: middle;
}
#ph-project-gallery.postbox .ph-project .ph-settings-wrap .ph-settings-menu-wrap ul.ph-settings-menu li:hover {
  color: #fff;
}
#ph-project-gallery.postbox .ph-project .ph-settings-wrap .ph-settings-menu-wrap ul.ph-settings-menu li:hover .ph-icon {
  color: #fff;
}

/* Backbone Modal */
.ph-modal-no-overflow, .ph-dialog-no-overflow {
  overflow: hidden;
  height: 100%;
}

#backbone_modal_dialog .backbone_modal {
  top: 30px;
  left: 0;
  right: 0;
  bottom: 30px;
}
#backbone_modal_dialog .backbone_modal-content {
  max-width: 700px;
}

.backbone_modal {
  position: fixed;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 100101;
  font-size: 12px;
  height: 100%;
  overflow: auto;
}
.backbone_modal .ph-image-wrapper {
  background-size: cover;
}
.backbone_modal .ui-buttonset .ui-button {
  border-radius: 0;
  box-shadow: none;
  height: auto;
}
.backbone_modal .ui-buttonset .ui-state-default {
  color: #777;
}
.backbone_modal .ui-buttonset .ui-button-text-only .ui-button-text {
  padding: .7em 1.3em;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.backbone_modal .ui-buttonset .ui-button.ui-corner-right {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.backbone_modal .ui-buttonset .ui-button.ui-corner-left {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.backbone_modal .ui-buttonset .ui-button.ui-state-active {
  background: #0091cd;
  border-color: #0073aa;
  -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
  box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
  color: #fff;
}
.backbone_modal .backbone_modal-close .media-modal-icon:before {
  color: #777;
}
.backbone_modal .media-modal-close {
  top: 0;
  right: 0;
  text-decoration: none;
  text-align: center;
}
.backbone_modal .backbone_modal-content {
  position: relative;
  margin: auto;
  background: #fff;
}

.backbone_modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 360px;
  background: #000;
  opacity: .7;
  z-index: 100100;
}

.backbone_modal-main {
  z-index: 200;
  padding: 60px;
}

.backbone_modal-main article, .backbone_modal-main header {
  display: block;
  position: relative;
}

.backbone_modal-main header {
  position: absolute;
  bottom: 0;
}

.backbone_modal-main h1 {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 25px;
  margin: 0;
}
.backbone_modal-main h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.backbone_modal-main p {
  margin: 0 0 5px 0;
}
.backbone_modal-main .ph-setting {
  padding-top: 40px;
}
.backbone_modal-main .ph-setting:after {
  content: "";
  display: table;
  clear: both;
}
.backbone_modal-main .ph-setting .ph-setting-title {
  float: left;
}
.backbone_modal-main .ph-setting .ph-setting-input {
  float: right;
}

.backbone_modal-main footer {
  height: 30px;
  z-index: 100;
  padding: 35px 0 0 0;
  background: #fff;
}

footer .text-right {
  text-align: right;
  float: right;
  line-height: 28px;
}
footer .text-left {
  text-align: left;
  float: left;
  line-height: 28px;
}
footer .ph-delete {
  color: #ADADAD;
  text-decoration: none;
}
footer .ph-delete .ph-icon, footer .ph-delete .ph-tooltip {
  display: inline-block;
  vertical-align: middle;
}
footer .ph-delete .ph-icon {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
footer .ph-delete .ph-tooltip {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-left: 5px;
  opacity: 0;
  transform: translateX(-20px);
  transition-property: opacity, transform, color;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}
footer .ph-delete:hover {
  color: #a00;
}
footer .ph-delete:hover .ph-tooltip {
  transform: translateX(0);
  opacity: 1;
}
footer .ph-delete:active, footer .ph-delete:focus {
  outline: none !important;
  box-shadow: none;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

#post-visibility-display {
  text-transform: capitalize;
}

.ph-project .ph-icon.ph-approval-indicator {
  color: #7bae54;
  vertical-align: middle;
  margin-right: 5px;
}

span.approval-badge {
  color: #6F7C8A;
  padding: 4px 8px;
  background: #d8e0e6;
  border-radius: 3px;
}
span.approval-badge.approved {
  color: #7bae54;
  background: #e0f7ce;
}

/**
 * Tooltip Styles
 */
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid rgba(51, 51, 51, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

.progress-wrap {
  max-width: 100px;
  padding: 5px 0;
}

.ph-approval-bar {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 4px;
  display: block;
  border-radius: 99px;
}

.ph-approval-amount {
  position: relative;
  height: 4px;
  display: block;
  background: #6F7C8A;
  border-radius: 99px;
  width: 0;
}
.approved .ph-approval-amount {
  background: #7bae54;
}

#ph-project-approval-status {
  background: none;
  border: none;
  box-shadow: none;
}

#ph-project-approval-status .hndle,
#ph-project-approval-status .handlediv {
  display: none;
}

.meta-approval-wrap .progress-wrap {
  max-width: none;
  background: #d8e0e6;
  padding: 5px 10px 10px 10px;
}
.meta-approval-wrap .progress-wrap .ph-approval-bar {
  background: #fff;
}
.meta-approval-wrap .progress-wrap.approved {
  background: #e0f7ce;
}
.meta-approval-wrap .approval-badge {
  margin: auto;
  width: 100%;
  padding: 10px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  border-radius: 3px 3px 0 0;
}

.post-type-ph-website div#edit-slug-box i,
.post-type-ph-project div#edit-slug-box i {
  opacity: 0.5;
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 15px;
  margin: 0 0 0 2px;
  cursor: help;
}
.post-type-ph-website div#edit-slug-box > button,
.post-type-ph-project div#edit-slug-box > button {
  display: none;
}
.post-type-ph-website div#edit-slug-box .ph-magic-link-wrap,
.post-type-ph-project div#edit-slug-box .ph-magic-link-wrap {
  background: #f3fff4;
  padding: 6px 10px;
  border-radius: 3px;
  color: #336939;
  color: #77777c;
  background: #fff;
  margin-top: 15px;
  margin-left: -8px;
}
.post-type-ph-website div#edit-slug-box .ph-magic-link-wrap .clipboard-confirm,
.post-type-ph-project div#edit-slug-box .ph-magic-link-wrap .clipboard-confirm {
  margin: 0 10px;
}
.post-type-ph-website div#edit-slug-box .ph-magic-link-wrap .ph-tooltip-wrap .ph-tooltip,
.post-type-ph-project div#edit-slug-box .ph-magic-link-wrap .ph-tooltip-wrap .ph-tooltip {
  width: 200px !important;
  white-space: normal;
}
.post-type-ph-website div#edit-slug-box .ph-magic-link-wrap > strong:not([class]),
.post-type-ph-project div#edit-slug-box .ph-magic-link-wrap > strong:not([class]) {
  display: none;
}
.post-type-ph-website div#edit-slug-box .ph-magic-link-wrap a,
.post-type-ph-project div#edit-slug-box .ph-magic-link-wrap a {
  color: #0073aa;
  margin-left: 6px;
}
.post-type-ph-website div#edit-slug-box .ph-magic-link-wrap button,
.post-type-ph-project div#edit-slug-box .ph-magic-link-wrap button {
  display: none;
}
.post-type-ph-website div#edit-slug-box .ph-magic-link-wrap:hover button,
.post-type-ph-project div#edit-slug-box .ph-magic-link-wrap:hover button {
  display: initial;
}

.ph-tooltip-wrap {
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  position: relative;
}

.ph-tooltip-wrap .ph-tooltip {
  background: #23282d;
  bottom: 100%;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 12px !important;
  display: block;
  left: 50%;
  margin-bottom: 15px;
  opacity: 0;
  padding: 10px;
  white-space: nowrap;
  pointer-events: none;
  position: absolute;
  width: auto !important;
  height: auto !important;
  border-radius: 3px !important;
  transform: translateY(10px) translateX(-50%);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  transition-delay: 0.5s;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.ph-tooltip-wrap .ph-tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* CSS Triangles - see Trevor's post */
.ph-tooltip-wrap .ph-tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #23282d 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.ph-tooltip-wrap:hover .ph-tooltip {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) translateX(-50%);
}

/*# sourceMappingURL=project-huddle-admin.css.map */
