/* @override 
	http://127.0.0.1/~jlm/password/passwd.css
	https://password.charentonvolley.fr/passwd.css
	http://127.0.0.1/~volley/passwd/passwd.css
*/

.content {
	padding: 0;
	margin: 10px;
}

body, textarea {
 	font: 16px/1.5 "Roboto", arial, sans-serif;
}

@media screen {
	.content:before {content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:url(CNMC.png) 0 0 no-repeat;background-size:cover;opacity: 0.05;z-index:-1;}
}
@media print {
	body, textarea {
	 	background: white;;
	}	
}

:root {
	--color_scheme_tab_background: white;
	--color_scheme_selected_tab_background: #1e72bd;
	--color_scheme_selected_tab_text_color: white;
}
/* Forms */

.input-text,
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='file'],
input[type='tel'],
textarea,
select {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type="submit"] {
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin: 10px;
	font-size: large;
}



select:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #cdcdcd; opacity:1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #cdcdcd; opacity:1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #cdcdcd; opacity:1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #cdcdcd; opacity:1;
}

input:read-only {
	opacity:0.8;
}

input:invalid {
  background-color: #ffdddd;
}

input:valid {
  background-color: #ddffdd;
}
  
input:required {
  border-color: #800000;
  border-width: 3px;
}

input:required:valid {
  border-color: #008000;
}

input[type="submit"], button, .button {
 	border-color: blue;
 	background: var(--color_scheme_selected_tab_background);
	color: var(--color_scheme_selected_tab_text_color);
	border: 1px solid #492fb1;
	box-shadow: 0 2px 0 #1d6e72;
	opacity:1;
	width: auto;
 	cursor: pointer;
 	display: inline-block;
	padding: 0.3em 0.6em;
    border-radius: 10px;
}

input.identifiant {
	width: 250px;
}

label {
	width: 100%;
	font-weight: normal;
	font-style: normal;
	color: #424242;
}

input[type="number"] {
	padding: 10px 8px;
}

select {
	margin-top: 5px;
}

p {
	margin: 5px 0 1px;
}

.right {
	text-align: right;
}

optgroup {
	font-size: 20px;
}

.label_input select {
	margin: 10px 8px;
}

.label_input div.col-sm-2.col-md-2 label, .label_input div.col-sm-1.col-md-1 label {
	padding: 10px 8px;
	text-align: right;
}

.label {
	font-size: inherit;
}

table#membres {
	font-size: small;
	font-family: Roboto;
	width: auto;
}

table#membres th {
	height: 29px;
}

table#membres th, table#membres td {
	padding: 2px 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

table#membres .libero th, table#membres .libero td {
	background-color:#f9f9f9
}

table#membres .odd th, table#membres .odd td {
	background-color:#f9f9f9
}

table#membres .colonnes th {
	background-color:#e0e0e0
}

.note {
	border-top: 1px dotted #1e71bd;
	opacity: 0.75;
}

.commentaire {
	opacity: 0.75;
	font-size: smaller;
}

div.bottom {
	border-top: 1px dotted #1e71bd;
	opacity: 0.75;	
}

.email {
	font-family: "Courier New", Courier, mono;
}
.email::before { 
  content: "“";
}
.email::after {
  content: '”';
}

table#membres .date th {
	font-weight: bold;
}

table#membres .numero {
	text-align: right;
}
table#membres td.libero {
	font-weight: bold;
}

table#membres td.inscription.found {
	text-decoration: underline;
}

#table_membres p {
	font-size: 80%;
	color: rgba(0, 0, 0, 0.5);
}

table#membres tr:hover td {
	background-color:#c7e3ff;
}

ul {
	padding-left: 10px;
	border-width: 1px;
	margin: 5px;
}

.pieces {
	margin: 10px;
	border: 1px dotted #1e71bd;
	display: block;
	background-color: rgba(31,127,211,0.16);
	padding-left: 10px;
	padding-right: 10px;
}

.pieces h2 {
	margin-top: 5px;
	color: #1e71bd;
}

p.error {
	color: red;
	font-weight: bold;
}

table.details {
	width: auto;
}

.administrator {
	margin: 10px;
	border: 1px dotted #1e71bd;
	display: block;
	background-color: rgba(31,127,211,0.16);
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.administrator h3 {
	margin-top: 0;
	color: navy;
	font-style: italic;
}
/* @group upload */

div.annexe {
	width: 100px;
	min-height: 100px;
	margin: 5px;
}
.upload p {
	text-align: left;
	font-size: smaller;
	position: relative;
	top: 100px;
}
div.upload {
		width: 120px;
	float: right;
}

.notfound {	
	border: 5px dashed #ccc;
}

.pdf {
	background: url(Adobe_PDF.png) no-repeat;
	position: absolute;
	right: 30px;
}
.notfound {
	opacity: 0.5;
}

.hover { border: 5px dashed #0c0; }
/*#holder img { display: block; margin: 10px auto; }*/
progress { width: 100%; }
progress:after { content: '%'; }
.fail { background: #c00; padding: 2px; color: #fff; }
.hidden { display: none !important;}

/* @end */
a.licence_ffvb {
	background: url(FFVolley-logo.png) no-repeat;
	width: 100px;
	height: 100px;
	float: none;
	position: absolute;
	right: 30px;
	text-align: center;
	z-index: 1;
}

a.licence_ffvb p {
	font-size: smaller;
	position: relative;
	top: 100px;
}

