.containerMap{
	background-color: black;
	width: 100%;
	height: 100%;
}

#map{
	background-color: white;
	top: 40px;
	bottom: 0px	;
	left:0px;
	right: 0px;
	position: absolute;
	
	
}

#header{
	background-color: #3e4146;
	height: 60px;
	width: 100%;
}


.dropdown-header {
    cursor: default;

}

.ol-attribution{
	display: none;
}

#projectName{
	position: absolute;
	color: white;
	font-size: 33px;
	top: -6px;
	right: 171px;
	text-align: center;
	cursor: default;
}

.arbe{
	/* background-color: #0d3a4d; */
}

#arbeLink{
	background-image: url("../images/arbeMiin.png");
	background-repeat: no-repeat;
	position:absolute;	
	width: 152px;
	height: 42px;
	bottom: 5px;
	
	cursor: pointer;
	left: calc(50vw - 76px); 
	 
}


.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #dfe8ec;   
}


.my-primary{
  color: white ;
  background-color: #ff5146;
}

.my-primary:focus, .my-primary:hover{
  color: white ;
  background-color: #e93d32;
}




.ol-control {
    background-color: none;
    border-radius: 4px
}

.ol-control:hover {
    background-color: none;
}


.ol-control button{ 
    background-color: rgba(255, 81, 70, 1) !important;
    text-decoration: none !important;
    cursor: pointer;
}


.ol-control button:focus {
	border: none !important;
	outline: 0 !important;	
	text-decoration: none !important;
}

/* 
::selection {
    color: none;
    background: none;
}
For Mozilla Firefox
::-moz-selection {
    color: none;
    background: none;
}
*/
.dropdown-item {
	cursor:pointer;
	} 
	
	
.btnCsv{
	width: 59px;
	position: absolute;
    top: 14px;
    height: 40px;
	
}

.btnAdd{
	width: 247px;
    margin-top: 18px;
    margin-left: 21px;
}

.btnRetour{
	position: absolute;
	top: -7px;
	width: 73px;
	padding-bottom: 8px;
}

.imgOreed{
    position: absolute;
    top: 5px;
    left: 114px;
    height: 50px;
    width: 172px;
    background-image: url(../images/logo_oreedd_50.png);
}


.btnExport{
	position: absolute;
	top: -4px;
	width: 59px;
	padding-bottom: 8px;
	z-index: 1;
	
	left: 64px;
}

.btnAide{
	position: absolute;
	top: -4px;
	width: 59px;
	padding-bottom: 8px;
	z-index: 1;
}

.btnNewOrgansime{
	position: absolute;
    top: -4px;
    width: 216px;
    padding-bottom: 8px;
    z-index: 1;
    right: 322px;
}


.sidenav {
  height: 100%;
  width: 160px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.main {
  margin-left: 160px; /* Same as the width of the sidenav */
  /* font-size: 28px; Increased text to enable scrolling */
  padding: 0px 10px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

#raccourci{
	width: 100%;
    height: 50px;
    background-color: #f8f9fa!important;;	
}

.btnSaveOrganisme{
position: absolute;
    /* top: 25px; */
    width: 102px;
    right: 11px;
    margin-top: -39px;
}


.btnAPI{
position: absolute;
    /* top: 25px; */
    width: 160px;
    right: 123px;
    margin-top: -39px;

/* 		width: 162px;
    margin-top: 18px;
    margin-left: 21px; */
}

.divlabelRaccourci{
	    font-weight: bold;
    padding-top: 13px;
    padding-left: 15px;
}

.itemRaccourci{	   
    font-weight: normal;
    padding-left: 8px;
    font-weight: normal;
    padding-right: 8px;
    cursor: pointer;
}

.itemRaccourci:hover{
		background-color: #17a2b8;
		color: white;
		border-radius: 3px;
		
	}

legend {
    color: #17a2b8;
}


.titreFiche{
	font-weight: bold;
	
}
.divCheck{
	padding-left:10px;
	display : inline-block;
}

.labelCheck{
	font-weight: normal;
	padding-left: 5px;
}





table.table td a.edit {
    color: #28a745;
    cursor: pointer;
}

table.table td a.edit:hover {
    color: #28a745 !important;
    cursor: pointer;
    opacity: 0.5;
}

table.table td a.delete {
    color: #E34724;
    cursor: pointer;
}

table.table td a.delete:hover {
    color: #E34724 !important;
    cursor: pointer;
    opacity: 0.5;
}

table.table th:last-child {
    width: 70px;
}



.divButtonSave{
    padding-bottom: 5px;
    top: -12px;
}

.divButtonAddDatagrid{
	    margin-top: -23px;
    float: right;
    padding-bottom: 5px;
    top: -12px;
}

.divButtonAddDatagridUtilisateur{
    /* float: right; */
    padding-bottom: 5px;
    top: -12px;
}


.buttonAddDatagrid{
	margin-left: 5px;
	font-size: 14px;
}


.buttonRequete{
	margin-bottom: 5px;
    width: 446px;}

.modal-dialog {
    max-width: 1218px !important; 
 
}	



/* autocomplete tagsinput*/
.label-info {
  background-color: #5bc0de;
  display: inline-block;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  font-weight: normal;
}


/*
 * bootstrap-tagsinput v0.8.0
 * 
 */

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .badge {
  margin: 2px 0;
  padding:5px 8px;
}
.bootstrap-tagsinput .badge [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .badge [data-role="remove"]:after {
  content: "×";
  padding: 0px 4px;
  background-color:rgba(0, 0, 0, 0.1);
  border-radius:50%;
  font-size:13px
}
.bootstrap-tagsinput .badge [data-role="remove"]:hover:after {

  background-color:rgba(0, 0, 0, 0.62);}
.bootstrap-tagsinput .badge [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

#toast-container > div {
   opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}


.divButtonsLogo{
	display: block;
	margin-top: 51px;
    margin-left: 20px;
}

.divImageButtons{
	display: flex;
}

    

.crop {
    width: 200px;
    height: 200px;
    object-fit: scale-down;
}
.logo{
	
	border-radius: 5px;
	border: solid;
	border-width: 1px;
	cursor: pointer;
	width: 200px;
	height: 200px;
	overflow: hidden;
	position: relative;;background-color: black;
}

.centerColonne{
	    text-align: center;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill:valid,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus
{
    -webkit-transition-delay: 99999s;
    -webkit-text-fill-color:#D7D8CE;
}