/* scrollbar styling standard version */
html {
  scrollbar-color: #333 rgba(0,0,0,.15);
  scrollbar-width: thin;
}

body {
	background-color: #fff;
	color:black;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  
 }
h1, h2 {
font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
h1 {
	font-size:22px;
	color:#e2e5e9;
	text-align:center;
}
h2 {
	font-size:20px;
	color:#e2e5e9;
	font-weight:bold;
	margin-top:30px;
}
.anchor-doc-link {
	color:white;
	text-decoration:none;
}
div.float-tools {
	position:fixed;
	z-index:9999;
	margin-right:10px;
	right:0px;
	top:30px;
	text-align:center;
}
.format-required {
	color:red;
}
#margeDiv {
	transition: width 0.5s ease-out;
}
#sidebarbtnClose {
	background-color:black;
	border:none;
	margin-top:-30px;
}
#sidebarbtn {
	background-color:black;
	border:none;
	border-radius:25px;
	width:40px;
	height:40px;
	position:sticky;
	top:10px;
	transition: opacity 0s ease-out;
	opacity:0;
}
#sidebarbtn.hidden {
	position:sticky;
	top:10px;
	transition: opacity 1s ease-out;
	opacity:1;
}
#sidebarAnchor  {
	transition: all 0.5s ease-out;
	left:0px;
	width:250px;
	color:white;
	opacity:1;
}
#sidebarAnchor.hidden {
	transition: all 0.2s ease-out;
	width:0px;
	color:black;
	/* display:none; */
	opacity:0;
}
.titleLike {
	font-size:20px;
	color:#000;
	font-weight:bold;
	font-style:italic;
}
.noHeight {
	-webkit-transition: max-height 2s; 
	-moz-transition: max-height 2s; 
	-ms-transition: max-height 2s; 
	-o-transition: max-height 2s; 
	transition: max-height 2s; 
	max-height:0px!important;
	overflow:hidden!important;
	background: #f4f7f7!important;	
}
.withHeight {
	-webkit-transition: max-height 2s; 
	-moz-transition: max-height 2s; 
	-ms-transition: max-height 2s; 
	-o-transition: max-height 2s; 
	transition: max-height 2s; 
	max-height:unset!important;
	background: #f4f7f7!important;	
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.09) !important;
}
.mt-formulaire {
	margin-top:80px;
}
#mainLogo:after {
  content: url('../img/logoreduit.png');
 width:100px;
  height:60px;
  padding:0px;
 }
#mainLogo.Formulaire:after {
  content: url('../img/logoreduit.png');
  width:100px;
  height:60px;
  padding:0px;
} 
.accordion-body {
	border:0px solid #fff!important;
	padding:0px;
}
.container-fluid {
	padding:0px 10px 0px 10px!important;
}
.titleTable {
font-weight:600 !important;
letter-spacing: normal;
font-size:20px;
font-family: Poppins600;
color: #282624;
margin:10px 0px 10px 0px;
}
.bandeauVisite {
	border:1px solid #e2e5e9;
	background-color:#f2f5f9;
	color:#000000;
	opacity:1;
	display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .8rem;
  border-radius: .4rem;
  background: #f2f5f9;
  min-height: 60px;
}
.infoVisite {
  position: sticky;
  top: 70px;
  z-index: 10;
}
#infoLogo {
	margin-bottom: 0;
	color: #01408d;
	font-size: 18px;
	font-family:'PoppinsExtraBold';
}
#infoVille {
	font-size:14px;
}
/* .custom-bootstrapTable { */
	/* transition: height 1s ease; */
/* } */

/* Zone de recherche */
.bs-searchbox .form-control:focus  {
	border:none!important;
	border-bottom:1px solid gray!important;
	outline: none!important;
	 box-shadow:none!important;
}
.bs-searchbox .form-control  {
	border:none!important;
}
.dropdown-menu {
	z-index:9999!important;
}
.alert-dismissible .btn-close {
  padding:0.5rem 0.5rem;
}
/* input[type="search"] { */
	/* margin-top:10px; */
/* } */

.filterText {
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: DarkSlateGrey;
	background-color: #fff;
	border-radius:3px;
	border:1px solid ;
	padding-right:30px;
}
.btn-floating .material-icons {
	width:2.3125rem;
	height:2.3125rem;
	background-color:transparent;
	border:none;
	border-radius:2.3125rem;
	line-height:2.3125rem;
	text-align:center;
	margin:0.25rem;
}
.btn-floating .material-icons:hover {
	background-color:#00000005;
}
.btn-floating {
	color:#34495e;
}
.icon-default {
	 color:#34495e ; 
}
.icon-green {
	 color:#2ecc71; 
}
.icon-red {
	 color: #d64e31 ; 
}
.icon-orange {
	 color: #faa120; 
}
.icon-dkblue {
	 color:#1b4f72; 
}
.icon-yellow {
	 color:#f4d03f; 
}
.icon-none {
	 color:transparent; 
}

.btn-floating .material-icons:hover {
	background-color:#9aafd1!important;
	/* color:white!important; */
	/* opacity: 1 !important; */
	transition: background-color 1s;
}
.btnSearch {
	line-height: 2.2rem!important;
	width:2.2rem;
	border-radius:3px;
}
.filterRoles
{
  color: blue;
  background-color: #fff;
  border-color: blue;
  padding:0.25rem 2.5rem 0.25rem 0.25rem;
}
.filterClients
{
  color: blue;
  background-color: #fff;
  border-color: blue;
  padding:0.25rem 2.5rem 0.25rem 0.25rem;
}
.filterCriticites
{
  color: blue;
  background-color: #fff;
  border-color: blue;
  padding:0.25rem 2.5rem 0.25rem 0.25rem;
}

.filterActivites
{
  color: green;
  background-color: #fff;
  border-color: green;
  padding:0.25rem 2.5rem 0.25rem 0.25rem;
}
/* BootstrapTable */
table {
	font-size:0.9rem!important;
}
thead th:first-child {
	border-radius: 6px 0 0 0;
	background-color: #01408d!important;
}
thead th:last-child {
	border-radius: 0 6px 0 0;
	background-color: #01408d!important;
}
.headRapport th:first-child {
	border-radius: 6px 0 0 0;
	background-color: #01408d!important;
	padding-left:10px;
}
.headRapport th:last-child {
	border-radius: 0 6px 0 0;
	background-color: #01408d!important;
}
.with_small_fixed_10 {
	width:50px;
}
.with_small_fixed_50 {
	width:120px;
}
.with_small_fixed_120 {
	max-width:120px!important;
	overflow: hidden!important;
}
.with_small_fixed_200 {
	width:200px!important;
}
.whitesmoke {
	background-color:#f2f5f9;
	color:#000000;
	opacity:0.6;
	padding:10px 10px 10px 10px;
	border-radius:5px;
}
.whitesmoke:focus {
	background-color:#d1d1d1;
	opacity:0.9;
	border:none;
}
.whitesmoke:hover {
	background-color:#d1d1d1;
	opacity:0.9;
	border:none;
}
.whitesmoke:not(:focus-within) {
	border:none;
}
.filterDropdown .dropdown:hover {
	background-color:#d1d1d1;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
    float: right;
    margin-top: 8px;
	background-color:#f2f5f9;
}
th  {
	font-family: Poppins400;
	font-weight: bold!important;
	font-size:14px!important;
	background-color: #01408d!important;
	color:white!important;
	border:0px solid transparent;
	border-right:1px solid #cecee7!important;
	text-align:center;
	border-radius: 0px;
	border-bottom:1px solid #cecee7;
	word-wrap: break-word;
}
th .th-inner {
	padding:0.1rem 0.1rem 0.1rem 0.75rem !important;
}
td  {
	border:0px solid transparent;
	border-bottom:1px solid gray;
	padding:0.3rem 0.1rem;
}
.rapportTable td  {
	border:0px solid transparent;
	border-top:1px solid #cecee7;
	padding:0.3rem 0.1rem;
}
.rapportObservation td {
	border:0px solid transparent!important;
	padding:0.3rem 0.1rem;
}
.rapportFile td {
	border:0px solid transparent!important;
	border-bottom:unset;
	padding:0rem 0rem;
}
.file_link {
	cursor:pointer;
	color:blue;
}
.is-success {
	filter: invert(13%) sepia(94%) saturate(7466%) hue-rotate(120deg) brightness(164%) contrast(115%);
	height:25px;
}
.is-uncolored {
	height:25px;
}
.is-info {
	filter: invert(12%) sepia(63%) saturate(6234%) hue-rotate(180deg) brightness(187%) contrast(136%);
	height:25px;
}
.is-warning {
	filter: invert(13%) sepia(94%) saturate(7466%) hue-rotate(35deg) brightness(294%) contrast(155%);
	height:25px;
}
.is-danger {
	filter: invert(13%) sepia(94%) saturate(7466%) hue-rotate(0deg) brightness(94%) contrast(145%);
	height:25px;
}
.fixed-table-pagination {
	font-size:0.8rem!important;
}
.mat-icon.mat-primary {
  color: #01408d;
}
.btn-mat-primary {
	background-color: #01408d;
	color: #fff;
	border-radius: 3px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease 0s; 
}
.btn-mat-primary:hover {
  background-color: #014099;
  color: #fff;
}
.btn-primary {
	background-color: #01408d!important;
	border-color: #01408d!important;
}
span.titleBootstrapTable {
	font-size: 1.5rem;
	color:#01408d!important;
	margin-right:1rem;
}
h1, h2, h3, h4 {
	/* color:#c0392b !important; */
	color: black;
}
h4 {
font-weight:600 !important;
letter-spacing: normal;
font-size:24px;
font-family: Poppins600;
color: #282624;
}
h3 {
	font-size: 1.5rem;
	color:#c0392b !important;
}
.btn-primary {
	background-color:#01408d;	
}
.titleStandard {
	color:#01408d;
	font-size:1.2rem;
}
.headerStandard {
	background-color:#eeeeee;
	color:#01408d;
	font-size:1.2rem;
	border:1px solid #01408d;
}
.loginImg {
	min-height:100vh;
	min-width:63%;
	background:linear-gradient(
      rgba(10,60,130, 0.35), 
      rgba(10,60,130, 0.35)),url('../img/LoginImg.png') no-repeat;
	background-size: cover;
	background-position: 0px -170px;
	}
div.login_content {
	width:100vw;
}
.login_content h1 {
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: 300;
	color:white!important;
	margin-bottom:2rem;
}

.login_content a {
color:white!important;
}
.login_content p {
font-size: 1.2rem;
line-height: 2.0rem;
margin-bottom: 3.4rem!important;
color:white!important;
}
.display-none {
	display:none;
}
input.required-border {
	border-color:1px solid red;;
	min-height: calc(2em + 1rem + calc(2 * 2));
	padding: .5rem 1rem;
	font-size: 1.2rem;
	border-radius: 3px;
	background-color: #eeeeee;
  }
div.waitArea {
	min-height:100vh;
	min-width:100%;
	background-color:transparent;
	opacity:0.9;
	position:absolute;
	z-index:10000;
	left:0;
	top:0;
	display:none;
	flex-direction:row;
	justify-content: center;
	align-items:center;
}
div.waitArea img {
	border-radius:4px;
	background-color:#000;
	opacity:0.7;
	padding:5px;
	height:50px;
	width:50px;
}
div.waitArea.visible {
	display:flex;
}

#status-area {
position:fixed;margin-top:0px;margin-left:0px;z-index:9999;	
}

#status-area {
  position:fixed;
  margin:0 auto;
  width:300px;
  line-height:2rem;
  min-height:2rem;
  background: transparent;
  color:transparent;
  z-index:10000;
  top:5vh;
  left:-300px;
  opacity:0;
  text-align: center;
  transition:opacity  0.6s,left  0.6s; 
  font-size:1rem!important;
}

#status-area.shown {
  background:  #edf1f9 ;
  border: 2px inset #edf1f9;
  color:black;
  left:0;
  opacity:1;
}

#status-area.shown.alertInfo {
  background:  #a0e1e7;
  border: 2px inset #a0e1e7;
  color:black;
  left:0;
  opacity:1;
}

#status-area.shown.alertSuccess {
  background: lightgray;
  border: 2px inset lightgray;
  color:black;
  left:0;
  opacity:1;
}

#status-area.shown.alertDanger {
  background:  #f5d0ac;
  border: 2px inset #f5d0ac;
  color:black;
  left:0;
  opacity:1;
}
