
.clear { clear: both; }
/*.container_payment { display: none; }*/
.container_payment .left_half { float: left; width: 50%; padding: 0 10px 0 10px; }

.cardCustom label { width: 100%; display: block; }
#card-element { border: 1px solid #dbdbdb; padding: 15px; }


.af_overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(255 255 255 / 80%);
    z-index: 99999;
}

.af_overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.af_overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.af_spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgb(0 0 0 / 8%);
    border-top-color: #0069d9;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

#af_preview_esepa { 
	width: 800px;
    height: 1300px;
    border: 1px dashed #000;
    padding: 5px;
    margin: auto;
    display: block;
    margin-bottom: 40px;
}


/* Start Apiflux Addon Modules comptables */

.af_addon_overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(255 255 255 / 80%);
    z-index: 99999;
}

.af_addon_overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.af_addon_overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.af_addon_spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgb(0 0 0 / 8%);
    border-top-color: #0069d9;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

form.af_custom_module {
	margin-bottom:20px;
}
form.af_custom_module div.form-group {
	margin:20px 0;
	align-items: center;
}
form.af_custom_module fieldset>legend {
	padding-bottom:15px;
	margin-bottom:20px;
}
form.af_custom_module label,
.form-check-label {
	font-weight:normal;
	font-size:14px;
	padding:0;
	margin: 0;
}
form.af_custom_module input[type="file"] {
    height: auto;
    line-height: 25px;
}
form.af_custom_module input,
form.af_custom_module select,
#msform input:not([type=button], [type=checkbox]):focus,
#msform textarea:focus {
	width:100%;
	min-height:40px;
	line-height:40px;
	box-shadow:0px 0px 0px 1px #d7e2ed;
	border: 5px solid #fff;
	border-radius:2px;
	padding:0 5px;
	font-size: 0.9em;
}
form.af_custom_module input:read-only,
form.af_custom_module input:read-only:focus,
form.af_custom_module input:read-only:hover,
form.af_custom_module input:read-only:active,
#msform input:not([type=button], [type=checkbox]):read-only,
#msform input:not([type=button], [type=checkbox]):read-only:focus,
#msform input:not([type=button], [type=checkbox]):read-only:hover {
    border: 0;
    padding: 5px 10px;
    color: #afbac5;
    background: #ebf0f6;
}
form.af_custom_module input:hover,
form.af_custom_module input:focus,
form.af_custom_module input:active,
form.af_custom_module select:hover,
form.af_custom_module select:focus,
form.af_custom_module select:active {
    box-shadow: 0px 0px 0px 1px #d7e2ed;
    border: 5px solid #fff;
}
form.af_custom_module button {
	text-align:center;
	margin:20px auto;
	display:block;
	border:none;
	border-radius:3px;
	padding:13px 25px 14px;
	color:#fff;
	font-weight:bold;
	font-size: 0.9em;
}

form.af_custom_module .basicAutoSelect
{
	width: 100%;
}

/* DatePicker Container */
.ui-datepicker {
	width: 220px;
	height: auto;
	margin: 0 auto 0;
	font-size: 9pt;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .2);
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker-div {
	margin-top:10px;
}
.ui-datepicker table {
	width: 100%;
}
#ui-datepicker-div:not(.gform-theme-datepicker) .ui-datepicker-header {
	background: #333;
	color: #e0e0e0;
	font-weight: bold;
	line-height: 40px;
	border: 0;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
#ui-datepicker-div:not(.gform-theme-datepicker) .ui-datepicker-title {
	text-align: center;
	text-transform:capitalize;
}
#ui-datepicker-div:not(.gform-theme-datepicker) .ui-datepicker-prev span,
#ui-datepicker-div:not(.gform-theme-datepicker) .ui-datepicker-next span {
	display:none;
}	

#ui-datepicker-div:not(.gform-theme-datepicker) .ui-datepicker-prev, 
#ui-datepicker-div:not(.gform-theme-datepicker) .ui-datepicker-next {
	width: 30px;
	height: 40px;
	text-align: center;
	cursor: pointer;
}
#ui-datepicker-div:not(.gform-theme-datepicker) .ui-datepicker-next:before {
    content: '\f105';
	font-family:"Font Awesome 5 Free", sans-serif;
	font-weight:900;
	position:absolute;
	color:#fff;
	right:10px;
}
#ui-datepicker-div:not(.gform-theme-datepicker) .ui-datepicker-prev:before {
   content: '\f104';
	font-family:"Font Awesome 5 Free", sans-serif;
	font-weight:900;
	position:absolute;
	color:#fff;
	left:10px;
}
#ui-datepicker-div:not(.gform-theme-datepicker) .ui-datepicker-prev {
	float: left;
}
#ui-datepicker-div:not(.gform-theme-datepicker) .ui-datepicker-next {
	float: right;
}
#ui-datepicker-div:not(.gform-theme-datepicker) thead {
	background-color: #f7f7f7;
	border-bottom: 1px solid #ececec;
}
#ui-datepicker-div:not(.gform-theme-datepicker) th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	text-align:center;
	color:#333;
}
#ui-datepicker-div:not(.gform-theme-datepicker) tbody td {
	padding: 0;
	border-right: 1px solid #ececec;
	background:#fff;
}
#ui-datepicker-div:not(.gform-theme-datepicker) tbody td:last-child {
	border-right: 0px;
}
#ui-datepicker-div:not(.gform-theme-datepicker) tbody tr {
	border-bottom: 1px solid #ececec;
}
#ui-datepicker-div:not(.gform-theme-datepicker) tbody tr:last-child {
	border-bottom: 0px;
}
#ui-datepicker-div:not(.gform-theme-datepicker) td span, 
#ui-datepicker-div:not(.gform-theme-datepicker) td a {
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #666;
}
.ui-datepicker-calendar .ui-state-default {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active,
.ui-datepicker td a:hover {
	background: #0d71e3;
	color: #fff;
	position: relative;
	margin: 0px;
	text-decoration: none;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}

/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */


.datetimepicker {
	padding: 4px;
	margin-top: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	direction: ltr;
}

.datetimepicker-inline {
	width: 300px;
}

.datetimepicker.datetimepicker-rtl {
	direction: rtl;
}

.datetimepicker.datetimepicker-rtl table tr td span {
	float: right;
}

.datetimepicker-dropdown, .datetimepicker-dropdown-left {
	top: 0;
	left: 0;
}
.datetimepicker .table-condensed {
	width: 95%;
    font-size: 0.85em;
    text-align: center;
    margin: 0 auto;
}
.datetimepicker .table-condensed td.day {
	font-size: 0.85em;
}
[class*=" datetimepicker-dropdown"]:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #cccccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
}

[class*=" datetimepicker-dropdown"]:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	position: absolute;
}

[class*=" datetimepicker-dropdown-top"]:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #cccccc;
	border-top-color: rgba(0, 0, 0, 0.2);
	border-bottom: 0;
}

[class*=" datetimepicker-dropdown-top"]:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ffffff;
	border-bottom: 0;
}

.datetimepicker-dropdown-bottom-left:before {
	top: -7px;
	right: 6px;
}

.datetimepicker-dropdown-bottom-left:after {
	top: -6px;
	right: 7px;
}
.datetimepicker-dropdown-bottom-right {
    margin-top: 50px!important;
    margin-left: -238px!important;
    width: 264px!important;
}
.datetimepicker-dropdown-bottom-right:before {
	top: -7px;
	left: 6px;
}

.datetimepicker-dropdown-bottom-right:after {
	top: -6px;
	left: 7px;
}

.datetimepicker-dropdown-top-left:before {
	bottom: -7px;
	right: 6px;
}

.datetimepicker-dropdown-top-left:after {
	bottom: -6px;
	right: 7px;
}

.datetimepicker-dropdown-top-right:before {
	bottom: -7px;
	left: 6px;
}

.datetimepicker-dropdown-top-right:after {
	bottom: -6px;
	left: 7px;
}

.datetimepicker > div {
	display: none;
}

.datetimepicker.minutes div.datetimepicker-minutes {
	display: block;
}

.datetimepicker.hours div.datetimepicker-hours {
	display: block;
}

.datetimepicker.days div.datetimepicker-days {
	display: block;
}

.datetimepicker.months div.datetimepicker-months {
	display: block;
}

.datetimepicker.years div.datetimepicker-years {
	display: block;
}

.datetimepicker table {
	margin: 0;
}

.datetimepicker  td,
.datetimepicker th {
	text-align: center;
	width: 20px;
	height: 22px;
	line-height: 22px;
	border: none;
}

.table-striped .datetimepicker table tr td,
.table-striped .datetimepicker table tr th {
	background-color: transparent;
}

.datetimepicker table tr td.minute:hover {
	background: #eeeeee;
	cursor: pointer;
}

.datetimepicker table tr td.hour:hover {
	background: #eeeeee;
	cursor: pointer;
}

.datetimepicker table tr td.day:hover {
	background: #eeeeee;
	cursor: pointer;
}

.datetimepicker table tr td.old,
.datetimepicker table tr td.new {
	color: #999999;
}

.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
	background: none;
	color: #999999;
	cursor: default;
}

.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
	background-color: #007bff;
}

.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
	background-color: #007bff;
}

.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
	background-color: #007bff;
}

.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
	background-color: #007bff;
	color: #ffffff;
}

.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
	background-color: #007bff;
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
	background-color: #007bff;
}

.datetimepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.datetimepicker .datetimepicker-hours span {
	height: 26px;
	line-height: 26px;
}

.datetimepicker .datetimepicker-hours table tr td span.hour_am,
.datetimepicker .datetimepicker-hours table tr td span.hour_pm {
	width: 14.6%;
}

.datetimepicker .datetimepicker-hours fieldset legend,
.datetimepicker .datetimepicker-minutes fieldset legend {
	margin-bottom: inherit;
	line-height: 30px;
}

.datetimepicker .datetimepicker-minutes span {
	height: 26px;
	line-height: 26px;
}

.datetimepicker table tr td span:hover {
	background: #eeeeee;
}

.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
	background: none;
	color: #999999;
	cursor: default;
}

.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
	background-color: #0044cc;
}

.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
	background-color: #003399;
}

.datetimepicker table tr td span.old {
	color: #999999;
}

.datetimepicker th.switch {
	width: 145px;
}

.datetimepicker th span.glyphicon {
	pointer-events: none;
}

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot th {
	cursor: pointer;
}

.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot th:hover {
	background: #eeeeee;
}

.input-append.date span.add-on {
	position: absolute;
	top: 7px;
	right: 25px;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i,
.input-group.date .input-group-addon span {
	cursor: pointer;
	width: 14px;
	height: 14px;
}
.bootstrap-autocomplete.dropdown-menu {
	font-size: 0.9em;
}
.liste_actions input[type=radio] {
float: left;
width: 18px!important;
height: 18px!important;
box-shadow: none;
top: 4px;
position: relative;
margin-right: 10px;
}
.liste_actions > div {
background: #eee;
margin-top: 10px;
border-radius: 3px;
padding: 10px 20px;
font-size: 0.9em;
}
/* End Apiflux Addon Modules comptables */


/* Start multi-step RF */

#RecuFiscal-tab .form-check-inline {
	margin: 0;
}
#RecuFiscal-tab .form-check-inline .form-check-input,
#RecuFiscal-tab .checkbox input {
	appearance: none;
	-webkit-appearance:none;
	-moz-appearance:none;
	display: none;
}
#RecuFiscal-tab .form-check-label {
    background: white;
    border-radius: 3px;
    border:1px solid #d7e2ed;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#RecuFiscal-tab input:checked + .form-check-label,
#RecuFiscal-tab .form-check-label:hover,
#RecuFiscal-tab .checkbox input + label:hover,
#RecuFiscal-tab .checkbox input:checked + label:hover {
    background: #007bff;
    border-radius: 3px;
    border:1px solid #007bff;
    padding: 10px 20px;
    color: white;
	cursor: pointer;
 }


#RecuFiscal-tab input + .form-check-label:before,
#RecuFiscal-tab .checkbox input + label:before,
#RecuFiscal-tab input:checked + .form-check-label:before,
#RecuFiscal-tab .checkbox input:checked + label:before  {
	font-family: "Font Awesome 5 Free";
	font-size: 1.15em;
	position: relative;
    margin: 0px 8px 0 0;
}

#RecuFiscal-tab input + .form-check-label:before,
#RecuFiscal-tab .checkbox input + label:before {
	content:"\f111";
	font-weight: 500;
}

#RecuFiscal-tab input:checked + .form-check-label:before,
#RecuFiscal-tab .checkbox input:checked + label:before {
	content:"\f058";
	font-weight: 900;
}

#RecuFiscal-tab .form-card .checkbox {
	text-align: center;
}


#RecuFiscal-tab form.step-init {
	margin-top: 20px;
}
 #RecuFiscal-tab .checkbox input + label {
    margin: 30px auto;
    width: auto;
    display: inline-block;
}
#RecuFiscal-tab .checkbox input[name=confirm-step2] + label {
	margin: 30px auto 0!important
}
#RecuFiscal-tab .checkbox input[name=invalid-step2] + label {
	margin: 0 auto 0px!important
}
#RecuFiscal-tab a {
	color: inherit;
	border-bottom:1px dotted;
}
#RecuFiscal-tab #recufiscal_annuel .card {
	padding: 0!important;
    margin: 0;
    border: 0;
    background: #f1f4f7;
    border-radius: 10px;
}
#recufiscal_annuel .container-fluid .row > .col-* {
	margin-top: 0!important;
}
/*Background color*/

#recufiscal_annuel #grad1 {
    margin-top: 40px;
}

/*form styles*/

#recufiscal_annuel h4 {
	margin-bottom: -10px;
}
#recufiscal_annuel ul {
	margin: 10px 0 0 15px;
}
#recufiscal_annuel ul br {
	display:none;
}
#recufiscal_annuel ul li {
padding-left: 5px
}
#RecuFiscal-tab #msform {
    text-align: center;
    position: relative;
}

#RecuFiscal-tab #msform fieldset .form-card {
    border: 0 none;
    border-radius: 0px;
    box-sizing: border-box;  
    /*stacking fieldsets above each other*/
    position: relative;
    text-align: left;
    padding: 10px 50px 20px;
    font-size: 14px;
}

#RecuFiscal-tab #msform fieldset {
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}
#RecuFiscal-tab button, 
#RecuFiscal-tab input[type=button], 
#RecuFiscal-tab input[type=submit] {
    border-radius: 3px;
    border: 0;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background: #afbac5;
}
#RecuFiscal-tab button:hover, 
#RecuFiscal-tab input[type=button]:hover, 
#RecuFiscal-tab input[type=submit]:hover {
   background: #007bff;
}
#RecuFiscal-tab #msform input[type=submit],
#RecuFiscal-tab #msform input[type=button] {
	margin-bottom: 20px;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}


/*Blue Buttons*/
#msform .action-button {
    width: 200px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

/*Previous Buttons*/
#msform .action-button-previous {
    width: 200px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}
/*progressbar*/
#progressbar {
    margin:-25px 0 30px 0!important;
    overflow: hidden;
}

#progressbar .active {
    color: #0075ff;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
        font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f023";
}

#progressbar #personal:before {
        font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
}

#progressbar #payment:before {
        font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f09d";
}

#progressbar #confirm:before {
        font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f2";
}


#progressbar #rf-verif:before {
        font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
}

#progressbar #rf-creation:before {
        font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f085";
}

#progressbar #rf-envoi:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1d8";
}

#progressbar #rf-erreurs:before {
        font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
}



/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #afbac5;
    background: #f1f4f7;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
/*#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #f1f4f7;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}*/
#progressbar li.changeStep.active:before {
	color: white;
}
#progressbar h5 {
	color: #afbac5;
	text-transform: uppercase;
	font-size: 0.95em;
}
#progressbar li.changeStep.active h5 {
	color: #0075ff;
}
/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #0075ff;
}

/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display:inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor:pointer;
    margin: 8px 2px; 
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image{
    width: 100%;
    object-fit: cover;
}

.rf-form-step2-msg .step.active { font-weight: bold;color: #0075ff; }
.rf-form-step3-msg .step.active { font-weight: bold; }

#RecuFiscal-tab .etape_2_intro,
#RecuFiscal-tab .etape_3_intro,
#RecuFiscal-tab .etape_4_intro_global,
#RecuFiscal-tab .etape_4_erreurs_intro,
#RecuFiscal-tab .etape_4_crm_intro {
	margin-bottom: 30px
}
#RecuFiscal-tab .rf-form-step2-msg,
#RecuFiscal-tab .rf-form-step3-msg,
#RecuFiscal-tab .rf-form-step4-msg,
#RecuFiscal-tab .rf-form-step5-msg {
    border-radius: 10px;
    padding: 20px 40px;
    background: white;
    margin-bottom: 30px;
}

#RecuFiscal-tab .form-card h4 {
	margin-bottom: 15px;
}
#RecuFiscal-tab .rf-form-step2-outro,
#RecuFiscal-tab .rf-form-step3-outro,
#RecuFiscal-tab .rf-form-step4-outro {
    border-radius: 0 0 10px 10px;
    padding: 15px 40px 20px;
    background: white;
    margin-top: -6px;
    font-weight: bold;
    border-top: 5px solid #f1f4f7;
}
/*End multi-step RF */
