/* hide controls on the URLs screen */

#ees_editURLs h3,
#ees_editURLs .sq-form-field,
#ees_newWebPath{
  display: none;
}

/* fix WYSIWYG button IE alignment */
#ees_editContents .wysiwygArea>div{
  width : 631px;
}

/* Hide Redirect Page and Link from the Asset Creation Wizard */
.ees_categoryGroup_link.wizard.category_Other,
.ees_categoryGroup_page_redirect.wizard.category_Other {
  display:none;
}

/* fix div reordering view when there are enough divs to cause scrolling */
.plus .reorderWrapper .ees_directChildrenList .assetName {
  width: 130px !important;
}

/* BEGIN CHANGE: 154827                         */
/* RESTRICT THE CREATION OF FORMS TO MEMBERS OF */
/* Ergon Site Managers 4309                     */
/* See Zendesk: 154827                          */

.ees_categoryGroup_page_custom_form_DISABLED{
  display: none;
}

/* END CHANGE: 154827                         */


/** hide url tab **/

ul#ees_screenMenuList li a#ees_screenMenuurlsDefault{
  display: none;
}