/********* BREADCRUMB *******/
ul.breadcrumb {
  display: flex !important;
  align-items: baseline !important;
  padding-left: 0px;
  --bs-breadcrumb-divider: '>';
}

ul.breadcrumb > li.breadcrumb-item > a {
  color: #111E6B;
  font-size: 14px;
  font-family: var(--epro-default-text-font-family);
  font-weight: 400;
}

li.breadcrumb-item.active {
  color: #828282;
  font-size: 14px;
  font-family: var(--epro-default-text-font-family);
  font-weight: 400;
  padding-top: 5px;
}

li.breadcrumb-item {
  padding-top: 5px;
}

/********* MODAL LOOKUP *******/
.modal-content {
  border-radius: 30px;
}

h1.modal-title {
  font-size: 24px;
  font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', Serif;
  color: #111e6b;
  font-weight: bold;
  text-transform: uppercase;
}

.modal-header {
  border-bottom: 8px solid #111e6b;
}

.modal-header > button.form-close {
  color: #111e6b;
  opacity: 1;
}

.modal-header > button.form-close:hover {
  color: #111e6b;
  opacity: 0.85;
  cursor: pointer;
}

button.form-close > .fa-stack.fa-lg {
  font-size: 15px;
}

.grid-actions {
  border-bottom: none;
}

.modal-body .view-grid.table-responsive > span,
.modal-associate div.card-header > h2 {
  font-size: 18px;
  color: #111e6b;
  font-family: var(--epro-default-text-font-family);
  font-weight: bold;
}

.modal-body .view-grid.table-responsive thead tr th a,
.view-grid.table-responsive > table.table.table-hover {
  font-size: 14px;
  color: #111e6b;
  font-family: var(--epro-default-text-font-family);
  font-weight: normal;
}

.modal-footer {
  border-top: none;
}

.modal-footer > button {
  border-radius: 10px;
}

.modal-footer > button.primary.btn.btn-primary {
  border-color: #111e6b;
  background-color: #111e6b;
  opacity: 1;
}

.modal-footer > button.primary.btn.btn-primary:disabled {
  border-color: #111e6b;
  background-color: #111e6b;
  opacity: 0.20;
}

.modal-footer > button.primary.btn.btn-primary:hover {
  border-color: #274898 !important;
  background: #274898 !important;
  opacity: 0.85;
  cursor: pointer;
}

.btn-primary:hover {
  color: #FFFFFF;
  border-color: #274898 !important;
  background: #274898 !important;
}

.modal-footer > button.cancel.btn.btn-default {
  border-color: #ef7866;
  background-color: #ef7866;
  color: #fff;
  opacity: 1;
}

.modal-footer > button.cancel.btn.btn-default:hover {
  border-color: #ef7866;
  background-color: #ef7866;
  opacity: 0.85;
  cursor: pointer;
}

.modal-footer > button.btn.btn-default.float-end.remove-value {
  display: none;
}

/****** FORMULAIRE ******/
div.crmEntityFormView span.custom-required-field-icon {
  color:#111e6b;
}

div.crmEntityFormView span.custom-warning-error-field-icon {
  color:red;
}

div.crmEntityFormView {
  background-color: rgb(249, 247, 243);
  border: none; /* 3px solid #5C5C5C; */
  border-radius: 30px;
}

div.crmEntityFormView h2.tab-title {
  border-bottom: none;
}

div.crmEntityFormView > div.entity-form > h2.tab-title {
  margin-left: 25px;
  font-size: 24px;
  text-transform: uppercase;
  color: #111e6b;
  font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', Serif;
  font-weight: bold;
}

div.crmEntityFormView > div.entity-form legend.section-title > h3 {
  margin-left: 25px;
  font-size: 18px;
  color: #111e6b;
  text-transform: uppercase;
  font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', Serif;
  font-weight: bold;
}

div.crmEntityFormView > div.entity-form label {
  font-size: 14px;
  font-family: var(--epro-default-text-font-family);
  font-weight: 400;
  background-color: rgb(249, 247, 243);
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input::-ms-placeholder,
input::placeholder {
  color: #9C9A9A;
  font-family: var(--epro-default-text-font-family);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

div.crmEntityFormView > div.entity-form input.text.form-control.lookup.form-control {
  margin-right: 15px;
}
 
div.crmEntityFormView > div.entity-form button.btn.btn-default.launchentitylookup {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

div.crmEntityFormView div.control input,
div.crmEntityFormView div.control select {
  border: 1px solid #5C5C5C;
}

div.crmEntityFormView div.control > input,
div.crmEntityFormView div.control > select {
  border-radius: 10px;
}

div.crmEntityFormView div.control > div.input-group > input {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

div.crmEntityFormView div.control input:disabled,
div.crmEntityFormView div.control select:disabled {
  background-color: rgb(249, 247, 243);
}


div.crmEntityFormView > div.actions {
  border-top: none;
}

div.crmEntityFormView > div.actions > input[type=button],
div.crmEntityFormView .row.form-custom-actions input[type=button]{
  border-radius: 10px;
}

div.crmEntityFormView > div.actions > input.submit-btn.btn.btn-primary,
div.crmEntityFormView .row.form-custom-actions input.submit-btn.btn.btn-primary {
  margin-right: 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', Serif;
  font-weight: bold;
}

/*div.crmEntityFormView > div.actions > input.submit-btn.btn.btn-primary,*/ 
div.crmEntityFormView  div.view-toolbar.grid-actions  a.btn.btn-info.float-end.action,
div.crmEntityFormView  div.view-toolbar.grid-actions  a.btn.btn-primary.float-end.action.create-action {
  border-radius: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', Serif;
  font-weight: bold;
}

/*div.crmEntityFormView > div.actions > input.submit-btn.btn.btn-primary,*/ 
div.crmEntityFormView  div.view-toolbar.grid-actions  a.btn.btn-info.float-end.action,
div.crmEntityFormView  div.view-toolbar.grid-actions  a.btn.btn-primary.float-end.action.create-action {
  border-color: #111e6b;
  background-color: #111e6b;
  opacity: 1;
}

/* div.crmEntityFormView > div.actions > input.submit-btn.btn.btn-primary:hover, */
div.crmEntityFormView  div.view-toolbar.grid-actions  a.btn.btn-info.float-end.action:hover,
div.crmEntityFormView  div.view-toolbar.grid-actions  a.btn.btn-primary.float-end.action.create-action:hover {
  border-color: #111e6b;
  background-color: #111e6b;
  opacity: 0.85;
}

.crmEntityFormView > .entity-form .view-grid.table-responsive table thead tr th a {
  font-size: 14px;
  color: #111e6b;
  font-family: var(--epro-default-text-font-family);
  font-weight: normal;
}

.crmEntityFormView > .entity-form tr:has(.HideFormField) {
  display: none;
}

 /* Donner de l’espace intérieur aux champs en lecture et aux champs désactivés*/
.entity-form .form-control[readonly],
.entity-form .form-control[disabled],
.entity-form .form-control-static {
  padding: 6px 10px !important;
}

/* Mettre un espace entre la datepicker et l'icone de selection */
.crmEntityFormView .datetimepicker span.input-group-addon.btn {
    margin-left: 14px !important;
}

/*Style du message d'erreur dans la page */
.crmEntityFormView .validation-summary.alert.alert-error.alert-danger.alert-block, 
#MessagePanel.message.alert.alert-info.alert-danger.alert-danger{
     background-color: rgba(251, 196, 188, 0.29) !important;
}

.crmEntityFormView .validation-summary.alert.alert-error.alert-danger.alert-block h2.validation-header, 
#MessagePanel #MessageLabel > p.text-danger{
    Color: #ef7866 !important;
    font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', Serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
 
.crmEntityFormView .validation-summary.alert.alert-error.alert-danger.alert-block ul li a{
    padding-left: 0.9em !important;
    Color: #ef7866 !important;
    font-family: var(--epro-default-text-font-family);
    font-size: 16px;
}

.crmEntityFormView .validation-summary.alert.alert-error.alert-danger.alert-block ul li a::before{
    content: "•";
    position: absolute;
    left: 0;
    color: #ef7866;
    margin-left: 21px !important;
}
/* Style du message bloc erreur plugin */
#MessagePanel.message.alert.alert-info.alert-danger.alert-danger{
    max-width: 911px !important;
    margin-left: 15px !important;
} 
#MessagePanel #btnCloseMessage{
    Color:#ef7866 !important;
} 
#MessagePanel #MessageLabel > p > span.fa-exclamation-triangle::before {
    content: "\f05a"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    Color:#ef7866;
}
div > section.modal.fade.modal-form.modal-form-edit.show > div > div > div.modal-header > button{
 display: block !important;
}
/* Fin style du message bloc erreur plugin */

/* Echanger avec le SEP */
#echangerAvecSep #notescontrol > div.col-md-12.entity-timeline{
    margin-top: 20px !important;
}
#echangerAvecSep a.addnote.btn.btn-primary{
    left: 28% !important;
}

/* Liste document à fournir */

#textConditionel.alert.alert-info.text-start {
  background-color: #fff3cd !important;
  border-color: #fff3cd !important;
  color: black;
  font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B', Serif !important;
}