﻿/*

    LockTheme

    This theme was created only to Lock - Sim Auto context
    
    0. Imports
    1. General Properties
    2. Structure
    3. Text formating
    4. Forms
    5. Built-in widgets
    6. RichWidgets
    7. Login
    8. Useful Classes
    9. Patterns
    9.1 Patterns  >  Content
    9.2 Patterns  >  Controls
    9.3 Patterns  >  Data
    9.4 Patterns  >  Development
    9.5 Patterns  >  Email
    9.6 Patterns  >  Layout
    9.7 Patterns  >  Mobile
    9.8 Patterns  >  Navigation
    9.9 Patterns  >  Responsive
    9.10 Patterns  >  Structure
    9.11 Patterns  >  Utilities
    9.12 Patterns  >  Custom Patterns
        1. CustomModal
        2. ModalContentLayout
        3. PersonPanel
        4. Person
        5. ShareLayout
        6. ActionPanel
        7. Row
        8. CustomTooltip
    10. Useful Classes  >  Custom

*/


/*------------------------------------*\
    $0. Imports
\*-------------------------------------*/

/* Fonts  >  Import Font */

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("/Fidelidade_Resources/fonts/LatoLatin-Regular.eot");
  src: url("/Fidelidade_Resources/fonts/LatoLatin-Regular.eot?#iefix") format("embedded-opentype"), url("/Fidelidade_Resources/fonts/LatoLatin-Regular.woff") format("woff"), url("/Fidelidade_Resources/fonts/LatoLatin-Regular.ttf") format("truetype"), url("/Fidelidade_Resources/fonts/LatoLatin-Regular.svg#latoregular") format("svg");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("/Fidelidade_Resources/fonts/Lato-Light.eot");
  src: url("/Fidelidade_Resources/fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("/Fidelidade_Resources/fonts/Lato-Light.woff") format("woff"), url("/Fidelidade_Resources/fonts/Lato-Light.ttf") format("truetype"), url("/Fidelidade_Resources/fonts/Lato-Light.svg#latolight") format("svg");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("/Fidelidade_Resources/fonts/LatoLatin-Bold.eot");
  src: url("/Fidelidade_Resources/fonts/LatoLatin-Bold.eot?#iefix") format("embedded-opentype"), url("/Fidelidade_Resources/fonts/LatoLatin-Bold.woff") format("woff"), url("/Fidelidade_Resources/fonts/LatoLatin-Bold.ttf") format("truetype"), url("/Fidelidade_Resources/fonts/LatoLatin-Bold.svg#latobold") format("svg");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("/Fidelidade_Resources/fonts/LatoLatin-Black.eot");
  src: url("/Fidelidade_Resources/fonts/LatoLatin-Black.eot?#iefix") format("embedded-opentype"), url("/Fidelidade_Resources/fonts/LatoLatin-Black.woff") format("woff"), url("/Fidelidade_Resources/fonts/LatoLatin-Black.ttf") format("truetype");
}


/*------------------------------------*\
    $1. General Properties
\*-------------------------------------*/

body{
  letter-spacing: 0;
}


/*------------------------------------*\
    $2. Structure
\*-------------------------------------*/


/*------------------------------------*\
    $3. Text formatting
\*-------------------------------------*/

/* $Headings, Text Formating **************************/
.Text_PrimaryColor{
  color: #EE2429;
}

.Heading1{
font-size: 20px;
font-weight: 900;
}

.Heading2{
  font-size: 18px;
  font-weight: 900;
}
.Heading3{
  font-size: 16px;
  font-weight: 900;
}

.Text_uppercase{
  text-transform: uppercase;
}

/* Fonts  >  Font Classes */

.Lato_Regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.Lato_Light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

.Lato_Bold{
  font-family: 'Lato';
  font-weight: 900;
}

/*************************************/



/*------------------------------------*\
    $4. Forms
\*-------------------------------------*/


/*------------------------------------*\
    $5. Built-in widgets
\*-------------------------------------*/


/*------------------------------------*\
    $6. RichWidgets
\*-------------------------------------*/


/*------------------------------------*\
    $7. Login
\*-------------------------------------*/


/*------------------------------------*\
    $8. Useful Classes
\*-------------------------------------*/


/*------------------------------------*\
    $9.1 Patterns  >  Content
\*-------------------------------------*/


/*------------------------------------*\
    $9.2 Patterns  >  Controls
\*-------------------------------------*/

  /* $Buttons **************************/
  .btn{
    height: 40px;
    min-width: 180px;
  }

  .btn.btn-dark {
    background-color: #252C32;
    color: #fff;
  }

  a.btn {
    line-height: 26px;
  }

  input.btn:disabled {
    background-color: #ccc;
    border: #ccc;
    color: #2c363e;
  }

  input::-webkit-input-placeholder{
    color: #777;
  }

  input::-moz-placeholder{
    color: #777;
  }

  input:-ms-input-placeholder{
    color: #777;
  }

  input::-ms-input-placeholder{
    color: #777;
  }

  input::placeholder{
    color: #777;
  }

  /**Links**/
a, a:visited, a:link, a:hover {
  color: #EE2429;
}

/*------------------------------------*\
    $9.3 Patterns  >  Data
\*-------------------------------------*/


/*------------------------------------*\
    $9.4 Patterns  >  Development
\*-------------------------------------*/


/*------------------------------------*\
    $9.5 Patterns  >  Email
\*-------------------------------------*/


/*------------------------------------*\
    $9.6 Patterns  >  Layout
\*-------------------------------------*/


/*------------------------------------*\
    $9.7 Patterns  >  Mobile
\*-------------------------------------*/


/*------------------------------------*\
    $9.8 Patterns  >  Navigation
\*-------------------------------------*/





/*------------------------------------*\
    $9.10 Patterns  >  Structure
\*-------------------------------------*/

/***Pagina dos planos****/
.insurance_middle_top .product_container .product .product_title{
  margin-top: 20px;

}

.insurance_middle_top .product_container .product .product_persuasive {
  height: 100px;
  position: static;
  left: unset;
  right: unset;
  letter-spacing: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.insurance_middle_top .product_container .product .product_persuasive div:first-child{
  font-weight: 100;
}

.insurance_middle_top .product{
  padding-top: 0;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-box-shadow: 0px 3px 7px #ccc;
          box-shadow: 0px 3px 7px #ccc;
}


.insurance_middle_top .product_container.product_recomended .product .product_persuasive{
  background-color: #EE2429;
}

.insurance_middle_top .product_container .product .product_persuasive{
  background-color: #252c32;
}

.insurance_middle_top .product_container.product_recomended .product{
  border: none;
}

.insurance_middle_top .product_container .product .product_description {
  padding: 0 20px;
  min-height: 120px;
  display: table;
}

.insurance_middle_top .product_container .product .product_description div{
  display: table-cell;
  vertical-align: middle;
}

.product_container.product_recomended .product_description {
  font-weight: 600;
}

.insurance_middle_top .product_container .product select{
  font-weight: 600;
}

/*override Common.css*/
.insurance_middle_top .product_container .product .product_price{
  margin-top: 10px;
}

.product_container .select_styled.auto.special_display, .product_container .coverage_text{
  margin: 0;
}

.insurance_middle_top .product_container .product .product_prize.deductible{
  padding: 0 20px;
}

.insurance_middle_top .product_container .product_price_anual_title{
  display: inline-block;
  height: 36px;
  line-height: 36px;
}

.insurance_middle_top .product_container .product > div:not(.product_persuasive) {
  margin-top: 20px;
}

.insurance_middle_top .product_container .product .product_prize .select_styled{
  width: 80%;
  margin: 0 auto;
}

.product_container .select_styled.auto.special_display, .product_container .coverage_text{
  width: 70%;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.product_container .select_styled.auto.special_display, .product_container .coverage_text>*{
  display: table-cell;
  vertical-align: middle;
}

.product_container .field_select hr{
  width: 54%;
}

.insurance_middle .insurance_coverages_title{
  background-color: transparent;
  color: #3B3B3B;
}

/* Alinhamento botoes página de planos */ 
.control_zone:not(.product_select) input {
  min-width: 220px;
  margin-top: 40px;
}
.control_zone.three-btn> div{
  width: -webkit-calc(100% / 4 - 2px);
  width: calc(100% / 4 - 2px);
  display: inline-block;
}
.control_zone.three-btn>div:first-child{
  /*text-align: left;*/
}
.control_zone.three-btn>div:last-child{
  /*text-align: right;*/
}



/*-------------------------------------*/



/*------------------------------------*\
    $9.11 Patterns  >  Utilities
\*-------------------------------------*/
.padding-wrapper {
  padding: 0 80px;
}

/*------------------------------------*\
    $9.12 Patterns  >  Custom Patterns
\*------------------------------------*/

/* ---------- $CustomModal ---------- */

@-webkit-keyframes customModalFadeInTop {
  from {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    opacity: 0;
  }

  to {
    -webkit-transform: translate(-50%, -10%);
            transform: translate(-50%, -10%);
    opacity: 1;
  }
}

@keyframes customModalFadeInTop {
  from {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    opacity: 0;
  }

  to {
    -webkit-transform: translate(-50%, -10%);
            transform: translate(-50%, -10%);
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.custom-modal__body {
  background-color: #FFF;
  /*padding: 32px;*/
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 2px 2px 8px 0 rgba(175,185,193,0.3);
          box-shadow: 2px 2px 8px 0 rgba(175,185,193,0.3);
  /*transform: translate(-50%, -50%);*/
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 101;
  -webkit-animation: customModalFadeInTop 300ms ease-out;
          animation: customModalFadeInTop 300ms ease-out;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  min-width: 800px; 
}

.custom-modal__overlay {
  background-color: rgba(40, 51, 58, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  -webkit-animation: fadeIn 200ms ease-out;
          animation: fadeIn 200ms ease-out;
}

.custom-modal {
  display: none;
}

.custom-modal--show {
  display: block;
}

.custom-modal--show .custom-modal__overlay {
  opacity: 1;
}

.custom-modal-content {
  display: none;
  /* service-studio */
  
  
  
  
  
}

.custom-modal .custom-modal-content {
  display: block;
}

.custom-modal .CloseModal{
  width: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
}

.modal-content-layout__actions {
  text-align: center;
}

/* $ModalContentLayout **************************/

.modal-content-layout {
  padding: 40px 20px 40px;
}

.modal-content-layout.separator{
  border-bottom: 1px solid #979797;
}


.modal-content-layout input {
  font-weight: bold;
}

.phone .modal-content-layout {
  padding: 40px 20px 16px;
}

.modal-content-layout__title {
  margin-bottom: 26px;
  text-align: center;
}

.modal-content-layout__subtitle{
  text-align: center;
  margin: 0 auto;
}

.modal-content-layout__content {
  margin-bottom: 40px;
}



/* $PersonPanel **************************/
  
.person-panel__content, .person-panel__content > .ListRecords {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 10px;
}

.phone .ModalContainer .person-panel__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.person-panel__subtitle{
  font-size:18px;
  margin-top: 6px;
  text-align: center;
}

.person-panel__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
}

/* $Person **************************/

.person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}

.padding-wrapper .modal-content-layout .person {
  margin: 0 20px;
}
  
.person__picture {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: block;
  overflow: hidden;
}
  
.person__picture img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
  
.person__name {
  margin-top: 10px;
}

/* $ShareLayout **************************/

.share-layout {
  background-color: #F8F8F8;
  padding: 40px 80px;
  padding-top: 36px;
  padding-bottom: 40px;
  text-align: center;
}

.phone .share-layout {
  padding: 40px 20px 20px;
}

.share-layout__title {
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.share-layout__description {
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
}

.share-layout__form-name{
  margin-bottom: 20px;
}

.share-layout__form{
  margin-bottom: 40px;
}

.share-layout__form input.btn{
  line-height: 30px;
  font-size: 16px;
}

.share-layout__form-name input,
.share-layout__form-with-btn input,
.share-layout__form input{
  height: 60px;
}

.share-layout__form-with-btn input.btn {
  width: -webkit-calc(30% - 10px);
  width: calc(30% - 10px);
  margin-left: 10px;
}

.share-layout__form-name input{
  width: 100%;
}

.share-layout input:not(.btn) {
  padding: 0 10px;
  font-weight: 900;
}

.share-layout__form-with-btn input:not(.btn) {
  width: -webkit-calc(70% - 10px);
  width: calc(70% - 10px);
  margin-right: 10px;
}

.share-layout__form input{
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
}

.share-layout__form input:not(.btn){
  margin-right: 10px;
}
.share-layout__form input.btn{
  margin-left: 10px;
}

.share-layout__actions{
  text-align: center;
}

.share-layout__actions .btn{
  height: 40px;
}


/* Form inputs in ShareLayout */

.share-layout__form input,
.share-layout__form .Button,
.desktop .share-layout__form input,
.desktop .share-layout__form .Button,
.tablet .share-layout__form input,
.tablet .share-layout__form .Button {
  height: 60px;
  line-height: 60px;
}

.share-layout__form input {
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.phone .share-layout input {
  width: 100%;
}

.share-layout__form .Button {
  padding-left: 30px;
  padding-right: 30px;
}

.tablet .share-layout__form .Button {
  font-size: 14px;
  padding: 0 14px;
  margin-left: 16px;
}

.phone .share-layout .share-layout__form input.ThemeGrid_MarginGutter {
  margin: 0;
  margin-top: 20px;
}

.tablet .share-layout .share-layout__form input.ThemeGrid_Width6:first-child,
.tablet .share-layout .share-layout__form input.ThemeGrid_Width8:first-child {
  width: 60%;
}

.tablet .share-layout .share-layout__form input.ThemeGrid_Width6:last-child,
.tablet .share-layout .share-layout__form input.ThemeGrid_Width4:first-child{
  width: -webkit-calc(100% - 60% - 16px);
  width: calc(100% - 60% - 16px);
}


/* $ActionPanel **************************/

.action-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
  
.action-panel__title {
  margin-bottom: 25px;
  text-align: center;
}
  
.action-panel__content {
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: center;
}

.action-panel__actions{
  text-align: center;
}


.modal-content-layout__actions .btn, 
.action-panel__actions .btn,
.share-layout__actions .btn{
  min-width: 285px;
}

/* ActionPanel inside Row */
.row .action-panel {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
          flex: 1 1 0%;
  -ms-flex: 1 1 auto;
}






/* $Row **************************/
.row,
.row > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  
}

.row > span {
  width: 100%;
}

.row--align-left,
.row--align-left > span {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  
}

.row--align-right,
.row--align-right > span {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  
}

.row--align-center,
.row--align-center > span {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  
}

.row--align-space-around,
.row--align-space-around > span {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  
}

.row--align-space-evenly,
.row--align-space-evenly > span {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  
}

.row--align-space-between,
.row--align-space-between > span {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  
}

.row--valign-top,
.row--valign-top > span {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  
}

.row--valign-bottom,
.row--valign-bottom > span {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  
}

.row--valign-center,
.row--valign-center > span {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  
}

/* $CustomTooltip*/
.custom-tooltip {
  position: relative;
  display: inline-block;
}

.custom-tooltip:hover,
.custom-tooltip:hover .fa{
  color:#B11B1F;
}

.custom-tooltip .fa{
  color: #EE2429;
}

.custom-tooltip a {
  color: #EE2429;
  text-decoration: underline;
}

.custom-tooltip > div:not(.custom-tooltip--icon) {
  visibility: hidden;
  background-color: #fff;
  min-width: 350px;
  color: #2c363e;
  text-transform: none;
  font-size: 14px;
  text-align: center;
  padding: 20px 40px;
  position: absolute;
  z-index: 100;
  bottom: 145%;
  left: 46%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: center;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}

.custom-tooltip.top-left > div:not(.custom-tooltip--icon){
  left: -336%;
}

.custom-tooltip.top-right > div:not(.custom-tooltip--icon){
  left: 430%;
}

.custom-tooltip:hover > div:not(.custom-tooltip--icon) {
  visibility: visible;
  opacity: 1;
}

.custom-tooltip > div:not(.custom-tooltip--icon):before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  height: 16px;
  width: 16px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}


.custom-tooltip.top-left > div:not(.custom-tooltip--icon):before{
  left: 94%;
}

.custom-tooltip.top-right > div:not(.custom-tooltip--icon):before{
  left: 4%;
  right: unset;
}

.custom-tooltip > div:not(.custom-tooltip--icon):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 16px;
  background-color: #fff;
}

.custom-tooltip > div:first-child > div:first-child {
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* Classes contextuais que alteram conteudos em webblocks gerais */ 
/* Balao de info azul escuro, sao no contexto de coberturas */
.BaloonDark .tooltip_style {
  background-color: #2C363E !important;
  text-align: center;
}

/* $CustomCheckbox **************************/

.custom-checkbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #343838;
  height: 32px;
}

.custom-checkbox .custom-checkbox__input {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-checkbox label {
  color: inherit;
  margin: 0;
  margin-left: 12px;
}

/* IE height fix */
.ie .custom-checkbox label {
  height: 18px;
}

.custom-checkbox.custom-checkbox--initialized input,
.custom-checkbox.custom-checkbox--initialized input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.custom-checkbox input,
.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  top: 0;
  left: 0;
  min-width: 32px;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.custom-checkbox.custom-checkbox--initialized input:after,
.custom-checkbox.custom-checkbox--initialized input:before {
  display: none;
}

.custom-checkbox .custom-checkbox__checkbox {
  position: relative;
  background-color: #F4F6F7;
  background-color: #FFF;
  min-width: 32px;
  width: 32px;
  height: 32px;
  border: 1px solid #C9D2D7;
  border: 1px solid #CCC;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.custom-checkbox .custom-checkbox__checkbox:after {
  content: " ";
  display: block;
  opacity: 0;
  position: absolute;
  top: 43%;
  left: 50%;
  width: 40%;
  height: 20%;
  border-left: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.custom-checkbox.custom-checkbox--initialized input:hover ~ .custom-checkbox__checkbox {
  border-color: #AAA;
}

.custom-checkbox.custom-checkbox--initialized input:checked ~ .custom-checkbox__checkbox {
  border: 2px solid #EE2429;
  background-color: #EE2429;
}

.custom-checkbox.custom-checkbox--initialized input:checked ~ .custom-checkbox__checkbox:after {
  opacity: 1;
}

.custom-checkbox.custom-checkbox--initialized input:checked ~ label {
  font-weight: bold;
}

/* disabled */

.custom-checkbox.custom-checkbox--initialized input:disabled ~ .custom-checkbox__checkbox,
.custom-checkbox.custom-checkbox--initialized input.disabled:hover ~ .custom-checkbox__checkbox {
  background-color: #F4F6F7;
  border: 1px solid #C9D2D7;
}

.custom-checkbox.custom-checkbox--initialized input:disabled ~ label,
.custom-checkbox.custom-checkbox--initialized input.disabled ~ label {
  opacity: 0.5;
}

/* disabled + checked */

.custom-checkbox.custom-checkbox--initialized input:disabled:checked ~ .custom-checkbox__checkbox {
  border: 2px solid #EE2429;
  background-color: #EE2429;
  opacity: 0.5;
}

/* Squared checkbox */

.custom-checkbox.custom-checkbox--initialized.custom-checkbox--squared .custom-checkbox__checkbox {
  -webkit-border-radius: 6px;
          border-radius: 6px;
}

.custom-checkbox.custom-checkbox--initialized.custom-checkbox--squared .custom-checkbox__checkbox:after {
  border-left-color: #EE2429;
  border-bottom-color: #EE2429;
  width: 46%;
}

.custom-checkbox.custom-checkbox--initialized.custom-checkbox--squared input:checked ~ .custom-checkbox__checkbox {
  border: 1px solid #C9D2D7;
  background-color: #FFF;
}

.custom-checkbox.custom-checkbox--initialized.custom-checkbox--squared input:hover ~ .custom-checkbox__checkbox {
  border-color: #AAA;
}

/* disabled */

.custom-checkbox.custom-checkbox--initialized.custom-checkbox--squared input:disabled ~ .custom-checkbox__checkbox,
.custom-checkbox.custom-checkbox--initialized.custom-checkbox--squared input.disabled:hover ~ .custom-checkbox__checkbox {
  background-color: #F4F6F7;
  border: 1px solid #C9D2D7;
}

/* disabled + checked */

.custom-checkbox.custom-checkbox--initialized.custom-checkbox--squared input:disabled:checked ~ .custom-checkbox__checkbox {
  border: 1px solid #C9D2D7;
  background-color: #FFF;
  opacity: 0.5;
}

/* $CustomCheckboxRGPD **************************/

.Text_small.Text_gray.RGPD{
    width: 200px;
    margin-left: 8px;
    font-size: 0.8em;
}

/* $CustomVerticalAlign **************************/

.custom-vertical-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-vertical-align.top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.custom-vertical-align.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-vertical-align.bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.custom-vertical-align__cell2 {
  margin-left: 12px;
}


/* $FieldInputCentered **************************/
.field_input.v-centered,
.field_title.v-centered{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}


/* ----------------------------------- */


/*-------------------------------------*\
    $10. Useful Classes  >  Custom
\*-------------------------------------*/


/*------------------------------------*\
    Responsive
\*-------------------------------------*/
@media only screen and (max-width: 1023px){
  .Heading1{
    font-size: 18px;
  }

  .Heading2, .Heading3{
    font-size: 16px;
  }

  .person-panel__title{
    font-size: 16px;
  }

  .person-panel__content .person .person__picture{
    width: 80px !important;
    height: 80px !important;
  }

  .share-layout__title,
  .share-layout__description {
    width: 80%;
    margin: 0 auto 20px;
  }

  .share-layout__description{
    font-size: 16px;
  }

}

@media only screen and (max-width: 1023px) and (min-width: 768px){
  
  .custom-modal__body{
    min-width: 90%;
    max-width: 90%;
  }

  .modal-content-layout {
    padding: 40px 20px 20px;
  }

  .modal-content-layout__actions .btn, 
  .action-panel__actions .btn, 
  .share-layout__actions .btn {
    min-width: 250px;
  }


  .action-panel__content > img{
      max-width: 140px;
  }

  .share-layout__form-with-btn input:not(.btn) {
    width: -webkit-calc(60% - 10px);
    width: calc(60% - 10px);
    margin-right: 6px;
  }

  .share-layout__form-with-btn input.btn {
    width: -webkit-calc(40% - 10px);
    width: calc(40% - 10px);
    margin-left: 6px;
  }

  .share-layout{
    padding: 40px 40px;
  }

}
@media only screen and (max-width: 992px){

  .product_container .product {
    padding: 0;
  }

}
@media only screen and (max-width: 767px){
  
  .custom-modal__body{
    max-width: 70%;
    min-width: 70%;
  }

  .modal-content-layout{
    padding: 20px;
  }
  
  .modal-content-layout__title {
    width: 80%;
    margin: 0 auto 20px;
  }
  
  .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .row .action-panel:not(:first-child){
    margin-top: 20px;
  }

  .action-panel__content{
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .person__name{
    text-align: center;
  }
  
  .share-layout{
    padding: 20px;
  }

  .share-layout__form-with-btn input:not(.btn){
    width: 100%;
    margin: 0;
  }

  .share-layout__form-with-btn input.btn {
    width: 100%;
    margin: 20px 0 0;
  }
}

@media only screen and (max-width: 500px){
  
  .custom-modal__body{
    max-width: 90%;
    min-width: 90%;
  }

  .padding-wrapper{
    padding: 20px;
  }

  .modal-content-layout__title{
    width: 100%;
  }

  .modal-content-layout {
      padding: 50px 20px 0;
  }

  .modal-content-layout__actions .btn, 
  .action-panel__actions .btn, 
  .share-layout__actions .btn {
    min-width: 220px;
    width: 100%;
  }

  .action-panel__content img{
    width: 120px;
  }

  .share-layout__form input:not(.btn){
    width: 100%;
    margin: 0 0 20px;
  }

  .share-layout__form input.btn {
    width: 100%;
    margin: 0;
  }

}


.slick-slider {
  position: static; 
}


  /* ExcludeFromPickers: ActionAdd, ActionChange, ActionDelete, ActionEdit, Actions, Application_Menu, Badge, BlockColorTop, Breadcrumbs, BreadcrumbsContainer, 
  Content, ControlActions, desktop, EditableTable, EditRecord, EditRecord_Buttons, fa, Feedback_AjaxWait, Feedback_Message_Error, 
  Feedback_Message_Info, Feedback_Message_Success, Feedback_Message_Warning, Feedback_Message_Wrapper, Feedback_Message_Wrapper_Close, 
  Filters_Wrapper, Footer, Form, Header, Header__activity, Header__loginInfo, Header_buttonMenu, Header_search, Header_title, Header_user, 
  HeaderPage, ie, ie10, ie11, ie8, InEditMode, ListNavigation_CurrentPageNumber, ListNavigation_DisabledNext, ListNavigation_DisabledPrevious, 
  ListNavigation_Ellipsis, ListNavigation_Next, ListNavigation_PageNumber, ListNavigation_Previous, Loader, Login__Form, Login__Logo, Login_Box, 
  Login_Footer, Login_Text, LoginInfo, LoginInfo_username, MainContent, MainPopup, Menu, Menu_DropDownArrow, Menu_DropDownButton, Menu_DropDownPanel, 
  Menu_SubItemsPlaceholder, Menu_SubMenuItem, Menu_SubMenuItemActive, Menu_TopMenu, Menu_TopMenuActive, Menu_TopMenus, menuOpen, MenuSlider_Toggler, 
  mini, Not_Valid, OnEdit, open, OSAutoMarginTop, OSInlineClear, Page, phone, portait, Responsive, RowControlGroup, RowWithAddAction, select2-choice, 
  select2-container, Selected, ShowRecord, SmartInput_Undo, TableRecords, TableRecords_EvenLine, TableRecords_Header, TableRecords_OddLine, tablet, 
  ThemeGrid_Container, ThemeGrid_MarginGutter, ThemeGrid_Width12, ThemeGrid_Wrapper, Title, Title_Section */