﻿
body {
    height: 100%;
    /*height:auto !important;*/
    /*background-color: #4096EE;
	background-image: url(images/Sfondo.jpg);*/
    background-repeat: repeat;
    background-attachment: scroll;
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
    font-size: small;
    /*text-align: justify;*/
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
    /*Per IE scrollbar*/
    -ms-overflow-style: scrollbar;
}

/* Aggiustamenti rispetto a Bootstrap*/
table {
  border-spacing: 2px;
  border-collapse: inherit;
}
td,
th {
  padding: 2px;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size: small;
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
}

.panel {
    margin-bottom: 0px;
}

.card-header-table
{
  padding: 0px 0px;
}

.panel-footer-table 
{
  padding: 0px 0px;
}

.transparent
{
    background-color: transparent;
}

.opaco
{
    opacity: .95;
}

.opacoshadow {
    opacity: .95;
    border-radius: 6px;
    box-shadow: 2px 2px 2px #222222;
}

.opacoshadow2 {
    opacity: 1;
    border-radius: 2px;
    box-shadow: 2px 2px 2px #222222;
}

.widget-programma {
    background-color: rgba(255, 255, 255, .7);
    /*opacity: .90;*/
    border-radius: 6px;
    box-shadow: 1px 1px 1px #222222;
    margin: 2px 6px 2px 6px;
    text-align: center;
    float: left;
    font-size: small;
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
}

    .widget-programma:hover {
        background-color: whitesmoke;
        opacity: 1;
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.widget {
    background-color: rgba(255, 255, 255, .7);
    /*opacity: .90;*/
    border-radius: 6px;
    box-shadow: 1px 1px 1px #222222;
    margin: 2px 6px 2px 6px;
    text-align: center;
    float: left;
    font-size: small;
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
}

    .widget:hover {
        opacity: 1;
        background-color: whitesmoke;
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.widget-textshadow {
    text-shadow: black 0.05em 0.05em 0.05em;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
{
  padding-right: 0px;
  padding-left: 0px;
}

.col-xl-1, .col-xxl-1, .col-xxxl-1, .col-xl-2, .col-xxl-2, .col-md-2, .col-xxxl-2, .col-xl-3, .col-xxl-3, .col-md-3, .col-xxxl-3, .col-xl-4, .col-xxl-4, .col-md-4, .col-xxxl-4, .col-xl-5, .col-xxl-5, .col-md-5, .col-xxxl-5, .col-xl-6, .col-xxl-6, .col-md-6, .col-xxxl-6, .col-xl-7, .col-xxl-7, .col-md-7, .col-xxxl-7, .col-xl-8, .col-xxl-8, .col-md-8, .col-xxxl-8, .col-xl-9, .col-xxl-9, .col-md-9, .col-xxxl-9, .col-xl-10, .col-xxl-100, .col-xxxl-10, .col-xl-11, .col-xxl-111, .col-xxxl-11, .col-xl-12, .col-xxl-122, .col-xxxl-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.carousel-caption
{
    text-shadow: 1px 1px 1px #000000;
    color: yellow;
}

* {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

/*
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: scrollbar;
    border: 1px solid #ddd;
  }*/

/* PAGE CONTAINERS ---------------------------------------------------------- */

#page {
    min-height: 800px;
    padding: 90px 0px 0px 0px;
    margin: 0 0 0 0;
    text-align: left;
    background-color: transparent;
    background-repeat: repeat;
    font-size: small;
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
}

#pagenofixed {
    min-height: 800px;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    text-align: left;
    background-color: transparent;
    background-repeat: repeat;
    font-size: small;
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
}

#pagescroll {
    min-height: 800px;
    padding: 100px 0px 0px 0px;
    margin: 0px auto;
    text-align: left;
    background-color: transparent;
    background-repeat: repeat;
    font-size: small;
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
}

/* html #page
{
	height: 100%;
}
*/

#page_transparent {
    /*min-height: 300px;*/
    margin: 0px auto;
    padding: 0 0 0 0;
    text-align: left;
    background-color: transparent;
    font-size: small;
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
}

#pagecenter {
    /*min-height: 300px;*/
    margin: 0px auto;
    padding: 0 0 0 0;
    text-align: center;
    background-color: transparent;
    align-content: center;
    font-size: small;
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
}

#pagecenter_transparent {
    /*min-height: 300px;*/
    margin: 0px auto;
    padding: 0 0 0 0;
    text-align: center;
    align-content: center;
    background-color: transparent;
    font-size: small;
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
}

/* Header */

#header {
    position: fixed !important;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 90px;
    background-color: darkblue;
    z-index: 12000;
    font-size: small;
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
}

#header2 {
    position: fixed !important;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 100px;
    background-color: whitesmoke;
    z-index: 12000;
    font-size: small;
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
    box-shadow: 2px 2px 2px #666666;
}

#headernofixed {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    height: 80px;
    background-color: darkblue;
    z-index: 12000;
    font-size: small;
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
}

#headercenter {
    margin: 0px auto;
    padding: 0px;
    background-color: transparent;
    text-align: center;
    align-content: center;
    font-size: small;
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
}

#header h1 {
    float: left;
    margin: 0px;
    padding-top: 20px;
    font-size: 1.1rem;
    letter-spacing: -2px;
    font-size: small;
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
}

#header h2 {
    float: right;
    margin: 10px 0px 0px 0px;
    padding-top: 28px;
    font-size: 1rem;
    letter-spacing: -1px;
    color: #FFFFFF;
    font-size: small;
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
}

.grid-container {
    display: inline-grid;
    grid-template-columns: auto auto auto;
    line-height: 30px;
    height: 30px;
}

    .grid-container:hover {
        background-color: lightsteelblue;
        background-clip: content-box;
    }

    .grid-container a:link
    {
        text-decoration: none;
    }

    .grid-container a:visited {
        text-decoration: none;
    }

    .grid-container a:hover {
        text-decoration: none;
    }

    .grid-container a:active {
        text-decoration: none;
    }

.grid-item {
    text-align: left;
    padding: 0px 2px 2px 2px;
}

.grid-item-tab {
    text-align: right;
    padding: 0px 2px 2px 2px;
    min-width: 30px;
}

.grid-item-small {
    text-align: left;
    vertical-align: text-top;
    padding: 0px 2px 2px 2px;
    height: 12px;
}

/*Main menu*/
.mainMenu {
    /*text-transform: uppercase;*/
}

    .mainMenu .rmRootGroup .rmRootLink {
        line-height: 30px;
        height: 30px;
    }

        .mainMenu .rmRootGroup .rmRootLink .rmToggle {
            height: 30px;
        }

    /*Bootstrap skin*/
    .mainMenu.RadMenu_Bootstrap .rmRootGroup .rmRootLink {
        padding: 14px;
        line-height: 1;
        height: 1em;
    }

        .mainMenu.RadMenu_Bootstrap .rmRootGroup .rmRootLink .rmToggle {
            height: 1em;
        }

    /*Material skin*/
    .mainMenu.RadMenu_Material .rmRootGroup .rmRootLink {
        padding: 14px 24px;
        line-height: 1;
        height: 1em;
    }

        .mainMenu.RadMenu_Material .rmRootGroup .rmRootLink .rmToggle {
            height: 1em;
        }

.mainMenu.RadMenu_Outlook .icon-sofa:hover .rmLeftImage,
.mainMenu.icon-sofa .rmLeftImage {
    background-position: 0 0;
}

.mainMenu.RadMenu_Outlook .icon-chair:hover .rmLeftImage,
.mainMenu.icon-chair .rmLeftImage {
    background-position: -20px 0;
}

.mainMenu.RadMenu_Outlook .icon-table:hover .rmLeftImage,
.mainMenu.icon-table .rmLeftImage {
    background-position: -40px 0;
}

.mainMenu.RadMenu_MetroTouch .rmSelected.icon-sofa .rmLeftImage,
.mainMenu.RadMenu_Metro .rmSelected.icon-sofa .rmLeftImage,
.mainMenu.RadMenu_Glow .icon-sofa .rmLeftImage,
.mainMenu.RadMenu_Silk .icon-sofa:hover .rmLeftImage,
.mainMenu.RadMenu_Silk .rmSelected.icon-sofa .rmLeftImage,
.mainMenu.RadMenu_Telerik .rmSelected.icon-sofa .rmLeftImage,
.mainMenu.RadMenu_Sunset .rmSelected.icon-sofa .rmLeftImage,
.mainMenu.RadMenu_Black .icon-sofa .rmLeftImage,
.mainMenu.RadMenu_BlackMetroTouch .icon-sofa .rmLeftImage,
.mainMenu.RadMenu_Outlook .icon-sofa .rmLeftImage,
.mainMenu.RadMenu_Outlook .rmSelected.icon-sofa .rmLeftImage,
.mainMenu.RadMenu_Simple .icon-sofa:hover .rmLeftImage,
.mainMenu.RadMenu_Simple .rmSelected.icon-sofa .rmLeftImage {
    background-position: 0 -20px;
}

.mainMenu.RadMenu_MetroTouch .rmSelected.icon-chair .rmLeftImage,
.mainMenu.RadMenu_Metro .rmSelected.icon-chair .rmLeftImage,
.mainMenu.RadMenu_Glow .icon-chair .rmLeftImage,
.mainMenu.RadMenu_Silk .icon-chair:hover .rmLeftImage,
.mainMenu.RadMenu_Silk .rmSelected.icon-chair .rmLeftImage,
.mainMenu.RadMenu_Telerik .rmSelected.icon-chair .rmLeftImage,
.mainMenu.RadMenu_Sunset .rmSelected.icon-chair .rmLeftImage,
.mainMenu.RadMenu_Black .icon-chair .rmLeftImage,
.mainMenu.RadMenu_BlackMetroTouch .icon-chair .rmLeftImage,
.mainMenu.RadMenu_Outlook .icon-chair .rmLeftImage,
.mainMenu.RadMenu_Outlook .rmSelected.icon-chair .rmLeftImage,
.mainMenu.RadMenu_Simple .icon-chair:hover .rmLeftImage,
.mainMenu.RadMenu_Simple .rmSelected.icon-chair .rmLeftImage {
    background-position: -20px -20px;
}

.mainMenu.RadMenu_MetroTouch .rmSelected.icon-table .rmLeftImage,
.mainMenu.RadMenu_Metro .rmSelected.icon-table .rmLeftImage,
.mainMenu.RadMenu_Glow .icon-table .rmLeftImage,
.mainMenu.RadMenu_Silk .icon-table:hover .rmLeftImage,
.mainMenu.RadMenu_Silk .rmSelected.icon-table .rmLeftImage,
.mainMenu.RadMenu_Telerik .rmSelected.icon-table .rmLeftImage,
.mainMenu.RadMenu_Sunset .rmSelected.icon-table .rmLeftImage,
.mainMenu.RadMenu_Black .icon-table .rmLeftImage,
.mainMenu.RadMenu_BlackMetroTouch .icon-table .rmLeftImage,
.mainMenu.RadMenu_Outlook .icon-table .rmLeftImage,
.mainMenu.RadMenu_Outlook .rmSelected.icon-table .rmLeftImage,
.mainMenu.RadMenu_Simple .icon-table:hover .rmLeftImage,
.mainMenu.RadMenu_Simple .rmSelected.icon-table .rmLeftImage {
    background-position: -40px -20px;
}

/*
#header a 
{
	text-decoration: none;
	color: #FFFFFF;
}
*/

/* Footer */

#footer {
    margin: 0px auto;
    padding: 3px 0px 0px 0px;
    text-align: center;
    font-size: small;
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
}

#footer p 
{
	margin: 0px;
	padding-top: 15px;
	text-align: justify;
	font-size: 0.9rem;
	color: #999999;
}

#footer a 
{
	text-decoration: none;
	color: Blue;
}

#footer a:hover
{
	text-decoration: none;
	color: Blue;
}

#content {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    background-color: transparent;
    border-radius: 2px;
    box-shadow: 1px 1px 1px #666666;
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
    font-size: small;
    /*overflow: hidden;*/
}

#contentcenter_transparent {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    align-content: center;
    background-color: transparent;
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
    font-size: small;
}

form
{
	margin-top: 0px;
	padding-bottom: 0px;
	font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
	font-size: small;
}

span
{
	margin-top: 0px;
	padding-bottom: 0px;
	font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
	font-size: small;
}

input.text
{
	font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
	font-size: small;
}

html body .RadLabel {
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
    font-size: small;
}

html body .RadInput {
    /*box-shadow: 3px 3px 3px black;*/
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
    font-size: small;
}

html body .RadInput .riRead
{

}

html body .RadInput .riTextBox.riEmpty
{

}

html body form .RadInput .riTextBox.riDisabled
{

}

html body form .RadInput .riTextBox.riEnabled
{
    
}

html body form .RadInput .riTextBox.riHover
{
    box-shadow: 0px 0px 5px #666666;
}

html body form .RadInput .riTextBox.riFocused
{
    border-color: #66afe9;
    outline: 0;   
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

html body form .RadInput .riTextBox.riError
{
    box-shadow: 2px 2px 3px red;
}

html body form .RadInput .riTextBox.riNegative
{

}

html body .RadComboBox
{
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

html body .RadComboBox .rcbHovered
{
    box-shadow: 2px 2px 2px #666666;
}

html body .RadComboBox .rcbFocused
{
    border-color: #66afe9;
    outline: 0;   
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

html body .RadComboBoxDropDown {
    box-shadow: 2px 2px 2px #666666;
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
    font-size: small;
}

html body .RadCalendar {
    box-shadow: 2px 2px 2px #666666;
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
    font-size: small;
}

html body .RadDataPicker {
    box-shadow: 2px 2px 2px #666666;
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
    font-size: small;
}

/*
html body .RadDataPicker .riTextBox
{
    box-shadow: 30.1em 0.1em 0.2em black;
}
*/

html body .RadGrid {
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
    font-size: small;
    /*
    box-shadow: 0.1em 0.1em 0.2em black;
    border-radius: 3px;
    overflow: hidden;
    */
}


html body .RadTreeView {
    font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
    font-size: small;
    /*
    border-radius: 3px;
    box-shadow: 0.1em 0.1em 0.2em black;
    */
}

/*
html body .RadToolbar .rtbOuter
{
    box-shadow: 0.1em 0.1em 0.2em black;
}
*/

/* 
    Simple Button with rounded corners and shadows 
html body .RadButton {
    border-radius: 5px;
    box-shadow: 0.1em 0.1em 0.2em black;
    top: 1px;
    left: 0px;
    width: 50%;
}
 
html body .RadButton:hover {
     box-shadow: 0.1em 0.1em 0.2em blue;
}*/

    /*-----------------------------------------------------------------------------------------------------------*/
    /* Da Togliere quando Telerik risolve il problema degli spin button sui campi allineati a destra */
.riContSpinButtons input.riTextBox {
    padding-right: 3em;
}
 
.RadPicker input.riTextBox {
    padding-right: 2em;
}
 
.RadDateTimePicker input.riTextBox {
    padding-right: 4.5em;
}

.RadGrid input.riTextBox {
    padding-right: 3.5em;
}

/*-----------------------------------------------------------------------------------------------------------*/

.fisso {
  position: fixed
}

@media screen (max-width: 800px) {
    .fisso { 
        position: unset
    }
}

    .module {
        float: left;
        clear: left;
        width: 100%;
        margin: 0 0 1.5em 0;
        padding: 0;
        border: 1px solid #BFBAB0;
        background-color: ghostwhite; /* #F2EFE9; */
        text-align: left;
        border-radius: 5px;
        box-shadow: 0.1em 0.1em 0.2em black;
    }

        .module .title_blue {
            height: 32px;
            padding: 0px 0px 0px 10px;
            line-height: 32px;
            background: #d0e4f7; /* Old browsers */
            background: -moz-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* IE6-9 */
            font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
            font-size: 1.2rem;
            /*font-weight: bold;*/
            color: White;
            vertical-align: central;
            text-shadow: black 0.1em 0.1em 0.1em;
        }

        .module .title_red {
            height: 32px;
            padding: 0px 0px 0px 10px;
            line-height: 32px;
            background: #efc5ca; /* Old browsers */
            background: -moz-linear-gradient(top, #efc5ca 0%, #d24b5a 50%, #ba2737 51%, #f18e99 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc5ca', endColorstr='#f18e99',GradientType=0 ); /* IE6-9 */
            font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
            font-size: 1.2rem;
            /*font-weight: bold;*/
            color: White;
            vertical-align: central;
            text-shadow: black 0.1em 0.1em 0.1em;
        }

        .module .title_green {
            height: 32px;
            padding: 0px 0px 0px 10px;
            line-height: 32px;
            background: #bfd255; /* Old browsers */
            background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
            font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
            font-size: 1.2rem;
            /*font-weight: bold;*/
            color: White;
            vertical-align: central;
            text-shadow: black 0.1em 0.1em 0.1em;
        }

        .module .title_grey {
            height: 32px;
            padding: 0px 2px 0px 10px;
            line-height: 32px;
            background: #f5f6f6; /* Old browsers */
            background: -moz-linear-gradient(top, #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
            font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
            font-size: 1.1rem;
            /*font-weight: bold;*/
            color: black;
            vertical-align: central;
            text-shadow: 1px 1px 0px White;
        }

    .module_transparent {
        float: left;
        clear: left;
        width: 100%;
        margin: 0 0 1.5em 0;
        padding: 0;
        border-style: none;
        background-color: transparent;
        text-align: left;
    }

        .module_transparent .title_blue {
            height: 32px;
            padding: 0px 0px 0px 10px;
            line-height: 32px;
            background: #d0e4f7; /* Old browsers */
            background: -moz-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* IE6-9 */
            font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
            font-size: 1.2rem;
            /*font-weight: bold;*/
            color: White;
            vertical-align: central;
            text-shadow: black 0.1em 0.1em 0.1em;
        }

        .module_transparent .title_red {
            height: 32px;
            padding: 0px 0px 0px 10px;
            line-height: 32px;
            background: #efc5ca; /* Old browsers */
            background: -moz-linear-gradient(top, #efc5ca 0%, #d24b5a 50%, #ba2737 51%, #f18e99 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc5ca', endColorstr='#f18e99',GradientType=0 ); /* IE6-9 */
            font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
            font-size: 1.2rem;
            /*font-weight: bold;*/
            color: White;
            vertical-align: central;
            text-shadow: black 0.1em 0.1em 0.1em;
        }

        .module_transparent .title_green {
            height: 32px;
            padding: 0px 0px 0px 10px;
            line-height: 32px;
            background: #bfd255; /* Old browsers */
            background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
            font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
            font-size: 1.2rem;
            /*font-weight: bold;*/
            color: White;
            vertical-align: central;
            text-shadow: black 0.1em 0.1em 0.1em;
        }

        .module_transparent .title_grey {
            height: 32px;
            padding: 0px 2px 0px 10px;
            line-height: 32px;
            background: #f5f6f6; /* Old browsers */
            background: -moz-linear-gradient(top, #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
            font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
            font-size: 1.1rem;
            /*font-weight: bold;*/
            color: black;
            vertical-align: central;
            text-shadow: 1px 1px 0px White;
        }

    .module_blank {
        float: left;
        clear: left;
        width: 100%;
        margin: 0 0 1.5em 0;
        padding: 0;
        border-style: none;
        background-color: White;
        text-align: left;
        border-radius: 5px;
        box-shadow: 0.1em 0.1em 0.2em black;
    }

        .module_blank .title_blue {
            height: 32px;
            padding: 0px 0px 0px 10px;
            line-height: 32px;
            background: #d0e4f7; /* Old browsers */
            background: -moz-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* IE6-9 */
            font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
            font-size: 1.2rem;
            /*font-weight: bold;*/
            color: White;
            vertical-align: central;
            text-shadow: black 0.1em 0.1em 0.1em;
        }

        .module_blank .title_red {
            height: 32px;
            padding: 0px 0px 0px 10px;
            line-height: 32px;
            background: #efc5ca; /* Old browsers */
            background: -moz-linear-gradient(top, #efc5ca 0%, #d24b5a 50%, #ba2737 51%, #f18e99 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc5ca', endColorstr='#f18e99',GradientType=0 ); /* IE6-9 */
            font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
            font-size: 1.2rem;
            /*font-weight: bold;*/
            color: White;
            vertical-align: central;
            text-shadow: black 0.1em 0.1em 0.1em;
        }

        .module_blank .title_green {
            height: 32px;
            padding: 0px 0px 0px 10px;
            line-height: 32px;
            background: #bfd255; /* Old browsers */
            background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
            font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
            font-size: 1.2rem;
            /*font-weight: bold;*/
            color: White;
            vertical-align: central;
            text-shadow: black 0.1em 0.1em 0.1em;
        }

        .module_blank .title_grey {
            height: 32px;
            padding: 0px 2px 0px 10px;
            line-height: 32px;
            background: #f5f6f6; /* Old browsers */
            background: -moz-linear-gradient(top, #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
            font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
            font-size: 1.1rem;
            /*font-weight: bold;*/
            color: black;
            vertical-align: central;
            text-shadow: 1px 1px 0px White;
        }

    .module_tabs {
        float: left;
        clear: left;
        width: 100%;
        margin: 0 0 1.5em 0;
        padding: 0;
        border: 2px outset #BFBAB0;
        background-color: whitesmoke; /* #F2EFE9; */
        /*background-image: url(images/Sfondo-Gold.jpg);*/
        background-repeat: repeat-x;
        text-align: left;
        border-radius: 5px;
        box-shadow: 0.1em 0.1em 0.2em black;
    }

        .module_tabs .title_blue {
            height: 32px;
            padding: 0px 0px 0px 10px;
            line-height: 32px;
            background: #d0e4f7; /* Old browsers */
            background: -moz-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* IE6-9 */
            font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
            font-size: 1.2rem;
            /*font-weight: bold;*/
            color: White;
            vertical-align: central;
            text-shadow: black 0.1em 0.1em 0.1em;
        }

        .module_tabs .title_red {
            height: 32px;
            padding: 0px 0px 0px 10px;
            line-height: 32px;
            background: #efc5ca; /* Old browsers */
            background: -moz-linear-gradient(top, #efc5ca 0%, #d24b5a 50%, #ba2737 51%, #f18e99 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #efc5ca 0%,#d24b5a 50%,#ba2737 51%,#f18e99 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc5ca', endColorstr='#f18e99',GradientType=0 ); /* IE6-9 */
            font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
            font-size: 1.2rem;
            /*font-weight: bold;*/
            color: White;
            vertical-align: central;
            text-shadow: black 0.1em 0.1em 0.1em;
        }

        .module_tabs .title_green {
            height: 32px;
            padding: 0px 0px 0px 10px;
            line-height: 32px;
            background: #bfd255; /* Old browsers */
            background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
            font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
            font-size: 1.2rem;
            /*font-weight: bold;*/
            color: White;
            vertical-align: central;
            text-shadow: black 0.1em 0.1em 0.1em;
        }

        .module_tabs .title_grey {
            height: 32px;
            padding: 0px 2px 0px 10px;
            line-height: 32px;
            background: #f5f6f6; /* Old browsers */
            background: -moz-linear-gradient(top, #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
            font-family: "Segoe UI", Verdana, Trebuchet MS, Arial;
            font-size: 1.1rem;
            /*font-weight: bold;*/
            color: black;
            vertical-align: central;
            text-shadow: 1px 1px 0px White;
        }

    /*
.textshadow
{
    text-shadow: black 0.1em 0.1em 0.2em;
}

.textshadow_blank
{
    text-shadow: white 0.1em 0.1em 0.2em;
}

.textshadow_big
{
    text-shadow: black 0.2em 0.2em 0.2em;
}
*/

    /*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

    /********************************/
    /*       Fade Bs-carousel       */
    /********************************/
    .fade-carousel {
        position: relative;
        height: 100vh;
    }

    .fade-carousel .carousel-inner .item {
        height: 100vh;
    }

    .fade-carousel .carousel-indicators > li {
        margin: 0 2px;
        background-color: #f39c12;
        border-color: #f39c12;
        opacity: .7;
    }

    .fade-carousel .carousel-indicators > li.active {
        width: 10px;
        height: 10px;
        opacity: 1;
    }

    /********************************/
    /*          Hero Headers        */
    /********************************/
    .hero {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 3;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 1px 1px 0 rgba(0,0,0,.75);
        -webkit-transform: translate3d(-50%,-50%,0);
        -moz-transform: translate3d(-50%,-50%,0);
        -ms-transform: translate3d(-50%,-50%,0);
        -o-transform: translate3d(-50%,-50%,0);
        transform: translate3d(-50%,-50%,0);
    }

        .hero h1 {
            font-size: 6em;
            font-weight: bold;
            margin: 0;
            padding: 0;
        }

        .hero h3 {
            color: yellow;
        }

    .fade-carousel .carousel-inner .item .hero {
        opacity: 0;
        -webkit-transition: 2s all ease-in-out .1s;
        -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
        -o-transition: 2s all ease-in-out .1s;
        transition: 2s all ease-in-out .1s;
    }

    .fade-carousel .carousel-inner .item.active .hero {
        opacity: 1;
        -webkit-transition: 2s all ease-in-out .1s;
        -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
        -o-transition: 2s all ease-in-out .1s;
        transition: 2s all ease-in-out .1s;
    }

    /********************************/
    /*            Overlay           */
    /********************************/
    .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: #080d15;
        opacity: .7;
    }

    /********************************/
    /*          Custom Buttons      */
    /********************************/
    .btn.btn-lg {
        padding: 10px 40px;
    }

    .btn.btn-hero,
    .btn.btn-hero:hover,
    .btn.btn-hero:focus {
        color: #f5f5f5;
        background-color: #1abc9c;
        border-color: #1abc9c;
        outline: none;
        margin: 20px auto;
    }

    /********************************/
    /*       Slides backgrounds     */
    /********************************/
    .fade-carousel .slides .slide-1,
    .fade-carousel .slides .slide-2,
    .fade-carousel .slides .slide-3,
    .fade-carousel .slides .slide-4 {
        height: 100vh;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }


    /********************************/
    /*          Media Queries       */
    /********************************/
    @media screen and (min-width: 980px) {
        .hero {
            width: 980px;
        }
    }

    @media screen and (max-width: 640px) {
        .hero h1 {
            font-size: 4em;
        }
    }