/***********************************GENERAL STYLES ********************/
/* General Element Styles */
html{height:100%}
body {
    overflow-x: hidden;
    background: #292929 url("Images/LoginBackground_Fonce.png") no-repeat fixed center center;
    background-size: cover;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-content: center;
    height: 100%;
    align-items: center;
    flex-direction: column;
    font-size:1em;
}
body,input,textarea,option,select {font-family: "Open Sans", Arial, Verdana, Tahoma, "Helvetica Neue", Helvetica, Sans-Serif;color:#000000}
a {outline:none;text-decoration:none;}
a:link, a:active, a:visited {color:white;}
textarea {padding-left:3px;}
select {height:22px;}
input::-ms-clear {display:none; width:0; height:0;} /* Remove IE clear icon within inputs */
input[type="text"], input[type="password"] {padding:2px 3px 3px 3px;}
input[disabled="disabled"], input.disabled, select[disabled="disabled"], select.disabled {color:#333;}
input[type="text"], input[type="password"], select, textarea {border:1px solid #A0A0A0;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {border:1px solid #a7d0f0; background-color:#e7f3fd;}

.flexWrapper{
    margin:auto;
}

.loginActions a {
    background: url("Images/iconRightArrowWhite.svg") no-repeat left center;
    padding-left: 15px;
    background-size: 7px 10px;
}

.login_wrap{
    text-align:center;
    position:relative;
    display:inline-block;
    vertical-align:top;
}

#Login {overflow:hidden; border:none;text-align:left;display:inline-block/*;color:white*/}

.verticalLign {
    background-color: #545151;
    width:1px;
}

#blogSection{
    display:inline-flex;
}

#blogSection > .verticalLign{
    margin-left:90px;
    margin-right:94px;
}

.Top {
    /* min-height:140px; */
    /* padding:20px; */
    /* box-sizing:border-box; */
    display:flex;
    flex-direction:column;
    justify-content: center;
    margin: 20px 0px;
    width: 400px;
}
.bottomLogo {
    margin: auto;
    max-width: 720px;
    padding: 0px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    margin-top: 60px;
    justify-content: center;
    /* position: absolute; */
    width: 100%;
}
.logoWrapper {
    width: 100%;
    min-height: 150px;
    margin: 0px auto;
    background: url('Images/iteslive.svg') center center / 340px no-repeat;
    flex-shrink: 0;
    margin-top: 50px;
    /* position: absolute; */
    /* margin-bottom: 20px; */
}

.tagLineWrapper {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.563em;
    margin-top: 0px;
    text-transform:uppercase;
}
.tagLineWrapper em{
    font-weight:600;
    color:#1fa9f3;
    font-style: normal;
}

.loginWrapper,.forgotWrapper,.SSOWrapper {/* min-height:180px; */margin:0px auto;}

.inputWrapper, .pure-form-aligned .pure-control-group {
    margin-bottom: 13px;
}
.inputWrapper input {width:100%;background-color:white !important;padding: 15px 12px;box-sizing:border-box;border:0px none !important; border-radius:3px;}
.inputWrapper input[type=text], .inputWrapper input[type=email], .inputWrapper input[type=password]{line-height:21px;}
.inputWrapper > label {font-family:'Open sans', sans-ferif; font-weight:300;display:inline-block;padding:10px 0;font-size:0.938em}

#topSpace{
    display:flex;
    align-items:center;
}

#topSpace > img, #bottomSpace::before {
    width: 228px;
    height: 70px;
    display:block;
    content:"";
}

#topSpace, #bottomSpace{
    flex-grow:1;
}

.loginButton:hover {
    background: transparent;
    color: #2798dd;
}

.loginButton {
    font-family: 'Open sans', 'Helvetica Neue', sans-ferif;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
    background: #1fa9f3;
    color: #fff;
    /*text-transform: uppercase;*/
    box-sizing: border-box;
    vertical-align: middle;
    letter-spacing: 0.03em;
    border: 2px solid #1fa9f3;
    transition: color 300ms, background 300ms;
    padding: 12px 10px;
    /*margin-right:40px;*/
}

#btnLogin {
    width: 168px;
}

#bottomLogin{
    margin-top:34px;
    display:flex;
    justify-content:space-between;
}

.loginActions {
    font-size: 0.813em;
}

.loginActionsContainer {
    display: flex;
    justify-content: space-between;
    padding-top:21px;
}

.Mid {
    box-sizing: border-box;
    display:flex;
    flex-direction:column;
}

.blogContainer {
    width: 370px;
    min-height: 455px;
    background-color: white;
    display: inline-block;
    vertical-align: top;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 3px;
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
}

.blogContainer img{
    max-width:100%;
    height:auto;
    max-height:150px;
}

.blogLink {
    min-width: 198px;
    font-size: 0.869em;
}

.blogGenericTitle {
    font-family: 'Montserrat', sans-ferif;
    font-weight: bold;
    font-size: 0.706em;
    color: #1fa9f3;
    margin-top: 28px;
    text-transform:uppercase;
}

.blogTitle {
    font-family: 'Montserrat', sans-ferif;
    font-weight: 300;
    font-size: 0.813em;
    text-transform: uppercase;
}

.blogImage {
    background-size: contain;
    background-repeat: no-repeat;
    height:166px;
}

.blue{
    color:#3cb1f5
}

span.error{
    color:red;
}
span.success{
    color:white;
}

.resultWrapper{
    margin-top:10px;
    color: white;
}

#divOverlay,#divBackground,#divLoading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height:100% !important;
}

#divBackground{
    background-color:black;
    opacity:0.5;
}

#divLoading{
    background:url("Images/Spinner.svg") no-repeat center center;
    background-size: 70px;
    z-index:2;
}

.flexAutoHeight{
    display:flex;
    flex-direction:column;
    overflow:hidden;
    height:100%;
}

.flexAutoHeight > *:last-child{
    display:flex;
    flex:1;
    flex-direction:column;
    overflow: hidden;
}

#divLangChange {
    margin-right: 25px;
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 1;
    border-radius: 25px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    flex-direction: row;
    align-content: center;
    /* margin-bottom: 50px; */
}

        #divLangChange .LayoutWebMenu {
            height:50px;
            width:50px;
        }

            #divLangChange .LayoutWebMenu .k-menu {
                border-radius: 25px;
            }
            #divLangChange .LayoutWebMenu .menu > li.k-item {
                background:none;
            }
            #divLangChange .LayoutWebMenu .k-menu {
                background-color: transparent !important;
            }
            #divLangChange .k-picker {
                border: none;
                color: white;
                background-color: transparent;
            }
    #divLangChange .k-picker:focus {
        box-shadow:none;
    }
    #divLangChange span.k-input-inner {
        padding-right: 0px;
    }
    #divLangChange span.k-input-button {
        padding: 0px;
        width: 20px;
    }

    #divLangChange span.k-input-button:hover {
        background: none;
    }
#languageSelect-list .k-selected {
    display: none;
}
.k-list-item.k-hover, .k-list-item:hover {
    background-image: none;
    background-color: #f1f2f2;
}
.k-list-scroller {
    overflow:hidden auto !important;
}

@media screen and (max-width:688px) {
    .resultWrapper{
        order:-1;
    }
}
@media screen and (max-width:360px) {
    #divLangChange{
        top:30px;
        right:30px;
    }
}

/* Remove Blog footer*/
.blogContent p:last-child{
    display:none;
}

/* FIX IE 11*/
.blogContainer > div {
    width: 100%;
}
.blogContainer > div:first-child {
    max-height:200px;
}

/* Subscribe */
#divSubscribeMain .login_wrap {
    /* width: 400px; */
    margin-bottom:0px;
}

#divSubscribeMain #Login {
    width: 100%;
}

#divSubscribeMain .Mid {
    height: auto;
}
#divSubscribeMain .Mid {
    /* padding: 11px 80px 24px; */
}
#SubscribeForm .pure-control-group label, #SubscribeForm .pure-control-group input.text-box{
    display:block;
    width:100%;
    text-align:left;
}
#SubscribeForm .pure-control-group > label, .inputWrapper > label {
    color: white;
    line-height: 28px;
    font-size: 0.923em;
}
#SubscribeForm .pure-control-group input.text-box {
    padding-top: 10px;
    padding-bottom: 10px;
}
input.check-box {
    margin-left: 4px;
    margin-right: 10px;
}
#ConditionsAcceptedText{
    text-decoration:underline;
}
#ConditionsAcceptedContainer{
    line-height:28px;
    text-align:center;
}
.login_wrap.Subscribe .Mid > a {
    line-height: 28px;
    text-transform: uppercase;
    float:right;
}
.k-tooltip-validation .k-icon {
    color: white;
    margin-top: 0.1em;
}
.login_wrap.ActivateAccount .Mid, .login_wrap.DoSubscribe .Mid {
    padding: 0 10px !important;
    display: flex;
    align-items: center;
    color: white;
    font-size: 1.154em;
    text-align: center;
    flex-wrap:wrap;
}
.login_wrap.ActivateAccount .Mid > *, .login_wrap.DoSubscribe .Mid > * {
    width:100%;
}
.login_wrap.ActivateAccount .Mid h2, .login_wrap.DoSubscribe .Mid h2 {
    font-size:1.733em;
}
.login_wrap.ActivateAccount .Mid > div > *:first-child, .login_wrap.DoSubscribe .Mid > div > *:first-child {
    margin-top:0px;
}
.pure-form-aligned .pure-control-group label{
    margin-right:0px;
}
label[for="AgreeCommunications"]{
    display:inline !important;
}

.pure-form span.k-dropdownlist {
    width: 100% !important;
    height: 46px;
    line-height: 46px;
}

.pure-form select.tri-state {
    height: 46px;
}

.pure-form textarea {
    width: 100%;
}

.k-invalid-msg.field-validation-error {
    background-color: #df4b4b;
    border-color: transparent;
    box-shadow: none;
    background-image: none;
    line-height: 30px;
    box-sizing: border-box;
    width: 100%;
    font-size: 0.938em;
    display: inline-block;
    color: white;
    padding: 3px 8px;
    border-radius: 4px;
    text-align: center;
}
.k-invalid-msg.field-validation-error:before {
    content: "\e403";
    font: 16px/1 WebComponentsIcons;
    margin-right: 4px;
    vertical-align: middle;
}

.ContinueWith {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #757575 !important;
    text-align: center;
    height: 40px;
    border-radius: 3px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 10px;
    box-sizing: border-box;
    background-size: contain;
    padding: 10px 10px 10px 40px;
    background-origin: border-box;
    background-repeat: no-repeat;
    background-position: 10px center;
    border: 1px solid #E4E4E7;
    background-size: 24px;
    font-family: 'Google Sans',arial,sans-serif;
    font-size: 14px;
    letter-spacing: 0.25px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
}

.customProviderListWrapper{
    width:355px;
    max-width:100%;
}

.ContinueWith:hover {
    box-shadow: 0 0 2px white;
}
.ContinueWith.LinkedIn {
    background-color: #0077B5;
    color:white !important;
    background-image:url("Images/LinkedIn.svg");
    /* background-size:auto; */
    border:none;
}
.ContinueWith.Microsoft {
    background-image: url("Images/MicrosoftIcon.svg");
}
.ContinueWith.Custom {
    background-image: url("Images/key.svg");
}
    .ContinueWith.Facebook {
        background-image: url("Images/FacebookIcon.svg");
        border: 1px solid #1877f2;
        color: white !important;
        background-color: #1877f2;
    }

    .ContinueWith.Google {
        background-image: url("Images/GoogleIcon.svg");
    }
    .ContinueWith.Apple {
        background-image: url("Images/AppleIcon.svg");
    }

.loginBloc {
    max-width: 355px;
    margin: auto;
    letter-spacing: normal;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.loginBloc, .Top {
    color: white;
}

.loginBloc a:last-of-type {
    margin-bottom: 0px;
}

#SSOButtons {
    margin-top: 57px !important;
}

.light-grey-line {
    border-top: 1px solid rgb(96, 94, 92);
    width: 50%;
    margin: 0px auto;
    margin-bottom: 20px;
}

.whiteBtn, .blackBtn:hover {
    color: black !important;
    background-color: white;
}
.blackBtn, .whiteBtn:hover {
    color: white;
    /*background-color: black;*/
    border: 1px solid rgb(96, 94, 92);
}

.bigButton {
    font-weight: 700;
    font-size: 1.2rem;
}

.aBtn {
    padding: 10px 20px;
    border-radius: 7px;
}

.mainText {
    font-family: Montserrat, SemiBold;
    font-size: 25px;
    font-weight: bold;
    /* max-width: 650px; */
    margin-left: auto;
    margin-right: auto;
    width:600px
}

#emailConfirmed, #SubscribeError, #DoSubcribe {
    /* background-color: #2B2B2B; */
    border-radius: 50px;
    width: 800px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.LinkTo {
    border-radius: 10px;
    width: 85px;
    height: 85px;
    background-size: 35px;
    background-position: center center;
    padding: 0px 10px;
    line-height: 65px;
}

/* MENU
----------------------------------------------------------*/
.menu {
    position: relative;
    border-radius: 8px 8px 0px 0px;
    text-align: left;
    background-image: none;
}

    .menu .t-item {
        border-width: 0 1px 0 0;
    }

    .menu .t-link {
        padding: 5px 20px;
        font-weight: bold;
        text-decoration: none;
        line-height: 1.8em;
    }

.LayoutWebMenu {
	height: 100%;
	padding-left: 5%;
	flex-grow: 2;
	flex-shrink: 0;
}

.LayoutWebMenu .k-menu {
	background-color: #262323;
	border: none;
	height: 100%;
}

.LayoutWebMenu .k-menu li {
	height: 100%;
	border: none;
}

.LayoutWebMenu .menu > li > a.k-link {
	max-width: 150px;
}

.LayoutWebMenu .menu > li {
	border: none;
    border-radius: 25px;
}

.LayoutWebMenu .k-menu .k-menu-link.k-active {
	background-color: #444343;
	color: white;
}

.LayoutWebMenu .k-menu .k-menu-group {
	background-color: white;
}

.LayoutWebMenu .k-menu .k-item .k-menu-link {
    background-color: transparent;
}

.LayoutWebMenu .k-menu .k-menu-popup .k-menu-link {
	color: #444343 !important;
	font-size: 0.933em;
	font-weight: 600;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: transparent;
}

.LayoutWebMenu .k-menu .k-item .k-hover {
	background-color: #d5d5d5 !important;
}

.LayoutWebMenu .k-menu .k-last {
	border: none;
	border-style: none;
}

.LayoutWebMenu .k-menu .k-highlight {
	background-color: #262323;
}

.LayoutWebMenu .menu > li.k-item.k-hover {
	background-image: none;
	background-color: #444343 !important;
}

.LayoutWebMenu .menu > li.k-item {
	background-color: #262323;
	color: white !important;
	font-weight: bold;
}

.LayoutWebMenu .k-link {
	color: white !important;
	text-transform: uppercase;
	/*padding-left:30px;*/
}

.LayoutWebMenu .k-i-arrow-s {
	margin-left: 10px;
	background-image: url("Images/menu_arrow.png") !important;
	background-position: center center !important;
	background-repeat: no-repeat;
}

.LayoutWebMenu .k-i-arrow-s::before {
	content: "";
}

.k-menu-popup {
	box-shadow:none;
}
.k-menu-popup > .k-menu-group{
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.3)
}


.k-menu-link {
    padding: .5em 1.1em .4em;
}

.k-menu-group {
    min-width: 120px;
    border-radius: 3px;
}