#layout-topbar {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 1em;
}

#layout-sidebar {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

h1 {
	font-weight:  bold;
	font-size: xx-large;
	color: #2F5597;
}

h2 {
	color: #2F5597;
}

img.img-strains {
  max-width:400px;
  max-height:400px;
  width: auto;
  height: auto;
}

#page_title {
	font-weight:  bold;
	font-size: xx-large;
	color: #2F5597;
}

#page_subtitle {
	font-weight: normal;
	font-size: large;
}

/* overriding bootstrap css */
.popover {
    max-width: 100% !important;
}

/* overriding datatables */

.dataTables_processing {
    background-color: #ff9b9b;
    font-weight: bold;
}

/* overriding tagsinput */
.tt-menu {
    max-height: 10em;
    overflow-y: auto;
}
