/** Add css rules here for your application. */
@media ( max-width :768px) {
	.sp-block {
		height: 100% !important;
		overflow: hidden !important;
	}
	.sp-title {
		font-size: 20px !important;
	}
}

@font-face {
	font-family: "Roboto";
	src: url('../fonts/Roboto-Regular.ttf');
}



html {
	height: 100%;
	overflow: hidden;
}

body {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	background-color: #FFF;
	height: 100%;
	margin: 0px;
	background-size: cover;
}

/** Example rules used by the template application (remove for your app) */
h1 {
	font-size: 2em;
	color: #777777;
	margin: 40px 0px 70px;
	text-align: center;
}


 /* Pour les navigateurs WebKit (Chrome, Safari) */
        input[type=number]::-webkit-inner-spin-button,
        input[type=number]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

        /* Pour Firefox */
        input[type=number] {
            -moz-appearance: textfield;
        }

.page-container {
	position: relative;
	min-height: 100%;
}

.identification-container {
	background: white;
	padding: 20px;
	border-radius: 15px 15px 15px 15px;
}

.identification-inputtext {
	border-bottom: 2px solid #bfbfbf !important;
	font-size: 14px !important;
	background: transparent !important;
	color: #000 !important;
	height: 30px !important;
}

.identification-btn_img {
	background-color: #002A54;
	text-align: center;
}



.header-table-scroller {
  overflow-y: scroll;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
}

.header-table-scroller::-webkit-scrollbar {
   /*  height: 1px;
    width: 1px; */
    background: transparent;
    width: 8px;
}

.header-table-scroller::-webkit-scrollbar-track-piece  {
    background-color: transparent;
}

.header-table-scroller::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: transparent;
} 


.scroller {
  overflow-y: auto;
  scrollbar-color: #131D3C transparent;
  scrollbar-width: thin;
}

.scroller::-webkit-scrollbar {
   /*  height: 1px;
    width: 1px; */
    background: transparent;
    width: 8px;
}

.scroller::-webkit-scrollbar-track-piece  {
    background-color: transparent;
}

.scroller::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #131D3C;
} 



.sendButton {
	display: block;
	font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
	width: 400px;
}

.dialogVPanel {
	margin: 5px;
}

.serverResponseLabelError {
	color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
	margin: 15px 6px 6px;
}

.sp-inputtext {
	border-bottom: 2px solid white !important;
	font-size: 14px !important;
	background: transparent !important;
	color: #fff !important;
	height: 30px !important;
}

.sp-inputtext-img {
	text-align: center !important; 
}

.sp-nextbutton {
	border: none;
	width: 75%;
	height: 50px;
	float: left;
	font-size: 24px;
	border-radius: 5px;
	width: 100%;
	background-color: #FFFFFF55;
	color: #565c5c;
}

.btn-kiosque {
	color: #FFFFFF;
	background-color: #FFFFFF55;
	border: 1px solid #FFFFFF !important;
	color: #565c5c;
	margin-top: 20px;
	border-radius: 16px;
	text-align: center;
	cursor: pointer;
	margin-left: 20px;
	margin-right: 20px;
	height: 200px;
}

.sp-block {
	background: #FFFFFF;
	height: 80vh;
	overflow: auto;
	padding-bottom: 60px;
}

.sp-user-list {
	background-color: #005354;
	color: #FFFFFF;
}

.connexion-panel {
	width: 100%;
	display: block;
	padding: 0px;
	text-align: center;
	min-height: 100%;
	background: transparent;
}

.sp-title {
	font-size: 24px;
	display: table;
	padding-top: 30px;
	padding-bottom: 10px;
	font-family: OldStandard;
}

.sp-img-wait {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sp-user-list {
	border-bottom: 1px dotted white;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sp-user-list>p {
	margin: 0;
	cursor: pointer;
}

.sp-navbar-back {
	text-align: left;
	margin-left: 20px;
}

.sp-content {
	margin-top: 80px;
}

#nav_title {
	font-size: 25px;
	color: #FFFFFF;
}


.sp-filter-cadre {
	border-bottom: solid 1px #d8d8d8 !important;
	padding-bottom: 10px;
	/* 	margin-right: 10px; */
/* 	margin-left: 10px; */
}

h4 {
	color: #FFFFFF;
	font-size: 20px;
	height: 32px
}

.title-table {
	color: #FFFFFF;
	font-size: 20px;
	margin: 2px;
}

/* #sp-selectall-comptes-rapport-button,  */
/* #sp-selectall-agents-rapport-button, #sp-selectall-events-rapport-button { */
/* 	width: 100%; */
/* 	background: #98BD29; */
/* 	border-radius:10px; */
/* 	color:white; */
/* 	font-size: 12px; */
/* 	font-weight: bold; */
/* } */
/* #sp-raz-rapport-button, #sp-raz-comptes-rapport-button,  */
/* #sp-raz-agents-rapport-button, #sp-raz-events-rapport-button  { */
/* 	width: 100%; */
/* 	background: #0F3381; */
/* 	border-radius:10px; */
/* 	color:white; */
/* 	font-size: 12px; */
/* 	font-weight: bold; */
/* } */
.sp-rapport-column-detail>a {
	color: #fff;
}

td {
	height: 32px
}

}
.sp-rapport-row-suivi {
	text-align: right;
	font-style: italic;
	padding: 5px;
}

#nav_back {
	background: #FFF;
	border: none;
	font-size: 18px;
}

#nav_deconnect {
	height: 30px;
}

.sp-filter-scroll {
	max-height: 50vh; 	
	overflow-y : auto;
	margin-top: 15px;
}


.accord-filter-scroll {
	max-height: 50vh; 	
	overflow-y : auto;
	margin-top: 15px;
	height: 200px;
}

.profils-filter-scroll {
	max-height: 40vh; 	
	overflow-y : auto;
	margin-top: 15px;
}

h2 {
	margin-top: 0px;
	color: #FFF;
}

#sp-detail-rapport-door_iot {
	font-size: 30px;
	color: #131D3C;
}

#sp-detail-rapport-photo {
	text-align: right;
}

.sp-detail-title {
	font-size: 20px;
	color: #FFF;
}

.sp-detail-value {
	font-size: 20px;
}

.sp-detail-date {
	font-size: 30px;
	color: #131D3C;
}

#sp-detail-rapport-photo>img {
	width: 50%;
}

.sp-block-title {
	font-size: 1.1rem;
	color: #131D3C;
}

#sp-login, #sp-passwd {
	text-align: center;
}

.sp-photo-error {
	border: solid 1px #131D3C;
	text-align: center;
	padding-top: 130px;
	font-size: 20px;
}

.sp-div-img-calendar, .sp-div-select-calendar {
	display: block;
	float: left;
}

.sp-div-img-calendar>img {
	width: 24px;
	height: 24px;
}

#sp-btn-filters {
	width: 36px;
	float: right !important;
	cursor: pointer;
}

.vertical-center {
	min-height: 100%; /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh; /* These two lines are counted as one :-)       */
	display: flex;
	align-items: center;
}

.parent {
	position: relative;
}

.child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



.btn-sp-blue {
	color: #FFF;
	background-color: #14a6a8;
	width: 100%;
}

.btn-sp-blue:HOVER {
	color: #FFF;
	background-color: #2eccb4;
}

.searchbox {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #131D3C33;
	border-radius: 3px;
	opacity: 1;
}

.notebox{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #131D3C33;
	border-radius: 6px;
	opacity: 1;
}

#sp-filter-horaire-perso-btn {
	margin-top: 3px;
	font-size: 20px;
	color: #98BD29;
}

#sp-btn-filters {
	margin-top: 8px;
	font-size: 20px;
	text-align: right;
	color: #FFFFFF;
}


.btn-sp-blue:HOVER {
	color: #FFF;
	background-color: #2eccb4;
}

#sp-filter-rapport-event {
	max-height: 25vh;
	color: #fff;
	overflow-y: auto;
}

#sp-filter-cadre-periodes {
	max-height: 150px;
}

#sp-filter-rapport-compte {
	max-height: 25vh;
	color: #131D3C;
	overflow-y: auto;
}

#sp-filter-rapport-agent {
	max-height: 25vh;
	color: #131D3C;
	overflow-y: auto;
}

#sp-filter-rapport-doorsiot {
	max-height: 25vh;
	color: #131D3C;
	overflow-y: auto;
}

.navigation {
	height: 100%;
}

.sp-rapport-header-0 {
	width: 10%;
}

.sp-rapport-header-1 {
	width: 15%;
}

.sp-rapport-header-2 {
	width: 70%;
	white-space: nowrap;
}

.sp-rapport-header-3 {
	width: 5%;
	text-align: right;
}

.col-list-rapport {
	height: calc(100vh - 190px);
}






.argos-detail {
	/* background-color: #00535455; */
	overflow: auto;
	height: calc(100vh - 190px);
}

.argos-setting {
	background-color: #00535455;
	height: calc(100vh - 190px);
	padding: 50px;
}

#sp-detail-rapport-details {
	color: #fff;
}

.space-bottom {
	margin-bottom: 20px;
}

.default-param-event-type {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px dotted white;
	color: #FFF;
}

.item-test {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.selected {
	background: #2eccb4;
}

#list-type-events, #list-tests-selected-event {
	height: 400px;
	overflow-y: auto;
	color: #FFF;
}

.periodes-listbox {
	height: 40px;
	cursor:pointer;
}

#actions-selected-tests, #actions-selected-columns,
	#actions-selected-events, #actions-selected-agents,
	#actions-selected-comptes {
	margin-top: 20px;
	margin-bottom: 10px;
}

#settings-filter-columns, #settings-filter-periode,
	#settings-filter-rapport-compte, #settings-filter-rapport-agent,
	#settings-filter-rapport-event {
	color: #FFFFFF;
	margin-bottom: 50px;
}

#settings-filter-periode, #settings-group-event {
	margin-bottom: 20px;
}

.settings-periodes-listbox {
	width: 350px;
}

.settings-element {
	width: 100%;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.argos-checkbox {
	text-align: left;
	letter-spacing: 0px;
	color: #131D3C;
	opacity: 1;
	font-size: 13px;
}

.argos-checkbox input[type="checkbox"] {
	margin-right: 5px;
}


.argos-paramspesee-checkbox {
	text-align: left;
	letter-spacing: 0px;
	color: #131D3C;
	opacity: 1;
	font-size: 13px;
	padding-left:20px;
}

.argos-paramspesee-checkbox input[type="checkbox"] {
	margin-right: 5px;
}

.panel-title {
	/* background: #131D3C 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 3px 3px 0px 0px;
	opacity: 1; */
	
}

a, a:hover {
	color: #FFFFFF;
}

#collapse2 {
	color: #fff;
}

.panel-title>a, .panel-title>a:active {
	display: block;
}

#resume-periodes {
	font-size: 14px;
}

.sp-rapport-column-joinedfile {
	text-align: center;
	border: none;
	border-bottom: 1px solid #FFF;
}

/* #resume-date-start, #resume-hour-start, #resume-date-end,
	#resume-hour-end {
	font-weight: bold;
} */

::placeholder {
	color: #131D3C;
	opacity: 0.5; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #131D3C;
	opacity: 0.5; 
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #131D3C;
	opacity: 0.5; 
}

.cell-cam-wall-ok {
	background-color: #000000;
	border: 2px solid #FFFFFF;
	margin: 2px
}

.cell-cam-wall-notok {
	background-color: #000000;
	border: 2px solid #e74c3c;
	margin: 2px
}

.cell-video {
	height: 200px;
	text-align: center;
	cursor: pointer;
	/* margin: 0px, auto, 0px, auto; */
}

.cell-video-table {
	background: #000000;
	border-collapse: collapse;
}

.cell-video-title {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	position: relative;
	height: 0px;
	top: 3px;
}

.cell-video-desc {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	position: relative;
	bottom: 20px;
	height: 0px;
}

.cell-video-label {
	background: #00000060;
	padding: 3px;
}

.img-center {
	margin: 0 auto;
}

.accordion .accordion-button {
	background-color: #131D3C;
	color: #FFF;
	height: 32px;
	margin-bottom: 15px;
}

.accordion-collapse {
	background-color: #FFF;
	margin-top: -15px;
}

.accordion-button::after {
	background-image: url('../img/chevron_right.svg');
}

 /* ATTENTION � L'INDENTATION AUTO */
.accordion-button:not(.collapsed)::after {
	background-image: url('../img/chevron_down.svg');
	transform: rotate(0deg);
}

/* .accordion-button:not(.collapsed)::after {
	background-image: url('../img/chevron_down.svg');
	transform: rotate(0deg);
} */

.accordion-button.collapsed:after {
	color: #FFF;
}

.accordion-button:focus {
	border-color: rgba(255, 255, 255, .4);
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .4);
}

.identification-btn_img {
	background-color: #002A54;
	text-align: center;
}


.sp-rapport-table {
	width: 100%;
	color: #131D3C;
	border: none;
	border-bottom-left-radius: 25px;
}

.sp-rapport-table-header {
	background: #131D3C;
}

.sp-rapport-row-parent {
	border: none;
	border-bottom: 1px solid #131D3C;
	border-right: 1px solid #131D3C;
	text-align: left;
	padding: 5px;
	background-color: #FFFFFF;
}


.sp-rapport-column-detail {
	text-align: center !important;
	background-color: #FFFFFF;
}


.sp-rapport-last-column {
	background-color: #FFFFFF;
	font-weight: bold;
	border: none;
	text-align: left;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}


.sp-rapport-last-column-bold {
	background-color: #FFFFFF;
	font-weight: bold;
	border: none;
	text-align: left;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	
}

.sp-rapport-row-normal-align-right {
	border: none;
	border-bottom: 1px solid #131D3C;
	border-right: 1px solid #131D3C;
	text-align: right;
	background-color: #FFFFFF;
	font-size: 14px;
	padding:15px;
}

.borne-detail-row-normal-align-center {
	border: none;
	border-bottom: 1px solid #131D3C33;
	border-right: 1px solid #131D3C33;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 14px;
	padding:15px;
}


.borne-detail-last-row {
	border: none;
	border-top: 3px solid #131D3C;
	border-right: 1px solid #131D3C33;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 14px;
	padding:15px;
}


.borne-detail-row-normal-align-center-deconnect {
	border: none;
	border-bottom: 1px solid #131D3C33;
	border-right: 1px solid #131D3C33;
	text-align: center;
	background-color: #FBEDE6;
	font-size: 14px;
	padding:15px;
}


.borne-detail-last-row-deconnect {
	border: none;
	border-top: 3px solid #131D3C;
	border-right: 1px solid #131D3C33;
	text-align: center;
	background-color: #FBEDE6;
	font-size: 14px;
	padding:15px;
}

.sp-rapport-row-normal-deconnect {
	border: none;
	border-right: 1px solid #131D3C;
	text-align: left;
	background-color: #FBEDE6;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.sp-rapport-column-detail-deconnect {
	text-align: center !important;
	background-color: #FBEDE6;
}


.sp-rapport-row-header-black {
	border: none;
	border-right: 1px solid #FFF;
	text-align: left;
	background-color: #131D3C;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	color:#FFF;
	height:5px;
}

.sp-rapport-row-header-last-column-black {
	border: none;
	text-align: left;
	background-color: #131D3C;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	color:#FFF;
	height: 5px;
}


.sp-rapport-row-bold-align-right {
	border: none;
	border-bottom: 1px solid #131D3C;
	border-right: 1px solid #131D3C;
	text-align: right;
	background-color: #FFFFFF;
	font-size: 14px;
	padding:15px;
	font-weight: bold;
}


.borne-detail-table-first-column-normal {
	border: none;
	text-align: right;
	background-color: #FFFFFF;
	font-size: 14px;
	padding:15px;
	border-right: 1px solid #131D3C33;
}

.borne-detail-table-first-column-bold {
	border: none;
	text-align: right;
	background-color: #FFFFFF;
	font-size: 14px;
	padding:15px;
	font-weight: bold;
	border-right: 1px solid #131D3C33;
}

.borne-detail-table-first-column-last-row {
	border: none;
	text-align: right;
	background-color: #FFFFFF;
	font-size: 14px;
	padding:15px;
	font-weight: bold;
	border-right: 1px solid #131D3C33;
	border-top:3px solid #131D3C;
}



.borne-detail-first-row {
	border: none;
	border-bottom: 2px solid #131D3C33;
	border-right: 1px solid #131D3C33;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding:15px;
}


.sp-rapport-row-bold {
	border: none;
	border-right: 1px solid #131D3C;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}


.sp-rapport-row-bold-error {
	border: none;
	border-right: 1px solid #131D3C;
	text-align: left;
	background-color: #FFFFFF;
	color:#EA5100;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.sp-rapport-row-bold-last-column {
	border: none;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.sp-rapport-row-normal {
	border: none;
	border-right: 1px solid #131D3C;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.sp-rapport-row-normal-error {
	border: none;
	border-right: 1px solid #131D3C;
	text-align: left;
	background-color: #FFFFFF;
	color:#EA5100;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}


.sp-rapport-row-contract-normal {
	border: none;
	border-right: 1px solid #131D3C;
	text-align: right;
	background-color: #FFFFFF;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.sp-rapport-row-contract-last-column {
	border: none;
	text-align: right;
	background-color: #FFFFFF;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.sp-rapport-row-journal-iot {
	border: none;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}





.sp-rapport-row-access {
	border: none;
	border-right: 1px solid #131D3C;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 120px
}


#resume {
	color: #131D3C;
	background-color: #FFF;
	margin-bottom: 15px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}


.btn-send-access {
	background: #009B9D;
	opacity: 1;
	color: #FFF;
	width: 100%;
	font-size: 12px;
	height: 32px;
	border-width: 0px;
}

.btn-send-access:HOVER {
	background: #009B9D;
	opacity: 1;
	color: #FFF;
	width: 100%;
	font-size: 12px;
	height: 32px;
	border-width: 0px;
}




.btn-raz-white-small {
	background: #FFF;
	border-radius: 6px;
	opacity: 1;
	color: #EA5100;
	width: 100%;
	font-size: 12px;
	height: 32px;
	border-width: 1px;
	border-color: #EA5100;
}

.btn-raz-white-small:HOVER {
	background: transparent linear-gradient(90deg, #EA5100 0%, #E84E1C 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	color: #FFF;
	width: 100%;
	font-size: 12px;
	height: 32px;
	border-width: 0px;
}


.btn-raz-small {
	background: transparent linear-gradient(90deg, #A81648 0%, #FF5800 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	color: #FFF;
	width: 100%;
	font-size: 12px;
	height: 32px;
	border-width: 0px;
}

.btn-raz-small:HOVER {
	background: transparent linear-gradient(90deg, #EA5100 0%, #E84E1C 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	color: #FFF;
	width: 100%;
	font-size: 12px;
	height: 32px;
	border-width: 0px;
}


.btn-disable {
	background: #FFF;
	border-radius: 6px;
	opacity: 1;
	color: #131D3C1A;
	width: 100%;
	font-size: 12px;
	height: 32px;
	border-width: 1px;
	border-color: #131D3C1A;
	cursor: default;
}

.btn-all-white-small {
	background: #FFF;
	border-radius: 6px;
	opacity: 1;
	color: #009B9D;
	width: 100%;
	font-size: 12px;
	height: 32px;
	border-width: 1px;
	border-color: #009B9D;
}

.btn-all-white-small:HOVER {
	background: transparent linear-gradient(90deg, #52ae32ff 0%, #52ae32ff 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	color: #FFF;
	width: 100%;
	font-size: 12px;
	height: 32px;
}


.panel-result-failed {
	background: transparent linear-gradient(90deg, #EA5100 0%, #E84E1C 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	color: #FFF;
	width: 100%;
	font-size: 14px;
	height: 32px;
	border-width: 0px;
	text-align: center;
	padding-top: 6px;
}


.panel-result-success {
	background: transparent linear-gradient(90deg, #52ae32ff 0%, #52ae32ff 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	color: #FFF;
	width: 100%;
	font-size: 14px;
	height: 32px;
	border-width: 0px;
	text-align: center;
	padding-top: 6px;
	
}



.btn-all-small {
	background: transparent linear-gradient(90deg, #009B9D 0%, #52ae32ff 100%)
		0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	color: #FFF;
	width: 100%;
	font-size: 12px;
	height: 32px;
	border-width: 0px;
}

.btn-all-small:HOVER {
	background: transparent linear-gradient(90deg, #52ae32ff 0%, #52ae32ff 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	color: #FFF;
	width: 100%;
	font-size: 12px;
	height: 32px;
	border-width: 0px;
}


.btn-all-small-grey {
	background: transparent linear-gradient(90deg, #CCC 0%, #CCC 100%)
		0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	color: #FFF;
	width: 100%;
	font-size: 12px;
	height: 32px;
	border-width: 0px;
	cursor: pointer;
}


.table-panel {
	width: 100%;
	color: #131D3C;
	border: none;
	cursor: default;
}


.panel {
	border-radius: 4px;
	border-bottom-color: blue;
}

.panel-heading {
	border-bottom: 0px;
	height: 33px;
	text-align: left;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	padding-top: 6px;
	padding-left: 8px;
}

.panel-default>.panel-heading {
	background: #131D3C 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px 6px 0px 0px;
	opacity: 1;
}

.sp-navbar {
	border: none !important;
/* 	margin-bottom: 0px !important; */
	margin-bottom:20px;
	width: 100%;
	text-align: center;
	color: #FFF;
	background: transparent linear-gradient(90deg, #009B9D 0%, #52ae32ff 100%)
		0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	opacity: 1;
	height: 80px;
}

.sp-navbaritem {
	height: 74px;
	margin-top: 20px;
}

.sp-navbartitle {
	margin-top: 20px;
	text-align: left;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
}

.page-container {
	position: relative;
	min-height: 100%;
}

.identification-container {
	padding: 20px;
	margin-top: 30px;
	border-radius: 15px 15px 15px 15px;
	margin-bottom: 30px;
}

.identification-inputtext {
	width: 100%;
	height: 32px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #131D3C33;
	border-radius: 6px;
	opacity: 1;
	text-align: left;
	letter-spacing: 0px;
	color: #131D3C;
	opacity: 1;
}

.sp-inputblock {
	margin-top: 1vh;
	margin-left: 0 !important;
}

.btn-identification-connect {
	background: transparent linear-gradient(90deg, #009B9D 0%, #52ae32ff 100%)
		0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	width: 100%;
	text-align: center;
	letter-spacing: 0px;
	color: #FFFFFF;
	border: transparent;
	height: 38px;
}

.btn-identification-connect:HOVER {
	background: #52ae32ff 0% 0% no-repeat padding-box;background: transparent linear-gradient(90deg, #52ae32ff 0%, #52ae32ff 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	color: #FFF;
	width: 100%;
	border: transparent;
}

.cb-identification-text {
	text-align: left;
	letter-spacing: 0px;
	color: #131D3C;
	opacity: 1;
	margin-left: 10px;
}

.connectuser-box {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	margin:5px;
	padding-top: 10px;
}

.connectuser-text {
	text-align: center;
	letter-spacing: 0px;
	color: #131D3C;
	opacity: 1;
	padding: 10px;
}

.connectuser-timer {
	text-align: center;
	letter-spacing: 0px;
	color: #131D3C;
	opacity: 1;
}

.connectuser-user {
	text-align: center;
	letter-spacing: 0px;
	color: #52ae32ff;
	opacity: 1;
	padding: 10px;
}

.connectuser-btn-disable {
	background: transparent linear-gradient(90deg, #CCC  0%, #CCC  100%)
		0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #CCC ;
	border-radius: 6px;
	opacity: 1;
	width: 100%;
	text-align: center;
	letter-spacing: 0px;
	color: #FFFFFF;
	border: transparent;
	margin-top: 15px;
}


.connectuser-btn {
	background: transparent linear-gradient(90deg, #009B9D 0%, #52ae32ff 100%)
		0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	width: 100%;
	text-align: center;
	letter-spacing: 0px;
	color: #FFFFFF;
	border: transparent;
	margin-top: 15px;
}

.connectuser-btn:HOVER {
	background: transparent linear-gradient(90deg, #52ae32ff 0%, #52ae32ff 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	color: #FFF;
	width: 100%;
	border: transparent;
}

.orange-btn{
	background: transparent linear-gradient(90deg, #d64900ff 0%, #ff8a00ff 100%)
		0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	width: 100%;
	text-align: center;
	letter-spacing: 0px;
	color: #FFFFFF;
	border: transparent;
	margin-top: 15px;
}

.orange-btn:HOVER {
	background: transparent linear-gradient(90deg, #ff8a00ff 0%, #ff8a00ff 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	color: #FFF;
	width: 100%;
	border: transparent;
}

.connectuser-searchbox {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	margin-bottom: 15px;
	color: #131D3C;
}



.immat-searchbox {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	margin-bottom: 15px;
	color: #131D3C;
}

.immat-searchbox-error {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	margin-bottom: 15px;
	color: red;
}

.connectuser-title {
	text-align: center;
	letter-spacing: 0px;
	color: #131D3C;
	opacity: 1;
	border-top: 1px solid #131D3C;
	padding-top: 15px;
	margin-top: 15px;
	margin-bottom: 15px
}



.panel-text {
	text-align: left;
	letter-spacing: 0px;
	color: #131D3C;
	opacity: 1;
	padding: 10px;
}



.title-header{
	text-align: left;
	letter-spacing: 0px;
	color: #131D3C;
	opacity: 1;
	font-size: 25px;
	font-weight: bold;
}


.title-detail-header{
	text-align: left;
	letter-spacing: 0px;
	color: #131D3C;
	opacity: 1;
	font-size: 20px;
}


/* #users-list-title {
	font-size: 20px;
	background-color: #14a6a8;
	color: #FFFFFF;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
} */




#users-list {
	max-height: 50vh;
	overflow-y: auto;
}




/* Firefox old*/
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
.blink-image {
    -moz-animation: blink normal 1s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 1s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 1s infinite ease-in-out; /* IE */
    animation: blink normal 1s infinite ease-in-out; /* Opera and prob css3 final iteration */
}

.lds-dual-ring {
    display: inline-block;
    width: 100px;
    height: 100px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 100px;
    height: 100px;
    margin: 1px;
    border-radius: 50%;
    border: 10px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*mini loader-ring*/
.loader-ring {
	display: inline-block;
	width: 40px;
	height: 20px;
	margin-right: 5px;
}

.loader-ring:after {
	content: " ";
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 5px solid #cef;
	border-color: #fff transparent #fff transparent;
	animation: loader-ring 1.2s linear infinite;
}

@keyframes loader-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




/* .toggle-switch-container {
  align-content: center;
  padding: 30px;
}

.toggle-switch {
  margin: 0;
}

.toggle-switch {
  width: 10px;
  position: relative;
}

.toggle-switch input {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.toggle-switch input:checked {
  z-index: 1;
}

.toggle-switch input:checked + label {
  opacity: 1;
  cursor: default;
}

.toggle-switch input:not(:checked) + label:hover {
  opacity: 0.5;
}

.toggle-switch label {
  color: #fff;
  opacity: 0.33;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}

.toggle-switch .toggle-outside {
  height: 100%;
  border-radius: 17px;
  padding: 11px;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}

.toggle-switch .toggle-inside {
  border-radius: 50%;
  background: #424242;
  position: absolute;
  transition: all 0.3s ease-in-out;
}

.switch-vertical {
  background-color: #00F;
  width: 0px;
  height: 60px;
  margin-left: 27px;
}



.switch .slide-button,
.toggle p span {
	display: none;
}

.switch-vertical input {
  height: 100%;
  width: 60px;
  right: 0;
  margin: 0;
}

.switch-vertical label {
  font-size: 15px;
  line-height: 30px;
  display: block;
  width: 80px;
  height: 50%;
  margin: 0;
  text-align: left;
  padding-left: 12px;
}

.switch-vertical .toggle-outside {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 23px;
  height: 100%;
  right: 0;
  top: 0;
}


	Switch with 3 items
	.switch.switch-three label,
	.switch.switch-three .slide-button {
        height: 33%;
	}

	.switch.switch-three input:checked:nth-of-type(2) ~ .slide-button {	
		top: 33.3%;
	}

	.switch.switch-three input:checked:last-of-type ~ .slide-button {
		top: 66.6%;
        left: 0;
	}

.switch-vertical .toggle-inside {
  height: 17px;
  left: 3px;
  top: 3px;
  width: 17px;
}

.switch-vertical input:checked ~ .toggle-outside .toggle-inside {
  top: 3px;
}

.switch-vertical input ~ input:checked ~ .toggle-outside .toggle-inside {
  top: 40px;
}
 */
 
 
 .switch-toggle {
	float: left;
	background: #131D3C;
}

.switch-toggle input {
	position: absolute;
	opacity: 0;
}

.switch-toggle input+label {
	padding: 7px;
	float: left;
	color: #fff;
	cursor: pointer;
}

.switch-toggle input:checked+label {
	background: green;
	
}

.switchmode-normal {
	background: #08D300 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	opacity: 1;
}

.switchmode-id {
	background: #EABD2A 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	opacity: 1;
}

.switchmode-force {
	background: #EA5100 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	opacity: 1;
}


.switchmode-off {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	opacity: 1;
}

.switch-text-selected {
	font-weight: bold;
}

.switch-text-unselected {
	cursor:pointer;
	font-weight: normal;
}

.switch-text-deconnect {
	cursor:default;
	font-weight: normal;
}

.text-tabble-header-title{
	text-align: left;
	font-size:14px;
	letter-spacing: 0px;
	opacity: 1;	
	text-transform: uppercase;
}


.text-accordion-header-title{
	text-align: left;
	font-weight: bold;
	font-size:14px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;	
	margin-top:2px;
}



.searchbox-report{
	width: 100%;
	height: 32px;
	box-shadow: 0px 3px 6px #0000004D;
	border-radius: 5px;
	opacity: 1;
	background:#FFFFFF  url('../img/search_loupe.svg') no-repeat scroll 7px 7px; padding-left: 30px;
	padding-left: 42px;
	background-position: 18px;
	font-size: 14px;
}



.btn-sp-bluelight {
	background: #52ae32ff 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 3px;
	opacity: 1;
	width: 100%;
	color: #FFF;
}

.btn-sp-bluelight:HOVER {
	color: #FFF;
	background-color: #87e1d3;
}




.panel-datas{
	background: #FFFFFF;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}


.contracts-rapport-header {
	background: #131D3C;
	text-align: right;
	border-right: solid 1px white;
	font-size:14px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	padding-right:15px;
	height: 5px;
}

.contracts-rapport-header-cell-first {
	background: #131D3C;
	border-right: solid 1px white;
	text-align: right;
	font-size:14px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	padding-right:15px;
	height: 5px;
}

.contracts-rapport-header-cell-last {
	background-color: #131D3C;
	color: white;
	text-align: right;
	font-size:14px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	height: 5px;
	padding-right:15px;
	
}


.bornes-rapport-header {
	background: #131D3C;
	text-align: left;
	border-right: solid 1px white;
	font-weight: bold;
	font-size:14px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	padding-left:15px;
	height: 5px;
}

.bornes-rapport-header-cell-first {
	background: #131D3C;
	border-right: solid 1px white;
	text-align: left;
	font-weight: bold;
	font-size:14px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	padding-left:15px;
	width: 700px;
	height: 5px;
}



.table-header-cell-filter {
	background: #131D3C;
	text-align: left;
	border-right: solid 1px white;
	font-weight: bold;
	font-size:14px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	height: 5px;
}

.table-header-cell-last {
	background-color: #131D3C;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size:14px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	height: 5px;
}


.table-header {
	background: #131D3C;
	text-align: center;
	border-right: solid 1px white;
	font-weight: bold;
	font-size:14px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	height: 5px;
}


.table-header-cell-first {
	background: #131D3C;
	text-align: center;
	font-weight: bold;
	font-size:14px;
	color: #FFFFFF;
	opacity: 1;
	font-weight: bold;
	height: 5px;
}

.table-header-noborder {
	border: none;
	background-color: #131D3C;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	height: 5px;
}

.table-column-scroll {
	background-color: #FFFFFF;
}



.table-cell-check {
	background-color: #FFFFFF;
	border-right: 1px solid #131D3C;
	text-align: left;
	cursor: default;
	font-weight: bold;
	text-align: center;
	height: 5px;
}



.italic-cell {
	font-style:italic ;
}






.table-cell-noborder {
	border: none;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	padding:0px 5px 0px 5px;
}


.table-cell-noborder-alignleft {
	border: none;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	padding:0px 5px 0px 5px;
}



.table-cell {
	border: none;
	border-right: 1px solid #131D3C;
	background-color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	padding:0px 5px 0px 5px;
}





.table-cell-error {
	border: none;
	border-right: 1px solid #131D3C;
	text-align: center;
	background-color: #FFFFFF;
	color:#EA5100;
	font-size: 14px;
	padding:0px 5px 0px 5px;
}


.table-cell-bold {
	border: none;
	border-right: 1px solid #131D3C;
	background-color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding:0px 5px 0px 5px;
}

.table-cell-alignleft{
	border: none;
	border-right: 1px solid #131D3C;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	padding:0px 5px 0px 5px;
}


.btn-stop-iot {
	background: #FFF;
	border-radius: 6px;
	opacity: 1;
	color: #131D3C;
	width: 100%;
	font-size: 12px;
	height: 32px;
	border-width: 1px;
	border-color: #131D3C;
	cursor:pointer;
}

.btn-stop-iot:HOVER {
	background: #EA5100;
	border-radius: 6px;
	opacity: 1;
	color: #FFF;
	width: 100%;
	font-size: 12px;
	height: 32px;
	border-width: 1px;
	border-color: #EA5100;
	cursor:pointer;
}


.bornes-rapport-header-cell-last {
	background-color: #131D3C;
	color: white;
	border-left: 1px solid #131D3C;
	text-align: center;
	font-weight: bold;
	font-size:14px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	width: 60px;
	height: 5px;
	
}


.bornes-rapport-header-cell-cam {
	background-color: #131D3C;
	color: white;
	border-right: solid 1px white;
	text-align: center;
	font-weight: bold;
	font-size:14px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	width: 60px;
	height: 5px;
	
}


.bornes-rapport-header-cell-access {
	background-color: #131D3C;
	color: white;
	border-left: 1px solid #131D3C;
	text-align: left;
	font-weight: bold;
	font-size:14px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	width: 60px;
	height: 5px;
	
}





.dechet-rapport-header-cell-last {
	background: #131D3C;
	text-align: left;
	border-left: solid 1px white;
	font-weight: bold;
	font-size:14px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	padding-left:15px;
	height: 5px;
}



.mce-rapport-header {
	background: #131D3C;
	text-align: left;
	border-right: solid 1px white;
	font-weight: bold;
	font-size:14px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	padding-left:15px;
	height: 5px;
}

.mce-rapport-header-cell-first {
	background: #131D3C;
	border-right: solid 1px white;
	text-align: left;
	font-weight: bold;
	font-size:14px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	padding-left:15px;
	height: 5px;	
}

.mce-rapport-header-cell-last {
	background-color: #131D3C;
	color: white;
	border-left: 1px solid #131D3C;
	text-align: center;
	font-weight: bold;
	font-size:14px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	height: 5px;
}

.mce-rapport-header-cell-withcheck {
	background-color: #131D3C;
	color: white;
	border-left: 1px solid #131D3C;
	text-align: left;
	font-weight: bold;
	font-size:14px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	height: 5px;
	padding-left: 15px;
}


.mce-rapport-header-cell-user {
	background-color: #131D3C;
	color: white;
	border-left: 1px solid #131D3C;
	text-align: left;
	font-weight: bold;
	font-size:14px;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	height: 5px;
}

.mce-rapport-cell-checkuser {
	background-color: #FFF;
	border-right: 1px solid #131D3C;
	text-align: center;
	cursor: pointer;
}



.mce-rapport-cell-user {
	border: none;
	background-color: #FFF;
	text-align: left;
	font-size: 14px;
	padding-left:15px;
}



 .button-reset-deconnect {
   	background: url('../img/reboot_red.svg') no-repeat;
   	border: transparent;
   	text-align: center;
   	width: 70px; 
   	height: 70px;
   	border-radius: 10px;
}

 .button-reset {
   	background: url('../img/reboot_black.svg') no-repeat;
   	border: transparent;
   	text-align: center;
   	width: 70px; 
   	height: 70px;
   	border-radius: 10px;
   	cursor: pointer;
}


.button-reset:HOVER {
   	background: url('../img/reboot_red.svg') no-repeat;
   	border: transparent;
   	text-align: center;
 	width: 70px; 
 	height: 70px;
 	border-radius: 10px;
 	cursor: pointer;
}


.button-add-user {
   	background: url('../img/add_user_blue.svg') no-repeat;
   	border: transparent;
   	text-align: center;
   	width: 70px; 
   	height: 70px;
   	border-radius: 10px;
   	cursor: pointer;
}


.button-add-user:HOVER {
   	background: url('../img/add_user_green.svg') no-repeat;
   	border: transparent;
   	text-align: center;
 	width: 70px; 
 	height: 70px;
 	border-radius: 10px;
 	cursor: pointer;
}



.button-scan-badge {
   	background: url('../img/scan_badge_blue.svg') no-repeat;
   	border: transparent;
   	text-align: center;
   	width: 70px; 
   	height: 70px;
   	border-radius: 10px;
   	cursor: pointer;
}


.button-scan-badge:HOVER {
   	background: url('../img/scan_badge_green.svg') no-repeat;
   	border: transparent;
   	text-align: center;
 	width: 70px; 
 	height: 70px;
 	border-radius: 10px;
 	cursor: pointer;
}

.reset-phone-badge {
   	background: url('../img/reset_phone_blue.svg') no-repeat;
   	border: transparent;
   	text-align: center;
   	width: 70px; 
   	height: 70px;
   	border-radius: 10px;
   	cursor: pointer;
}


.reset-phone-badge:HOVER {
   	background: url('../img/reset_phone_green.svg') no-repeat;
   	border: transparent;
   	text-align: center;
 	width: 70px; 
 	height: 70px;
 	border-radius: 10px;
 	cursor: pointer;
}



.table-row-empty{
	height:50px;
	border: none;
	width: 100%;
}




.table-row-empty-top-line {
	border: none;
	border-top: 1px solid #131D3C;
	background-color: #FFFFFF;
	height: 10px;
}


.table-row-empty-bottom {
	border: none;
	border-bottom: 1px solid #131D3C;
	background-color: #FFFFFF;
	height: 10px;
}

.table-row-empty-top {
	border: none;
	background-color: #FFFFFF;
	height: 10px;
}


.table-row-empty-bottom-black {
	border: none;
	border-bottom: 1px solid #FFF;
	background-color: #131D3C;
	height: 5px;
}

.table-row-empty-top-black {
	border: none;
	background-color: #131D3C;
	height: 5px;
}


.table-row-contract-empty-bottom {
	border: none;
	border-bottom: 1px solid #131D3C;
	background-color: #FFFFFF;
	height: 5px;
}

.table-row-contract-empty-top {
	border: none;
	background-color: #FFFFFF;
	height: 5px;
}


.table-header-empty-bottom {
	border: none;
	border-bottom: 1px solid #131D3C;
	background-color: #131D3C;
	height: 10px;
}

.table-header-empty-top {
	border: none;
	background-color: #131D3C;
	height: 10px;
}


.table-row-empty-bottom-deconnect {
	border: none;
	border-bottom: 1px solid #131D3C;
	background-color: #FBEDE6;
	height: 10px;
}

.table-row-empty-top-deconnect {
	border: none;
	background-color: #FBEDE6;
	height: 10px;
}


.table-header-row-empty {
	border: none;
	background-color: #131D3C;
	height: 5px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}


.table-header-bottom {
	border: none;
	background-color: #131D3C;
	height: 5px;
}


.table-header-top {
	border: none;
	background-color: #131D3C;
	height: 5px;
}



.table-header-margin {
	border: none;
	background-color: #131D3C;
	height: 5px;
}

.table-header-margin-cell-start {
	border: none;
	background-color: #131D3C;
	height: 5px;
	border-top-left-radius: 6px;
}


.table-header-margin-cell-end {
	border: none;
	background-color: #131D3C;
	height: 5px;
	border-top-right-radius: 6px;
}




.waiter-command-resume-success {
	float: right;
	background-color: #08D300;
	border-radius: 6px;
	text-align: center;
	padding: 5px;
	width: 360px;
	height: 70px;
}

.waiter-command-resume-failed {
	float: right;
	background-color: #EA511C;
	border-radius: 6px;
	text-align: center;
	padding: 5px;
	width: 360px;
	height: 70px;
}

.cursor-activ {
	cursor: pointer;
}

.cursor-desactiv {
	cursor: none;
}

.form-contract-dt {
	width: 100%;
	height: 32px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #131D3C33;
	border-radius: 6px;
	opacity: 1;
	text-align: center;
	letter-spacing: 0px;
	color: #131D3C;
	opacity: 1;
	width:44px;
}


.form-tech-inputtext {
	width: 100%;
	height: 32px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #131D3C33;
	border-radius: 6px;
	opacity: 1;
	text-align: left;
	letter-spacing: 0px;
	color: #131D3C;
	opacity: 1;
	padding-left:12px;
}

.form-tech-datepicker {
	width: 200px;
	height: 32px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #131D3C33;
	border-radius: 6px;
	opacity: 1;
	text-align: left;
	letter-spacing: 0px;
	color: #131D3C;
	opacity: 1;
}

.obligatoire {
	color: #EA5100;
}

.form-tech-intitule {
	text-align: right;
	color: #131D3C;
	font-size: 14px";
	padding-top: 6px
}

.panel-btn-selected {
	height: 32px;
	background: transparent linear-gradient(180deg, #131D3C33 0%, #131D3C00 100%) 0% 0% no-repeat padding-box;
	border-radius: 10px 10px 0px 0px;
	opacity: 1;
	color: #131D3C;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
}

.panel-btn {
	height: 32px;
	background: transparent linear-gradient(180deg, #131D3C33 0%, #131D3C98 100%) 0% 0% no-repeat padding-box;
	border-radius: 10px 10px 0px 0px;
	opacity: 1;
	color: #FFF;
	font-size: 14px;
	cursor: pointer;
	padding-top: 6px;
}


.panel-type-contract-form-selected {
	height: 45px;
	background: white linear-gradient(180deg, #131D3C33 0%, #131D3C00 100%) 0% 0% no-repeat padding-box;
	opacity: 1;
	color: #131D3C;
	font-size: 15px;
	font-weight: bold;
}

.panel-type-contract-form {
	height: 45px;
	opacity: 1;
	color: #FFF;
	font-size: 15px;
	cursor: pointer;
}


.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 400px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .6rem;
    outline: 0;
    padding: 20px;
}


.modal-suppress-title{
	color: #E81C1C; 
	font-size: 18px; 
	font-weight: bold; 
	text-align: left;
	padding-top:10px;
}


.modal-title{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
}




.modal-dialog {
    max-width: 400px;
    margin: 1.75rem auto;
}

.modal-msg {
	text-align: center;
	font: bold 14px;
	color: #131D3C;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px
}


.modal-footer {
	display: contents;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

.argos-panel-body{
	color: #131D3C;
	background-color: #FFF;
	margin-bottom: 15px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

/* .modal{
	background: #131D3C 0% 0% no-repeat padding-box;
	opacity: 1;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
} */

.tab-text{
	margin-top : 10px;
}

.icon-tab{
	height : 20px;
}


.input-img-date {
    background-image: url('../img/calendar_blue.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-origin: content-box;
    cursor: pointer;
}


.uid-autofocus {
    outline: none !important;
    border:none;
    color: #FFF;
    cursor: none;
    height: 0px;
    
}

.uid-autofocus:focus {
    outline: none !important;
    border:none;
    color: #FFF;
    cursor: none;
    height: 0px;
}

.modal-user-result-success{
	text-align: center; 
	color: #52ae32ff; 
	font-size: 18px; 
	font-weight: bold; 
	margin-top: 10px;
	margin-bottom: 5px;
}

.modal-user-result-failed{
	text-align: center; 
	color: #EA5100; 
	font-size: 18px; 
	font-weight: bold; 
	margin-top: 10px;
	margin-bottom: 5px;
}



.btn-raz-white-small {
	background: #FFF;
	border-radius: 6px;
	opacity: 1;
	color: #EA5100;
	width: 100%;
	font-size: 12px;
	height: 32px;
	border-width: 1px;
	border-color: #EA5100;
}

.btn-raz-white-small:HOVER {
	background: transparent linear-gradient(90deg, #EA5100 0%, #E84E1C 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	color: #FFF;
	width: 100%;
	font-size: 12px;
	height: 32px;
	border-width: 0px;
}


.btn_del_white {
	background: #FFF;
	border-radius: 6px;
	opacity: 1;
	color: #EA5100;
	font-size: 12px;
	height: 32px;
	width: 100%;
	border: 1px solid #EA5100;
}

.btn_del_white:HOVER {
	background: #EA5100 0% 0% no-repeat padding-box;
	box-shadow: 0px 2px 4px #EA510080;
	border: 1px solid #EA5100;
	border-radius: 6px;
	opacity: 1;
	color: #FFF;
	font-size: 12px;
	height: 32px;
	width: 100%;
	border-width: 0px;
}


.btn_del_white span {
  background: url(../img/btn_del_orange.svg) no-repeat;
  width: 16px;  /* your image width */
  height: 16px; /* your image height */
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}

.btn_del_white:hover span {
  background: url(../img/btn_del_white.svg) no-repeat;
  width: 16px;  /* your image width */
  height: 16px; /* your image height */
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}

.btn_del_white div {
  display: inline-block;
  margin-top: 1px;
  margin-left: -10px;
}


.btn_add_display {
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #ACB0BB;
	border-radius: 5px;
	opacity: 1;
	background: #FFF;
	color: #ACB0BB;
	font-size: 12px;
	height: 32px;
	width: 100%;
}

.btn_add_display:HOVER {
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #ACB0BB;
	border-radius: 5px;
	opacity: 1;
	background: #FFF;
	color: #ACB0BB;
	font-size: 12px;
	height: 32px;
	width: 100%;
}

.btn_add_display span {
  background: url(../img/btn_add_grey.svg) no-repeat;
  width: 16px;  /* your image width */
  height: 16px; /* your image height */
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}

.btn_add_display:hover span {
  background: url(../img/btn_add_grey.svg) no-repeat;
  width: 16px;  /* your image width */
  height: 16px; /* your image height */
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}

.btn_add_display div {
  display: inline-block;
  margin-top: 1px;
  margin-left: -10px;
}



.btn_del_display {
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #ACB0BB;
	border-radius: 5px;
	opacity: 1;
	background: #FFF;
	color: #ACB0BB;
	font-size: 12px;
	height: 32px;
	width: 100%;
}

.btn_del_display:HOVER {
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #ACB0BB;
	border-radius: 5px;
	opacity: 1;
	background: #FFF;
	color: #ACB0BB;
	font-size: 12px;
	height: 32px;
	width: 100%;
}

.btn_del_display span {
  background: url(../img/btn_add_grey.svg) no-repeat;
  width: 16px;  /* your image width */
  height: 16px; /* your image height */
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}

.btn_del_display:hover span {
  background: url(../img/btn_del_grey.svg) no-repeat;
  width: 16px;  /* your image width */
  height: 16px; /* your image height */
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}

.btn_del_display div {
  display: inline-block;
  margin-top: 1px;
  margin-left: -10px;
}



.btn_add_white {
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #52ae32ff;
	border-radius: 5px;
	opacity: 1;
	background: #FFF;
	color: #52ae32ff;
	font-size: 12px;
	height: 32px;
	width: 100%;
	border: 1px solid #52ae32ff;
}

.btn_add_white:HOVER {
	background: #52ae32ff 0% 0% no-repeat padding-box;
	box-shadow: 0px 2px 4px #52ae32ff80;
	border: 1px solid #52ae32ff;
	border-radius: 6px;
	opacity: 1;
	color: #FFF;
	font-size: 12px;
	height: 32px;
	width: 100%;
	border-width: 0px;
}

.btn_add_white span {
  background: url(../img/btn_add_green.svg) no-repeat;
  width: 16px;  /* your image width */
  height: 16px; /* your image height */
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}

.btn_add_white:hover span {
  background: url(../img/btn_add_white.svg) no-repeat;
  width: 16px;  /* your image width */
  height: 16px; /* your image height */
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}

.btn_add_white div {
  display: inline-block;
  margin-top: 1px;
  margin-left: -10px;
}




.btn-refresh-report {
	background: transparent linear-gradient(90deg, #009B9D 0%, #52ae32ff 100%)
		0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
	opacity: 1;
	width: 100%;
	color: #FFF;
	height:32px;
	border-width: 0px	
}

.btn-refresh-report:HOVER {
	background: transparent linear-gradient(90deg, #52ae32ff 0%, #52ae32ff 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	border-radius: 5px;
	width: 100%;
	color: #FFF;
	height:32px;
	border-width: 0px	
	
}



.btn_refresh {
	background: transparent linear-gradient(90deg, #009B9D 0%, #52ae32ff 100%)
		0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
	opacity: 1;
	color: #FFF;
	font-size: 12px;
	height: 32px;
	width: 100%;
	border-width: 0px	
}

.btn_refresh:HOVER {
	background: transparent linear-gradient(90deg, #52ae32ff 0%, #52ae32ff 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #52ae32ff;
	border-radius: 6px;
	opacity: 1;
	color: #FFF;
	font-size: 12px;
	height: 32px;
	width: 100%;
	border-width: 0px;
}

.btn_refresh span {
  background: url(../img/btn-refresh.svg) no-repeat;
  width: 16px;  /* your image width */
  height: 16px; /* your image height */
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}

.btn_refresh:hover span {
  background: url(../img/btn-refresh.svg) no-repeat;
  width: 16px;  /* your image width */
  height: 16px; /* your image height */
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}

.btn_refresh div {
  display: inline-block;
  margin-top: 1px;
  margin-left: -10px;
}




.btn_back {
	background: transparent linear-gradient(90deg, #009B9D 0%, #52ae32ff 100%)
		0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
	opacity: 1;
	color: #FFF;
	font-size: 12px;
	height: 32px;
	width: 100%;
	border-width: 0px	
}

.btn_back:HOVER {
	background: transparent linear-gradient(90deg, #52ae32ff 0%, #52ae32ff 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #52ae32ff;
	border-radius: 6px;
	opacity: 1;
	color: #FFF;
	font-size: 12px;
	height: 32px;
	width: 100%;
	border-width: 0px;
}

.btn_back span {
  background: url(../img/btn-back.svg) no-repeat;
  width: 16px;  /* your image width */
  height: 16px; /* your image height */
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}

.btn_back:hover span {
  background: url(../img/btn-back.svg) no-repeat;
  width: 16px;  /* your image width */
  height: 16px; /* your image height */
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}

.btn_back div {
  display: inline-block;
  margin-top: 1px;
  margin-left: -10px;
}



.btn_update_white {
	border: 1px solid #009B9D;
	border-radius: 5px;
	opacity: 1;
	background: #FFF;
	color: #009B9D;
	font-size: 12px;
	height: 32px;
	width: 100%;
	border: 1px solid #009B9D;
}

.btn_update_white:HOVER {
	background: #009B9D 0% 0% no-repeat padding-box;
	box-shadow: 0px 2px 4px #009B9D80;
	border: 1px solid #009B9D;
	border-radius: 5px;
	opacity: 1;
	color: #FFF;
	font-size: 12px;
	height: 32px;
	width: 100%;
	border-width: 0px;
}

.btn_update_white span {
  background: url(../img/btn_update_green.svg) no-repeat;
  width: 16px;  /* your image width */
  height: 16px; /* your image height */
  display: inline-block;
  float: left;
  margin-top: 4px;
  margin-left: 10px;
}

.btn_update_white:hover span {
  background: url(../img/btn_update_white.svg) no-repeat;
  width: 16px;  /* your image width */
  height: 16px; /* your image height */
  display: inline-block;
  float: left;
  margin-top: 4qpx;
  margin-left: 10px;
}

.btn_update_white div {
  display: inline-block;
  margin-top: 1px;
  margin-left: -10px;
}


.btn_update_display {
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #ACB0BB;
	border-radius: 5px;
	opacity: 1;
	background: #FFF;
	color: #ACB0BB;
	font-size: 12px;
	height: 32px;
	width: 100%;
}

.btn_update_display:HOVER {
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #ACB0BB;
	border-radius: 5px;
	opacity: 1;
	background: #FFF;
	color: #ACB0BB;
	font-size: 12px;
	height: 32px;
	width: 100%;
}

.btn_update_display span {
  background: url(../img/btn_update_grey.svg) no-repeat;
  width: 16px;  /* your image width */
  height: 16px; /* your image height */
  display: inline-block;
  float: left;
  margin-top: 4px;
  margin-left: 10px;
}

.btn_update_display:hover span {
  background: url(../img/btn_update_grey.svg) no-repeat;
  width: 16px;  /* your image width */
  height: 16px; /* your image height */
  display: inline-block;
  float: left;
  margin-top: 4px;
  margin-left: 10px;
}

.btn_update_display div {
  display: inline-block;
  margin-top: 1px;
  margin-left: -10px;
}




.btn_param{
	border-radius: 5px;
	opacity: 1;
	background: #131D3C33;
	color: #131D3C;
	font-size: 12px;
	height: 32px;
	width: 100%;
}

.btn_param:HOVER  {
	border-radius: 5px;
	opacity: 1;
	background: #ACB0BB;
	color: #131D3C;
	font-size: 12px;
	height: 32px;
	width: 100%;
}

.btn_param span {
  background: url(../img/param_blue_small.svg) no-repeat;
  width: 16px;  /* your image width */
  height: 16px; /* your image height */
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}

.btn_param:hover span {
  background: url(../img/param_blue_small.svg) no-repeat;
  width: 16px;  /* your image width */
  height: 16px; /* your image height */
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}

.btn_param div {
  display: inline-block;
  margin-top: 1px;
  margin-left: -10px;
}


.btn_send_white {
	border: 1px solid #009B9D;
	border-radius: 5px;
	opacity: 1;
	background: #FFF;
	color: #009B9D;
	font-size: 12px;
	height: 32px;
	width: 100%;
	border: 1px solid #009B9D;
}

.btn_send_white:HOVER {
	background: #009B9D 0% 0% no-repeat padding-box;
	box-shadow: 0px 2px 4px #009B9D80;
	border: 1px solid #009B9D;
	border-radius: 5px;
	opacity: 1;
	color: #FFF;
	font-size: 12px;
	height: 32px;
	width: 100%;
	border-width: 0px;
}

.btn_send_white span {
  background: url(../img/btn_send_green.svg) no-repeat;
  width: 16px;  /* your image width */
  height: 16px; /* your image height */
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}

.btn_send_white:hover span {
  background: url(../img/btn_send_white.svg) no-repeat;
  width: 16px;  /* your image width */
  height: 16px; /* your image height */
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}

.btn_send_white div {
  display: inline-block;
  margin-top: 1px;
  margin-left: -10px;
}

.btn_print_white {
	border: 1px solid #009B9D;
	border-radius: 5px;
	opacity: 1;
	background: #FFF;
	color: #009B9D;
	font-size: 12px;
	height: 32px;
	width: 100%;
	border: 1px solid #009B9D;
}

.btn_print_white:HOVER {
	background: #009B9D 0% 0% no-repeat padding-box;
	box-shadow: 0px 2px 4px #009B9D80;
	border: 1px solid #009B9D;
	border-radius: 5px;
	opacity: 1;
	color: #FFF;
	font-size: 12px;
	height: 32px;
	width: 100%;
	border-width: 0px;
}

.btn_print_white span {
  background: url(../img/btn_print_green.svg) no-repeat;
  width: 16px;  /* your image width */
  height: 16px; /* your image height */
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}

.btn_print_white:hover span {
  background: url(../img/btn_print_white.svg) no-repeat;
  width: 16px;  /* your image width */
  height: 16px; /* your image height */
  display: inline-block;
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}

.btn_print_white div {
  display: inline-block;
  margin-top: 1px;
  margin-left: -10px;
}

.button-camera-disable {
   	background: url('../img/btn_camera_disable.svg') no-repeat;
   	border: transparent;
   	text-align: center;
   	width: 70px; 
   	height: 70px;
   	border-radius: 10px;
   	cursor: pointer;
}


.button-camera {
   	background: url('../img/btn_camera_blue.svg') no-repeat;
   	border: transparent;
   	text-align: center;
   	width: 70px; 
   	height: 70px;
   	border-radius: 10px;
   	cursor: pointer;
}


.button-camera:HOVER {
   	background: url('../img/btn_camera_green.svg') no-repeat;
   	border: transparent;
   	text-align: center;
 	width: 70px; 
 	height: 70px;
 	border-radius: 10px;
 	cursor: pointer;
}

.sp-door-column-detail-deconnect {
	text-align: center !important;
	background-color: #FBEDE6;
}

.sp-door-row-normal-deconnect {
	border: none;
	border-right: 1px solid #131D3C;
	text-align: left;
	background-color: #FBEDE6;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.sp-door-column-cam-deconnect {
	text-align: center !important;
	background-color: #FBEDE6;
	border: none;
	border-right: 1px solid #131D3C;
}

.sp-door-row-normal {
	border: none;
	border-right: 1px solid #131D3C;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.sp-door-column-detail {
	text-align: center !important;
	background-color: #FFFFFF;
}

.sp-door-column-cam {
	text-align: center !important;
	background-color: #FFFFFF;
	border: none;
	border-right: 1px solid #131D3C;
}

.door-panic-on{
	background-color: #F6D7CD; 
	border-radius: 6px
}


.door-force-on{
	background-color: #B8EFBA; 
	border-radius: 6px
}



#door-switch-panic-mode:checked {
    background-color: #EA511C;
    border-color: #EA511C;
}

#door-switch-force-mode:checked {
    background-color: #20D325;
    border-color: #20D325;
}

.font-error{
	color: #EA5100;
}


/**
	MONITORING WIFI
*/
.monitwifi-row-value {
	text-align : center;
	background-color : white;
	border-right: 1px solid #131D3C;
	font-size: 20px;
}
.monitwifi-last-row-value {
	text-align : center;
	background-color : white;
	border-right: none;
	font-size: 20px;
}
.bw_down {
	font-weight: bold;
	color : #20D325;	
}
.bw_up {
	font-weight: bold;
	color : #1DB6CB;	
}

.wifi-bw-unit {
	color : #131D3C33;	
	font-size: 14px;
	
}

.no-border{
	border: 0px;
}

#graph-monitoring-wifi, #graph-loader-monitoring-wifi{
	background-color: #FFFFFF;
}

#monitoring-wifi-detail-sessions{
	margin-left: 20px;
	cursor: pointer;
}

.monitoring-wifi-table-item-person, .monitoring-wifi-table-item-equipmt{
	margin-left: 20px;
	cursor: pointer;
}

.equipement-detail-content{
	background-color: #FFFFFF;
}

.bootstrap-autocomplete  a {
	color : #000 !important;
}

.modepanel-connect{
	float: right; 
	background-color: #FFF; 
	border-radius: 6px; 
	text-align: center; 
	padding: 5px; 
	height: 70px; 
	width: 160px;
}


.modepanel-deconnect{
	float: right; 
	background-color: #FBEDE6; 
	border-radius: 6px; 
	text-align: center; 
	padding: 5px; 
	height: 70px; 
	width: 160px;
}

.lightpanel{
	float: right; 
	background-color: #FFF; 
	border-radius: 6px; 
	text-align: center; 
	padding: 5px; 
	width: 120px; 
	height: 70px; 
	margin-left: 20px;
}

.lightpanel-deconnect{
	float: right; 
	background-color: #FBEDE6; 
	border-radius: 6px; 
	text-align: center; 
	padding: 5px; 
	width: 120px; 
	height: 70px; 
	margin-left: 20px;
}

.img-cursor{
	cursor: pointer;
}

.pesageiot-item{
	padding-top: 15px;
	padding-bottom:15px;
	border: none;
	border-bottom: 1px solid #131D3C;
	cursor: pointer;
	color: #131D3C;
}






.item-mission-div{
	padding-top: 15px;
	padding-left: 10px;
	border: none;
	border-bottom: 1px solid #131D3C;
	cursor: pointer;
	color: #131D3C;
}

.item-mission-div:HOVER{
	padding-top: 15px;
	padding-left: 10px;
	background: #8524D1;
	cursor: pointer;
	color: #FFF;
}

.item-mission-div-selected{
	background: transparent linear-gradient(90deg, #009B9D 0%, #52ae32ff 100%) 0% 0% no-repeat padding-box;
	cursor: pointer;
	color: #FFF;
}

.item-eventtype-div{
	padding-top: 15px;
	padding-left: 10px;
	border: none;
	border-bottom: 1px solid #131D3C;
	cursor: pointer;
	color: #131D3C;
}

.item-eventtype-div:HOVER{
	padding-top: 15px;
	padding-left: 10px;
	background: #8524D1;
	cursor: pointer;
	color: #FFF;
}

.item-eventtype-div-selected{
	background: transparent linear-gradient(90deg, #4A1971 0%, #8524D1 100%) 0% 0% no-repeat padding-box;
	cursor: pointer;
	color: #FFF;
}


.item-notif-div{
	padding-top: 15px;
	padding-left: 10px;
	border: none;
	border-bottom: 1px solid #131D3C;
	cursor: pointer;
	color: #131D3C;
}

.item-notif-div-selected{
	background: transparent linear-gradient(90deg, #4A1971 0%, #8524D1 100%) 0% 0% no-repeat padding-box;
	cursor: pointer;
	color: #FFF;
}

.item-notif-div:HOVER{
	padding-top: 15px;
	padding-left: 10px;
	background: #8524D1;
	cursor: pointer;
	color: #FFF;
}


.item-event-div{
	border: none;
	border-bottom: 1px solid #131D3C;
	cursor: pointer;
	color: #131D3C;
	padding-top: 15px;
	padding-left:5px;
}

.item-event-div:HOVER{
	background: #8524D1;
	cursor: pointer;
	color: #FFF;
	padding-top: 15px;
	padding-left:5px;
}


.list-group-red {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem;
  color: red;
}


.btn-action{
    border-radius: 10px;
    background: rgb(150,150,150);
    background: linear-gradient(0deg, rgba(150,150,150,1) 0%, rgba(252,252,252,1) 100%);
    border: 0px;
    height: 50px;
    width: 100%;
}






/* .btn-panic-toolbar-desactiv{
	cursor:pointer;
	margin-right:0px;
	height: 62px;
	margin-top: 10px;
	text-align: center;
	border: solid 2px #131D3C;
	border-radius: 5px;
	color: #131D3C;
	background: #FFFFFF"
}

.btn-panic-toolbar-activ:HOVER{
	cursor:pointer;
	margin-right:0px;
	height: 62px;
	margin-top: 10px;
	text-align: center;
	border: solid 2px #131D3C;
	border-radius: 5px;
	color: #131D3C;
	background: #FFFFFF;
	font-weight: bold;
} */

.btn-panic-toolbar-inactiv{
	cursor:pointer; 
	border: solid 2px white; 
	border-radius: 5px; 
	font-weight: bold;
	margin-top:5px;
	margin-right:0px;
    color: #FFFFFF;
}


.btn-panic-toolbar-inactiv:HOVER{
	cursor:pointer; 
	border: solid 2px white; 
	border-radius: 5px; 
	font-weight: bold;
	margin-top:5px;
	margin-right:0px;
    color: #FFFFFF;
	background: transparent linear-gradient(90deg, #009B9D 0%, #52ae32ff 100%)
		0% 0% no-repeat padding-box;
}


.btn-panic-toolbar-activ{
	cursor:pointer; 
	border: solid 2px white; 
	border-radius: 5px; 
	font-weight: bold;
	margin-top:5px;
	margin-right:0px;
    color: #FFFFFF;
    background: orange;
}


.btn-panic-toolbar-activ:HOVER{
	cursor:pointer; 
	border: solid 2px white; 
	border-radius: 5px; 
	font-weight: bold;
	margin-top:5px;
	margin-right:0px;
    color: #FFFFFF;
	background: transparent linear-gradient(90deg, #009B9D 0%, #52ae32ff 100%)
		0% 0% no-repeat padding-box;
}


.panel-barrier-disable{
	border-radius: 5px;  
	background-color: gray; 
	font-weight: bold; 
	color: #FFF;
}

.panel-barrier-connected{
	background: transparent linear-gradient(90deg, #009B9D 0%, #52ae32ff 100%)
		0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
	opacity: 1;
	color: #FFF;
	border-width: 0px;
	background-color: green; 
	font-weight: bold; 
}


.btn-activ-barrier-disable{
	border-top-left-radius:5px; 
	border-bottom-left-radius:5px; 
	background-color: gray; 
	font-weight: bold; 
	color: #FFF;
	height: 75px;
}


.btn-activ-barrier-opened{
	cursor:pointer; 
	border-top-left-radius:5px; 
	border-bottom-left-radius:5px; 
	background-color: #009B9D; 
	font-weight: bold; 
	color: #FFF;
	height: 75px;
}

.btn-activ-barrier-closed{
	border-top-left-radius:5px; 
	border-bottom-left-radius:5px; 
	cursor:pointer; 
	/* background-color: #E84E1C;  */
	background-color: #009B9D; 
	font-weight: bold; 
	color: #FFF;
	height: 75px;
}


.img-activ-barrier-disable{
	border-top-right-radius:5px; 
	border-bottom-right-radius:5px; 
	background-color: gray; 
	font-weight: bold; 
	color: #FFF;
	height: 75px;
}


.img-activ-barrier-opened{
	cursor:pointer; 
	border-top-right-radius:5px; 
	border-bottom-right-radius:5px; 
	background-color: #009B9D; 
	font-weight: bold; 
	color: #FFF;
	height: 75px;
}

.img-activ-barrier-closed{
	border-top-right-radius:5px; 
	border-bottom-right-radius:5px; 
	cursor:pointer; 
	/* background-color: #E84E1C;  */
	background-color: #009B9D; 
	font-weight: bold; 
	color: #FFF;
	height: 75px;
}





.btn-activ-barrier-default{
	cursor:default; 
	border-top-left-radius:5px; 
	border-bottom-left-radius:5px; 
	background-color: orange; 
	font-weight: bold; 
	color: #FFF;
	height: 75px;
}


.img-activ-barrier-default{
	border-top-right-radius:5px; 
	border-bottom-right-radius:5px; 
	cursor:default; 
	background-color: orange; 
	font-weight: bold; 
	color: #FFF;
	height: 75px;
}


.parampesee-item{
	padding:2px; 
	margin-right:5px;
	border-right:solid 1px; 
	cursor:pointer;
}

.transparent-tb {  
   	outline: none !important;
    border:none;
   	background: transparent;
   	cursor: none;
   	color: transparent;
   	caret-color: transparent;
   	width: 0px;
   	height: 0px;
}


.transparent-tb:focus {  
   outline: none !important;
    border:none;
   	background: transparent;
   	cursor: none;
   	color: transparent;
   	caret-color: transparent;
   	width: 0px;
   	height: 0px;
}


.custom-tooltip.tooltip > .tooltip-inner
{
    text-align: center;
    max-width: 500px;
    background: #FFF;
    color: #131D3C;
}

.font-transparent{
	color: #ffffff00;
}


.font-white{
	color: #FFF;
}


.mini-button-del{
	background: #FFF;
	border-radius: 6px;
	opacity: 1;
	border: 1px solid #131D3C;
	text-align: center;
	cursor: pointer;
}


.mini-button-del:HOVER {
	background: #EA5100;
	border-radius: 6px;
	opacity: 1;
	border: 1px solid #131D3C;
	text-align: center;
	cursor: pointer;
}



.mini-button-add{
	background: #FFF;
	border-radius: 6px;
	opacity: 1;
	border: 1px solid #131D3C;
	text-align: center;
	cursor: pointer;
}


.mini-button-add:HOVER {
	background: #52ae32ff;
	border-radius: 6px;
	opacity: 1;
	border: 1px solid #131D3C;
	text-align: center;
	cursor: pointer;
}



.pesage-button{
	background: #FFF;
	border-radius: 6px;
	opacity: 1;
	border: 1px solid #131D3C;
	text-align: center;
	cursor: pointer;
	color: #131D3C;
	width:120px;
	height: 65px;
	margin-left: 9px;
}


.pesage-button:HOVER {
	background: #52ae32ff;
	border-radius: 6px;
	opacity: 1;
	border: 1px solid #131D3C;
	text-align: center;
	cursor: pointer;
	color: #FFF;
	width:120px;
	height: 65px;
	margin-left: 9px;
}

.pesage-button-disable{
	background: #FFF;
	opacity: 1;
	text-align: center;
	color: #131D3C;
	width:120px;
	height: 65px;
	margin-left: 9px;
}


.pesage-function-button{
	background: #FFF;
	border-radius: 6px;
	opacity: 1;
	border: 1px solid #131D3C;
	text-align: left;
	cursor: pointer;
	color: #131D3C;
	height: 50px;
	margin-top:10px;
	padding-top:10px;
	margin-left: 25px;
    margin-right: 25px;
    padding-left: 10px;
}



.pesage-function-button:HOVER {
	background: #52ae32ff;
	border-radius: 6px;
	opacity: 1;
	border: 1px solid #131D3C;
	text-align: left;
	cursor: pointer;
	color: #FFF;
	height: 50px;
	margin-top:10px;
	padding-top:10px;
	margin-left: 25px;
    margin-right: 25px;
    padding-left: 10px;
}


.pesage-function-del-button{
	background: #FFF;
	border-radius: 6px;
	opacity: 1;
	border: 1px solid #131D3C;
	text-align: left;
	cursor: pointer;
	color: #131D3C;
	height: 50px;
	margin-top:10px;
	padding-top:10px;
	margin-left: 25px;
    margin-right: 25px;
    padding-left: 10px;
}

.pesage-function-del-button:HOVER {
	background: #EA5100;
	border-radius: 6px;
	opacity: 1;
	border: 1px solid #131D3C;
	text-align: left;
	cursor: pointer;
	color: #FFF;
	height: 50px;
	margin-top:10px;
	padding-top:10px;
	margin-left: 25px;
    margin-right: 25px;
    padding-left: 10px;
}



.imgover {
  background: url(../img/chip_green.svg) no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
}


.imgover:hover {
  background: url(../img/garbage_blue_24.png) no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
}




.monitoring-surbrillance-header{
  text-align: center;
  background-color: #131D3C;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-left: solid 5px red;
  border-right: solid 5px red;
  border-top: solid 5px red;
}


.monitoring-surbrillance-border{
	padding-left: 5px;
  	padding-right: 5px;
	border-left:solid 5px red;
	border-right:solid 5px red;
	background-color: #131D3C;
}


.monitoring-surbrillance-footer{
	padding-left: 5px;
  	padding-right: 5px;
	border-bottom:solid 5px red;
	border-left:solid 5px red;
	border-right:solid 5px red;
	border-bottom-left-radius: 5px; 
	border-bottom-right-radius: 5px;
	background-color: #131D3C;
}

.monitoring-panel-border{
	padding-left: 5px;
  	padding-right: 5px;
	border-left:solid 5px #131D3C;
	border-right:solid 5px #131D3C;
	background-color: #131D3C;
}

.monitoring-panel-header{
  text-align: center;
  background-color: #131D3C;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-left: solid 5px #131D3C;
  border-right: solid 5px #131D3C;
  border-top: solid 5px #131D3C;
}


.monitoring-panel-footer{
	padding-left: 5px;
  	padding-right: 5px;
	border-bottom:solid 5px #131D3C;
	border-left:solid 5px #131D3C;
	border-right:solid 5px #131D3C;
	border-bottom-left-radius: 5px; 
	border-bottom-right-radius: 5px;
	background-color: #131D3C;
}

.panel-radioact-disable{
	border-radius: 5px;  
	background: gray; 
	font-weight: bold; 
	color: #FFF;
	cursor: default;
}

.panel-radioact-connected{
	background: transparent linear-gradient(90deg, #009B9D 0%, #52ae32ff 100%)
		0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 5px;
	opacity: 1;
	color: #FFF;
	border-width: 0px;
	font-weight: bold; 
	cursor: default;
}

.panel-radioact-alarm{
	border-radius: 5px;  
	background: red; 
	font-weight: bold; 
	color: #ffcc00ff;
	cursor: pointer;	
}

.text-error{
	color: orange; 
}

.text-alerte-orange{
	color: orange; 
}

.text-alerte-red{
	color: red; 
}

.gwt-TabBar {
	background: transparent;
	height: 30px;
}

.gwt-TabPanel {
	width: 100%;
}

.gwt-TabLayoutPanelTabInner{
	background: #4A1971;
	color: #FFF;
	min-width:15vh;
	cursor: pointer;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	margin-left:4px;
}

.gwt-TabBar .gwt-TabBarItem {
	background: #00000029;
	color: #131D3C;
	min-width:15vh;
	cursor: pointer;
	border-radius: 5px 5px 0px 0px;
	text-align: center;
	margin-left:4px;
	border:1px solid #131D3C;
	border-bottom: none;
	padding: 3px 6px 0px 6px;
	height: 30px;
}

.gwt-TabBar .gwt-TabBarItem-selected {
  font-weight: bold;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  color: #FFF;
  height: 32px;
  border:1px solid #131D3C;
  border-bottom: none;
  background: transparent linear-gradient(90deg, #009B9D 0%, #52ae32ff 100%) 0% 0% no-repeat padding-box;
  padding: 3px 6px 0px 6px;
}

.gwt-TabPanelBottom {
	padding: 0px;
	border: 0px;
}



.footer-histo-map {
    position: fixed;
    bottom: 50px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    padding: 10px 10px 40px 10px;
    height: 185px;
}


.footer-phone {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 33%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    padding: 10px 10px 20px 10px;
    z-index: 1000;
    border-top-left-radius: 6px;
}


.footer-div {
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000; /* Pour s'assurer que la div est au-dessus du contenu */
}


.btn-display-search {
	background: transparent linear-gradient(90deg, #009B9D 0%, #52ae32ff 100%)
		0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	width: 100%;
	text-align: center;
	letter-spacing: 0px;
	color: #FFFFFF;
	border: transparent;
}

.btn-display-search:HOVER {
	background: transparent linear-gradient(90deg, #52ae32ff 0%, #52ae32ff 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	color: #FFF;
	width: 100%;
	border: transparent;
}


.ol-custom-button {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px 10px;
	cursor: pointer;
	z-index: 1000;
}





.btn-adjust-view-map {
            position: absolute;
           	top: 80px;
			right: 18px;
            background-color: #fff;
            border: none;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            z-index: 1000;
}
        
.btn-adjust-view-map img {
    width: 24px;
    height: 24px;
}



.btn-adjust-view-map-zone {
            position: absolute;
           	top: 320px;
			right: 10px;
            background-color: #fff;
            border: none;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            z-index: 1000;
}
    

.btn-adjust-view-map-zone img {
    width: 24px;
    height: 24px;
}


.btn-edit {
            background-color: rgba(0, 0, 0, 0.5);
            border: none;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            z-index: 1000;
            border:solid 1px #FFF;
}
        
.btn-edit img {
    width: 16px;
    height: 16px;
}



 .icon-button-unselected {
            display: inline-flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: white;
            padding: 3px;
            border: none;
            cursor: pointer;
            background: #aaa;
			box-shadow: 0px 3px 6px #00000029;
			border-radius: 6px;
			opacity: 1;
			width: 100%;
        }

   .icon-button-unselected img {
       font-size: 24px;
       margin-bottom: 5px;
   }

   .icon-button-unselected span {
       font-size: 14px;
       text-align: center;
   }

   .icon-button-unselected:hover {
       color: #FFFFFF;
	    	background: transparent linear-gradient(90deg, #009B9D 0%, #52ae32ff 100%)
		0% 0% no-repeat padding-box;
		box-shadow: 0px 3px 6px #00000029;
		border-radius: 6px;
		opacity: 1;
		width: 100%;
   }



  .icon-button-selected {
            display: inline-flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: white;
            padding: 3px;
            border: none;
            cursor: pointer;
            background: #52ae32ff;
			box-shadow: 0px 3px 6px #00000029;
			border-radius: 6px;
			opacity: 1;
			width: 100%;
        }

   .icon-button-selected img {
       font-size: 24px;
       margin-bottom: 5px;
   }

   .icon-button-selected span {
       font-size: 14px;
       text-align: center;
   }

   .icon-button-selected:hover {
       color: #FFFFFF;
	    background: transparent linear-gradient(90deg, #52ae32ff 0%, #52ae32ff 100%) 0% 0% no-repeat padding-box;
		box-shadow: 0px 3px 6px #00000029;
		border-radius: 6px;
		opacity: 1;
		width: 100%;
   }

	 
     .input_slide_track_color {
         accent-color:#52ae32ff;
     }
     
     
      /* Effet de survol */
        input[type="range"]:hover {
            opacity: 1;
        }
        
        
   .form_zone {
   	height:130px;
    position: fixed;
    top: 106px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Fond semi-transparent */
    color: white;
    text-align: center;
   /*  padding: 10px 10px 10px 10px; */
   padding-left:18px;
    padding-right:18px;
    z-index: 1000; /* Pour s'assurer que la div est au-dessus du contenu */
}
        
      
      

      
      .button-navbar-alertes {
            color: #ea5100ff;
            padding: 5px;
            border: none;
            cursor: pointer;
            background: #FFFFFF;
			border:solid 1px #ea5100ff;
			border-radius: 6px;
			opacity: 1;
			width: 100%;
        }

   .button-navbar-alertes img {
       font-size: 24px;
       margin-bottom: 5px;
   }

   .button-navbar-alertes div {
   	   float:right;
   	   padding-right:3px;
   	   padding-top:6px;
       font-size: 14px;
       font-weight:bold;
       text-align: center;
   }
      
      
      
      
.alert-messaging-icon {
    position: relative;
    display: inline-block;
}

.alert-button {
    background: #FFFFFF;
    border: none;
    padding: 0;
    cursor: pointer;
    border:solid 1px #ea5100ff;
    border-radius: 5px;
}

.alert-button img {
    width: 32px;
    height: 32px;
    border-radius: 15px;
}

.alert-notification-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #ea5100ff;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    width: 25px;
  	height: 25px;
  	padding: 2px;	
  	font-size: 0.8rem;
} 



.position-button {
    background: #FFFFFF;
    border: none;
    padding: 2px;
    cursor: pointer;
    border:solid 1px #000000;
    border-radius: 5px;
}

.position-button img {
    width: 32px;
    height: 32px;
    border-radius: 15px;
}

.position-notification-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #52ae32ff;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    width: 25px;
  	height: 25px;
  	padding: 2px;	
  	font-size: 0.8rem;
} 
     
     
.table_list{
	border-bottom: solid 1px #AAA;
}


.footer-nav{
	position: fixed;
	height: 50px;
	bottom: 0;
    left: 0;
    width: 100%;
	background-color: rgba(0, 0, 0, 0.8); 
	color: #FFFFFF;
	padding:18px;
	display: flex; 
	justify-content: space-between; 
	align-items: center;
}


.header-infos{
		display: flex; 
		align-items: center; 
		justify-content: left; 
		border-bottom: 1px solid #000; 
		padding-left: 18px;
		padding-top:2px;
		height: 40px;
}
.text-alerte-white{
	color: #FFFFFF; 
}

.text-alerte-orange{
	color: #eabd00ff; 
}

.text-alerte-red{
	color: #ea5100ff; 
}

.form-check-input:checked {
    background-color: #52ae32ff;
    border-color: #52ae32ff;
}

.form-check-input:focus {
	/* border-color: #FFFFFF; */
    outline: 0;
	box-shadow: none;
}
     
.form-check-orange,  .form-check-orange:checked {
	background-color: #eabd00ff;
    border-color: #eabd00ff;
}  
     
.text-disable{
	color:#AAA;
}


.anchor-address{
	padding-top:20px;
	padding-bottom:20px;
}




/* Styles pour le conteneur du loader de location */
.loader-location-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Centrer verticalement dans la fenêtre */
}



/* Styles pour le loader */
.loader-location {
	/* border: 1px solid rgba(0, 128, 0, 0.3);Bordure verte transparente */
    /*border-top: 1px solid #008000; Bordure supérieure verte */
	border: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid #FFFFFF;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 1s linear infinite; /* Animation de rotation */
  
}


/* Animation de rotation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.nav-listbox {
	width: 100%;
	height: 32px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #131D3C33;
	border-radius: 6px;
	opacity: 1;
	text-align: left;
	letter-spacing: 0px;
	color: #131D3C;
	opacity: 1;
	padding-left:12px;
}

.nav-listbox option {
	 margin-left: 75px;
	 padding-top: 75px; 
}


.modal-bottom{
	position: fixed;
    bottom: 10vh;
    left: 25px;
    right: 25px;
    max-width: 100%;
    z-index: 1000;
}


.mdpform-inputtext {
	width: 100%;
	height: 38px;
	border: 1px solid #131D3C33;
	border-radius: 6px;
	opacity: 1;
	text-align: left;
	letter-spacing: 0px;
	color: #131D3C;
	padding-left:10px;
}


.mdpform-inputtext-error {
	width: 100%;
	height: 38px;
	border: 1px solid red;
	border-radius: 6px;
	opacity: 1;
	text-align: left;
	letter-spacing: 0px;
	color: #131D3C;
	padding-left:10px;
}

.toggle-mdp {
    position: relative;
}
.toggle-mdp i {
    position: absolute;
    right: 10px;
    top: 11px;
    cursor: pointer;
    color: #131D3C;
}


.alert-notification-badge-mini {
    position: absolute;
    top: -8px;
    right: -4px;
    background-color: #ea5100ff;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    width: 20px;
    height: 20px;
    font-size: 0.8rem;
}


.alert-button-mini {
    background: #FFFFFF;
    border: none;
    padding: 0;
    cursor: pointer;
    border-radius: 5px;
}

.alert-button-mini img {
    width: 32px;
    height: 32px;
    border-radius: 15px;
}


 
 
.ol-label-pointer {
    position: absolute !important;
    bottom: -10px !important;
    left: 50% !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 10px solid transparent !important;
    border-right: 10px solid transparent !important;
    border-top: 10px solid rgba(255, 255, 255, 0.9) !important;
    margin-left: -10px !important;
}



.ol-label {
 	position: relative !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    border: 0px solid #333 !important;
    padding: 5px !important;
    border-radius: 3px !important;
    font-weight: bold !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    pointer-events: auto !important;
    cursor : pointer;
    minWidth : 50px;
}


.ol-label-geofence {
    position: relative;
    font-weight: bold;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.4);
    border: none;
    font-size: 15px;
    white-space: nowrap;
    pointer-events: none;
    bottom: -20px;
    padding: 2px;
    border: 0px solid #333 !important;
    padding: 5px !important;
    border-radius: 3px !important;
}

.image-container {
    position: relative;
    display: inline-block;
}

.main-image {
	position: relative;
    display: block;
    width: 36px;
    height: 36px;
}

.main-image-detail {
	position: relative;
    display: block;
    width: 50px;
    height: 50px;
}

.icon-image {
    display: block;
    width: 32px;
    height: 32px;
}

.overlay-image {
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 16px;
    height: auto;
}


.panel-infos-zone{
	position: fixed;
    top: 100px;
    left:35%;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    padding: 10px;
    z-index: 1000;
    border-radius: 6px;
}

.navbar-btn {
	background: transparent;
	border-radius: 4px;
	opacity: 1;
	width: 200px;
	text-align: center;
	letter-spacing: 0px;
	color: #FFFFFF;
	border: solid 2px #FFFFFF;
	font-weight: bold;
}

.navbar-btn:HOVER {
	background: #52ae32ff;
	border-radius: 4px;
	opacity: 1;
	color: #FFFFFF;
	width: 200px;
	border: solid 2px transparent;
	font-weight: bold;
}


.padding-10{
	padding: 10px;
}

.item-phone{
	margin-bottom: 8px;
	border: 1px solid #888888;
}

.circle{
	position: absolute;
    width: 36px;
    height: 36px;
    background-color: #000000;
    border-radius: 50%;
}

.btn_close_detail{
	width: 30px;
	margin-top: -5px;
	cursor: pointer;
}

.icon_state_reception_ok{
	background-color: #FFFFFF;
	mask-image: url('../img/icon_state_reception_ok.svg');
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 28px;
	height: 28px;
}

.icon_state_no_reception{
	background-color: #FFFFFF;
	mask-image: url('../img/icon_state_no_reception.svg');
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 28px;
	height: 28px;
}

.icon_state_reception_partielle{
	background-color: #FFFFFF;
	mask-image: url('../img/icon_state_reception_partielle.svg');
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 28px;
	height: 28px;
}

.icon-svg-white{
	background-color: #FFFFFF;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 32px;
	height: 32px;
}

.icon-svg-white-circle-adjust{
	position:absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	width:30px; height:30px; 
}

.cell-target{
	cursor: pointer;
}



.icon_state_reception{
	width:30px;
	height:30px;
}

.detail-phone {
    position: fixed;
    top: 96px;
    left: 20px;
    
    color: #000000;
    z-index: 1000; /* Pour s'assurer que la div est au-dessus du contenu */
    font-size: 0.9em;
}

.alerts-notifs{
	position: fixed;
	top: 80px;
	right: 20px;
	width: 25%;
}

.alerts-notifs-item{
	background-color:#FFFFFF;
	margin-top:20px;
	border-radius: 10px;
	box-shadow: -5px 5px 8px 0px rgba(0, 0, 0, 0.5);
}

.alerts-notifs-item-event-date{
	background-color: #888888; 
	color: #FFFFFF;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.alerts-notifs-item-event-title{
	font-size:14px; 
	line-height: 1; 
	font-weight:bold;
	padding-top: 5px;
}

.alerts-notifs-item-adr{
	font-size:14px; 
	line-height: 1; 
}

.alerts-notifs-item-adr-loader{
	width: 15px;
	height: 15px;
}

.detail-phone-infos{
	padding: 10px;
	background-color: #FFFFFF;
}

.detail-phone-alerts{
	border-top: 1px solid #888888;
	padding: 10px;
	background-color: #FFFFFFBB;
}

.icon-svg-div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%; /* Prend toute la hauteur du parent */
}

.mppc_detail_back_div{
	position: absolute;
    right: 10px;
    top: -17px;
}



.bgpsts-btn-white {      
	background: #FFFFFF;
	border-radius: 4px;
	opacity: 1;
	text-align: center;
	letter-spacing: 0px;
	color: #000000;
	border: solid 2px #898989;
	font-weight: bold;
	height: 60px;
}

.bgpsts-btn-white:HOVER {     
	background: #FFFFFF;
	border-radius: 4px;
	opacity: 1;
	text-align: center;
	letter-spacing: 0px;
	color: #000000;
	border: solid 2px #898989;
	font-weight: bold;
	height: 60px;
}


.bgpsts-btn-green {      
	background: #52ae32ff;
	border-radius: 4px;
	opacity: 1;
	text-align: center;
	letter-spacing: 0px;
	color: #FFFFFF;
	border: solid 2px #898989;
	font-weight: bold;
	height: 60px;
}

.bgpsts-btn-green:HOVER {     
	background: #52ae32ff;
	border-radius: 4px;
	opacity: 1;
	text-align: center;
	letter-spacing: 0px;
	color: #FFFFFF;
	border: solid 2px #898989;
	font-weight: bold;
	height: 60px;
}




.alertes-footer-div {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000; /* Pour s'assurer que la div est au-dessus du contenu */
    color:#898989;
}


.alertes-footer-btn-zone {
	display: flex;
	align-items: center;   /* Centre verticalement l'image et le texte */
  	gap: 8px;     
  	justify-content:center;
	background: #eeeeee;
	opacity: 1;
	color: #5c6163;
	font-weight: bold;
	height: 60px;
	border-radius:0px;
	border-top: solid 2px #c8c8c8;
	border-right: solid 2px #c8c8c8;
	border-left: 0px;
	border-bottom: 0px;
	font-size: 1.2rem;
}


/* Style de l'icône (remplace <img>) */
.alertes-footer-btn-zone-icon {
  display: inline-block;
  width: 32px;      
  height: 32px;
  background-image: url('../img/zone_black.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Au survol : change l'image + le fond/texte */
.alertes-footer-btn-zone:hover {
  background: #52ae32ff;
  color: #FFFFFF;
  border-top: solid 2px #c8c8c8;
  border-right: solid 2px #c8c8c8;
  border-left: 0px;
  border-bottom: 0px;
}

.alertes-footer-btn-zone:hover .alertes-footer-btn-zone-icon {
  background-image: url('../img/zone_white.svg');
}



.alertes-footer-btn-parcours {
	display: flex;
	align-items: center;   /* Centre verticalement l'image et le texte */
  	gap: 8px;     
  	justify-content:center;
	background: #eeeeee;
	opacity: 1;
	color: #5c6163;
	font-weight: bold;
	height: 60px;
	border-radius:0px;
	border-top: solid 2px #c8c8c8;
	border-right: solid 2px #c8c8c8;
	border-left: 0px;
	border-bottom: 0px;
	font-size: 1.2rem;
}


/* Style de l'icône (remplace <img>) */
.alertes-footer-btn-parcours-icon {
  display: inline-block;
  width: 32px;      
  height: 32px;
  background-image: url('../img/parcours_black.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Au survol : change l'image + le fond/texte */
.alertes-footer-btn-parcours:hover {
  background: #52ae32ff;
  color: #FFFFFF;
  border-top: solid 2px #c8c8c8;
  border-right: solid 2px #c8c8c8;
  border-left: 0px;
  border-bottom: 0px;
}

.alertes-footer-btn-parcours:hover .alertes-footer-btn-parcours-icon {
  background-image: url('../img/parcours_white.svg');
}




.alertes-footer-btn-alert {
	display: flex;
	align-items: center;   /* Centre verticalement l'image et le texte */
  	gap: 8px;     
  	justify-content:center;
	background: #eeeeee;
	opacity: 1;
	color: #5c6163;
	font-weight: bold;
	height: 60px;
	border-radius:0px;
	border-top: solid 2px #c8c8c8;
	border-right: solid 2px #c8c8c8;
	border-left: 0px;
	border-bottom: 0px;
	font-size: 1.2rem;
}


/* Style de l'icône (remplace <img>) */
.alertes-footer-btn-alert-icon {
  display: inline-block;
  width: 32px;      
  height: 32px;
  background-image: url('../img/alert_black.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Au survol : change l'image + le fond/texte */
.alertes-footer-btn-alert:hover {
  background: #52ae32ff;
  color: #FFFFFF;
  border-top: solid 2px #c8c8c8;
  border-right: solid 2px #c8c8c8;
  border-left: 0px;
  border-bottom: 0px;
}

.alertes-footer-btn-alert:hover .alertes-footer-btn-alert-icon {
  background-image: url('../img/alert_white.svg');
}



.alertes-footer-btn-contact {
	display: flex;
	align-items: center;   /* Centre verticalement l'image et le texte */
  	gap: 8px;     
  	justify-content:center;
	background: #eeeeee;
	opacity: 1;
	color: #5c6163;
	font-weight: bold;
	height: 60px;
	border-radius:0px;
	border-top: solid 2px #c8c8c8;
	border-right: solid 2px #c8c8c8;
	border-left: 0px;
	border-bottom: 0px;
	font-size: 1.2rem;
}


/* Style de l'icône (remplace <img>) */
.alertes-footer-btn-contact-icon {
  display: inline-block;
  width: 32px;      
  height: 32px;
  background-image: url('../img/contact_black.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Au survol : change l'image + le fond/texte */
.alertes-footer-btn-contact:hover {
  background: #52ae32ff;
  color: #FFFFFF;
  border-radius:0px;
  border-top: solid 2px #c8c8c8;
  border-right: solid 2px #c8c8c8;
  border-left: 0px;
  border-bottom: 0px;
}

.alertes-footer-btn-contact:hover .alertes-footer-btn-contact-icon {
  background-image: url('../img/contact_white.svg');
}





.alertes-footer-btn-zone-selected {
	display: flex;
	align-items: center;   /* Centre verticalement l'image et le texte */
  	gap: 8px;     
  	justify-content:center;
	background: transparent linear-gradient(90deg, #009B9D 0%, #52ae32ff 100%)
		0% 0% no-repeat padding-box;
	opacity: 1;
	color: #FFFFFF;
	font-weight: bold;
	height: 60px;
	border-radius:0px;
	border-top: solid 2px #c8c8c8;
	border-right: solid 2px #c8c8c8;
	border-left: 0px;
	border-bottom: 0px;
	font-size: 1.2rem;
	cursor: auto !important;
}


/* Style de l'icône (remplace <img>) */
.alertes-footer-btn-zone-selected-icon {
  display: inline-block;
  width: 32px;      
  height: 32px;
  background-image: url('../img/zone_white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.alertes-footer-btn-parcours-selected {
	display: flex;
	align-items: center;   /* Centre verticalement l'image et le texte */
  	gap: 8px;     
  	justify-content:center;
	background: transparent linear-gradient(90deg, #009B9D 0%, #52ae32ff 100%)
		0% 0% no-repeat padding-box;
	opacity: 1;
	color: #FFFFFF;
	font-weight: bold;
	height: 60px;
	border-radius:0px;
	border-top: solid 2px #c8c8c8;
	border-right: solid 2px #c8c8c8;
	border-left: 0px;
	border-bottom: 0px;
	font-size: 1.2rem;
	cursor: auto !important;
}


/* Style de l'icône (remplace <img>) */
.alertes-footer-btn-parcours-selected-icon {
  display: inline-block;
  width: 32px;      
  height: 32px;
  background-image: url('../img/parcours_white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}



.alertes-footer-btn-alert-selected {
	display: flex;
	align-items: center;   /* Centre verticalement l'image et le texte */
  	gap: 8px;     
  	justify-content:center;
	background: transparent linear-gradient(90deg, #009B9D 0%, #52ae32ff 100%)
		0% 0% no-repeat padding-box;
	opacity: 1;
	color: #FFFFFF;
	font-weight: bold;
	height: 60px;
	border-radius:0px;
	border-top: solid 2px #c8c8c8;
	border-right: solid 2px #c8c8c8;
	border-left: 0px;
	border-bottom: 0px;
	font-size: 1.2rem;
	cursor: auto !important;
}


/* Style de l'icône (remplace <img>) */
.alertes-footer-btn-alert-selected-icon {
  display: inline-block;
  width: 32px;      
  height: 32px;
  background-image: url('../img/alert_white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}





.alertes-footer-btn-contact-selected {
	display: flex;
	align-items: center;   /* Centre verticalement l'image et le texte */
  	gap: 8px;     
  	justify-content:center;
	background: transparent linear-gradient(90deg, #009B9D 0%, #52ae32ff 100%)
		0% 0% no-repeat padding-box;
	opacity: 1;
	color: #FFFFFF;
	font-weight: bold;
	height: 60px;
	border-radius:0px;
	border-top: solid 2px #c8c8c8;
	border-right: solid 2px #c8c8c8;
	border-left: 0px;
	border-bottom: 0px;
	font-size: 1.2rem;
	cursor: auto !important;
}


/* Style de l'icône (remplace <img>) */
.alertes-footer-btn-contact-selected-icon {
  display: inline-block;
  width: 32px;      
  height: 32px;
  background-image: url('../img/contact_white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}





.item-phone-alertes{
	background:#eeeeee;
	padding-top: 10px;
    padding-bottom: 10px;
}

.item-phone-alertes-type{
	background:#eeeeee;
	padding:5px;
}



.item-phone-alertes-detail{
	background:#898989;
	text-align: center;
	color:white;
	font-weight: bold;
	padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
    font-size: 12px;
}

.header-config{
	text-align:center; 
	font-size: 4rem;
	height: 90px;
	box-shadow: 0px 3px 6px -3px #898989;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    background-color: #eeeeee;
}


.header-config_img{
	position: absolute; 
	right: 20px; 
	top: 50%; 
	transform: translateY(-50%); 
	height: 50px; 
	width: auto;
	cursor:pointer;
}

.stepsmini-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.stepmini {
	display: flex;
	align-items: center;
	gap: 10px;
}

.stepmini-circle {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #898989;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	cursor: pointer;
	background-color: white;
	color: #898989;
	transition: background-color 0.3s, color 0.3s;
}

.stepmini-circle.selected {
	background-color: #52ae32ff;
	color: white;
}

.stepmini-label {
	color: #000000;
	font-weight: bold;
}


.steps-container {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
}

.step {
	display: flex;
	align-items: center;
	gap: 10px;
}

.step-circle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #898989;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	cursor: pointer;
	background-color: white;
	color: #898989;
	transition: background-color 0.3s, color 0.3s;
}

.step-circle.selected {
	background-color: #52ae32ff;
	color: white;
}

.step-label {
	font-size: 16px;
	color: #898989;
}



.form-alerte-inputtext {
	width: 100%;
	height: 38px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #131D3C33;
	border-radius: 6px;
	opacity: 1;
	text-align: left;
	letter-spacing: 0px;
	color: #131D3C;
	opacity: 1;
	padding-left:12px;
}


.form-alerte-label-disabled {
	width: 100%;
	height: 38px;
	background: #eeeeee;
	border: 1px solid #131D3C33;
	border-radius: 6px;
	opacity: 1;
	text-align: left;
	letter-spacing: 0px;
	color: #131D3C;
	opacity: 1;
	padding-left:12px;
}

#hppc_panel_detail{
	position: fixed;
    bottom: 0;
    right: 0;
    width: 80%;
    background-color: #FFFFFF;
    color: #000000;
    z-index: 1000;
    height:319px;
}

#hppc_detail_back{
	height: 30px;
    position: absolute;
    top: -22px;
    right: 25px;
    z-index: 1;
    cursor: pointer;
}

.hppc_btn_open_detail{
	height:30px;
}

.hppc_detail_phone{
	font-size: 0.9em;
}

.hppc_positions_table {
  border-collapse: collapse;
  width: 100%;
  user-select: none;
}

.hppc_positions_table th {
  background-color: #f2f2f2;
}

.hppc_positions_table tr.selected {
  background-color: #dbfcf6 !important;
}

.hppc_positions_table tr:hover {
  background-color: #f5f5f5;
}

body.dragging {
  cursor: grabbing;
}

.big-checkbox{
	width: 24px;
	height: 24px;
}

.item-phone-cb-selected {
  background-color: #ffd231;
}

.empty-value{
	color: #888888;
  	font-style: italic;
}

/* .alertes-checkbox-multi {
	text-align: left;
	letter-spacing: 0px;
	color: #131D3C;
	opacity: 1;
	font-size: 13px;
}

.alertes-checkbox-multi input[type="checkbox"] {
	margin-right: 5px;
} */


.alertes-checkbox-multi {
	text-align: left;
	letter-spacing: 0px;
	color: #131D3C;
	opacity: 1;
	padding-left:20px;
}

.alertes-checkbox-multi input[type="checkbox"] {
	margin-right: 5px;
}

.alertes-checkbox-horizontal-panel{
	width: 100%;
}







/* ===== CONTAINER GRID ===== */
.checkbox-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 colonnes égales */
  gap: 15px; /* Espacement entre les éléments */
  width: 100%;
  box-sizing: border-box;
}

/* ===== ÉLÉMENT INDIVIDUEL ===== */
.checkbox-item {
  width: 100%;
  min-height: 40px; /* Hauteur minimale */
}

/* ===== CHECKBOX PERSONNALISÉE ===== */
.gwt-CheckBox-alertes {
  position: relative;
  display: flex;
  align-items: center; /* Centre verticalement */
  width: 100%;
  min-height: 32px;
}

.gwt-CheckBox-alertes input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}

/* Label avec retour à la ligne autorisé */
.gwt-CheckBox-alertes label {
  position: relative;
  padding-left: 75px;
  cursor: pointer;
  display: inline-block;
  white-space: normal; /* Autorise le retour à la ligne */
  word-break: break-word; /* Casse les mots trop longs */
  flex: 1;
  line-height: 1.2;
  font-style: italic;
  font-weight: bold;
  font-size: 0.9rem;
}

/* Case à cocher */
.gwt-CheckBox-alertes label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border: 2px solid #999999;
  border-radius: 4px;
}

/* Image */
.gwt-CheckBox-alertes .checkbox-icon {
  position: absolute;
  left: 38px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  pointer-events: none;
}



/* Case cochée */
.gwt-CheckBox-alertes input[type="checkbox"]:checked ~ label::before {
  background-color: #a0c546;
  border-color: #a0c546;
}

/* Coche */
.gwt-CheckBox-alertes input[type="checkbox"]:checked ~ label::after {
  /* content: "✓"; */
  content: "\2713";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 20px;
  font-weight: bold;
  pointer-events: none;
  z-index: 1;
}


















/* ===== CHECKBOX PERSONNALISÉE ===== */
.gwt-CheckBox-alertes-noimages {
  position: relative;
  display: flex;
  align-items: center; /* Centre verticalement */
  width: 100%;
  min-height: 32px;
}

.gwt-CheckBox-alertes-noimages input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}

/* Label avec retour à la ligne autorisé */
.gwt-CheckBox-alertes-noimages label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  display: inline-block;
  white-space: normal; /* Autorise le retour à la ligne */
  word-break: break-word; /* Casse les mots trop longs */
  flex: 1;
  line-height: 1.2;
  font-style: italic;
  font-weight: bold;
  font-size: 0.9rem;
}

/* Case à cocher */
.gwt-CheckBox-alertes-noimages label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border: 2px solid #999999;
  border-radius: 4px;
}



/* Case cochée */
.gwt-CheckBox-alertes-noimages input[type="checkbox"]:checked ~ label::before {
  background-color: #a0c546;
  border-color: #a0c546;
}

/* Coche */
.gwt-CheckBox-alertes-noimages input[type="checkbox"]:checked ~ label::after {
  /* content: "✓"; */
  content: "\2713";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 20px;
  font-weight: bold;
  pointer-events: none;
  z-index: 1;
}








.alertes-btn-back {
	display: flex;
	align-items: center;   /* Centre verticalement l'image et le texte */
  	gap: 8px;     
  	justify-content:center;
	background: transparent linear-gradient(90deg, #009B9D 0%, #52ae32ff 100%)
		0% 0% no-repeat padding-box;
	opacity: 1;
	color: #FFFFFF;
	font-weight: bold;
	height: 60px;
	font-size: 1.2rem;
	border: none;
    border-radius: 5px;
}


.alertes-btn-back-icon {
  display: inline-block;
  width: 38px;      
  height: 38px;
  background-image: url('../img/btn_arrow_back_white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.alertes-btn-back:hover {
  background: #52ae32ff;
  color: #FFFFFF;
}



.alertes-btn-next-disable {
	display: flex;
	align-items: center;   /* Centre verticalement l'image et le texte */
  	gap: 8px;     
  	justify-content:center;
	background: #eeeeee;
	opacity: 1;
	color: #FFFFFF;
	font-weight: bold;
	height: 60px;
	font-size: 1.2rem;
	border: none;
    border-radius: 5px;
}

.alertes-btn-next-disable:hover {
	display: flex;
	align-items: center;   /* Centre verticalement l'image et le texte */
  	gap: 8px;     
  	justify-content:center;
	background: #eeeeee;
	opacity: 1;
	color: #FFFFFF;
	font-weight: bold;
	height: 60px;
	font-size: 1.2rem;
	
}



.alertes-btn-next {
	display: flex;
	align-items: center;   /* Centre verticalement l'image et le texte */
  	gap: 8px;     
  	justify-content:center;
	background: transparent linear-gradient(90deg, #009B9D 0%, #52ae32ff 100%)
		0% 0% no-repeat padding-box;
	opacity: 1;
	color: #FFFFFF;
	font-weight: bold;
	height: 60px;
	font-size: 1.2rem;
	border: none;
    border-radius: 5px;
}


.alertes-btn-next-icon {
  display: inline-block;
  width: 38px;      
  height: 38px;
  background-image: url('../img/btn_arrow_next_white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.alertes-btn-next:hover {
  background: #52ae32ff;
  color: #FFFFFF;
}


.alertes-btn-next:hover .alertes-btn-next-icon {
  background-image: url('../img/btn_arrow_next_white.svg');
}

.alertes-footer-back-next{
	display: flex; 
	justify-content: center; 
	padding-top: 25px; 
	padding-bottom: 25px;
	gap:5%;
    position: fixed;
    bottom: 60px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
}



.background-alertes-accueil{
	width: 100vw;
  	height: 100vh; /* Ajuste la hauteur selon tes besoins */
 	background-image: url('../img/background_map.jpg');
  	background-size: cover; /* ou 'contain' selon l'effet souhaité */
  	background-position: center; /* Centre l'image */
  	background-repeat: no-repeat; /* Empêche la répétition */
  	position: relative; /* Pour superposer du contenu */
}



 /* Panel principal */
    .panel-alerte-config-accueil {
      display: grid;
      grid-template-columns: repeat(2, 20vw);
      grid-template-rows: repeat(2, 20vh);
      gap: 4vw;
      justify-content: center;
      align-content: flex-start;
      width: 100vw;
      height: 100vh;
      padding:20vh 2vw 2vh;
      box-sizing: border-box;
      background-image: url('../img/background_map.jpg');
      background-size: cover; /* ou 'contain' selon l'effet souhaité */
  	  background-position: center; /* Centre l'image */
  	  background-repeat: no-repeat; /* Empêche la répétition */
   	  position: relative; /* Pour superposer du contenu */
    }

    /* Style des boutons de l'accueil de l'espace configurateur*/
    .button-accueil {
      position: relative; /* Ajoute ceci */
      width: 18vw;
      height: 18vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      	background: transparent linear-gradient(90deg, #009B9D 0%, #52ae32ff 100%)
		0% 0% no-repeat padding-box;
      border:none;
      border-radius: 5px;
      cursor: pointer;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    /* Effet au survol du bouton */
    .button-accueil:hover {
   	  border: 5px solid #52ae32ff;
      border-radius: 5px;
      background: #FFFFFF;
      color: #52ae32ff;
    }

    /* Style de l'icône (remplace <img>) */
    .button-accueil-icon {
      display: inline-block;
      width: 40%; /* Taille relative au bouton */
      height: 40%;
      max-width: 120px;
      max-height: 120px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      margin-bottom: 32px;
    }

    /* Style du titre */
    .button-accueil-title {
      position: absolute;
  	  bottom: 10px; /* Ajuste la distance du bas */
  	  width: 100%;
  	  text-align: center;
      font-size: 1.5em;
      color: #FFFFFF;
      font-weight: bold;
    }

    /* Survol : change la couleur du titre et l'icône */
    .button-accueil:hover .button-accueil-title {
       color: #52ae32ff;
    }

    /* Icônes par défaut (à personnaliser) */
    .button-accueil-zones .button-accueil-icon {
       background-image: url('../img/zone_white.svg');
    }
    .button-accueil-parcours .button-accueil-icon {
       background-image: url('../img/parcours_white.svg');
    }
    .button-accueil-alertes .button-accueil-icon {
       background-image: url('../img/alert_white.svg');
    }
    .button-accueil-contacts .button-accueil-icon {
     background-image: url('../img/contact_white.svg');
    }

    /* Icônes au survol */
    .button-accueil-zones:hover .button-accueil-icon {
      background-image: url('../img/zone_green.svg');
    }
    .button-accueil-parcours:hover .button-accueil-icon {
      background-image: url('../img/parcours_green.svg');
    }
    .button-accueil-alertes:hover .button-accueil-icon {
      background-image: url('../img/alert_green.svg');
    }
    .button-accueil-contacts:hover .button-accueil-icon {
      background-image: url('../img/contact_green.svg');
    }



.alertes-nav-btns{
	display: flex; 
	justify-content: center; 
	gap: 5%; 
	padding-top: 25px; 
	padding-bottom: 25px;
	border-bottom: solid 1px #c8c8c8;
}


.alertes-panel-table-form{
	color: #131D3C;
	border-radius: 4px;
	border:solid 1px #131D3C;
	padding:10px;
}


.alertes-panel-table-scroll{
	max-height: 220px;
    overflow-y: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}


/* Conteneur principal du label */
.phone-checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 40px;
    padding: 4px 0;
}

/* Texte : disposition verticale */
.phone-text-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

/* Nom du téléphone */
.phone-title {
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
}

/* Immatriculation */
.phone-subtitle {
	font-style: normal;
    font-size: 14px;
    color: black;
}

/* Conteneur de l'icône */
.phone-icon-wrapper {
    display: flex;
    align-items: center;
}

/* Cercle coloré */
.phone-icon-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
}

/* Icône SVG (centrée dans le cercle) */
.phone-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

.phone-icon-img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: invert(1);
}


/* Label personnalisé pour la checkbox (remplace .gwt-CheckBox-alertes label) */
.phone-checkbox-custom-label {
    display: inline-flex !important;
    align-items: center !important;
    padding-left: 0 !important; /* Supprime le padding par défaut de GWT */
    cursor: pointer !important;
    white-space: normal !important;
    word-break: break-word !important;
    line-height: 1.2 !important;
    margin: 0;
    font-style: normal; /* Réinitialise l'italique si nécessaire */
    font-weight: normal; /* Réinitialise le gras si nécessaire */
    gap: 8px; /* Espace entre l'icône et le texte */
}





/* Conteneur principal du label */
.multitable-checkbox-label {
    display: flex;
    align-items: center;
    gap: 86px;
    /* margin-left: 40px; */
    padding: 4px 0;
}

/* Texte : disposition verticale */
.multitable-text-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

/* titre*/
.multitable-title {
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    color: #52ae32ff;
}

/* SOUS-titre */
.multitable-subtitle {
	font-style: normal;
    font-size: 14px;
    color: black;
}

/* Conteneur de l'icône */
.multitable-icon-wrapper {
    display: flex;
    align-items: center;
}


.multitable-icon-img {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 20px;
    left: 60px;
    transform: translate(-50%, -50%);
}


/* Label personnalisé pour la checkbox (remplace .gwt-CheckBox-alertes label) */
.multitable-checkbox-custom-label {
    display: inline-flex !important;
    align-items: center !important;
    padding-left: 0 !important; /* Supprime le padding par défaut de GWT */
    cursor: pointer !important;
    white-space: normal !important;
    word-break: break-word !important;
    line-height: 1.2 !important;
    margin: 0;
    font-style: normal; /* Réinitialise l'italique si nécessaire */
    font-weight: normal; /* Réinitialise le gras si nécessaire */
    gap: 8px; /* Espace entre l'icône et le texte */
}




.modal-btn-disable {
	background: transparent linear-gradient(90deg, #CCC  0%, #CCC  100%)
		0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #CCC ;
	border-radius: 6px;
	opacity: 1;
	text-align: center;
	letter-spacing: 0px;
	color: #FFFFFF;
	border: transparent;
	height: 38px;
}


.modal-btn {
	background: transparent linear-gradient(90deg, #009B9D 0%, #52ae32ff 100%)
		0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	text-align: center;
	letter-spacing: 0px;
	color: #FFFFFF;
	border: transparent;
	font-weight: bold;
	height: 38px;
}

.modal-btn:HOVER {
	background: transparent linear-gradient(90deg, #52ae32ff 0%, #52ae32ff 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 6px;
	opacity: 1;
	color: #FFF;
	border: transparent;
}


.header-modal{
    position: relative;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    font-size: 2rem;
    color:#52ae32ff;
    font-weight: bold;
}

.header-modal_img{
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 32px;
    width: auto;
}

.updown-numeric-input-container {
      display: flex;
      align-items: center;
      background-color: white;
      border: 1px solid #ccc;
      border-radius: 4px;
      padding: 2px; /* Réduit le padding pour gagner de la place */
      width: 220px;
      height: 38px; /* Hauteur fixe */
      font-family: Arial, sans-serif;
      box-sizing: border-box;
 }

 /* Style des flèches (images) */
 .updown-numeric-input-arrows {
     display: flex;
     flex-direction: column;
     margin-right: 8px; /* Réduit la marge entre les flèches et la valeur */
     height: 100%; /* Prend toute la hauteur du conteneur */
     justify-content: center; /* Centre verticalement */
     gap: 0; /* Supprime l'espace entre les flèches */
 }

 .updown-numeric-input-arrow-button {
     width: 20px; /* Largeur des boutons */
     height: 18px; /* Hauteur de chaque bouton (38px / 2 - 1px pour éviter le débordement) */
     background-color: transparent;
     border: none;
     cursor: pointer;
     padding: 0;
     margin: 0; /* Supprime les marges par défaut */
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .updown-numeric-input-arrow-button img {
     width: 100%; /* Prend toute la largeur du bouton */
     height: 100%; /* Prend toute la hauteur du bouton */
     object-fit: contain; /* Conserve les proportions */
 }

 .updown-numeric-input-arrow-button:hover {
     opacity: 0.8;
 }

 /* Style de la valeur */
 .updown-numeric-input-value {
     font-size: 16px;
     margin-right: 2px; /* Réduit la marge entre la valeur et l'unité */
     min-width: 40px;
     text-align: center;
 }

 /* Style de l'unité (alignée à droite) */
 .updown-numeric-input-unit {
     font-size: 14px;
     color: #555;
     margin-left: auto; /* Alignement à droite */
     padding-right:5px;
 }
 
 
 
 
 
 
 
 
 
.button-panel-img-transparent {
    z-index: 1000; /* Assure que le bouton reste au-dessus de la carte */
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    padding: 0;
}

/* Style de la partie gauche (image dans un carré vert) */
.button-panel-img-transparent-image {
    width: 50px;
    height: 50px;
    background-color: #52ae32ff; 
    display: flex;
    justify-content: center;
    align-items: center; 
}


.button-panel-img-transparent-image-disable {
    width: 50px;
    height: 50px;
    background-color: #898989; 
    display: flex;
    justify-content: center;
    align-items: center; 
}


.button-panel-img-transparent-image img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}


.button-panel-img-transparent-image-disable img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}



/* Style de la partie droite (texte dans un rectangle blanc transparent) */
.button-panel-img-transparent-text {
	width: 110px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    color: black;
    border-radius: 0px 6px 6px 0px;
    text-align: left;
    font-weight: bold;
    padding-left: 10px;
    line-height: 1.2;
    align-content: center;
}
 
 
.alerte-left-panel{
	padding-left:10px;
	padding-right:10px;
}






.alertes-btn-new {
	display: flex;
	align-items: center;   /* Centre verticalement l'image et le texte */
  	gap: 8px;     
  	justify-content:center;
	background: transparent linear-gradient(90deg, #009B9D 0%, #52ae32ff 100%)
		0% 0% no-repeat padding-box;
	opacity: 1;
	color: #FFFFFF;
	font-weight: bold;
	height: 48px;
	font-size: 0.8rem;
	border: none;
    border-radius: 5px;
}


.alertes-btn-new-icon {
  display: inline-block;
  width: 32px;      
  height: 32px;
  background-image: url('../img/btn_arrow_back_white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.alertes-btn-new:hover {
  background: #52ae32ff;
  color: #FFFFFF;
} 


.alerte-left-panel-header{
	height: 90px;
    align-content: center;
}


.item-configparcours-phone{
	margin-bottom: 8px;
	border: 1px solid #888888;
	cursor: pointer;
}



.icon_state_item_selected{
	background-color: #FFFFFF;
	mask-image: url('../img/icon_state_reception_ok.svg');
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 28px;
	height: 28px;
}

.icon_state_item_unselected{
	background-color: #FFFFFF;
	mask-image: url('../img/chip_red.svg');
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 28px;
	height: 28px;
}



.modal-detail-pos-corridor{
	position: fixed;
    bottom: 165px;
    right: 240px;
    max-width: 100%;
    z-index: 1000;
}

.ol-viewport {
    image-rendering: pixelated; /* ou 'auto' */
}

.la-table-header{
	border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.la-table{
	width:100%;
	border:none;
}

.la-table-cell{
	padding-top: 10px;
    padding-bottom: 10px;
}

#hppc_detail_synthese_alerts, #mppc_detail_synthese_alerts{
	height: 150px;
    overflow-y: auto;
}

.mppc_mobileList{
	overflow: auto;
	height: calc(100vh - 130px - 76px);
}

.cell-secure{
	cursor: pointer;
}

.img-secure-vehic{
	cursor: pointer;
}
