/*   
 * Template Name: Bushido - Bootstrap 4 Template for documentations
 * Version: 1.0
 * Author: Xiaoying Riley
 * Modified by: Fabio Ferri
 * License: Creative Commons Attribution 3.0 License
 */
 
/* ======= Menù orizzontale ======= */
 
div#hormenu
{
	width: 100%; 
	float: left; 
	margin: 0; 
	padding: 0;
	/*border-top: 1px solid black;
	background: red;*/
}

div#hormenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#hormenu li
{
    list-style: none;
    float: left; /* Da togliere se si vuole verticale */
    margin-right: 0.5em; /* Da togliere se si vuole verticale */

}

div#hormenu a
{
	display: block;
	padding: 5px;
	color: #000;
	text-decoration: none;

}

div#hormenu a:hover
{
	background-color: gainsboro; /* #000033; */
	color: black; /* #FFFFFF; */
	text-decoration: none;
}

div#hormenu li ul { display: none }

div#hormenu li:hover ul
{
	position: absolute;
	display: block;
	z-index:1;
	width:300px;
	padding: 0;
	margin: 0 0 0 -1px;
	border:1px solid gainsboro;
	background: white;
}

div#hormenu li li   { border:none; width: 300px; }	
div#hormenu li li a { padding:2px 2px 2px 10px; }

table {
    width: 100%;
}
td {
    vertical-align: top;
}
.d1 {
    text-align: left;
}
.d2 {
    text-align:center;
}
.d3 {
    text-align:right;
}
.copy {
    visibility: hidden;
}
.copy, .d3 {
    white-space: nowrap;
} 
/* ======= Base ======= */

.menu-mobile {
  background: rgba(255, 255, 255, 1);
  border: none;
}

@media only screen and (min-width: 600px) {
html, body {
  font-family: 'Open Sans', arial, sans-serif;
  color: #494d55;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
 
  .menu-mobile{display: none;}

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
html, body {
  height: 100%;
  }
.menu-mobile{display: block;}

}

.responsive_banner {
  width: 100%;
  max-width: 800px;  
  height: auto;
}

.responsive_home {
  width: 100%;
  max-width: 400px;  
  height: auto;
}

.responsive_image {
  width: 100%;
  max-width: 500px;  
  height: auto;
}

.responsive_image350 {
  width: 100%;
  max-width: 350px;  
  height: auto;
}

.responsive_image500 {
  width: 100%;
  max-width: 500px;  
  height: auto;
}

.responsive_image750 {
  width: 100%;
  max-width: 750px;  
  height: auto;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
html, body {
  height: 100%;
  Width: 1200px;
  margin: 0 auto;}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  height: 100%;
  Width: 1200px;
  margin: 0 auto;}
 
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  height: 100%;
  Width: 1200px;
  margin: 0 auto;}
  
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  height: 100%;
  Width: 1200px;
  margin: 0 auto;}
  
}

/*
@media only screen and (max-width: 600px) {
html, body {
  height: 100%;
  Width: 1200px;
  margin: 0 auto;
}}*/

/* Extra small devices (phones, 600px and down) 
@media only screen and (max-width: 600px) {
  .example {background: red;}
}

* Small devices (portrait tablets and large phones, 600px and up) *
@media only screen and (min-width: 600px) {
  .example {background: green;}
}

* Medium devices (landscape tablets, 768px and up) *
@media only screen and (min-width: 768px) {
  .example {background: blue;}
} 

* Large devices (laptops/desktops, 992px and up) *
@media only screen and (min-width: 992px) {
  .example {background: orange;}
} 

* Extra large devices (large laptops and desktops, 1200px and up) *
@media only screen and (min-width: 1200px) {
  .example {background: pink;}
}
*/
/* ******************************************** */
.datagrid table 
{ 
	border-collapse: collapse; 
	text-align: left; 
	width: 100%;
} 
.datagrid 
{
	font: normal 12px/150% Arial, Helvetica, sans-serif;
	background: #fff;
	overflow: hidden; 
/*	border: 1px solid #FF0000; */
}
.datagrid table td, .datagrid table th 
{ 
/*	text-align: center;*/ 
	padding: 2px 5px;
}
.datagrid table thead th 
{
/*	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FF0000), color-stop(1, #FF0000) );
	background:-moz-linear-gradient( center top, #FF0000 5%, #FF0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0000', endColorstr='#FF0000');
*/	background-color:#E0E0E0; 
	color:#000000; 
	font-size: 13px; 
/*	font-weight: bold; */
	border-left: 1px solid #000000;
} 
.datagrid table thead th:first-child
{
/*	border: none; */
}
.datagrid table tbody td 
{ 
	color: #000000; 
	border-left: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: normal;
}
.datagrid table tbody .alt td 
{ 
	background: #F7CDCD; 
	color: #80141C; 
}
.datagrid table tbody .altAIM td 
{ 
	background: #FFCC66; 
}
.datagrid table tbody .altGreen td 
{ 
        background: #198754;
        color: #fff;
}
.datagrid table tbody .altM td 
{ 
	background: #B7FFB7; 
}
.datagrid table tbody .altAI td 
{ 
	background: #FFE4B7; 
}
.datagrid table tbody .altG td 
{ 
	background: #F5F5DC; 
}
.datagrid table tbody td:first-child 
{ 
	border-left: none; 
}
.datagrid table tbody tr:last-child td 
{ 
	border-bottom: none; 
}
.datagrid table tfoot td div 
{ 
	border-top: 1px solid #FF0000;
	background: #F7CDCD;
} 
.datagrid table tfoot td 
{ 
	padding: 0;
	font-size: 12px 
} 
.datagrid table tfoot td div
{ 
	padding: 2px; 
}
.datagrid table tfoot td ul 
{ 
	margin: 0; 
	padding:0; 
	list-style: none; 
	text-align: right; 
}
.datagrid table tfoot  li 
{ 
	display: inline; 
}
.datagrid table tfoot li a 
{ 
	text-decoration: none; 
	display: inline-block;  
	padding: 2px 8px; 
	margin: 1px;
	color: #FFFFFF;
	border: 1px solid #991821;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #991821), color-stop(1, #80141C) );
	background:-moz-linear-gradient( center top, #991821 5%, #80141C 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#991821', endColorstr='#80141C');
	background-color:#991821; 
}
.datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover 
{ 
	text-decoration: none;
	border-color: #80141C; 
	color: #FFFFFF; 
	background: none; 
	background-color:#991821;
}
/* ******************************************** */

.page-wrapper {
  min-height: 100%;
  /* equal to footer height */
  /* margin-bottom: -50px; */
}

.page-wrapper:after {
  content: "";
  display: block;
  height: 10px;
}

.footer {
  height: 50px;
}

p {
  line-height: 1.5;
}

a {
  color: #3aa7aa; /*#525252; /*#3aa7aa;*/
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

a:hover {

  color: #494d55;
  text-decoration: none;
  background: #d1d1d1; /*none;*/
/*  
  text-decoration: none; /*underline;*/
/*  color: #000; /*#339597;*/
}

a:focus {
  text-decoration: none;
}

code {
  background: #222;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  padding: 2px 8px;
  padding-top: 4px;
  display: inline-block;
}

.btn, a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}

.btn .svg-inline--fa, a.btn .svg-inline--fa {
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.btn-primary, a.btn-primary {
       width: 100%;
  text-align: center;
  background: #40babd;
  border: 1px solid #40babd;
  color: #fff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.hover, a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:active, a.btn-primary.active, a.btn-primary.hover {
       width: 100%;
  text-align: center;
  background: #3aa7aa;
  color: #fff !important;
  border: 1px solid #3aa7aa;
}

.btn-green, a.btn-menutitle {
       width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #fff; /*#3aa7aa;*/
  border: 0px solid #75c181;
  color: #000 !important;
}

.btn-green, a.btn-menuitem {
       width: 100%;
  margin-bottom: 1px;
  background: #171A4B; /* #40babd; */
  border: 1px solid #171A4B; /* #40babd; */
  color: #fff !important;
}

.btn-green, a.btn-menusubitem {
       width: 100%;
  margin-bottom: 1px;
  background: #4CDDE0;
  border: 1px solid #4CDDE0;
  color: #fff !important;
}

.btn-green, a.btn-green {
       width: 100%;
  background: #75c181;
  border: 1px solid #75c181;
  color: #fff !important;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .btn-green.hover, a.btn-green:hover, a.btn-green:focus, a.btn-green:active, a.btn-green.active, a.btn-green.hover {
  background: #63b971;
  color: #fff !important;
  border: 1px solid #63b971;
}

.body-green .btn-green, .body-green a.btn-green {
  color: #fff !important;
}

.body-green .btn-green:hover, .body-green .btn-green:focus, .body-green .btn-green:active, .body-green .btn-green.active, .body-green .btn-green.hover, .body-green a.btn-green:hover, .body-green a.btn-green:focus, .body-green a.btn-green:active, .body-green a.btn-green.active, .body-green a.btn-green.hover {
  color: #fff !important;
}

.btn-blue, a.btn-blue {
  background: #58bbee;
  border: 1px solid #58bbee;
  color: #fff !important;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .btn-blue.hover, a.btn-blue:hover, a.btn-blue:focus, a.btn-blue:active, a.btn-blue.active, a.btn-blue.hover {
  background: #41b2ec;
  color: #fff !important;
  border: 1px solid #41b2ec;
}

.btn-orange, a.btn-orange {
  background: #F88C30;
  border: 1px solid #F88C30;
  color: #fff !important;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .btn-orange.hover, a.btn-orange:hover, a.btn-orange:focus, a.btn-orange:active, a.btn-orange.active, a.btn-orange.hover {
  background: #f77e17;
  color: #fff !important;
  border: 1px solid #f77e17;
}

.btn-red, a.btn-red {
  background: #f77b6b;
  border: 1px solid #f77b6b;
  color: #fff !important;
}

.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .btn-red.hover, a.btn-red:hover, a.btn-red:focus, a.btn-red:active, a.btn-red.active, a.btn-red.hover {
  background: #f66553;
  color: #fff !important;
  border: 1px solid #f66553;
}

.btn-pink, a.btn-pink {
  background: #EA5395;
  border: 1px solid #EA5395;
  color: #fff !important;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .btn-pink.hover, a.btn-pink:hover, a.btn-pink:focus, a.btn-pink:active, a.btn-pink.active, a.btn-pink.hover {
  background: #e73c87;
  color: #fff !important;
  border: 1px solid #e73c87;
}

.btn-purple, a.btn-purple {
  background: #8A40A7;
  border: 1px solid #8A40A7;
  color: #fff !important;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .btn-purple.hover, a.btn-purple:hover, a.btn-purple:focus, a.btn-purple:active, a.btn-purple.active, a.btn-purple.hover {
  background: #7b3995;
  color: #fff !important;
  border: 1px solid #7b3995;
}

.btn-cta {
  padding: 7px 15px;
}

.search-btn {
  height: 40px;
}

.search-btn .svg-inline--fa {
  top: 0;
  margin-right: 0;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 40px;
  border-color: #f0f0f0;
}

.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #afb3bb;
}

.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #afb3bb;
}

.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #afb3bb;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #afb3bb;
}

.form-control:focus {
  border-color: #e3e3e3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea,
select {
  appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
}

/* ====== Header ====== */
.header {
  background: rgba(255, 255, 255, 1); /* #494d55; */
  color: rgba(255, 255, 255, 1);
  margin-top: 25px;
  border-top: 10px solid rgba(255, 255, 255, 0); /* solid #FFFFFF; /*#40babd;*/
  padding: 5px 0;
}

.header a {
  color: #fff;
}

.header .container {
  position: relative;
}

.branding {
/*  text-transform: uppercase;*/
  margin-bottom: 0px;
  text-align: center;
}

.branding .logo {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}

.branding .logo a {
  text-decoration: none;
}

.branding .text-highlight {
  text-align: center;
  color: #40babd;
}

.body-green .branding .text-highlight {
  color: #75c181;
}

.body-blue .branding .text-highlight {
  color: #58bbee;
}

.body-orange .branding .text-highlight {
  color: #F88C30;
}

.body-red .branding .text-highlight {
  color: #f77b6b;
}

.body-pink .branding .text-highlight {
  color: #EA5395;
}

.body-purple .branding .text-highlight {
  color: #8A40A7;
}

.branding .text-bold {
  font-weight: 800;
  color: #fff;
}

.branding .icon {
  font-size: 24px;
  color: #40babd;
}

.body-green .branding .icon {
  color: #75c181;
}

.body-blue .branding .icon {
  color: #58bbee;
}

.body-orange .branding .icon {
  color: #F88C30;
}

.body-red .branding .icon {
  color: #f77b6b;
}

.body-pink .branding .icon {
  color: #EA5395;
}

.body-purple .branding .icon {
  color: #8A40A7;
}

.breadcrumb {
  background: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3px;
}

.breadcrumb li {
  color: rgba(0,0,0,0.7);
}

.breadcrumb li.active {
  color: rgba(0,0,0,0.7);
}

.breadcrumb li a {
  color: rgba(0,0,0,0.7);
}

.breadcrumb li a:hover {
  color: #fff;
}

.breadcrumb > li + li:before {
  color: rgba(0, 0, 0, 0.4);
}

.search-form {
  position: relative;
}

.search-form .search-input {
  font-size: 14px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-top: 4px;
}

.search-form .search-input:focus {
  border-color: #616670;
}

.search-form .search-btn {
  color: #797f8b;
  background: none;
  border: none;
  position: absolute;
  right: 5px;
  top: 0px;
  margin-right: 0;
}

.search-form .search-btn:active, .search-form .search-btn:focus, .search-form .search-btn:hover {
  outline: none !important;
  color: #31343a;
}

.top-search-box {
  position: absolute;
  right: 15px;
  top: 15px;
}

/* ====== Footer ====== */
.footer {
  background: #26282c;
  color: rgba(255, 255, 255, 255); /* 0.6 */
  padding: 15px 0;
  margin-bottom: 25px;
}

.footer a {
  color: white; /*#40babd;*/
}

.footer .fa-heart {
  color: #EA5395;
}

@media (max-width: 575.98px) {
  .top-search-box {
    width: 100%;
    position: static;
    margin-top: 15px;
  }
}

/* ======= Doc Styling ======= */
.doc-wrapper {
  padding: 0px;/* 45px 0;*/
  background: #ffffff; /* #f9f9fb; */
}

.doc-body {
  position: relative;
}

.doc-header {
  margin-bottom: 30px;
}

.doc-header .doc-title {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
}

.doc-header .doc-title1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}

.doc-header .doc-title2 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  color: rgb(153,153,153);
}

.doc-header .doc-title3 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
}

.doc-header .doc-title4 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  color: rgb(153,153,153);
}

.doc-header .doc-title5 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  color: rgb(153,153,153);
  font-weight: bold;
}

.doc-header .doc-text {
  margin-top: 0;
  text-align: center;
  font-size: 12px;
}

.body-green .doc-header .doc-title {
  color: #75c181;
}

.body-blue .doc-header .doc-title {
  color: #58bbee;
}

.body-orange .doc-header .doc-title {
  color: #F88C30;
}

.body-red .doc-header .doc-title {
  color: #f77b6b;
}

.body-pink .doc-header .doc-title {
  color: #EA5395;
}

.body-purple .doc-header .doc-title {
  color: #8A40A7;
}

.doc-header .icon {
  font-size: 30px;
}

.doc-header .meta {
  color: #a2a6af;
}

.doc-section {
  padding-top: 15px;
  padding-bottom: 15px;
}

.doc-section .section-title {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #d7d6d6;
  border-bottom: 1px solid #d7d6d6;  
}

.doc-section .section-subtitle {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  padding-bottom: 10px;
  /*border-bottom: 1px solid #d7d6d6;*/
}

.doc-section h1 {
  font-size: 24px;
  font-weight: bold;
}

.doc-section h2 {
  font-size: 22px;
  font-weight: bold;
}

.doc-section h3 {
  font-size: 20px;
  font-weight: bold;
}

.doc-section h4 {
  font-size: 18px;
  font-weight: bold;
}

.doc-section h5 {
  font-size: 16px;
  font-weight: bold;
}

.doc-section h6 {
  font-size: 14px;
  font-weight: bold;
}

.image-block {
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 5px 5px 15px 4px #999;
}

.section-block {
  padding-top: 15px;
  padding-bottom: 15px;
}

.section-block .block-title {
  margin-top: 0;
}

.section-block .list > li {
  margin-bottom: 5px;
}

.section-block .list ul > li {
  margin-top: 2px;
}

.question {
  font-weight: 400 !important;
  color: #3aa7aa;
}

.question .body-green {
  color: #63b971;
}

.body-blue .question {
  color: #41b2ec;
}

.body-orange .question {
  color: #f77e17;
}

.body-pink .question {
  color: #e73c87;
}

.body-purple .question {
  color: #7b3995;
}

.question .svg-inline--fa {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  position: relative;
  top: -2px;
}

.question .badge {
  font-size: 11px;
  vertical-align: middle;
}

.answer {
  color: #616670;
}

.code-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

.callout-block {
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  margin-bottom: 30px;
}

.callout-block a {
  color: rgba(0, 0, 0, 0.55) !important;
}

.callout-block a:hover {
  color: rgba(0, 0, 0, 0.65) !important;
}

.callout-block .icon-holder {
  font-size: 30px;
  position: absolute;
  left: 30px;
  top: 30px;
  color: rgba(0, 0, 0, 0.2);
}

.callout-block .content {
  margin-left: 60px;
}

.callout-block .content p:last-child {
  margin-bottom: 0;
}

.callout-block .callout-title {
  margin-top: 0;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.65);
}

.callout-info {
  background: #58bbee;
  color: #fff;
}

.callout-success {
  background: #75c181;
  color: #fff;
}

.callout-warning {
  background: #F88C30;
  color: #fff;
}

.callout-danger {
  background: #f77b6b;
  color: #fff;
}

.table > thead > tr > th {
  border-bottom-color: #8bd6d8;
}

.body-green .table > thead > tr > th {
  border-bottom-color: #bbe1c1;
}

.body-blue .table > thead > tr > th {
  border-bottom-color: #b5e1f7;
}

.body-orange .table > thead > tr > th {
  border-bottom-color: #fbc393;
}

.body-pink .table > thead > tr > th {
  border-bottom-color: #f5aecd;
}

.body-purple .table > thead > tr > th {
  border-bottom-color: #b87fce;
}

.table-bordered > thead > tr > th {
  border-bottom-color: inherit;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

.screenshot-holder {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}

.screenshot-holder img {
  border: 1px solid #f0f0f0;
}

.screenshot-holder .mask {
  display: block;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  text-decoration: none;
}

.screenshot-holder .mask .svg-inline--fa {
  color: #fff;
  font-size: 42px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
}

.screenshot-holder:hover .mask {
  visibility: visible;
}

.jumbotron h1 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 30px;
}

.author-profile {
  margin-top: 30px;
}

.author-profile img {
  width: 100px;
  height: 100px;
}

.speech-bubble {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
}

.speech-bubble .speech-title {
  font-size: 16px;
}

.jumbotron .speech-bubble p {
  font-size: 14px;
  font-weight: normal;
  color: #616670;
}

.speech-bubble:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.theme-card {
  text-align: center;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  height: 100%;
}

.theme-card .card-block {
  padding: 15px;
}

.theme-card .mask {
  display: block;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  text-decoration: none;
}

.theme-card .mask .icon {
  color: #fff;
  font-size: 42px;
  margin-top: 25%;
}

.theme-card:hover .mask {
  visibility: visible;
}

/* Color Schemes */
.body-green .header {
  border-color: #75c181;
}

.body-green a {
  color: #75c181;
}

.body-green a:hover {
  color: #52b161;
}

.body-blue .header {
  border-color: #58bbee;
}

.body-blue a {
  color: #58bbee;
}

.body-blue a:hover {
  color: #2aa8e9;
}

.body-orange .header {
  border-color: #F88C30;
}

.body-orange a {
  color: #F88C30;
}

.body-orange a:hover {
  color: #ed7108;
}

.body-pink .header {
  border-color: #EA5395;
}

.body-pink a {
  color: #EA5395;
}

.body-pink a:hover {
  color: #e42679;
}

.body-purple .header {
  border-color: #8A40A7;
}

.body-purple a {
  color: #8A40A7;
}

.body-purple a:hover {
  color: #6c3282;
}

.body-red .header {
  border-color: #f77b6b;
}

.body-red a {
  color: #f77b6b;
}

.body-red a:hover {
  color: #f4503b;
}

/* Sidebar */
.doc-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
}

/* Extra small devices (phones, 600px and down) *
@media only screen and (max-width: 600px) {
html, body {
  height: 100%;
  }
}
*/

.doc-menu {
  list-style: none;
}

.doc-menu .nav-link {
  margin-top: 1px;
  display: block;
  padding: 0px 5px;
  color: #616670;
}
.doc-menu .nav-title{
  margin-bottom: 3px;
  display: block;
  padding: 0px 5px;
  color: #616670;
  font-weight: bold;
  /*border-bottom: 1px solid #d7d6d6;  */
}

.doc-menu hr{
  margin-bottom: 3px;
}

.doc-menu .nav-link:hover, .doc-menu .nav-link:focus {
  color: #494d55;
  text-decoration: none;
  background: #d1d1d1; 
}

.doc-menu .nav-link.active {
  background: none;
  color: #40babd;
  font-weight: 600;
}

.body-green .doc-menu .nav-link.active {
  color: #75c181;
  border-color: #75c181;
}

.body-blue .doc-menu .nav-link.active {
  color: #58bbee;
  border-color: #58bbee;
}

.body-orange .doc-menu .nav-link.active {
  color: #F88C30;
  border-color: #F88C30;
}

.body-red .doc-menu .nav-link.active {
  color: #f77b6b;
  border-color: #f77b6b;
}

.body-pink .doc-menu .nav-link.active {
  color: #EA5395;
  border-color: #EA5395;
}

.body-purple .doc-menu .nav-link.active {
  color: #8A40A7;
  border-color: #8A40A7;
}

.doc-sub-menu {
  list-style: none;
  padding-left: 0;
}

.doc-sub-menu .nav-link {
  margin-bottom: 1px;
  font-size: 12px;
  display: block;
  color: #616670;
  padding: 0;
  padding-left: 34px;
  background: none;
}

.doc-sub-menu .nav-link:first-child {
  padding-top: 0px;
}

.doc-sub-menu .nav-link:hover {
  color: #494d55;
  text-decoration: none;
  background: #d1d1d1;
}

.doc-sub-menu .nav-link:focus {
  background: none;
}

.doc-sub-menu .nav-link.active {
  background: none;
  color: #40babd;
}

.body-green .doc-sub-menu .nav-link.active {
  color: #75c181;
}

.body-blue .doc-sub-menu .nav-link.active {
  color: #58bbee;
}

.body-orange .doc-sub-menu .nav-link.active {
  color: #F88C30;
}

.body-red .doc-sub-menu .nav-link.active {
  color: #f77b6b;
}

.body-pink .doc-sub-menu .nav-link.active {
  color: #EA5395;
}

.body-purple .doc-sub-menu .nav-link.active {
  color: #8A40A7;
}

/*
.affix-top {
  position: absolute;
  top: 15px;
}

.affix {
  top: 15px;
}

.affix, 
.affix-bottom {
  width: 230px;
}

.affix-bottom {
  position: absolute;
}
*/
/* ===== Promo block ===== */

#promo-block{
  /*font-family: 'Century Gothic', 'Apple Gothic', 'Didact Gothic', AppleGothic, sans-serif, sans-serif; 
  background-color: transparent; 
  color: rgb(41, 41, 41); 
  padding-top: 32px; 
  line-height: 22px; 
  font-size: 12px; 
  text-transform: none; */
  background-image: url(sfondo_piepagina.png); 
  background-repeat: repeat repeat;
}

.promo-block {
  background: #d1d1d1; /*#3aa7aa;*/
}

.body-green .promo-block {
  background: #63b971;
}

.body-blue .promo-block {
  background: #41b2ec;
}

.body-orange .promo-block {
  background: #f77e17;
}

.body-pink .promo-block {
  background: #e73c87;
}

.body-purple .promo-block {
  background: #7b3995;
}

.promo-block a {
  color: rgba(0, 0, 0, 1);
  font-weight: bold;
}

.promo-block a:hover {
  color: rgba(0, 0, 0, 1);
}

.promo-block .promo-block-inner {
  padding: 25px;
  color: #000; /*#fff;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.promo-block .promo-title {
  font-size: 12px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
}

.promo-block .promo-title .svg-inline--fa {
  color: rgba(0, 0, 0, 1);
}

.promo-block .figure-holder-inner {
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

.promo-block .figure-holder-inner img {
  border: 5px solid #fff;
}

.promo-block .figure-holder-inner .mask {
  display: block;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  text-decoration: none;
}

.promo-block .figure-holder-inner .mask .svg-inline--fa {
  color: #fff;
  font-size: 36px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
}

.promo-block .figure-holder-inner .mask .svg-inline--fa.pink {
  color: #EA5395;
}

.promo-block .figure-holder-inner:hover .mask {
  visibility: visible;
}

.promo-block .content-holder-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.promo-block .content-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
}

.promo-block .highlight {
  color: rgba(0, 0, 0, 0.6);
}

.promo-block .btn-cta {
  background: rgba(0, 0, 0, 0.35);
  border: none;
  color: #fff !important;
  margin-bottom: 15px;
}

.promo-block .btn-cta:hover {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff !important;
}

/* ===== Bottom block ===== */
.bottom-block {
  background: rgba(256, 256, 256, 1);
}

.body-green .bottom-block {
  background: #63b971;
}

.body-blue .bottom-block {
  background: #41b2ec;
}

.body-orange .bottom-block {
  background: #f77e17;
}

.body-pink .bottom-block {
  background: #e73c87;
}

.body-purple .bottom-block {
  background: #7b3995;
}

.bottom-block a {
  color: rgba(0, 0, 0, 1);
  font-weight: bold;
}

.bottom-block a:hover {
  color: rgba(0, 0, 0, 1);
}

.bottom-block .bottom-block-inner {
  padding: 25px;
  color: rgba(0, 0, 0, 0.7);/*
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;*/
}

.bottom-block .bottom-title {
  font-size: 12px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
}

.bottom-block .bottom-title .svg-inline--fa {
  color: rgba(0, 0, 0, 1);
}

.bottom-block .figure-holder-inner {
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

.bottom-block .figure-holder-inner img {
  border: 5px solid #fff;
}

.bottom-block .figure-holder-inner .mask {
  display: block;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  text-decoration: none;
}

.bottom-block .figure-holder-inner .mask .svg-inline--fa {
  color: #fff;
  font-size: 36px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
}

.bottom-block .figure-holder-inner .mask .svg-inline--fa.pink {
  color: #EA5395;
}

.bottom-block .figure-holder-inner:hover .mask {
  visibility: visible;
}

.bottom-block .content-holder-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.bottom-block .content-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
}

.bottom-block .highlight {
  color: rgba(0, 0, 0, 0.6);
}

.bottom-block .btn-cta {
  background: rgba(0, 0, 0, 0.35);
  border: none;
  color: #fff !important;
  margin-bottom: 15px;
}

.bottom-block .btn-cta:hover {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff !important;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .jumbotron {
    padding: 30px 15px;
  }
  .jumbotron h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .jumbotron p {
    font-size: 18px;
  }
  .promo-block .promo-block-inner {
    padding: 30px 15px;
  }
  .promo-block .content-holder-inner {
    padding: 0;
  }
  .promo-block .promo-title {
    margin-bottom: 30px;
  }
}

/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky:before,
.sticky:after {
  content: '';
  display: table;
}

/* ======= Landing Page ======= */
.landing-page .header {
  background: #494d55;
  color: rgba(255, 255, 255, 0.85);
  padding: 60px 0;
}

.landing-page .header a {
  color: #fff;
}

.landing-page .branding {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.landing-page .branding .logo {
  font-size: 38px;
  margin-top: 0;
  margin-bottom: 0;
}

.landing-page .branding .text-bold {
  font-weight: 800;
  color: #fff;
}

.landing-page .branding .icon {
  font-size: 32px;
  color: #40babd;
}

.landing-page .tagline {
  font-weight: 600;
  font-size: 20px;
}

.landing-page .tagline p {
  margin-bottom: 5px;
}

.landing-page .tagline p:last-child {
  margin-bottom: 0;
}

.landing-page .tagline .text-highlight {
  color: #266f71;
}

.landing-page .fa-heart {
  color: #EA5395;
}

.landing-page .cta-container {
  margin-top: 30px;
}

.landing-page .social-container .twitter-tweet {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 5px;
}

.landing-page .social-container .fab-like {
  display: inline-block;
}

.cards-section {
  padding: 60px 0;
  background: #f9f9fb;
}

.cards-section .title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}

.cards-section .intro {
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 60px;
  color: #616670;
}

.cards-section .cards-wrapper {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.cards-section .item {
  margin-bottom: 30px;
}

.cards-section .item .icon-holder {
  margin-bottom: 15px;
}

.cards-section .item .icon {
  font-size: 36px;
}

.cards-section .item .title {
  font-size: 16px;
  font-weight: 600;
}

.cards-section .item .intro {
  margin-bottom: 15px;
}

.cards-section .item-inner {
  padding: 45px 30px;
  background: #fff;
  position: relative;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 100%;
}

.cards-section .item-inner .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("../images/empty.gif");
  /* for IE8 */
}

.cards-section .item-inner:hover {
  background: #f5f5f5;
}

.cards-section .item-primary .item-inner {
  border-top: 3px solid #40babd;
}

.cards-section .item-primary .item-inner:hover .title {
  color: #2d8284;
}

.cards-section .item-primary .icon {
  color: #40babd;
}

.cards-section .item-green .item-inner {
  border-top: 3px solid #75c181;
}

.cards-section .item-green .item-inner:hover .title {
  color: #48a156;
}

.cards-section .item-green .icon {
  color: #75c181;
}

.cards-section .item-blue .item-inner {
  border-top: 3px solid #58bbee;
}

.cards-section .item-blue .item-inner:hover .title {
  color: #179de2;
}

.cards-section .item-blue .icon {
  color: #58bbee;
}

.cards-section .item-orange .item-inner {
  border-top: 3px solid #F88C30;
}

.cards-section .item-orange .item-inner:hover .title {
  color: #d46607;
}

.cards-section .item-orange .icon {
  color: #F88C30;
}

.cards-section .item-red .item-inner {
  border-top: 3px solid #f77b6b;
}

.cards-section .item-red .item-inner:hover .title {
  color: #f33a22;
}

.cards-section .item-red .icon {
  color: #f77b6b;
}

.cards-section .item-pink .item-inner {
  border-top: 3px solid #EA5395;
}

.cards-section .item-pink .item-inner:hover .title {
  color: #d61a6c;
}

.cards-section .item-pink .icon {
  color: #EA5395;
}

.cards-section .item-purple .item-inner {
  border-top: 3px solid #8A40A7;
}

.cards-section .item-purple .item-inner:hover .title {
  color: #5c2b70;
}

.cards-section .item-purple .icon {
  color: #8A40A7;
}

@media (max-width: 575.98px) {
  .main-search-box {
    width: 100%;
  }
  .main-search-box .search-form .search-input {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .cards-section .item-inner {
    padding: 30px 15px;
  }
}

@media (min-width: 576px) {
  .main-search-box .search-form .search-input {
    width: 400px;
  }
}

@media (min-width: 768px) {
  .main-search-box .search-form .search-input {
    width: 560px;
  }
}