/** @FileTooLarge(757)*/
/*! Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

audio,
canvas,
video {
    display: inline;
    zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 1em;
    -webkit-text-size-adjust: 1em;
    -ms-text-size-adjust: 1em;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

body {
    line-height: 1;
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

h2 {
    font-size: 1.5em;
    margin: .83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: .83em;
    margin: 1.67em 0;
}

h6 {
    font-size: .75em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

small {
    font-size: 75%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

dd {
    margin: 0 0 0 40px;
}

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    white-space: normal;
    margin-left: -7px;
    padding: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    vertical-align: middle;
    margin: 0;
}

.labelText {
    font-size: 14px;
}

select {
    width: 100%;
    height: 50px;
    border: none;
    cursor: pointer;
    font-size: 15px !important;
    padding: 0 0 0 1em;
}

button,
input {
    line-height: normal;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
    overflow: visible;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    height: 13px;
    width: 13px;
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

#main-col table {
    margin-top: 1em;
}

ol,
ul {
    list-style: disc;
    list-style-position: inside;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

p,
pre,
dl,
menu,
ol,
ul {
    margin: 1em 0;
}

q,
blockquote,
q {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

figure,
form {
    margin: 0;
}

/* End reset */

/* General */
html {
    background: #f7f7f7;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #5198f8;
}

a:hover {
    color: #2261B5;
}

body {
    font-family: 'Ubuntu', Arial, sans-serif;
    color: #909090;
    background-color: #f7f7f7;
}

button, input {
    width: 252px;
    height: 50px;
    border: 0;
}

select,
input,
textarea {
    border: 1px solid #e7e6e6;
    width: 100%;
    padding-left: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFFFFF;
}

input[type="file"]{
    height: auto;
    padding: 14px;
}

input[type="file"]::-ms-value {
    border-width: 0;
    background-color: transparent;
}

input[type="file"]::-ms-browse {
    border-width: 0;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 2px;
}

textarea {
    min-height: 100px;
    padding-top: 10px;
}

h1 {
    color: #5198f8;
    font-size: 40px;
}

h2 {
    color: #2261B5;
    font-size: 22px;
    margin-bottom: 10px;
}

.cb {
    padding-bottom: 5px;
}

.CheckBoxListFormField label input {
    margin-right: 5px;
}

.greyButtonBar {
    padding-top: 11px;
}
.greyButtonBar button {
    width: 100%;
    background-color: #5198f8;
    color: #fff;
    font-size: 22px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.greyButtonBar button:hover {
    background-color: #2261B5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.errorMessage {
    color: #BB0000;
}

#header,
.mainContent {
    padding: 35px 35px;
    background: #fff;
    max-width: 600px;
    margin: 0 auto;
    font-size: 15px;
}

.largeContent {
    max-width: 960px;
}

#header {
    background: none;
    text-align: center;
    padding: 0px 35px 20px;
}

#header .description {
    padding: 10px 0px;
    font-size: 18px;
    text-align: left;
}

#header .description img{
    max-width:100%;
    height:auto;
}

#header .pageWarningMessage {
max-width: 100%;
font-size: 100%;
}

.headerImage {
max-width:600px;
width:100%;
}

.videoWrapper {
position: relative;
padding-bottom: 75%; /* 4:3 */
padding-top: 25px;
height: 0;
}

.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.videoWrapper {
position: relative;
padding-bottom: 75%; /* 4:3 */
padding-top: 25px;
height: 0;
}

.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.fieldSpec {
    margin-bottom: 14px;
}

.labelText {
    margin-bottom: 10px;
}

.Separator {
    color: #5198f8;
    margin-bottom: 15px;
    font-size: 18px;
}

#wrapper {
    padding: 35px;
}

/* Session finished */
.ui-dialog {
    width: 100% !important;
    max-width: 500px;
    border: 0px;
    border-radius: 0;
    padding: 0px;
}

.ui-widget {
    font-family: 'Ubuntu', Arial, sans-serif;
}

.ui-dialog .ui-dialog-titlebar {
    padding-left: 0.4em;
}

.ui-widget-header {
    background: #fff;
    color: #5198f8;
    font-weight: 100;
    font-size: 25px;
    border-radius: 0;
    border: 0px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    font-weight: 100;
    font-size: 14px;
    text-transform: uppercase;
}

.ui-dialog .ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}

.ui-dialog .ui-dialog-buttonpane {
    padding-bottom: 0px;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.ui-dialog .ui-dialog-buttonpane button {
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 4px 10px;
    margin: 10px 0px 0px;
    background: #5198f8;
    color: #fff;
    text-transform: inherit;
    width: auto;
    float: right;
    font-size: 20px;
    font-family: 'Ubuntu', Arial, sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: auto;
    min-height: 50px;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
    background: #2261B5;
}

.ui-dialog .ui-dialog-content {
    font-size: 15px;
    line-height: 20px;
    color: #909090;
}

/* Widgets */

.ui-widget {
    font-size: 14px;
    margin-top: 8px;
}

.select2-container .select2-choice {
    border-radius: 0px;
    background-image: none;
    height: 50px;
    line-height: 50px;
    border: 1px solid #aaa;
}

.select2-container .select2-choice .select2-arrow {
    line-height: 50px;
    height: 50px;
    background: none;
    border: none;
}

.select2-container .select2-choice .select2-arrow b {
    background-position: 0px 13px;
}

.select2-search input {
    background-color: #fff;
}

.select2-drop-active {
    border-radius: 0px;
    border: 1px solid #aaa;
    border-top: 0px;
    background-color: #f4f4f4;
}

.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
    font-size: 14px;
    color: #565656;
    padding: 5px 0px 5px 5px;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 17px;
    line-height: 26px;
    height: 26px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 26px;
    line-height: 26px;
}

.ui-datepicker .ui-datepicker-header {
    height: 26px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    height: 100%;
}

.labelText,
.Separator,
.formlabelText,
h3 {
    display: block;
    color: #6C7680;
    margin: 0;
    line-height: 1.454em;
    margin-bottom: 14px;
}

div[class*="FormHeader"] h3 {
    font-weight: normal;
    font-size: 1.5em;
    color: #666666;
    margin: 0.5em 0 0.25em 0;
    text-transform: none;
}

.formfieldSpec {
    margin-bottom: 14px;
}

@media screen and (max-width: 620px) {

    #wrapper {
        padding: 35px 0px 35px;
    }

    .mainContent {
        padding: 0px 25px;
    }

}

/*PHOTO PREVIEW FIELD
========================================================================== */

.photoInputPreviewWrapper {
    display: flex;
    align-items: center;
    position: relative;
    margin: 16px 0;
}

.photoInputPreviewWrapper .photoInputPreviewContainer {
    vertical-align: middle;
}

.photoInputPreviewWrapper .photoInputPreview {
   width: 46px;
   height: 46px;
   border-radius: 50%;
}

.photoInputPreviewWrapper .FileField {
    padding:6px;
}

.photoInputPreviewWrapper .fileInputCancelButton,
.photoInputPreviewWrapper .fileInputCancelButton:hover,
.photoInputPreviewWrapper .fileInputCancelButton:focus,
.photoInputPreviewWrapper .fileInputCancelButton:active,
.uploadedFile button,
.uploadedFile button:hover,
.uploadedFile button:focus,
.uploadedFile button:active  {
    background-image: url(../images/icon-remove.svg);
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center center;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    direction: ltr;
    overflow: hidden;
    display: block;
    border: none;
    cursor: pointer;
}

.photoInputPreviewWrapper .fileInputCancelButton,
.photoInputPreviewWrapper .fileInputCancelButton:hover,
.photoInputPreviewWrapper .fileInputCancelButton:focus,
.photoInputPreviewWrapper .fileInputCancelButton:active {
    margin: 0 15px 0 5px;
}

.uploadedFile button,
.uploadedFile button:hover,
.uploadedFile button:focus,
.uploadedFile button:active  {
    display: inline-block;
    margin-left: 16px;
}

.photoInputPreviewContainer{
    height: 46px;
    width: 46px;
    margin-right: 16px;
    flex-shrink: 0;
}

.photoPreviewUnselected {
    background-image: url(../images/icon-defaultProfilePhoto.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #ffffff;
    background-position: center center;
}

/*Modifier .form__item--photo-preview-upload-with-dropbox-and-drive */

div[class*="fieldSpec"].FileField.form__item--photo-preview-upload-with-dropbox-and-drive  div[id*="fileInput_"] {
    position: relative;
}

.form__item--photo-preview-upload-with-dropbox-and-drive .photoInputPreviewWrapper {
    width: calc(100% - 90px);
}


div[class*="fieldSpec"].FileField.form__item--photo-preview-upload-with-dropbox-and-drive div[id*="fileInput_"] a {
    width: 40px;
    height: 40px; /* This is the file input height */
    padding: 0;
}

/* Behaviour
   -------------------------------------------------------------------------- */


div[class*="fieldSpec"].FileField.form__item--photo-preview-upload-with-dropbox-and-drive div[id*="fileInput_"] a {
    display: block;
    position: absolute;
}

div[class*="fieldSpec"].FileField.form__item--photo-preview-upload-with-dropbox-and-drive div[id*="fileInput_"] a {
    right: 0;
    box-sizing: border-box !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 60%;
    overflow: hidden;
    top:3px;
}

div[class*="fieldSpec"].FileField.form__item--photo-preview-upload-with-dropbox-and-drive.hasErrors div[id*="fileInput_"] a {
    top:3px;
}


div[class*="fieldSpec"].FileField.form__item--photo-preview-upload-with-dropbox-and-drive div[id*="fileInput_"] a + a {
    right: 45px; /* This is the width of the first button width (40px) and margin (5px) */
}

div[class*="fieldSpec"].FileField.form__item--photo-preview-upload-with-dropbox-and-drive div[id*="fileInput_"] span[id*="Info_"] {
    display: inline-block;
    word-break: break-all;
}

/* Appearance
   -------------------------------------------------------------------------- */
div[class*="fieldSpec"].FileField.form__item--photo-preview-upload-with-dropbox-and-drive div[id*="fileInput_"] a {
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #dadada; /* Theme color defined in #16, with an override for each Library use as IE fallback */
    background-color: #FFFFFF;
    filter: none !important;
    text-indent: -9999px;
    cursor: pointer;
}

div[class*="fieldSpec"].FileField.form__item--photo-preview-upload-with-dropbox-and-drive span[id*="dropboxInfo_"],
div[class*="fieldSpec"].FileField.form__item--photo-preview-upload-with-dropbox-and-drive div[id*="fileInput_"] a.dropbox-dropin-btn {
    background-image: url(../images/icon--dropbox.svg);
}

div[class*="fieldSpec"].FileField.form__item--photo-preview-upload-with-dropbox-and-drive .drivePickerUploadFile,
div[class*="fieldSpec"].FileField.form__item--photo-preview-upload-with-dropbox-and-drive div[id*="fileInput_"] a.drivePickerButton {
    background-image: url(../images/icon--google-drive.svg);
}

div[class*="fieldSpec"].FileField.form__item--photo-preview-upload-with-dropbox-and-drive div[id*="fileInput_"] span[id*="Info_"] {
    font-size: 12px;
    line-height: 150%;
}

div[class*="fieldSpec"].FileField.form__item--photo-preview-upload-with-dropbox-and-drive span[id*="dropboxInfo_"],
div[class*="fieldSpec"].FileField.form__item--photo-preview-upload-with-dropbox-and-drive .drivePickerUploadFile {
    box-sizing: border-box !important;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
    overflow: hidden;
    padding-left: 25px;
    vertical-align: middle;
}

div[class*="fieldSpec"].FileField.form__item--photo-preview-upload-with-dropbox-and-drive button[id*="dropboxRemove_"],
div[class*="fieldSpec"].FileField.form__item--photo-preview-upload-with-dropbox-and-drive .drivePickerUploadFile button{
    background-color: transparent;
    background-image: url(../images/icon-remove.svg);
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center center;
    border: none;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    direction: ltr;
    overflow: hidden;
    display: inline-block;
    margin-left: 16px;
    vertical-align: middle
}

/*===LANGUAGE_SWITCHER STYLES=== */

.autoClearer:before,
.autoClearer:after {
    content: " ";
    display: table;
}

.autoClearer:after {
    clear: both;
}

.portalLanguages__wrapping {
    display: inline-block;
    position: relative;
    float: right;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    white-space: nowrap;
    text-align: right;
}

.portalLanguages__wrapping a {
    display: block;
    padding: 10px;
    -webkit-transition: color, background-color 0.3s;
    -moz-transition: color, background-color 0.3s;
    -o-transition: color, background-color 0.3s;
    transition: color, background-color 0.3s;
}

.portalLanguages__placeholder {
    position: relative;
    z-index: 3;
    display: block;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #E7E6E6;
    background-color: #FFFFFF;
    color: #909090;
}

.portalLanguages__wrapping:hover .portalLanguages__placeholder,
.portalLanguages__wrapping--open .portalLanguages__placeholder {
    border-radius: 5px 5px 0 0;
    border-bottom-color: #FFFFFF;
}

.portalLanguages__placeholder:before {
    content: "";
    float: right;
    margin: 6px 0 6px 10px;
    border-top: 4px solid #000000;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

.portalLanguages {
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    right: -9999px;
    z-index: 2;
    list-style: none;
    margin: 0;
    border-radius: 5px 0 5px 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #E7E6E6;
    width: auto;
    min-width: calc(100% + 5px);
    padding: 0;
    overflow: hidden;
}

.portalLanguages__wrapping:hover .portalLanguages,
.portalLanguages__wrapping--open .portalLanguages {
    display: block;
    right: 0;
}

.portalLanguages__link {
    background-color: #FFFFFF;
    color: #909090;
}

.portalLanguages__item:not(.portalLanguages__item--selected) .portalLanguages__link:hover {
    background-color: #5198f8;
    color: #FFFFFF;
}

.portalLanguages__item--selected .portalLanguages__link {
    color: #5198f8;
    cursor: default;
}
