/** 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: "Montserrat";
	src: url('../fonts/montserrat_regular.ttf');
}

@font-face {
	font-family: "Montserrat-Bold";
	src: url('../fonts/montserrat_bold.ttf');
}

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

body {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	background-image: url('../img/background.jpg');
	height: 100%;
	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;
}

.sp-inputidenti {
	color: #FFFFFF;
}

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

.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: #5FC8FF;
	color: #FFFFFF;
	box-shadow: 0px 1px rgb(204, 204, 204);
}

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

.sp-user-list {
	background-color: #0b2950;
	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;
}

#users-list-title {
	font-size: 20px;
	background-color: #3ebccc;
	color: #FFFFFF;
	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: #FFFFFF;
}

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

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

max-height
:
 
200
px
;

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

.title-table {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	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-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: #3ebccc;
	padding: 5px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: solid 1px white;
}

.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: transparent;
	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;
	color: #FFF;
}

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

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

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

.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: #0b2950;
	width: 100%;
}

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

.btn-argos-control {
	color: #FFF;
	background-color: #0b2950;
}

.btn-argos-control:hover {
	color: #FFF;
}

#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: 25vh;
	color: #fff;
	overflow-y: auto;
}

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

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

#sp-filter-rapport-agent {
	max-height: 25vh;
	color: #fff;
	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 {
	background-color: rgba(11,41,80,0.6);
	padding-top: 20px;
	height: calc(100vh - 110px);
}

.argos-detail {
	background-color: rgba(11,41,80,0.6);
	overflow: auto;
	height: calc(100vh - 110px);
}

.argos-setting {
	overflow-y: auto;
	background-color: rgba(11,41,80,0.6);
	height: calc(100vh - 110px);
	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: #3ebccc;
}

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

.periodes-listbox {
	height: 40px;
}

#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 {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
}


.connexion-state-tech-name {
	margin-top:15px;
	text-align:left;
	color: #FFFFFF;
}


.panel {
	background-color: rgba(11,41,80,0.6);
	border-radius: 4px;
}

.panel-heading {
	border-bottom: 0px;
}

.panel-default>.panel-heading {
	background-color: #3ebccc;
	border-color: #fff;
	color: #FFFFFF;
}

.panel-title {
	padding: 0;
}

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

#collapse2 {
	color: #fff;
}

.panel {
	border: none;
}

.panel-heading .accordion-toggle:after {
	/* symbol for "opening" panels */
	font-family: 'Glyphicons Halflings';
	/* essential for enabling glyphicon */
	content: "\e114"; /* adjust as needed, taken from bootstrap.css */
	float: right; /* adjust as needed */
	color: white; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
	/* symbol for "collapsed" panels */
	content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

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

#resume {
	color: #FFFFFF;
}

#resume-periodes {
	font-weight: bold;
	font-size: 15px;
}

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

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

::placeholder {
	color: #CCCCCC;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #CCCCCC;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #CCCCCC;
}

.white {
	color: #FFFFFF;
}

.settings-profils {
	margin-bottom: 20px;
}

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

.gwt-TabPanel {
	width: 100%;
}

.gwt-TabBar .gwt-TabBarItem {
	background: #0b2950;
}

.gwt-TabBar .gwt-TabBarItem-selected {
	background: #FFFFFF;
	color: #0b2950;
	font-weight: bold;
}

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

.gwt-TabBar .gwt-TabBarItem {
	padding: 6px 8px 6px 6px;
}

.btn-sp-blue.focus, .btn-sp-blue:focus, .btn-sp-blue:hover {
	color: #FFFFFF;
}

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

.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: #0b2950;
	text-align: center;
}

.img-center {
	margin: 0 auto;
}

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


.footer {
  margin-left:-15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10.0rem;            /* Footer height */
}

/*
	PANEL ARGOS SETTING RTLS
*/

.setting-rtls-pti fieldset {
	color: white;	
	border-radius: 3%; 
	border : none;
}	
.setting-rtls-pti legend {
	color: white;	
	font-weight: bold;
	border-bottom: dotted white 1px;
}
.setting-rtls-pti label {
}
.setting-rtls-pti input {
	text-align: right;
	color : #000;
}

.input-align-left{
	text-align: left;
}


.button-glyhp {
	cursor: pointer;
	font-size: 24px;
	color: white;
	font-weight: bold;
	margin: 5px;
}

.button-glyhp:ACTIVE {
	 transform: translate(10px, 10px);
}
.button-glyhp:hover {
	  box-shadow: inset 0 0 5em gray, 0 0 5em gray;
}

/* .footer {
	clear: both;
	position: relative;
	height: 150px;
	margin-top: -150px;
} */