/********************************
CSS clicmap-theme LemonLdap-Ng
*********************************/


/********************************
        Mobile first
*********************************/

/* Layout 
*********************************/

html{
    scroll-behavior: smooth;
}
html,
body{
    /*height: 100%;*/
    background: #fff;
    /* The html and body elements cannot have any padding or margin. */
    font-family: sans-serif;
    font-size:100%; 
    line-height: 1.4; 
    box-sizing:border-box;
    margin:0;
    padding:0;
}
#wrap{
    /* Wrapper for page content to push down footer */
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -80px;
    /* Pad bottom by footer height */
    /*padding: 0 0 80px; */
}
main{
    background: #fff;
    margin: 0 auto 50px;
    box-shadow: none;
    max-width: 600px !important;
    padding: 20px 50px 70px !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; 
}
#footer{
    font-size:0.65rem;
    /* Set the fixed height of the footer here */
    height: 60px;
    background: none;
    padding-top:20px;
    text-align: center;
    color:#888;
    /* for lang only: overflow: hidden;*/
}


/* Style
*********************************/
#errorcontent > img:nth-child(1),
#mailcontent > img:nth-child(1),
#menucontent > img:nth-child(1),
#logincontent > img:nth-child(1) {
	max-width:340px;
    margin: 0px 0px 80px;
    padding:0;
	width:100%;
}
#logo-sub-text{
    color:#888;
    font-size:0.75rem;
    font-weight:200;
    letter-spacing: 1px;
    width:100%;
    text-align:center;
    margin:-90px 0 40px;
    padding:0;
}
#logo-sub-text p{
    margin:0;
    padding:0;
}
#footer p{
    margin:0;
    padding:0;
} 
.card,
.navbar-light {
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.9);
    background-image: none;
    border:none;
}
#errormsg{
    padding: 0;
}
.button_left{
    padding: 50px !important;
}
#lform{
    padding: 0 50px !important;
}
.lform{
	width:100% !important;
	padding: 0 !important;
}
div.form{
    width:100% !important;
	margin: 0 auto;
}
.form-input{
    display:flex;
    margin-top:10px;
    align-items:center;
	width: 100% !important;
}
.form-input input{
    padding-left: 55px;
}
.form-icon{
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%;
    font-size: 40px;
    color: white;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 50px;
    line-height: 100px;
}
/* disable
***********************
#toggle-password{
    position: absolute;
    top: 0;
    right: 0;
}
*/
.login,
.password {
    text-align: center;
    /*padding: 20px;*/
}
.forgot-pwd{
    display:flex;
    flex-direction:row;
    justify-content:end;
    margin-bottom:15px;
}
a.forgot-pwd{
    font-size:0.8rem;
    margin-top:4px
}
div.actions {
    margin: 10px 0 0 0;
}
div.actions a {
    margin-top: 10px;
}
div.actions button {
    margin-top: 10px;
}
.buttons {
    text-align: center;
    margin: 10px 0 0 0;
    cursor: pointer;
}
.btn-connexion{
  background:#fc4349;
  color:#fff;
}
.btn {
    /* Override bootstrap btn style for wrap content */
    white-space: normal;
	width:100%;
}
.btn span.fa {
    padding-right: 8px;
}
li.ui-state-active {
    /* Make active tab more visible */
    background-color: rgb(250,250,250);
    background-color: rgba(250,250,250,0.9);
}
#appslist,
#password,
#loginHistory,
#logout,
#oidcConsents  {
    margin-top: 20px;
}
div.category {
    margin: 10px 0;
    cursor: grab;
}
div.application {
    margin: 5px 0;
    overflow: hidden;
}
div.application a, div.application a:hover {
    text-decoration:none;
}
p.notifCheck label {
    margin-left: 5px;
    margin-top: 3px;
    display: inline-block;
}
.notif div.form {
    margin: 0 auto;
    max-width: 1024px;
}
.notif .h2, h2 {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}
.notif .h3, h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1.2rem;
}
.notif .card-title {
    font-size: 1.7rem;
}
img.langicon {
    cursor: pointer;
}
span#languages {
    padding: 5px;
    display: block;
    overflow: auto;
    max-height: 80px;
}
button.idploop {
    max-width: 300px;
}
button.idploop img {
    max-height: 30px;
}
div.oidc_consent_message > ul {
    text-align: left;
    list-style: circle;
}
.hiddenFrame {
    border: none;
    display: hidden;
    margin: 0
}
.noborder {
    border: none;
}
.max {
    width: 100%;
}
.link {
    cursor: pointer;
}
.nodecor:hover, .nodecor:active, .nodecor:focus {
    text-decoration: none;
}
.fa.icon-blue {
    color: blue;
}
.progress-bar-animated {
    width: 100%;
}
input.key {
    font-family: 'password';
    width: 100px;  
}
@font-face {
    font-family: 'password';
    /*font-style: normal;*/
    /*font-weight: 400;*/
    src: url(/static/common/fonts/password.ttf);
}
.info.table caption {
    color: black;
    text-align: center;
    caption-side: bottom;
}
div.input-group > p.form-control {
    /* Allow full height for check box label */
    height: auto;
}
div.input-group > p.form-control > label {
    display: revert;
    user-select: none;
    cursor: pointer;
}
#btn-back-to-top {
    position: fixed;
    bottom: 70px;
    right: 20px;
    display: none;
}
#remembertimercontainer {
    /* Hide "remember my authentication choice" timer */
    display: none;
}
#globalrememberauthchoicecontainer {
    /* Hide "remember my authentication choice" box by default */
    display: none;
}
#Clicmap{
	width: 100%;
}
.login{
	width: 100%;
}
/*#partners{
    padding: 0;
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: center;
}*/
.btn-partners{
    background: radial-gradient(circle at 70% 0% ,  #fff 0%, #eee 100%) no-repeat scroll 0% 0% #f0efef;
    color:#fff;
	margin:5px;
}
.btn-partners:hover{
	background: radial-gradient(circle at 70% 0% ,  #f0efef 0%, #fff 100%) no-repeat scroll 0% 0% #eee;
}
.btn-partners img{
	width:80px;
}
/*
.btn-partners img{
  max-width:40%;
}
*/
.applogo{
    width: 32px;
}

/* Clicmap first */

#partners{
	width:100%;
	text-align: center;
}
#partners .order:not(:first-child){
	display: inline-block;
}
.g-recaptcha{
	margin-top: 20px;
	display: inline-block;

}
/********************************
    PC and big tablets
*********************************/

@media (min-width: 768px) {
    html,
    body {
        background: #ddd;
    }
    main{
        background: #fff;
        margin: 50px auto 50px;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
        max-width: 600px !important;
        padding: 60px;
        border-radius: 5px;
    }
    main#menucontent{
        max-width: 90% !important;
    }
	#logo-sub-text{
		color:#888;
		font-size:0.75rem;
		font-weight:200;
		letter-spacing: 1px;
		width:100%;
		text-align:center;
		margin:-90px 0 40px;
		padding:0;
	}
    div.application {
        height: 80px;
    }
    div.application h4.appname {
        margin:0;
    }
    #wrap {
        margin: 0 auto -60px;
    }
    /*.btn-patners img{
        max-width:50%;
    }*/
	.btn {
		white-space: normal;
		width:auto;
	}
	footer{
		font-size: 0.86rem;
	}
}

.divider{
	display: flex;
    width: 100%;
    position: relative;
    align-items: center;
	justify-content: center;
}

.divider .divider-content{
	z-index: 1;
	padding-left:15px;
	padding-right:15px;
    background: #FFF;
}

.divider:before {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    content: "";
    border-top: 1px solid #e2e8f0;
}
