:root {
/*	--bs-body-font-family: 'arial';*/
/*	--bs-body-font-size: 1rem;*/
/*	--bs-body-line-height: 1;*/
}

@media screen {
	table > * > * > th.today,
	table > * > * > td.today,
	table > * > * > th.inactive_day.today,
	table > * > * > td.inactive_day.today {
		background-color: #404772;
		color: white;
	}
	table > * > * > th.inactive_day,
	table > * > * > td.inactive_day {
		background:#f9f9f9;
	}
}
.lb {
	font-size: 90%;
	font-weight: normal;
}
.lb-sm {
	font-size: 80%;
	font-weight: normal;
}
#boxNbDossAdmin {
	position: absolute;
    width: 1.5em;
    height: 1.5em;
    border-radius: 99px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.5;
    color: #fff;
    opacity: .999;
    background-color: #f8612e;
	margin: 1px 0px 0px 10px;
}

.form_date  {
	padding-left: 0.5rem !important;
}

select.form-control {
	line-height: 1;
}

button.buttons-excel {
	padding: 0.2em 1em;
	margin-bottom: 0em;
}
a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:active, a:hover {
    outline: 0;
}
a {
    color: #337ab7;
    text-decoration: none;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
li.w-100 {
    /*margin-left: 0.25rem;*/
}
.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate, .paging_simple_numbers {
	font-size: 0.88em;
}
.dataTables_length > label > select {
	height: 25px;
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 0.88rem;
	line-height: 1.42857143;
	color: #555;
	/* background-image: none; */
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin: 1.5px;
	padding: 5px;
	appearance: auto;
}

@media (min-width: 992px) {
	#sbNav {
		width: 200px;
	}
}
	
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d6efd;
}
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
}
.px-0 {
    padding-right: 0!important;
    padding-left: 0!important;
}
a.nav-link {
    padding: 0.15rem 1rem;
}
a.nav-link:hover, a.nav-link:focus {
    color: #0d6efd;
    background-color: #616d7947;
	text-decoration: none;
}
ul.nav-pills > li > a {
	padding: 0.5rem 1rem;
}
ul.nav-pills {
    font-size: 0.88em;
}
ul.nav-pills > li {
    border-bottom: 1px solid #0d6efd;
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
span.nav-hidden {
  display: none !important;
  visibility: hidden !important;
}
#sbNav.nav-hidden {
  width: auto !important;
}
div.nav-hidden {
	width: auto;
}
.form-tab label {
	font-weight: bold;
}

/* If the screen size is 992px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 992px) {
	table.table > thead > tr > th, table.table > thead > tr > td, table.table > tbody > tr > td {
		font-size: 0.88em;
		padding: 0px;
	}
	table.mytable > thead > tr > th, table.mytable > thead > tr > td, table.mytable > tbody > tr > td {
		font-size: 0.88em;
		padding: 3px;
	}
	table.dataTable th, table.dataTable td {
		font-size: 0.88em;
	}
}

/* If the screen size is 992px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 992px) {
	table.table > thead > tr > th, table.table > thead > tr > td, table.table > tbody > tr > td {
		font-size: 0.68em;
		padding: 0px;
	}
	table.mytable > thead > tr > th, table.mytable > thead > tr > td, table.mytable > tbody > tr > td {
		font-size: 0.68em;
		padding: 3px;
	}
	table.dataTable th, table.dataTable td {
		font-size: 0.68em;
	}
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn {
    padding: 0.175rem 0.5rem;
    font-size: 0.88rem;
}
.tab-pane {
	padding-top: 0.75rem;
}
.tab-pane div{
/*	padding-right: 0.5rem;
    padding-left: 0.5rem; */
}
.modal-content {
	font-size: 0.88rem;
}

.btn-file[disabled], .removeFile[disabled] { display: none; }

.btn-file {
    position: relative;
    overflow: hidden;
    width: 110px;
	min-width: 110px;
    height: 23px;
    font-size: 0.78rem;
    margin-left: 0.7rem;
    background-color: #efefef;
    padding: 0px;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}
.files {
	flex-flow: row;
	display: flex;
}
.fileList {
	margin: 0px;
	margin-left: 20px;
}