/*

RATIOO

#122233   Dark Bleu
#f05134   Orange
#2a9d92   Green

TDE

#8ebe2b   Green
#0287a0   Bleu    2, 135, 160

*/


/* TEST DRAG AND DROP */
.drag-and-drop-border {
  width: 400px;
  height: 400px;
  border: 2px black solid;
}

.draggable-test {
  width: 100px;
  height: 100px;
  background-color: red;
  border: 1px grey solid;
}

:root {
  --primary: #2a9d92;
  --error-color: #ff8787;
  --t-muted: #c1c1c1;
  --t-blue: #0000DDFF;
  --t-primary: #2a9d92;
  --in-progress-development: #ef8c00;
  --in-progress-validation: #64c465;

  /* Custom Color label */
  --color-vente: #70C18A;
  --color-vente-ht: #5DAADE;
  --color-vente-tva: #56C1C6;
  --color-vente-ttc: #3178A3;
  --color-achat: #e8837c;
  --color-banque: #A48AC8;
  --color-od: #F2A97E;
  --color-caisse: #F2D06B;
  --color-divers: #C29FCC;
}
body {
  padding-top : 80px;
  padding-bottom : 20px;
  background-color : #F8F8F8;
}

.site-logo {
  height : 40px;
  margin-top : -10px;
}

h1 {
  margin-bottom : 20px;
}

.list-action {
  font-size : 20px !important;
  margin : 20px 0px;
}

.bloc-footer {
  margin-top : 100px;
  margin-bottom : 50px;
}

.filter-selector {
  
}

.ged_file_draggable {
  white-space: nowrap;
  vertical-align: middle;
  overflow-x : ellipsis;
  max-width : 400px;
}

.ged_open_dir {
  background-color: #EEE;
}

.ged_target_dir {
  background-color: #EEE;
}

.ged_ext_icon {
  width : 20px;
  margin-right : 15px;
  vertical-align: middle;
}

.ged_upload_name {
  white-space: nowrap;
  padding : 10px 5px;
  font-weight : bold;
  vertical-align: middle;
}

.ged_upload_progress {
  font-weight : bold;
  text-align : right;
  white-space: nowrap;
  
  width : 100px;
  vertical-align: middle;
}

.ged_progress {
}

.progress {
  margin-bottom : 0px;
}

.progress-bar {
  background-color : #2a9d92;
}

.gedLoadStatus {
  position : fixed;
  bottom : 10px;
  left : 10px;
  width : 100%;
}

.filter-selector > button {
  border : 0px !important;
  margin-bottom : 3px;
}

@media (max-width: 767px) {
  .filter-selector {
    width : 100%;
  }

  .filter-selector > button {
    width : 100%;
  }

  .filter-selector > ul {
    width : 100%;
  }
  .w-100-xs {
    width: 100%!important;
  }
}

.icon-big {
  font-size : 20px !important;
}

.pastille-red {
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: red;
  border-radius: 40px;
  margin-left: 4px;
}

.text-bold {
  font-weight : bold;
}

table.purchase_details {
  width : 100%;
}

table.purchase_details th {
  padding : 0px 3px;
}

table.purchase_details td {
  padding : 0px 3px;
}

img.media-object {
  width : 150px;
}

table.purchase_totals {
  margin : 10px auto;
}

table.purchase_totals td {
  padding : 5px 10px;
}

input.purchase_totals {

}

.td-text-vertical-center {
  display: table-cell;
  vertical-align: middle!important;
}

.td-text-center {
  display: table-cell!important;
  text-align: center;
  vertical-align: middle!important;
}

tr.tr-darker {
  background-color : #DDD;
}

#ui-id-1 {
  z-index : 99999999;
}

.ui-autocomplete { position: absolute; cursor: default;z-index:9999999 !important;}  

.od-input {
  border : 0px;
  background-color : #FFF;
  border-radius : 0px;
  width : 100%;
}

.purchase-file {

}

.purchase-date {
  margin : 0px 0px 20px 0px;
}

.detail_input {
  border : 0px;
  background-color : #FFF;
  border-radius : 0px;
}

table.split_bank_lines {
  
}

table.split_bank_lines td {
  vertical-align : middle;
}

td#split_bank_lines_total {
  font-weight : bold;
}

td#split_bank_lines_dif {
  font-weight : bold;
}

.bank-splited {
  color : #2a9d92;
}

.bank-input {
  border : 0px;
  line-height : 25px;
}

.bank-input-note {
  width : 300px;
  padding : 3px 5px;
}

.bank-input-link {
  width : 300px;
  padding : 3px 5px;
}

.bank-in {
  color : #282 !important;
  font-weight : bold;
}

.bank-out {
  color : #E44 !important;
  font-weight : bold;
}

.bank-sold-title {
  text-align : right;
  font-weight : bold;
  font-size : 20px;
  color : #555;
  margin-right : 20px;
  line-height : 30px;
}

.bank-sold {
  text-align : right;
  font-weight : bold;
  font-size : 30px;
  line-height : 30px;
  color : #2a9d92;
}

.bank_libelle {
  font-size : 10px;
}

.bank_amount {
  font-weight : bold;
  white-space : nowrap;
}

.bank_amount_plus {
  color : #282 !important;
}

.bank_amount_minus {
  color : #E44 !important;
}

.atterrissage {
  
}

.atterrissage th {
  padding : 10px 5px;
}

.atterrissage td {
  padding : 10px 5px;
}

.atterrissage-input {
  border : 0px;
  -moz-appearance: textfield;

}

.atterrissage-input::-webkit-outer-spin-button,
.atterrissage-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.atterrissage-input-td {
  width : 150px;
  white-space : nowrap;
}

div.invoice_preview_logo {
  display : inline-block;
  vertical-align : top;
}

img.invoice_preview_logo {
  margin : 0px 5px 0px 0px;
  width : 150px;
}

div.invoice_preview_paid {
  text-align : center;
  vertical-align : middle;
}

div.invoice_preview_paid img {
  width : 150px;
}

div.invoice_preview_title {
  font-weight : bold;  
  font-size : 20px;
}

div.invoice_preview_num {
  font-weight : bold;
  text-align : right;
  font-size : 20px;
}

div.invoice_preview_company {
  display : inline-block;
  vertical-align : top;
}

div.invoice_preview_customer {
  
}

table.invoice_preview_items {
  border-collapse: collapse;
  width : 100%;
}

table.invoice_preview_items th {
  padding : 5px 3px;
}

table.invoice_preview_items td {
  padding : 5px 3px;
}

tr.invoice_preview_item_tr {
  border-bottom : solid 1px #DDD;
}

table.invoice_preview_totals {
  border-collapse: collapse;
  width : 100%;
}

table.invoice_preview_totals td {
  padding : 5px 10px;
}

div.invoice_preview_vat {
  font-weight : bold;
}

div.invoice_preview_buttons {
  white-space : nowrap;
}

div.invoice_preview_buttons > a {
  font-size : 20px;
  margin-left : 5px;
}

div.invoice_preview_footer {
  color : #888;
  font-size : 12px;
  margin-top : 20px;
}

.day-auto-send-selected {
  background-color: rgb(149 149 149 / 23%);
}

@media (max-width:650px) {
  .btn-responsive-sm {
    width: 100%;
  }
  .btn-send-social {
    width: 100%;
    margin: 5px 0 !important;
  }
}

@media (min-width:650px) {
  .btn-send-social {
    margin-left: 5px;
  }
  .btn-responsive-sm {
    margin-left: 10px;
  }
}

div.holiday-calendar{
  white-space: nowrap;
}

div.holiday-day {
  border : solid 1px #BBB;
  text-align : center;
  padding : 5px 0px 5px 0px;
  margin : 0px;
  font-size : 14px;
  display : inline-block;
  width : 30px;
}

.holiday-day:hover {
  cursor : pointer;
  background-color : #97cfc9;
}

div.vacation-summary {
  display : inline-block;
  vertical-align : top;
  margin : 0px;
  padding : 0px;
  border : solid 0px #000;
  width : 50px;
}

div.vacation-summaries {
  margin : 20px 0px 10px 0px;
}

table.vacation-summary {
  border : solid 1px #BBB;
  margin : 0px auto;
  border-collapse: collapse;
}

table.vacation-summary td {
  padding : 2px 5px;
}

.vacation-container {
  text-align : center;
}

.vacation-types {
  text-align : center;
  margin-bottom : 10px;
  vertical-align : top;
}

.vacation-type-selected {
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,1);
  -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,1);
  box-shadow: 2px 2px 8px 0px rgba(0,0,0,1);
}

.vacation-type {
  border : solid 0px transparent;
  width : 40px;
  height : 40px;
  border-radius : 40px;
  display : inline-block;
  font-size : 12px;
  font-weight : bold;
  line-height : 40px;
  white-space : nowrap;
  padding : 0px 0px;
  margin : 0px 5px;
  color : #FFF;
}

.vacation-year {
  text-align : center;
  margin-bottom : 10px;
}

.vacation-month {
  display : inline-block;
  vertical-align : top;
  margin : 0px;
  padding : 0px;
  border : solid 1px #000;
  width : 50px;
}

.vacation-month .ui-selecting { background: #888; }
.vacation-month .ui-selected { background: #888; color: white; }

.vacation-month-name {
  font-weight : bold;
}

.vacation-day {
  border-top : solid 1px #000;
  text-align : center;
  padding : 2px 8px;
  font-size : 12px;
}

.vacation-day:hover {
  cursor : pointer;
  background-color : #97cfc9;
}

.vacation-day-weekend {
  background-color : #DDD;
}

.vacation-day-vacation {
  background-color : #2a9d92;
  color : #FFF;
}

.glyphicon {
  font-size : 16px;
}

.navbar-inverse {
  background-color: #122233;
  border-color: #122233;
}

.nav > li > a {
  padding : 15px 10px !important;
}

.link-menu-company {
  padding: 3rem 4rem;
  text-decoration: none;
}

.link-menu-company:hover {
  text-decoration: none;
}

.link-menu-company-active {
  font-weight: bold;
}

.list-menu-company-active{
  background-color: #e5e5e5ba;
}

.list-menu-company > .custom-card {
  padding: 0;!important;
  margin: 5px auto;
}

.account-class {
  color : #FFF;
  background-color : #2a9d92;
  padding : 5px 20px;
  font-size : 20px;
  font-weight : bold;
}

.dashboard-numbers-title {
  padding : 0px 0px 20px 0px;
  font-size : 15px;
  text-align : center;
}

.dashboard-graph-title {
  font-size : 20px;
  padding : 10px 10px;
}

.dashboard-info {
  padding : 15px;
  min-height: 250px;
}

.dashboard-info-name {
  padding : 5px;
  font-weight : bold;
}

.dashboard-info-value {
  padding : 5px;
}

.dashboard-container {
  margin : 15px 0px;
  background-color : #FFF;
  border-radius : 10px;
  -webkit-box-shadow: 5px 5px 20px 0px rgba(194,194,194,1);
  -moz-box-shadow: 5px 5px 20px 0px rgba(194,194,194,1);
  box-shadow: 5px 5px 20px 0px rgba(194,194,194,1);
}

.bank_balance-container {
  display : inline-block;
  margin : 0px 0px;
  padding : 5px 20px;
  background-color : #FFF;
  border-radius : 10px;
  -webkit-box-shadow: 5px 5px 20px 0px rgba(194,194,194,0.1);
  -moz-box-shadow: 5px 5px 20px 0px rgba(194,194,194,0.1);
  box-shadow: 5px 5px 20px 0px rgba(194,194,194,0.1);
}

.bank_balance-numbers {
  text-align : center;
  font-weight : bold;
  font-size : 20px;
  padding : 0px 0px 0px 0px;
  color : #2a9d92;
}

.bank_balance-numbers-title {
  padding : 0px 0px 0px 0px;
  font-size : 15px;
  text-align : center;
}

.action-toggle {
  width : 30px; 
  height : 30px; 
  line-height : 25px; 
  padding-top : 5px; 
  border-radius : 100%; 
  background-color : #FFF; 
  text-align : center;
}

.action-toggle > span {
  font-size : 20px;
}

div.quote-container {
  padding : 10px 20px;
  min-height : 160px;
}

span.quote {
  font-style: italic;
  font-size : 20px;
  width : 500px;
  max-width : 500px;
  font-weight : bold;
}

span.quote-author {
  color : #888;
  font-size : 18px;
  margin-right : 10px;
  margin-top : 5px;
}

span.quote-sign {
  color : #2a9d92;
  font-size : 40px;
  font-weight : bold;
}

.dashboard-container-round {
  margin : 15px auto;
  
  background-color : #FFF;
  border : solid 5px #2a9d92;
  
  padding : 50px 0px 0px 0px;
  border-radius : 200px;
  height : 200px;
  width : 200px;
  -webkit-box-shadow: 5px 5px 20px 0px rgba(194,194,194,1);
  -moz-box-shadow: 5px 5px 20px 0px rgba(194,194,194,1);
  box-shadow: 5px 5px 20px 0px rgba(194,194,194,1);
}

.dashboard-numbers-round {
  text-align : center;
  font-weight : bold;
  font-size : 30px;
  padding : 25px 0px 10px 0px;
  color : #2a9d92;
}

.dashboard-numbers {
  text-align : center;
  font-weight : bold;
  font-size : 35px;
  padding : 20px 0px 10px 0px;
  color : #2a9d92;
}

.dashboard-numbers-unit {
  font-weight : normal;
  font-size : 12px;
}

.panel-heading {
  font-weight : bold;
}

a {
  color: #122233; 
}

a:hover, a:active {
  color: #2a9d92; 
}

.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}

.email-file {
  border : solid 1px #DDD;
  border-radius : 3px;
  color : #2a9d92;
  padding : 5px 8px;
}

td.item-totals-title {
  width : 100px;
  white-space : nowrap;
}

td.item-totals-price {
  width : 100px;
  text-align : right;
  white-space : nowrap;
}

.bold {
  font-weight : bold;
}

tr.th {
  background-color : #2a9d92 !important;
  color : #FFF;
  font-weight : bold;
}

td.has-error {
  border: solid 1px #a94442 !important;
}

.draggable:hover {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.link:hover {
	cursor: pointer;
}

.link-white {
  color : #FFF;
}

.link-white:hover {
	cursor: pointer;
	color : #FFF;
}

.filter-select {
  margin-bottom : 3px;
}

.panel-default {
  border-color: #122233;
}

.panel-default > .panel-heading {
  color: #FFF;
  background-color: #122233;
  border-color: #122233;
}

.panel-default-2 {
  border-color: #2a9d92;
}

.panel-default-2 > .panel-heading {
  color: #FFF;
  background-color: #2a9d92;
  border-color: #2a9d92;
}

.panel-default-3 {
  border-color: #EEE;
}

.panel-default-3 > .panel-heading {
  color: #333;
  background-color: #EEE;
  border-color: #EEE;
}

.ui-datepicker {
  z-index : 99999999999999;
}

.invoice-format-preview-container {
  display : inline-block;
  margin : 5px 10px 10px 10px;
}

.invoice-format-preview {
  border : solid 1px #555;
  border-collapse: collapse;
  margin-bottom : 10px;
}

.invoice-format-preview th, .invoice-format-preview td {
  border : solid 1px #555;
  white-space : nowrap;
  padding : 2px 3px;
  font-size : 6px;
}

/* ldm */

table.ldm {
  margin : 10px 0px;
}

table.ldm td {
  padding : 2px 5px;
}

.ldm-preview-loader {
  -webkit-box-shadow: 5px 5px 20px 0px rgba(194,194,194,1);
  -moz-box-shadow: 5px 5px 20px 0px rgba(194,194,194,1);
  box-shadow: 5px 5px 20px 0px rgba(194,194,194,1);
  margin-bottom : 10px;
  padding : 50px 0px 50px 0px;
}

.ldm-preview {
  -webkit-box-shadow: 5px 5px 20px 0px rgba(194,194,194,1);
  -moz-box-shadow: 5px 5px 20px 0px rgba(194,194,194,1);
  box-shadow: 5px 5px 20px 0px rgba(194,194,194,1);
  margin-bottom : 10px;
}

/* plan */

.plan-customer {
  display : inline-block;
  vertical-align : top;
  border : solid 1px #2a9d92;
  border-radius : 3px;
  padding : 10px 5px;
}

.plan-customer-name {
  font-weight : bold;
  font-size : 20px;
  margin-bottom : 10px;
}

.plan-invoices {
  display : inline-block;
  vertical-align : top;
}

.plan-invoices-container {
  vertical-align : top;
}

.plan-invoice {
  display : inline-block;
  vertical-align : top;
  margin : 0px 0px;
  padding : 2px 5px;
  text-align : right; 
  width : 70px;
  white-space : nowrap;
  border : 0px;
}

.plan-date {
  text-align : left; 
  width : 80px;
}

.plan-total {
  font-weight : bold;
  background-color : #DDD;
}

.plan-licence {
  background-color : #DDF;
}

.plan-monthlyfee {
  background-color : #DFD;
}

.plan-mediakiosk {
  background-color : #FDD;
}

/* invoices */


tr.th_no_top, tr.th_no_top td {
  border-top : 0px !important;
}

textarea:focus, input:focus{
    outline: none;
}

table.invoice-items {
  
}

table.invoice-items td {
  border : solid #DDD 1px;
  vertical-align : top;
}

textarea.invoice-item-input {
  resize: none;
  overflow:hidden;
  border : 0px;
  padding : 3px 5px;
  height : 30px;
  min-height : 30px;
}

.invoice-item-vat {
  padding : 6px 10px !important;
  width : 60px;
}

.invoice-item {
  margin-bottom : 0px;
  border : 0px;
}

.btn-success {
  color : #FFF !important;
}

/* entities logo */

img.logo_preview {
  height : 100px;
  margin : 10px auto;
}

/* loader */

.loadingAjax {
  background-color : rgba(18, 34, 51, 0.5);
  width : 100%;
  height : 100%;
  z-index : 999999;
  top : 0px;
  left : 0px;
  position : fixed;
  color : #FFF;
  text-align : center;
  font-size : 30px;
  font-weight : bold;
}

.loader {
  border: 20px solid #FFF;
  border-top: 20px solid #2a9d92;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin-top : 300px;
  margin-left : auto;
  margin-right : auto;
}

.loader-ldm {
  border: 20px solid #FFF;
  border-top: 20px solid #2a9d92;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  margin-top : 300px;
  margin-bottom : 300px;
  margin-left : auto;
  margin-right : auto;
}

.loader-attached {
  border: 5px solid #FFF;
  border-top: 5px solid #2a9d92;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
  margin-top : 0px;
  margin-bottom : 0px;
  margin-left : auto;
  margin-right : auto;
}

.loader-details {
  border: 10px solid #FFF;
  border-top: 10px solid #2a9d92;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  margin-top : 0px;
  margin-bottom : 0px;
  margin-left : auto;
  margin-right : auto;
}

.loader-import {
  border: 20px solid #DDD;
  border-top: 20px solid #2a9d92;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
  margin-left : auto;
  margin-right : auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* login */

div.login-form {
  margin-top : 50px;
}

div.login-form input {
  text-align : center;
}

/* pifleet */

table.pifleet-dashboard {
  
}

table.pifleet-dashboard td {
  white-space : nowrap;
  font-size : 10px;
}

table.pifleet {
  
}

table.pifleet td {
  white-space : nowrap;
}

.pifleet-edit {
  
}

.pifleet-edit:hover {
  cursor : pointer;
}

.srvfleet-edit {
  
}

.srvfleet-edit:hover {
  cursor : pointer;
}

.btn-set-pifleet {
  width : 100%;
  text-align : center;
  margin-top : 3px;
}

/* text-orange */

.text-orange {
  color: #2a9d92 !important; 
}

/* badge */

.badge-blue {
  background-color: #0a2afa !important; 
}

.badge-green {
  background-color: #00de04 !important; 
}

.badge-red {
  background-color: #fa0a0a !important; 
}

/* badge-orange */

.badge-orange {
  background-color: #2a9d92 !important; 
}

/* btn-orange */

.btn-orange { 
  color: #ffffff; 
  background-color: #2a9d92; 
  border-color: #2a9d92; 
} 
 
.btn-orange:hover, 
.btn-orange:focus, 
.btn-orange:active, 
.btn-orange.active, 
.open .dropdown-toggle.btn-orange { 
  color: #ffffff; 
  background-color: #2a9d92; 
  border-color: #2a9d92; 
} 
 
.btn-orange:active, 
.btn-orange.active, 
.open .dropdown-toggle.btn-orange { 
  background-image: none; 
} 
 
.btn-orange.disabled, 
.btn-orange[disabled], 
fieldset[disabled] .btn-orange, 
.btn-orange.disabled:hover, 
.btn-orange[disabled]:hover, 
fieldset[disabled] .btn-orange:hover, 
.btn-orange.disabled:focus, 
.btn-orange[disabled]:focus, 
fieldset[disabled] .btn-orange:focus, 
.btn-orange.disabled:active, 
.btn-orange[disabled]:active, 
fieldset[disabled] .btn-orange:active, 
.btn-orange.disabled.active, 
.btn-orange[disabled].active, 
fieldset[disabled] .btn-orange.active { 
  background-color: #2a9d92; 
  border-color: #2a9d92; 
} 
 
.btn-orange .badge { 
  color: #2a9d92; 
  background-color: #ffffff; 
}

.nowrap{
	white-space: nowrap;	
}

.closed{
	background-color:#e8e6e6;
}

.closed:hover{
	background-color:#ddd!important;
}

span.showModifHistory{
  background-color: #c5e6cf6b;
  padding: 7px;
  display: inline-block;
  border-radius: 5px;
  width: 100%;
  text-align: justify;
  min-height: 34px;
  
}
span.showHistory{
  background-color: #e4e4e46b;
  padding: 7px;
  display: inline-block;
  border-radius: 5px;
  width: 100%;
  text-align: justify;
  min-height: 34px;
}

.contentHistory .row{
	padding:5px 20px;

}

.contentHistory{
	padding-top:10px;	
}

table.prog-items {
  width : 100%;
}

table.prog-items td {
  padding : 3px 5px;
}

/* sliders */

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #a94442;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 4px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 71px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 3px;
}

.slider-text {
	display: inline-block;
	width: 71px;
	padding: 4px;
	vertical-align: middle;
	color: #fff;
	height: 26px;
	line-height: 26px;
}

input:checked + .slider {
  background-color: #3c763d;
}

input:focus + .slider {
  box-shadow: 0 0 1px #3c763d;
}

input:checked + .slider:before {
  -webkit-transform: translateX(71px);
  -ms-transform: translateX(71px);
  transform: translateX(71px);
}

table.tag-info {
  margin : 10px 0px;
}

table.tag-info td {
  padding : 2px 10px;
}

/* company */

.company-info {
  padding : 15px;
}

.company-info-name {
  padding : 5px 10px;
  font-weight : bold;
}

.company-info-value {
  padding : 5px 10px;
}

.company-alert-container {
  display : inline-block;
  
  margin : 20px 0px 20px 10px;
  padding : 10px 10px;
  background-color : #FFF;
  border-radius : 10px;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
  vertical-align : middle;
}

.company-list-alert-status {
  display : inline-block;
  margin : 0px 0px 0px 5px;
  width : 25px;
  height : 25px;
  border-radius : 25px;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
  color : #FFF;
  line-height : 25px;
  font-size : 15px;
  font-weight : bold;
}
/*
.company-alert-status {
  margin : 5px auto;
  width : 50px;
  height : 50px;
  border-radius : 50px;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
  color : #FFF;
  line-height : 50px;
  font-weight : bold;
}
*/
.company-alert-status {
  display : inline-block;
  margin : 0px 5px 0px 0px;
  width : 30px;
  height : 30px;
  border-radius : 30px;
  text-align: center;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
  color : #FFF;
  line-height : 30px;
  font-weight : bold;
  vertical-align : middle;
}

.company-alert-status-ok {
  background-color : #282;
}

.company-alert-status-ko {
  background-color : #E44;
}

.company-alert-title {
  display : inline-block;
  padding : 0px 0px 0px 0px;
  font-size : 15px;
  text-align : center;
  font-weight : bold;
  vertical-align : middle;
}

div.mailtoadmin {

}

a.mailtoadmin {
  margin : 5px 10px;
}

.rule-input {
  border : 0px;
  background-color : #FFF;
  border-radius : 0px;
  width : 100%;
}

.text-limit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}

/* MARGIN */
.mb-3 {
  margin-bottom: 3rem!important;
}

.mb-1 {
  margin-bottom: 1rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-1 {
  margin-left: 1rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-1 {
  margin-right: 1rem;
}


.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.p-05 {
  padding: .5rem;
}
.p-0 {
  padding: 0 !important;
}
.w-400 {
  width: 400px;
}
.py-05 {
  padding: .5rem 0;!important;
}
.w-300px {
  width: 300px;
}
.w-130px {
  width: 130px;
}
.w-150px {
  width: 150px!important;
}
.w-90px {
  width: 90px;
}
.w-70px {
  width: 70px;
}
.w-50px {
  width: 50px;
}
.w-25px {
  width: 25px;
}

.w-none {
  width: 0 !important;
}
.w-5 {
  width: 5%;
}
.w-10 {
  width: 10%;
}
.w-15 {
  width: 15%;
}
.w-20 {
  width: 20%;
}
.w-30 {
  width: 30%;
}
.w-35 {
  width: 35%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.w-100 {
  width: 100%;
}

.min-width-120 {
  min-width: 120px !important;
}

.border-radius-4 {
  border-radius: 4px;!important;
}

.border-left-none {
  border-left: 0 !important;
}
.border-right-none {
  border-right: 0 !important;
}

  /* custom-ca3 */
.tbody-ca3-op tr td:nth-child(1),
.tbody-ca3-op tr td:nth-child(4) {
  width: 5%;
}

.tbody-ca3-op tr td:nth-child(2),
.tbody-ca3-op tr td:nth-child(5) {
  width: 35%;
}

.tbody-ca3-op tr td:nth-child(3),
.tbody-ca3-op tr td:nth-child(6) {
  width: 10%;
}

.h-400px {
  height: 400px!important;
}

/* Display */
.d-block {
  display: block;
}

.d-none {
  display: none;
}

.d-inline-block {
  display: inline-block!important;
}

/* Flex */
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.gap-5 {
  gap: 5px;
}
.jcc {
  justify-content: center;
}
.j-space-between {
  justify-content: space-between;
}
.j-content-start {
  justify-content: start!important;
}
.j-content-end {
  justify-content: end;
}
.align-items-center {
  align-items: center!important;
}
.ai-center {
  align-items: center;
}
.ai-start {
  align-items: start;
}

.p-0 {
  padding: 0;
}
.m-0 {
  margin: 0;!important;
}
.mx-10 {
  margin-left : 10px;
  margin-right : 10px;
}
.mt-3 {
  margin-top: 1rem!important;
}
.mt-mobile-nav {
  margin-top: 6rem!important;
}
.my-1 {
  margin-top: .25rem!important;
  margin-bottom: .25rem!important;
}
.my-4 {
  margin-top: 1.5rem!important;
  margin-bottom: 1.5rem!important;
}
.my-5 {
  margin-top: 3rem!important;
  margin-bottom: 3rem!important;
}
.margint-1 {
  margin-top: 1rem;
}
.margint-3 {
  margin-top: 3rem;
}
.margint-5 {
  margin-top: 5rem;
}
.marginl-3{
  margin-left: 3rem !important;
}
.marginr-3{
  margin-right: 3rem !important;
}
.title-card {
  font-weight: bold;
}
.line-h-1 {
  line-height: 1.1;
}

.custom-card {
  margin: 20px auto;
  padding: 2rem;
  border: 1px solid #ced4da;
  border-radius: .5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-card .card-header-custom {
  margin: 3rem .5rem;
}

.custom-card .card-body-custom {
  padding: 3rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: .5rem;
}

.img-container {
  height: 150px;
  object-fit: contain;
  width: 100%;
}

.card-header-comment {
  margin: 1.5rem .5rem ;
}

.font-30 {
  font-size: 30px;
}

.input-error, .input-error:focus {
  border: 1px solid var(--error-color);!important;
  outline: 0;!important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(245 73 73 / 31%);!important;
}
.text-error {
  color: var(--error-color);
  margin: 1rem 1rem;
}
.text-mini {
  margin: .5rem .5rem;
  font-size: 12px;
}
.t-muted {
  color: var(--t-muted);
}
.t-bold {
  font-weight: bold;
}
.t-primary-custom {
  color: var(--t-primary)!important;
}

.t-white {
  color: #FFFFFF;!important;
}
.t-blue {
  color: var(--t-blue);!important;
}

.text-decoration-none {
  text-decoration: none;
}

.text-decoration-none:hover {
  text-decoration: none;
}

.width-200 {
  width: 200px;
}
.margin-r-1 {
  margin-right: 1rem;
}

.bg-primary-custom {
  background-color: var(--primary)!important;
  border: none;
  color: #FFF;
}

.bg-white-default {
  background: #ffffff !important;
}

.bg-in-progress-validation-custom {
  background-color: var(--in-progress-validation)!important;
  border: none;
  color: #FFF;
}

.bg-in-progress-development-custom {
  background-color: var(--in-progress-development)!important;
  border: none;
  color: #FFF;
}
.border-none {
  border: none !important;
}

.label-color-vente { background-color: var(--color-vente); }
.label-color-vente-ht { background-color: var(--color-vente-ht); }
.label-color-vente-tva { background-color: var(--color-vente-tva); }
.label-color-vente-ttc { background-color: var(--color-vente-ttc); }
.label-color-achat { background-color: var(--color-achat); }
.label-color-banque { background-color: var(--color-banque); }
.label-color-od { background-color: var(--color-od); }
.label-color-caisse { background-color: var(--color-caisse); }
.label-color-divers { background-color: var(--color-divers); }

.label-custom{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  padding: .6em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.filter-ticket > .badge {
  padding: 1rem;
  font-size: 16px;
  border-radius: 0;
}
.filter-ticket > .label-custom {
  padding: 1rem;
  font-size: 16px;
  border-radius: 0;
  max-width: none;!important;
}
.label-custom {
  max-width: 150px;
}


/* Page API doc */
.nav-api {
  border-radius: 5px;
  list-style: none;
}

.nav-api > li > a {
  display: block;
  padding: 2rem 0 2rem 4rem;
  list-style: none;
  text-decoration: none;
}

.nav-api > li > a:focus {
  color: #FFFFFF;
}

.nav-api > li > a:active {
  color: #FFFFFF;
}

.nav-api .active {
  background-color: var(--primary);
  box-shadow: inset 0px 3px 10px -2px rgb(0 0 0 / 21%);
}

.nav-api > .active > a {
  color: #FFF;!important;
}

.nav-body {
  background-color: rgba(255, 255, 255, 0.84);
  box-shadow: 0px 8px 23px 0px rgba(0,0,0,0.1);
}
.panel-custom-api {
  padding-left: 4rem;
}


.card-token-button {
  margin-left: 2rem;
}

@media (min-width:768px) and (max-width:1368px) {
  .card-token {
    margin-top: 7rem;
  }
}

@media (min-width:768px) and (max-width:1033px) {
  .card-token {
    margin-top: 13rem;
  }
}

@media (max-width:1150px) {
  .nav-body {
    margin-bottom: 4rem;
  }
  .card-token {
    justify-content: center;
    margin-left: 0;
  }
  .title-api {
    margin-top: 3rem;
  }
}

@media (min-width:991px) {
  .title-api {
    margin-right: 5rem;
  }
  .wrap-no-mb-tab {
    flex-wrap: nowrap;
  }
}

@media (max-width:991px) {
  .api-doc-content {
    padding: 0;
  }
}

@media (max-width:669px) {
  .card-token-button {
    margin-top: 2rem;
    margin-left: 0;
  }
  .btn-balance {
    margin-top: 10px!important;
    margin-left: 0;
    width: 100%;
  }
}

@media (width <= 768px) {
  .btn-w-100-mobile > .btn {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .modal-body-padding {
    padding: 50px;
  }
  .min-width-100px {
    min-width: 100px;
  }
}

/* ENVELOPES */
/* page_esign_envelopes.php */

.esign-envelope-status-initialized{
  background-color: #5555dd;
  color: white;
}
.esign-envelope-status-in_progress{
  background-color: #ffdc4a;
  color: black;
}
.esign-envelope-status-partially_signed{
  background-color: #adf0c7;
  color: black;
}
.esign-envelope-status-totally_signed{
  background-color: #2dc75c;
  color: white;
}
.esign-envelope-status-sent{
  background-color: #2dc75c;
  color: white;
}
.esign-envelope-status-suppressed{
  background-color: #ff6464;
  color: black;
}
.esign-envelope-status-refused{
  background-color: #ff6464;
  color: black;
}

.dropdown-menu>li:hover {
  background-color: #f5f5f5 !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  right: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 6px 0px 0px 6px;
  -moz-border-radius: 6px 0px 0px 6px;
  border-radius: 6px 0px 0px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-right: -12px;
  margin-left: 8px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

#esign-document-preview{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  gap: 12px;
}

.esign-image-preview{
  display: block;
  max-width: 74%;
  height: 83vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.iti { 
  display: block !important;
}

/* override les path du css de intl-tel-input */
.iti {
  --iti-path-flags-1x: url('../images/intl-tel-input/flags.webp') !important;
  --iti-path-flags-2x: url('../images/intl-tel-input/flags@2x.webp') !important;
  --iti-path-globe-1x: url('../images/intl-tel-input/globe.webp') !important;
  --iti-path-globe-2x: url('../images/intl-tel-input/globe@2x.webp') !important;
}

.esign-signature-image-preview{
  display: block;
  max-width: 74%;
  margin: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

#left-esign-signature-box{
  width: 20%;
  height: 84vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 8px 2px;
  color: white;
}

.esign-signature-box-title {
  background-color: #101010;
  width: 100%;
  height: 8%;
  border-radius: 8px 8px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
}

.signature-elements {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  border-radius: 0 0 8px 8px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
}

.signature-elements-signataire{
  color: #101010;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.esign-space{
  margin-top: 45px;
}

.signature-elements-signataire::after{
  content: '';
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #101010;
  margin-top: 4px;
}

.signature1-element {
  width: 80px;
  text-align: center;
  background-color: #f97254;
  border-radius: 25px;
  padding: 2px 4px;
  color: black;
}

.signature2-element {
  width: 80px;
  text-align: center;
  background-color: #2a9d92;
  border-radius: 25px;
  padding: 2px 4px;
  color: black;
}

.signature-elements-placement {
  position: relative;
}

.signature-element-placement {
  position: absolute;
  border: 1px solid;
  text-align: center;
  background-color: #f97254;
  border-radius: 25px;
  padding: 2px 4px;
  color: black;
  min-width: 80px;
}

.signature-elements-wrapper {
  min-height: 90vh;
}

.signature-element-placement-validated {
  background-color: #2a9d92 !important;
}

.signature-element-placement-signature-page{
  min-width: 110px !important;
  padding: 4px 6px !important;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.signature-element-placement-signature-page-image{
  min-width: 140px !important;
  min-height: 56px !important;
  font-size: 20px;
}

.signature-envelope-card {
  margin : 15px 0px;
  background-color : #FFF;
  border-radius : 10px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(194,194,194,1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(194,194,194,1);
  box-shadow: 0px02px 2px 0px rgba(194,194,194,1);

}

.signature-envelope-card-title {
  font-size : 22px;
  padding : 8px 0px;
  background-color: #2a9d92;
  color: white;
  border-radius: 10px 10px 0 0;
}

.signature-envelope-card-title-full{
  font-size : 22px;
  padding : 8px 0px;
  background-color: #2a9d92;
  color: white;
  border-radius: 10px 10px 10px 10px;
}

.signature-envelope-card-comment {
  font-size : 14px;
  padding : 8px 0px;
  background-color: #eeeeee;
  border-radius: 0px 0px 10px 10px;
}

.card-signature-container {
  margin : 0px 0px;
  background-color : #FFF;
  border-radius : 10px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(194,194,194,1);
  -moz-box-shadow: 0px 0px 2px 0px rgba(194,194,194,1);
  box-shadow: 0px02px 2px 0px rgba(194,194,194,1);
  flex-direction: column;
  flex-grow: 1;
}

.signature-overview-elements > .row {
  flex-wrap: wrap; 
  align-items: stretch;
  display: flex;
  padding: 12px;
  gap: 22px;
}

.card-signature-title { 
  font-size : 18px;
  padding : 8px 0px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

.card-signature-info {
  padding : 4px;
  min-height: 80px;
    flex-grow: 1;
}

.card-signature-info-name {
  padding : 5px;
  font-weight : bold;
}

.card-signature-info-value {
  padding : 5px;
}

.signature-overview {
  position: sticky;
  top: 46px;
  z-index: 200;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  
}
.signature-overview-elements {
  background-color: #122233;
  border-radius: 5px;
  width: 73%;
}

.link-disabled{
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}

.notifyjs-wrapper{
  z-index: 999;
}

.vertical-align-middle{
  vertical-align: middle !important;
}


.date-selectable:hover {
  background-color: rgb(149 149 149 / 23%);
}

.date-selectable-selected {
  background-color: rgb(149 149 149 / 23%);
}

.popover{
  max-width:450px;
}

/* dropdown-menu */
.dropdown-menu-align {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* Blocking overlay */
.blocking-overlay {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 11em;
}

.overlay-message {
  padding: 1.6em 2em;
  font-weight: 700;
  border-radius: 6px;
  user-select: none;
}

.date-selectable:hover {
  background-color: rgb(149 149 149 / 23%);
}

.date-selectable-selected {
  background-color: rgb(149 149 149 / 23%);
}

.popover{
  max-width:450px;
}

/****** TABLE RESPONSIVE CUSTOM FOR VAT ******/
.table-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.table-custom-responsive {
  width: 100%;
  border-collapse: collapse;
  flex: 1 1 48%;
}

.table-custom-responsive .th-custom th, .table-custom-responsive td {
  border: 1px solid #ddd;
  padding: 8px;
  vertical-align: top;
  word-wrap: break-word;
}

.table-custom-responsive .th-custom th {
  background-color : #2a9d92 !important;
  color : #FFF !important;
  font-weight : bold !important;
}

@media (max-width: 1300px) {
  .table-wrapper {
    flex-direction: column;
  }

  .table-custom-responsive {
    flex: 1 1 100%;
  }
}
/****** TABLE RESPONSIVE CUSTOM FOR VAT ******/