/**
 * Layout
 */
@font-face {
    /*/* font-family: 'Helvetica Neue'; */
    */
    /*src: url(/V2/fonts/HelveticaNeueLTStd_Lt.otf);*/
    /*/* font-weight: normal; */
    */
    /*/* font-style: normal; */
    */
}

* {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    /* font-family: Helvetica, Arial; */
    /* font-size: 12px; */
    /* font-weight: 100; */
    color: #85869B;
}

#disclaimer-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(67, 67, 67, 0.93);
    display: none;
    z-index: 10;
}

#disclaimer-container .disc-title {
    height: 60px;
    overflow: hidden;
}

#disclaimer-container .disc-title h1 {
    float: left;
    padding: 3px 0 3px 20px;
    /* font-size: 22px !important; */
    color: #fff;
}

#disclaimer-container .disc-title .close {
    float: right;
    margin-right: 20px;
    padding: 14px 0;
    width: 32px;
    height: 32px;
    background: url(/V2/img/ic_close_white_48dp_1x.png) no-repeat center center;
    background-size: 100%;
    display: inline-block;
}

#disclaimer-container .disclaimer {
    padding: 30px;
    height: calc(100% - 121px);
    color: #fff;
    line-height: 18px;
    border-top: solid 1px #b9b9b9;
    overflow-y: auto;
}

#disclaimer-container.black {
    color: #fff;
}

#disclaimer-container.white {
    color: #333;
}

#disclaimer-container a {
    color: #0079be;
    cursor: pointer;
}

#disclaimer-container a span {
    text-decoration: underline;
}

#aside-wrapper {
    width: 100%;
    height: inherit;
    overflow-y: auto;
}

#aside-wrapper::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

/**
 * Flag Dropdown
 */
#selected-country {
    padding-right: 15px;
    height: 16px;
    line-height: 16px;
    text-align: right;
    background: url(/V2/img/arrow-bottom-2.png) no-repeat right center;
    display: block;
    cursor: pointer;
}

#country-list {
    position: absolute;
    bottom: 25px;
    right: 0px;
    margin: 0;
    padding: 0;
    width: 160px;
    max-height: 0;
    border: solid 1px #d8d8d8;
    background-color: #fff;
    -moz-box-shadow: 1px 1px 4px 0px #d8d8d8;
    -webkit-box-shadow: 1px 1px 4px 0px #d8d8d8;
    -o-box-shadow: 1px 1px 4px 0px #d8d8d8;
    box-shadow: 1px 1px 4px 0px #d8d8d8;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#d8d8d8, Direction=134, Strength=4);
    list-style: none;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: 2;
}

#country-list.opened {
    max-height: 300px;
    border-width: 1px;
    opacity: 1;
    visibility: visible;
}

#country-list li {
    padding: 8px 42px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 10px center;
    cursor: pointer;
}

#country-list li:active {
    background-color: #f6f6f6;
}


/**
 * Logo
 */
#logo-container {
    margin: auto;
    width: 100%;
    text-align: center;
    background-color: #f6f6f6;
}

#logo-container a {
    margin: 20px 0;
    display: inline-block;
}

#logo-container img {
    max-width: 270px;
    border: 0;
}


/**
 * Address
 */
#address-container {
    line-height: 16px;
}

/**
 * HCP/Presenter forms
 */
#tabs-container {
    width: 100%;
    border-bottom: solid 1px #efefef;
    background: #f6f6f6;
}

.tabs {
    margin: auto;
    display: table;
}

.tabs .tab {
    text-align: center;
    display: table-cell;
}

.tabs .tab:first-child {
    text-align: left;
}

.tabs .tab:first-child span {
    margin-right: 10px;
}

.tabs .tab:last-child {
    text-align: right;
}

.tabs .tab:last-child span {
    margin-left: 10px;
}

.tabs .tab span {
    padding: 0 0 15px 0;
    /* font-size: 13px; */
    /* font-weight: bold; */
    color: #bbb;
    text-transform: uppercase;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: transparent;
    display: inline-block;
}

.tabs .tab.selected span {
    color: #333;
    border-bottom-color: #297dfd;
}

.title-wrapper {
    margin: 4px 10px;
    overflow: hidden;
    cursor: pointer;
}

.title-wrapper .arrow,
.title-wrapper .title {
    float: left;
    height: 39px;
    display: inline-block;
}

.title-wrapper .arrow {
    width: 39px;
    background: #297dfd url(/V2/img/arrow-right.png) no-repeat center left;
    transform: rotate(0deg);
    transition: all 0.5s;
}

.title-wrapper .title {
    margin-left: 8px;
    line-height: 39px;
    /* font-size: 20px; */
}

.form-wrapper#presenter-container {
    border-top: 0;
}

.form-wrapper {
    overflow: hidden;
}

.form-wrapper form {
    margin: 20px 20px;
    overflow: hidden;
    display: none;
}

.form-wrapper form .form-error {
    padding: 8px 10px;
    /* font-size: 11px; */
    background-color: #297dfd;
    display: none;
}

.form-wrapper form .form-error,
.form-wrapper form .form-error * {
    /* font-size: 11px; */
    color: #fff;
    /* font-weight: normal; */
    /* font-style: normal; */
}

.form-wrapper.opened form {
    display: block;
}

.form-wrapper .field-wrapper {
    margin: 10px 0;
}

.form-wrapper .field-wrapper .subtitle {
    /* font-weight: bold; */
    display: block;
}

.form-wrapper .field-wrapper .bloc-mode {
    margin: 0;
    padding: 2px 0;
}

.form-wrapper .field-wrapper.submit {
    margin-top: 20px;
    text-align: right;
    overflow: hidden;
}

.field-wrapper input[type="radio"] {
    vertical-align: -2px;
    -webkit-appearance: none;
}

.field-wrapper label {
    cursor: pointer;
}

.field-wrapper input[type="text"],
.field-wrapper input[type="password"] {
    width: 100%;
    /* font-size: 14px; */
}

.field-wrapper input[type="submit"] {
    float: right;
}

.field-wrapper select.participant {
    width: 100%;
    text-indent: 8px;
    display: inline-block;
    padding: 8px 10px;
    color: #333;
    border: solid 1px #d8d8d8;
    /* font-size: 12px; */
    background-color: #FFF !important;
}

.field-wrapper select.participant option {
    width: 100%;
    text-indent: 8px;
    display: inline-block;
    padding: 8px 10px;
    color: #333;
    border: solid 1px #d8d8d8;
    /* font-size: 12px; */
    background-color: #FFF !important;
}


.field-wrapper .submit-mi {
    float: right;
    padding: 10px 20px;
    width: 100%;
    color: #666;
    /* font-size: 14px; */
    /*/* font-weight: bold; */
    */ border: solid 1px #d8d8d8;
    background-color: #f3f3f3;
    cursor: pointer;
}

form.error input[type="text"],
form.error input[type="password"] {
    border-color: #297dfd;
}

#clefsession {
    margin-top: 4px;
    display: none;
}

#lost-password {
    margin-top: 10px;
    text-align: right;
    color: #297dfd;
    text-decoration: none;
    display: inline-block;
}

#bottom-container {
    position: relative;
    margin: 0 20px 20px 20px;
    width: calc(100% - 40px);
    display: table;
}

#bottom-container .left,
#bottom-container .right {
    position: relative;
    vertical-align: bottom;
    display: table-cell;
}

#bottom-container .left {
    width: 40%;
}

#bottom-container .right {
    width: 60%;
}

#bottom-container #showDisclaimer {
    margin-top: 20px;
    height: 20px;
    line-height: 20px;
    color: #297dfd;
    text-decoration: none;
    display: inline-block;
}


/**
 * Global Form
 */
input[type="text"],
input[type="password"] {
    padding: 10px 10px;
    color: #333;
    border: solid 1px #d8d8d8;
    -webkit-appearance: none;
}

input[type="submit"] {
    /*padding: 10px 10px;*/
    /*width: 100%;*/
    /*color: #666;*/
    /* font-size: 14px; */
    /* font-weight: bold; */
    /*color: #fff;*/
    /*border: 0;*/
    /*background-color: #297dfd;*/
    /*cursor: pointer;*/
    /*-webkit-appearance: none;*/
}

.placeholder {
    color: #aaa;
}

/**
 * Modale Password Recovery
 */
.trans_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(67, 67, 67, 0.93);
    cursor: pointer;
    display: none;
    z-index: 100;
}

.pwdForm {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -124px 0 0 -50%;
    margin: -124px 0 0 calc(-50% + 20px);
    width: 100%;
    width: calc(100% - 40px);
    height: 248px;
    color: #333;
    background: #fff;
    display: none;
    z-index: 150;
}

.pwdForm#init_pwd {
    margin-top: -258.5px;
    height: 517px;
}

.pwdForm .title {
    padding: 8px 10px;
    /* font-weight: bold; */
    color: #fff;
    background-color: #297dfd;
}

.pwdForm .content {
    height: 170px;
    overflow: hidden;
}

.pwdForm#init_pwd .content {
    height: 439px;
}

.pwdForm .content p {
    margin: 10px;
    padding: 0;
}

.pwdForm .largeInput {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.pwdForm .captchaInput {
    vertical-align: middle;
    display: inline-block;
}

.pwdForm .captcha {
    margin-left: 4px;
    height: 31px;
    width: 96px;
    vertical-align: middle;
    border: solid 1px #ccc;
    display: inline-block;
}

.pwdForm .captchaRefresh {
    margin-left: 4px;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    border: none;
    background: url(/V2/img/refresh.png) no-repeat 50% 50%;
    display: inline-block;
    cursor: pointer;
}

.pwdForm .notif {
    margin: 10px;
    padding: 8px 10px;
    /* font-size: 11px; */
    color: #fff;
    display: none;
}

.pwdForm .notif.ok {
    background-color: #2C9735;
}

.pwdForm .notif.error {
    background-color: #DB2E2E;
}

.pwdForm .buttons {
    padding: 8px 10px;
    text-align: right;
}

.pwdForm .buttons input[type=button] {
    padding: 8px 10px;
    -webkit-appearance: none;
}

.pwdForm .cancel {
    margin-right: 5px;
    padding: 8px 10px;
    color: #777;
    /* font-weight: bold; */
    border: 0;
    background-color: #ddd;
    cursor: pointer;
}

.pwdForm .send {
    padding: 8px 10px;
    color: #fff;
    /* font-weight: bold; */
    border: 0;
    background-color: #297dfd;
    cursor: pointer;
}

/* Landscape mode */
@media screen and (min-aspect-ratio: 13/9) {
    .form-wrapper form {
        margin-left: 120px;
        margin-right: 120px;
    }

    #pwd_lost {
        margin: -100px 0 0 -50%;
        margin: -100px 0 0 calc(-50% + 60px);
        width: calc(100% - 120px);
    }
}

/* iPhone <= 5 */
@media screen and (device-aspect-ratio: 2/3),
screen and (device-aspect-ratio: 40/71) {
    * {
        /* font-size: 11px !important; */
    }
}


#gdpr {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 200;
    position: absolute;
}

#gdpr_content {
    width: 80%;
    height: 290px;
    padding: 30px;
    margin: auto;
    background-color: white;
    z-index: 300;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#gdpr_content_text {
    height: 160px;
    overflow-y: auto;
    margin-bottom: 30px;
    /* font-size: small; */
    color: #85869B;
    text-align: justify;
    word-wrap: break-word;
}

#gdpr_agree {
    /*text-align: center;*/
}