/* Global Styles */

/* ------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800italic,800,700italic,700,600italic,600,400italic,300italic,300);



@font-face {
    font-family: 'TitilliumWeb-Bold';
    src: url(../fonts/TitilliumWeb-Bold.eot);
    src: local('TitilliumWeb-Bold'), url('../fonts/TitilliumWeb-Bold.ttf') format('truetype');

}

@font-face {
    font-family: 'TitilliumWeb-Light';
    src: url(../fonts/TitilliumWeb-Light.eot);
    src: local('TitilliumWeb-Light'), url('../fonts/TitilliumWeb-Light.ttf') format('truetype');

}
html {
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
}

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
    color: inherit;

}

.text-off {
    color: #CCCCCC;
}

.text-on {
    color: #0095dd;
}

/* Wrappers */

/* ------------------------------- */

#wrapper {
    width: 100%;
}
#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #f9f9f9;
}

.navbar-default {
    background-color: #fff;
}


a.voce-menu:hover, a.voce-menu:focus, a.voce-menu.active{
    text-decoration: none !important;
}

.breadcrumb {
    background-color: #EEEEEE;
}



@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        min-height: 1800px;
        border-left: 1px solid #e7e7e7;
    }
}
.navbar-static-side ul li {
    border-bottom: 1px solid #e7e7e7;
}
/* Navigation */

/* ------------------------------- */

/* Top Right Navigation Dropdown Styles */





.navbar-top-links li {
    display: inline-block;
}
.navbar-top-links li:last-child {
    margin-right: 15px;
}
.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}
.navbar-top-links .dropdown-menu li {
    display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}
.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}
.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}
.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}
/* Sidebar Menu Styles */

.sidebar-search {
    padding: 15px;
}
.arrow {
    float: right;
}
.fa.arrow:before {
    content: "\f105";
}
.active > a > .fa.arrow:before {
    content: "\f107";
}
.nav.side-menu .active>a {
    background-color: #E3ECF3;
}
.nav-second-level li, .nav-third-level li {
    border-bottom: none !important;
}
.nav-second-level li a {
    padding-left: 37px;
}
.nav-third-level li a {
    padding-left: 52px;
}
@media(min-width:768px) {
    .navbar-static-side {
        z-index: 1;
        position: absolute;
        width: 250px;
    }
    .navbar-top-links .dropdown-messages,  .navbar-top-links .dropdown-tasks,  .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.navbar-static-side h4 {
    background-color: #003b6e;
    color: #FFF;
    font-size: 18px;
    margin: 0;
    padding: 10px;
}
.sidebar-collapse h4 {
    margin-bottom: 0 !important;
}
.nav.side-menu {
    margin-bottom: 10px;
}
/* Buttons */

/* ------------------------------- */

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}
.btn-primary.btn-outline {
    color: #428bca;
}
.btn-success.btn-outline {
    color: #5cb85c;
}
.btn-info.btn-outline {
    color: #5bc0de;
}
.btn-warning.btn-outline {
    color: #f0ad4e;
}
.btn-danger.btn-outline {
    color: #d9534f;
}
.btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover {
    color: #fff;
}
/* Pages */

/* ------------------------------- */

/* Dashboard Chat */

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}
.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}
.chat li.left .chat-body {
    margin-left: 60px;
}
.chat li.right .chat-body {
    margin-right: 60px;
}
.chat li .chat-body p {
    margin: 0;
    color: #777777;
}
.panel .slidedown .glyphicon, .chat .glyphicon {
    margin-right: 5px;
}
.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}
/* Login Page */

.login-panel {
    margin-top: 25%;
}
/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}
.flot-chart-content {
    width: 100%;
    height: 100%;
}
/* DataTables Overrides */

table.dataTable thead .sorting, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}
table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}
table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}
/* Circle Buttons */

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}
.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}
.show-grid {
    margin: 15px 0;
}
a.collapse_panel {
    color: #333333;
    text-decoration: none;
}
label {
    font-weight: normal !important;
}
.bold {
    font-weight: bold !important;
}
.label_required {
    font-weight: bold !important;
}
.label_required::after {
    content: " *";
}
.empty_required {
    color: #F00;
}

label.error, li.error {
    color: #A94442;
    font-weight: bold;
    font-size: 13px;
    padding-top: 5px;
}
label.error {
    display: none !important;
}
table.table-condensed {
    font-size: 0.9em;
}
td.vcenter, .vcenter td {
    vertical-align: middle !important;
}
table td.center, table th.center {
    text-align: center;
}
ul.dropdown-menu {
    text-align: left;
}
label.changed {
    color: #A94442;
    font-weight: bold;
}

.form-horizontal .has-feedback .input-group .form-control-feedback {
    right: 0;
}

.form-horizontal .has-feedback select + .form-control-feedback {
    right: 30px;
}

#fullPageLoader {
    background-color: #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.3;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
}
#loading {
    background-color: #FFFFFF;
    border: 3px solid #EEEEEE;
    color: #AAAAAA;
    display: none;
    left: 50%;
    margin-left: -130px;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 300px;
    width: 260px;
    z-index: 9999;
}
span.filter {
    font-size: 16px;
    height: 34px;
    line-height: 24px;
    display: inline-block;
}
span.filter a.close-filter {
    padding-left: 10px;
    color: #FFF;
    text-decoration: none;
}
ul.fancytree-container {
    border: 0 !important;
    font-size: 14px !important;
}
ul.ui-fancytree>li {
    margin-bottom: 20px !important;
}
.fancytree-node {
    line-height: 30px;
    height: 30px;
}
.fancytree-node .fa {
    line-height: 30px;
    height: 30px;
}
#tree {
    margin: 10px 0;
}
#tree ul {
    padding-left: 10px;
}
button.DTTT_button, div.DTTT_button, a.DTTT_button {
    position: relative;
    float: right;
    margin-left: 3px;
}
.top-buffer {
    margin-top: 10px;
}
.img-responsive {
    max-height: 100%;
}
.profile {
    padding-right: 50px;
}
.profile span {
    display: table-cell;
    width: 50px;
    height: 50px;
    padding: 5px !important;
    vertical-align: middle;
}
.navbar {
    min-height: 80px;
    border-top: 0;
}
.navbar-top-links {
    margin-top: 10px;
}
.navbar-brand {
    padding: 5px;
    height: 100px;
    /*height: 80px;*/
}
.navbar-header h1 {
    margin-top: 8px;
    margin-bottom: 0px;
    color: #0f3365;
    font-family:'TitilliumWeb-Bold' !important;
    font-size: 30px ;
    letter-spacing: -1px;
    border-bottom:2px solid #e8be1e;
    /*min-width:200px;*/
}

.navbar-header h2 {
    font-family: "TitilliumWeb-Light" !important;
    font-size: 18px;
    letter-spacing: 4px;
    margin-bottom: 0;
    margin-top: 60px;
    text-transform: uppercase;
}
.thumbnail.visura {
    background: none repeat scroll 0 0 #ffffff;
    font-size: 17px;
    min-height: 50px;
    color:#5cb85c;
    overflow:hidden;

}

.thumbnail.camerale {
    background: none repeat scroll 0 0 #ffffff;
    font-size: 17px;
    min-height: 50px;
    color:#428bca;
    overflow:hidden;

}


.payoff{
    font-family: "TitilliumWeb-Light" !important;
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}


.thumbnail.voce-menu {
    font-size: 18px;
    min-height: 50px;
    background: #ffffff;

}
.thumbnail.voce-menu .pull-right {
    margin: 12px 8px;
}

div.page, form.page {
    padding: 20px 0;
}
legend {
    margin-top: 20px;
    font-size: 23px;
    padding: 4px;
}
.collapser {
    cursor: pointer;
}
.changed a {
    color: #A94442 !important;
    font-weight: strong !important;
    font-style: italic !important;
}
.pagenav li a {
    font-size: 16px;
    font-weight: bold;
}
.pagenav li a i.fa {
    display: none;
}
.pagenav li.changed a i.fa {
    display: inline-block;
}
.dataTables_processing {
    color:#333;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)
}

.valore_modificato {
    background-color: #FCF8E3 !important;
}

.listino_titolo {
    background-color: #3276B1;
    color: #FFF;
    vertical-align: top !important;
    font-weight: normal !important;
}

.listino_titolo h4 {
    background-color: #3276B1;
    font-size: 16px;
    padding: 0;
}

.listino_titolo p {
    font-size: 10px;
}

div.interno {
    background-color: #FFF;
    padding: 0 14px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/* CUSTOM RESPONSIVE CLASSES */

.visible-xl,
tr.visible-xl,
th.visible-xl,
td.visible-xl {
    display: none !important;
}

@media (min-width: 1600px) {
    .visible-xl {
        display: block !important;
    }
    table.visible-xl {
        display: table;
    }
    tr.visible-xl {
        display: table-row !important;
    }
    th.visible-xl,
    td.visible-xl {
        display: table-cell !important;
    }
    .hidden-xl,
    tr.hidden-xl,
    th.hidden-xl,
    td.hidden-xl {
        display: none !important;
    }
}

/* END CUSTOM RESPONSIVE CLASSES */

.indice_riempimento{
    height: 15px;
    margin: 5px 0 0;
}
.indice_riempimento .progress-bar{
    line-height: 15px;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.no-overflow {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    word-wrap: normal;
}

/* per far funzionare l'autocomplete di gmaps nelle modal: */
.pac-container {
    z-index: 10100 !important;
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

#pac-draw, #pac-erase {
    font-family: Roboto;
    margin-bottom: 12px;
    margin-right: 5px;
}

#pac-input:focus,
#pac-draw:focus {
    border-color: #4d90fe;
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}


.thumbnail_selected {
    border-color: #00A8FF;
    background-color: #C2E9FC;
}


