#header{
	display:none;
}
.login-btn{
	color: #fff;
	border: 3px solid #fff;
}

#menu_principal{
	border-radius: 0;
}

.wrapper_box{
	padding-top: 15px;
}
.style_table tbody tr:first-child td, .style_table th {background: transparent; }

body .custom_gradient, body .style_table tr th{
	background: rgb(242,106,58) !important;
	background: linear-gradient(90deg, rgba(242,106,58,1) 18%, rgba(250,163,67,1) 75%) !important;
	color:#fff!important;
    font-weight: bold !important;
}
.custom_gradient p{color:#fff;}
h3.custom_gradient, h2.custom_gradient{
	border: 0;
	padding:10px 10px;
	font-weight: bold;
}
tr.custom_gradient{
	background: rgb(242,106,58) !important;
	background: linear-gradient(90deg, rgba(242,106,58,1) 18%, rgba(250,163,67,1) 75%) !important;
	color:#fff!important;
    font-weight: bold;
}
tr.custom_gradient th{
	background: none !important;
}

.btn_gradient,
input[type="submit"], input[type="button"], button, .bouton, .Btn, .BtnForm, #content_confirmation input[type="submit"], a.btn
{
	color:#fff !important;
	background: rgb(5,48,68) !important;
	background: linear-gradient(90deg, rgba(5,48,68,1) 18%, rgba(15,159,222,1) 75%) !important;
	border-radius: 6px;
}
tr.custom_gradient>th{
	background: transparent;
}
p.custom_gradient{
	padding: 5px 10px;
	font-size: 1.8em;
	text-align:center;
	border-radius: 3px;
}

.wrapper_box>div, .account_quicklink, #bodyContent, .spc_box{
	background: #fff;
	margin-bottom: 30px;
	padding-top:10px;
	padding-bottom:10px;
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 4px rgba(199,199,199,1);
	-moz-box-shadow: 0px 0px 10px 4px rgba(199,199,199,1);
	box-shadow: 0px 0px 10px 4px rgba(199,199,199,1);
}
#bodyContent{
	margin-top:10px;
	padding:5px 15px;
	overflow: auto;
}

#spc_msg, #spc_msg p{
	color:#ef5c38;
}

.new_account_link {
	display:block;
	margin:3px 5px;
}
.account_quicklink_wrapper>a:hover span, .account_quicklink_wrapper>a:hover span::after{
	color:#022d42;
	border-color:#022d42;
}

.account_quicklink{
	padding-top:30px;
	padding-bottom: 20px
}

.account_quicklink img{
	display: block;
	margin: 0 auto;
}
.account_quicklink span{
	margin: 30px 0 0 0;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size:2em;
	color:#0fa6e8;
	line-height: 1.2em;
	min-height: 90px;
	position: relative;
}
.account_quicklink span::after{
	content: '';
	border-bottom: 2px solid #0fa6e8;
	width: 30%;
	display: block;
	margin: 0px auto;
	position: absolute;
	bottom: 0;
	left: 35%;
}

#invoice_waiting_select{
	padding: 8px 3px;
	max-width:400px !important;
	margin:0 auto;
	display: inline-block;
	height: 38px;
}

body,p,td,div,h1,h2,h3,h4{
	font-family: 'Montserrat', sans-serif !important;
}

.envoi_titre{
	padding: 12px 0 !important;
	border-radius: 4px;
}

.style_table tbody tr:first-child td {
    background: transparent !important;
    font-weight: normal;
    color: #333 !important;

}

#invoice_account_history > table tbody tr td{
    font-weight: bold !important;
}
#invoice_account_history .all_dressed_table tr td{
    font-weight: normal !important;
}

.modal_detail_envois .modal-dialog{
    margin-top: 350px;
}
