html {
	overflow-y: scroll;
}

html, body {
	margin: 0;
	padding: 0;
	position: relative;
}

form, hr, ul, li, h1, h2, h3, p {
	margin: 0px;
	padding: 0px;
}

a {
	color: #262626;
	text-decoration: none;
}

img {
	text-decoration: none;
	border: 0;
}

body {
	font: 12px Arial;
	background-color: #E2E2E2;
	color: #262626;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	width: 100% !important;
	height: 100%;
}

footer {
	background: #2D2D2D;
	margin-top: 30px;
	color: #efefef;
}

footer a {
	color: #efefef;
}

footer a:hover {
	color: #33b6f3;
}

#contenu {
	position: relative;
}

th {
	padding: 15px;
	text-align: left;
}

::-ms-reveal, ::-ms-clear {
	display: none !important;
}

@media print {
	body {
		margin: 0;
	}
	footer {
		display: none;
	}
}

:root { -:#0493d7;
	-main-color -: #1e9edb;
	-second-color -: #E54C02;
	-third-color -: #f4f4f4;
}

::-webkit-input-placeholder {
	color: #666 !important;
	opacity: 1;
}

::-moz-placeholder {
	color: #666 !important;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #666 !important;
	opacity: 1;
}

::-ms-input-placeholder {
	color: #666 !important;
	opacity: 1;
}

::placeholder {
	color: #666 !important;
	opacity: 1;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2 {
	font-family: 'PT Sans Narrow', sans-serif !important;
	font-weight: bold;
	margin: 0;
}

h2 span {
	color: #df7b3e;
}

h1 {
	font-size: 26px !important;
}

h2 {
	font-size: 16px !important;
}

.al a {
	color: #0493d7;
	text-decoration: none;
}

.al a.btn {
	background-color: #e47a39;
	color: #fff !important;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding: 15px;
	position: relative;
	text-transform: uppercase;
}

.al a.btn--icon {
	padding: 10px 10px 10px 30px;
}

.al a.btn--icon::after {
	border-color: transparent transparent transparent #ffffff;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	content: '';
	height: 0;
	left: 13.5px;
	position: absolute;
	top: calc(50% - 5px);
	width: 0;
}

.al a.btn--icon::before {
	background-color: #df7b3e;
	bottom: 0;
	content: ' ';
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
}

html {
	scroll-behavior: smooth;
}

@media ( prefers-reduced-motion : reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	background: #e2e2e2;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 1.3em;
}

.al-header {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 65% 20px 35%;
	grid-template-columns: 65% 35%;
	padding: 25px 20px 20px;
}

.al-header.list {
	-ms-grid-columns: (1fr);
	grid-template-columns: repeat(2, 1fr);
}

.al-header h2 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
	.al-header {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr);
		grid-template-columns: repeat(1, 1fr);
		padding: 25px 20px 20px;
	}
}

.pagination>li>a {
	padding: 3px 14px;
	font-size: 0.8em;
}

.body-blue .pagination>.active>a, .body-blue .pagination>.active>a:hover,
	.body-blue .pagination>.active>a:focus {
	background-color: #DF7B3E;
	border-color: #DF7B3E;
}

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

.al-right {
	grid-column-gap: 5px;
	-ms-grid-columns: minmax(10px, auto) 5px minmax(10px, auto);
	grid-template-columns: repeat(2, minmax(10px, auto));
	text-align: right;
}

.al-right>* {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	-ms-grid-column-align: end;
	justify-self: end;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
	.al-header.list {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr);
		grid-template-columns: repeat(1, 1fr);
		padding: 25px 20px 20px;
	}
	.al-header.list .al-right {
		-ms-grid-columns: (1fr);
		grid-row-gap: 20px;
		grid-template-columns: repeat(1, 1fr);
		text-align: left;
	}
	.al-right>* {
		margin: 10px 0;
		-ms-grid-column-align: start;
		justify-self: start;
	}
}

.submit {
	align-self: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pagination {
	display: block;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	-ms-grid-columns: 35% 20px 30% 20px 35%;
	grid-template-columns: 35% 30% 35%;
	margin-top: 20px;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
	.pagination {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

ul, li {
	margin: 0px;
	padding: 0px;
}

::-ms-reveal, ::-ms-clear {
	display: none !important;
}

::-ms-reveal, ::-ms-clear {
	display: none !important;
}

@media print {
	*, :after, :before {
		color: #000 !important;
		text-shadow: none !important;
		background: 0 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	margin-top: 0;
	margin-bottom: 10px;
}

.red {
	color: red;
}

.row .col-sm-12 {
	width: 780px;
}

.col-sm-4 {
	width: 32% !important;
}

form, hr, ul, li, h1, p {
	margin: 0px;
	padding: 0px;
}

a {
	color: #262626;
	text-decoration: none;
}

img {
	text-decoration: none;
	border: 0;
}

#gab2 {
	background: #fff;
	padding: 40px;
	margin-top: 30px;
}

#contenu {
	position: relative;
}

th {
	padding: 15px;
	text-align: left;
}

::-ms-reveal, ::-ms-clear {
	display: none !important;
}

@media ( max-width : 900px) {
	#bileco-tab-journal {
		display: none;
	}
}

select option {
	font: 1em Arial !important;
}

#gab2 {
	margin-top: 0px;
	padding: 40px 40px 20px;
}

#gab2.account {
	padding: 20px;
}

h1 {
	font-family: PT Sans Narrow !important;
}

#bileco-pagination {
	margin-top: 10px;
	position: relative;
	text-align: center;
}

#bileco-tab-journal {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 15px 0;
	width: 100%;
}

body {
	color: #353535;
	font-family: 'Reboto', sans-serif;
	font-size: 1.3em;
}

#bileco-tab-journal tbody tr {
	border-bottom: 1px solid #cad1d6;
	cursor: pointer;
}

#bileco-tab-journal td {
	padding: 12px;
	vertical-align: top;
}

#bileco-tab-journal th {
	background: var(--second-color);
	color: #fff;
	font: bold 14px "PT Sans Narrow";
	padding: 12px;
	text-align: left;
}

#bileco-tab-journal tr:hover {
	background-color: #f0f0f0;
}

h1 {
	font-family: PT Sans Narrow !important;
}

#gab2 {
	padding: 40px 40px 20px 40px;
}

#gab2.account {
	padding: 30px;
	margin-top: 0px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

#bileco-tab-journal {
	margin: 15px 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.body-blue .pagination>.active>a, .body-blue .pagination>.active>a:hover,
	.body-blue .pagination>.active>a:focus {
	background-color: #DF7B3E;
	border-color: #DF7B3E;
}

#bileco-tab-journal th {
	background: var(- -second-color);
	color: #fff;
	padding: 12px;
	text-align: left;
	font: bold 14px PT Sans Narrow;
}

#bileco-tab-journal tr:hover {
	background-color: #f0f0f0;
}

#bileco-tab-journal tbody tr {
	cursor: pointer;
	border-bottom: 1px solid #cad1d6;
}

#bileco-tab-journal td {
	padding: 12px;
	vertical-align: top;
}

#bileco-pagination {
	margin-top: 10px;
	position: relative;
	text-align: center;
}

::-ms-reveal, ::-ms-clear {
	display: none !important;
}

a {
	background-color: transparent;
}

a:active, a:hover {
	outline: 0;
}

@media print {
	*, :after, :before {
		color: #000 !important;
		text-shadow: none !important;
		background: 0 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	a[href^="#"]:after {
		content: "";
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:focus, a:hover {
	color: #23527c;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

ul {
	margin-top: 0;
	margin-bottom: 10px;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination>li {
	display: inline;
}

.pagination>li>a {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination>li:first-child>a {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination>li>a:focus, .pagination>li>a:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover
	{
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover
	{
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

div.dataTables_wrapper div.dataTables_paginate {
	margin: 0;
	white-space: nowrap;
	text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin: 25px 0 !important;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	div.dataTables_wrapper div.dataTables_paginate {
		text-align: center;
	}
}