#widget-menu,
#site-explorer {
  width: 201px;
  margin: 0px 5px 0px 5px;
  position: fixed; /* New fixed position to test scrolling */
  left: 5px;
  top: 80px;
  left: 0px;
  /*top:73px;*/
  bottom: 0px;
  z-index: 2;
  /*overflow:auto; /* don't need overflow for outer container but will for individual containers such as pages, widgets, photos, etc.*/
}
#widget-menu a,
#widget-menu a:link,
#widget-menu a:visited,
#site-explorer a,
#site-explorer a:link,
#site-explorer a:visited {
  color: #333;
}
#add_account_dialog {
  font-size: 1.3em;
}
#add_account_dialog .flash-notice {
  margin-bottom: 0px;
}
.add-account-pane-container {
  /* float: right;
  border: thin solid gray;
  background-color: #ffc880;
  padding: 0px 10px 10px 10px;
  margin-top: 10px;
  margin-right: 16px;
  font-size: 1.1em;
  width: 330px;
  min-height: 92px; */
  color: white;
}

/* .add-account-pane-container form div {
  padding: 2px;
} */
.add-account-tab-container {
  float: right;
  /* margin-top: 10px; */
}
.add-account-tab-container ul {
  margin-left: 0px;
  margin-top: 0px;
}
li.add-account-tab {
  padding: 12px 6px;
}
.add-account-tab {
  /* border: 1px solid #cccccc; */
  background-color: #ffc880;
  background-color: #dddddd;
  border-right: none;
  display: block;
  /* width: 75px; */
  padding: 1px 2px 1px 2px;
  overflow-y: hidden;
  /*border-bottom: #CEE2F4;*/
  margin-right: -1px;
  background: #323232;
  width: 70.2px;
  height: 80px;

  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
/* .add-account-pane-container form div.add-account-actions {
  padding-top: 8px;
  padding-bottom: 3px;
  text-align: center;
} */
/* .add-account-pane-container form div.field {
  width: 250px;
  text-align: right;
} */
/* .add-account-pane-container form div.field select {
  width: 144px;
} */
.add-account-tab.selected {
  background-color: #262626;
  /*background-color:#DDDDDD;*/
  background-color: #262626;
  border: 1px solid #7b7b7b;
}
.widget-menu-top-pane {
  position: absolute;
  height: 50%;
  top: 0px;
  width: 100%;
  border: 2px solid #333;
  background-color: #ffffff;
}
.widget-menu-top-pane-content {
  position: absolute;
  top: 18px;
  bottom: 5px;
  width: 100%;
  overflow: auto;
}
/**** add content heading ***/
.heading {
  /* background-color:#555555; /*#333333;/*#003366;#FD7D00; */
  font-weight: bold;
  padding: 3px;
  font-size: 16px;
  color: white;
  margin-bottom: 4px;
}
.heading p {
  font-weight: normal;
  font-size: 11px;
}

.widget-menu-bottom-pane {
  position: absolute;
  height: 50%;
  bottom: 0px; /*0px;*/
  width: 100%;
  border: 2px solid #333;
  background-color: #ffffff;
}
.widget-menu-bottom-pane-content {
  position: absolute;
  top: 42px;
  bottom: 0px;
  width: 100%;
  overflow: auto;
}
.widget-menu-bottom-pane-content-draggable {
  position: absolute;
  top: 37px;
  bottom: 0px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
/****** Tabs in the bottom pane ******/
div.widget-menu-tab-heading {
  padding-right: 5px;
}
.widget-menu-tab-heading ul {
  border-bottom: #999999 solid 1px;
  margin-top: 2px;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 3px 2px 1px 2px;
}
.widget-menu-tab {
  border: 1px solid #aaaaaa;
  background-color: #dddddd;
  border-bottom: none;
  display: inline;
  padding: 1px 2px 1px 2px;
  /*border-bottom: #CEE2F4;*/
}
.widget-menu-tab.selected {
  /*padding-bottom:1px;*/
  padding: 3px 3px 1px 3px;
  border: 1px solid #999999;
  /*background-color:rgb(219,229,241);*/
  background-color: #fff;
  border-bottom: 1px solid #fff;
  color: #fd7d00;
}

/**************** Widget Preview styles in tree ********************/

div.preview-wrapper {
  position: relative;
  overflow: visible;
  float: left;
}
/* div.widget-preview  {
	font-size:xx-small;
	width:300px;
	position:absolute;
	z-index:9999;
	background:white !important;
	border:2px solid #ccc;
	display:inline;
} */
.handle {
  background-color: #555;
  font-size-adjust: 0.5;
  color: white;
  padding: 6px;
}
.layout-area-preview {
  padding: 0px;
  border: none;
}
.layout-area-preview .widget_template {
  background-color: #ccc;
}
.widget-preview div {
  z-index: 999999;
}
.widget-preview .widget_template {
  padding: 0px;
  min-height: 20px;
}
.add-account-pane-container label,
.add-account-pane-container input {
  display: block;
}
.add-account-pane-container label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #e9e9e9;
}
.add-account-pane-container input {
  padding: 7px 12px;
  background: #262626;
  border: 1px solid #555555;
  border-radius: 4px;
  color: #e9e9e9;
  width: 100%;
}
.add-account-actions {
  padding: 12px;
  gap: 8px;
  border-top: 1px solid #434343;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.add-account-actions input {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  gap: 8px;
  background: #2194f3;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  width: 58px;
  height: 42px;
}
.add-account-pane-container .field {
  padding: 0px 16px;
  border-bottom: #434343;
  margin-bottom: 32px;
}
