.main-panel {
  min-height: 100vh !important;
}

.modal-open {
  overflow: scroll;
}
.menu-section {
  background-color: #b9dada;
}
* {
  font-size: 100%;
  font-family: Arial;
}

.panel-heading{
  background: #50a3a2 !important;
}
.panel-primary, .panel-heading {
  border-color: #50a3a2 !important;
}

.user-settings-wrapper .nav > li > a {
  background-color: #8BCBC0 !important;
}

.content-wrapper {
  background: #fff;
  margin-top: 0px;
}
label{
  font-size: 15px !important;
}
.tim-row {
  margin-bottom: 20px;
}
.alert-grey {
  color: #262b27;
  background-color: #E9ECEF;
  border-color: #c3e6cb;
}

.tim-white-buttons {
  background-color: #777777;
}

.nav-dmr{
  padding-right: 45px!important;
  margin-left: -18px!important;
}

li{
  text-align: left !important;
  padding-left: 0px!important;
}

.typography-line {
  padding-left: 25%;
  margin-bottom: 35px;
  position: relative;
  display: block;
  width: 100%;
}

.typography-line span {
  bottom: 10px;
  color: #c0c1c2;
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  left: 0;
  position: absolute;
  width: 260px;
  text-transform: none;
}

.tim-row {
  padding-top: 60px;
}

.tim-row h3 {
  margin-top: 0;
}

.offline-doc .page-header {
  display: flex;
  align-items: center;
}

.offline-doc .footer {
  position: absolute;
  width: 100%;
  background: transparent;
  bottom: 0;
  color: #fff;
  z-index: 1;
}

@media all and (min-width: 992px) {
  .sidebar .nav>li.active-pro {
    position: absolute;
    width: 100%;
    bottom: 10px;
  }
}

.card.card-upgrade .card-category {
  max-width: 530px;
  margin: 0 auto;
}

/* Nucleo Style */

.demo-iconshtml {
  font-size: 62.5%;
}

.demo-icons body {
  font-size: 1.6rem;
  font-family: sans-serif;
  color: #333333;
  background: white;
}

.demo-icons a {
  color: #608CEE;
  text-decoration: none;
}

.demo-icons header {
  text-align: center;
  padding: 100px 0 0;
}

.demo-icons header h1 {
  font-size: 2.8rem;
}

.demo-icons header p {
  font-size: 1.4rem;
  margin-top: 1em;
}

.demo-icons header a:hover {
  text-decoration: underline;
}

.demo-icons .nc-icon {
  font-size: 34px;
}

.demo-icons section h2 {
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 1em .2em;
  margin-bottom: 1em;
}

.demo-icons ul {
  padding-left: 0;
}

.demo-icons ul::after {
  clear: both;
  content: "";
  display: table;
}


.demo-icons ul li {
  width: 20%;
  float: left;
  padding: 16px 0;
  text-align: center;
  border-radius: .25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

.navbar-badge {
  font-size: .6rem;
  font-weight: 300;
  padding: 2px 4px;
  position: absolute;
  right: 5px;
  top: -10px!important;
}
.bell{
  position: absolute;
  top: 0px!important;
}

.demo-icons ul li:hover {
  background: #f4f4f4;
}

.demo-icons ul p,
.demo-icons ul em,
.demo-icons ul input {
  display: inline-block;
  font-size: 1rem;
  color: #999999;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.demo-icons ul p {
  padding: 20px 0 0;
  font-size: 12px;
  margin: 0;
}

.demo-icons ul p::selection,
.demo-icons ul em::selection {
  background: #608CEE;
  color: #efefef;
}

.demo-icons ul em {
  font-size: 12px;
}

.demo-icons ul em::before {
  content: '[';
}

.demo-icons ul em::after {
  content: ']';
}

.demo-icons ul input {
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  display: none;
}
.btn-captcha {
  height: 34px;
  position: relative;
  top: -10px;
  background-color: #51cbce;
}
.card-user .card-body {
  min-height: 0;
}
.card .card-header {
  border-bottom: solid 1px #eee;
  padding: 10px 10px 0;
}
.main-panel {
  background: #ddd!important;
  display: flex;
  flex-direction: column;
}
.panel_auth {
  margin-top: 100px;
  padding: 30px;
  overflow: auto;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  background: #fff;
}

.panel_auth:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.content-wrapper{
  background: #dcedec;
  background: -webkit-linear-gradient(top left, #dcedec 0%, #53e3a6 100%);
  background: -moz-linear-gradient(top left, #dcedec 0%, #53e3a6 100%);
  background: -o-linear-gradient(top left, #dcedec 0%, #53e3a6 100%);
  background: linear-gradient(to bottom right, #dcedec 0%, #53e3a6 100%);
  margin-top: 0px;
}

.col-auth-bloc{
  border: 0px !important;
}

.content{
  margin-top: 110px !important;
}

.navbar-nav{
  width: 100%;
  display: block !important;
}
.navbar-mobile-dmr{
  display: flex!important;
  width: 100%;
  justify-content: space-between
}

.main-panel{
  width: 100%;
}

nav{
  background-color: #51bcda !important;
}

.main-panel > .navbar{
  padding: 5px 0px !important;
  background-color: white !important;

}

.navbar-nav > .btn-rotate{
  background-color: white !important;
}

.navbar-nav .nav-link{
  color: black !important;
}

.navbar-nav .btn-rotate:hover{
  background-color: #f5f5f5 !important;

  box-sizing: border-box;
}


.dropdown-menu{
  left: 0px !important;
}

.gestion-pagination-btn{
  font-size: 20px;
  padding:12px;
  background-color:#f5f5f5 ;
  border-radius:5px;
}

.gestion-pagination-btn:hover{
  background-color: #403D39 !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}

select.btn, .btn-light {
  background-color: #f5f5f5;
  color: black !important;}

.col-sort{
  padding-left: 0px;
  padding-right: 0px;
}

.piece-jointe-annexe{
  width: 70% !important;
}

.badge{
  padding: 6px;
  margin-right: 5px;
}

#bloc-loader{height:100%;width:100%;position:fixed;z-index:9999999;text-align:center;opacity:.85;display:none}#bloc-loader .loader{background:url(../img/ajax-loader.gif) #767676 no-repeat center 10px;width:120px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;opacity:1;position:relative;top:30%;color:#fff;left:30%;padding:50px 0 10px}

.navbar-toggler{
  position: relative;
  left: 95%;
}
.pos-dmr{
  margin-top: 17px;
}
.btn-flex-dmr{
  display: flex;
  flex-direction: row;
}

.form-group input[type=file] {
  opacity: unset;
  position: unset;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  width: unset;
  height: unset;
  z-index: unset;
}

@media screen and (max-width: 991px){
  .navbar .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .nav-item{
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
  }

  .show-only-mobile{
    display: block;
  }

  .show-only-desktop{
    display: none;
  }

  .dropdown-menu{
    background-color:transparent !important;
    margin: 0px !important;
    padding-left: 0px !important;
  }

  .dropdown-item{
    border-radius: 0px !important;
  }

  .container{
    max-width: 20000px !important;
    width: 100% !important;
  }

  .pagination-item{
    position: relative;
    left: 50%;
    transform: translateX(-50%) !important;
  }
}

@media screen and (min-width: 992px){
  .show-only-mobile{
    display: none;
  }

  .show-only-desktop{
    display: block;
  }

  .dropdown-menu{
    margin-top: 15px;
  }

  .dropdown-menu{
    margin-right: 50px !important;
    left: -130px;
  }
}

@media screen and (min-width: 700px){
  .card-horizontal {
    display: flex;
    flex: 1 1 auto;
  }
  .actions-dmr{
    height:120px;
    padding-left:20px;
  }
  .btn-flex-dmr{
    margin-left:-18px;
  }
  .info-dmr {
    height:120px;
    border-right: 1px solid hsl(0, 0%, 90%);
  }
  .img-dmr{
    display: block;
    width:150px;
    height:188px;
    min-height: 188px;
    min-width: 150px;
  }

  .logo-image-small-right{
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    right: 10px;
  }

  #container-navbar{
    min-height: 65px;
  }

  .logo-image-small{
    position:relative;
    top:5px;
  }
}

@media screen and (max-width: 700px){
  #container-navbar{
    width: 100% !important;
  }

  #navbar-toggler-btn{
    position: absolute;
    left: 90%;
    right: 45px;
  }
}

.pos-dmr{
  margin-top: 17px;
}

.form-group input[type=file] {
  opacity: unset;
  position: unset;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  width: unset;
  height: unset;
  z-index: unset;
}
.navbar-mobile-dmr{
  width: unset !important;
  justify-content: unset!important;
}

.input-group-text{
  padding: 10px;
}

.form-group .input-group-prepend .input-group-text, .form-group .input-group-append .input-group-text, .input-group .input-group-prepend .input-group-text, .input-group .input-group-append .input-group-text{
  padding: 10px !important;
}

#creationCompte{
  background-color: #376ead;
}

.navbar-nav .dropdown-menu:before, .dropdown .dropdown-menu[x-placement="bottom-start"]:before, .dropdown .dropdown-menu[x-placement="bottom-end"]:before, .card.card-just-text .dropdown .dropdown-menu:before, .card-just-text .dropdown .dropdown-menu:before, .dropdown-btn .dropdown-menu:before{
  right: unset;
  left: 12px;
}

.navbar-nav .dropdown-menu:after, .dropdown .dropdown-menu[x-placement="bottom-start"]:after, .dropdown .dropdown-menu[x-placement="bottom-end"]:after, .card.card-just-text .dropdown .dropdown-menu:after, .card-just-text .dropdown .dropdown-menu:after, .dropdown-btn .dropdown-menu:after{
  right: unset;
  left: 12px;
}

#dropdownMenuButton{
  padding: 12px;
}

.main-panel {
  min-height: 100vh !important;
}

.modal-open {
  overflow: scroll;
}
.menu-section {
  background-color: #b9dada;
}
* {
  font-size: 100%;
  font-family: Arial;
}

.panel-heading{
  background: #50a3a2 !important;
}
.panel-primary, .panel-heading {
  border-color: #50a3a2 !important;
}

.user-settings-wrapper .nav > li > a {
  background-color: #8BCBC0 !important;
}

.content-wrapper {
  background: #fff;
  margin-top: 0px;
}
label{
  font-size: 15px !important;
}

.btn-info, .show > .btn-info.dropdown-toggle, .show > .btn-info.dropdown-toggle:focus, .show > .btn-info.dropdown-toggle:hover {
  background-color: #cd2b2b !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info:active:focus, .btn-info:active:hover, .btn-info.active:focus, .btn-info.active:hover, .show > .btn-info.dropdown-toggle, .show > .btn-info.dropdown-toggle:focus, .show > .btn-info.dropdown-toggle:hover {
  background-color: #e63f3f!important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}
a {
  color: #ce5151 !important;
}
.main-panel-auth .navbar {
  background-color: white!important;
}

.listPj label:hover {
  text-decoration: none;
  cursor: pointer;
}


.label-upload {
  border: 2px solid #ef7171;
  background: #e95858;
  border-radius: 5px;
  padding: 3px;
  color: #000000 !important;
  font-weight: bold;
  cursor: pointer;
  width: 50px;
  text-align: center;
}

.label-upload:hover {
  background: #f37171;
}

.file-chosen{
  margin-left: 0.3rem;
  font-family: sans-serif;
  color: black;
  cursor: pointer;
}

.btn-add-file{
  padding: 0.5rem 0.6em 0.5rem .5rem !important;
  border-radius: 40px;
  width: 35px;
  font-size: 14px;
  height: 35px;
  text-align: center;
}

.btn-info.active:hover, .show > .btn-info.dropdown-toggle, .show > .btn-info.dropdown-toggle:focus, .show > .btn-info.dropdown-toggle:hover {
  background-color: #cd2b2b !important;
}

.btn-primary {
  background-color: #d95f43;
  color: #FFFFFF!important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
  background-color: #f58166!important;
  color: white;
}
a:hover, a:focus {
  color: #f58166 !important;
}

a.btn.btn-default {
  color: #FFFFFF !important;
}

.gj-datepicker .input-group-append .btn.btn-outline-secondary.border-left-0 {
  margin: unset;
  background: unset;
  color: #564949;
}

.gj-datepicker .input-group-append .btn.btn-outline-secondary.border-left-0:hover, .gj-datepicker .input-group-append .btn.btn-outline-secondary.border-left-0:focus, .gj-datepicker .input-group-append .btn.btn-outline-secondary.border-left-0:active,.gj-datepicker .input-group-append .btn.btn-outline-secondary.border-left-0:active:focus {
  background-color: #e76749 !important
}

.form-control:focus {
  border: 1px solid #DDDDDD;
}

.btn-dmr {
  background-color: white !important;
  border: #d95f43 solid 1px !important;
  color: #d95f43 !important;
  padding: 6px 10px !important;
  width: unset!important;
  display: inline-block;
  margin-right: 10px;
}
.main-panel .card label {
  font-weight: unset;
}

#ajouterPjCom:hover {
  text-decoration: underline;
  cursor:pointer;
}
.btn-pjs-comp {
  color: white !important;
  background-color: #ef8157;
}

#div_retour a.btn{
  color: #FFFFFF !important;
}

.textbox-relance {
  padding: 10px !important;
  line-height: 1 !important;
}

.obligatoire {
  color: red;
}

ul.chosen-results li {
  padding-left: 6px !important;
}

.panel_psw{
  padding-top: 100px;
}
.btn-sort:hover{
  color: white!important;
}
.panel_psw{
  padding-top: 100px;
}

.img-dmr{
  display: none;
}

.img-logo-right{
  height: 75px;
}

.img-logo-left{
  height: 75px;
}
.card label {
  color: #373636 !important;
  font-weight: bold !important;
}
@media all and (max-width: 1130px) {
  .img-logo-right{
    display: none;
  }
  .img-logo-left{
    display: none;
  }
  .nav-dmr{
    padding-right: unset!important;
    margin-left: unset!important;
  }
}

@media all and (max-width: 990px) {
  .img-logo-left {
    display: block;
  }
}

.panel{margin-bottom:20px;background-color :#fff;border: 1px solid transparent; border-radius: 4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,. 05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px} .panel-heading > .dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title > a, .panel-title > petit,.panel-title > .small,.panel-title > petit > a,.panel-title > .small > a{color:inherit}.panel-footer{padding:10px 15px;background- color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel > .list-group,.panel > .panel-collapse > .list-group{margin-bottom:0}.panel > .list-group .list-group-item,.panel > .panel-collapse > .list-group .list-group-item{border-width:1px 0;border-radius:0}.panel > .list-group:first-child .list-group-item:first-child,.panel > .panel -collapse > .list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel > .list-group:dernier-enfant .list-group-item:dernier-enfant,.panel > .panel-collapse > .list-group:dernier-enfant .list-group-item:dernier-enfant{border-bottom :0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading + .list-group .list-group-item:first-child{border-top-width:0 }.list-group + .panel-footer{border-top-width:0}.panel > .table,.panel > .table-responsive > .table,.panel > .panel-collapse > .table{margin-bottom :0}.panel > .table caption,.panel > .table-responsive > .table caption,.panel > .panel-collapse > .légende du tableau{padding-right:15px;padding-left:15px}.panel > .table:first-child,.panel > .table-responsive:first-child > .table:first-child{border-top-left- radius:3px;border-top-right-radius:3px}.panel > .table:first-child > thead:first-child > tr:first-child,.panel > .table-responsive:first-child > .table :first-child > thead:first-child > tr:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first -enfant,.panneau > .table :premier-enfant > tbody:premier-enfant > tr:premier-enfant td:premier-enfant,.panel > .table-responsive:premier-enfant > .table:premier-enfant > tbody:premier-enfant > tr:premier- enfant td:first-child,.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first -child > thead:first-child > tr:first-child th:first-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child{border-top-left-radius:3px}.panel > .table:first -child > thead:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:dernier-enfant,.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,.panel > .table:first-child > tbody:first-child > tr:first-child th:last- enfant,.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child{border-top-right-radius:3px}.panel > .table:dernier-enfant,.panel > .table-responsive:dernier-enfant > .table:dernier-enfant{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel> .table:dernier-enfant > tbody :dernier-enfant > tr:dernier-enfant,.panel > .table-responsive:dernier-enfant > .table:dernier-enfant > tbody:dernier-enfant > tr:dernier-enfant,.panel > .table:dernier-enfant > tfoot:last-child > tr:last-child,.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child{border-bottom-right- radius:3px;border-bottom-left-radius:3px}.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,.panel > .table-responsive:last -child > .table:dernier-enfant > tbody:dernier-enfant > tr:dernier-enfant td:premier-enfant,.panel > .table:dernier-enfant > tfoot:dernier-enfant > tr:dernier-enfant td : premier-enfant,.panel > .table-responsive:dernier-enfant > .table:dernier-enfant > tfoot:dernier-enfant > tr:dernier-enfant td:premier-enfant,.panel > .table:dernier-enfant > tbody:dernier-enfant > tr:dernier-enfant th :premier-enfant,.panel > .table-responsive:dernier-enfant > .table:dernier-enfant > tbody:dernier-enfant > tr:dernier-enfant th:premier-enfant,.panel > .table:dernier-enfant > tfoot:dernier-enfant > tr:dernier-enfant th:premier-enfant,.panel > .table-responsive:dernier-enfant > .table:dernier-enfant > tfoot:dernier-enfant > tr:dernier-enfant th:premier -child{border-bottom-left-radius:3px}.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,.panel > .table-responsive:last- enfant > .table:dernier-enfant > tbody:dernier-enfant > tr:dernier-enfant td:dernier-enfant,.panel > .table:dernier-enfant > tfoot:dernier-enfant > tr:dernier-enfant td:dernier -child,.panel > .table-responsive:dernier-enfant > .table:dernier-enfant > tfoot:dernier-enfant > tr:dernier-enfant td:dernier-enfant,.panel > .table:dernier-enfant > tbody :dernier-enfant > tr:dernier-enfant e :dernier-enfant,.panel > .table-responsive:dernier-enfant > .table:dernier-enfant > tbody:dernier-enfant > tr:dernier-enfant th:dernier-enfant,.panel > .table:dernier-enfant > tfoot:dernier-enfant > tr:dernier-enfant th:dernier-enfant,.panel > .table-responsive:dernier-enfant > .table:dernier-enfant > tfoot:dernier-enfant > tr:dernier-enfant th:dernier -child{border-bottom-right-radius:3px}.panel > .panel-body + .table,.panel > .panel-body + .table-responsive,.panel > .table + .panel-body,.panel > .table-responsive + .panel-body{border-top:1px solid #ddd}.panel > .table > tbody:first-child > tr:first-child th,.panel > .table > tbody:first-child > tr:first-child td{border-top:0}.panel > .table-bordered,.panel > .table-responsive > .table-bordered{border:0}.panel > .table-bordered > thead > tr > th:first-child,.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,.panel > .table-bordered > tbody > tr > th:first-child,.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,.panel > .table-bordered > tfoot > tr > th:first-child,.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child ,.panel > .table-bordered > thead > tr > td:first-child,.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,.panel > .table-bordered > tbody > tr > td:first-child,.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,.panel > .table-bordered > tfoot > tr > td:first-child ,.panel > .table-responsive > .table-bordered > tfoot > tr > td :first-child{border-left:0}.panel > .table-bordered > thead > tr > th:last-child,.panel > .table-responsive > .table-bordered > thead > tr > th:last-child ,.panel > .table-bordered > tbody > tr > th:last-child,.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,.panel > .table-bordered > tfoot > tr > th:last-child,.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,.panel > .table-bordered > thead > tr > td:last-child ,.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,.panel > .table-bordered > tbody > tr > td:last-child,.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,.panel > .table-bordered > tfoot > tr > td :last-child,.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child{border-right:0}.panel > .table-bordered > thead > tr:first-child > td ,.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,.panel > .table-bordered > tbody > tr:first-child > td,.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,.panel > .table-bordered > thead > tr:first-child > th,.panel > .table-responsive > .table-bordered > thead > tr : premier-enfant > th,.panel > .table-bordered > tbody > tr:first-child > th,.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th{border-bottom :0}.panel > .table-bordered > tbody > tr:last-child > td,.panel > .table-responsive >.table-bordered > tbody > tr:last-child > td,.panel > .table-bordered > tfoot > tr:last-child > td,.panel > .table-responsive > .table-bordered > tfoot > tr : last-child > td,.panel > .table-bordered > tbody > tr:last-child > th,.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,.panel > .table-bordered > tfoot > tr:last-child > th,.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th{border-bottom:0}.panel > .table- responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel + . panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading + .panel-collapse > .panel-body,.panel-group .panel-heading + .panel-collapse > .list-group{border-top :1px solid #ddd}.panel-group .panel-footer{border-top :0}.panel-group .panel-footer + .panel-collapse .panel-body {border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default > .panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd }.panel-default > .panel-heading + .panel-collapse > .panel-body{border-top-color:#ddd}.panel-default > .panel-heading .badge{color:#f5f5f5;background-color :#333}.panel-default > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary > .panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary > .panel-heading + .panel-collapse > .panel-body{border-top-color : #337ab7}.panel-primary > .panel-heading .badge{color:#337ab7;background-color :#fff}.panel-primary > .panel-footer + .panel-collapse > .panel-body{border-bottom-color :#337ab7}.panel-success{border-color :#d6e9c6}.panel -success > .panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success > .panel-heading + .panel-collapse > .panel-body{border-top -color:#d6e9c6}.panel-success > .panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success > .panel-footer + .panel-collapse > .panel-body{ border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info > .panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1} .panel-info > .panel-heading + .panel-collapse > .panel-body{border-top-color:#bce8f1}.panel-info > .panel-heading .badge{color:#d9edf7;background-color : #31708f}.panel-info > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning > .panel-heading{color:#8a6d3b;background-color:# fcf8e3;border-color:#faebcc}.panel-warning > .panel-heading + .panel-collapse > .panel-body{border-top-color:#faebcc}.panel-warning > .panel-heading .badge{ color:#fcf8e3;background-color:#8a6d3b}.panel-warning > .panel-footer + .panel-collapse > .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color : #ebccd1}.panel-danger > .panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger > .panel-heading + .panel-collapse > .panel- body{border-top-color:#ebccd1}.panel-danger > .panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger > .panel-footer + .panel-collapse > .panel-body{border-bottom-color :#ebccd1}