body, html{
	margin:0;
	padding:0 0 90px 0;
	background:#fff;
	position:relative;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
header{
	background-image:url("/assets/img/header.png");
	background-repeat: repeat;
	background-position: center;
	height:95px;
	margin: 0 auto;
	text-align:center;
		color:#fff;
}
footer{
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	background:#FAB400;
	height:95px;
	color:#fff;
	margin: 0 auto;
	text-align:center;
	padding-top:20px;
}
footer a{
	font-size:1.5rem;
	background:#000;
	color:#fff;
	padding:15px;
	margin:10px;
	border-radius:10px;
}
main{
	margin:0 auto;
	padding:10px;
	max-width:600px;
}

h1{
	color:#195C93;
	text-transform: uppercase;
	font-size:2rem;
}
h2{
	color:#195C93;
	font-size:1.8rem;
}
img{max-width:100%;
height:auto;
}
header img{
	width:auto;
	max-height:90px;
}

.form-group label {
  color: #000;
  font-weight: 600;
}
label {
  display: inline-block;
}
html *, html ::before, html ::after {
  box-sizing: border-box;
}
.form-group label {
  font-weight: 600;
}
label {
  display: inline-block;
}
html .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bfbfbf;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.iLitre{
	display:block;
	border:0;
	width:100%;
	margin:0 auto;
	text-align:center;
	font-size:2rem;
	font-weight:bold;
}
.btnUpdate{
	display:block;
	width:50px;
	height:50px;
	padding:10px;
	border-radius:20px;
	text-align:center;
	background:#000;
	color:#fff;
}

.btn-tools{
	margin:0 4px 0 4px;
	padding:10px 10px 10px 10px;
	background: #195C93;
}
.version{
	font-size:0.6rem;
	color:#000;
}

html .form-control.iCourt{
	width:75px
}

.btnOpe{
display:inline-block;
border:#666 1px solid;
margin:2px;
font-size:24px;
cursor:pointer;
width:60px;
height:60px;
border-radius:50%;
background:#000;
color:#fff;
text-align:center;	
padding-top:5px;
}

.containerOpe {
   display: flex;
   justify-content: center;
}
.blockOpe {
   display: flex;
   align-items: center;
}
.error {
	color: red;
}
.success {
	color: green;
}
td.aR{text-align:right;}

.nav-tabs{
	margin-bottom:15px;
}
label{
	font-weight: 600;
	margin-top:5px;
}
label.souvenir{
	margin-top:0;
	font-weight: 400;
}
