
@font-face {
    font-family: 'Klavika';
    src: local('Klavika'),
    url('../fonts/klavika-regular.eot'),
    url("../fonts/klavika-regular.otf")  format("opentype");
}


/* zocial */
[class*="entypo-"]:before {
    font-family: 'entypo', sans-serif;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}

html
{
    margin:0;
    padding:0;
}

body {
    margin: 0;
    padding: 0;
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
    font-family: 'Klavika', sans-serif;
    overflow-y: auto;
}

#logo-brand
{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100vw;
    padding: 0 20px;
    max-width: 420px;
    min-width: 300px;
}

#submit.tam-login-theme {
    background-color: #005daa;
}

#forgot-password-form,
#forgot-password-form > form
{
    position: relative;
    display: inline-block;
    width: 100%;
}

#forgot-password-form #forgot-password-inputs
{
    width: calc(100% - 60px);
    float: left;
    margin-right: 10px;
}

#forgot-password-form #forgot-password-inputs > div {
    margin: 10px 5px;
    position: relative;
}

input {
    padding: 16px;
    border-radius:7px;
    border:0px;
    background: white;
    display: block;
    width: 100%;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
    color: #00b170;
    font-size:18px;
    height: 54px;
}

input:focus {
    outline-color: rgba(0,0,0,0);
    background: white;
    color: #00b170;
}

.input-forgot-password.tam-login-theme {
    color: #005daa;
}

.input-forgot-password.tam-login-theme:focus {
    color: #005daa;
}

#forgot-password-form > form > button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    /*height: 60px;*/
    width: 50px;
    border: 0px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
    background: #00b170;
    border-radius:7px;
    padding: 10px;
    color:white;
    font-size:22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

button:hover {
    background: #00b170;
}

.input-forgot-password-icon {
    position:absolute;
    top: 15px;
    right: 15px;
    color:#00b170;
}

.input-forgot-password-icon.tam-login-theme {
    position:absolute;
    top: 15px;
    right: 15px;
    color:#005daa;
}

input::-webkit-input-placeholder {
    color: #9b9b9b;
    font-family: Klavika, sans-serif;
}

.input-forgot-password.vop-login-theme:focus::-webkit-input-placeholder {
    color: #203F53;
}
.input-forgot-password.bams-login-theme:focus::-webkit-input-placeholder {
    color: #1a1d56;
}
.input-forgot-password.cemex-login-theme:focus::-webkit-input-placeholder {
    color: #293064;
}
.input-forgot-password.protecto-login-theme:focus::-webkit-input-placeholder {
    color: #0EA2E2;
}
.input-forgot-password.tam-login-theme:focus::-webkit-input-placeholder {
    color: #005daa;
}
.input-forgot-password.bsm-login-theme:focus::-webkit-input-placeholder {
    color: #C40079;
}
.input-forgot-password.delta-automation-login-theme:focus::-webkit-input-placeholder {
    color: #00AEEB;
}
.input-forgot-password.ottopark-login-theme:focus::-webkit-input-placeholder {
    color: #2C5EA4;
}
input:focus::-webkit-input-placeholder {
    color: #00b170;
    font-family: Klavika, sans-serif;
}

input::-moz-placeholder {
    color: #9b9b9b;
    font-family: Klavika, sans-serif;
}

.input-forgot-password.vop-login-theme:focus::-moz-placeholder {
    color: #203F53;
}
.input-forgot-password.bams-login-theme:focus::-moz-placeholder {
    color: #1a1d56;
}
.input-forgot-password.cemex-login-theme:focus::-moz-placeholder {
    color: #293064;
}
.input-forgot-password.protecto-login-theme:focus::-moz-placeholder {
    color: #0EA2E2;
}
.input-forgot-password.tam-login-theme:focus::-moz-placeholder {
    color: #005daa;
}
.input-forgot-password.delta-automation-login-theme:focus::-moz-placeholder {
    color: #00AEEB;
}
.input-forgot-password.bsm-login-theme:focus::-moz-placeholder {
    color: #C40079;
}
.input-forgot-password.ottopark-login-theme:focus::-moz-placeholder {
    color: #2C5EA4;
}
input:focus::-moz-placeholder {
    color: #00b170;
    font-family: Klavika, sans-serif;
}

#connexion {
    font-family: Klavika, sans-serif;
    text-decoration: none;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
    color: white;
    font-weight: bold;
}

#languages {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 100px;
    width: 100px;
    margin: 0;
    padding: 0;
}
#languages a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: 12px 15px 8px 15px;
}

#languages a img {
    vertical-align: middle;
}

#languages a p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

#div-version {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: auto;
    width: auto;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: 12px 15px 8px 15px;
}

.flags-password-forgot {
    float: right;
    margin: 10px 0 0 0;
}

.flag {
    cursor: pointer;
    margin-right: 10px;
}

@media screen and (max-height: 450px) {
    #div-version {
        position: static;
        float: right;
    }
}

#iconWayzz {
    background-image: url(../imgs/wayzz/logo_transparent.png);
    background-size: 230px 230px;
    background-repeat: no-repeat;
    background-position: center;
}

#iconBSM {
    background-image: url(../imgs/BSM/logo_transparent.png);
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    background-size: 375px auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
}

#iconDeltaAutomation {
    background-image: url(../imgs/delta_automation/logo_transparent.png);
    /*background-color: rgba(255, 255, 255, 0.85);*/
    /*border-radius: 20px;*/
    /*background-size: 375px auto;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    /*box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);*/
    /*margin-bottom: 30px;*/
    background-size: 375px auto;
    background-repeat: no-repeat;
    background-position: center;
}

#iconTechnobam {
    background-image: url(../imgs/technobam/logo.png);
    background-size: 260px 173px;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);

}

#iconBronzo {
    background-image: url(../imgs/bronzo/logo.png);
    background-size: 230px 230px;
    background-position: center;
    background-repeat: no-repeat;
}

#iconCeclo {
    background-image: url(../imgs/ceclo/logo.png);
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 20px;
    background-size: 350px 101px;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

#iconModulauto {
    background-image: url(../imgs/modulauto/logo.png);
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 20px;
    background-size: 380px auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

#iconTam {
    background-image: url(../imgs/tam/logo.png);
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    background-size: 325px auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

#iconCleanData {
    background-image: url(../imgs/cleandata/logo.png);
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 20px;
    background-size: 300px auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

#iconOttopark {
    background-image: url(../imgs/ottopark/logo.png);
    /*background-color: rgba(0, 0, 0, 0.75);*/
    border-radius: 20px;
    background-size: 380px auto;
    background-position: center;
    background-repeat: no-repeat;
    /*box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);*/
}


#iconFillnDrive {
    background-image: url(../imgs/fillndrive/logo.png);
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 20px;
    background-size: 380px auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

#submit-mail > span > i {
    color: white;
}

.avgrund-popup {
    position: absolute;
    width: 380px;
    min-height: 140px;
    left: 50%;
    margin: -130px 0 0 -190px;
    visibility: hidden;
    opacity: 0;
    padding: 20px;
    box-sizing: border-box;
    background: white;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
}

#iconGreenhouseKeeper {
    background-image: url(../imgs/ghk/logo.png);
    /*background-color: rgba(0, 0, 0, 0.75);*/
    border-radius: 20px;
    background-size: 380px auto;
    background-position: center;
    background-repeat: no-repeat;
    /*box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);*/
}

#iconBams {
    background-image: url(../imgs/bams/logo.png);
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    background-size: 375px auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
}

#iconCemex {
    background-image: url(../imgs/cemex/logo.png);
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    background-size: 375px auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
}

#iconVop {
    background-image: url(../imgs/vop/logo.png);
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    background-size: 375px auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
}

#iconProtecto {
    background-image: url(../imgs/protecto/logo.png);
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    background-size: 350px auto;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
    height: 140px !important;
}

@media screen and (max-width: 940px) {
    body {
        height: 100%!important;
    }

    body.password-forgot-body {
        height: 100%;
    }
}

#connect {
    font-family: Klavika, sans-serif;
    text-decoration: none;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
    color: white;
    font-weight: bold;
}



#login-header
{
    display: flex;
    flex: 1;
    max-height: 280px;
}

#login-header > div {
    width: 100%;
    height: 100%;
    padding-top: 38px;
    padding-right: 76px;
    box-sizing: border-box;
    text-align: end;
}

#login-header #img-header
{
    background-size: contain;
    background-image: url(../../res/imgs/edycem/edycem.png);
    background-repeat: no-repeat;
    background-position: right;
    width : 100%;
    height: 100%;
}

.edycem-login-theme {
    display: flex;
    flex-direction: column;
}

.edycem-login-theme #logo-brand {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    transform: none;
    display: flex;
    flex: 1;
    align-items: center;
}

#iconEdycem {
    display: none;
}

@media screen and (max-height: 700px) {
    #iconEdycem {
        display: none;
    }

    .edycem-login-theme #login-form {
        /*margin-top: 50px;*/
    }
}

@media screen and (max-height: 700px) and (min-width: 600px){
    #iconEdycem {
        display: none;
    }
}

@media screen and (max-width: 850px){
    #login-header > div {
        padding: 0;
    }

    #login-header #img-header {
        /*background-size: cover;*/
    }
}

