/* line 5, app/assets/stylesheets/admin/settings/document_templates.scss */
#dndList {
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
}

/* line 11, app/assets/stylesheets/admin/settings/document_templates.scss */
#dndList li {
  color: #345080;
  background: #FAFAFA;
  margin-bottom: 1px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  font-weight: 600;
}

/* line 21, app/assets/stylesheets/admin/settings/document_templates.scss */
#dndList li:nth-child(2n) {
  background: #F3F3F3;
}

/* line 25, app/assets/stylesheets/admin/settings/document_templates.scss */
#dndList li:hover {
  background: #fde593;
  border-left: 5px solid #ffd400;
  margin-left: -5px;
}

/* line 31, app/assets/stylesheets/admin/settings/document_templates.scss */
.dnd {
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 38, app/assets/stylesheets/admin/settings/document_templates.scss */
#dndList {
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
}

/* line 44, app/assets/stylesheets/admin/settings/document_templates.scss */
#dndList li {
  color: #345080;
  background: #FAFAFA;
  margin-bottom: 1px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  font-weight: 600;
}

/* line 54, app/assets/stylesheets/admin/settings/document_templates.scss */
#dndList li:nth-child(2n) {
  background: #F3F3F3;
}

/* line 58, app/assets/stylesheets/admin/settings/document_templates.scss */
#dndList li:hover {
  background: #fde593;
  border-left: 5px solid #ffd400;
  margin-left: -5px;
}

/* line 64, app/assets/stylesheets/admin/settings/document_templates.scss */
.dnd {
  padding: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 71, app/assets/stylesheets/admin/settings/document_templates.scss */
.h-card {
  border-radius: 3px !important;
}
.datatable-row {
    cursor: pointer;
}

.portail-card {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    transition: transform .4s !important;
    /* Animation */
}

.portail-card:hover {
    transform: scale(1.12);
}


.modal-xxl {
    width: 80%;
    max-width: 2560px;
}

.ck.ck-balloon-panel {
    z-index: 1050 !important;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
