/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

@import 'leadim-components.css';
@import 'leadim-report.css' ;
@import 'leadim-mobile-m.css';
@import 'leadim-mobile-s.css';
@import 'leadim-mobile-xs.css';

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../files/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../files/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../files/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../files/open-sans-v34-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../files/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../files/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}







html, body { width: 100%; height: 100%; }
* { margin: 0; padding: 0; }

body {
  display:flex;
  flex-direction: column;
  -ms-flex-direction: column;
}
/* COLORS || SPACERS */

.scrolling-wrapper {
    overflow-y: scroll;
    overflow-x:scroll;
}

.ldsurveylist {

  background-color: #232e55;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  padding-bottom: 36px;


}

:root {
  --white: #ffffff;
  --main: #33588c;
  --active: #f6a600;
  --dark: #232e55;
  --grey: #d3d5dd;
  --grey-50: #e9eaee;
  --grey-25: #f4f4f6;
  --text-icons-50: #7f8b9a;
  --text-icons: #001835;
  --warning: #e6372c;
  --warning-10: #fdebea;
  --success: #16ac3b;
  --active-20: #fdedcc;
  --fills-transparent: rgba(255, 255, 255, 0);
  --fills-main-color-10: #eaeef3;

  --spacing-xxs: 8px;
  --spacing-xs: 16px;
  --spacing-s: 24px;
  --spacing-m: 32px;
  --spacing-l: 40px;
  --spacing-xl: 48px;
  --spacing-xxl: 56px;
  --spacing-xxl-2: 64px;
  --spacing-xxl-3: 72px;
  --spacing-xxl-4: 80px;
  --spacing-xxl-5: 88px;
  --spacing-xxl-6: 96px;
}

.sp-s-b {
  margin-bottom:24px;
}

/* TYPO */

.HeadingH1-white {
  font-family: "Open Sans";
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: var(--white);
}

.HeadingH1 {
  font-family: "Open Sans";
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: var(--text-icons);
}

.HeadingH2-white-centered {
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--white);
}

.HeadingH2-white {
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--white);
}

.HeadingH2-centered-white {
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: var(--white);
}

.HeadingH2-centered {
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: var(--text-icons);
}

.HeadingH2 {
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--text-icons);
}

.HeadingH3-white {
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--white);
}

.HeadingH3 {
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: var(--text-icons);
}

.Body-UITop-Bar-Title-XL {
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #31578e;
}

.HeadingH4 {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--text-icons);
}

.HeadingAvatar-Initials {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.4;
  letter-spacing: normal;
  text-align: center;
  color: var(--white);
}

.BodyText-XL-bold-centered {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: var(--text-icons);
}

.BodyText-XL-bold {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--text-icons);
}

.Symbol-Organizer-Group-Title {
  font-family: SFProText;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000;
}

.BodyText-XL-white {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--white);
}

.BodyText-XL-grey {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--grey);
}

.BodyText-XL-Select-Options {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.8;
  letter-spacing: normal;
  color: #001637;
}

.BodyText-XL {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--text-icons);
}

.BodyText-L-bold {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: var(--text-icons);
}

.Body-UITop-Bar-Title {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: var(--main);
}

.BodyText-L-white-centered {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: var(--white);
}

.BodyText-L-white {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: var(--white);
}

.BodyText-L-right {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: right;
  color: var(--text-icons);
}

.BodyText-L-grey {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: var(--grey);
}

.BodyText-L-centered {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: var(--text-icons);
}

.BodyText-L {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: var(--text-icons);
}

.BodyText-bold-white {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--white);
}

.BodyText-bold-right {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: var(--text-icons);
}

.BodyText-bold-centered {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: var(--text-icons);
}

.BodyText-bold {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--text-icons);
}

.CTAWhite-right {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: right;
  color: var(--white);
}

.CTAWhite-centered {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  color: var(--white);
}

.CTAWhite {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  color: var(--white);
}

.CTANormal-centered {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  color: var(--text-icons);
}

.CTANormal {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  color: var(--text-icons);
}

.CTAGrey-centered {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  color: var(--text-icons-50);
}

.CTAGrey {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  color: var(--text-icons-50);
}

.BodyWarning {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--warning);
}

.BodyText {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--text-icons);
}

.BodyText-white-centered {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: var(--white);
}

.BodyText-white {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--white);
}

.BodyText-right {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: var(--text-icons);
}

.BodyText-centered {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: var(--text-icons);
}

.CTACaption {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: var(--text-icons-50);
}


input[type="button"]{
  outline:none;
}
input[type="button"]::-moz-focus-inner {
  border: 0;
}

input[type="button"]:focus{
  outline:none;
}
input[type="button"]:focus::-moz-focus-inner {
  border: 0;
}

/* GROUP CONTAINER */


.space-col {
  margin-top:0;
  margin-bottom:0;
}
.space-col.group-outer-container {
  display:flex;
  flex-direction:column;
  margin-bottom:24px;
}

ul.list-unstyled {
  margin-bottom:0;
}

[data-number='1'] {
  text-align: left;
}
/* INTRO */

body {
  padding-top: 0px!important;
  padding-bottom:0px!important;
}

.alert {

  margin-bottom: 0;
}

#dynamicReloadContainer {
  display:flex;
  flex-direction: column;
  -ms-flex-direction: column;
  min-height:100%;
}

.bg-image {
  position: relative; 
  height: 100%;
  width: 100%;
  min-width: 100%;
  min-height:100%
}
.bg-image-pm {
  position: relative; 
  height: 100%;
  width: 100%;
  min-width: 100%;
  min-height:100%;
  background-color: var(--grey-25,#f4f4f6);
}
article {
  height: 100%;
  width: 100%;
  min-width: 100%;
  min-height:100%
}

.bg-image::before {    
    content: "";
    background-image: url("../files/bg-intro.jpg");
    background-size: cover;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.7;
    z-index:-2;
}

p.text-info{
 
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: var(--text-icons,#001835) !important;

}

#outerframeContainer {
  position:relative;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: var(--grey-25,#f4f4f6);
}

#outerframe_token {
  position:relative;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
 
}

/* NAVBAR */ 


.Iconsarrow-left {
  width: 24px;
  height: 24px;
  object-fit: contain;
  background-color: var(--white);
}

.pm-list p>strong {

  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  margin-bottom: 20px;
  margin-top: 10px;
}

.pm-list ul li {
  max-width: 760px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  margin-bottom: 10px;
}

.pm-para {
  max-width: 800px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  margin-bottom: 20px;
  margin-top: 35px;
}

.justifyme {
    text-align: justify;
}

.navbar {
  min-height: 30px;
  background-color: #fff;
  border-radius: 0 !important;
  box-shadow: 0 0 0 rgba(132, 136, 138, 0.1);
}

.myFooter {
  flex-shrink: 0;
  height: 72px; /* Set the fixed height of the footer here */
  background-color: var(--dark,#232e55 );

}

.navbar-default .navbar-brand {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #33588c;
  line-height: 16px;
  font-size: 7px;
}



.btn-autosize {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
}

#main-col {
  margin-top: 0;
}



.achievement {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 30px;
  padding-left: 10px;
}

.space-col {
  margin-top: 0em;
  margin-bottom: 0em;
}


/* --------------------------------ANFANG MEDIA QUERIES------------------------------------ */
/* ---------------------------------------------------------------------------------------- */



@media screen and (min-width: 375px) and (max-width: 767px) {



  .navbar-default .navbar-brand {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #33588c;
    line-height: 20px;
    font-size: 12px;
  }

  .achievement {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
    padding-left: 10px;
  }

  .question-title-container {
    padding: 0;
  }

  .space-col {
    margin-top: 0em;
    margin-bottom: 0em;
  }

  .prstars {
    height: 40px;
    float: left;
    clear: none;
  }

  .myavatar {
    width: 40px;
    height: 40px;
  }

  .lsavatar {
    height: 40px;
    float: right;
    clear: none;
  }
}



@media (min-width: 1080px)  {

  #main-col {
    height: 100%;
    width: 924px;
    position:relative;
  }

  .question-title-container {
    padding: 0;
  }

  h2.ld-title {
    font-family: "Open Sans";
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding-bottom: 28px;
    color: var(--text-icons);
  }

  h2.ld-stat {
    font-family: "Open Sans";
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding-bottom: 0;
    margin-bottom: 4px;
    color: var(--text-icons);
  }

  /************START**********/
  /***************************/

  button:focus {outline:0;}

  .token-page {

    margin: 0;
    
  }

  #token.leadform {

    margin-bottom:8px;

  }

  .token-page .h3 {

  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: var(--text-icons,#001835);
  margin-bottom: 0;
  
  }

  .leadim-btn.token-btn {

    padding: 16px 48px;
    
  }

 /************WELCOME**********/
 /*****************************/

  .welcomeld h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: var(--text-icons,#001835);
    margin:0;
  }

  .welcomeld p {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: var(--text-icons,#001835);
    margin: 16px 0 24px; 
  }

/************INTRODUCTION**********/
/**********************************/

  .introduction h3 {
  
    
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    margin: 0 0 19px 0;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--text-icons,#001835);
    margin:0;
  }

  .introduction p {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: var(--text-icons,#001835);
    margin-top:24px;
    margin-bottom:0;

    
  }


  .leadform.form-control {
    width: 924px;
    height: 72px;
    padding: 21px 72px 21px 24px;
    margin-bottom: 0;
    margin-top:16px;
    border: solid 2px var(--grey,#d3d5dd);
    border-radius: 0;
    background-color: var(--white,#fff);
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: var(--text-icons,#001835);
  }

 

  .leadform.form-control:focus {
    border: solid 2px #f6a600;
    box-shadow: none;
  }

  .ld-numerical.active {

    border: 2px solid #f6a600 !important;

  }

  .leadform.form-control.active {
  
    border: 2px solid #f6a600 !important;
    /* background-color: var(--active20,#fdedcc); */
  }
  .leadform.form-control::placeholder {
   
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: var(--grey,#d3d5dd);
  }

.leadim-btn {

  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  color: var(--white, #fff);
  padding: 16px 32px;
  border-radius: 28px;
  border-style: none;
  background-color: var(--active,#f6a600);

  }

.leadim-btn-next {
  
  display: flex;
  align-items:center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.5;              /*  added property  */
  letter-spacing: 1px;
  vertical-align: middle;
  text-align: center;
  color: var(--white, #fff);
  padding: 16px 32px;
  border-radius: 28px;
  border-style: none;
  background-color: var(--active,#f6a600);

  }


  .iconsarrow-right {
    width: 24px;
    height: 24px;
    margin: 0 0 0 48px;
  }

.leadim-btn:disabled, .leadim-btn[disabled], .leadim-btn-next:disabled, .leadim-btn-next[disabled]  {
  background-color: var(--grey,#d3d5dd);
  }

.enter {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color:#7f8b9a;
  margin-left:16px;
}

.ld-nav-btn {

display:flex;
align-items: center;
}

/***************************************************/
/*********************Datenschutz*******************/

.fruity .panel {
  box-shadow:none;
}
.fruity .panel-primary {
  border:none;
}
.policy-title {


  flex:0 0 auto;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 1px;
  color: var(--white, #fff);

}

.policy {
  margin-top:24px;
  margin-bottom:0;
}
.policy-collapse {
  
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 924px;
  height: 72px;  
  padding: 24px 16px;
  background-color: var(--main,#33588c);

}

a.policy-icon:hover{
  text-decoration:none;
}

.policy-icon{

display:flex;
align-items: center;
  

}

.icondown {

  width: 24px;
  height: 24px;
  object-fit: contain;
  color: var(--white, #fff);

}

.policy-panel {

  padding: 24px 24px 48px;

}

.policy-panel p {
  
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--text-icons,#001835 );
}

.policy-panel p strong{

  font-weight: bold;
}

.policy-panel ol, ul, li {
  
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: var(--text-icons,#001835 );
}

.policy-panel ol {

  padding-left:10px;
}

.policy-panel ul {
  
  padding-left:40px;
}

/***************************************************/
/*********************NAVBAR************************/
/***************************************************/

.logo-container {
  flex: 0 0 auto;
  padding: 0px;
  float: left;
  font-size: 18px;
  line-height: 20px;
}

.leadname {
  flex: 0 0 auto;
}

/*BE FLEXIBLE*/

.iconscheck {
  width: 24px;
  height: 24px;
  margin: 0;
  object-fit: contain;
  color: var(--active,#f6a600);
}



.navbar-pm-intro{

  display: flex;
  flex:0;
  border: 0;
  margin-bottom:0px !important;
  box-shadow:none !important;
  -webkit-box-shadow: none !important;
  height:96px;
 background:none !important;
}

.navbar-pm-start{

  display: flex;
  flex:0;
  border: 0;
  flex-wrap: nowrap;
  margin-bottom:0px !important;
  box-shadow:none !important;
  -webkit-box-shadow: none !important;
  height:96px;
  border-bottom: 1px solid var(--grey,#d3d5dd);  

}

.navchapter {

  flex: 1 1 auto;
  order:0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navsquare {

  flex:0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--grey,#d3d5dd);
  align-items: center;
  height: 96px;
  min-width:72px;
  z-index: 007;
  background-color: #fff;
  border-bottom: 1px solid var(--grey,#d3d5dd);
}

div.navsquare:first-child {
  border-left:1px solid var(--grey,#d3d5dd);
}



.navlinks {

  order:0;
  flex: 1;          
  display: flex;
  justify-content: flex-start;
  align-items: center;
  
}

.navstatus {

  order: 0;
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;

}


/*BE STYLISH*/

.chapteridx {

  flex:0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  color: var(--text-icons,#001835);
}

.chaptertitle {

  flex:0;
  padding-left:24px;
  padding-right:24px;
  text-align: center;
  color: var(--text-icons,#001835);
}

.chaptertitle.title {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.iconsdot {
  width: 24px;
  height: 24px;
  object-fit: contain;
  color: var(--grey,#d3d5dd);
}

.statusname {
 
  margin: 24px 16px 24px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: right;
  color: var(--text-icons,#001835);
}

.statusprogress {

  width: 72px;
  height: 72px;
  padding: 24px;
  margin-right:24px;
  border-radius: 36px;
  background-color: var(--grey-50,#d3d5dd);

}

.statuspct {
 
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 72px;
  letter-spacing: 1px;
  text-align: center;
  width: 72px;
  height: 72px;
  margin-right:24px;
  border-radius: 36px;
  background-color: var(--grey-50,#d3d5dd);
  color: var(--text-icons,#001835);
}


.progress-bg {
  position:relative;
  width: 100%;
  height: 8px;
  background-color: var(--grey-50);
}

.progress-pm {
  height: 8px;
  max-width:100%;
  background-color: var(--active,#f6a600);
}

.save-bg {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top:0;
  left:0;
  width:100%;
  height: 0;
  z-index:128;
  background-color: var(--success, #16ac3b);
}

.save-bg p{
  
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    margin:0;
    color: var(--white, #fff);
  
}

/***************************************************/
/*********************FOOTER************************/
/***************************************************/
.ld-save-mob {
  display: none;
}
.ld-save-desk {
  display:inline-block;
}

.myFooter {
  flex-shrink: 0;
  height: 72px; /* fixed height  */
  background-color: var(--dark,#232e55 );
  }

.ld-footer {
  display:flex;
  height: 72px; /* fixed height  */
  background-color: var(--dark,#232e55 );
  padding-left:24px;
  padding-right:24px;
  width: 64.5%;
  min-width: 972px;
  margin: 0 auto;

}

.foot-nav {
  flex:1;
  display:flex;
  justify-content: flex-start;
  align-items: center;
}

.save-nav {
  flex:1;
  display:flex;
  justify-content: flex-end;
  align-items: center;
}

.iconssave-line {
  width: 24px;
  height: 24px;
  object-fit: contain;
  color: var(--white,#fff);
  }

.iconsarrow-left {
  width: 24px;
  height: 24px;
  object-fit: contain;
  color: var(--grey,#d3d5dd);
}

.save-bg-active {
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 12px;
  border-radius: 24px;
  background-color: var(--active,#f6a600);
}

.back-bg-inactive {
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 12px;
  border-radius: 24px;
  background-color: var(--text-icons-50,#7f8b9a);
  border: none;
}

.back-bg-active {
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 12px;
  border-radius: 24px;
  background-color: var(--main,#33588c);
  border:none;
}

.back-text {

  margin: 12px 0 12px 16px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  color: var(--text-icons-50,#7f8b9a);
}

.save-text {
  
  margin: 12px 16px 12px 0;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: right;
  color: var(--white,#fff);
}



/***************************************************/
/*********************QUESTION************************/
/***************************************************/

.answer-container {
  border-width: 0;
  border-style: none;
  padding-top: 0; 
  padding-bottom: 0;
}

.question-text {
 margin-bottom: 0;
}

.question-container {
  background:none !important;
  background-color:transparent !important;
  border:none !important;
  margin-bottom: 0 !important;
  box-shadow:none !important;
  }

  .pm-list p {
    max-width: 800px;
  }

  .pm-list p>strong {

    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .pm-list ul li {
    max-width: 760px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 20px;
  }

  .pm-para {
    max-width: 800px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 30px;
    margin-top: 40px;
  }

  .progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;

  }

  .progress-bar {
    font-size: 12px;
  }


.btn-autosize {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.logo-container>img {
  height: 48px;
  margin-left: 24px;
  margin-right: 16px;
  padding:0;
  width: 143px;
}

.navbar-default {

padding: 0;
  
}

.leadname {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #31578e;
  padding: 36px 24px 36px 0px;
}

.achievement {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  padding-left: 15px;
}



.space-col {
  margin-top: 0em;
  margin-bottom: 0em;
}

.prstars {
  height: 80px;
  float: left;
  clear: none;
}

.myavatar {
  width: 80px;
  height: 80px;
}

.lsavatar {
  height: 80px;
  float: right;
  clear: none;
}

.progress {
  margin-bottom: 5px;
}

.form-control {
  margin-left: auto;
  margin-right: auto;
}
}




/* --------------------------ENDE MEDIA QUERIES------------------------------------ */
/* ------------------------------------------------------------------------------- */
.fruity .text-primary {
  color: #33588c;
}

.fruity .progress-bar {
  color: #fff;
  background-color: #33588c;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.fruity .btn-primary {
  color: #fff;
  background-color: #33588c;
  border: 1px solid #33588c;
}
.fruity .btn-default {
  color: #fff;
  background-color: #33588c;
  border: 1px solid #33588c;
}

.fruity .btn-default:hover, .fruity .btn-default:focus, .fruity .btn-default:active, .fruity .btn-default.active, .fruity .btn-default.active:focus, .fruity .open .dropdown-toggle.btn-default {
color: #fff;
background-color:#5eccff;
border: 1px solid #26baff;
}
.question-valid-container {
  display: none;
}



.asterisk {
  display: none !important;
}

body .answer-item label::after {
  background-color: #33588c;
}

.checkbox-item input[type="checkbox"]:checked+label::after,
.checkbox-item input[type="radio"]:checked+label::after {
  background-color: #33588c;
  color: white;
}









/*********************************************
  => ALTERNATIVE RADIO BUTTON
 *********************************************/

.form-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #315a8e;
  color: #001835;
  top: 10px;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 7px;
  outline: none;
}

.form-radio:checked::before {
  position: absolute;
  font: 13px/1 '"Open Sans"', sans-serif;
  left: 11px;
  top: 7px;
  content: '\02143';
  transform: rotate(40deg);
}

.form-radio:hover {
  background-color: #f7f7f7;
}

.form-radio:checked {
  background-color: #f1f1f1;
}




/****************************
        PANELS
****************************/

.fruity .panel-default {
  border: 0px solid #dadada;
}

.fruity .panel {
  background-color: #fff;

}

.panel-boost .panel-default>.panel-heading {
  color: #fff;
  background-color: #e32014;

}

.panel-boost h4 a,
.panel-boost h4 a:visited,
.panel-boost h4 a:focus {
  color: #fff;
  font-weight: 700;
}

.panel-protector .panel-default>.panel-heading {
  color: #fff;
  background-color: #f6a600;

}

.panel-protector h4 a,
.panel-protector h4 a:visited,
.panel-protector h4 a:focus {
  color: #fff;
  font-weight: 700;
}

.panel-mindset .panel-default>.panel-heading {
  color: #fff;
  background-color: #7097cc;

}

.panel-mindset h4 a,
.panel-mindset h4 a:visited,
.panel-mindset h4 a:focus {
  color: #fff;
  font-weight: 700;
}

.panel-strategies .panel-default>.panel-heading {
  color: #fff;
  background-color: #305989;

}

.panel-strategies h4 a,
.panel-strategies h4 a:visited,
.panel-strategies h4 a:focus {
  color: #fff;
  font-weight: 700;
}


.mySpacer {
  width: 800px;
  height: 120px;
  border-width: 0 0 20px 0;
  border-color: #ecb23f;
  border-style: solid;


}

@media screen and (min-width:1240px) {

  .navchapter.hide-my-mob {
    display:flex;
  } 

  .ld-report-tablet {
    display:none;
  }
  
  .ld-report-desktop {
    display: block;
  }
  
  .ld-end-header{
    
    width: 100%;
    height: 728px;
    padding-top:24px;
    padding-left:24px;
    padding-right:24px;
    padding-bottom:32px;
    background-color: #232e55;
  }

  .ld-end-nodownload-header{
    width: 100%;
    height: 100%;
    padding-top:24px;
    padding-left:24px;
    padding-right:24px;
    padding-bottom:32px;
    background-color: #232e55;
  }

  .fd-end-header{
    
    width: 100%;
    height: 628px;
    padding-top:24px;
    padding-left:24px;
    padding-right:24px;
    padding-bottom:32px;
    background-color: #232e55;
  }
  
  .ld-report-img {
    display:block;
    width: 250px;
    height:250px;
    margin:60px auto;
    
  }
  
  .ld-report-header h3 {
  
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #fff;
    margin-top:60px;
    margin-bottom:16px;
  
  }

  .ld-report-header h4 {
  
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #fff;
    margin-top:20px;
    margin-bottom:40px;
  
  }
  
  .ld-date {
  
    display:flex;
    justify-content: flex-start; 
  
  }
  
  .ld-date-txt {
  
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
    margin-left:8px;
  
  }
  
  .answer-btn {
    height:56px;
  }
  a.ld-header-link {
  
      width: 324px;
      height: 56px;
      padding: 16px 32px;
      border-radius: 28px;
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: 1px;
      background-color: #f6a600;
      color: #fff;
  }
  
  
  
  a.ld-header-link:hover, a.ld-header-link:active, a.ld-header:visited {
    text-decoration: none;
  }
  
  }