body {
	background-color: #eee;
}

#mainContainer {
	padding-top: 32px;
}

#mainContainer > h2 {
	position: fixed;
	width: 100%;
	z-index: 1000;
}

#mainContainer > .row {
	padding-top:58px;
}

#mainContainer > .row,
#mainContainer > form > .row {
	margin: 0 !important;
}

.loading {
	background: #137A89;
	background: radial-gradient(at center, #137A89, #142B30);
}

.fondbleu {
	flex-wrap: nowrap;
	min-height: 100vh;
	background: #137A89;
	background: radial-gradient(at center, #137A89, #142B30);
}

.fondgris {
	flex-wrap: nowrap;
	min-height: 100vh;
	background: #292c31;
}

.fondgrisclair {
	flex-wrap: nowrap;
	min-height: 100vh;
	background-color: #eee;
}

#mdpOublie {
	color:#eee;
	font-size:12px;
	text-decoration: none !important;
	opacity:.5;
	padding-left:10px;
}
#mdpOublie:active,
#mdpOublie:hover,
#mdpOublie:focus {
	opacity: 1;
	transition: all 0.5s ease-out;
}

#mainFooter {
	background-color: #555;
	color:#ccc;
    height: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	padding: 2px 5px;
	font-size: 11px;
}

.hid {
	display: none;
}

input, textarea, select {
	box-shadow: none !important;
}

.invalidfeedback {
	display: none;
	color: #900;
	font-size: 12px;
	position: absolute;
	top: 42px;
	left: 20px;
	z-index: 1;
	animation: horizontal-shaking 0.3s ease 0s 2;
}

.c-def { cursor: default;}
.c-pointeur { cursor: pointer;}

.c-333 { color:#333 !important; }
.c-555 { color:#555 !important}
.c-999 { color:#999 !important}
.c-ccc { color:#ccc !important}

.pt-6px { padding-top: 6px; }

.opacity-1, .op-1 { opacity: 1; }
.opacity-09, .op-09 { opacity: 0.9; }
.opacity-08, .op-08 { opacity: 0.8; }
.opacity-07, .op-07 { opacity: 0.7; }
.opacity-06, .op-06 { opacity: 0.6; }
.opacity-05, .op-05 { opacity: 0.5; }
.opacity-04, .op-04 { opacity: 0.4; }
.opacity-03, .op-03 { opacity: 0.3; }
.opacity-02, .op-02 { opacity: 0.2; }
.opacity-01, .op-01 { opacity: 0.1; }
.opacity-0, .op-0 { opacity: 0; }

.text-20, .t-20 { font-size: 20px !important;}
.text-18, .t-18 { font-size: 18px !important;}
.text-16, .t-16 { font-size: 16px !important;}
.text-14, .t-14 { font-size: 14px !important;}
.text-13, .t-13 { font-size: 13px !important;}
.text-12, .t-12 { font-size: 12px !important;}
.text-11, .t-11 { font-size: 11px !important;}
.text-10, .t-10 { font-size: 10px !important;}
.text-9, .t-9 { font-size: 9px !important;}
.text-8, .t-8 { font-size: 8px !important;}
.text-7, .t-7 { font-size: 7px !important;}
.text-6, .t-6 { font-size: 6px !important;}

.flip-horizontal-bottom {
	-webkit-animation: flip-horizontal-bottom 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-horizontal-bottom 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

.flip-horizontal-bottom-inverse {
	-webkit-animation: flip-horizontal-bottom-inverse 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: flip-horizontal-bottom-inverse 0.4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

.w-80px { width: 80px;}

#loader {
	display: none;
	transition: all 0.5s ease-out;
	transform: rotateZ(45deg);
	perspective: 1000px;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	color: #fff;
	position: fixed;
  	left: calc(50% - 48px);
  	top: 50%;
}

#loader:before,
#loader:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	transform: rotateX(70deg);
	animation: 1s spin linear infinite;
}

#loader:after {
	color: #FF3D00;
	transform: rotateY(70deg);
	animation-delay: .4s;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	font-size: 3rem;
	background: #555;
  	color: #fff;
  	padding-left: 15px;
}

.dataTable .btn,
.modal .btn {
	border-radius: 0 !important;
}

.dataTable td {
	font-size:12px;
}

.dataTable th,
.dataTable td strong,
.dataTables_filter {
	font-size:13px;
}

.dataTable th.sorting::before,
.dataTable th.sorting::after {
	visibility: hidden;
}

.dataTable th.sorting:hover::before,
.dataTable th.sorting:hover::after {
	visibility: visible;
}

.dataTable thead {
	background: #137A89;
	background: linear-gradient(90deg, #142B30, #137A89);
	font-family: "Montserrat", sans-serif;
}

.dataTable thead th {
	color:#fff;
	font-weight: normal !important;
}

.dataTables_info,
.dataTables_paginate {
	font-size:12px;
	position: fixed;
  	bottom: 0;
  	margin-bottom: 25px;
	background-color: #fff;
}

.dataTables_paginate {
	right:15px;
}

.dataTables_filter {
	width: 400px;
}

.dataTables_filter label input {
	width: 100%;
}

.modal-content,
.modal-header,
.modal-footer  {
	border-radius: 0;
}
.modal-header {
	padding: 5px 16px;
	background: #137A89;
	background: linear-gradient(90deg, #142B30, #137A89);
	color: #fff;
}
.modal-footer {
	padding: 10px;
	background-color: #ccc;
	justify-content: flex-start;
}

.modal-footer .flex-push {
	margin-left: auto;
}

.modal-header .btn-close {
	color: #fff;
}

.modal-body {
	background-color: #eee;
}

input.form-control.g5-input {
	font-size: 14px;
	border-radius: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-color: #999;
	background-color: transparent;
}

input.form-control.g5-input-1 {
	font-size: 14px;
	border-radius: 0;
	border-color: #999;
	background-color: transparent;
}

input.form-control.g5-input:hover,
input.form-control.g5-input:focus,
input.form-control.g5-input:active,
select.form-control.g5-input:hover,
select.form-control.g5-input:focus,
select.form-control.g5-input:active {
	background-color: #fff;
	border-bottom-color: #137A89;
	transition: all .3s ease-in-out;
}

input.form-control.g5-input-1:hover,
input.form-control.g5-input-1:focus,
input.form-control.g5-input-1:active {
	background-color: #fff;
	border-color: #137A89;
	transition: all .3s ease-in-out;
}

.g5-color input[type=color] {
	max-width: 30px;
	max-height: 20px;
	display: inline-block;
	cursor: pointer;
	border:0;
	border-radius: 0;
	padding:0;
	margin-right: 11px;
}

.g5-color label {
	font-size: 14px;
	color:#555;
}


.form-check-input:checked {
    background-color: #198754;
    border-color: #8cc3aa;
}

.form-switch.archive .form-check-input:checked {
    background-color: rgb(177, 60, 60);
    border-color: #dc3545;
}

.form-switch .form-check-input {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23198754'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238cc3aa'/%3e%3c/svg%3e");
}

.form-switch.archive .form-check-input {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23990000'/%3e%3c/svg%3e");
}
.form-switch.archive .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23dc3545'/%3e%3c/svg%3e");
}

.form-check-label {
	font-size: 14px;
	color:#555;
	cursor: pointer;
}

h2.swal2-title {
	background-color: transparent;
}

h2 .btnNouveau,
h2 .btnRazRecherche,
h2 .btnImport,
h2 .btnSuppr,
h2 .btnRecherche {
	float: right;
	margin-right: 15px;
	margin-top: 10px;
}

.btn.g5-btn,
h2 .btnNouveau,
h2 .btnImport,
h2 .btnSuppr,
h2 .btnRecherche {
	font-family: "Montserrat", sans-serif;
  	font-optical-sizing: auto;
  	font-style: normal;
}

label.g5-label {
	font-size: 12px;
	color:#999;
	position: relative;
  	top: 8px;
	z-index: 10;
	transition: all .3s ease-in-out;
}

.g5-label-hover {
	top: 0px !important;
	color:#ccc !important;
	transition: all .3s ease-in-out;
}

.gecomsg {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
}

fieldset {
	background-color: #f5f5f5;
  	padding: 4px 10px;
}

fieldset legend {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	color:#777;
}

input[type=radio].form-check-input:checked {
    background-color: #135660;
    border-color: transparent;
}

.dt-buttons .dt-button {
	font-family: "Montserrat", sans-serif;
	font-size: 12px !important;
}

.br-0 {
	border-radius: 0;
}

.dataTables_empty {
	padding: 100px 10px !important;
	color: #777;
	font-size: 20px !important;
	font-weight: lighter;
}

.flatpickr-months {
	background: #137A89 !important;
	background: radial-gradient(at center, #137A89, #142B30) !important;
	padding: 50px 10px !important;
}

.flatpickr-calendar.arrowTop::after {
	border-bottom-color: #143137 !important;
}
  
.flatpickr-calendar.arrowTop::before {
	border-bottom-color: #143137 !important;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
	color:#eee !important;
	padding-top:5px !important;
	fill: rgba(255, 255, 255, 0.9) !important;
	top: 67px !important;
}

.flatpickr-month {
	color:#eee !important;
}

.flatpickr-monthDropdown-months {
	display: block !important;
	margin: auto !important;
	text-transform: capitalize !important;
	text-align: center !important;
	font-size: 1.6em !important;
	width:200px !important;
}

.flatpickr-monthDropdown-months option {
	color:#555 !important;
	font-size: .5em !important;
	background-color: transparent !important;
}

.flatpickr-months .flatpickr-month {
	height: 70px !important;
}

.flatpickr-weekday {
	text-transform: uppercase !important;
	font-weight: normal !important;
	color:#136b78 !important;
	font-size: 10px !important;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
	background-color: #136b78 !important;
	border-color: #136b78 !important;
}

table.infoLicence {
	margin-left:30px;
	font-size: 12px;
	color:#555;
}

.float-right {
	float: right;
}

.bootstrap-select,
.bootstrap-select .dropdown-toggle,
.bootstrap-select > select {
	background-color: transparent;
	border-radius: 0;
}

.bootstrap-select:hover,
.bootstrap-select:focus,
.bootstrap-select:active,
.bootstrap-select .dropdown-toggle:hover,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select > select:hover,
.bootstrap-select > select:focus,
.bootstrap-select > select:active {
	background-color: #fff;
	border-color: #137A89;
	transition: all .3s ease-in-out;
}

.bootstrap-select .dropdown-toggle {
	font-size: 14px;
	border-radius: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-color: #999;
}

.bootstrap-select .dropdown-item {
	font-size: 12px !important;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
	background-color: #136b78 !important;
	color:#fff;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: #ccc !important;
}

.bs-searchbox input {
	font-size: 12px !important;
}

.input-euro-symbole {
	font-family: "Montserrat", sans-serif;
	position: absolute; 
	right: 15px;
	bottom: 6px;
    color: #777; 
}

.mw-ft {
	max-width: fit-content !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border:1px solid #5edaa6;
	background:#90ffbb;
	color:#207733;
}

.modal-footer button.btn {
	color:#555;
	background-color: transparent;
	border-color: transparent;
	z-index: 2;
	transition: all 0.5s ease-out;
}



.modal {
	z-index: 10060 !important;
}

.modal-footer button.btn.disabled {
	opacity: .3;
}

.mt--10 {
	margin-top: -10px;
}

.montserrat {
	font-family: "Montserrat", sans-serif;
}

div:where(.swal2-container) {
	z-index: 200000 !important;
}

.mt-11px { margin-top: 11px; }


.modeleSensSwitch .btn {
	font-size: 12px !important;
}

.bootstrap-select .fa-fw,
.bootstrap-select .fa-fw {
    opacity: .3;
    margin-right: 4px;
}

.badge-cate-journal {
    background-color: #137988;
    margin-right: 4px;
    font-weight: 400;
}
.badge-cate-journal i {
    margin-right: 4px;
}

.modal-header,
.modal-content {
	background: transparent;
	border:0;
}

.modal-body {
/* 	border: 1px solid rgba(0,0,0,.5);
	border-bottom: 0; */
}

.modal-footer {
	background: transparent;
	padding:0;
}

.modal-footer button.btn {
	color:#fff;
	border: 0;
	padding:0;
}

.modal-title {
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	margin-bottom: -4px;
	margin-left: -3px;
}

.modal-header {
	color:#fff;
	position: relative;
	bottom: -10px;
	left: -15px;
}

.modal-header .btn-close {
	padding:0;
	margin-right: -30px;
	opacity: .2;
	border-radius: 5rem;
}

.modal-backdrop.show {
	opacity: .8;
}

.g5-vert-btn {
	color:#8dceae !important;
	transition: all 0.5s ease-out;
}

.modal-footer button.btn-success:hover {
	color:#52fd8d !important;
	transition: all 0.5s ease-out;
}


.modal-footer button.btn-danger:hover {
	color:#fd5252;
	transition: all 0.5s ease-out;
}

.modal-footer button.btn-info:hover {
	color:#52edfd;
	transition: all 0.5s ease-out;
}

.modal-footer button.btn-secondary:hover {
	color:#dbca85;
	transition: all 0.5s ease-out;
}

#modaleApropos .modal-body {
	opacity: .8;
}

#modaleApropos img.logo-geco {
	max-height: 300px;
}

#modaleApropos img.logo-cwf {
	max-height: 100px;
}

#modaleApropos div,
#modaleApropos p,
#modaleRaccourcis div,
#modaleRaccourcis p {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
}

#modaleApropos div,
#modaleRaccourcis div {
	font-size: 18px;
}

#modaleRaccourcis table th span {
	box-shadow: 0px 3px 3px rgba(0, 0, 0, .7);
	color: #71D4FE;
	padding: 5px;
	background: #2F3336;
	border-radius: 4px;
	margin: 0 4px;
	/* text-shadow: 0px 0px 6px #71D4FE, 0px 0px 5px #71D4FE; */
	width: 15px;
	text-align: center;
}