.profile-recap
{
	font-size: 12pt;
}

.profile-footer
{
	width:100%;
	height:65px;
	bottom:0px;
	left:0px;
	background-color: white;
	border-top:1px solid #DDDDDD;
	padding:10px 15px 10px 15px;
	text-align: right;
}

.profile_wrapper
{
	position: relative;
	flex: 1 1 auto;
	height: calc(80vh - 65px);
	overflow: hidden;
	overflow-y: auto;
	padding:15px;
}

.profile-closed
{
	border:1px solid gray;
	background-color: lightgray;
	text-align: center;
	font-size: 10pt; 
	padding: 10px;
	margin-bottom: 10px;
	display: block;
	border-radius: 10px;
}

.profile-before-opening
{
	border:1px solid gray;
	background-color: lightgray;
	text-align: center;
	font-size: 10pt; 
	padding: 10px;
	margin-bottom: 10px;
	display: block;
	border-radius: 10px;
}

.profile-main
{
	height:100%;
}

.profile-main .tab-content
{
	overflow: hidden;
	height: calc(100% - 40px);
}

.profile-main .tab-content .tab-pane
{
	padding: 15px;
}

.bootbox-body:has(.profile_wrapper)
{
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
	overflow-y: hidden;
	height: 90%;
	overflow:hidden;
	padding: 0;
}

.modal-body:has(.profile_wrapper)
{
	padding:0px;
	overflow-y: hidden;
}

.profile-hidden
{
	display: none;
}

.has-error 
{
	border: 1px solid red;
	background-color: rgba(255,0,0,0.3);
}

.profile-recap-list
{
	display: table;
	margin-top: 20px !important;
}

.profile-recap-line
{
	display: table-row;
}

.profile-recap-line-title
{
	color:gray;
	display: table-cell;
	padding: 0 1em;
}

.profile-recap-line-value
{
	font-weight: bold;
	display: table-cell;
}

.profile-recap-hint,
.profile-recap-pay-hint
{
	font-size: 9pt;
	margin-top: 20px;
}

.profile-recap-amount-wrapper
{
	text-align: center;
	padding: 20px;
	border: 1px solid #aaa;
	border-radius: 10px;
	display: inline-block;
	margin: 20px auto 0px auto;
}

.profile-recap-amount-wrapper.profile-recap-amount-wrapper-hidden
{
	display: none;
}

.profile-recap-amount
{
	text-align: center;
	font-size: 25pt;
	color:green;
}

.profile-recap-amount-ttc
{
	text-align: center;
	font-size: 10pt;
	color:black;
}

.profile-error
{
	padding:20px;
}

.profile-btn-ok
{
    background-color: #28A745;
    border-color: #28A745;
    color:white;
}

.profile-btn-ok:hover
{
    background-color: #218838;
    border-color: #218838;
    color:white;
}

.profile-btn-cancel
{
    background-color: #DC3545;
    border-color: #DC3545;
    color:white;
}

.profile-btn-cancel:hover
{
    background-color: #C82333;
    border-color: #C82333;
    color:white;
}
