.icTaxonomy {
    background: url(icons/taxonomy.png) !important;
    height:16px;
    width:16px;
    margin-right: 2px;
}

.icAdherence {
    background: url(icons/adherence.png) !important;
    height:16px;
    width:16px;
    margin-right: 2px;
}

.icFeatures {
    background: url(icons/features.png) !important;
    height:16px;
    width:16px;
    margin-right: 2px;
}

.icStructure {
    background: url(icons/structure.png) !important;
    height:16px;
    width:16px;
    margin-right: 2px;
}

.icConservation {
    background: url(icons/conservation.png) !important;
    height:16px;
    width:16px;
    margin-right: 2px;
}

.icRefseq{
    background: url(icons/refseq.png) !important;
    height:16px;
    width:16px;
    margin-right: 2px;
}

.icNetwork {
    background: url(icons/network.png) !important;
    height:16px;
    width:16px;
    margin-right: 2px;
}

.icHome {
    background: url(icons/home.png) !important;
    height:16px;
    width:16px;
    margin-right: 2px;
}

.icExit {
    background: url(icons/exit.png) !important;
    height:16px;
    width:16px;
    margin-right: 2px;
}

.noHeader.ui-datatable table thead tr {
    display: none;
}

#support_cont {
  display:                 flex;
  display:                 -webkit-flex; /* Safari 8 */
  flex-wrap:               wrap;
  -webkit-flex-wrap:       wrap;         /* Safari 8 */
  justify-content:         center;
  -webkit-justify-content: center;       /* Safari 8 */
}

.support_block {
  width:              150px;
  height:             100px;
  text-align: center;
  margin:             10px;        
}

.ui-menuitem.ui-widget.ui-corner-all:nth-last-child(-n+1){
  float: right;
}

.singleLine{
    text-wrap:none;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.darkred{
background-color : darkred !important;
}

.red{
background-color: red !important; 
}

.yellow{
background-color: yellow !important;
}

.greenyellow{
background-color: greenyellow !important; 
}

.green{
background-color: green !important; 
}

#menuDiv > div:nth-of-type(3) > span > div > ul > li:nth-of-type(4){
	display: none;
}

#menuDiv > div:nth-of-type(3) > span > div > ul > li:nth-of-type(6){
	display: none;
}

#menuDiv > div:nth-of-type(1) > span > a{
	display: none;
}