/*
<style>
/* */

body
	{
    background: url(images/background-body.jpg) no-repeat center top #0C4F71;
	font-family: Verdana;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	}

td, th
	{
	font-family: Verdana;
	font-size: 11px;
	}

/* * * * * * * * * * *
 * Containers
 * divs one inside the other - centers page
 * * * * * * * * * * */
#containerIE
	{
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
#container
	{
	text-align: left;
	width: 960px;
	margin: 6px auto;
	padding: 0px;
	}
/* * * * * * * *
 * Top
 * * * * * * * */
#top
	{
	background: url(images/background-top.png) no-repeat left top;
	width: 960px;
	height: 130px;
    border-radius: 10px;
	}
#top .logo
    {
    margin-left: 40px;
    padding-top: 23px;
    }
#top .logo a img
    {
    border: 0px;
    }
    
#top .toolBox
    {
    /*background: url(images/background-userbox.png) left;*/
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid #bbb;
    border-top: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 350px;
    margin-right: 20px;
    margin-top: 0px;
    float: right;
    display: inline;
    padding-bottom: 5px;
    }
#top .toolBoxInner
    {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    }
#top .navigationBox
    {
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    color: #77A400;
    }
#top .navigationBox a, #top #loginForm a
    {
    color: #77A400;
    font-weight: bold;
    text-decoration: none;
    }
#loginForm td.desc
    {
    text-align: center;
    font-weight: bold;
    }
#loginForm input
    {
    border: 1px solid #8E8E8E;
    width: 100%;
    }
#loginForm .submitTD
    {
    text-align: center;
    }
#loginForm .submit
    {
    background: url(images/background-submit.jpg) no-repeat center;
    display: inline-block;
    width: 90px;
    height: 24px;
    border: 0px;
    text-align: center;
    text-decoration: none;
    color: white;
    }
#loginForm a.submit {
    padding-top: 10px;
    font-size: 1.1em;
}
/* * * * * * * *
 * Menu
 * * * * * * * */
#menu
	{
    background: url(images/background-menu.png) left top no-repeat;
    width: 960px;
	height: 39px;
    margin-top: 5px;
    font-size: 1.2em;
	}
#menu .menuItem
	{
    height: 39px;
	float: left;
	display: inline;
    padding-left: 10px;
    padding-right: 10px;
	}
     
#menu .menuItem.active, #menu .menuItem.hover
    {
    background: url(images/background-menu-act.png) no-repeat center top;
    }
#menu .menuItem.first
    {
    background-position: left top;
    padding-left: 20px;
    }
#menu .menuItem.last
    {
    /*background-position: right top;
    padding-right: 20px;*/
    }
#menu .menuItem a
    {
    color: #000000;
    text-decoration: none;
    display: block;
    line-height: 39px;
    }

#menu .submenuItems
	{
	position: absolute;
	padding: 10px;
	background: #F5F5F5;
	border: 1px solid #77A400;
	}
#menu .submenuItems a
	{
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	}
    

/* * * * * * * *
 * Banner
 * * * * * * * */
#content
	{
    background: #ffffff;
    border-radius: 10px;
    margin-top: 5px;
    padding-bottom: 10px;
	}
#content .navigation
	{
	background: #eeeeee;
    border-radius: 5px;
	width: 950px;
	height: 25px;
    margin-left: 5px;
    margin-right: 5px;
	}
#content .navigation .inner
	{
	padding-left: 20px;
	padding-top: 5px;
	color: #000000;
	}
#content .navigation a
	{
	color: #000000;
	text-decoration: none;
	}
#content h1
	{
	font-size: 14px;
	color: #0C4F71;
	margin: 0px;
	border-bottom: 1px solid #0C4F71;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
	margin-right: 5px;
	}
#content .text
	{
	margin-left: 10px;
	margin-right: 10px;
	}
#content .galleryItem
	{
	width: 160px;
	height: 140px;
	float: left;
	display: inline;
	}
#content .galleryItem img
	{
	border: 0px;
	}
#content .galleryNavigation
	{
	height: 20px;
	}
#content .galleryNavigation img
	{
	border: 0px;
	}
#content a
	{
	color: #ff7d00;
	}
#content a:hover
    {
    color: #000000;
    }

#content a img
	{
	border: 0px;

	}
#content .formTable, #content .formTable2
	{
	width: 500px;
	margin-left: 200px;
	}
#content .formTable .description
    {
    width: 150px;
    text-align: right;
    color: #77A400;
    font-weight: bold;
    padding-right: 5px;
    }
#content .formTable .req
    {
    color: red;
    font-weight: bold;
    font-size: 120%;
    }
#content .formTable .input input, #content .formTable .input select, #content .formTable .input textarea
	{
	width: 300px;
	border: 1px solid #8E8E8E;
	}
#content .formTable .input select.listbox, #content .formTable .input textarea
	{
	height: 120px;
	}
#content .formTable .centerAlign
	{
	text-align: center;
	}
#content .formTable input.submit
	{
	background: url(images/background-submit.jpg);
	width: 90px;
	height: 24px;
	border: 0px;
	color: white;
	}
#content .formTable .error
    {
    color: #ff0000;
    }    
    
#content .rightPart
	{
	float: right;
	width: 300px;
	}
#content .rightPart .navigItem
	{
	padding-top:4px;
	padding-bottom:4px;
	}
#content input, #content select, #content textarea
	{
	border: 1px solid #8E8E8E;
	}
#content input.short
	{
	width: 60px;
	}

#content .niceTable
	{
	border-left: 1px solid #8E8E8E;
	border-top: 1px solid #8E8E8E;
	padding: 0px;
	border-spacing: 0px;
	}
#content .niceTable tr
	{
	margin: 0px;
	padding: 0px;
	}
#content .niceTable td, #content table.niceTable th
	{
	margin: 0px;
	padding: 2px;
	border-right: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
	}
#content .niceTable th
	{
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background: #B7EF1D;
	}
/* * * * * * * *
 * Projects
 * * * * * * * */
#content .projectList
    {
    float: left;
    display: inline;
    width: 200px;
    border-right: 1px solid #0C4F71;
    margin-left: 5px;
    }
#content .projectSwitcher
{
    float: right;
    display: inline;
    margin-top: -25px;
}
#content .projectSwitcher a
{
    text-decoration: none;
}
#content .projectList h2
	{
    color: #0C4F71;
    padding: 0px;
    margin: 0px;
    font-size: 15px;
	}

#content .title
    {
    background: url(images/icon-leaf-last.gif) no-repeat;
    padding-left: 12px;
    }
#content .title img
	{
	vertical-align: middle;
	}
#content .padded
	{
	padding-left: 12px;
	}
#content .leftLine
	{
	background: url(images/icon-line.gif) repeat-y;
	}
#content .leftLine.last
	{
	background: transparent;
	}
#content .opaque
	{
	opacity: 0.5;
	}
#content .active
	{
	background-color: rgba(255, 150, 0, 0.3);
	}

#content .textMatch
{
    background-color: #ffff00;
    background-color: rgba(255,255,0, 0.5);  
}


#content .hover
	{
	background-color: #ffff00;
    background-color: rgba(255,255,0, 0.5);
	}
#content .hoverInactive
    {
    background-color: #cccccc;
    background-color: rgba(200,200,200, 0.5);
    }

#content .projectContent
	{
	float: left;
	display: inline;
	width: 720px;
	}
#content .projectContent h2
	{
	color: #0C4F71;
	padding: 0px;
	margin: 0px;
    font-size: 15px;
	}
#content .projectContent h3
    {
    color: #0C4F71;
    padding: 0px;
    margin: 0px;
    font-size: 13px;
    }
#content .projectContent h4
    {
    color: #0C4F71;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    }
#content .projectContent .projectBlock
	{
	border-bottom: 1px solid #0C4F71;
	padding-left: 10px;
	padding-bottom: 10px;
	/*text-align: justify;*/
	}
.reactionEquation a
{
    color: black !important;
    text-decoration: none;
}
#content .projectContent .xmlPreview
    {
    border: 1px solid #77A400;
    background: #eeeeee;
    display: block;
    }
#content .tabs
	{
	border-bottom: 1px solid #0C4F71;
	height: 20px;
	margin-top: 3px;
	}
#content .tabs .tab
	{
	background: #dddddd;
	float: left;
	display: inline;
	margin-left: 15px;
	border: 1px solid #0C4F71;
	height: 19px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 18px;

	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;	
	}
#content .tabs .tab.active
	{
	background: #eeeeee;
	border-bottom: 1px solid #eeeeee;
	}
#content .tabs .tab a
	{
	color: black;
	text-decoration: none;
	}

#content .tabContent
	{
	border: 1px solid #0C4F71;
	border-top: 0px;
	padding: 5px;
	
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	}

#content .object
	{
	margin-top: 2px;
	}
#content .object.level2
    {
    padding-left: 20px;
    }
#content .object.level3
    {
    padding-left: 40px;
    }
#content .object .objectName, .subObjectName
	{
	background: #eeeeee;
	border: 1px solid #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	}
#content .object.even > .objectName
	{
	background: #eeee55;
	}

#content .object.even > .subObjectName
{
    background: #eeee55;
}

#content .object .objectName img
	{
	margin-right: 4px;
	margin-bottom: -3px;
	}

#content .object .subObjectName img
{
    margin-right: 4px;
    margin-bottom: -3px;
}

#content .object .objectName a
	{
	color: black
	}

#content .object .subObjectName a
{
    color: black
}

#content .object .objectInfo
	{
	background: #ffffff;
	border: 1px solid #000000;
	border-top: 0px;
	margin-left: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	}

#content .object .objectInfoNoHide
    {
    background: #ffffff;
    border: 1px solid #000000;
    border-top: 0px;
    margin-left: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    }

#content .object .subOjectInfo
{
    background: #ffffff;
    border: 1px solid #000000;
    border-top: 0px;
    margin-left: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#content .object .halfBlock
    {
    float: left;
    display: inline;
    width: 250px;
    }
#content .parametersTable
{
    width: 600px;
}
#content .parametersTable th, #content .parametersTable td
{
    padding-left: 5px;
    height: 20px;
}
#content .parametersTable tr.even
{
    background: #eeeeee;
}
#content .parametersTable .inputColumn
{
    /* width: 70px; */
}



#content .helpIcon
	{
	background: url(images/icon_help.gif) no-repeat left top;
	float: right;
	display: inline;

	width: 15px;
	height: 15px;
    cursor: pointer;
	}
#content .helpIcon.active
	{
	background: url(images/icon_help_act.gif) no-repeat left top;
	}
#content .helpText
	{
	display: none;
	position: absolute;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #77A400;
    max-width: 500px;
	}
#content .message
    {
    border: 1px solid #444;
    color: black;
    font-weight: bold;
    padding: 10px;
    margin: 10px;
    text-align: center;
    }
#content .button
    {
    background: url(images/background-submit.jpg);
    background-size: 100% 25px;
    min-width: 80px;
    height: 24px;
    border: 0px;
    color: white;
    text-align: center;
    line-height: 23px;
    display: inline-block;
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    }
#content .button:hover
    {
    background: url(images/background-submit-act.jpg);
    background-size: 100% 25px;
    }
#content .back
    {
    float: right;
    display: inline;
    margin-top: -16px;
    margin-right: 5px;
    }
#content .back a
    {
    text-decoration: none;
    color: #77A400;
    }
#content .back a img
    {
    margin-bottom: -3px;
    }
#content .scheme
    {
    position: relative;
    }
#content .scheme .area
    {
    position: absolute;
    /*background: #00ff00;*/
    /*background: rgba(0,255,0, 0.3);*/
    }
#content .scheme .area a
    {
    display: block;
    text-decoration: none;
    }
#content .scheme .area.hover
    {
    background: #ffff00;
    background: rgba(255,255,0, 0.3);
    }
#content .scheme .area.hoverInactive
    {
    background: #cccccc;
    background: rgba(200,200,200, 0.3);
    }
#content .scheme .point, #content .scheme-interactive .point
{
    position: absolute;
    background: url(images/ico-point.png) no-repeat left top;
    width: 10px;
    height: 10px;
}

#content .scheme .point a ,#content .scheme-interactive .point a
{
    display: block;
    text-decoration: none;
    width: 10px;
    height: 10px;    
}
#content .scheme .point.hover,#content .scheme-interactive .point.hover
{
    background: url(images/ico-point-act.png) no-repeat left top;
}
#content .scheme .point.hoverInactive, #content .scheme-interactive .point.hoverInactive
{
    background: url(images/ico-point-inact.png) no-repeat left top;
}

#content .textFormMatch
{
    float:right;
    padding:3px;
}

#cite-box {
    padding: 5px 3% 5px 3%;
    border: 1px dotted red;
    background-color: rgb(255, 255, 204);
}

#cite-box a {
    font-weight: bold;
}

#loaderBox
	{
	position: absolute;
	background: white;
	border: 1px solid black;
	padding: 5px;
	}
    
#tooltip
    {
    position: absolute;
    padding: 5px;
    background: #ffffff;
    background: rgba(255,255,255, 0.7);
    border: 1px solid #000000;
    max-width: 500px;
    }

/* * * * * * * *
 * bottom
 * * * * * * * */
#bottom
    {
    /*background: url(images/background-page-bottom.jpg);*/
    width: 960px;
    height: 42px;
    }

    
/* * * * * * * *
 * Module admin model

 * * * * * * * */
.inner-left {
    float: left;
    width:220px; 
    height:430px;
    margin-right: 20px;
    border: 1px solid #77A400;
    padding: 5px;
} 

.inner-left .rightButton
	{
	float: right;
	display: inline;
	margin-left: 5px;
	vertical-align: bottom;
	}
/*
.inner-left a.name {
    display:inline-block;
    max-width: 150px;
    margin-left: 5px;
}

.inner-left a.new {
    display:  block;
}*/


.inner-content {
    width:390px;overflow:hidden;
}
.inner-left-inner {
    height: 375px;
    float:left;
    overflow: auto;
    width: 220px;
    display: block;
}

.inner-left input.treeFinder {
   width: 218px;
}

.box-info {
    height: 50px;
    overflow: hidden;
    font-weight: bold;
    padding-top: 10px;
    display: inline-block;
}
.box-mapping {
    /*width: 185px;*/
    width:386px;
    margin-right: 10px;
    float:left; 
}


/* * * * * * * *
 * Bsm Select plugin
 * * * * * * * */
.bsmContainer {
  /* container that surrounds entire bsmSelect widget */
}

.bsmSelect {
  /* the newly created regular 'select' */
  display: inline;
  width:388px;
}

.bsmOptionDisabled {
  /* disabled options in new select */
  color: #999;
}

.bsmHighlight {
  /* the highlight span */
  float: right;
  padding: 0;
  margin: 0 0 0 1em;
}

.bsmList, .box-mapping.middle {
  /* html list that contains selected items */
  margin: 0.25em 0 1em 0;
  position: relative;
  display: block;
  padding-left: 0;
  list-style: none;
}

.bsmListItem, .box-mapping.middle {
  /* li item from the html list above */
  position: relative;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  background: #ddd;
  border: 1px solid #bbb;
  width: 100%;
  margin: 0 0 -1px 0;
  line-height: 1em;
}


.bsmListItem:hover {
  background-color: #e5e5e5;
}

.bsmListItemLabel, .box-mapping.middle {
  /* this is a span that surrounds the text in the item, except for the remove link */
  padding: 5px;
  display: block;
}

.bsmListSortable .bsmListItemLabel {
  cursor: move;
}

.bsmListItemRemove {
  /* the remove link in each list item */
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
}
/* * * * * * * *
 * General
 * * * * * * * */
 form
 	{
 	margin: 0px;
 	}
.topper
	{
	width: 1px;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	}
.clearer
	{
	clear: both;
	}
.hidden
	{
	display: none;
	}
.right
	{
	float: right;
	}
/* * * * * * * * *
 * Experiments
 * * * * * * * * */
.exp td, .exp th {
    padding: 2px 5px;
    text-align: left;
}
.expParametersTable tbody tr:hover td, .expParametersTable tbody tr:hover th {
    background-color: #FFE8CC;
} 
.expItemSeries {
    background-color: #e8e8e8;
}
.expEvenLight, .evenLight {
    background-color: #f8f8f8 !important;
}
/* Experiment List */
.expListSettings select, .expListSettings input, .expListSettings button {
    margin: 2px 0px;
    max-width: 130px;
}
.expListSettings table td {
    vertical-align: top;
    padding: 0 5px;
}
.expListFilterButton {
    width: 130px;
}
.expListFilterButton[type=submit] {
    font-weight: bold;
}
.filterTemplate, .orderTemplate, .selectTemplate {
    display: none;
}
.expListSettings .settingsHeader {
    margin-bottom: 3px;
}
/* Experiment detail */
.exp .experimentName, .exp .seriesName {
    font-size: 14px;
    font-weight: bold;
}
.expParametersTable .dateTime {
    width: 140px !important; 
}
.exp .error, .exp .errorBox {
    color: #ff0000;
    font-weight: bold;
}
  .expImporterHelpBox {
    width: 280px !important;
    box-shadow: 0px 0px 0px !important;
    opacity: 0.98 !important;
    border: 0px solid !important;
    background: #e8e8e8 !important;
  }  
/* Experiment Editor */
html.wait, html.wait * { cursor: wait !important; }
.ui-autocomplete-category {
    line-height: 130%;
    background-color: #eeeeee;
    padding: 3px 2px;
}
.ui-autocomplete {
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #efefef;
  }
.ui-autocomplete-loading {
  background: white url(images/jquery_ui_images/animated-overlay.gif) right center no-repeat;
}
div.ui-tooltip {
    max-width: 400px;
}
.expSeriesEditor .help {
    display: none;
}
.expSeriesEditor .originalValue {
    display: none;
}


.expSeriesEditor .selected {
    background-color: #FFEE8C;
}
.expSeriesEditor textarea {
    font-family: Verdana;
    font-size: 12px;
}
.iconRequired {
    color: #ff0000;
    font-weight: bold;
    cursor: default;
}

#expSeriesEditor {
    clear: both;
    overflow: hidden;
}
#expSeriesEditorNav {
    float: left;
    width: 280px;
    overflow: hidden;
    display: inline-block;
    border-right: 1px solid #eeeeee;
}
#expSeriesEditorNav ul {
    padding: 0px;
    margin: 0px;
    margin-left: 10px;
    list-style-type: none;
    list-style-position: inside;
}
#expSeriesEditorNav ul.series  {
    margin: 0px 5px 5px 5px;
}
#expSeriesEditorNav ul.childExp  {
    margin-left: 18px;
}
#expSeriesEditorNav ul.more  {
    margin-left: 38px;
    display: block;
}
.expEditorNav ul.nav a {
    padding-left: 20px;
    line-height: 16px;
    background-position: 2px 4px;
    background-repeat: no-repeat;
}
#expSeriesEditorNav ul a.linkSeries   {
    background: url(images/icon-series.png);
}
#expSeriesEditorNav ul a.linkExp  {
    background: url(images/icon-exp.png);
    margin-left: 20px;
}
#expSeriesEditorNav ul a.linkVars   {
    background: url(images/icon-var.png);
}
#expSeriesEditorNav ul a.linkNotes   {
    background: url(images/icon-note.png);
}
#expSeriesEditorNav ul a.linkAnnots   {
    background: url(images/icon-annot.png);
}
#expSeriesEditorNav ul a.linkEnts   {
    background: url(images/icon-entities.png);
}
#expSeriesEditorNav ul a.linkModels   {
    background: url(images/icon-model.png);
}
/*div.menuPlus img {
    float: left;
    line-height: 120%;
    cursor: pointer;

}*/
div.menuPlus, div.menuMinus  {
    float: left;
    line-height: 120%;
    padding: 2px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
div.menuPlus {
    background-image: url(images/icon-white-plus.png);
}
div.menuMinus {
    background-image: url(images/icon-white-minus.png);
}
#expSeriesEditorNav ul.nav a {
    padding-left: 20px;
    line-height: 16px;
    background-position: 2px 4px;
    background-repeat: no-repeat;
}
#expSeriesEditorNav ul li a {
    display: block;
    padding: 3px;
}
#expSeriesEditorNav ul a:hover {
    background-color: #FFE8CC;
}
#expSeriesEditorNav ul a.selected {
    background-color: #FFEE8C;
}
.expSeriesEditor #contentBox {
    float: right;
    overflow: hidden;
    display: inline-block;
    width: 650px;
}
.expSeriesEditor #contentBox input[type=text], .expSeriesEditor #contentBox textarea {
    padding: 1px 2px;
    width: 400px;
}
.expSeriesEditor #contentBox select {
    padding-left: 0px;
    width: 406px;
}
.expSeriesEditor #contentBox input[type=checkbox], .expSeriesEditor #contentBox input[type=radio] {
    padding-left: 0px;
    margin-left: 0px;
}
.expSeriesEditor .iconValid, .expSeriesEditor .iconStatus, .expSeriesEditor .iconChanged {
    width: 14px;
    height: 14px;
    float: right;
    margin: 0 2px;
}
.expSeriesEditor .iconStatus {
    background-repeat: no-repeat;
    background-position: right;
}
.expSeriesEditor .iconStatusActive {
    background: url(images/icon-active.png);
}
.expSeriesEditor .iconStatusNew {
    background: url(images/icon-new.png);
}
.expSeriesEditor .iconStatusDisabled {
    background: url(images/icon-disabled.png);
}
.expSeriesEditor .objectIconChanged {
      background: url(images/icon-pencil.png);
      background-repeat: no-repeat;
      background-position: right;
      padding-right: 20px;
}

.helpBox {
    width: 390px !important;
    box-shadow: 0px 0px 0px !important;
    opacity: 0.98 !important;
    border: 0px solid !important;
    background: #e8e8e8 !important;
  }
.expDetailInfo th, .expDetailInfo td {
    min-width: 180px;
    margin: 4px 5px;
    vertical-align: top;
}
.warn {
    height: 16px;
    width: 18px;
    background-image: none;
    display: inline-block;
}
.warnOn {
    background-image: url(images/icon-warn.png);
    background-repeat: no-repeat; 
    background-position: center bottom;
}
.comboboxInvalidValue {
    color: #777777;
    font-style: italic;
}
.noscriptHidden {
    display: none;
}
.noscriptVisible {
    display: inline-block;
}
.template {
    display: block;
}
tr.template {
    display: table-row;
}
/*.noteTemplate, .entityConnectionTemplate, .annotTemplate {
    display: none;
}*/
.expListSettings {
    display: none;
}

tr.alternate td, #numbersTable tr:nth-child(even) > td {
    background-color: #E4F2EE !important;
}
