#layer-pdf {
	border-style: dashed;
	border-width: 1px;
}

.custom-file-input ~ .custom-file-label::after {
    content: "Parcourir";
}

#cmp-form {
	margin-top: 4em;
}

.pdf-display {
	width: 600px;
}

.div-center {
	margin-left: auto;
    margin-right: auto;
}

.display {
	position: absolute;
	left: 0;
	top: 0;
}

.position-relative {
	position: relative;
}

.layer0 {
	z-index: 0;
}

.layer1 {
	z-index: 1;
}

.minus {
	background-color: #ffe6e6;
}

.plus {
	background-color: #e6ffe6;
}

.content-wrapper {
	margin-left: 0px;
}

.overlay {
	margin-bottom: 56px;
	margin-top: 56px;
	background: #000000;  
    display: none;        
    position: absolute;   
    top: 0;                  
    right: 0;                
    bottom: 0;
    left: 0;
    opacity: 0.5;
    text-align: center;
    z-index: 10;
}

.overlay-inner {
	height: 100%;
	width: 100%;
}

.vertical-helper {
	vertical-align: middle;
	height: 100%;
	display: inline-block;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.footer a {
	color: white;
	text-decoration: none;
}

.footer div.support {
	float: right;
	margin-right: 1em;
}

/*
 * Improve Bootstrap
 */
 
.modal-header-danger {
	background-color: #d9534f;
	color: white;
}

.modal-header-success {
	background-color: #5cb85c;
	color: white;
}

/*
 * Debug
 */

#debug {
	display: none;
}

#debug-container {
	display: none;
}

/*
 * SB Admin
 */
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav {
    background: #FFFFFF;
}
#logos #mainNav.navbar-dark .navbar-collapse .navbar-sidenav {
    margin-top: 66px;
    height: 467px;
}
/*
 * Card
 */
.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.form-signin #username,
.form-signin #password {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn.btn-signin {
    background-color: rgb(104, 145, 162);
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}

a.register {
	color: black;
}