.jumbotron {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}

h1 {
    font-weight: bold; 
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

.inner {
    overflow: hidden;
}

.jumbotron h1 {
    text-align: center;
    font-size: 30px;
    line-height: 1;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .5);
}

.jumbotron .lead {
    font-size: 20px;
    line-height: 27px;
}

.container-fluid::before, .container-fluid::after {
    display: table;
    content: "";
}

.container-fluid::before, .container-fluid::after {
    clear: both;
  }

body {
    padding-top: 40px;
}

.footer p {
    font-size: 10px;
}

article h1 {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
}

article footer {
    font-size: 10px;
    text-align: right;
    border: 0px;
}

#mauthors {
    margin-top: 15px;
}
#validated .user {
    border: solid black 3px;
    padding: 5px;
    margin: 3px;
    background: #96F2B2;
}

.tabs li span {
    padding: 0 15px;
    margin-right: 2px;
    line-height: 36px;
}

.metainfo {
    font-size: small;
    font-style: italic;
    color: #808080;
    text-align: right;
}

.reviewcomment {
    border-left: solid #808080 3px;
    padding-left: 10px;
}


.centered {
    text-align: center;
}

.nobullet {
    list-style-type: none;
}

#username-formset > li {
    margin: 10px;
}

#username-formset > li > input {
    margin-right: 10px;
}

.biginterligne > li {
    margin: 10px;
}
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  width: 100%;
}

.navbar.fixed-top {
    padding-top: 0px;
    padding-bottom: 0px;
}

.bg-dark {
    background-image: -ms-linear-gradient(top, #333333, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
    /*! background-image: -webkit-linear-gradient(top, #333333, #222222); */
    background-image: -o-linear-gradient(top, #333333, #222222);
    background-image: linear-gradient(top, #333333, #222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.form-check {
    justify-content: left !important;
}

.col label {
    justify-content: left !important;
}

.nav {
    margin-bottom: 18px;
}

/* fix espacement navbar */
.navbar .nav > li > a {
    padding: 10px 8px 11px;
}

/* borderless table */
.borderless td, .borderless th {
    border: none;
}

/* margin-less */
.marginless {
    margin: 0px;
}

.text-info {
    color: #17a2b8 !important;
}

.container-striped .row-striped:nth-child(2n+1) {
  background-color: #f9f9f9;
}

.container-striped .row-striped {
  border-top: 1px solid #dddddd;
}

a {
  color: #0088cc;
}

.strike {
  text-decoration: line-through;
}

.tt {
  font-family: monospace;
}

/* billetterie */

.thfirst {
  border-right-style: solid;
  border-right-color: #dee2e6;
  border-right-width: 2px;
  width: 150px;
  text-align: center;
  vertical-align: bottom !important;
}
.thlast {
  border-left-style: solid;
  border-left-color: #dee2e6;
  border-left-width: 2px;
  text-align: center;
  vertical-align: bottom !important;
  width: 70px;
}

.tdfirst {
  border-right-style: solid;
  border-right-color: #dee2e6;
  border-right-width: 2px;
  text-align: center;
  vertical-align: middle !important;
  padding: 10px !important;
}
.tdlast {
  border-left-style: solid;
  border-left-color: #dee2e6;
  border-left-width: 2px;
  text-align: center;
  vertical-align: middle !important;
}

.thsize {
  box-sizing: border-box;
  display: table-cell;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 3px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 3px;
  position: relative;
  vertical-align: bottom;
  width: 70px;
  text-align: center;
}

.textvertical {
  transform-origin: left;
  /* margin: auto; */
  bottom: 0;
  font-size: 0.78rem;
  border-collapse: separate;
  bottom: 0px;
  display: inline-block;
  height: 20px;
  text-align: left;
  white-space: nowrap;
}

.tdsize {
  text-align: center;
  vertical-align: middle !important;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  margin: auto;
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: 8px !important;
}

.checkboxinput {
  margin: auto !important;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
  margin-left: 0px !important;
}

/* end billetterie */

.nav-link {
    display: block;
    padding: .5rem .5rem;
}
