* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
body {
  background: #D6D6D6;
  font-family: "Roboto";
}
.select2-container .select2-selection__rendered > *:first-child.select2-search--inline {
width: 100% !important;
}
.select2-container .select2-selection__rendered > *:first-child.select2-search--inline .select2-search__field {
width: 100% !important;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

#loggedOutMessage {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -50%;
  z-index: 20000;
}

.main {
  margin-top: 0;
  padding-left: 0px;
  padding-right: 0px;
}

.main>.nav {
  padding-bottom: 15px;
}

h1 {
  color: #006E8C;
  padding-left: 50px;
}

.pager li>a {
  color: #000;
  font-size: 12px;
}

.pager>li>a:hover, .pager>li.active>a {
  background-color: #ebebeb;
}

.inner-page {
  margin: 0 5%;
}

.grn_btn {
  margin: 3px;
  padding: 1rem 1.5rem;
  background-color: #337ab7;
  color: #fff;
  border-radius: 3px;
  border: none;
}

.grn_btn:hover {
  background-color: #275b88;
}

/* line through pager pager items*/
.line-top {
  position: absolute;
  margin: 40px 0;
  border-bottom: 1px #dbd2d2 solid;
  z-index: -1;
}

.line {
  margin: 40px 0px;
  border-bottom: 1px #dbd2d2 solid;
}

/*line bottom page when little content on page*/
.line-bottom {
  margin: 200px 0;
  margin-bottom: 40px;
  border-bottom: 1px #dbd2d2 solid;
}

/*line bottom page*/
.space {
  margin: 5px 0;
}

.form-group {
  padding-left: 1em;
  padding-right: 1em;
}

.form-group > div{
  margin: 5px 0px;
}

.form-horizontal .control-label {
  text-align: left;
  font-weight: normal;
}

.wide-line-height {
  line-height: 30px;
}

/* Produit label on doit ajoute */
.produit-label {
  font-size: 110%;
  line-height: 40px;
}

/* Image position pour responsive diffice de utiliser position absolute pour layers*/
.img-table-personne {
  z-index:1;
  width: 100%;
  border-style: solid;
  border-color: #F1F6BE;
  border-width: 5px;
}

.img-navbar-personne {
  float: left;
  padding-right:4px;
  padding-left:4px;
  padding-bottom: 20%;
  width: 25%;
}

.img-table-icon {
  z-index:2;
  width:25%;
}

.img-table-bio {
  width:45%;
}

/* Autocomplete styles https://github.com/devbridge/jQuery-Autocomplete*/
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

.form-footer {
  border-top: 1px solid #D6D4D4;
  padding-top: 15px;
}

/* consultation : icones sur les fournisseurs */

.start-hidden {
  display: none;
}

.avatar-container {
  width: 120px;
  float: left;
  text-align: center;
}

.avatar-container-aware {
  margin-left: 120px;
}

.icon-container .icon {
  max-height: 30px;
  max-width: 30px;
  display: inline;
}

.avatar {
  max-height: 100px;
  max-width: 100px;
}

.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0px;
}

.text-vertical {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}

.vertical-align-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vertical-align-baseline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

textarea.vertically-resizable {
  resize: vertical;
}

.padding-top-25 {
  padding-top: 25px;
}

.navInfoUser{
    margin-top: 1em;
    margin-right: 0em;
}
.navInfoAdministration{
    position: relative;
    left: 5%;
    width: 100%;
}

.smallScreen {
  display: none;
}

@media (max-width: 900px) {
  .smallScreen {
    display: inherit;
  }

  .wideScreen {
    display: none;
  }
}
.tac{
  text-align:center;
}

.table_scroll{
    width : 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* tooltip i*/
.modal-content{
    padding: 1rem;
}
.glyphicon {
    font-weight: inherit;
}