body {
    background: url(../img/body-bg.png);
    /*color:#838383;*/
    font: 13px/1.7em 'Open Sans';
}

p {
    font: 13px/1.7em 'Open Sans';
}

input,
button,
select,
textarea {
    font-family: 'Open Sans', serif;
}

input[readonly].disabled {
    cursor: not-allowed !important;
    background-color: #EEE !important;
    opacity: 1 !important;
}

h4.label-ente {
    margin-top: 14px;
}

.color-orange {
    background-color: #EB9316;
}

.navbar-default {
    border-color: #005596;
    background: #005596 none;
    border-bottom: 1px solid #000;
}

.navbar-default .navbar-brand {
    color: #ffffff;
    font-weight: 600;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #ffffff;
}

.navbar-default .navbar-text {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > .dropdown-menu {
    background-color: #005596;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
    color: #EB9316;
    background-color: #005596;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
    background-color: #005596;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #005596;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #005596;
}

.navbar-default .navbar-toggle {
    border-color: #005596;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #005596;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #ffffff;
}

.navbar-default .navbar-link {
    color: #ffffff;
}

.navbar-default .navbar-link:hover {
    color: #ffffff;
}

.navbar-default .navbar-nav > .open > a {
    background: none repeat-x;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.075) inset;
}

.login .fa {
    width: 15px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    /*background-color: #E8E8E8;*/
    background: linear-gradient(to bottom, #FFF 0px, #FFF 100%) repeat-x;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #005596;
    }
}

.footer {
    position: absolute;
    margin-top: 0;
    border-top: 1px solid #292929;
    font-size: 12px;
    padding: 15px 0;
    background: #111 none repeat scroll 0 0;
    color: #999;
    width: 100%;
}

.account-container {
    max-width: 380px;
    padding: 30px;
    margin: 60px auto;
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #D5D5D5;
    border-radius: 5px;
    box-shadow: 0 0 2px #DADADA, 0 -3px 0 #E6E6E6 inset;
}

.account-container h1 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0;
}

.login-logo {
    margin-bottom: 20px;
    margin-top: 0;
}

/* .login-extra {
    max-width: 380px;
    padding: 30px;
    margin: -60px auto;
} */

.login-extra a {
    color: #EB9316;
}

.a-link {
    color: #EB9316;
    text-decoration: none;
}

.btn-login {
    float: right;
}

.btn-link-red {
    color: white; 
    background-color: #c73a36; 
    border-color: #e38d13;
    padding-left: 12px;
    padding-right: 12px; 
    padding-bottom: 6px; 
    padding-top: 6px; 
    /*background-image: -webkit-linear-gradient(top,#e0322d 0,#c12e2a 100%);*/
    border-radius: 4px; 
}

.btn-link-red:focus {
    color: white; 
}
.btn-link-red:hover {
    color: white; 
    background-color: #962926; 
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

input[readonly] {
    background-color: white;
    cursor: text !important;
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

.dataTables_length {
    float: left;
}

.dataTables_info {
    float: left;
}

.subnavbar {
    margin-bottom: 1em;
    margin-top: -20px;
}

.subnavbar-inner {
    height: 60px;
    background: #FFF none repeat scroll 0 0;
    border-bottom: 1px solid #D6D6D6;
}

.subnavbar .container-fluid > ul {
    display: inline-block;
    height: 80px;
    padding: 0;
    margin: 0;
}

.subnavbar .container-fluid > ul > li {
    float: left;
    min-width: 90px;
    height: 60px;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: outside none none;
    border-left: 1px solid #D9D9D9;
}

.subnavbar .container-fluid > ul > li > a {
    display: block;
    height: 100%;
    padding: 0 15px;
    font-size: 12px;
    font-weight: bold;
    color: #B2AFAA;
}

.subnavbar .container-fluid > ul > li > a:hover {
    color: #383838;
    text-decoration: none;
}

.subnavbar .container-fluid > ul > li > a > i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 5px;
    margin-bottom: -3px;
}

.subnavbar .container-fluid > ul > li.active > a {
    border-bottom: 3px solid #EB9316;
    color: #383838;
}

.benchnavbar > ul {
    height: 80px;
    padding: 0;
    margin: 0;
}

.benchnavbar > ul > li {
    float: left;
    min-width: 90px;
    height: 60px;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: outside none none;
    border-left: 1px solid #D9D9D9;
}

.benchnavbar > ul > li:first-child {
    border-left: none;
}

.benchnavbar > ul > li > a {
    display: block;
    height: 100%;
    padding: 0 15px;
    font-size: 12px;
    font-weight: bold;
    color: #B2AFAA;
}

.benchnavbar > ul > li > a:hover {
    color: #383838;
    text-decoration: none;
}

.benchnavbar > ul > li > a > i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 5px;
    margin-bottom: -3px;
}

.benchnavbar > ul > li.active > a {
    border-bottom: 3px solid #EB9316;
    color: #383838;
}

div.dataTables_paginate {
    margin: 15px 15px 7px 0 !important;
}

div.dataTables_length {
    margin: 0 0 0 15px;
}

div.dataTables_filter {
    margin: 15px 15px 0 0;
}

div.dataTables_info {
    margin: 15px 0 0 15px;
    padding-top: 0 !important;
}

#map-canvas {
    height: 500px;
    margin: 0;
    padding: 0;
}

#map-detail {
    height: 300px;
    margin: 0;
    padding: 0;
}

#map-edificio-add {
    height: 500px;
    margin: 0;
    padding: 0;
}

.btn-panel {
    margin-top: -5px;
}

#button-filter {
    margin-top: 0 !important;
}


.box {
    position: relative;
    border-radius: 3px;
    background: #FFF none repeat scroll 0 0;
    border-top: 3px solid #EB9316;
    margin-bottom: 20px !important;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box-green {
    border-top: 3px solid #0A770F;
}

.box-blu {
    border-top: 3px solid #005596;
}

.legend-grafico {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.line-legend li span {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    float: left;
    margin-top: 4px;
    margin-right: 8px;
}

.doughnut-legend li span {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    float: left;
    margin-top: 4px;
    margin-right: 8px;
}

.stackedbar-legend li span {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    float: left;
    margin-top: 4px;
    margin-right: 8px;
}

.line-legend {
    list-style: none;
    padding: 0;
    font-size: 14px;
    margin: 20px 0 0;
}

.doughnut-legend {
    list-style: none;
    padding: 0;
    font-size: 14px;
    margin: 20px 0 0;
}

.stackedbar-legend {
    list-style: none;
    padding: 0;
    font-size: 14px;
    margin: 20px 0 0;
}

.line-legend li {
    display: inline;
    float: left;
    padding-right: 15px;
}

.doughnut-legend li {
    display: inline;
    float: left;
    padding-right: 15px;
}

.stackedbar-legend li {
    display: inline;
    float: left;
    padding-right: 15px;
}

#legenda {
    float: right;
}

#legendaGAS {
    float: right;
}

.main-footer {
    background: #FFF none repeat scroll 0 0;
    padding: 15px;
    color: #444;
    border-top: 1px solid #D2D6DE;
}

.box-panel {
    border-color: #005596 #D2D6DE #D2D6DE;
}

.box-panel-green {
    border-color: #0A770F #D2D6DE #D2D6DE;
}

.box-panel-orange {
    border-color: #EB9316 #D2D6DE #D2D6DE;
}

.panel-heading {
    border-color: #E5E5E5
}

.panel-body-table {
    padding: 0 15px 0 12px
}

#dasboard-table-edifici_paginate {
    margin: 0 !important;
}

.select2-selection--single {
    line-height: 1.42857;
    color: #555;
    background-color: #FFF !important;
    background-image: none;
    border: 1px solid #CCC !important;
    border-radius: 4px !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    font-size: 14px;
    height: 34px !important;
}

.login .select2-selection--single {
    border-radius: 0 4px 4px 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 32px !important;
    padding-left: 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px !important;
}

.has-error .select2-selection--single {
    border-color: #A94442 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.ms-container {
    background: transparent url('../img/switch.png') no-repeat 50% 50%;
}

.ms-container:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    min-height: 0;
    visibility: hidden;
}

.ms-container .ms-selectable, .ms-container .ms-selection {
    background: #fff;
    color: #555555;
    float: left;
    width: 45%;
}

.ms-container .ms-selection {
    float: right;
}

.ms-container .ms-list {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    height: 450px;
    padding: 0;
    overflow-y: auto;
}

.ms-container .ms-list.ms-focus {
    border-color: rgba(82, 168, 236, 0.8);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0;
    outline: thin dotted \9;
}

.ms-container ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.ms-container .ms-optgroup-container {
    width: 100%;
}

.ms-container .ms-optgroup-label {
    margin: 0;
    padding: 5px 0 0 5px;
    cursor: pointer;
    color: #999;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection {
    border-bottom: 1px #eee solid;
    padding: 2px 10px;
    color: #555;
    font-size: 14px;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background-color: #08c;
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled {
    background-color: #eee;
    color: #aaa;
    cursor: text;
}

.pods > .select2 {
    min-width: 479px;
    max-width: 479px;
}

/*.select2.select2-container.select2-container--default {
    width: 100% !important;
}*/

.ui-datepicker {
    background-color: #fff;
    border: 1px solid #66AFE9;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(102, 175, 233, .6);
    display: none;
    margin-top: 4px;
    padding: 10px;
    width: 240px;
    z-index: 999 !important;
}

.ui-datepicker a,
.ui-datepicker a:hover {
    text-decoration: none;
}

.ui-datepicker a:hover,
.ui-datepicker td:hover a {
    color: #2A6496;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-header {
    margin-bottom: 4px;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title {
    font-weight: 700;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    cursor: default;
    font-family: 'Glyphicons Halflings', serif;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    height: 20px;
    line-height: 1;
    margin-top: 2px;
    width: 30px;
}

.ui-datepicker .ui-datepicker-prev {
    float: left;
    text-align: left;
}

.ui-datepicker .ui-datepicker-next {
    float: right;
    text-align: right;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: "\e079";
}

.ui-datepicker .ui-datepicker-next:before {
    content: "\e080";
}

.ui-datepicker .ui-icon {
    display: none;
}

.ui-datepicker .ui-datepicker-calendar {
    table-layout: fixed;
    width: 100%;
}

.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
    text-align: center;
    padding: 4px 0;
}

.ui-datepicker .ui-datepicker-calendar td {
    border-radius: 4px;
    -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

.ui-datepicker .ui-datepicker-calendar td:hover {
    background-color: #eee;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-calendar td a {
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-current-day {
    background-color: #4289cc;
}

.ui-datepicker .ui-datepicker-current-day a {
    color: #fff
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
    background-color: #fff;
    cursor: default;
}

#tmm-form-wizard .stage-container {
    border-bottom: 1px solid #dadada;
    padding: 15px 0 4px;
}

#tmm-form-wizard .stage {
    display: inline-block;
    min-height: 112px;
    position: relative;
    text-align: center;
}

#tmm-form-wizard .stage::before, #tmm-form-wizard .stage::after {
    background-color: #eaeaea;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    content: "";
    height: 5px;
    margin-top: -33px;
    position: absolute;
    top: 50%;
    width: 50%;
}

#tmm-form-wizard .stage::before {
    left: 0;
}

#tmm-form-wizard .stage::after {
    right: 0;
}

#tmm-form-wizard .stage:first-child::before {
    display: none;
}

#tmm-form-wizard .stage:first-child + .stage + .stage + .stage::after {
    display: none;
}

#tmm-form-wizard .stage.tmm-current .stage-header {
    background-color: #fb6b5b;
    border: medium none;
}

#tmm-form-wizard .stage.tmm-current .stage-header.head-number {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9);
}

#tmm-form-wizard .stage.tmm-current::after, #tmm-form-wizard .stage.tmm-current::before {
    background-color: #fb6b5b;
    border: medium none;
}

#tmm-form-wizard .stage.tmm-success .stage-header {
    background-color: #92cf5c;
    border: medium none;
}

#tmm-form-wizard .stage.tmm-success .stage-header.head-number {
    color: #3c611b;
    text-shadow: 1px 1px 0 rgba(173, 219, 114, 1);
}

#tmm-form-wizard .stage.tmm-success::after, #tmm-form-wizard .stage.tmm-success::before {
    background-color: #92cf5c;
    border: medium none;
}

#tmm-form-wizard .stage.tmm-success .stage-header.head-number::after {
    top: 42px;
}

#tmm-form-wizard .stage-header.head-number {
    color: #a9a9a9;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    line-height: 2.2em;
    margin-bottom: 7px;
}

#tmm-form-wizard .stage-content {
    margin: 0 auto;
    max-height: 52px;
    width: 153px;
    position: relative;
}

#tmm-form-wizard .stage-content .fa-check-square-o {
    color: #92cf5c;
    font-size: 15px;
    font-weight: 100;
    left: -9px;
    position: absolute;
    text-shadow: none;
    top: 1px;
}

#tmm-form-wizard .stage-title {
    color: #464646;
    font: 400 15px 'Open Sans';
    padding-left: 0;
    text-align: center;
}

#tmm-form-wizard .stage-info {
    color: #a8a8a8;
    font-family: 'Open Sans', serif;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
}

#tmm-form-wizard .stage:first-child + .stage::after {
    display: none;
}

#tmm-form-wizard .stage::before, #tmm-form-wizard .stage::after {
    background-color: #eaeaea;
}

#tmm-form-wizard .stage-header {
    background-color: #eaeaea;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    color: #a9a9a9;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 47px;
    position: relative;
    text-align: center;
    width: 50px;
    z-index: 1;
}

#tmm-form-wizard .tmm-current .stage-header, #tmm-form-wizard .tmm-success .stage-header {
    color: #fff;
}

#tmm-form-wizard .stage-title {
    color: #464646;
}

#tmm-form-wizard .stage-info {
    color: #a8a8a8;
}

#tmm-form-wizard .stage.tmm-current .stage-header {
    background-color: #fb6b5b;
}

#tmm-form-wizard .stage.tmm-current .stage-header.head-number {
    color: #fff;
}

#tmm-form-wizard .stage.tmm-current::after, #tmm-form-wizard .stage.tmm-current::before {
    background-color: #fb6b5b;
}

#tmm-form-wizard .stage.tmm-success .stage-header {
    background-color: #92cf5c;
}

#tmm-form-wizard .stage.tmm-success .stage-header.head-number {
    color: #3c611b;
}

#tmm-form-wizard .stage.tmm-success::after, #tmm-form-wizard .stage.tmm-success::before {
    background-color: #92cf5c;
}

#tmm-form-wizard .stage.tmm-success .stage-header::after {
    color: #92cf5c;
}

#tmm-form-wizard .form-title {
    color: #7e8b8f;
}

#tmm-form-wizard .steps {
    color: #636363;
}

#tmm-form-wizard .form-wizard {
    background-color: #f2f7f9;
}

#tmm-form-wizard .dropdown-select {
    color: #b5b5b5;
}

#tmm-form-wizard .data-container {
    background-color: #fff;
}

#tmm-form-wizard.substrate {
    background-color: #fff;
}

#tmm-form-wizard .tip a {
    color: #fb6b5b;
}

#tmm-form-wizard .tooltip {
    background: rgb(251, 107, 91) none repeat scroll 0 0;
}

#tmm-form-wizard .tooltip::after {
    border-color: transparent #fb6b5b transparent transparent;
}

#tmm-form-wizard .tooltip {
    color: #fff;
}

.box-title.box-green {
    background-color: #0a770f;
    color: #fff;
    font-weight: bold;
    margin-bottom: -7px;
    padding-left: 10px;
}

.box-title.box-panel {
    background-color: #005596;
    color: #fff;
    font-weight: bold;
    margin-bottom: -7px;
    border-top: 3px solid #005596;
    padding-left: 10px;
}

.table-bordered > tfoot > tr > th {
    border-top-width: 4px;
}

.no-border {
    border-right: medium none !important;
}

.panello-fatture-home {
    margin-top: 30px;
}

.row-eq-height, .row-eq-height > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
}

.row-breadcrumb {
    border-bottom: 1px solid #D6D6D6;
    background-color: #fff;
    text-align: center;
}

.btn-breadcrumb {
    background-color: #fff;
}

.btn-breadcrumb .btn-default {
    border-color: transparent;
    border-radius: 0;
}

.btn-breadcrumb .btn-default:hover {
    border-radius: 0;
}

.btn-breadcrumb .btn-default.active {
    border-bottom: 3px solid #EB9316;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .125);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .125);
}

/* Breadcrumbs from http://bootsnipp.com/snippets/featured/triangle-breadcrumbs-arrows */
.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn {
    padding: 6px 12px 6px 24px;
}

.btn-breadcrumb .btn:first-child {
    padding: 6px 6px 6px 10px;
}

.btn-breadcrumb .btn:last-child {
    padding: 6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
    border-left: 10px solid #fff;
}

.btn-breadcrumb .btn.btn-default:not(:last-child):before {
    border-left: 10px solid #ccc;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
    border-left: 10px solid #ebebeb;
}

.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
    border-left: 10px solid #adadad;
}

.btn-breadcrumb > * > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-breadcrumb > *:nth-child(n+2) {
    display: none;
}

.btn-breadcrumb > *:nth-last-child(-n+6) {
    display: block;
}

.btn-breadcrumb > * div {
    /* max-width: 170 px;*/
}

.input-group-form[class*="col-"] {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.text-title {
    font-weight: 700;
    font-size: 23px;
}

.table-title {
    text-align: center; 
    font-size: 18px; 
}

.verticaltext {
    transform: rotate(-90deg);
    transform-origin: right, top;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: right, top;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right, top;
    position: relative;
    top: 90px;
    left: -160px;
    width: 350px;
}

.verticaltextPi {
    transform: rotate(-90deg);
    transform-origin: right, top;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: right, top;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right, top;
    position: relative;
    top: 130px;
    left: -160px;
    width: 350px;
}

#edifici-morris {
    padding-left: 25px;
}

#pi-morris {
    padding-left: 25px;
}

#edifici-morris .morris-hover {
    margin-left: 25px !important;
    margin-top: -100px !important;
}

#pi-morris .morris-hover {
    margin-left: 25px !important;
    margin-top: -100px !important;
}

.btn-alieati {
    float: left;
    margin-right: 5px;
}

.th-alineato {
    width: 100px !important;
    padding: 0 !important;
}

.panel-title-icon {
    font-size: 6px;
    margin: 0 2px 0 4px;
    top: -4px;
    position: relative;
}

div.dataTables_processing {
    z-index: 1;
}

.color-info-blue {
    color: #428bca;
}

.pointer {
    cursor: pointer;
}

.amcharts-graph-comparazione-2 .amcharts-graph-stroke {
    stroke-dasharray: 5, 5, 5;
    -webkit-animation: am-draw 2s;
    animation: am-draw 2s;
}

.amcharts-graph-comparazione-1 {
    stroke-dasharray: 500%;
    -webkit-animation: am-draw 5s;
    animation: am-draw 5s;
}

@keyframes am-draw {
    0% {
        stroke-dashoffset: 500%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

#edificioDetailGraphArea {
    width: 100%;
    height: 500px;
    font-size: 11px;
}

#gauge {
    width: 100%;
    height: 500px;
    font-size: 11px;
}

.active-green {
    color: #0A770F;
    font-weight: 700;
}

.active-tel {
    color: #e3553e;
    font-weight: 700;
}

.active-gas {
    color: #005596;
    font-weight: 700;
}

.active-acqua {
    color: #c9b51d;
    font-weight: 700;
}

.box-panel-tel {
    border-color: #e3553e #D2D6DE #D2D6DE;
}

.box-panel-aq {
    border-color: #c9b51d #D2D6DE #D2D6DE;
}
.dashboard-stat.blue {
    background-color: #0A770F;
}

.dashboard-stat.red {
    background-color: #0f4980;
}

.dashboard-stat.green {
    background-color: #e3553e;
}

.dashboard-stat.purple {
    background-color: #c9b51d;
}

.dashboard-stat.gray {
    background-color: #474f54;
}

.dashboard-stat {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 4px;
    min-height: 130px;
}

.dashboard-stat.dashboard-stat-v2 .visual {
    margin-bottom: 40px;
}

.dashboard-stat .visual {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    padding-top: 30px;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 35px;
}

.dashboard-stat .visual > i {
    color: #FFF;
    opacity: .7;
    filter: alpha(opacity=70);
}

.dashboard-stat .visual > i {
    font-size: 70px;
    line-height: 110px;
}

.dashboard-stat .details {
    position: absolute;
    right: 15px;
    padding-right: 15px;
}

.dashboard-stat .details .number {
    color: #FFF;
}

.dashboard-stat .details .number {
    padding-top: 25px;
    text-align: right;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: -1px;
    margin-bottom: 0;
    font-weight: 300;
}

.dashboard-stat .details .desc {
    color: #FFF;
    opacity: 1;
    filter: alpha(opacity=100);
}

.dashboard-stat .details .desc {
    text-align: right;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 300;
}

.panel-title-text {
    font-weight: 700;
    /*font-size: 20px;*/ 
}

.popover {
    max-width: 350px !important;
}

/*----------------------- Preloader -----------------------*/
body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #83828266;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 180px;
    background: white;
    text-align: center;
}

/*----------------------Loading spinner animation--------------------*/ 
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0%{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

} 

/*-----------Test barra caricamento-------------*/
.upload-file-label{

}

.file-input {
    display: none; 

}

.button-to-top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    background-color: #f0ad4e;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 10px 14px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    transition: opacity 0.3s;
}

.button-to-top:hover {
    background-color: #ec971f;
}

.a-link-search {
    font-size: 18px; 
    margin: auto;
    width: 50%;
    padding: 38%; 
}

.form-group {
    padding: 5px;
}

.riga-grassetto {
    font-weight: bold; 
}

.legend {list-style: none; float:right; line-height: 1.1em;}
.legend li {float: left; margin-right: 15px;}
.legend span {float: left; width: 18px; height: 12px; margin: 2px; padding-right: 2px;}
.span-colore {width: 18px; height: 12px; margin: 2px; padding-right: 25px;}
.legend {
    position: absolute;
    top: 110%;
    left: -10%; 
    /*transform: translate(-50%, -50%);*/
}
/* your colors */
.greendot { background-color: #90C226;}
.bluedot { background-color: #90C226;}
.greydot { background-color: #005596; }
.reddot { background-color: #f16a10; }
hr.solid {
    border-top: 3px solid #bbb;
}
.span-descrizione{
    padding-top: 5px; 
}

.intestazione-titoli {
    font-weight: bold; 
    font-size:  18px; 
    padding-bottom: 15px;
}

/* Loader */
.overlay-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}

.loader-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.spinner {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}