/**
 * CSS for all site
 @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;500;700;900');
 */

/*
@font-face {
  font-family: 'Source Sans 3';
  src: url('fonts/SourceSans3-Light.ttf') format('ttf');
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  src: url('fonts/SourceSans3-Regular.ttf') format('ttf');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/SourceSans3-Medium.ttf) format('ttf');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/SourceSans3-SemiBold.ttf) format('ttf');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url(fonts/SourceSans3-Bold.ttf) format('ttf');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(fonts/SourceSans3-ExtraBold.ttf) format('ttf');
}
*/

body {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1rem;
  color: var(--fc-main-font-color);
}
h1 {
    font-size: 2rem;
    font-weight: bolder;
    line-height: 1.1;
}
h2 {
    color: var(--fc-font-light-color);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.lead {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.1;
}
h3, h6 {
    color: var(--fc-font-dark-color);
    font-weight: 500;
}
h4 {
    color: var(--fc-main-font-color);
    font-weight: bold;
}
h5 {
    color: var(--fc-font-dark-color);
    font-size: 1.4rem;
    font-weight: 300;
}
h6 {
    border-top: 1px solid #e6e8e7;
    color: var(--fc-font-dark-color);
    font-weight: 500;
    font-size: 1rem;
}
p, li {
    font-size: 1.1rem;
    color: var(--fc-main-font-color);
}
ul {
    list-style-type: square;
}
p.paragraph-title,
paragraph-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
    text-transform: uppercase;
}
a {
    color: var(--fc-main-primary-color);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
a:hover {
    color: var(--fc-main-primary-color-hover);
    text-decoration: none;
}
a.white {
    color: #fff;
    text-decoration: underline;
}
.back-primary .paragraph-title a {
    color: #fff;
    text-decoration: underline;
}
label a,
p a,
li a {
    color: var(--fc-main-primary-color);
    text-decoration: underline;
}
.nav-link:focus,
.nav-link:hover {
    color: var(--fc-main-primary-color);
}
.bi {
    font-size: 1.5rem;
}
.text-color-primary {
    color: var(--fc-main-primary-color-hover);
}
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: var(--fc-main-primary-color);
    border-color: var(--fc-main-primary-color);
}
.btn-red,
.btn-yellow {
  min-width: 70px;
}
.btn-red,
.btn-primary {
    background-color: var(--fc-main-primary-color);
    font-weight: bold;
    border-color: var(--fc-main-primary-color);
    font-size: 1rem;
    border-radius: 3px;
    color: #fff;
}
.btn-red:hover,
.btn-primary:hover {
    background-color: var(--fc-main-primary-color-hover);
    border-color: var(--fc-main-primary-color-hover);
    color: #fff;
}
.btn-yellow {
    border-color: var(--fc-website-color);
    background: var(--fc-website-color);
    font-weight: bold;
    font-size: 1rem;
    border-radius: 3px;
    color:#fff;
}
.btn-yellow:hover {
    border-color: var(--fc-website-color-hover);
    background: var(--fc-website-color-hover);
    color:#fff;
}
.btn-grey {
    border-color: var(--fc-font-light-color);
    background: var(--fc-font-light-color);
    font-weight: bold;
    font-size: 1rem;
    border-radius: 3px;
    color:#fff;
}
.btn-grey:hover {
    border-color: var(--fc-font-light-color);
    background: #fff;
    color:var(--fc-font-light-color);
}
.btn-sm {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}
.btn-lg {
    padding: 0.25rem 0.6rem;
    font-size: 1.25rem;
    font-weight: 600;
}
.social-link {
    display: inline-block;
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.social-link i.bi {
    font-size: 1.13rem !important;
    color: var(--fc-main-primary-color);
    color: #fff;
    padding: 0;
    margin: 0;
}
.social-link i.bi:before {
    vertical-align: -0.20em;
}
.accordion-button {
    font-size: 1.1rem;
    background-color: #e6e8e7;
}
.accordion-button:not(.collapsed) {
    background-color: var(--fc-main-primary-color);
    color: #fff;
    box-shadow: inset 0 1px 0 var(--fc-main-primary-color);
}
.accordion-body {
    font-size: 1.1rem;
}

.strikethrough {
    position: relative;
}
.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 3px solid;
    border-color: #f00;
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
}
.strikethrough--bold:before {
    border-top: 2px solid;
    border-color: #f00;
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
}

@media (min-width: 576px) { }
@media (min-width: 768px) {
    h1 { font-size: 3rem; }
    .lead { font-size: 2.1rem; }
}
@media (min-width: 992px) { }
@media (min-width: 1200px) { }
@media (min-width: 1400px) { }

/* ---------- Grid */
.outline--twocol {
  column-count: 1;  
}
.outline--threecol {
  column-count: 2;
  column-gap: 30px;
}
@media (min-width: 576px) {}
@media (min-width: 768px) {
  .outline--twocol {
  	column-count: 2;
  	column-gap: 30px;
  }
  .outline--threecol {
    column-count: 3;
    column-gap: 30px;
  }
}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {}

/* ---------- Background color block */
.back-primary {
    background-color: var(--fc-website-color);
    color: #ffffff;
    padding: 0;
    background: var(--fc-background-header-color-1);
    background: linear-gradient(45deg,  var(--fc-background-header-color-1) 5%,  var(--fc-background-header-color-2) 55%);
}
.back-primary h1,
.back-primary h2,
.back-primary h3,
.back-primary h4,
.back-primary p {
    color: #ffffff;
}
.back-primary h4 a { color: #fff }

.back-details {
    background-color: var(--fc-details-background-color);
    color: #ffffff;
    padding: 0;
}
.back-details .bi {
    color: #fff;
}

.back-line {
    background: linear-gradient(
    -45deg, 
    #e6e8e7 20%,   /* Color stop 1 (transparent white) */
    transparent 20%, /* Color stop 2 (transparent) */
    transparent 50%, /* Color stop 3 (transparent) */
    #e6e8e7 50%,   /* Color stop 4 (transparent white) */
    #e6e8e7 70%,   /* Color stop 5 (transparent white) */
    transparent 70%, /* Color stop 6 (transparent) */
    transparent      /* Color stop 7 (transparent) */
  );
  background-size: 10px 10px;
  padding: 0.5rem 0;
  margin-bottom: 2rem;
}
.back-line__content {
    background: #fff;
    padding: 1.5rem 1rem;
}
.back-line__content h2 {
    color: var(--fc-font-dark-color);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
    text-transform: none;
}

.simple-line {
    background: linear-gradient(
    -45deg, 
    #e6e8e7 20%,   /* Color stop 1 (transparent white) */
    transparent 20%, /* Color stop 2 (transparent) */
    transparent 50%, /* Color stop 3 (transparent) */
    #e6e8e7 50%,   /* Color stop 4 (transparent white) */
    #e6e8e7 70%,   /* Color stop 5 (transparent white) */
    transparent 70%, /* Color stop 6 (transparent) */
    transparent      /* Color stop 7 (transparent) */
  );
  background-size: 10px 10px;
  padding: 0.25rem 0;
  margin-bottom: 2rem;
}

@media (min-width: 576px) { }
@media (min-width: 768px) { }
@media (min-width: 992px) { }
@media (min-width: 1200px) { }
@media (min-width: 1400px) { }

/* ---------- HEADER */
header {
    border-top: 4px solid var(--fc-website-color);
    background: #fff;
    box-shadow: 1px 1px 2px #ccc;
}
.network-bar {
    background: var(--fc-website-color);
    color: #ffffff;
    font-size: 1rem;
    text-align: right;
    padding: 3px 0;
}
.network-bar a {
    color: #ffffff;
}
.header-vertical-line {
    display: none;
}

.fc-navbar .navbar-brand img {
    height: 50px;
}
.fc-navbar li a {
    font-size: 1.3rem;
    font-weight: 400;
    color: var(--fc-font-menu-color);
}
.fc-navbar li a:hover {
    color: var(--fc-website-color);
}
.fc-navbar li a.nav-link--icons {
    color: var(--fc-website-color);
}
.fc-navbar .navbar-toggler {
    border: none;
}
.navbar-toggler:focus {
    box-shadow: 0 0 10px var(--fc-main-primary-color);
}
.fc-navbar .dropdown-item:focus,
.fc-navbar .dropdown-item:hover {
    color: #fff;
    background-color: var(--fc-main-primary-color);
}
.fc-navbar .dropdown-header {
    font-size: 1.3rem;
    color: var(--fc-website-color);
    white-space: nowrap;
    font-weight: bold;
}
.fc-navbar .dropdown-header a {
    font-weight: bold;
    color: var(--fc-font-menu-color);
}
@media (min-width: 576px) { }
@media (min-width: 768px) { }
@media (min-width: 992px) { }
@media (min-width: 1200px) {
  header {
    border-top: 4px solid var(--fc-website-color);
  }
  .fc-navbar .navbar-brand img {
    height: 60px;
  }
  .navbar.fc-navbar .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: center;
    line-height: 1.1;
  }
  .header-vertical-line {
    border: 3px solid var(--fc-website-color);
    border-radius: 5px;
    height: 5rem;
    margin-right: 1rem;
    display: block;
  }
}
@media (min-width: 1400px) {
  
}

/* ---------- CARD BLOCK HOME */
.card-block {

}

.card-block:hover {
  background-color: var(--fc-website-color);
  border-color: var(--fc-website-color);
  color: #fff;
}
.card-block:hover .card-title,
.card-block:hover .card-text {
  color: #fff;
}
.card-block.disabled {
    cursor: default;
    color: #bbb;
}
.card-block.disabled:hover {
    background-color: #fff;
    border-color: rgba(0,0,0,0.175);
    cursor: default;
    color: #bbb;
}
.card-block.disabled .card-title,
.card-block.disabled .card-text {
  color: #bbb;
}
.card-block.disabled:hover .card-title,
.card-block.disabled:hover .card-text {
  color: #bbb;
}
/* ---------- CARD ORIZZONTALE (CON E SENZA ICONA) */
.card--cf {
    border: none;
    margin-bottom: 3rem;
}
.card--cf .card-title {
    color: var(--fc-main-font-color);
    font-weight: bold;
    font-size: 1.35rem;
}
.card--cf .card-body {
    border-left: 1px solid #e6e8e7;
    padding: 0 0 0 1rem;
}
.card--cf .bi {
    font-size: 3rem !important;
    color: var(--fc-main-font-color);
}
.card--cf.card--download .bi {
    color: var(--fc-main-primary-color);
}
.card--cf.card--download .card-title,
.card--cf.card--download .card-title a {
    color: var(--fc-main-primary-color-hover);
}

.card--cf .card-footer {
    margin-top: 1rem;
}
.card--cf .card-footer .btn {
    margin-bottom: 0.5rem;
}
.card--cf .card-footer--back-line {
    border: none;
    background: linear-gradient(
        -45deg, 
        #e6e8e7 20%,   /* Color stop 1 (transparent white) */
        transparent 20%, /* Color stop 2 (transparent) */
        transparent 50%, /* Color stop 3 (transparent) */
        #e6e8e7 50%,   /* Color stop 4 (transparent white) */
        #e6e8e7 70%,   /* Color stop 5 (transparent white) */
        transparent 70%, /* Color stop 6 (transparent) */
        transparent      /* Color stop 7 (transparent) */
    );
    background-size: 10px 10px;
    padding: 0.5rem 0.5rem 0rem 0.5rem;
}
.card--cf--noicons .card-body {
    border-left: none;
    padding: 0;
}

.card--cf.card--cf__trainer .card-body {
    border-left: none;
}

@media (min-width: 576px) { }
@media (min-width: 768px) { }
@media (min-width: 992px) {
    .card--cf .card-body {
        padding: 0 0 0 2rem ;
    }
    .card--cf .fc-icons {
        font-size: 4.5rem !important;
    }
    .card--cf--noicons .card-body {
        padding: 0;
    }

}
@media (min-width: 1200px) { }
@media (min-width: 1400px) { }



/* ---------- CARD COURSE DETAILS */
.card--details {
    border: none;
    margin-bottom: 2rem;
    background: transparent;   
}
.card--details .card-body {
    padding: 0;
}
.card--details .card-title {
    color: #fff;
    font-weight: normal;
    font-size: 1.3rem;
}
.card--details .card-subtitle {
    color: #fff;
    font-weight: 900;
    font-size: 1.1rem;
}
.card--details .card-text,
.card--details li {
    color: #fff;
}
.card--details ul {
    list-style-type: square;
    padding-left: 1.4rem;
}

.card--details a {
    color: #fff;
    text-decoration: underline;
}
.card--details a.btn {
    color: #fff;
    text-decoration: none;
}
.card--details .fc-icons {
    font-size: 2rem !important;
    color: #fff;
}

@media (min-width: 576px) { }
@media (min-width: 768px) { }
@media (min-width: 992px) {
    .card--details {
        margin-bottom: 0;
    }
    .card--details .card-body {
        padding: 0 0 0 0.5rem ;
    }
    .card--details .fc-icons {
        font-size: 2rem !important;
    }
    .card--details--noicons .card-body {
        padding: 0;
    }
}
@media (min-width: 1200px) { }
@media (min-width: 1400px) { }

/* ---------- CARD TRAINER */
.card--trainer {
    border: none;
    margin-bottom: 2rem;
    background: transparent;   
}
.card--details .card-body {
    padding: 0;
}
.card--trainer .card-title {
    color: var(--fc-main-font-color);
    font-weight: bold;
}

@media (min-width: 576px) { }
@media (min-width: 768px) { }
@media (min-width: 992px) {
    .card--details {
        margin-bottom: 0;
    }
    .card--details .card-body {
        padding: 0 0 0 0.5rem ;
    }
    .card--details .fc-icons {
        font-size: 2rem !important;
    }
    .card--details--noicons .card-body {
        padding: 0;
    }
}
@media (min-width: 1200px) { }
@media (min-width: 1400px) { }

/* ---------- BOX CODE */
.code {
  padding: 1rem;
  background: #fafafa;
  margin-bottom: 1rem;
}
.code pre {
  margin: 0;
  color: #333;
  -moz-tab-size: 4; /* Firefox 4+ */
  -o-tab-size: 4; /* Opera 11.5 & 12.1 only */
  tab-size: 4; /* Chrome 21+, Safari 6.1+, Opera 15+ */
}
.code span.by {
  background: yellow;
}
.code span.br {
  background: red;
  color: #fff;
}
.code span.bold {
  font-weight: bold;
}



/* ---------- FOOTER */
footer {
    background-color: #2a2e31;
    margin: 0;
    padding: 4rem 1rem 0 1rem;
    color: #fff;
}
footer h4,
footer h5,
footer p,
footer li {
  color: #fff;
}
footer li a,
footer li a.nav-link {
    color: var(--fc-footer-link-color);
}
footer li a:hover,
footer li a.nav-link:hover {
    color: var(--fc-footer-link-color-hover);
}
footer .bi {
    font-size: 1.6rem;
}
@media (min-width: 576px) { }
@media (min-width: 768px) { }
@media (min-width: 992px) { }
@media (min-width: 1200px) { }
@media (min-width: 1400px) { }

/**
* Table style variation for Calendar, table, report, etc.
*
* Author: Simone Volpini (http://www.simonevolpini.info)
* Copyright: Cirillo Company
*/

/* ----------- TABLE STYLE VERSION 5 */
.lotus {
  font-size: 1rem;
}
.lotus ul {
  margin-bottom: 0.5rem;
}
.lotus li {
  font-size: 1rem;
  line-height: 1.1rem;
}
.lotus .calendar-icon i {
    font-size: 28px;
    line-height: 35px;
    text-align: center;
}
.lotus .btn {
  margin-bottom: 0;
}
.lotus .text-center,
.lotus .text-end {
  text-align: left!important;
}

.lotus__cell {
  border-bottom: 1px solid #dcdfeb;
  padding: 0.4rem 0;
}
.lotus--quadro {
  border: 2px solid #dcdfeb;
  padding: 0.3rem 0.4rem;
  margin-bottom: 2rem;
}
.lotus--mb {
  margin-bottom: 0.5rem;
}
.lotus__cell--btn {
  padding: 0.5rem;
  background-color: #e8e8e8;
}
.lotus__cell--btn .btn {
  margin-right: 0.5rem; 
}

.lotus--bullet {
  padding-left: 1rem;
  /* background: url('{{ 'square.png' | asset_url }}') 0 9px no-repeat; */
}

/* per il mobile */
.lotus__mob--quadro {
  border: 2px solid #dcdfeb;
  padding: 0.3rem 0.4rem;
  margin-bottom: 2rem;
}
.lotus__mob_cell--btn {
  padding: 0.5rem;
  background-color: #e8e8e8;
}
.lotus .text-end-mob {
  text-align: right;
}

.lotus__cell--80px {
  width: 80px;
  min-width: 80px;
}
.lotus__lineheight--1 {
  line-height: 1;
}


@media (min-width: 576px) {}
@media (min-width: 768px) {
  .lotus {
    border: none;
    width: 100%;
    padding: 0;
  }

  .lotus__card {
    border: none;
  }
  .lotus--quadro {
    border: none;
    padding: 0;
    margin-bottom: 0;
  }
  .lotus__cell--btn {
    padding: 0;  
    background-color: transparent;
  }
  .lotus__cell--btn .btn {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  
  .lotus--mb {
    margin-bottom: 0;
  }
  .lotus--bt {
    border-top: 1px solid #dcdfeb;
  }
  .lotus--bt2px {
    border-top: 2px solid #6f6f6e;
  }
  .lotus--bb {
    border-bottom: 1px solid #dcdfeb;
  }
  .lotus--bb2px {
    border-bottom: 2px solid #6f6f6e;
  }
  .lotus--bl {
    border-left: 1px solid #dcdfeb;
  }
  .lotus--br {
    border-right: 1px solid #dcdfeb;
  }
  .lotus .text-center {
    text-align: center!important;
  }
  .lotus .text-end {
    text-align: right!important;
  }
  .lotus .lotus__row {
    display: table-row;
    margin: 0;
    border: none;
  }
  .lotus .lotus__cell {
    display: table-cell;
    padding: 0.2rem 0.2rem;
    border-bottom: none;
  }
  .lotus .lotus__cell .btn {
    margin-bottom: 0.4rem;
  }
  .lotus .lotus .lotus__cell .btn {
    margin-bottom: 0;
  }

  .lotus__cell--flex {
    width: auto;
  }
  .lotus__cell--10 { 
    width: 10%;
    min-width: 10%;
  }
  .lotus__cell--20 { 
    width: 20%;
    min-width: 20%;
  }
  .lotus__cell--30 { 
    width: 30%;
  }
  .lotus__cell--70 { 
    width: 70%;
  }
  .lotus__cell--80 { 
    width: 80%;
    min-width: 80%;
  }
  .lotus__cell--90 { 
    width: 90%;
  }
  .lotus__cell--80px {
    width: 80px;
    min-width: 80px;
  }
  .lotus__cell--100px {
    width: 100px;
    min-width: 100px;
  }
  .lotus__cell--120px {
    width: 120px;
    min-width: 120px;
  }
  .lotus__cell--200px {
    width: 200px;
    min-width: 200px;
  }
}
@media (min-width: 992px) {  
  
} 
@media (min-width: 1200px) {}

