html,
body {
    height: 100%;
}

.modal-backdrop{
  z-index: 2;
  position:unset;
  background-color: #9b9b9b6b;
}
.close {display: none;}

.fade-anim{
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

legend{
    padding-top: 15px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
    
}

/* Box 100% et ajustment du nav bar */
@media (min-width: 1200px){
  .container {
      width: 100%;
  }
}

.navbar-header{
  margin-left: 20% !important;
}

.navbar-collapse{
  width: 80%;
  margin: auto;
}

/* ---------------------------------- */
  
@media only screen and (min-width: 320px) and (max-width: 1000px) {
    .wrap > .container {
        padding: 70px 0px 0px;
    }
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.footer-login {
 
  height: 60px;
  background-color: #00000091;
}

.pull-left-login
{
    color:white;
}
.pull-right-login
{
    color:white;
    float: right !important;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
/* -------------Mon edit ----------*/
.panel {
    margin-left: auto;
    margin-right: auto;
    line-height: normal;
    width: 90%;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    /* padding: 18px; */
    width:100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }

  .active-acc, .accordion:hover {
    background-color: #ccc; 
  }

.alert-error{
    position: absolute;
    top: 15%!important;
    right: 10px!important;
    width: 20%!important;
}
.alert-visible{
    animation: fadeinout 15s linear;
    animation-name: fadeinout;
    animation-duration: 15s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    /*opacity: 0;*/
}
@keyframes fadeinout {
    0% {opacity: 0;}
    15%,75% {opacity: 1;}
    /*100% {opacity: 0;visibility: hidden;display: none;}*/
}

.btnclose {
    position: absolute;
    top: 0px;
    right: 0px;
}

hr {
    border: 0;
    clear:both;
    display:block;
    width: 96%;               
    background-color: rgba(0, 0, 0, 0.212);
    height: 1px;
  }

/* -------------------------------------*/
.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
    background-color: #00A651;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
    
}

.imageIndex {
    height: 70px;
    width: 90px;
    object-fit: contain;
}

.imageView{
    height: 700px;
    width: 1000px;
    object-fit: contain;
}

.btn-Generer{
    position:relative;
    Left: 5px;
    color:linen;
    background-color: #00A651;
    
  }
  .btn-Exporter{
    position:relative;
    Right: 5px;
    color:rgb(0, 0, 0);
    background-color: #b6b6b6;
    
  }
  .btn-Retour{
    color:rgb(0, 0, 0);
    background-color: #b6b6b6;
    
  }
  .btn-download {
    color: rgb(0, 0, 0);
    background-color: #cfcfcf;
    border-color: #cfcfcf;
  }
  .panel-rapport {
    width: 100%;
    max-width: 97%;
    margin-bottom: 20px;
    margin-left: 15px;
}



.navbar-inverse {
    background-color: #000000a1;
    border-color: #080808;
    transition: 1s;
  }
  
    /* brand name */
  .navbar-inverse .navbar-brand {
    color: #ffffff;
  }
  .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-brand:focus {
    color: #4abd6c;
    background-color: transparent;
  }
  .navbar-inverse .navbar-text {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    color:  #4abd6c;
    background-color: transparent;
  }
  .navbar-inverse .navbar-link {
    color: #ffffff;
  }
  .navbar-inverse .navbar-link:hover {
    color: #4abd6c;
  }
  /* LOGOUT*/
  .navbar-inverse .btn-link {
    color: #ffffff;
  }
  .navbar-inverse .btn-link:hover,
  .navbar-inverse .btn-link:focus {
    color:  #4abd6c;
  }
    /* Active */
  .navbar-inverse .navbar-nav > .active > a {
    color:  #ffffff;
  }


 

  .panel-title-heading {
    padding: 1px 15px;
    background-color: #e7ece6;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  
  .form-control {
    width: 70%;
  }
  .column-rapport {
    float: left;
    width: 25%;
  }
  
  /* Clear floats after the columns */
  .row-rapport:after {
    content: "";
    display: table;
    clear: both;
  }

  .message-alert {
    padding-top:20px;
    margin:20px;
  }

  #overlay{
    display: none; 
    position:absolute; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
    width: 100%;
    height: 100%; 
    background: rgba(207, 207, 207, 0.5) url(../assets/images/spinner/spinner.gif) center center no-repeat;
}

.footer-box{
  background-color:  #00000091;
  margin-top:50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-weight: bold;
  border-radius: 10px;
}
.footer-box > div {
  background-color: #272727b9;
  font-size: 15px;
  text-align: left;

  -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s; /* Firefox < 16 */
   -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
       animation: fadein 1s;
}

.left_footer{
  width:35%;
  padding:20px;
  background-color: #00a651a6 !important;
}
.right_footer{
  width:65%;
  padding:20px; 
  background-color: #00000091 !important; 
}

.h2right {
  color:white;
}
.h2left {
  color:black;
}
.pright {
  color:white;
}
.pleft {
  color:white; 
  margin-right:50px;
}
.fa {
  color:  #00A651;
}

@media only screen and (max-width: 1000px) {
  .left_footer{
    width:100%;
  }
}
@media only screen and (max-width: 1000px) {
  .right_footer{
    width:100%;
  }
}


@keyframes fadein {
    from { opacity: 0.8; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0.8; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0.8; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0.8; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0.8; }
    to   { opacity: 1; }
}



