body {
	font-family: Roboto, sans-serif;
}

.block {
	display: block;
}

a {
	text-decoration: none;
	color:black;
}

.bg-gold {
	background-color: #998a72 !important;
}

.dashboard .list-item.with_bg-gold {
	display:none;
}

#type_transport {
	height: 70px;
}

#type_transport a {
	display: block;
	float: left;
	width:50%;
	text-align: center;
	font-size: 22px;
	text-decoration: none;
	padding:16px 0;
	font-weight: bold;
	color:lightgray;
	border-bottom: 1px solid lightgray;
}

#type_transport .active {
	color:#1d3587;
	border-bottom: 3px solid #1d3587;
}



.hidden {
	display: none !important;
}

.validerRefuse {
	background-color: #d26a5c !important;
}

.notEnabled,
.bg-rouge.notEnabled {
	background-color: gray !important;
	background-image: repeating-linear-gradient( 45deg, transparent, transparent 35px, rgba(255, 255, 255, .5) 35px, rgba(255, 255, 255, .5) 70px) !important;
}

.d_immat {
	font-weight: bold;
	font-size: 32px;
}

#search_immat {
	text-transform: uppercase;
}

/* .mb_keyboard {
	margin-bottom: 80vh;
} */

#recap_valid, .prettyTable {
	margin: 5vw;
	width: 90vw;
}

#recap_valid td, .prettyTable td {
	padding: 8px;
	width: 50%;
}

#recap_valid, .prettyTable {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}

#recap_valid td,
#recap_valid th,
.prettyTable td,
.prettyTable th {
	border: 1px solid #ddd;
	padding: 8px;
}

#recap_valid tr:nth-child(even),
.prettyTable tr:nth-child(even) {
	background-color: #f2f2f2;
}

:root {
	--mdc-theme-primary: #1d3587;
}

aside.mdc-drawer--modal.open {
	display: block;
	ransform: translateX(256px);
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-timing: linear;
}

.login .main-content {
	background-image: url(../img/chantier_machine.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	padding-bottom: 0px;
	height: 100vh;
}

.login .button-content {
	min-height: 100%;
	max-width: 100%;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	position: relative;
}

.login .message {
	padding: 20px 24px;
	line-height: 24px;
}

.login .mdc-button {
	margin-bottom: 20px;
	padding: 32px 16px;
	font-size: 20px;
}

.login #main-content .mdc-button {
	width: 92%;
}

.login .mdc-dialog .mdc-dialog__content {
	align-items: center;
	justify-content: center;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.login .mdc-dialog label {
	margin-bottom: 20px;
}

.login .mdc-text-field__input {
	padding-left: 12px;
}

.home .mdc-list-item__meta:not(.material-icons) {
	color: #1d3587 !important;
	font-size: 16px !important;
}

.mdc-card {
	margin: 20px 16px;
}

.mdc-card__primary-action {
	flex-direction: row;
}

.mdc-card-content {
	padding: 16px;
	text-align: center;
}

.dashboard .list-item {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	padding: 16px;
	padding-left: 16px;
	padding-right: 16px;
}

.dashboard .list-item__text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	align-self: flex-start;
	font-size: 3.1vw;
	line-height: 7vw;
	width: 40%;
}

.dashboard .list-item__meta {
	margin: auto;
	text-align: center;
	font-size: 3.1vw;
}

.dashboard .list-item__meta {
	width: calc(14vw - 2px);
	height: calc(14vw - 2px);
	border-radius: 10px;
	color: #FFFFFF;
}

.dashboard .list-item__meta.head {
	color: #000000;
	height: auto;
}

.dashboard .list-item__meta.number {
	font-size: 4vw;
	line-height: calc(14vw - 2px);
	text-decoration: none;
}

.dashboard .list-item__meta.number.poidsp {
	position: relative;
}

.dashboard .list-item__meta.number.poidsp .annotationContainer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	padding: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
}

.dashboard .list-item__meta.number.poidsp .annotationContainer .empty {
	flex-grow: 1;
}

.dashboard .list-item__meta.number.poidsp .annotationContainer .annotation {
	font-size: 1.75vw;
	line-height: 1;
	padding: 4px;
  border-radius: 4px;
}

.dashboard .list-item__meta.number.poidsp .annotationContainer .annotation.error {
	background-color: red;
}

.dashboard .list-item__meta.icon {
	font-size: 10vw;
}

.dashboard .list-item__meta.icon i {
	font-size: 10vw;
	line-height: calc(14vw - 2px);
}

.w-50 {
	width: 50%;
}

.p-16 {
	padding: 16px;
}

.bg-vert {
	background-color: #46c37b !important;
}




.bg-orange {
	background-color: #f3b760 !important;
}

.bg-rouge {
	background-color: #d26a5c !important;
}

.bg-rougeForce {
	background-color: #d26a5c !important;
}

.bg-gris {
	background-color: #87888E !important;
}

.bg-blue {
	background-color: #1d3587 !important;
}
.bg-lightblue {
	background-color: rgba(92, 201, 245, 1.00) !important;
}


.cl-white {
	color: #FFFFFF !important;
}

.tab-content {
	argin-top: calc(30vh - 125px);
}

.flex {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab-content .input,
.tab-content .input-autocomplete,
.tab-content .type-emetteur {
	position: relative;
	max-width: 400px;
	width: 50%;
}

.tab-content .input input,
.tab-content .flex input,
.tab-content .flex select {
	position: absolute;
	z-index: 100;
	padding: 30px 16px 0 16px;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	height: 100%;
	background: transparent;
	color: #1d3587;
	font-size: 24px;
	border: none;
	border-radius: 0;
	display: block;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tab-content label {
	font-size: 24px;
}

.tab-content .input label::before,
.tab-content .flex label::before {
	content: "";
	border: 0px solid transparent;
	border-width: 4px;
	border-color: #1d3587;
	border-top-width: 40px;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 10px);
	height: 60px;
}

.tab-content label span {
	position: relative;
	font-size: 24px;
	display: block;
	width: 100%;
	padding: 45px 16px;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s, color 0.3s;
	transition: transform 0.3s, color 0.3s;
	text-rendering: geometricPrecision;
	color: #fff;
	-webkit-transform: translate3d(0, -1.5em, 0) scale3d(0.75, 0.75, 1);
	transform: translate3d(0, -1.5em, 0) scale3d(0.75, 0.75, 1) translateZ(1px);
}

.select,
.autocomplete {
	text-align: left;
	max-width: 400px;
	width: 50%;
	margin: 20px auto;
}

.select select,
.autocomplete input {
	height: 64px;
	display: block;
	margin: auto;
	max-width: 400px;
	width: 100%;
	padding: 0 16px;
	box-sizing: border-box;
	font-size: 24px;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, .42);
	background-color: #f5f5f5;
	color: rgba(0, 0, 0, .6);
	font-family: Roboto, sans-serif;
}

.select label,
.autocomplete label,
.essieux label {
	padding: 16px;
	display: block;
}

.essieux {
	text-align: center;
}

.tab-content .input-autocomplete:first-child,
.tab-content .type-emetteur:first-child {
	margin-left: 16px;
	margin-right: 8px;
}

.tab-content .input-autocomplete:last-child,
.tab-content .type-emetteur:last-child {
	margin-left: 8px;
	margin-right: 16px;
}

.floating {
	align-items: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 16px;
}

.floating>div {
	width: 33.33%;
}

.mdc-notched-outline__notch {
	border-top: none;
}

.mdc-notched-outline {
	display: flex;
	position: absolute;
	right: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	max-width: 98%;
	height: 100%;
	text-align: left;
	pointer-events: none;
	border: none;
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
	color: #1d3587;
}

.sign-content {
	padding: 20px 16px;
	position: relative;
}

.sign-content span {
	position: absolute;
	top: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	padding: 0 5px;
	font-size: 18px;
	color: #1d3587;
}

.sign-content #signature {
	border: 2px solid #1d3587;
	height: 230px;
	border-radius: 4px;
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
}

anvas {
	height: 100% !important;
	width: 100% !important;
}

#signature button {
	position: absolute;
	top: auto;
	margin: 0px !important;
	left: 45%;
}

#clear {
	position: absolute;
	bottom: 35px;
	left: 45%;
}



:root {
	--button-bottom: 16px;
}


.fixed.valider,
.fixed.ajouter,
.fixed.addVehValider,
.fixed.sigUserValider,
.fixed.validerSMS,
.fixed.validerARRIVEE,
.likeValider,
.fixed.validerRefuse,
.fixed.validerNouveau,
.fixed.renvoyerSMS {
	z-index: 999;
	position: fixed;

	bottom: var(--button-bottom);

	right: 16px;
	font-size: 18px;
	height: 40px;
}

.fixed.ajouter {
	position: fixed;
	bottom: 24px;
	right: 24px;
	height: 78px;
	width: 78px;
	border-radius: 100%;
}

.mdc-chip-set {
	align-items: center;
	justify-content: center;
}

.mdc-chip {
	height: 40px;
	font-size: 20px;
	border-radius: 20px;
	padding: 0 14px;
}

.mdc-chip.selected {
	background-color: #46c37b;
	color: #FFFFFF;
}

.mdc-chip .mdc-chip__ripple {
	border-radius: 20px;
}

.tab-content .mdc-card {
	height: 16vh;
}

.big_zones .mdc-card__primary-action, .chantier .tab-content .mdc-card__primary-action {
	height: 100%;
}

.big_zones .mdc-card-content, .chantier .tab-content .mdc-card-content {
	text-align: left;
	width: 95%;
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.big_zones .mdc-card-content hr, .chantier .tab-content .mdc-card-content hr {
	width: 65%;
}

.big_zones .icon-link, .chantier .tab-content .icon-link {
	position: absolute;
	right: 16px;
	top: calc(50% - 3vh);
	font-size: 6vh;
}

.big_zones .icon-link i, .chantier .tab-content .icon-link i {
	display: inline-block;
	width: 8vh;
	text-align: center;
}

.big_zones .icon-link span, .chantier .tab-content .icon-link span {
	display: inline-block;
	font-size: 4vh;
	text-align: center;
}

.big_zones .mdc-card-content hr, .chantier .tab-content .mdc-card-content hr {
	margin: 8px 0;
}


/* AUTOCOMPLITE */

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
	background: #ffffff;
	display: block;
	color: #333333;
	border: 2px solid #e7e7e7;
	border-radius: 4px;
	z-index: 100;
	width: 80% !important;
	left: 10% !important;
	text-align: left;
	max-height: 40vh;
	overflow: scroll;
}

.ui-menu .ui-menu-item {
	cursor: pointer;
	list-style-image: none;
	font-size: 14px;
	padding: 12px 0 12px 0;
	border-bottom: 1px solid #e7e7e7;
}

#add_vehicule_page .ui-menu {
	width: 50% !important;
	left: 25% !important;
	text-align: center;
}

#add_vehicule_page .ui-menu .ui-menu-item {
	font-size: 22px;
	font-weight: bold;
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.tab-content .type-emetteur {
	border: 1px solid var(--mdc-theme-primary, #6200ee);
	border-radius: 4px;
	background-color: #fff;
	position: relative;
	box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	text-align: center;
	padding: 20px 40px;
	font-size: 20px;
	margin-bottom: 16px;
	height: 100px;
	line-height: 24px;
	font-weight: bold;
}


/* .show-if-reemploi {
  display: none !important;
} */

.tab-content .type-bordereau {
	border: 1px solid var(--mdc-theme-primary, #6200ee);
	border-radius: 4px;
	background-color: #fff;
	position: relative;
	box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 10px;
	font-size: 16px;
	height: 40px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 10px;
	width: 40%;
}

.tab-content .type-emetteur.bg-vert {
	border-color: #46c37b !important;
}

.padded {
	margin-left: 16px;
	margin-right: 0;
	width: calc(100% - 32px);
}

#camion {
	text-transform: uppercase;
	font-size: 28px;
	text-align: center;
}

#fixed_header {
	position: absolute;
	width: 100%;
	background-color: white;
	z-index: 5;
}

.dashboard .bg-rouge {
	background-color: #FFFFFF !important;
	border: 1px solid #000000;
}

.tab-content .input.valid label::before,
.tab-content .flex label.valid::before {
	border-color: #46c37b !important;
}

.bt .floating .mdc-text-field.valid div.mdc-notched-outline div,
.sms .floating .mdc-text-field.valid div.mdc-notched-outline div,
.sign-content #signature.valid {
	border-color: #46c37b !important;
}

.sms .floating>div {
	width: 70%;
}

.bt_arrivee .floating>div {
	width: 70%;
}

.fixed.validerNouveau {
	left: 16px;
	height: 50px;
}

.fixed.validerRefuse {
	height: 50px;
}

button.ajouter {
	background-color: #e0517c !important;
}

.width100 {
	width: 100%;
}

.width200 img {
	width: 200%;
}

#iframe {
	position: absolute;
	overflow: overlay;
	width: 100%;
}

#fader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	z-index: 999999;
	pointer-events: none;
	background: white;
	animation-duration: 300ms;
	animation-timing-function: ease-in-out;
}

#fader:before {
	content: 'fade'
}

@keyframes fade-out {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes fade-in {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

#fader.fade-out {
	opacity: 0;
	animation-name: fade-out;
}

nfc {
	margin: auto;
	display: block;
}

.tab-content .input-autocomplete {
	margin-left: 2% !important;
	margin-right: 2% !important;
	width: 96%;
	max-width: 96%;
}

main.bt .flex {
	display: block;
}

#detailMaille {
	float: right;
	position: relative;
	z-index: 100;
	margin-right: 6px;
	margin-top: 4px;
}

#mailleDetail {
	font-size: 24px;
	line-height: 32px;
	padding: 0 12px;
	border-radius: 5px;
}

#nfcActivation {
	color: #1d3587;
	font-size: 32px;
	margin: 0 30px;
}

#allValues {
	margin-bottom: 30px;
	display: none;
}

#allValues input {
	width: 80%;
	margin: auto;
	display: block;
}

#versionning {
	bottom: 16px;
	position: absolute;
	left: 16px;
	opacity: 0.5;
	font-style: italic;
}

.new_maille {
	margin-left: 2% !important;
	margin-right: 2% !important;
	width: 96%;
	max-width: 96%;
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.new_maille span {
	line-height: 36px;
	font-size: 20px;
}

.tab-content .flex .new_maille input {
	position: relative;
	float: right;
	width: 30px;
	height: 30px;
	border: 5px solid black;
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

@media screen and (max-width: 480px) {
	html {
		width: 100vw;
	}
	.login .mdc-dialog__actions .mdc-button {
		margin-bottom: 0;
		padding: 0 16px;
	}
	.mdc-top-app-bar {
		width: 100vw;
	}
	dOLDiv {
		border: 1px solid red;
	}
	.d_immat {
		font-size: 22px;
	}
	.dashboard .w-50.p-16 .material-icons {
		display: none;
	}
	.dashboard .list-item__meta.number {
		font-size: 3vw;
		line-height: calc(14vw - 6px);
	}
	.dashboard .list-item__meta {
		width: calc(14vw - 6px);
		height: calc(14vw - 6px);
	}
	.dashboard .list-item__meta.icon i {
		font-size: 6vw;
		line-height: calc(14vw - 6px);
	}
	.chantier .tab-content .icon-link {
		position: absolute;
		right: 10px;
		top: calc(50% - 2vh);
		font-size: 4vh;
	}
	.chantier .tab-content .icon-link span {
		font-size: 3vh;
	}
	.mdc-typography--headline5 {
		font-size: 14px;
	}
	.mdc-typography--headline4.w-50.p-16 span {
		font-size: 18px;
	}
	.mdc-typography--headline4.w-50.p-16 span.material-icons {
		padding-top: 4px;
	}
	.fixed.ajouter {
		height: 64px;
		width: 64px;
	}
	.tab-content .type-emetteur {
		padding: 12px 4px;
		font-size: 16px;
	}
	#camion {
		font-size: 20px;
	}
	.tab-content .input input,
	.tab-content .flex input,
	.tab-content .flex select {
		font-size: 16px;
		padding: 32px 10px 0 12px;
	}
	.tab-content .input label::before,
	.tab-content .flex label::before {
		height: 42px;
	}
	.tab-content label span {
		padding: 32px 16px;
		top: 12px;
	}
	.fixed.valider,
	.fixed.addVehValider,
	.fixed.sigUserValider,
	.fixed.validerSMS,
	.fixed.validerARRIVEE,
	.fixed.validerRefuse,
	.fixed.validerNouveau,
	.likeValider,
	.fixed.renvoyerSMS {
		position: fixed; //relative
		margin: 24px 0 0 32px;
	}
	.tab-content .input,
	.tab-content .input-autocomplete,
	.tab-content .type-emetteur {
		width: 70%;
	}
	.type-emetteur {
		align-items: center;
		justify-content: center;
	}
	.select,
	.autocomplete {
		width: 70%;
	}
	.tab-content label {
		font-size: 18px;
	}
	.select select,
	.autocomplete input {
		height: auto;
		font-size: 16px;
		padding: 16px;
	}
}



#transports_from_arrivee .list-item__meta.number {
	font-size:2.5vw;
}

#transports_from_arrivee .list-item__meta.text {
	font-size:2vw;
}



caneeevas.jSignature {
	height:100% !important;
	width:100% !important;
}




.big_title {
    position: relative;
    font-size: 30px;
	color:#1d3587;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.big_title:before, .big_title:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #1d3587;
}
.big_title:before {
    margin-left: -50%;
    text-align: right;
}



.tab-content .preloader_exutoire.big_zones .mdc-card {
	height: 12vh;
}


.opacity-10 { opacity: 0.1; }
.opacity-20 { opacity: 0.2; }
.opacity-30 { opacity: 0.3; }
.opacity-40 { opacity: 0.4; }
.opacity-50 { opacity: 0.5; }
.opacity-60 { opacity: 0.6; }
.opacity-70 { opacity: 0.7; }
.opacity-80 { opacity: 0.8; }


.afterloader_exutoire {
	display: none;
}

#ex_title {
	text-align: center;
}

#ex_title input[type="date"] {
	padding:4px;
}

#ex_type {
	font-weight: bold;
	background: white;
	width: 50px;
	text-align: center;
	border: 0;
}


.bg-gray {
	background-color: #eee;
}

.hideIfClient {
	display: none;
}


.selectOther {
	display: none;
	padding: 8px;
}


.exutoire_form .ui-autocomplete {
	width: 300px !important;
	text-align: center;
}

#ex_immatriculation {
	text-transform: uppercase;
}



ul.site>a {
	text-decoration: none;
	color:rgba(0,0,0,0.87);
}

.bt .tab-content .input-autocomplete {
	width: 96% !important;
}

.mdc-fab__label {
	overflow-x: visible;
}


.AMELIORERmdc-drawer-app-content {
	max-width: 800px;
	margin: auto;
}


.cancel .mdc-button__label {
	color:rgb(197, 0, 0);
}

.mdc-dialog__actions button, .mdc-dialog__actions a {
	width: 50%;
	padding: 0 !important;
	margin: 0 !important;
}
