/*
 * Base structure
 */

/*
 * Global add-ons
 */
.sub-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
	border: 0;
}

/*
 * Main content
 */
.main {
	padding: 20px;
}

@media (min-width : 768px) {
	.main {
		padding-right: 40px;
		padding-left: 40px;
	}
}

.main .page-header {
	margin-top: 0;
}

.container .jumbotron {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.jumbotron {
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
}

.imagebg {
	background-image: url(../images/portettes.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
}

.imagebgup {
  background-image: url(../../images/portettes.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right top;
}

div.imagebg {
  background-color: #b0b0b0;
}

div.imagebgup {
  background-color: #b0b0b0;
}

h1.overlayimage {
  color: white;
  margin-left: 10px;
}

p.overlayimage {
  color: white;
  margin-left: 10px;
}

p.message {
	color: #800000;
}

p.highlight {
	background-color: #e0e0e0;
}

.bureau {
	padding-left: 10px;
}

#sorties {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
  width: 100%;
}

#sorties td, #sorties th {
	font-size: 1.2em;
	border: 1px solid #98bf21;
	padding: 3px 7px 2px 7px;
}

#sorties th {
	font-size: 1.4em;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #A7C942;
	color: #fff;
}

#sorties tr.alt td {
	color: #000;
	background-color: #EAF2D3;
}

@media (max-width : 767px) {
  .desktop {
    display: none;
    visibility:collapse;
  }
}

#nosrandos table {
	padding: 3px;
}

#nosrandos td, #nosrandos th {
  font-size: 1em;
  padding: 3px 3px 3px 3px;
}

.btn {
	padding: 3px 6px;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	background-color: #f5f5f5;
}

.container .text-muted {
	margin: 20px 0;
}

.right-align {
  float: right;
  text-align: right;
}

p.copyright {
  padding-top: 5px;
}
