@-ms-viewport { 
	width: device-width; 
}

@viewport { 
	width: device-width; 
}

body{
  background-color: #001b4c;
}
#logo{
	position: relative;
	z-index: 200;
	float: right;
	width: 141px;
	margin-right: 40px;
	height: 82px;
	margin-top: -20px;
  padding-top: 20px;
	overflow: hidden;
	background: url(../img/logowhite.png) no-repeat;
}
#contactform{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: left;
}
#configform{
  font-size: 0.9em;
  padding: 0px 15px 0px 15px;
}

#configform p{
  margin-bottom: -0.7em;
  line-height: 0.8em;
}
#errormsg, #sendmsg{
	display: none;
	height: 8px;
  width: 400px;
  font-size: 0.8em;
	line-height: 1.2em;
  margin: 8px auto -1px auto;
	color: #555555;
	background-color: #e0fd00;
	text-align: center;
}
#errormsg{
  height: 24px;
  line-height: 2em;
  margin-bottom: -32px;
}
.adduser{
  font-size: 0.8em;
}
.adduser label{
  margin-left: 20px;
  margin-right: 6px;
}
.adduser input, .adduser select{
  background-color: #c5d1ff;
  font-size: 0.9em;
  height: 18px;
  border: #5faeff solid 1px;
  width: 170px;
  margin-top: 15px;
}
.adduser select{
  width: 110px;
  height: 22px;
}
.adduser input:focus{
  border: #c5d1ff solid 1px;
  background-color: #61adf8;
  color: white;
}
.addusertitle{
  display: inline-block;
  position: relative;
  left: 5%;
  top: 5px;
  font-size: 1.2em;
  line-height: 1.8em;
  padding: 0px 8px 0px 8px;
  margin-top: -15px;
  margin-bottom: -12px;
  font-weight: 600;
  background-color: #3c52a8;
}
.btnadduser{
  display: block;
  width: 35%;
  margin: 10px auto 0px auto;
}
.btnadduser input{
  font-size: 1em;
  margin-left: 20px;
  cursor: pointer;
  width: 120px;
  height: 24px;
  background-color: #0098FD;
  color: white;
}
.btnadduser input:hover{
  background-color: orangered;
}
.editcheck{
  display: block;
  width: 80%;
  margin: 25px auto 25px auto;
}
.editcheck fieldset{
  display: block;
  width: 90%;
  height: 240px;
  margin: 50px auto 5px auto;
  border: #0098FD solid 2px;
  border-radius: 10px;
  padding: 20px;
  background-color: #455fc4;
}
.editcheck label{
  display: inline-block;
  margin: 0px 8px 2px 0px;
}
.editcheck table{
  text-align: left;
  font-size: 0.9em;
  margin-bottom: 55px;
}
.editcheck table th{
  font-weight: 500;
  color: #a8c4ff;
  padding-right: 20px;
}
.editcheckamount input{
  width: 100px;
  font-size: 0.9em;
  border: #61adf8 solid 1px;
  color: #3c52a8;
  background-color: #DBE3F7;
}
.editcheckamount input:focus{
  background-color: #c5d1ff;
}
.editcheckapply{
  display: block;
  text-align: center;
  height: 20px;
  margin: 10px auto 0px auto;
  padding: 0px 5px 6px 5px;
}
.editcheckapply input{
  width: 170px;
  height: 24px;
  font-size: 0.9em;
  cursor: pointer;
  border: #5faeff solid 1px; 
  background-color: #0098FD;
  color: white;
  border-radius: 5px;
}
.editcheckapply input:hover{
  border: orange solid 1px; 
  background-color: orangered;
}
.editcheckdate input{
  width: 40px;
  font-size: 0.9em;
  margin-right: 4px;
  border: #61adf8 solid 1px;
  color: #3c52a8;
  background-color: #DBE3F7;
}
.editcheckdate input:focus{
  background-color: #c5d1ff;
}
.editcheckedit{
  display: block;
  width: 80%;
  height: 40px;
  text-align: center;
  margin: 30px auto 50px auto;
}
.editchecklink{
  display: block;
  font-size: 0.9em;
  width: 30%;
  margin: 30px 0px 50px 20px;
  color: #a8c4ff; 
}
.editchecklink a{ 
  text-decoration: none;
  color: #a8c4ff; 
  border:  1px solid white;
  padding: 4px 6px 4px 6px;
}
.editchecklink a:hover{
  color: #0098FD;
  color: white;
  border:  1px solid red;
}
.editcheckmsg{
  display: block;
  height: 20px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 6px;
  margin: 20px auto 20px auto;
  color: white;
  background-color: orangered;
  background-color: #93a5ff;
}
.formlabelside, .formlabeltopLeft, .formlabeltopright{
	display: inline-block;
  height: 1em;
  width: 270px;
  text-align: right;
}
.formlabeltopleft, .formlabeltopright{
  padding-bottom: 6px;
}
.formlabeltopleft{
  float: left;
  width: 45%;
  text-align: center;
}
.formlabeltopright{
  float: right;
  width: 45%;
  text-align: center;
}
.userspage .infopw{
  display: block;
  width: 90%;
  margin: -40px auto 20px auto;
  font-size: 0.8em;
  text-align: center;
}
.numinput, .dateinputleft, .dateinputright{
	height: 18px;
	border: 1px #a8c4ff solid;
	font-weight: normal;
	font-size: 0.75em;
	background-color: #DBE3F7;
}
.numinput{
  width: 60px;
  margin-left: 10px;
}
.dateinputleft{
  clear: both;
  float: left;
  width: 30%;
  margin-left: 8%;
}
.dateinputright{
  float: right;
  width: 20%;
  margin-right: 12%;
}
.linkhome{
  display: block;
  width: 90%;
  text-align: center;
  margin: 30px auto 0px auto;
}
.linkhome a{
  text-decoration: none;
  color: lightskyblue;
}
.linkhome a:hover{
  color: deepskyblue;
}
.login{
  display: block;
  width: 100%;
  font-family: "Arial";
  font-size: 0.9em;
  color: #999999;
  color: azure;
}
.login a{
  display: block;
  width: 300px;
  margin: 20px auto 30px auto;
  text-align: center;
  text-decoration: none;
  color: #9c9cff;
}
.login a:hover{
  color: orangered;
}
.container{
  display: block;
  font-family: Arial, sans-serif;
  padding-top: 120px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 95%;
  min-width: 700px;
  min-height: 800px;
  background-color: #3c52a8;
  color: white;
  padding-bottom: 100px;
}
.editcheckcontent a{
  text-decoration: none;
  color: #c5d1ff;
}
.editcheckcontent a:hover{
  color: #61adf8;
}
.container p{
  margin-left: 2%;
}
.containermin{
  /*width: 50%;*/
  width: 600px;
  
  margin-left: auto;
  margin-right: auto;
}
.menu{
  display: block;
  position: fixed;
  top: 0px;
  height: 27px;
  width: 95%;
  padding: 15px 0px 0px 1px;
  font-size: 0.8em;
  color: #a8c4ff;
  background-color: #001b4c;
}
.menu ul{
	margin-top: 0px;
	padding-top: 5px;
	line-height: 20px;
	overflow: hidden;
	list-style-type: none;	 
}
.menu ul li{
	float: left;
  margin-left: -40px;
  margin-right: 40px;
}
.menu ul li a{
	text-align:  left;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 10px;
  padding: 5px 8px 3px 8px;
}
.menu ul li a:not(.menuactive){
  color: #a8c4ff;
}
.menu ul li a:hover:not(.menuactive){
  color: #0098FD;
	border-top: 2px solid red;
}
.menuactive{
	cursor: default;
  background-color: #3c52a8; 
  color: white;
	font-weight: 500;
	text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.userhomeinput input{
  background-color: #c5d1ff;
  font-size: 0.7em;
  height: 18px;
  border: #5faeff solid 1px;
  width: 155px;
}
.userhomeinput input:focus{
  border: #00ff36 solid 1px;
  background-color: #93a5ff;
  color: white;
}
.userhomeinput{
  display: block;
  width: 100%;
  height: 30px;
  margin: 0px 0px 0px 20px;
  text-align: center;
}
.userhomeinput label{
  display: inline-block;
  font-size: 0.8em;
  margin-right: 8px;
  margin-left: 15px;
}
.userspage .changemessage{ 
  margin-right: 20px;
  text-align: center;
  color: #b4c1ff;
  font-size: 1em;
}
.changeuser{
  display: block;
  cursor: pointer;
  width: 180px;
  height: 25px;
  margin: 30px auto 25px auto;

  border: #5faeff solid 1px; 
  background-color: #2d7ecf;
  color: white;
  border-radius: 5px;

  border: #5faeff solid 1px; 
  background-color: #0098FD;
  color: white;
  border-radius: 5px;
}
.applychange{
  display: block;
  width: 50%;
  margin: 30px auto 0px auto;
  text-align: center;
}
.applychange input{
  display: inline-block;
  margin: 20px 15px 10px 15px; 
}
.caerrorinfo{
  display: block;
  width: 50%;
  height: 30px;
  font-size: 1.1em;
  margin: 25px auto 10px auto;
  text-align: center;
  line-height: 1.6em;
  background-color: #e0fd00;
  color: #333333;
}
.caresult{
  display: block;
  width: 600px;
  margin: 30px auto 15px auto;
  font-size: 1em;
  line-height: 1.5em;
  border: white solid 2px;
  border-radius: 10px;
  padding: 20px;
  background-color: #7fa7ff;
  color: #3c52a8;
}
.caresult table{
  width: 100%;
}
.caresult table td:nth-child(odd){
  width: 90%;
}
.caresult table td:nth-child(even){
  width: 10%;
  font-size: 1.2em;
  letter-spacing: 2px;
  text-align: right;
  color: white;
}
.changeuser:hover{
  background-color: orangered;
}
.connectiondate{
  display: block;
  color: #eff6ff; 
  font-size: 0.7em;
  line-height: 1em;
  width: 300px;
  margin: 4px 0px -5px 25px;
}
.config{
  display: block;
  float: right;
  width: 450px;
  margin-top: 10px;
  margin-left: 35px;
  height: 200px;
  border: white solid 1px;
  border-radius: 15px;
  font-size: 0.8em;
  text-align: center;
  background-color: #7fa7ff;
}
.config p{
  margin: 10px 5px 15px 5px;
}
.config select{
  font-size: 0.95em;
  color: #455fc4;
  margin-bottom: 15px;
  border: white solid 1px;
}
.configsubmit{
  clear: both;
  display: block;
  width: 100px;
  height: 24px;
  margin: 75px auto 0px auto;
  font-size: 0.9em;
  cursor: pointer;
  border: #5faeff solid 1px; 
  background-color: #0098FD;
  color: white;
  border-radius: 5px;
}
.configsubmit:hover{
  background-color: orangered;
  border: orange solid 1px;
}
.configtitle{
  font-size: 1.2em;
  color: white;
  text-align: center;
  margin-top: 3px;
}
.configtitle2{
  display: block;
  padding: 6px 1px 4px 1px;
  border-top: white solid 1px;
}
.configca{
  display: block;
  width: 680px;
  margin: 25px auto 30px auto;
  padding-bottom: 0px;
}
.configca fieldset{
  border: #5faeff solid 2px; 
  border-radius: 8px;
}
.configca select{
  border: white solid 1px;
}
.configvisitorslist{
  font-family: Arial;
  display: block;
  width: 95%;
  margin: 5px auto 5px auto;
  font-size: 0.8em;
  text-align: center;
}
.configvisitorslist fieldset{
  background-image: url('/../img/options.png');
  background-repeat: no-repeat;
  background-position: 1% 5px;
}
.configvisitorslist fieldset{
  height: 30px;
  background-color: #7fa7ff;
  border: white solid 1px;
  border-radius: 8px;
  padding: 0px;
}
.configvistorsubmit{
  cursor: pointer;
  height: 20px;
  padding: 0px 20px 0px 20px;
  margin: 2px 5px 0px 25px;
  border: white solid 1px;
  color: white;
  font-size: 0.9em;
  background-color: #657fff;
  border-radius: 5px;
}
.configvistorsubmit:hover{
  background-color: #3c52a8;
  background-color: orangered;
  border: #C0EFEF solid 1px;
  color: #daefff; 
}
.configvisitorfilter{
  background-color: #657fff;
  color: white;
  padding: 3px 6px 3px 8px;
}
.configvisitorfilter label{
  font-size: 0.9em;
}
.configvisitorslist label{
  padding: 0px 10px 0px 15px;
}
.configvisitorslist p{
  margin: 3px 5px 5px 2px;
}
.configvisitorslist select{
  font-size: 0.85em;
  border: white solid 1px;
  color: #2d7ecf;
  background-color: #DBE3F7;
}
.visitorsmatch{
  display: inline-block;
  width: 160px;
  text-align: center;
  margin-left: 15px;
  font-size: 0.8em;
  color: white;
  border: white solid 1px;
  padding: 3px 4px 2px 4px;
}
.dlstatnodada{
  display: block; 
  font-size: 1.4em;
  text-align: center; 
  width: 320px; 
  margin: 40px auto 20px auto; 
  padding: 6px 0px 6px 0px;
  color: #eeeeee; 
  border: #7fa7ff solid 1px;
}
.radio{
  display: block;
  width: 100%;
  height: 25px;
  font-size: 0.8em;
  margin: 5px auto 15px auto;
  text-align: center;
}
.radio input{
  margin-top: 0px;
  vertical-align: middle;
}
.inputradio{
  display: inline-block;
  margin-right: 16px;
  height: 22px;
  padding-right: 5px;
}
.dateselection{
  padding: 15px;
  padding-left: 0px;
  margin-top: -10px;
  font-size: 0.9em;
  text-align: center;
}
.dateselection input{
  font-size: 0.8em;
  height: 16px;
}
.errorinfo{
  display: block;
  width: 82%;
  height: 20px;
  background-color: orangered;
  color: white;
  text-align: center;
  margin: -23px auto -12px auto;
}
.upderrorinfo{
  display: block;
  font-size: 0.9em;
  width: 250px;
  height: 18px;
  background-color: orangered;
  color: white;
  text-align: center;
  margin: 4px auto -8px auto;
}
#seldates input{
  width: 40px;
  border: #5faeff solid 1px; 
}
#seldates input:focus{
  background-color: #61adf8;
  color: white;
}
.dateselection label{
  margin-right: 15px;
  margin-left: 15px;
}
.dateselection select{
  width: 110px;
  font-size: 0.8em;
  height: 20px;
}
.configcasubmit{
  display: block;
  width: 100px;
  height: 24px;
  font-size: 0.9em;
  cursor: pointer;
  border: #5faeff solid 1px; 
  background-color: #0098FD;
  color: white;
  border-radius: 5px;
  margin: 20px auto 3px auto;
}
.configcasubmit:hover{
  border: orange solid 1px; 
  background-color: orangered;
}
.configlineslist{
  text-align: center;
  display: block;
  width: 97%;
  max-width: 840px;
  margin: 25px auto 30px auto;
}
.configlineslist fieldset{
  border: #5faeff solid 2px; 
  border-radius: 6px;
}
.configlineslist label{
  font-size: 0.9em;
  margin-left: 10px;
  margin-right: 10px;
}
.configlineslist select{
  min-width: 60px;
  border: #5faeff  solid 1px;
  margin-top: 6px;
}
.configlineslist input{
  font-size: 0.8em;
  margin-top: 6px;
}
.configlineslist select{
  font-size: 0.7em;
  height: 22px;
}
.configlineslist option{
}
.configlinessubmit{
  width: 100px;
  height: 24px;
  margin: 0px 30px 0px 60px;
  font-size: 0.9em;
  cursor: pointer;
  border: #5faeff solid 1px; 
  background-color: #0098FD;
  color: white;
  border-radius: 5px;
}
.configlinessubmit:hover{
  border: orange solid 1px; 
  background-color: orangered;
}
.line1{
  display: block;
  width: 98%;
  margin: auto;
  border-bottom: #DBE3F7 solid 2px;
  margin-top: 5px;
}
.maintitle{
  display:block;
  font-family: Arial, sans-serif;
  font-size: 1.4em;
  text-align: left;
  margin-top: -80px;
  margin-left: 10px;
  padding-left: 10px;
  letter-spacing: 2px;
}
.menuusers{
  display: inline-block;
  margin: 15px 35px 5px 25px;
}
.menuusers img{
  margin: 0px 25px 0px 0px;
  border: #3c52a8 solid 2px;
}
.menuusers img:hover{
  border: #5faeff solid 2px;
}
.tbpaycard, .tbdlstat, .tbdlstatips, .tbpaycheck, .tbpayers, .tbbuyer, .tbusers, .tbbadlogin{
  width: 97%;
  margin: auto;
  margin-top: 10px;
  border-collapse: collapse;
}
.tbdlstat{
  width: 400px;
}
/*
.tbdlstat th, .tbdlstat tr, .tbdlstat td{
  border: #0098FD none 1px;
}
.tbdlstat th{
  font-weight: 300;
  color: #0098FD;
  line-height: 1em;
  height: 20px;
  padding-top: 2px;
}
.tbdlstat tr{
  height: 30px;
  text-align: center;
}
.tbdlstat td{
  font-size: 1.2em;
  color: white;
}
*/
.tbdlstatips th, .tbdlstatips tr, .tbdlstatips td{
  border: #3c52a8 solid 1px;
  border: none;
}
.tbdlstatips{
  font-family: "Arial Narrow";
  margin-bottom: 50px;
}
.tbdlstatips tr th{
  font-family: Arial;
  text-align: left;
  padding-left: 5px;
  height: 20px;
  font-size: 0.7em;
  font-weight: 500;
  color: #a8c4ff;
  background-color: #2d7ecf;
}
.tbdlstatips tr td{
  font-size: 0.7em;
  line-height: 18px;
  padding-left: 6px;
}
.tbdlstatips tr:nth-child(even){
  background-color: #eff6ff;
  color: #333333;
}
.tbdlstatips tr:nth-child(odd){
  background-color: #d1dbf4;
  color: #333333;
}
.tddldata td{
  padding-bottom: 20px;
}
.tbdlstatbydate{
  width: 280px;
  margin-left: 2.5%;
  margin-top: 20px;
  margin-bottom: 50px;
  border-collapse: collapse;
  background-color: red;
}
.tbdlstatbydate tr th{
  font-family: Arial;
  height: 20px;
  font-size: 0.8em;
  font-weight: 500;
  color: #a8c4ff;
  background-color: #2d7ecf;
  text-align: left;
  padding-left: 8px;
}
.tbdlstatbydate tr td{
  font-size: 0.7em;
  height: 18px;
  padding-left: 6px;
}
.tbdlstatbydate th, .tbdlstatbydate tr, .tbdlstatbydate td{
  border: #3c52a8 solid 1px;
  border: none;
  line-height: 18px;
}
.tbdlstatbydate tr:nth-child(even){
  background-color: #eff6ff;
  color: #333333;
}
.tbdlstatbydate tr:nth-child(odd){
  background-color: #d1dbf4;
  color: #333333;
}
.tbpaycard, .tbpaycheck, .tbpayers, .tbusers, .tbbadlogin, .tbdlstat{
  font-family: Arial;
  margin-bottom: 0px;
}
.tbdlstat th, .tbdlstat tr, .tbdlstat td{
  border: #3c52a8 solid 1px;
}
.tbpaycard th, .tbpaycard tr, .tbpaycard td{
  border: #3c52a8 solid 1px;
}
.tbusers th, .tbusers tr, .tbusers td{
  border: #3c52a8 solid 1px;
}
.tbbadlogin th, .tbbadlogin tr, .tbbadlogin td{
  border: #3c52a8 solid 1px;
}
.tbpaycard tr th, .tbpaycheck tr th, .tbpayers tr th, .tbusers tr th, .tbbadlogin tr th, .tbdlstat tr th{
  height: 20px;
  font-size: 0.7em;
  font-weight: 500;
  color: #a8c4ff;
  background-color: #2d7ecf;
  text-align: left;
  padding-left: 6px;
}
.tbpaycard tr td, .tbpaycheck tr td:not(.payedit), .tbdlstat tr td{
  font-size: 0.68em;
  height: 18px;
  padding-left: 4px;
}
.tbdlstat tr:nth-child(even){
  background-color: #ffffff;
  color: #333333;
}
.tbdlstat tr:nth-child(odd){
  background-color: #dbe3f7;
  color: #333333;
}
.dlsoft{
  width: 46%;
}
.dlcounter{
  width: 18%;
  text-align: right;
  padding-right: 5px;
}
.tbpaycard tr:nth-child(even){
  background-color: #ffffff;
  color: #333333;
}
.tbpaycard tr:nth-child(odd){
  background-color: #dbe3f7;
  color: #333333;
}
.tbpaycheck th, .tbpaycheck tr, .tbpaycheck td{
  border: #3c52a8 solid 1px;
}
.tbpaycheck tr:nth-child(even){
  background-color: #dbe3f7;
  color: #333333;
}
.tbpaycheck tr:nth-child(odd){
  background-color: white;
  color: #333333;
}
.tbusers tr:nth-child(even){
  background-color: #ffffff;
  color: #333333;
}
.tbusers tr:nth-child(odd){
  background-color: #dbe3f7;
  color: #333333;
}
.tbusers tr td{
  font-size: 0.68em;
  height: 18px;
  padding-left: 4px;
}
.tbbadlogin tr:nth-child(even){
  background-color: #ffffff;
  color: #333333;
}
.tbbadlogin tr:nth-child(odd){
  background-color: #dbe3f7;
  color: #333333;
}
.tbbadlogin tr td{
  font-size: 0.68em;
  height: 18px;
  padding-left: 4px;
}
.tbpayers{
  margin-bottom: 30px;
}
.tbpayers tr td{
  font-size: 0.68em;
  height: 18px;
  padding-left: 4px;
}
.tbpayers th, .tbpayers tr, .tbpayers td{
  border: #3c52a8 solid 1px;
}
.tbpayers tr:nth-child(even){
  background-color: #dbe3f7;
  color: #333333;
}
.tbpayers tr:nth-child(odd){
  background-color: white;
  color: #333333;
}
.userfield{
  height: 90px;
  width: 90%;
  margin: 0px auto 0px auto;
  border: #0098FD solid 1px;
  border-radius: 6px;
}
.dlnum{
  width: 30px;
  text-align: right;
  padding-right: 4px;
}
.dlbydate{
  width: 180px;
}
.dlcount{
  width: 70px;
  text-align: right;
  padding-right: 5px;
}
.codesinfo{
  font-size: 0.7em;
  margin-top: 5px;
  margin-bottom: 30px;
  width: 95%;
  margin-left: 2.5%;
}
.red{
  color: #3c52a8;
  background-color: white;
  padding: 0px 5px 0px 2px;
}
.lnkinfobuyer {
  display: block;
  width: 97%;
  font-size: 0.7em;
  text-align: center;
  margin: -25px auto 0px auto;
  color: white;
}
.lnkinfobuyer a{
  text-decoration: none;
  color: white;
}
.lnkinfobuyer a:hover{
  color: #a8c4ff;
}
.numpage{
  display: block;
  font-size: 0.8em;
  text-align: right;
  margin: -20px 40px 10px 0px;
  color: #93a5ff;
  text-decoration: none;
}
.numpage a{
  color: white;
  text-decoration: none;
}
.numpage a:hover{
  color: aqua;
}

/*edit  n° date	soft  nom prenom	email	ip	statut	date  montant
        3% 6%   7%    11% 11%     13%   13% 4%      7%    3%        */

/*checkid	paydate paysoft	payname	payname	paymail	payip	checkstatus	paydate	payamount*/
.checkid{
  width: 3%;
}
.checkstatus{
  width: 3%;
  text-align: center;
}
.thpayedit{
  width: 1.5%;
}
.thhpayedit{
  width: 0.1%;
  display: none;
}
.payedit{
  width: 1.5%;
  font-size: 2em;
  line-height: 20px;
  background-image: url(../img/edit.png);
  background-repeat: no-repeat;
  background-size: 16px 16px; 
  background-position: 2px 3px;
  cursor: pointer;
  color: #3398db;
  text-align: center;
}
.hpayedit{
  width: 0.1%;
  visibility: hidden;
  display: none;
}
.payedit a{
  text-decoration: none;
  color: #3398db;
}
.payedit a:hover{
  color: #db5c00;
}
.payedit:hover{
  background-image: url(../img/edithot.png);
  background-repeat: no-repeat;
  background-size: 16px 16px; 
  background-position: 3px 4px;
}
/* n°     date	soft  nom	prenom	email	phone ip	idpayer idpaypal	statut	erreur  montant devise
   2.5%   6%    7%    11% 11%     13%   5%    13% 9%      12%       4%      2%      3%	    2%   */
.payid{
  width: 2.5%;
}
.paydate{
  width: 6%;
}
.paydate:not(th){
  font-family: 'calibri'!important;
}
.paysoft{
  width: 7%;
}
.payname{
  width: 11%;
}
.paymail{
  width: 13%
}
.payphone{
  width: 5%;
}
.payip{
  width: 13%;
}
.payidpayer{
  width: 9%;
}
.payidpayer a{
  text-decoration: none;
  color: #3962b3;
}
.payidpayer a:hover{
  color: red;
}
.idppal{
  width: 12%;
}
.idppal:not(th){
  font-family: monospace;
}
.paystatus{
  width: 4%;
}
.payerror{
  width: 2%;
  text-align: center;
}
.payamount{
  width: 3%;
  text-align: right;
  padding-right: 5px;
}
.currency{
  width: 2%;
}
.pppayerid{
  width: 7%;
}
.payername{
  width: 14%;
}
.payermail{
  width: 16%;
}
.payeraddress{
  width: 20%;
}
.payercity{
  width: 14%;
}
.payerzip{
  width: 3%;
}
.payercountry{
  width: 3%;
}
.payerstatus{
  width: 9%;
}

.ip{
  width: 180px;
}
.ipdate{
  width: 110px;
}
.soft{
  width: 90px;
}
.date{
  width: 110px;
}
.count{
  width: 35px;
  text-align: right;
  padding-right: 4px;
}
.referer{
  min-width: 300px;
}
.userstatut{
  width: 15%;
}
.userdate{
  width: 20%;
}
.usercount{
  width: 1%;
  text-align: right;
  padding-right: 4px;
}
.userauth{
  width: 10%;
  text-align: center;
}
.userinfo{
  width: 750px;
  height: 30px;
  float: right;
  margin-right: 0px;
  margin-left: 80px;
  margin-top: 15px;
  padding-top: 10px;
  font-size: 1.1em;
  color: #333333; 
  text-align: center;
  background-color: lightsalmon;
}
.usersframe{
  display: block;
  height: 103px;
  width: 90%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 14px auto 0px auto;
  border: #0098FD solid 1px;
  border-radius: 6px;
}
.badloglogin{
  width: 40%;
}
.badlogip{
  width: 40%;
}
.badlogdate{
  width: 20%;
}
.tdtitle td{ 
 text-align: center;
 height: 20px;
 font-size: 0.9em;
 color: #a8c4ff;
 border-bottom: #0098FD solid 1px;
}
.title1, .title2{
  display: inline-block;
  width: 97%;
  margin: 15px 1.5% 10px 1.5%;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  line-height: 1.6em;
  color: #3c52a8;
  background-color: #a8c4ff;
}
.title2{
  display: block;
}
.pwform{
  display: block;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 300px;
  height: 220px;
  border: #0098FD solid 2px;
  border-radius: 10px;
}
.pwinput{
  display: block;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  border: #999999 solid 1px;
  height: 20px;
  font-size: 0.8em;
  background-color: #DBE3F7;
}
.pwinput:focus{
  background-color: azure;
}
.pwtitle{
  display: block;
  color: #0098FD;
  color: white;
  opacity: 0.8;
  letter-spacing: 2px;
  margin-left: auto;
  margin-right: auto;
}
.pwlabel{
  display: block;
  text-align: center;
  font-size: 0.9em;
  margin-bottom: 3px;
  color: azure;
}
.pwbtn{
  display: block;
  width: 100px;
  background-color: #0098FD;
  color: white;
  cursor: pointer;
  border: #0098FD solid 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 25px;
  border-radius: 5px;
}
.pwbtn:hover{
  background-color: deepskyblue;
}
.badpw{
  display: block;
  position: relative;
  top: 10px;
  color: red;
  text-align: center;
}
.userspage p{
  font-size: 0.9em;
  margin-left: 20px;
  color: #E0E9EF;
}
.updatestatsdl{
  display: block;
  width: 130px;
  margin: 5px auto 5px auto;
  padding: 3px 0px 3px 0px;
  background-color: #5faeff;
  border: #a8c4ff solid 1px;
  color: white;
  border-radius: 6px;
  text-align: center;
  font-size: 0.9em;
  cursor: pointer;
}
.updatestatsdl a{
  display: block;
  text-decoration: none;
  color: white;
  width: 100%;
}
.updatestatsdl:hover{
  background-color: #657fff;
  border: #a8c4ff solid 1px;
}
@media only screen and (max-width: 1450px){
  #logo{
    margin-right: 40px;
  }
  .configvisitorslist fieldset{
    height: 78px;
    padding-top: 2px;
  }
  .configvisitorfilter{
    display: block;
    margin: 5px 0px 4px 0px;
    background-color: #7fa7ff;
  }
  .sep{
    display: none;
  }
  .menu{
    padding: 15px 0px 0px 0px;
    font-size: 0.75em;
    width: 100%;
  }
  .menu ul li{
    margin-right: 25px;
  }
  .menu ul li a{
    margin-right: 18px;
    padding: 5px 6px 3px 6px;
  }
}
@media only screen and (max-width: 1200px) {
  .payip{
    display: none;
  }
}
@media only screen and (max-width: 967px) {
  .menu{
    height: 46px;
  }
  .maintitle{
    margin-top: -60px;
  }
}
@media only screen and (max-width: 900px) {
  .configvisitorslist fieldset{
    width: 100%;
  }
  .menu{
    min-width: 480px;
  }
  .idppal{
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .menu{
    font-size: 0.65em;
  }
}
@media only screen and (max-width: 575px) {
  .menu{
    height: 65px;
  }
  .maintitle{
    margin-top: -40px;
  }
}

