/** 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;
}

.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-weight: bold;
	font-size:14px;
	letter-spacing: 0px;
	opacity: 1;	
}


.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;
}


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



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


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


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

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


.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;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Fond semi-transparent */
    color: white;
    text-align: center;
    padding: 10px 10px 40px 10px;
    z-index: 1000; /* Pour s'assurer que la div est au-dessus du contenu */
    height:185px;
}


.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: inherit;
            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: inherit;
            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;
}

.table-panel tr{
	 border-bottom: 1pt solid black;
}

.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;
}



/**
	FIN
*/