@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('../fonts/TitilliumWeb-SemiBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

html,
body {
    height: 100%;
    font-family: 'Titillium Web', sans-serif;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.Agenas-header {
  height: 50px;
  max-height: 105px;
  background-color: #003893;
  background-image: url('../images/Repubblica.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 1%;
}

.Agenas-footer {
  height: 50px;
  background-color: #003893;
  background-image: url('../images/agenas_footer_logo.png');
  background-repeat: no-repeat;
  background-position: 98%;
}

.Tables {
    padding: 0px 70px 20px;
}

.Title-tables {
    color: #676a6c;
}

.Title_border {
    border-bottom: solid;
    color: red;
}

.text-Agenas {
    font-family: Palace Script MT;
    font-size: 35px;
    float: left;
    padding-left: 75px;
    color: white;
}
.h1, .h2, .h3, h1, h2, h3 {

    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #676a6c;
    margin-top: 5px;
    margin-bottom: 5px;
}
.fa {

    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
.white-bg {

    background-color: #ffffff;

}
.wrapper {

    padding: 0 20px;

}
.row {

    margin-right: -15px;
    margin-left: -15px;

}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}


.panel-primary > .panel-heading > h2 {
    color: #ffffff;
}

.navbar-no-margin{
    margin-bottom: 0 !important;
}

.breadcrumb {
    background-color: #ffffff;
    border-bottom: 1px solid #e7e7e7;
    border-radius :0;
}


#ricerca_dove input[type=text].form-control {
    border-radius: 0;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

#ricerca_cosa input[type=text].form-control {
    border-radius: 0;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

#ricerca_dove .input-group-addon:first-child {
    border-radius: 0;
}

.ui-widget {
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.1em;
}
.grid-btndimanalisi{
    width: 100%;
     
}
.grid-dimanalisi{
    font-size: 20px ;
    font-weight: bold;
    width: 100%;
    height: 2em;
    text-align: center;
/*    border: 1px solid black;*/
    background-color: rgb(245, 245, 245); 
/*    border-bottom-color: rgb(221, 221, 221);*/
    border: 1.11667px solid rgb(221, 221, 221);
}

    span.ws-wrap span.fancytree-title {
        white-space: normal;
    }
    span.ws-nowrap span.fancytree-title { white-space: nowrap; }
    span.ws-pre span.fancytree-title { white-space: pre; }

ul.fancytree-container, ul.fancytree-container:focus {
    outline:none !important;
    border: none !important;
}

table.dataTable thead tr {
  background-color: #337ab7;
  color: white;
}

table.dataTable tfoot tr {
  background-color: #337ab7;
  color: white;
}

.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: transparent !important;
    outline:none !important;
    border: none !important;
}

h2, .h2 {
    font-size:1.2em;
}

h3 small, .h3 small {
    font-size: 85% !important;
}
.div-gauges-footer{
    box-sizing: border-box;
color: rgb(103, 106, 108);
font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: 600;
line-height: 18.5667px;
}
.div-gauges-titolo{
    font-family:  Helvetica, Arial, sans-serif;
    color: rgb(103, 106, 108);
    box-sizing: border-box;
    font-size: 18px;
    /*font-weight: 100;*/
    line-height: 26.4px;
}
.div-gauges-sottotitolo{
    font-size: 12px;
    font-weight: 600;
    line-height: 17.6px;
}
.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}

.ibox {
    clear: both;
    margin-bottom: 25px;
    margin-top: 5px;
    padding: 0;
}

    .ibox.collapsed .ibox-content {
        display: none;
    }

    .ibox.collapsed .fa.fa-chevron-up:before {
        content: "\f078";
    }

    .ibox.collapsed .fa.fa-chevron-down:before {
        content: "\f077";
    }

    .ibox:after,
    .ibox:before {
        display: table;
    }

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 15px 7px;
    height: 130px;
    overflow: hidden;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid #e7eaec;
    font-size: 90%;
    background: #ffffff;
    padding: 10px 15px;
}

.ibox-content h1,
.ibox-content h2,
.ibox-content h3,
.ibox-content h4,
.ibox-content h5,
.ibox-title h1,
.ibox-title h2,
.ibox-title h3,
.ibox-title h4,
.ibox-title h5 {
    margin-top: 5px;
}

.ibox h2 {
    font-size: 24px;
    font-weight: normal;
    color: #1c84c6;
}

.ibox h3 {
    font-size: 14px;
    font-weight: lighter;
}

.label {
    font-weight: normal !important;
    font-size: 95% !important;
}


 .navbar {
  min-height: 70px;
  background-color: #0059b3;
}

.navbar-brand {
  padding: 0 15px;
  height: 70px;
  line-height: 70px;
  color: #fff!important;
}

.navbar-toggle {
  /* (70px - button height 34px) / 2 = 18px */
  margin-top: 88px;
  padding: 9px 10px !important;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (70px - line-height of 27px) / 2 = 16.5px */
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    line-height: 17px;
  }
}

.intestazione_home{
    font-size:16px;
    text-align: justify;
}

