/**** CSS for user and admin settings (home/admin_settings.html && home/user_settings.html) styles ****/

/*General Settings: Save button*/
.save{
  margin-top: 15px;
}

/*General Settings: fieldset*/
fieldset.settings{
  margin-left:1%;
  margin-right:1%;
  text-align: center;
  height:100%;
}

/*General Settings: table of fieldsets*/
table.wide, table.wide tr{
  width:100%;
  height:100%;
}

/*Super User Settings: File naming syntax table*/
table.syntax{
  font-size: 13px;
  color: gray;
  font-weight: 300;
  margin-top:3px;
  padding: 1px;
}

/*Super User Settings: File naming syntax table cells*/
table.syntax td, .tallCell{
  vertical-align: top;
  line-height: 25px;
}

/*Super User Settings: Cell containing syntax combo boxes */
td.syntaxCell{
  white-space: nowrap;
}

/*Super User Settings: Cell with padding on left*/
td.padCell{
  padding-left: 10px;
}

/*Super User Settings: Cell with grey border on left*/
td.borderCell{
  vertical-align: top;
  border-left: gray solid 1px;
  padding-left:5px;
}

/*Super User Settings: Cell with text in top*/
td.topCell{
  vertical-align: top;
}

/*Super User Settings: Text (normal)*/
font.normal{
	color: black;
}

/*Super User Settings: Text (disabled)*/
font.disabled{
	color:#d7d1c1;
}

/*Super User Settings: Sub-setting detail label*/
font.sub-setting{
	font-size:12px;
	font-weight: bold;
}
label.sub-setting{
	font-size:12px;
	font-weight: bold;
  color: black;
}

/*Super User Settings: Labels (disabled)*/
label.disabled{
	color: #d7d1c1;
}

/*Super User Settings: Smaller labels*/
label.smallLabel{
  font-size: 13px;
  color: #4d9b12;
}

/*Super User Settings: Smaller labels (disabled) */
label.smallLabelDisabled{
	font-size: 13px;
	color: #d7d1c1;
}

/*Super User Settings: File naming syntax text*/
#ext, #pattern, #example{
  color: black
}

/*Super User Settings: StandardList scrollbox*/
#standardList{
  width: 125px;
  height: 175px;
	margin-bottom: 5px;
}

/*Super User Settings: StandardSeq textarea*/
#standardSeqTA{
  height: 175px;
	margin-bottom: 5px;
}

/*Admin Settings: Group member label scrolls*/
div.scrollable{
  height: 100px;
  border: 1px dashed gray;
  overflow: auto;
}

/*Admin Settings: groupList scrollbox*/
.memberList{
  height: 130px;
  min-width: 100px;
  margin-right: 10px;
}

/*table td {
  border: red 1px solid;
}*/
