html, body {
	height: 100%;
}
#header {
	background-image: url('../images/logo_SBR.png'), url('../images/logo_ABiMS.png'), url('../images/logo_CNRS.jpg'), url('../images/logo_SU.jpg'), url('../images/logo_Genoscope.png');
	background-position: left top, left bottom, right 154px top, right top, right bottom;
	background-repeat: no-repeat;
	font-family: sans-serif;
	font-weight: bold;
	font-size: large;
	text-align: center;
	color: #0059a9;
}
#leftmargin {
	background-image: url("../images/logo_SulfAtlas_big.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}
#rightmargin {
	background-image: url("../images/logo_SulfAtlas_reverse_big.jpg");
	background-position: center center;
	background-repeat: no-repeat;
}
.bg-primary {
	background-color: #0059a9!important;
	height: 30px;
}
.transparent-bg-danger{
    background-color: rgba(255, 0, 0, .2)!important;
}
.transparent-bg-success{
    background-color: rgba(50, 205, 50, .2)!important;
}
.transparent-bg-orange{
    background-color: rgba(255, 69, 0, .2)!important;
}
.transparent-bg-blue{
    background-color: rgba(0, 191, 255, .2)!important;
}
.transparent-bg-yellow{
    background-color: rgba(255, 255, 0, .2)!important;
}
.btn {
	font-family: sans-serif;
	font-weight: bold;
	font-size: small;
}
.btn-primary {
	background-color: #0059a9;
}
.btn-outline-primary {
  	color: #0059a9;
  	border-color: #0059a9;
}

.btn-outline-primary:hover {
  	color: #fff;
  	background-color: #0059a9;
  	border-color: #0059a9;
}
.blue-background {
	background-color: #0059a9;
}
.blue-light-background {
	background-color: #1985e5;
}
.blue-dark-background {
	background-color: #0d3d67;
}
.purple-background {
	background-color: #4839b5;
}
.navbarsulf {
	font-family: sans-serif;
	font-weight: bold;
	font-size: small;
}
main {
	min-height: 75%;
}
#mainContent {
	padding-top: 5px;
	border-style: double;
	border-color: #eeeeee;
	border-width: 10px;
	border-radius: 5px;
	overflow-x: scroll;
}
.jCaptchaCanvas {
	color: #000000;
	top: -25px;
	padding-left: 15px;
}
.scroll {
    max-height: 300px;
    overflow-y: auto;
}
footer {
	font-family: sans-serif;
	font-weight: bold;
	font-size: small;
}
