/* GENERAL STYLING */
* {
  margin: 0;
  padding: 0;
}

/*html, body{
	font-family: ITCAvantGardeCondensed;
    src: url("../fonts/ITCAvantGardeCondensed/ITCAvantGardeStd-MedCond.otf") format("opentype");
}*/
div.cke_dialog_ui_input_select, .cke_dialog_ui_input_select {
  width: 100%;
}

.select2-container {
  z-index: 10;
}

.modal .select2-container, .modal-backdrop + .select2-container {
  z-index: 10010;
}

.select2-results__group {
  font-size: 1em;
  padding-top: 2px;
  padding-bottom: 2px;
}

.select2-results__option {
  font-size: 0.9em;
  padding-top: 2px;
  padding-bottom: 2px;
}

.select2-container .select2-selection--single {
  position: relative;
}

div.cke_dialog_ui_input_select, .cke_dialog_ui_input_select {
  width: 100%;
}

.select2-drop {
  z-index: 100000;
}

.blue_text {
  color: #1f7b9c;
}

.btn-primary {
  border-color: #1f7b9c;
  background-color: #1f7b9c;
}

.primary_bg {
  background-color: #1f7b9c;
}

.secondary_bg {
  background-color: #1f7b9c;
}

.primary_color {
  color: #1f7b9c;
}

.secondary_color {
  color: #FF8959;
}

input {
  padding: 5px;
}

.hidden {
  display: none;
}

.redText {
  color: red !important;
}

#blocListUserDocument .actions {
  padding: 10px 5px 0px 5px;
}
#blocListUserDocument .actions > a {
  padding: 3px;
  margin-right: 3px;
  cursor: pointer;
}

.custom_form h3, .customer_form h3 {
  font-size: 14px;
  color: #1f7b9c;
}

.group_docs_form form {
  display: inline-block;
}
.group_docs_form .add_form {
  width: 100%;
}
.group_docs_form ul {
  list-style: none;
  margin-top: 10px;
}
.group_docs_form ul li:hover {
  background-color: rgba(31, 123, 156, 0.1);
}
.group_docs_form ul li a {
  display: inline-block;
  width: 40%;
  color: #FF8959;
}
.group_docs_form ul li form .btn {
  padding: 5px;
}

.no-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#documentTabContent {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.no-padding-left {
  padding-left: 0px !important;
}

.no-padding-right {
  padding-right: 0px !important;
}

.doc_pictures .doc_picture {
  clear: both;
  width: 100%;
}
.doc_pictures .doc_picture > * {
  float: right;
}
.doc_pictures .doc_picture input[type=checkbox] {
  min-width: auto !important;
}
.doc_pictures .doc_picture input[type=file] {
  display: inline-block;
  width: 50%;
  min-width: 50% !important;
  float: left;
}

.list_pictures {
  list-style: none;
}
.list_pictures li {
  margin-bottom: 8px;
}
.list_pictures li svg {
  color: #1f7b9c;
  display: inline-block;
  margin: 0px 5px;
  cursor: pointer;
}
.list_pictures li svg:hover {
  color: #FF8959;
}

.list_rev_container li {
  padding: 5px 10px;
  cursor: pointer;
}
.list_rev_container li.active, .list_rev_container li:hover {
  border: solid 1px #1f7b9c;
  background-color: rgba(234, 132, 2, 0.2);
  border-radius: 4px;
}

.btn-outline-edpref {
  display: inline-block;
  background-color: #FF8959;
  outline: none !important;
  padding: 13px 15px 12px 15px;
  line-height: 1;
  color: white;
  font-size: 15px;
  letter-spacing: 0.025em;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.08);
  transition: 50ms box-shadow;
  position: relative;
  border: solid 1px transparent;
}
.btn-outline-edpref:hover {
  color: white;
  background-color: #f4744e;
}
.btn-outline-edpref:active, .btn-outline-edpref:focus {
  box-shadow: 0 0 0 2px #FF8959;
}

.form_signatures_periods {
  display: flex;
  align-items: end;
  gap: 10px;
  margin-bottom: 15px;
}
.form_signatures_periods .input_layout {
  display: flex;
  flex-direction: column;
}
.form_signatures_periods .partners_select {
  height: 38px;
}
.form_signatures_periods .btn-outline-edpref {
  padding: 11px 15px 10px 15px;
}

.tampon_logo, .tampon_content {
  display: inline-block;
  vertical-align: top;
}

td .btn-outline-edpref {
  padding: 5px 5px;
}

.small_form select, .small_form .select2 {
  width: 80%;
}

table a {
  color: #1f7b9c;
}

.dataTables_paginate li.page-item a {
  color: #1f7b9c;
}
.dataTables_paginate li.page-item.active a {
  background-color: #1f7b9c;
  border: 1px #1f7b9c solid;
  color: white;
}
.dataTables_paginate li.page-item:hover a {
  background-color: #FF8959;
  color: white;
}

/* SPECIFIC STYLING */
header nav {
  margin-bottom: 20px;
}
header nav .navbar-brand img {
  vertical-align: top;
  height: 50px;
  padding-right: 10px;
  font-weight: bold;
}
header nav .navbar-brand p {
  display: inline-block;
}
header nav .navbar-nav .nav-link {
  color: #1f7b9c !important;
}
header nav .navbar-nav .nav-link:hover {
  color: #FF8959 !important;
}
header nav .navbar-nav .nav-item.active {
  border-bottom: 1px solid;
}

h1 {
  color: #1f7b9c;
  font-size: 1.5em;
  padding: 10px;
}
h1 > * {
  display: inline-block;
}

.doc_form h1 {
  text-align: center;
}

.container_list, h1 {
  max-width: 1400px;
  margin: 0 auto;
}
.container_list .addBlock, .container_list .addDocument, h1 .addBlock, h1 .addDocument {
  margin-bottom: 20px;
  line-height: 32px;
}

.btn_form {
  height: 46px;
}

.pull-right {
  float: right;
}

section.main-container #blocListTable {
  width: 100%;
}
section.main-container #blocListTable th:nth-child(1) {
  width: 440px;
}
section.main-container #blocListTable th:nth-child(2) {
  width: 300px;
}
section.main-container #blocListTable th:nth-child(3) {
  width: 200px;
}
section.main-container #blocListTable th:nth-child(4) {
  width: 80px;
}
section.main-container #blocListTable th:nth-child(5) {
  width: 80px;
}
section.main-container #blocListTable th:nth-child(6) {
  width: 80px;
}
section.main-container #blocListTable td:nth-child(6) a {
  color: red;
}
section.main-container #blocListDocument {
  width: 100%;
}
section.main-container #blocListDocument th:nth-child(1) {
  width: 440px;
}
section.main-container #blocListDocument th:nth-child(2) {
  width: 300px;
}
section.main-container #blocListDocument th:nth-child(3) {
  width: 200px;
}
section.main-container #blocListDocument th:nth-child(4) {
  width: 80px;
}
section.main-container #blocListDocument th:nth-child(5) {
  width: 80px;
}
section.main-container #blocListDocument td:nth-child(9) a {
  color: red;
}
section.main-container #blocListUserDocument {
  width: 100%;
}
section.main-container #blocListUserDocument th:nth-child(1) {
  width: 400px;
}
section.main-container #blocListUserDocument th:nth-child(2) {
  width: 300px;
}
section.main-container #blocListUserDocument th:nth-child(3) {
  width: 150px;
}
section.main-container #blocListUserDocument th:nth-child(4) {
  width: 150px;
}
section.main-container #blocListUserDocument th:nth-child(5) {
  width: 150px;
}
section.main-container #firstPartForm {
  height: 160px;
}
section.main-container #firstPartForm select {
  height: 38px;
  border-radius: 0px;
}
section.main-container #firstPartForm input {
  width: 300px;
}
section.main-container #firstPartForm .svg-inline--fa {
  width: 25px;
}
section.main-container .django-ckeditor-widget, section.main-container .django-ckeditor-widget #cke_id_html_content, section.main-container #preview, section.main-container #pdf {
  width: 100% !important;
}
section.main-container #preview {
  border: 1px solid #d1d1d1;
  min-height: 292px;
  padding: 20px;
}
section.main-container #pdf {
  border: 1px solid #d1d1d1;
  min-height: 1000px;
  padding: 20px;
}
section.main-container #myTab {
  height: 160px;
  margin: auto;
  position: relative;
}
section.main-container #myTab > div {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 16px;
  margin-right: 0;
}
section.main-container #myTab > div .btn-outline {
  color: #1f7b9c;
  border: solid 1px #1f7b9c;
  background: white;
}
section.main-container #myTab > div .btn-outline.active, section.main-container #myTab > div .btn-outline:hover {
  background: #1f7b9c;
  color: white;
}

.cke_dialog_body {
  z-index: 9999 !important;
}

.select2-search.select2-search--dropdown {
  background-color: white !important;
}

.select2-results {
  background-color: white !important;
  border: 1px solid gray !important;
}

.column-blocks {
  padding: 20px;
  height: 100%;
  border: 1px solid silver;
  border-radius: 8px;
  color: gray;
}
.column-blocks ul {
  list-style: none;
}
.column-blocks .block {
  list-style: none;
  padding: 0;
  margin-bottom: 1em;
  -webkit-padding-start: 0px;
  counter-reset: li;
}
.column-blocks .block .name_block {
  font-size: 0.8rem;
  position: relative;
  display: block;
  padding: 0.5em;
  margin: 0.5em 0;
  background: #00509e;
  color: white;
  text-decoration: none;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.5em;
  transition: all 0.2s ease-in-out;
}
.column-blocks .block:hover {
  cursor: move;
}

.column-preview {
  padding: 20px;
  height: 100%;
  background-color: #f29400;
  color: white;
}

.a4_width {
  min-width: 595px;
  background-color: white;
}

#list_blocks .block .block-button {
  display: none;
}
#list_blocks .block .block-button-edit {
  color: white;
  display: inline-block !important;
  float: right !important;
  cursor: pointer !important;
}

.ui-state-highlight {
  height: 36px;
  line-height: 1.2em;
  margin-bottom: 1em;
  border: 2px dashed silver !important;
  border-radius: 8px;
}

.dataTables_filter {
  text-align: left !important;
}
.dataTables_filter input {
  min-width: 300px;
  line-height: 32px;
}

.dataTables_info {
  float: left;
}

.dataTables_length {
  float: right;
}

.clear {
  clear: both;
}

.column-chosen-blocks {
  height: 100%;
  padding: 20px;
  color: gray;
  border: 1px solid silver;
  border-radius: 8px;
}
.column-chosen-blocks ul {
  list-style: none;
  min-height: 10px;
}
.column-chosen-blocks .block {
  list-style: none;
  padding: 0;
  margin-bottom: 1em;
  -webkit-padding-start: 0px;
  counter-reset: li;
}
.column-chosen-blocks .block .name_block {
  font-size: 0.8rem;
  position: relative;
  display: block;
  padding: 0.5em;
  margin: 0.5em 0;
  background: #00509e;
  color: white;
  text-decoration: none;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.5em;
  transition: all 0.2s ease-in-out;
}
.column-chosen-blocks .block:hover {
  cursor: move;
}
.column-chosen-blocks .ui-sortable-placeholder {
  border: 1px solid silver;
}
.column-chosen-blocks .block-button {
  display: inline-block !important;
  float: right !important;
  cursor: pointer !important;
}
.column-chosen-blocks .block-button-edit {
  color: white;
  display: inline-block !important;
  float: right !important;
  cursor: pointer !important;
}

.form-chosen-blocks {
  height: 100%;
}

.mc-select__data {
  overflow: inherit !important;
}

.mc-display {
  background-color: #FF8959 !important;
  color: #1f7b9c !important;
}

#preview_document {
  border: 1px solid #d1d1d1;
  padding: 20px;
}

.full-width {
  width: 100% !important;
}

.pad-right-7 {
  padding-right: 7px;
}

.mainArea > .col-md-3 {
  max-height: 840px;
  overflow-y: scroll;
}

#labelSelectCondition {
  margin-right: 30px;
}

#labelValeurCondition {
  margin-right: 19px;
}

#id_valeur_condition {
  width: 70%;
}

#modalEditHeader .modal-dialog, #modalEditFooter .modal-dialog {
  max-width: 870px !important;
}
#modalEditHeader .modal-content, #modalEditFooter .modal-content {
  width: 870px !important;
}

/*SELECT2 */
#select2-id_champ_conditions-results {
  max-height: 300px !important;
}

.select2-container {
  width: 70% !important;
}

.select2-results__group {
  color: #f29400 !important;
  font-weight: bolder !important;
  padding-left: 20px !important;
}

.select2-results__options {
  color: lightslategray !important;
}

.row_status {
  width: 250px;
}
.row_status .select_status {
  width: 120%;
}
.row_status .valid_status {
  line-height: 28px;
}

.detail .panel-title h2 {
  font-weight: initial;
  font-size: 1.1em;
  border-bottom: solid 1px #FF8959;
  color: #464545;
}
.detail .panel {
  border: solid 1px #1f7b9c;
  padding: 10px;
  margin-bottom: 10px;
}

.bloc_duplicate {
  margin-bottom: 8px;
}
.bloc_duplicate label {
  width: 230px;
  font-size: 0.9em;
}
.bloc_duplicate input {
  display: inline-block;
  font-size: 0.9em;
  margin-left: 5px;
  padding: 3px;
}
.bloc_duplicate input[type=checkbox] {
  height: 15px;
  width: 15px;
}

.opa5 {
  opacity: 0.5;
}

.faq_item_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-width: 600px;
}
.faq_item_list li {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.faq_item_list li a {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  color: #1f7b9c;
  text-decoration: none !important;
  font-size: 16px;
  border: 1px solid #1f7b9c;
  border-radius: 5px;
}
.faq_item_list li a:hover {
  color: #FF8959;
  border-color: #FF8959;
  background-color: rgba(255, 137, 89, 0.0705882353);
}

.form_admin {
  margin-bottom: 50px;
}
.form_admin h3 {
  font-weight: initial;
  font-size: 1.1em;
  border-bottom: solid 1px #FF8959;
  color: #464545;
  margin-top: 10px;
}
.form_admin .errorlist {
  display: none;
}
.form_admin p {
  margin: 0;
}
.form_admin ul {
  list-style: none;
}
.form_admin ul li {
  display: inline-block;
}
.form_admin label {
  min-width: 150px;
  color: #4e555b;
  margin: 0;
}
.form_admin input {
  border: none;
  border-bottom: solid 1px #A1A9AF;
  margin-bottom: 5px;
  min-width: calc(100% - 210px);
}
.form_admin textarea {
  padding: 15px;
}
.form_admin select {
  color: #4e555b;
  line-height: 35px;
  background: none;
  border: none;
  min-width: 200px;
  border-bottom: solid 1px #A1A9AF;
  padding: 3px 5px;
}
.form_admin select.date {
  min-width: 100px;
}

.tab-container {
  display: inline-block;
  margin-bottom: 20px;
}
.tab-container a {
  display: inline-block;
  padding: 10px 15px;
  color: #1f7b9c;
  opacity: 0.5;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: 150ms;
}
.tab-container a.active {
  opacity: 1;
  border-bottom: 3px solid #1f7b9c;
}
.tab-container a:hover {
  opacity: 1;
}

.new_form_doc h5 {
  color: #1f7b9c;
}
.new_form_doc h5 a {
  color: #FF8959;
}
.new_form_doc .column-chosen-blocks, .new_form_doc .column-blocks {
  border-radius: 0;
  border: solid 1px #d1d1d1;
}
.new_form_doc .column-chosen-blocks .block, .new_form_doc .column-blocks .block {
  position: relative;
}
.new_form_doc .column-chosen-blocks .block .name_block, .new_form_doc .column-blocks .block .name_block {
  border-radius: 0;
  background: none;
  border-bottom: #1f7b9c solid 1px;
  border-left: #1f7b9c solid 1px;
}
.new_form_doc .column-chosen-blocks .block .name_block a, .new_form_doc .column-chosen-blocks .block .name_block span, .new_form_doc .column-blocks .block .name_block a, .new_form_doc .column-blocks .block .name_block span {
  color: #1f7b9c;
}
.new_form_doc .column-chosen-blocks .block .name_block a:hover, .new_form_doc .column-chosen-blocks .block .name_block span:hover, .new_form_doc .column-blocks .block .name_block a:hover, .new_form_doc .column-blocks .block .name_block span:hover {
  color: #FF8959;
}
.new_form_doc .column-chosen-blocks .block .addBlock, .new_form_doc .column-blocks .block .addBlock {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -15px;
  display: none;
}
.new_form_doc .column-chosen-blocks .block .addBlock > *, .new_form_doc .column-blocks .block .addBlock > * {
  cursor: pointer;
  background: #FF8959;
  border: solid 1px #FF8959;
  border-radius: 50%;
  padding: 5px;
  font-size: 25px;
  color: white;
}
.new_form_doc .column-chosen-blocks .block:hover .addBlock, .new_form_doc .column-blocks .block:hover .addBlock {
  display: block;
}
.new_form_doc .column-chosen-blocks .block:hover .name_block, .new_form_doc .column-blocks .block:hover .name_block {
  border-bottom: #FF8959 solid 1px;
  border-left: #FF8959 solid 1px;
}
.new_form_doc .column-chosen-blocks .card, .new_form_doc .column-blocks .card {
  border: none;
  padding: 0;
}
.new_form_doc .column-chosen-blocks .card .row label, .new_form_doc .column-blocks .card .row label {
  display: block;
}
.new_form_doc .column-chosen-blocks .card .row input, .new_form_doc .column-chosen-blocks .card .row textarea, .new_form_doc .column-blocks .card .row input, .new_form_doc .column-blocks .card .row textarea {
  min-width: 100%;
}
.new_form_doc .column-chosen-blocks hr, .new_form_doc .column-blocks hr {
  border-top: 1px solid rgba(31, 123, 156, 0.1);
}

.ql-container p {
  font-size: 16px !important;
}
.ql-container ul {
  list-style: none;
}
.ql-container ul li {
  display: block;
  font-size: 16px;
}

/*# sourceMappingURL=style.css.map */
