html {
	height: 100%;
}

.backgroung-image {
	background-image: url(/javax.faces.resource/images/background.png.xhtml);
	background-size: cover;
	background-position: center center;	
	height: calc(100vh - 103px);
}


body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	color: #454545;
	line-height: 17px;
	font-weight: 400;
	margin: 0;
	min-height: 100%;
	position: relative;
}

.capitalized {
    text-transform: uppercase;
}

.d-flex {
	display: flex;
}

.align-items-center {
	align-items: center;
}

.main-content {
	padding: 0 25px 150px 25px!important;
}

.input-id {
	text-align: center;
	font-size: 14px;
	height: 51px;
	width: 100%;
}

.body-page {
    padding: 60px 0 100px !important;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 550px;
}

h1 {
	color: #007D8F;
	font-size: 23px;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
}

.form-group {
	margin-bottom: 15px;
	position: relative;
	text-align: center;
}

.form-control {
	line-height: 1.42857;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: none !important;
	font-weight: 600 !important;
	padding-right: 54px;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control,.form-control[disabled]+span .clear-input .ui-c,.form-control[readonly]+span .clear-input .ui-c
	{
	background-color: #eeeeee;
	opacity: 1;
}

input:focus {
	outline: none !important;
	border-color: #007D8F;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 9999; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 29px 25px 40px 26px;
	border: 1px solid #888;
	width: 100%;
	max-width: 254px;
	text-align: center;
	position: relative;
}

.modal-content h1 {
	color: #007D8F;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
}

.modal-content-msg {
	color: #454545;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
}

.warning-popup {
	width: 59px;
	height: 59px;
}

.modal-close {
	right: 18px;
	top: 18px;
	position: absolute;
	cursor: pointer;
}

.hidden-md {
    display: none;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-family: inherit;
	font-weight: 700;
	text-transform: uppercase;
	color: #454545;
}

.no-padding {
    padding: 0!important;
}

.btn-primary {
	color: #fff;
	background-color: #007D8F;
	border-color: #006776;
}

.btn-primary:disabled {
	background-color: #98cbd3;
	border-color: #98cbd3;
	color: #ffffff;
	cursor: not-allowed !important;
}

.full-width {
	width: 100%;
}

label {
	margin-botoom: 8px;	
}

/* Erreurs */
.error-message {
	color: #DE383A;
	margin: 0 0 15px 0;
	background-color: #F5E1E2;
	padding: 16px !important;
	font-weight: 600;
	display: inline-block;
	border-radius: 3px;
	font-size: 12px;
}

.authent-error-true div input,.authent-error-true .ui-c {
	border-color: #DE383A;
}

input {
	max-width: 223px;
}

.login-button {
	margin-top: 20px;
	height: 51px;
	width: 100%;
	background-color: #007D8F;
	border-radius: 4px;
	border-width: 0;
	border-color: #007D8F;
	box-shadow: none !important;
	text-shadow: unset;
	background-image: none !important;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	font-family: inherit;
	font-size: 12px;
	cursor: pointer;
	max-width: 100%;
}

.synth-title {
	font-size: 20px;
	line-height: 1.1;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	text-align: left;
	padding: 16px 0 8px 0;
	clear: both;
}

.synth-accounts {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 66px;
	background: #f5f5f5;
	cursor: default;
	text-align: left;
}

.synth-accounts:hover {
	background: #ececec;
}

.synth-accounts-main {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.synth-accounts-icon {
	width: 25px;
	color: #99cc00;
	font-size: 25px;
	line-height: 1;
}

.synth-accounts-description {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 20px 0 20px 4px;
}

.synth-accounts-description .amount-account {
	color: #007D8F;
	font-size: 18px;
}

.synth-accounts-description .name-account {
	color: #007D8F;
	font-size: 14px;
	padding-bottom: 4px;
}

.synth-accounts-description .amount-account {
	margin-top: 9px;
}

.synth-accounts-description .num-account {
	color: #999999;
}

.synth-accounts-description .type-account
{
	font-size: 12px;
	color: #454545;
}

.icon-paiement {
	margin-right: 10px;
}

.icon-paiement-account {
	padding: 17px 0 0 16px;
	position: absolute;
}

.login-title {
	text-align: center;
}

.hidden-mobile {
	display: none;
}

.align-items-center {
	align-items: center;
}

.no-background {
	background-color: transparent!important;
}

.ui-accordion-content,.ui-accordion-header {
	padding: 0 !important;
}
	
.datalist-operations .ui-datalist-data {
	margin: 0 0 0 0;
}

@media (min-width: 768px) {
	input {
		max-width: 100%;
	}
    .body-page {
        max-width: 550px;
    }
    .main-content {
    	margin-top: 140px;
    	margin-bottom: 20px!important;
    	padding-bottom: 63px;
    }
}

@media (min-width: 1280px) {
	
	.hidden-desktop {
		display: none;
	}
	
	.hidden-mobile {
		display: block;
	}	
	
	.login-title h1 {
		margin-bottom: 24px;
		margin-top: 0;
	}
	
    .hidden-md {
        display: block;
    }
    
    .body-page {
    	display: flex;
        max-width: 100%;
        padding-bottom: 0!important;
    }
    
    .main-content {
    	display: block;
    	margin: 40px 102px;
    	width: 50%!important;
    	max-width: 425px;
		padding: 0 25px 20px 25px!important;
    }
    
    .login-title {
    	text-align: left;
    }
    
    .login-button {
    	max-width: 134px;
    	height: 40px;
    }
    
    .error-message {
    	text-align: left;
    }
}
