﻿.img-responsive, .img-thumbnail, .table, label {
    max-width: 100%;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .pre-scrollable {
    max-height: 340px;
}
a.btn-default:visited {
    color: #004a4d;
}

a.btn-danger:visited, a.btn-info:visited, a.btn-primary:visited, a.btn-success:visited, a.btn-warning:visited {
    color: #fff;
}

.h5, h5, label {
    font-weight: 400;
}

a:visited {
    color: #428fdb;
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    line-height: 1.2;
}

.h6, h6 {
    line-height: 1.55;
}

article h1, article h2, article h3, article h4, article h5, article h6, article ol, article p, article ul {
    /*max-width: 31em*/
}

.mark, mark {
    background-color: #b2ebed;
}

blockquote {
    padding: 14px 28px;
    font-style: italic;
}

.well {
    color: #677584;
}

.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-bottom: 16px;
}

.form-control:focus {
    outline: #c6f3f5 solid 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.alert-danger {
    color: #1C2024;
}

.has-error .form-control {
    border-width: 4px;
}

.icon-search {
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: .7em;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0;
}

.nav-tabs > li > a {
    background-color: #c6f3f5;
    color: #5a6772;
    font-weight: 700;
    margin-right: 0;
}

    .nav-tabs > li > a.active {
        color: #30373d;
    }

.filtro, .tag {
    border: 1px solid #d6d6d6;
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    line-height: 22px;
    font-size: 15px;
    color: #1C2024;
    border-radius: 12px;
}

    .active.filtro, .filtro, .tag.active {
        background-color: #c6f3f5;
    }

        .filtro .fa-stack, .tag .fa-stack {
            font-size: 13px;
            position: absolute;
            right: -2px;
            top: -2px;
            bottom: 0;
        }

.filtro {
    padding-right: 24px;
}

    .filtro a, .tag a, a .filtro, a .tag, a.filtro, a.tag {
        color: inherit;
        cursor: pointer;
    }

.no-border-radius {
    border-radius: 0;
}

.cst-radio-group {
    border: 1px solid #d6d6d6;
    background: #fff;
}

    .cst-radio-group .checkbox, .cst-radio-group .radio {
        padding: 0;
        margin: 0;
    }

        .cst-radio-group .checkbox input[type=checkbox], .cst-radio-group .checkbox input[type=radio], .cst-radio-group .radio input[type=checkbox], .cst-radio-group .radio input[type=radio] {
            display: none;
            position: absolute;
            top: 16px;
            right: 0;
            margin-right: 16px;
            margin-left: 0;
        }

        .cst-radio-group .checkbox label, .cst-radio-group .radio label {
            padding: 16px 20px 16px 16px;
            display: block;
            color: #5a6772;
            border-bottom: 1px solid #d6d6d6;
        }

        .cst-radio-group .checkbox input[type=checkbox]:checked + label, .cst-radio-group .checkbox input[type=radio]:checked + label, .cst-radio-group .radio input[type=checkbox]:checked + label, .cst-radio-group .radio input[type=radio]:checked + label {
            background: #c6f3f5;
            color: #30373d;
        }

        .cst-radio-group .checkbox label:after, .cst-radio-group .radio label:after {
            content: url(img/radio.png);
            position: absolute;
            top: 22px;
            right: 0;
            margin-right: 16px;
        }

        .cst-radio-group .checkbox input[type=checkbox]:checked + label:after, .cst-radio-group .checkbox input[type=radio]:checked + label:after, .cst-radio-group .radio input[type=checkbox]:checked + label:after, .cst-radio-group .radio input[type=radio]:checked + label:after {
            content: url(img/radio-checked.png);
        }

.cst-dropdown {
    background: #fff;
}

    .cst-dropdown .heading {
        padding: 16px 16px 16px 32px;
        border-bottom: 1px solid #d6d6d6;
    }

        .cst-dropdown .heading a {
            font-size: 21px;
            color: #00c5ca;
            display: block;
            cursor: pointer;
        }

            .cst-dropdown .heading a:focus, .cst-dropdown .heading a:hover {
                text-decoration: none;
            }

            .cst-dropdown .heading a:after {
                font-family: FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                content: "\f106";
                float: right;
                color: #00c5ca;
            }

            .cst-dropdown .heading a.collapsed:after {
                content: "\f107";
            }

body {
    font-family: 'Titillium Web', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Lucida Grande', Helvetica, Arial, sans-serif;
    font-weight: 300;
    background: #f5f5f5;
}

.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px;
}

    .element-invisible.element-focusable:active, .element-invisible.element-focusable:focus {
        position: static !important;
        clip: auto;
        overflow: visible;
        height: auto;
    }

.element-focusable {
    background-color: #e5e5e5;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.collapsible .glyphicon:hover {
    cursor: pointer;
}

a {
    color: #2079d4;
}

.btn-primary {
    background: #2079d4;
}

.modulo {
    /*word-break: break-all;*/
}
/* Menù Sidebar */

.modulo_menu ul {
    padding-left: 0;
    margin-bottom: 20px;
}

    .modulo_menu ul ul {
        margin-bottom: 5px;
        border: none;
    }

.modulo_menu li ul {
    /*background-color: #f5f5f5;*/
}

.modulo_menu li li {
}

.modulo_menu .depth0 {
    position: relative;
    display: block;
    margin-bottom: -1px;
    /*
	border: 1px solid #ddd */
}

    .modulo_menu .depth0 a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
    }

    .modulo_menu .depth0.first:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .modulo_menu .depth0.last:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .modulo_menu .depth0 a:focus, .modulo_menu .depth0 a:hover,
    #ColSX .modulo_menu ul li ul li a:hover, #ColSX .modulo_menu ul li ul li a:focus {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

.modulo_menu .TabSelected a {
    background: #2079D4;
    color: #fff;
}

#ColSX .modulo_menu ul li ul li a {
    background: inherit;
    color: inherit;
}

.modulo_menu .TabSelected .selected {
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    #ColSX {
        /*right: 100%;
		z-index:1000;*/
        /*position: absolute;*/
        /*-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;*/
        /*display: block!important;*/
        background-color: #f5f5f5;
        padding-top: 10px;
        padding-left: 25px;
    }

    #colSxButton, #ToolbarSxButton {
        z-index: 1001;
        position: fixed;
    }
}

#Intestazione {
    background: #fff;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.page-header {
    margin: 0px;
    border-color: transparent;
}

.navbar-default {
    border-color: transparent;
    background-color: transparent;
    border-radius: 0px;
}

.logo img {
    max-height: 150px;
    max-width: 150px;
    background: #fff;
}

@media (max-width:768px) {
    .logo {
        margin: 0px auto;
        text-align: center;
    }
}

.site-name h1 {
    font-size: 1.5em;
}

#header #header-inside #logo, #header #header-inside #site-name {
    margin-top: 18px;
    margin-bottom: 18px;
}

@media (min-width:991px) {
    #header #header-inside #logo, #header #header-inside #site-name {
        margin-top: 38px;
        margin-bottom: 38px;
    }

    #CMSBody #ColCX .modulo {
        min-height: 360px;
    }
}

#BodyCorpo {
    min-height: 500px;
}

.custom-menu {
    background: #2079d4;
}

#topmenu a {
    color: #fff;
}

    #topmenu a:hover {
        background-color: #003366;
        border-color: transparent;
    }

.fa-lg {
    font-size: 0.8em;
}

.social .follow {
    font-size: 0.8em;
}



#Footer.panel-footer {
    background: #30373d;
    color: #c6cace;
    padding-bottom: 64px;
    padding-top: 64px;
}

    #Footer.panel-footer a {
        color: #65dde0;
        text-decoration: underline;
    }

    #Footer.panel-footer h3, #Footer.panel-footer h4, #Footer.panel-footer .site-name {
        color: #fff;
    }

.box_text_footer {
    border-top: 1px solid #3e484f;
    color: #a5abb0;
    font-size: 0.88em;
    padding: 50px 20px;
}

ul.footer_links {
    border-top: 1px solid #65dbde;
    float: left;
    font-size: 0.88em;
    padding-top: 10px;
}

#Footer.panel-footer .fa-inverse {
    color: #30373D;
}

#Footer.panel-footer .fa-lg {
    font-size: 1.4em;
}

@media (max-width: 767px) {
    .box_text_footer {
        padding: 0px;
        border-top: none;
    }
}

.modulo_menu > ul {
}

.modulo_menu > li {
    text-indent: 1em;
    border: none;
}



/* BREADCRUMB */


.breadcrumb > .active {
    color: #777;
}


.scrollup {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #00264d;
    color: #ffffff;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 1.39em;
    line-height: 40px;
    border: 2px solid #ffffff;
    z-index: 900;
}

    .scrollup:hover {
        text-decoration: none;
        color: #ffffff;
    }

    .scrollup span:before {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.scrolltoup {
    position: fixed;
}

.scrollup span:before {
    font-size: 130%;
    line-height: 100%;
    color: #fff;
    text-align: center;
    content: "\e260";
    border: none;
}

.scrollup span:before {
    font-size: 34px;
    font-size: 2.4rem;
}

.navbar-wrapper {
    background: #fff;
}

#topmenu {
}

    #topmenu li.active a {
        background: #003366;
    }

.panel-default, .breadcrumb, .modulo, #ColCX {
    background: #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.35);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .panel-default > .panel-heading, .panel-default > .panel-footer {
        background-color: transparent;
        border-color: transparent;
    }

    #ColCX.col-md-10 {
        padding: 0px 20px;
    }

#CMSBody #ColCX {
    background: transparent;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0);
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#BodyCorpo {
    margin-bottom: 20px;
}

.image_container {
    background-attachment: initial !important;
}

.image_container {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 45%;
}

@media (max-width: 767px) {
    #CMSBody .image_container {
        height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #CMSBody .image_container {
        height: 300px;
    }
}

#CMSBody .image_container {
    background-image: url(img/slider-1.jpg);
    height: 500px;
}

#CMSBody.Folder_Vapp .image_container {
    background-image: none;
    height: auto;
}

#ColSX {
    padding-left: 0px;
}

#ColDX {
    padding-right: 0px;
}

.modulo_albopretorio {
    margin-bottom: 14px;
}

#CMSBody .panel h3 {
    margin-top: 0px;
}

.figcaption_modulo_statico {
    text-align: center;
}
/**/