/** 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;
	}
	
	.sp-logo{
		height: 50%;
	}
	
	.support-title{
		margin-top: 20px;
		font-size: 15px;
	}
	
	.sp-navbar{
		height: 60px;
	}
}

@media (min-width: 768px) {
		.support-title{
			font-size: 25px;
			font-weight: bold;
			color : #FFFFFF;
			margin-top: 35px;
		}
		
		.sp-navbar{
			height: 110px;
		}
	}

html{
	
/* 	height : 100%; */
}

body{
	min-height : 100vh;
	margin : 0px;
	
}


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

.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-inputblock {
	margin-top: 1vh;
	margin-left: 0 !important;
}

.sp-inputidenti1{
	color : #FFFFFF;
}

.sp-inputtext {
	border-bottom: 1px solid #9e9e9e !important;
	font-size: 14px !important;
	background: transparent !important;
	color: #000 !important;
	height: 30px !important;
}

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

.sp-nextbutton {
    border: none;
    width: 75%;
    height: 50px;
    float: left;
    background: white;
        background-color: white;
    font-size: 24px;
    border-radius: 5px;
    width: 100%;
    background-color: #ff4a20;
	color: #FFFFFF;
	box-shadow: 0px 1px rgb(204, 204, 204);
    
}

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

.sp-user-list{
	color : #000000;
}

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

#users-list-title{

	font-size: 20px;
	color : #ff5000;
	margin-bottom: 20px;
	margin-left : 5px;
	margin-right : 5px;
	padding-left : 5px;
	padding-right : 5px;
}

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

.sp-navbar {
	border: none !important;
/* 	background-color: #00CAC4 !important; */
	margin-bottom: 0px !important;
	width: 100%;
	text-align: center;
	color:#002A54;
}

.sp-navbaritem { 

	height: 74px;
		
} 

.sp-rapport-table-header{
	font-weight: bold;
	background: #000000;
}

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

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



	max-height: 200px;
	overflow: auto;
}

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

h4 {
	color:#FFFFFF;
	font-weight: bold;
	padding-bottom: 15px;
}

/* #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-table{
	width: 100%;
	color: #FFFFFF;
	border: none;
}

.sp-rapport-row-parent, .sp-rapport-column-detail{
	border: none;
	border-bottom: 1px solid #FFF;
	
}

.sp-rapport-column-detail > a{
	color : #fff;
}

.sp-rapport-header {
	background: #2E96CC;
	padding : 5px;
	color:white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
/* 	border-left: solid 2px rgba(0, 42, 84, 0.6); */
/* 	border-bottom: solid 2px rgba(0, 42, 84, 0.6); */
}

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

.sp-rapport-row-parent{
	text-align: left;
	font-weight: bold;
	padding : 5px;
}

.sp-rapport-column-detail {
	text-align: center !important;
	
}

#nav_back {
	background: #FFF;
	border: none;
	font-weight: bold;
	font-size: 18px;
}
#nav_deconnect{
	height: 30px;
}

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

#sp-detail-rapport-type{
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	
}

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

.sp-detail-title{
	font-size: 20px;
	font-weight: bold;
}

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

.sp-detail-date{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

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

.sp-block-title{
	font-size: 20px;
	font-weight: bold;
	color: #0F3381;
}

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

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

.sp-logo{
	max-height: 80px;
	margin-top: 15px;
	margin-bottom: 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-bluelight{
	color: #FFF;
	background-color: #5FC8FF;
	width: 100%;

}

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

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

.btn-sp-blue:HOVER{
	color: #FFF;
	background-color: #145ea8;
}

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

#sp-filter-rapport-event	 {
	max-height: calc(100vh - 570px);
	color : #fff;
}

#sp-filter-cadre-periodes {
	max-height: 150px;
	
}
#sp-filter-rapport-compte {
	max-height: 30vh;
	color : #fff;
	
}
#sp-filter-rapport-agent {
	max-height: 30vh;
	color : #fff;
	
}
.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{
	background-color: rgba(0, 42, 84, 0.6);
	padding-top: 20px;
	height: calc(100vh - 110px);
}

.argos-detail{
	background-color: rgba(0, 42, 84, 0.6);
	height: 100vh;
}

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

.msg{
	color : #000000;
	font-weight: bold;
	font-size: 20px;
/* 	text-align: center; */
}

#accueil, #save-ok, #save-ko{
	background:white;
	padding: 20px;
	margin-top: 30px;
	border-radius: 15px 15px 15px 15px;
	margin-bottom: 30px
}





#bottom-form{
	position: relative;
	bottom: 0px;
}

.obligatoire{
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}

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

canvas{
  /*prevent interaction with the canvas*/
  pointer-events:none;
}

