/* Change by Dan & Anders - handle publishhed / unpublished nicely  */
.node-form .vertical-tabs .last .summary {
  display: none;
}

/* end */

.panels-dnd .page-links {
  position: inherit;
  text-align: inherit;
  padding: 0;
}
.panels-dnd .page-links div {
  display: block;
}
.panels-dnd #modal {
  display: none;
}
.page-links {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: #000;
  text-align: center;
  z-index: 100;
  padding: 0.5em 0;
}
.page-links ul,
.page-links div {
  display: inline-block;
  margin: 0 !important;
  padding: 0;
  border: 0;
}
.page-links ul li,
.page-links .form-submit {
  display: inline-block;
}
.page-links ul li a,
.page-links .form-submit {
  background: #666666;
  background-image: linear-gradient(bottom, #383838 0%, #666666 100%);
  background-image: -o-linear-gradient(bottom, #383838 0%, #666666 100%);
  background-image: -moz-linear-gradient(bottom, #383838 0%, #666666 100%);
  background-image: -webkit-linear-gradient(bottom, #383838 0%, #666666 100%);
  background-image: -ms-linear-gradient(bottom, #383838 0%, #666666 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #383838), color-stop(1, #666666));
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0.3em 5px !important;
  padding: 0 10px;
  color: #ccc;
  text-decoration: none;
  border: 0;
  border-radius: 3px;
  height: 33px;
  line-height: 33px;
  display: inline-block;
  font: bold 12px/33px "Open Sans", "Lucida Grande", Tahoma, Verdana, sans-serif;
}
.page-links ul li a:hover,
.page-links .form-submit:hover {
  background: #999999;
  background-image: linear-gradient(bottom, #3d3d3d 0%, #999999 100%);
  background-image: -o-linear-gradient(bottom, #3d3d3d 0%, #999999 100%);
  background-image: -moz-linear-gradient(bottom, #3d3d3d 0%, #999999 100%);
  background-image: -webkit-linear-gradient(bottom, #3d3d3d 0%, #999999 100%);
  background-image: -ms-linear-gradient(bottom, #3d3d3d 0%, #999999 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3d3d3d), color-stop(1, #999999));
  color: #fff;
}
.page-links .form-submit label {
  display: inline;
}
.page-links .form-submit div {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.page-links .form-submit div textarea {
  resize: none;
  height: 24px;
  display: inline-block;
}

.ctools-use-modal-processed .form-group {
  margin: 0 0 3em;
  border: 0 !important;
  padding: 0;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ctools-use-modal-processed .form-group .form-group {
  margin: 0;
}
.ctools-use-modal-processed .form-group .grippie {
  display: none;
}
.ctools-use-modal-processed .form-control {
  height: auto;
  border: 1px solid #ccc;
}
.ctools-use-modal-processed .field-type-image a {
  margin: 0 0.1em;
}
.ctools-use-modal-processed #edit-field-tagline .form-control {
  height: 38px;
}


.logged-in.page-node {
  margin-bottom: 2em;
}

body.panels-ipe {
  margin-bottom: 120px !important;
}
body.panels-ipe .page-links {
  padding-bottom: 55px;
}
body.panels-ipe .ipe-throbber {
  height: 30px;
  width: 30px;
}
body.panels-ipe .glyphicon {
  /*display: none !important;*/
}
body.panels-ipe #modal-content {
  overflow: auto;
}

.panels-ipe-on .style {
  display: none;
}

.view-admin-views-node .form-item-created-min label,
.view-admin-views-node .form-item-created-max label,
.view-admin-views-node .form-item-changed-min label,
.view-admin-views-node .form-item-changed-max label {
  display: none;
}

.view-admin-views-file .form-item-timestamp-min label,
.view-admin-views-file .form-item-timestamp-max label {
  display: none;
}

.cke_dialog_body tr td:last-child {
  border-right: none;
}

.logged-in .media-thumbnail {
  width:100px;
  height: 100px;
}

.media-thumbnail .file a {
  display: none;
}