@CHARSET "UTF-8";

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 8px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

#info_p_test {
    position: absolute;
    top: 0;
    right: 15px;
}

.info_line {
    height: 40px;
}

.info_line_barra {
    height: 50px;
    margin: 0 auto;
}

.discl {
    margin-top: 10px;
}

.green_col {
    color: green;
}

.red_col {
    color: red;
}

.fitting {
    margin-right: 0;
    margin-left: 0;
}

#accesso {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 10px;
}

#accesso:hover, #accesso:focus {
    background-color: #3276b1;
}

#profile {
    /*border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;*/
    margin-right: 10px;
    margin-bottom: 8px;
    margin-top: 6px;
}

.img_logo {
    height: 40px;
    margin-top: -12px;
    margin-bottom: -12px;
    padding-right: 5px;
}

.img-mid{
    margin-left: auto;
    margin-right: auto;
}

.branding {
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}

#menu {
    padding: 10px;
    position: fixed;
    top: 50px;
    right: 5px;
    background-color: #eeeeee;
}

#footer {
    padding: 20px;
}

.menu_lbl {
    padding-left: 5px;
    color: #777777;
    padding-bottom: 5px;
}

.barra_icon {
    margin-bottom: 8px;
    font-size: 24px;
    color: #777777;
}

#border {
    color: black;
    background-color: black;
    height: 1px;
    margin-top: 4px;
    margin-bottom: 0;
}

.spacer {
    height: 80px;
}

.divisione {
    color: #808080;
    background-color: #808080;
    height: 1px;
}

.message {
    min-height: 410px;
}

.padd_element {
    margin-top: 6px;
    margin-right: 10px;
}

.padded {
    padding-left: 5px;
    padding-right: 10px;

}

.bottom-padded {
    margin-bottom: 5px;
    margin-right: 5px;
}

.padd_text {
    margin-top: 15px;
    margin-bottom: 6px;
}

.margin_element {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 15px;
}

.margin_element_alone {
   margin: 20px;
}

.centered {
    margin: 10px auto;
}

.align-left {
    text-align: left;
}

.align-center{
	text-align: center;
}
.just_text {
    text-align: justify;   
    /*width:100%;
    margin:auto;*/

}
.just_text_embeded {
    width:100%;
    margin:auto;
}

.align-center {
    margin: 10px auto;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.h_col {
    padding-left: 5px;
    padding-right: 5px;
}

.full-padded {
    padding: 10px;
}

#gratis {
    margin-top: 4px;
    margin-left: 5px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #224a6f;
}

.form-control {
    font-size: 16px;
}

.list-group-item {
    padding: 4px 15px;
}

.list-group {
    margin-bottom: 5px;
}

div.fixing > p.btn{
    color: #808080;
}

.carousel-inner > .item > img{
    margin: 10px auto;
}

.navbar-brand > img {
    display: inline;
}

.testo_tit{
    color:#224a6f;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe , object, embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#twitter-widget-0{
    min-width: 0 !important;
}

.notify{
	color:RED;
	font-weight:bolder;
	
}

.font16{
	font-size:16px;
}