html > body{
--bs-link-color-rgb: black;
}
.nav-link{
  color:black;
}

@media (prefers-color-scheme: light) {
  :root {
    --choices-bg-color: none;
    color-scheme: light;
  }
}
@media (prefers-color-scheme: dark) {
  :root {
    /* Demo defaults */
    --body-bg: #272a2b;
    --text-color: #cacaca;
    --color-primary: #38daff;
    --section-bg: #181a1b;
    --section-color: #cacaca;
    --hr-border: none;
    --choices-primary-color: #38daff;
    --choices-item-color: rgb(32,32,32);
    --choices-bg-color: none;
    --choices-bg-color-dropdown: rgb(32,32,32);
    --choices-keyline-color: #3b3e40;
    --choices-bg-color-disabled: #181a1b;
    --choices-item-disabled-color: #eee;
    --choices-disabled-color: #2d2d2d;
    --choices-highlighted-color: rgb(130, 130, 130);
    color-scheme: dark;
  }
  input, select {
    color: #fff;
  }
}


.choices__inner {
  border-color:var(--bs-border-color);
}

.is-focused {
  border-color: #86b7fe!important;
}

html[data-bs-theme^="light"] > body
{
  --bs-body-bg: #f9f9f9;
  /*--bs-border-color:*/
  
  --bg-color: white;
  --text-color: black;
  --entete-ef-color: rgb(145, 167, 195);
  --subtitle-ef-color: rgb(217, 217, 217);
}
html[data-bs-theme="dark"] > body
{
  /*--bs-body-bg: rgb(51,51,51);*/
  --bs-body-bg: rgb(44,44,44);

  --bs-border-color: rgb(65,65,65);
  
  --bg-color: black;
  --text-color: white;
  --entete-ef-color: none;
  --subtitle-ef-color: none;
}
html[data-bs-theme="light"] .modal-header {background-color: whitesmoke;}
html[data-bs-theme="light"]  .sidebar-link{color:rgb(30,20,30);}
html[data-bs-theme^="light"] a, html[data-bs-theme^="light"]  .nav-link{color:rgb(15,15,15);}

html[data-bs-theme^="light"] #pageTitle {color: rgb(6,6,6);}

html[data-bs-theme="dark"] .sidebar-link,
html[data-bs-theme="dark"] .select2-container--default .select2-selection--single .select2-selection__rendered,
html[data-bs-theme="dark"] .chosen-container-single .chosen-single,
html[data-bs-theme="dark"] a,
html[data-bs-theme="dark"]  .nav-link
{
  color:white;
}



html[data-bs-theme^="light"] #topNav,html[data-bs-theme^="light"] #appsNav,html[data-bs-theme^="light"] .card-header,html[data-bs-theme^="light"] .card-footer {
  background-color: rgb(240,240,240);
  color: rgb(15,15,15);
}
html.is-eco[data-bs-theme^="light"]  #appsNav, html.is-eco[data-bs-theme^="light"]  #header
{
  background-color: rgb(249,249,249);
  color: rgb(6,6,6);
}
html[data-bs-theme="dark"] #topNav,html[data-bs-theme="dark"] #appsNav,html[data-bs-theme="dark"] .card-header,html[data-bs-theme="dark"] .card-footer, html[data-bs-theme="dark"] .modal-header
{
  background-color: rgb(32,32,32);
  color: rgb(223,223,223);
}
html.is-eco[data-bs-theme="dark"]  #appsNav, html.is-eco[data-bs-theme="dark"]  #header
{
  background-color: rgb(25,25,25);
  color: rgb(237,237,237);
}



html[data-bs-theme="light-green"] .sidebar-nav, html[data-bs-theme="light-green"] .card-header , html[data-bs-theme="light-green"] .card-footer , html[data-bs-theme="light-green"] .modal-header
{
  background-color: #8dff860a;
}
html[data-bs-theme="light-yellow"] .sidebar-nav, html[data-bs-theme="light-yellow"] .card-header , html[data-bs-theme="light-yellow"] .card-footer , html[data-bs-theme="light-yellow"] .modal-header 
{
  background-color: #faffbb29;
}
html[data-bs-theme="light-red"] .sidebar-nav, html[data-bs-theme="light-red"] .card-header , html[data-bs-theme="light-red"] .card-footer , html[data-bs-theme="light-red"] .modal-header 
{
  background-color: #ffbbbb29;
}
html[data-bs-theme="light-blue"] .sidebar-nav, html[data-bs-theme="light-blue"] .card-header , html[data-bs-theme="light-blue"] .card-footer , html[data-bs-theme="light-blue"] .modal-header 
{
  background-color: #ceeaff4f;
}


.sidebar-link:hover , .nav-link:hover
{
  background:#337ab7!important;
  color:white!important;
}


.border-right   { border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }


.select2-container--default .select2-selection--single
{
  background-color: transparent;
}

.chosen-container-single .chosen-default
{
  color:#999!important;
}

.chosen-container-multi .chosen-choices
{
  background-image:  none;
  background-color: transparent;
}
.select2-dropdown
{
  background-color: var(--bs-body-bg);
}
.chosen-container .chosen-drop
{
  background-color: var(--bs-body-bg);
}
html[data-bs-theme="dark"] .chosen-container .chosen-results
{
  color: white;
}


.feather {
  stroke: var(--bs-body-color);
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  stroke-width: 1; 
  fill: none;
}



a:hover, a:active, a:focus {
	color:black;
    outline: none;
    text-decoration: none;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    left: 20px;
    display:none;
}
.btn-primary{
    background-color: #337ab7;
    border-color: #367fa9;
}
/*
.btn-secondary{
    background-color: #337ab7;
    border-color: #367fa9;
}
*/
.buttons-html5{
  font-size: 0.9em;
  margin: 3px;
  padding:3px;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: textfield;
}

/*** Off canvas ***/
main{
	padding:0px!important;
}
#workspace{
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}
/*
#topNav
{
	height:45px;
}
*/
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 45px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: #6f42c1; }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }

/*** Off canvas ***/



/*** dashboard ***/

body {
  font-size: .875rem;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}
/*
.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}*/
.navbar{
  padding: 0px;
}

.navbar .form-control {
  /*padding: .75rem 1rem;*/
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}


/*** End Dashboard ***/



/*** Side bar ****/
.sidebar,.sidebar-content{
	transition:margin-left .35s ease-in-out,left .35s ease-in-out,margin-right .35s ease-in-out,right .35s ease-in-out
}
.sidebar-nav{padding-left:0;margin-bottom:0;list-style:none;flex-grow:1}
.sidebar-link{
	display:block;
	position:relative;
}
.sidebar-dropdown{
	padding-left:20px;
}
.sidebar-link:hover{
	font-weight:600;
}
.sidebar-dropdown .sidebar-link:before{display:inline-block;position:relative;left:-14px;transition:all .1s ease;transform:translateX(0)}
.sidebar-dropdown .sidebar-item .sidebar-link:hover:hover:before{transform:translateX(4px)}
.sidebar-item [data-bs-toggle=collapse]:after{content:" ";border:solid;border-width:0 .075rem .075rem 0;display:inline-block;padding:2px;transform:rotate(45deg);position:absolute;top:1.2rem;right:1.5rem;transition:all .2s ease-out}
.sidebar-item [aria-expanded=true]:after,.sidebar-item [data-bs-toggle=collapse]:not(.collapsed):after{transform:rotate(-135deg);top:1.4rem}
/*** End Side bar ****/

.navbar .nav-link
{
  padding: 8px;
}


.form-control:focus, button.btn:focus {
    box-shadow: none!important;
}

.form-group,.form-control{
	display:inline;
}

.form-group input,.form-group select,.form-group textarea, .select2 {
    margin-bottom:5px;
}

.select2-selection{
    height: 38px!important;
}

.chosen-container-single .chosen-single {
-webkit-box-shadow: none;
  box-shadow: none;
}

.chosen-container-single .chosen-default, .chosen-container-single .chosen-single ,.select2-container--default .select2-selection--single

{
  border: var(--bs-border-width) solid var(--bs-border-color);
}

label.required{
  font-weight: bold;
}

.sidebar-content{
	border:none;
}

.sidebar{
	padding:0px;
	margin:0px;
	padding-left: 1px;
}
.sidebar-item{
	line-height:40px;
}
.searchForm
{
	padding-top: 3px;
	padding-bottom: 2px;
}

a, .nav-link {
  text-decoration: none;
}

.close {
    color: maroon;
}

/*** APP Content ***/
.jrnArticle th, .jrnArticle td{
  border: none!important;
}
.newMvt a, .newMvt{
	color:green;
}
.jrnLettre a, .jrnLettre{
	color:#2d9c51;
}
.jrnNonLettre a, .jrnNonLettre{
	color:#c85c5c;
}
.jrnOK a, .jrnOK{
	color:green;
}
.jrnError a, .jrnError{
	color:red;
}
.montant,.montantOrdre{
  white-space: nowrap;
  text-align: right;
}
.nowrap{
  white-space: nowrap;
}
.entreeStock a, .sortieStock a, .entreeStock, .sortieStock
{
  color:white;
}
.entreeStock
{
  background-color:rgb(50, 110, 68)!important;
}
.sortieStock
{
  background-color:rgb(93, 34, 34)!important;
}


.saisieRapideForm{
  padding-left:20px;
}
.saisieRapideForm input
{
	margin-right:2px;
}

.fullBorder{
	border:dotted 1px grey;
	vertical-align:center;
	display:inline;
	padding:10px;
	min-height:37px;
}
.textZone{
	min-height:60px;
}

.field {
    margin-bottom: 10px;
    min-height: 45px;
}


.sousOrdre > div{
  border-top: solid 1px;
	line-height: 200%;
	height: 100%;
}
.articleCommandes
{
	font-size: 0.9em;
}


table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 0px;
}
.table-bordered th, .table-bordered td {
  border: none;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom-color:#c2cfd6;
}


.smallLeftPadDiv{
  padding-left:20px;
}
.smallRightPadDiv{
  padding-right:20px;
}



/*** End APP Content ***/


/*** Etats financiers ***/
.page0, page, portraitPage
{
	/*page-break-after: Always;*/
}
select.xforms-value
{
  width:150px;
}
input.xforms-value {
    color:black;
    margin-bottom: 5px;
}
input.transparentInput, .transparentInput input
{
    background: none;
    border: none;
}
input.smallInput, .smallInput input
{
    width:50px;
}
input.mediumInput, .mediumInput input
{
    width:80px;
}
input.mediumInput2, .mediumInput2 input
{
    width:100px;
}
input.mediumInput3, .mediumInput3 input
{
    width:70%;
}
input.fullWidthInput, .fullWidthInput input, select.fullWidthInput, .fullWidthInput select
{
    width:90%;
}
select.transparentInput, .transparentInput select
{
    background: none;
    border: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
select.transparentInput:hover, .transparentInput select:hover
{
    background: white;
    text-indent: 0px;
}
input.transparentInput:hover, .transparentInput input:hover, input.transparentInput:focus, .transparentInput input:focus
{
    background: white;
}
select.transparentInput2, .transparentInput2 select
{
    background: none;
    border: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
select::-ms-expand.transparentInput .transparentInput select::-ms-expand
{
    display: none;
}
.fullBorder{
	border:dotted 1px grey;
	vertical-align:center;
	display:inline;
	padding:10px;
	min-height:37px;
}
.textZone{
	min-height:60px;
}
.selectRights{
	font-weight:normal;
}
input[type="file"].form-control{
   height: auto;
}
.field {
    margin-bottom: 10px;
    min-height: 45px;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: none;
    margin-left: 0px;
}
.blackText {
    color: #333;
}

.printer-only, .printer-only * {
	visibility: hidden;
}  
/*** Media Print ***/
@media print {
	main { overflow: hidden }
	body * {
	visibility: hidden;
	}
	#section-to-print, #section-to-print *, #workspace, #workspace *,
	.page,.page0,.page *,.page0 *, .portraitPage,.portraitPage * {
	visibility: visible;
	}
	.screen-only, .screen-only *{
	visibility: hidden;
		display: none;
	}  
	.printer-only, .printer-only * {
	visibility: visible;
	}
	.printer-and-screen, .printer-and-screen * {
	visibility: visible;
	}
	.panel{
		padding: 20px;
	}
	.panel, .panel-heading, .panel-body
	{
		border:none;
	}
	a[href]:after{
		visibility: hidden;
	}
	@page{
		margin: 0px;
		margin-top: 12px;
		margin-bottom: 12px;
	}
}
/*** End Media Print ***/
/*** End Etats financiers ***/




/*





.searchInput, .searchBtn {
    
    border-radius:0px;
    height:27px;
    border-color: rgb(170,170,170);
    font-size:1em;
}




.select2-container--default .select2-selection--single ,
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.app-header.navbar .nav-item button
{
    border-radius: unset;
}





.card-header
{
	padding: 5px;
}




div.dataTables_filter input {
    width: 100%;
}

.modal-content{
    border: 1px solid rgba(0,0,0,.2);
}
.modal-backdrop,.modal {
    background: none!important;
}
.modal.fade{
    top: auto;
    bottom: auto;
}


.active > a > .fa.fa-angle-left:before {
    content: "-";
}



.register_form_center
{
    margin-left:18px;
    margin-right:18px;
}
#login-nav input { margin-bottom: 15px; }




    
    h1{
        font-size:125%;
    }
    th, td {text-align:center; }
    .alignLeft{text-align:left; }
    .alignRight{text-align:right; }
    
    

    
    tr.odd2 td {
        background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
        background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
    }
    
    tr.even td {
        background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
        background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
    }
		
		.panel-body{
			text-align: justify!important;
		}




.noPad{
	padding-left: 1px;
	padding-right: 1px;
}



label{
  font-weight: normal;
}
li.titre{
	padding-left:16px;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    position: relative;
}
.form-group {
    margin-bottom: 0px;
}



.logoutLink{
	background: none!important;
	padding: 0px!important;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before
{
    display: none;
    content: none;
}
.form-horizontal .control-label {
    text-align: left;
}
.nav-tabs {
    display: flex;
}


















.dynamic_table, table.dataTable {
    width: 100% !important;
}
ul.nav-dropdown-items > li.nav-item
{
	position: relative;
	left: 15px;
}
.nav-dropdown-items
{
	overflow: hidden;
}
.sidebar .nav {
    width: auto;
}
.panel-body
{
	background-color: white;
	padding: 5px;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.list-group-item {
	padding: 0.5em;
}
.text-center{
	text-align: center;
}
form input[type="submit"]
{
	margin-top: 20px;
}
.dropdown-menu.show {
    padding: 5px;
}
  





div.dataTables_wrapper div.dataTables_filter label {
    white-space: normal;
    text-align: center;
}
.btn {
    white-space: normal;
}
table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding-right: 0px; 
}
div.dataTables_wrapper div.dataTables_info {
    white-space: normal;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px;
}





textarea{
	padding: 1px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 1px !important;
}

input[type="submit"]{
	padding-left: 5px !important;
  padding-right: 5px !important;
}


*/
/*
.form-control {
  width:inherit;
}*/
/*
.form-group > input.form-control{
    width: 25%;
}
*/
form .select2  {
    width: 100%!important;
}

.dotation{
  display: contents;
}

.dotation input{
  margin: 1px;
}
label.control-label {
  display:block;
}
label.checkbox {
  display:inline;
}
/*
.sr-only, .col-12 label.control-label
{
  display: none!important;
}
*/
input[type="checkbox"] {
    position: relative;
    top: 2px;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.modal-backdrop {
  display:none;
}
.modal {
  z-index: 2;
}

.chosen-single{
    height: 38px !important;
    background-image: none !important;
    padding-top: 5px !important;
}
.chosen-container-multi{
    min-height: 38px;
    padding-bottom: 5px;
}
.select2-selection--single {
    padding-top: 3px;
}

textarea.form-control {
    margin-top: 5px;
}


