﻿html {
    
    margin: 0;
    padding: 0;
    position: relative;
  min-height: 100%;
  padding-bottom: 50px;
      
}

footer {

        position: absolute !important;
        bottom: 0px;
        width: 100%;
        
}

.footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: #f5f5f5;
}

a {
    color: #6b6b6b;
    outline: none;
    /*padding-left: 3px;
    padding-right: 3px;*/
    /*text-decoration: underline;*/
}

    a:link, a:visited,
    a:active, a:hover {
        color: #6b6b6b;
    }

    a:hover {
        /*background-color: #c7d1d6;*/
        color:#475DAB;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1 {
    /*color: #4a4447;*/
    /*color:#32925d;*/
    color:#2379b1;
    margin-bottom: 0;
    padding-bottom: 0;
    background-color: #f1f1f1;
    min-height: 35px;
    line-height: 35px;
    padding-left: 10px;
    margin-bottom: 0px !important;
}

h2, h3,
h4, h5, h6 {
    
    color:#026135;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1em !important;
}

h4 {
    font-size: 0.750em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
        background: url("../Images/accent.png") no-repeat;
        padding-left: 10px;
        padding-top: 30px;
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }

header .content-wrapper {
    padding-top: 20px; 
}
    


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin-left: 0px;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }
    
/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

    label {
        display: block;
        font-size: 12px;
        font-weight: normal;
    }

    label.checkbox {
        display: inline;
    }

    

    input {
        border: 1px solid #475DAB;
        /*background: #6b6b6b;*/
        background:#153879;
        color: #fff;
        font-size: 12px;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 300px;
    }

   

    textarea {
        font-family: inherit;
        width: 100%;
    }
    
        input:focus, textarea:focus {
            border: 1px solid #7ac0da;
        }

        input[type="checkbox"] {
            background: transparent;
            border: inherit;
            width: auto;
        }
        
    input[type="submit"],
    input[type="button"],
    button {
        
        border: 1px solid #FFF;
        cursor: pointer;
        font-size: 11px;
        font-weight: 600;        
        /*margin-right: 8px;*/
        width: auto;
        border-radius: 5px 5px;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }


    input[type="text"],input[type="password"]
    {
        background-color:#fff;
        /*border: 1px solid #FFF;*/
        border: 1px solid #A9A9A9;
        font-size: 12px;
        font-weight: 100;        
        color:#6b6b6b;
        width: auto;
    }



/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
	font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
        
    }

	th a:link, th a:visited, th a:active, th a:hover {
		color: #333;
		font-weight: 600;
		text-decoration: none;
        padding: 0;
	}

	th a:hover {
		color: #000;
	}

    th.asc a, th.desc a {
        margin-right: .75em;
    }
    
    th.asc a:after, th.desc a:after {
		display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
	}

	th.asc a:after {
		content: '▲';
	}

	th.desc a:after {
		content: '▼';
	}

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    
    
    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}
/* END: Mobile Styles */





/*custom*/

.bold {

    font-weight:bold;

}







.header {

    /*height:135px;*/
    /*background-color:#00273a;*/
    background-color:#fff;
    border-bottom: 1px solid #1C91C9;
        
    /*background-color:#32925d;*/
    

}
.footer {
    
    /*height:185px;*/
    background-color:#EFF5E9;


}
.footer_top {
    /*margin-top:30px;
    height:2px;
    background-color:#6b6b6b;
        */
    margin-top: 60px;
    height: 1px;
    background-color: #FFF;
    box-shadow: 5px 5px 55px 25px #ccc;

}

.footer_bottom {
    /*margin-top:20px;*/
    min-height:50px;
    /*height:100%;*/
    /*background-color:#c8c8c8;
    border-top: 1px solid #8b8b8b;
    box-shadow: 0px -1px 0px 0px #4b4b4b;*/
    background-color:#455369;
    font-size:10px;
    color: #B3C1D1;

}

.menu {

    /*height:40px;*/
    /*line-height:40px;*/
    /*background-color:#f3f1f1;*/
    /*box-shadow: 0px 2px 22px 0px #333333;
    -webkit-box-shadow: 0px 2px 22px 0px #333333;
    -moz-box-shadow: 0px 2px 22px 0px #333333;*/
    border-bottom: 1px dashed #475DAB;
    border-top: 1px dashed #475DAB;


}

#ul_menu {

    width:100%;
    text-align:left;


}

#ul_menu li {

    font-family:Verdana;
    color:#6b6b6b;
    font-size:14px;
    float:left;
    margin-right:30px;

}

#ul_menu li a {

    font-family:Verdana;
    color:#6b6b6b;
    font-size:14px;
    

}


.img-resize {

    max-width:50% !important;
}


.box-full {


    border:1px solid #c8c8c8;
    /*background-color:#f3f1f1;*/
    padding:5px 5px 5px 5px;    
    width: 100%;
    margin-bottom: 5px;
    

}

.box {


    border:1px solid #c8c8c8;
    /*background-color:#f3f1f1;*/
    padding:5px 5px 5px 5px;    
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 5px;

}

.box_fill {


    border:1px solid #c8c8c8;
    /*background-color:#f3f1f1;*/
    padding:5px 5px 5px 5px;    
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    background: url() 0 0 no-repeat #2379B1;
    border-radius: 5px;

}


.banner {

    /*border:1px solid #c8c8c8;*/
    /*background-color:#f3f1f1;*/
    /*padding:5px 5px 5px 5px;    */
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;

}


.intestazione_box {

    /*background-color:#ff5f00;*/
    /*height:30px;*/
    font-family:Verdana;
    color:#1C91C9;
    font-size:15px;
    width:100%;
    padding-left:5px;
    line-height:30px;
    margin-bottom:5px;
    font-weight: normal;
    border-bottom: 1px solid #f1f1f1;
    text-transform: uppercase;
}

.intestazione_box_fill {

    /*background-color:#ff5f00;*/
    /*height:30px;*/
    font-family:Verdana;
    color:#FFF;
    font-size:14px;
    width:100%;
    padding-left:5px;
    line-height:30px;
    margin-bottom:5px;
    font-weight: bold;
    border-bottom: 1px solid #f1f1f1;
}



.intestazione_voce_footer {

    color:#fff;
    font-family:Verdana;
    font-weight:bold;
    font-size:13px;


}

.voce_footer {

    color:#f3f1f1;
    font-family:Verdana;
    font-weight:normal;
    font-size:11px;

}

.voce_footer a:link,.voce_footer a:hover,.voce_footer a:visited{

    color:#f3f1f1;
    font-family:Verdana;
    font-weight:normal;
    font-size:11px;

}

.intestazione_sezione {

    color:#ff5f00;
    font-family:Verdana;
    font-weight:bold;
    font-size:15px;


}

.hr_separatore {

    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;

}

.separatore {

    margin-top: 5px;
    margin-bottom: 5px;
    

}

.box_servizi_container {

    border:1px solid #c8c8c8;
    border-radius: 5px 5px;
    padding:5px;


}

.box_servizi {

    margin-right:5px;
}

 .last {

        margin-right:0px;

    }



 #pnLoginAction .voce_menu {
    color: #6B6B6B;
    font-family: Verdana;
    font-weight: bold;
    font-size: 14px;
    cursor:pointer;
    margin-left:5px;
}

 #pnLoginAction .voce_menu:hover {
    color: #485DAC;
    font-family: Verdana;
    font-weight: bold;
    font-size: 14px;
    text-decoration:underline;
    cursor:pointer;
}

.titolo_pagina_servizi {
    color: #1C91C9;
    font-family: Verdana;
    font-weight: normal;
    font-size: 16px;
}

.testo_pagina_servizi {
    color: #6b6b6b;
    font-family: Verdana;
    font-weight: normal;
    font-size: 13px;
}

.testo_pagina_settori_servizi {
    color: #32925d;
    font-family: Verdana;
        font-size: 14px;
}

.servizi_page {


    /*border-bottom:1px solid #c8c8c8;
    border-left:1px solid #c8c8c8;
    border-right:1px solid #c8c8c8;*/
    /*padding-left:8px;
    padding-right:8px;
    border-radius:0px 0px 5px 5px;
    */
}


#div_top_header {

    min-height:30px;
    font-size:10px;
    line-height:30px;
}


.content {

       
         width: 96%;
        margin-left: auto;
        margin-right: auto;
       

    }

@media only screen and (max-width: 770px) {

    #social {
    
        top: -15px;
    }

    #social_text {

        display:none;
    }

    .header {

        height:auto;
    }

    .header_center {

        height:auto;
    }

    .header_center_page {

        height:auto;
    }

    .box_first {

     margin-left:auto;


    }

    .box_last {

        margin-right:auto;


    }


    .fb_iframe_widget {
        margin-left: 0px;
        margin-top: 100px;
    }


    #div_social .fb_iframe_widget {
        margin-left: 0px;
        margin-top: 0px;
        max-width:120px;
    }

    #social {

    margin-top:30px;
    
    
    }

    #div_logo {

        margin-top:0px !important;

    }
}

@media only screen and (max-width: 600px) {

    
    .header {

        height:auto;
       min-height: 140px;

    }

    .header_center{

        height:auto;
       /*min-height: 200px;*/
       
    }

    .header_center_page{

        height:auto;
       min-height: 150px;
    }

    #social {

    margin-top:40px;
    margin-bottom: 0px;
    
    }

    #newsletter {

        height:45px;

    }

    

}

@media only screen and (max-width: 800px) {

    .header_center_page{

        min-height:240px;
        padding-bottom:10px;
    }

    #div_top_header {
        display: none;
    }

}


@media only screen and (min-width: 1300px) {
    .content {
        
       max-width: 1300px; 
    }

    .header {

        min-height:135px;
        padding-bottom:10px;
    }

    

    .header_center_page{

        min-height:120px;
        /*padding-bottom:10px;*/
    }

    .box_first {

    margin-left:0px;
    width:98% !important;

    }

    .box_last {

        margin-right:0px;
        float: right;

    }

    #div_social .fb_iframe_widget {
        margin-left: 10px;
        max-width:120px;
    }

    .fb_iframe_widget {
        margin-left: 10px;
        max-width:323px;
    }

    #social {

        margin-top:20px;
        
    
    }

}

@media only screen and (min-width: 800px) {

    .header_center {
        min-height: 318px;
        padding-bottom: 10px;
    }
}



@media only screen and (min-width: 700px) {

   
    .header {

        min-height:120px;
        /*padding-bottom:10px;*/
    }

    .box_last {

        margin-right:0px;
        float: right;

    }

    

}






ul { 
    /*list-style-image: url("../Images/list_icona.png") */
    list-style:none;
}

.icon-list {
     background:url(/Images/list_icona.png) no-repeat 0 5px; 
     padding-left: 30px; /* the width of your image + some space */
     margin: 3px 0;
}



@import url('font-awesome/font-awesome.css');


i {

    font-family:FontAwesome;
    font-style:normal;
    

}

#social {

        
        float:right;
        position: relative;
    
    }

#social_mini {

        
        float:right;
        position: relative;
        cursor: hand;
    }

#social li {

    list-style: none;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 30px 30px;
    margin-top: -10px;
    text-align: center;
    font-size: 20px;
    float:left;
    margin-right:5px;
    color:#6b6b6b;
}

#social_mini li {

    list-style: none;
    background-color: #fff;
    width: 20px;
    height: 20px;
    /*border-radius: 30px 30px;*/
    margin-top: -10px;
    text-align: center;
    font-size: 18px;
    float:left;
    margin-right:5px;
    color:#2379b1;
}

#social li:hover {

    list-style: none;
    background-color: #6b6b6b;
    width: 30px;
    height: 30px;
    border-radius: 30px 30px;
    margin-top: -10px;
    text-align: center;
    font-size: 20px;
    float:left;
    margin-right:5px;
    cursor:pointer;
    color:#fff;
}

    #social li a:hover {

        color:#fff;
        text-decoration:none;
    }


#social_text {

    font-size: 11px;
    color: #fff;
    margin-right:10px;

}

#newsletter_text {
    height:25px;
    font-size: 11px;
    color: #fff;
    margin-right:10px;
    margin-top:10px;

}


.titolo_box_servizi {

background-color: #e6e6e6;
color: #6b6b6b;
height: 30px;
line-height: 30px;
border: solid 1px #ccc;
font-size:14px;
}



.scritta_box_servizi {
    padding-top: 10px;
    padding-bottom: 10px;
    color:#ff5f00;
}

#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
    
}






/*popup customization*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 750px;
  margin: 20px auto;
  font-size: 12px;
  min-height:700px;
  
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}






.image_servizi {
    border-radius: 225px 225px;
    border: 1px solid #ccc;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}




.border_textbox {
    border-radius: 7px;
    border: 1px solid #ccc;
    height:30px;
}

.campi_form {

    margin-top: 20px;
    margin-bottom:5px;
    color: #6b6b6b;
    
}





.pad5 {

    padding:5px;

}

.news_image {
    padding:5px;
    border: 1px solid #CCC;

}

.news_titolo {

    color:#153879;
    font-weight : normal;

}


.news_descrizione {

    
    font-size:12px;

}

.news_data {
    color:#000;
    float:left;
    font-size:12px;

}

.news_tags {
    color:#000 !important;
    float:right;
    font-size:10px;

}

.news_tags_link{
    color:#000 !important;
    
    font-size:10px;

}

.input_error {
    border:1px solid #32925d;
    -webkit-box-shadow: #32925d 0px 0px 8px 0px;
    -moz-box-shadow: #32925d 0px 0px 8px 0px;
    box-shadow: #32925d 0px 0px 8px 0px;
    
}

.input_error2 {
    border:1px solid #ff0000;
    -webkit-box-shadow: #ff0000 0px 0px 8px 0px;
    -moz-box-shadow: #ff0000 0px 0px 8px 0px;
    box-shadow: #ff0000 0px 0px 8px 0px;
    color:#ff0000;
}

.numero_pagina {

    margin-left:10px;
    float:left;

}

.numero_pagina a:hover{

    text-decoration:none;

}

.numero_pagina_puntini {

    
    float:left;

}

.numero_pagina_corrente {

    margin-left:10px;
    float:left;
    color:#485DAC;
    font-weight:bold;


}


.map {

    width: 100% !important;
    height: 100% !important;
    height:300px;
}


#pnClienteMap {

        box-shadow: #ccc 0px 0px 10px 5px;
    border: 1px solid #6B6B6B;

}


img {

    border:0px;

}

.error_message {

    color:#b30015;
    font-size:16px;
    
}

.ok_message {

    color:#06755b;
    font-size:16px;
    
}

input[type=radio] {

    background-color:#FFF !important;

}


#breadcrumb {

    /*border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;*/
    height: 25px;
    background-color: #153879;
    line-height: 25px;
    color: #FFF;
    padding-left:5px;
    font-size:11px;

}


#breadcrumb a:link,#breadcrumb a:visited,#breadcrumb a:active,#breadcrumb a:hover {
color: #fff;
}

#breadcrumb a:hover {
text-decoration:underline;
color: #c7d1d6;
}

#pnHeaderChiSiamo, #pnHeaderServizi {

    /*margin-top: 15px;*/
    
}


.icona_header {

    max-width:80px !important;
    max-height:80px !important;

}




.menu_area_clienti {
    background-color: #d8d8d8;
    min-height: 30px;
    border-bottom: 1px solid #a6a6a6;
    line-height: 30px;
    padding: 5px 10px;
    background-image: linear-gradient(#d8d8d8, #fff);
    border-left: 1px solid #a6a6a6;
    border-right: 1px solid #a6a6a6;
    display:none;
}


#lblClienteCodice {
    font-size: 16px;
    color: #6B6B6B;
    font-weight: bold;
}


#lblRagioneSociale {
    font-size:16px;
    color:#485DAC;
    font-weight:bold;
}


#addticket, #img_addticket {

    cursor:pointer;

}


.sezione1 {

    background-color: #eee;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;

}

#pnCompetenze ul li {

    list-style:circle !important;

}

.ul_normal li{

    list-style:circle !important;

}


.box-folder {

    float:left;
    cursor:pointer;
    margin:10px 10px 10px 10px;
    text-align:center;
}



.thead_datatable {

        /*background-color: #EDEDED;*/
        background-color: #1C91C9;
        color: #fff;
}

table.dataTable thead th {
    
    border-bottom: 1px solid #1C91C9 !important;
    
}




#login-panel {
  margin: 0 auto;
  max-width: 420px;
}


#login-header {
  padding-top: 40px;
  
  color: #543829;
}


#box_login {
  border: 1px solid #CCC;
  width:100%;
 
  background-color: #b0b0b0;
  height:auto;
  max-height: 380px;
  border-radius: 10px 10px 10px 10px;
  color: #fff;
  font-size:14px;
}

#box-login {

    display:none;
    z-index:9;
    max-width:300px;
    float:right;
    /*background-color:#f1f1f1;  */
    background-color:#f1f1f1;
    /*border: 1px solid #888; */
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-radius: 0px 0px 5px 5px;  
    text-align: center;
    font-size:medium;

}

#box_login input[type=text],#box_login input[type=password],#box_login select {
  height: 30px;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 10px;
  color: #333;
  border: 0px;
}

#box_login input[type=button] {
  line-height: 20px;
    height: 30px;
    min-width: 150px;
    background-color: #32925d;
    color: #FFF;
    border: 1px solid #32925d;
    font-size: 14px;
}


h4 {

    font-size:24px;

}



#pnLogin {
    margin-top:10px;
    min-height: 60px;
    height: auto;

}

#pnLoginInfo {

    text-align:right;

}

.li_right {

    float:right !important;
    text-align:right !important;

}




/*  NOTIFICHE */


#pnNotifyContainer {
    margin-top: 10px;
    margin-bottom: 10px;      
    z-index: 10;    
    border-radius: 5px;
    color: #FFF;
    border: 2px solid #475EAA;
    box-shadow: #c8c8c8 0px 5px 15px 0px;
    padding:10px 10px;
}



.chiudi {
    background-image: url(/Images/close.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -20px;
    top: -15px;
}


#pnNotifyContainer #lblTitolo {

    color: #475EAA;
    font-size:large;
    font-weight:bold;

}

#pnNotifyContainer #lblMessaggio {
    color: #333;
    font-style: italic;
    font-size: medium;
}

#pnNotifyContainer #lblData {
    color: #333;
    font-style: italic;
    font-size: small;
    font-weight:bold;
}


.button,.button:hover {
    display: inline-block;
    background: #153879;
    color: #fff !important;
      margin: 0;
    vertical-align: baseline;
    padding: 5px;
    border: 1px solid #FFF;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    /* margin-right: 8px; */
    width: auto;
    border-radius: 5px 5px;
    text-decoration:none;
}


#pnClienteContacts {

    margin-bottom:10px;

}

.sotto_menu {
    color: #153879;
    font-family: Verdana;
    font-weight: normal;
    font-size: 14px;
    
}

.dataTables_filter input[type=search] {

        
        background-color: #fff !important;
        color:#153879;
}

a.link {

    cursor:pointer;

}


.navbar-default {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top: 0px;
}


#copyright-block {

    min-height:50px;
    line-height:50px

}

.navbar-default .navbar-brand {
    color: #1C91C9;
}





#lblData {

    
    line-height: 30px;
    font-size: 11px;


}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    
    color: #485CAB;
}





/** MEDIA QUERIES */
@media only screen and (max-width: 768px) {


    #copyright-block {
        
        line-height:25px !important;

    }

    li.li_right {

        float:none !important;

    } 


}