.btn-orange {
  background-color: #f37936 !important;
}

.btn-titre {
  margin: 0 !important;
}

td > a {
  margin: 0 0.5rem !important;
  display: block;
  color: #3a3b45;
  text-decoration: none;
  border-radius: 0.35rem;
  white-space: nowrap;
}

body {
  background-image: url(../img/bg.png);
  width: 100%;
  background-size: cover;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
}

.cnx {
  background-image: url(../img/bg.png);
  width: 100%;
  background-size: cover;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;}
.cnx > form {
  padding-top: 30px;
}
.cnx_contenu_right {
  border-left: 1px solid #ecececec !important;
}
.cnx_contenu{
  /* padding: 60px 0 !important; */

}
.cnx_contenu_left{
    padding: 60px !important;
}
.forgetpwd {
  text-align: right !important;
  float: right;
  font-size: 14px;
  margin: 10px 0;
}

.menu-horizontal {
  background: #fff !important;
  box-shadow: 0 0 13px -1px #6c757d !important;
}

.panel-group {
  margin-top: 10px;
}

.panel-heading > h4 {
  font-size: 0.9rem;
  padding: 15px 10px;
  border-radius: 5px;
}
.panel-heading > h4 > a {
  color: rgba(255, 255, 255, 0.8) !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel-heading > h4 > a > i {
  margin-right: 5px;
}
.panel-heading > h4.active {
  background: #122d6b !important;
}
.panel-heading > .panel-title > i.icone {
  color: #fff;
  float: right;
  margin-top: 5px;
  font-size: 10px;
}

.panel-body > table {
  background: white;
  border-radius: 5px;
  overflow: hidden;
}

.contenu {
  background-image: url(../img/bg.png) !important;
  width: 100%;
  background-size: cover;
  height: calc(100vh - (49px)) !important;
  overflow-y: auto;
}
.contenu_menu {
  background: #003d80 !important;
  height: calc( 100vh - (59px)) !important;
  padding-top: 10px;
}

.btn-submit {
  margin: 5px 0 !important;
}

.btn-sm1 {
  padding: 0.4rem 1.2rem !important;
}

.page {
  padding: 30px 50px;
}
.page_header_title {
  font-size: 20px;
  font-weight: 400;
  color: #6c757d !important;
}
.page_body {
  padding: 21px 0 !important;
  border-radius: 2px;
}

.alert-danger,.alert-success{
  position: absolute !important;
  top: 15px !important;
  width: calc(100% - 30px);
}
@media (max-width: 767.98px) {
  .panel-heading > h4 {
    font-size: 12px !important;
    margin-left: -12px;
  }
}
@media (max-width: 991.98px) {
  .panel-heading > h4 {
    font-size: 12px !important;
  }
}

/*# sourceMappingURL=admin-styles.css.map */
