@CHARSET "UTF-8";

.error-messages {
	margin-top: 0px;
    padding: 0px;
	color:red;
    font-size: 11px;
}

.main-features {
    margin-top: 10px;
}
.page-header {
    margin-top: 20px;
}
.retourPartenaire {
    float:left;
}
.menuLinkMotPasse{
	position: absolute; 
	top: 10px;
	right: 190px;
}

.menuLinkDeconnexion{
	position: absolute; 
	top: 10px;
	right: 90px;
}
.menuLinkLang{
	position: absolute; 
	top: 10px;
	right: 345px;
}
.menuLinkMotPasseIdControl{
	position: absolute; 
	top: 10px;
	right: 190px;
}

.menuLinkDeconnexionIdControl{
	position: absolute; 
	top: 10px;
	right: 6%;
}
.menuLinkLangIdControl{
	position: absolute; 
	top: 10px;
	right: 20px;
}
.changeagence {
    float:right; 
    margin-top:30px;
    margin-right:200px;
}
.logo-agence {
    margin: 10px 50px 10px 0;
    float:right;
}


.navigResponsive{
	display: none;
}
.toggleResponsive{
	display: none;
}

.borderFooterADB{
	border-top: 1px #9c9c9c solid;
	padding-top: 20px;
	margin-bottom: 20px;
        text-align:center;
        font-size:80%;
}

.champRecherche{
	float: right;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right: 380px;
}

.champRechercheSbt{
	float: right;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 10px;
}

.rechercheAllSbt{
	float: right;
	margin-top: 10px;
	margin-right: 380px;
}

.champRechercheIndex{
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 0px;
}
.from-folder-all{
    display: inline-block;
    margin-top: 5px;
    text-align: right;
}
.from-folder-all label{
    display: inline;
    margin-top: 5px;
}
.from-folder-all input[type="checkbox"]{
margin:0;
}


#tableau-csvfiles{
	width: 50rem;
	margin: auto;
}
#tableau-csvfiles>h4{
	font-size: 1.3rem;
	text-align: center;
}
#tableau-csvfiles th, #tableau-csvfiles td{
	text-align: center;
}

.page-headerFicheReference{
	font-size:14pt;
	padding-top : 10px;
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 979px) {
        .wrapperContenu .page-headerFiche{
                margin-bottom: 30px;
        }

        .logo-agence {
           display: none;

       }   
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.menuLinkMotPasse{
		position: static;
		text-align: center;
		width: 100%;
	}
	.menuLinkMotPasse a{
		display: block;
		width: 100%;
		height: 45px;
		color: white;
		background-color: #262626;
		text-decoration: none;
		font-size: 1.5em;
		padding-top: 20px;
	}
	.menuLinkMotPasse a:hover, .menuLinkMotPasse a:active{
		color: #007cb0;
	}
	.menuLinkDeconnexion{
		position: static; 
		text-align: center;
		width: 100%;
	}
	.menuLinkDeconnexion a{
		display: block;
		width: 100%;
		height: 45px;
		color: white;
		text-decoration: none;
		font-size: 1.5em;
		padding-top: 20px;
	}
	.menuLinkDeconnexion a:hover, .menuLinkDeconnexion a:active{
		color: #007cb0;
	}
	.navigNormal{
		display: none;
	}
	.navigResponsive{
		display: none;
		position: absolute;
		left: 0;
		top: 50px;
		width: 100%;
		background-color: #212121;
		z-index: 1000;
	}
	.navigResponsive ul li{
		text-align: center;
	}
	.navigResponsive .nav{
		margin-bottom: 0px;
	}
	.navigResponsive ul li a{
		height: 100%;
		color: white;
		font-size: 1.5em;
		padding-top: 20px;
		height: 45px;
	}
	.navigResponsive ul li a:hover, .navigResponsive ul li a:active{
		color: #007cb0;
	}
	.navigResponsive ul li .pair{
		background-color: #262626;
	}
	.navigResponsive ul li .impair{
		background-color: #212121;
	}
	.toggleResponsive{
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		right: 0;
		background-color: #212121;
		cursor: pointer;
		background: url("/beprems/image/icone_menu_ferme.png");
	}
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.menuLinkMotPasse{
		position: static;
		text-align: center;
		width: 100%;
	}
	.menuLinkMotPasse a{
		display: block;
		width: 100%;
		height: 45px;
		color: white;
		background-color: #262626;
		text-decoration: none;
		font-size: 1.5em;
		padding-top: 20px;
	}
	.menuLinkMotPasse a:hover, .menuLinkMotPasse a:active{
		color: #007cb0;
	}
	.menuLinkDeconnexion{
		position: static; 
		text-align: center;
		width: 100%;
	}
	.menuLinkDeconnexion a{
		display: block;
		width: 100%;
		height: 45px;
		color: white;
		text-decoration: none;
		font-size: 1.5em;
		padding-top: 20px;
	}
	.menuLinkDeconnexion a:hover, .menuLinkDeconnexion a:active{
		color: #007cb0;
	}
	.navigNormal{
		display: none;
	}
	.navigResponsive{
		display: none;
		position: absolute;
		left: 0;
		top: 50px;
		width: 100%;
		background-color: #212121;
		z-index: 1000;
	}
	.navigResponsive ul li{
		text-align: center;
	}
	.navigResponsive .nav{
		margin-bottom: 0px;
	}
	.navigResponsive ul li a{
		height: 100%;
		color: white;
		font-size: 1.5em;
		padding-top: 20px;
		height: 45px;
	}
	.navigResponsive ul li a:hover, .navigResponsive ul li a:active{
		color: #007cb0;
	}
	.navigResponsive ul li .pair{
		background-color: #262626;
	}
	.navigResponsive ul li .impair{
		background-color: #212121;
	}
	.toggleResponsive{
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		right: 0;
		background-color: #212121;
		cursor: pointer;
		background: url("/beprems/image/icone_menu_ferme.png");
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.menuLinkMotPasse{
		position: static;
		text-align: center;
		width: 100%;
	}
	.menuLinkMotPasse a{
		display: block;
		width: 100%;
		height: 45px;
		color: white;
		background-color: #262626;
		text-decoration: none;
		font-size: 1.5em;
		padding-top: 20px;
	}
	.menuLinkMotPasse a:hover, .menuLinkMotPasse a:active{
		color: #007cb0;
	}
	.menuLinkDeconnexion{
		position: static; 
		text-align: center;
		width: 100%;
	}
	.menuLinkDeconnexion a{
		display: block;
		width: 100%;
		height: 45px;
		color: white;
		text-decoration: none;
		font-size: 1.5em;
		padding-top: 20px;
	}
	.menuLinkDeconnexion a:hover, .menuLinkDeconnexion a:active{
		color: #007cb0;
	}
	.navigNormal{
		display: none;
	}
	.navigResponsive{
		display: none;
		position: absolute;
		left: 0;
		top: 50px;
		width: 100%;
		background-color: #212121;
		z-index: 1000;
	}
	.navigResponsive ul li{
		text-align: center;
	}
	.navigResponsive .nav{
		margin-bottom: 0px;
	}
	.navigResponsive ul li a{
		height: 100%;
		color: white;
		font-size: 1.5em;
		padding-top: 20px;
		height: 45px;
	}
	.navigResponsive ul li a:hover, .navigResponsive ul li a:active{
		color: #007cb0;
	}
	.navigResponsive ul li .pair{
		background-color: #262626;
	}
	.navigResponsive ul li .impair{
		background-color: #212121;
	}
	.toggleResponsive{
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 0;
		right: 0;
		background-color: #212121;
		cursor: pointer;
		background: url("/beprems/image/icone_menu_ferme.png");
	}
}

#container-formConfirmEvenement input {
    margin:0 10px;
}  
  
#container-formConfirmEvenement label,#label_confirmEvenement-label label {    
    width:350px;   
}

#label_confirmEvenement-label label {    
    font-weight: bold;   
}

.alert-success,.alert-danger, .alert-error,  .alert-warning {
    position: fixed;
    top: 41px;
    left: 10px;
    width: 95%;
    z-index:999;
}
.red-danger{
	background: #dd323c;
	padding: 1rem;
	border-radius: 3px;
	color: #FFFFFF;
	margin-bottom: 2rem;
}

/*Gestion des multiselect dans la modal edit-agent*/
#listes_agence-label,
#listes_affichees-label{
	display: inline-block;
}
#listes_agence-element,
#listes_affichees-element{
	display: inline-block;
	margin: 0;
}
.nav-f{
	margin-bottom: 20px;
	position: static;
}
/* Recertifcation */
.table-recertification, .table-recertification td, .table-recertification th {
	border: none;
}
.table-recertification td:nth-child(2) {
	color: #0088cc;
	font-weight: bold;
}
.listeAgent .date_certification {
	cursor: pointer;
}
.listeAgent .date_certification:hover {
	text-decoration: underline;

}
.date_certification:hover .order-span {
	opacity: 1 !important;
}
.order-none {
	opacity: 0;
}
.order-span {
	float: right;
	color: #b1afaf;
}

/* form recertification frontpro */
#accreditation_group_radio label{
	display:inline-block !important;
	width:100px !important;
}
#accreditation_group_radio div{
	display:inline-block;
}
#accreditation_group_radio div input{
	margin-top : -2px !important;
}

.kycv3 div.row-fluid:nth-child(odd) {
	background: #ddd;
	line-height: 30px;
}

.kycv3 div.row-fluid:nth-child(even) {
	background: #fff;
	line-height: 30px;
}
.kycv3 div.row-fluid div.span12{
	border-bottom: 2px solid #0A0A0A;
	font-weight: bold;
}

.row-fluid [class*="span"]:first-child{
	padding-left: 10px;
}