/*
 Style UMR => Nyfty 3.0 / BS5
 */
/* Global Colors *********************************************/
/* BODY COLORS */
body,
#content-container {
  color: #474e52;
}

body,
#content-container,
#navbar {
  background-color: #f4f4f4;
}

#content-container {
  min-height: 90vh;
}

/* TITRES */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #4d627b;
}

/* BACKGROUND COLOR - STATE ACTIVE  */
.searchbox .custom-search-form .input-group-btn:before,
.pace .pace-activity {
  background-color: #00648f;
}

/* TEXT SELECTION */
::selection, ::-moz-selection {
  background-color: #00648f;
  color: #f4f4f4;
}

/* BREADCRUMB */
.breadcrumb li,
.breadcrumb li a {
  color: #626d73;
}

/* TXT-MAIN */
.text-main, a.text-main:hover, a.text-main:focus {
  color: #383838;
}

.text-gris-default {
  color: #7a878e;
}

/* Global classes ********************************************/
/* TITRE */
.page-header {
  border: 0 none;
  font-size: 1.5em;
  font-weight: 400;
  margin: 0;
  padding: 10px 0;
}

.card {
  margin-bottom: 1.5rem;
}

.box-shadow-none {
  box-shadow: none !important;
}

/* Login *****************************************************/
.loginCard .card {
  width: 350px;
}
.loginCard form div.fg-line {
  margin-bottom: 1rem;
}
.loginCard form div.form-group.mb-0 div.fg-line {
  margin-bottom: 0;
}

.password-viewer {
  position: relative;
  float: right;
  top: -25px;
  right: 10px;
  cursor: pointer;
  z-index: 99;
  height: 0;
  color: #7a878e;
}

#change_password .password-viewer, #reset_password .password-viewer {
  top: -25px;
  right: 58px;
}

.is-invalid + .password-viewer {
  right: 35px;
}

/* Header ****************************************************/
.brand-title {
  display: none;
  line-height: 59px;
}

.brand-icon {
  display: block;
  line-height: 59px;
  height: auto;
  float: none;
  width: 80px;
  margin: 15px auto;
}

@media (min-width: 768px) {
  #root.mn--min .brand-icon {
    width: 42px;
    height: auto;
    margin: 22px auto;
  }
}
/* Sidebar ***************************************************/
.sb--show .sidebar {
  width: 450px;
}

.dz-icon i {
  font-size: 5em;
}

/* NavBar ****************************************************/
.header__content .head-list {
  list-style: none;
}
.header__content .head-list li {
  line-height: 1.5rem;
}
.header__content #user-kpn-menu-dropdown {
  transition: none;
}

/* MainNav ***************************************************/
.mininav-content .dropdown-toggle h6 {
  white-space: normal;
}

.entity-id {
  background-color: #ecf0f5;
  padding: 1em;
  margin-bottom: 1em;
}

/* Footer ****************************************************/
#footerAbs {
  background-color: #ecf0f5;
  color: #626d73;
  position: absolute;
  padding-top: 10px;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
  height: 35px;
  text-align: center;
}

/* Forms *****************************************************/
.form-inline.date-type-group .form-select {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.has-error .invalid-feedback {
  display: block;
}

.select-all, .deselect-all {
  text-decoration: none;
  color: #626d73;
  padding: 0.5rem;
}

label.required::after {
  content: "*";
  color: red;
}

input[type=radio] + label.required::after {
  content: "";
}

textarea.form-control {
  height: 150px;
}

/* Accordion *************************************************/
.accordion .accordion-item {
  border: 0;
}
.accordion .accordion-item .accordion-collapse {
  padding-left: 1rem;
}
.accordion .accordion-item .accordion-collapse .accordion-body {
  border-left: 2px solid #626d73;
  padding-left: 1rem;
}

/* Adhesion **************************************************/
.adhesions-panels .progress-info {
  font-size: 11px;
  color: #383838;
}
.adhesions-panels .infos-adherent {
  color: #626d73;
}

/* AuditLog **************************************************/
.audit-log-changes {
  margin-left: 1em;
  margin-bottom: 2em;
}
.audit-log-changes table th, .audit-log-changes table td {
  border: 1px solid;
  padding: 0.5em;
}

/* Alertes ***************************************************/
.alert {
  font-size: 11px;
  border: none;
  border-radius: 3px;
  /*display: flex;*/
  align-items: center;
}
.alert strong {
  font-weight: bold;
  display: block;
  color: rgba(0, 0, 0, 0.85);
}
.alert i {
  margin-right: 15px;
  display: inline-block;
}
.alert div {
  display: table-cell;
  vertical-align: top;
}

.alert > div {
  padding: 0.5em;
}

.alert-danger i {
  color: var(--bs-danger);
  font-family: FontAwesome;
  font-size: 2em;
  font-style: normal;
  transform: rotate(-20deg);
}
.alert-danger i::before {
  content: "\f071";
}

.alert-warning {
  background-color: rgba(255, 179, 0, 0.1882352941);
  border: 1px solid #eaeaea;
}
.alert-warning i {
  color: var(--bs-warning);
  font-family: FontAwesome;
  font-size: 2em;
  font-style: normal;
  transform: rotate(-20deg);
}
.alert-warning i::before {
  content: "\f071";
}

.alert-success {
  background-color: rgba(139, 195, 74, 0.2196078431);
  border: 1px solid #eaeaea;
}
.alert-success i {
  color: var(--bs-success);
  font-family: FontAwesome;
  font-size: 2em;
  font-style: normal;
}
.alert-success i::before {
  content: "\f058";
}

.alert-info {
  background-color: #fff;
}
.alert-info i {
  font-family: FontAwesome;
  font-size: 2em;
  font-style: normal;
  color: var(--bs-info);
}
.alert-info i::before {
  content: "\f0e5";
}

.alert-message-info {
  background-color: rgba(255, 179, 0, 0.1882352941);
  border: 1px solid #eaeaea;
  font-size: 1em;
  width: 80%;
  margin: 0 auto 2em;
}
.alert-message-info i {
  color: var(--bs-warning);
  font-size: 2em;
  font-style: normal;
}

#toastContainer {
  position: fixed;
  z-index: 99999;
}

.toast-header {
  color: inherit;
}

/* Btn *******************************************************/
.btn-default, .btn-default:focus {
  background-color: white;
  border-color: rgba(0, 0, 0, 0.07) !important;
  color: #383838;
}
.btn-default a, .btn-default:focus a {
  color: #383838;
}

.btn-default:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(37, 71, 106, 0.5), 0 0.25rem 1rem rgba(0, 0, 0, 0.2);
}

/* Recup personnalisation ************************************/
.bg-cotisant {
  background-color: #8bc34a;
}

#societaire-tab-contrats td .badge {
  color: #474e52;
}

.light-link {
  color: #626d73;
  text-decoration: none;
}

.card-header h3 {
  font-weight: normal;
  font-size: 1.25em;
  padding: 0;
  margin-bottom: 0;
}
.card-header h4 {
  font-weight: normal;
  font-size: 1.15em;
  padding: 0;
  margin-bottom: 0;
}

.file-list {
  list-style: none;
  padding: 20px 0;
}
.file-list > li {
  position: relative;
  padding: 12px;
  border-radius: 1px;
}
.file-list > li:after {
  content: "";
  display: table;
  clear: both;
}
.file-list > li:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.025);
}
.file-list > li:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.file-list > li.selected {
  background-color: #f2f0c2;
}
.file-list .file-control {
  float: left;
  width: 50px;
  line-height: 3em;
}
.file-list .media {
  overflow: hidden;
  margin: 0 20px 0 0;
}
.file-list .media-block > .media-left {
  font-size: 2.5em;
  line-height: 1.2em;
  display: inline-block;
  color: #626d73;
  padding-right: 0.5em;
}
.file-list .media-block .media-body {
  vertical-align: middle;
  display: inline-block;
  color: #626d73;
}
.file-list .file-details {
  display: block;
  overflow: hidden;
  margin-right: 50px;
  text-decoration: none;
}
.file-list .file-name {
  color: #383838;
  margin-bottom: 0;
  font-weight: 700;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-list .file-name.single-line {
  line-height: 2.5em;
}
.file-list .file-settings {
  float: right;
  font-size: 85%;
  text-align: right;
}
.file-list .file-settings a,
.file-list .file-settings button {
  padding: 10px 5px;
  display: inline-block;
}

a.add-tooltip {
  text-decoration: none;
  color: inherit;
}

#modalIconChoser .btn-icon span {
  display: none;
}

.toolbar-right div {
  display: inline !important;
}
.toolbar-right .form-control {
  display: inline !important;
  width: auto !important;
}

/* Pagination footable ***************************************/
.footable .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.footable .pagination li a {
  position: relative;
  display: block;
  color: #626d73;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #ecf0f5;
  padding: 0.375rem 0.75rem;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.footable .pagination li:first-child a {
  border-top-left-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
}
.footable .pagination li:last-child a {
  border-top-right-radius: 0.4375rem;
  border-bottom-right-radius: 0.4375rem;
}
.footable .pagination li.active a {
  z-index: 3;
  color: white;
  background-color: #25476a;
  border-color: #25476a;
}

.footable-odd, .footable-row-detail {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.pagination li.active span {
  color: white;
  background-color: #25476a;
  border: 1px solid #25476a;
  padding: 0.375rem 0.75rem;
  position: relative;
  display: block;
}

#paginationNbLigne {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

/* Message Environnement *************************************/
.env_fixe {
  position: fixed;
  top: 5px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 650px;
  z-index: 100000;
}
.env_fixe span {
  font-size: 2em;
  color: #79af3a;
  background-color: #e9eeef;
  padding-left: 1em;
  padding-right: 1em;
}

#table-simulations .badge.bg-default {
  background-color: #e3e8ee;
  color: #383838;
}

/* Modal */
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* DropZone icons *************************************/
.dz-error-mark svg g g {
  fill-opacity: 1;
}
.dz-error-mark svg g g path {
  fill: var(--bs-danger) !important;
  opacity: 1;
}

.dz-success-mark svg g path {
  fill: var(--bs-success) !important;
  fill-opacity: 1;
  opacity: 1;
}

/* Liens dans les tableaux ****************************/
table a.array-link {
  font-weight: bold;
  text-decoration: none;
  color: #00648f;
}
table a.array-link:hover {
  color: #79af3a;
}

/*  Simulations  */
.sim-result {
  display: block;
  border-radius: 2px;
  border: solid 1px #25476a;
  background-color: #ffffff;
  margin-bottom: 1em;
}

.sim-result:hover {
  text-decoration: none !important;
}

.sim-result h3 {
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.85);
  padding: 5px 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.sim-result .sim-result-block {
  padding: 18px 10px 5px 10px;
  color: #383838;
  margin: -25px 0 0 0;
}
.sim-result .sim-result-block .result-options {
  text-align: left;
  font-size: 10px;
  align-items: baseline;
  margin-bottom: 0;
}
.sim-result .sim-result-block .result-options .amount {
  font-size: 12px;
}

.sim-result .sim-result-block:first-of-type {
  background-color: #e3e8ee;
  margin: 0 0 25px 0;
  z-index: 2;
  color: #383838;
}

.sim-result .sim-result-block:first-of-type::after {
  content: " ";
  width: 20px;
  height: 20px;
  z-index: 1;
  background-color: #e3e8ee;
  transform: rotate(45deg);
  display: block;
  position: relative;
  left: calc(50% - 10px);
  top: -10px;
  float: left;
}

.sim-result .label {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
}

.sim-result .sim-result-block:first-of-type .label {
  text-align: left;
  font-size: 9px;
}

.sim-result .amount {
  text-transform: uppercase;
  font-size: 25px;
  color: #e3e8ee;
  text-align: center;
}

.sim-result .sim-result-block:first-of-type .amount {
  color: #fff;
}

.sim-result .amount small {
  font-size: 9px;
  margin-left: 0.5em;
}

.sim-result .info {
  text-transform: uppercase;
  font-size: 9px;
  text-align: center;
}

.sim-result .hint {
  text-transform: none;
  font-size: 11px;
  text-align: left;
  color: #e3e8ee;
}

.sim-result.inactive {
  opacity: 0.4;
  transition: opacity 0.5s;
}

.sim-result.inactive.clickable:hover {
  opacity: 1;
  transition: opacity 0.5s;
  cursor: pointer;
}

.sim-result.obsolete {
  -webkit-filter: grayscale(100%) opacity(0.5); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) opacity(0.5);
}

.simu-results {
  /*margin-top: -23px;*/
}

.simu-results .carousel-indicators {
  bottom: -35px;
}

.simu-results .carousel-indicators li {
  background-color: #e3e8ee;
  opacity: 0.25;
}

.simu-results .carousel-indicators li.active {
  opacity: 1;
}

.simu-results .carousel-controls {
  float: right;
  font-size: 1.25em;
  position: relative;
  top: -42px;
}

.simu-results .carousel-controls a {
  color: #e3e8ee;
  margin: 0 0.25em;
}

.simu-results .carousel-controls a.disabled i {
  opacity: 0.25;
}

.simu-results .carousel-controls a:hover:not(.disabled) {
  color: #e3e8ee;
  text-decoration: none;
}

.simu-results .carousel-controls a:hover.disabled {
  cursor: initial;
  text-decoration: none;
}

.donutContainer {
  position: relative;
  float: left;
}
.donutContainer span.donut-title {
  text-align: center;
  position: absolute;
  width: 100%;
  padding: 115px 30px;
  font-size: 1.25em;
}
.donutContainer svg {
  transform: rotate(-90deg);
}
.donutContainer .donut {
  stroke: #eee;
  -webkit-animation: donut 1s ease-out forwards;
  animation: donut 1s ease-out forwards;
}
.donutContainer .donut-bg {
  stroke: #383838;
}

.donut-label {
  text-align: center;
  font-size: 1.2em;
  color: #bbbbbb;
}

.donut-label-active {
  text-align: center;
  font-size: 1.2em;
  color: #383838;
}

/*# sourceMappingURL=umrBS5.output.css.map */
