:root {
	--dl-size-size-large: 144px;
	--dl-size-size-small: 48px;
	--dl-size-size-medium: 96px;
	--dl-size-size-xlarge: 192px;
	--dl-size-size-xsmall: 16px;
	--dl-space-space-unit: 16px;
	--dl-size-size-xxlarge: 288px;
	--dl-color-grays-dark80: #212121cc;
	--dl-color-grays-gray40: #63667066;
	--dl-color-grays-gray60: #63667099;
	--dl-size-size-maxwidth: 1158px;
	--dl-color-grays-dark100: #212121ff;
	--dl-color-grays-gray100: #636670ff;
	--dl-color-grays-white60: #ffffff99;
	--dl-color-grays-white80: #ffffffcc;
	--dl-radius-radius-round: 50%;
	--dl-color-grays-black100: #000000;
	--dl-color-grays-white100: #FFFFFF;
	--dl-space-space-halfunit: 8px;
	--dl-space-space-sixunits: 96px;
	--dl-space-space-twounits: 32px;
	--dl-radius-radius-radius2: 2px;
	--dl-radius-radius-radius4: 4px;
	--dl-radius-radius-radius8: 8px;
	--dl-space-space-fiveunits: 80px;
	--dl-space-space-fourunits: 64px;
	--dl-color-backgrounds-gray: #f7f4f2ff;
	--dl-space-space-threeunits: 48px;
	--dl-color-backgrounds-green: #2b584dff;
	--dl-color-backgrounds-purple: #623373ff;
	--dl-color-backgrounds-primary: #022657ff;
	--dl-color-backgrounds-darkblue: #364570ff;
	--dl-space-space-oneandhalfunits: 24px;
	--dl-color-backgrounds-lightgreen: #9cbec6ff;
	--dl-color-backgrounds-customgreen:#1e9c87;
	--dl-size-input-height: 42px;
  }

html, body {
	height: 100%;
}

body {
  text-align: center;
}

.fullHeightContainer {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.vAlignDiv {
	display: table-cell;
	vertical-align: middle;
}


.bg-dgray { 
	background-color: #2f2f2f; /* Black Gray */
	color: #fff;
}



.text-wrap {
	white-space: normal;
}


.fixed-bottom-style {
	background: #dbdbdb;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}


.error-message {
	height: 100px;
    max-height: 100px;
    overflow-y: scroll;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}
@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}


.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.loading-overlay { 
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    background-color: rgb(2, 38, 87);
    background-color: rgba(2, 38, 87, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.loading-overlay-content {
    position: relative;
    top: 45%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    color: white;
}

.loading-overlay-content-top {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    color: white;
}

.loading-overlay-content-dlg {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    color: white;
}



.demo-overlay { 
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.4);
    overflow-x: hidden;
    transition: 0.5s;
}

.demo-element {
    position: relative;
    z-index: 10001;
    padding: 5px;
    background-color: white;
}

.demo-popover {
	z-index: 10001;
	border-left-color: red;
	border-left-width: 15px;
}

.panel-demo {
	border-left-color: red;
	border-left-width: 15px;
	color: blue;
}

.no-click-element {
	pointer-events: none;
}

.demo-modal {
	z-index: 10002 !important;
}



.btn-gold {
	color: #8B4513;
	background-color: #FFD700;
	border-color: #FFD700;
}

.btn-gold:hover, .btn-gold:focus, .btn-gold:active:focus, .btn-gold:active, .btn-gold.active, .open>.dropdown-toggle.btn-gold {
    color: #8B4513;
    background-color: #D4AF37;
    border-color: #D4AF37;
}

.menu-item-color {
	background-color: #EEEEEE;
}

.hoverstyle {
	
}

.hoverstyle li:hover {
    text-decoration: underline;
    font-weight: bold;
}

.selected-menu-item {
	border-right-color: #555;
	border-right-width: 5px;
}

.input-group-addon { 
	min-width: 50px; 
}




/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}




.signature {
    border-style: solid;
    border-color: darkblue;
}


.admin-position-button {
	position: fixed;
	bottom: 10%;
	left: 10px;
}



.no-border {
	border-style: none;
}


.panel-form {
	background-color: #EEEEEE;
	margin-left: 10%;
	margin-right: 10%;
}

.drivermap {
	height: 70%;
	min-height: 250px;
	width: 100%;
	text-align: left;
}

.choosecoordsmap {
	height: 100%;
	min-height: 250px;
	width: 100%;
	text-align: left;
}
	
@media only screen and (min-width: 769px) {

	.adminmap {
		position: fixed;
		height: 85%;
		width: 65%;
		text-align: left;
	}
	
}


@media only screen and (max-width: 768px) {
	
	.adminmap {
		position: fixed;
		height: 80%;
		width: 77%;
		left: 20%;
		text-align: left;
	}


	.panel-form {
		margin-left: 0;
		margin-right: 0;
	}
}



.print {
	display: none;
}

@media print {
	
	@page {
		margin: 0;/* Pour supprimer les header et footer */
	}
	
	.print {
		display: block;
	}
	.no-print {
		display: none;
	}
	.page-breaker {
		page-break-after: always;
	}
	
	.underline-text-input {
		border: 0;
		outline: 0;
		background: transparent;
		border-bottom: 1px solid #cccccc;
	}
}



.body-padding-top {
	padding-top: 60px;	
}

.bg-blue-night {
	background-color: #022657;
}

.blue-night-text {
	color: #022657;
}

.white-text {
	color: white;
}


.calendar-cell {
    height: 20px !important;
}


.calendar-small-cell {
    height: 10px !important;
}

.calendar-absent-cell {
	background-color: lightsalmon !important;
    height: 55px !important;
}

.calendar-present-cell {
	background-color: lightblue !important;
    height: 55px !important;
}


.calendar-present-and-absent-cell {
	background-image: linear-gradient(lightsalmon, lightblue);
    height: 55px !important;
}

.calendar-outside-month-cell {
    height: 55px !important;
}


.calendar-box {
	min-height : 50px !important;
}


.legend-rectangle {
	height: 15px;
	width: 30px;
}


.body-overflow {
	overflow: auto;	
}



.bill-blinker {
	animation: blinker 3s linear infinite;
	font-weight: bold;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}



.label-black {
  background-color: #000000;
}
.label-black[href]:hover,
.label-black[href]:focus {
  background-color: #000000;
}


.dlg-fit-screen {
	height: 85vh;
	overflow-y: auto;
}

.notice {
color: #fff;
background-color: #286090;
border-color: #204d74;
margin-left: 10%;
margin-right: 10%;
padding: 3px;
}

.notice a{
	color: #022657;
	font-weight:700;
	font-size:19px;
	font-style: bold;
}

@media only screen and (max-width: 768px) {
	.notice {
		margin-left: 0;
		margin-right: 0;
	}
}


.leaflet-draw-toolbar .leaflet-draw-draw-rectangle {
    background: url("res/selectionOnMap.png");
    background-color: #FFF;
    background-size: cover;
}





input,
.StripeElement {
  height: 40px;
  padding: 10px 12px;

  color: #32325d;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

input:focus,
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}


.video-backdrop {
	opacity: 0.9 !important;
}



/* Chrome, Safari, Edge, Opera */
input.nbelements::-webkit-outer-spin-button,
input.nbelements::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number].nbelements {
  -moz-appearance: textfield;
}


.typeahead-item {
    padding: 5px 10px;
    cursor: pointer;
}
.typeahead-item:hover {
    background-color: #f0f0f0;
}

