#chartdiv1 {
  width: 100%;
  height: 500px;
}	
#chartdiv2 {
  width: 100%;
  height: 500px;
}	
#chartdiv3 {
  width: 100%;
  height: 500px;
}	
body {
    font-family: 'Source Sans Pro', sans-serif;
}
h3 {
    font-weight:300;
    text-transform: uppercase;
    color:#777777;
    font-size: 18px;
    padding-left: 24px;
    max-width: calc(100% - 90px);
}
h4 {
    font-size: 16px;
    font-weight: 600;
}
ol, ul {
	list-style: none;
        padding:0
}
.main-gradient {
    background: #1294f6;
    background: -moz-linear-gradient(left,  #1294f6 0%, #b9b2f8 100%);
    background: -webkit-linear-gradient(left,  #1294f6 0%,#b9b2f8 100%);
    background: linear-gradient(to right,  #1294f6 0%,#b9b2f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1294f6', endColorstr='#b9b2f8',GradientType=1 );
}
.panel {
    border:none;
    border-radius: 0;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
.padding{
    padding:20px
}
.padding-0 {
    padding: 0px;
}
.padding-right-10 {
    padding-right:10px;
}
.m-2 {
    margin:2px
}
.m-b-5 {
    margin-bottom:5px;
}
.m-b-20 {
    margin-bottom:20px;
}
.pagination-wrap{
    padding:0 0 15px;
}
.text-uppercase{
    text-transform: uppercase;
}
.weight-300 {
font-weight: 300;
}
.text-success {
    color: #449d44;
}
.text-warning {
    color: #e39601;
}
.text-danger {
    color: #d2322d;
}
.avviso-errore{
    position:absolute
}
.btn-small {
    padding: 6px 10px;
}
.btn-link{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: nowrap;
    padding: 6px 18px;
    font-size: 16px;
    width: 100%;
    text-align: left;
    color:#444444;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn-link:hover, .btn-link:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #0099ff;
}
.dropdown-menu {
    min-width: 120px;
}
button:active,
button:focus,
a:active,
a:focus{
    outline:0 none !important;
}

/*___________________________________
PANEL
_____________________________________*/
.panel-heading {
    padding: 10px 20px;
    background-color:#F7F7F7;
    border-bottom: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

/*___________________________________
LISTE
_____________________________________*/
.list-group {
    margin-bottom: 0;
    padding: 8px;
}
.list-group-item {
    padding: 12px 10px;
    border:none;
    border-bottom: 1px dashed #dfe8f1;
    margin-bottom: 0;
}
.list-group-item:last-child {
    border-bottom:0
}

/*___________________________________
FORM
_____________________________________*/
body.main-gradient{
    padding-top: 60px;
}
.logo-login {
    width: 140px;
    height: 46px;
    margin-bottom: 12px;
}
.login-form {
    max-width: 372px;
    padding: 15px;
    margin: 0 auto;
    text-align: center;
}
.login-form .dropdown-menu {
    text-align:left;
}
.bootstrap-select .btn {
    border-radius:0;
    border: none;
    border-bottom: 1px solid #cccccc;
}
.bootstrap-select .caret {
    color:#0099ff;
    border-top: 6px solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.bootstrap-select.dropup .caret {
    border-top: 0;
    border-bottom: 6px solid;
    content: "";
}
.form-control {
    border-radius:0;
    border: none;
    border-bottom: 1px solid #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 5px;
}
.form-control.text-area {
    height: 400px;
    border: 1px solid #cccccc;
}
.form-control.text-area:focus {
    border-color: #66afe9;
}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default {
    color: #666;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #666;
    background-color: transparent;
}
.bootstrap-select .btn {
    padding: 6px 5px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
label {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
}
.text-area.big{
    height:200px;
}

/*___________________________________
CHECKBOX
_____________________________________*/
.checkbox-custom{
    position:relative
}
.checkbox-custom:not(#foo) > input[type="checkbox"] {
 position:absolute;
 width:15px;
 height:25px;
 overflow:hidden;
 margin:0;
 padding:0;
 border:0;
 outline:0;
 opacity:0;
}
.checkbox-custom:not(#foo) > input[type="checkbox"] + label:before {
 font-family:'FontAwesome';
 display:inline-block;
 width:15px;
 height:25px;
 margin-right: 10px;
font-size: 18px;
}
.checkbox-custom:not(#foo) > input[type="checkbox"] + label:before {
 content: "\f1db";
 color:#dadada
}
.checkbox-custom:not(#foo) > input[type="checkbox"]:checked + label:before {
 content: "\f058";
 color:#0099ff
}

/*___________________________________
HEADER
_____________________________________*/
.header {
    width: 100%;
    height: 75px;
    padding: 0 20px;
    position: fixed;
    z-index: 10;
}
.header-inner {
    list-style: none;
    padding: 17px 0;
    margin-bottom: 0;
}
.logo {
    width: 105px;
    height: 35px;
    margin-left:10px;
}
.navbar-toggle .icon-bar {
    background-color:#FFF;
}
.navbar-toggle {
    margin:0;
}
.menu-btn {
    display: inline-block;
    cursor: pointer;
    float:left;
}
.logout{
    float:right;
    line-height: 36px;
    padding:0 5px;
}
.logout a{
color: rgb(255, 255, 255);
text-transform: uppercase;
}

/*___________________________________
SEARCHBOX
_____________________________________*/
.searchbox-wrapp {
    height:36px;
    float:right;
    padding: 0 20px 0 0;
}
.searchbox {
    position:relative;
    width:0%;
    float:right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}
.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:transparent;
    width:100%;
    margin:0;
    padding:0;
    font-size:18px;
    line-height: 36px;
    color:#d2d7f4;
    border-bottom: 1px solid #d2d7f4;
}
.searchbox-input::-webkit-input-placeholder {
    color: #d2d7f4;
}
.searchbox-input:-moz-placeholder {
    color: #d2d7f4;
}
.searchbox-input::-moz-placeholder {
    color: #d2d7f4;
}
.searchbox-input:-ms-input-placeholder {
    color: #d2d7f4;
}
.searchbox-icon,
.searchbox-submit{
    position:absolute;
    top:10px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    text-align:center;
    cursor:pointer;
    color:#FFF;
    background-color: transparent;
}
.searchbox-open{
    width:100%;
}
.searchbox input:required {
    box-shadow:none;
}
.searchbox input:invalid {
    box-shadow:0;
}
/*___________________________________
SEARCHPAGE
_____________________________________*/
.search-page{
    padding-left: 24px;
    margin:15px 0 10px;
    border:none;
    background-color: transparent;
    color:#0099ff;
}
.search-page:hover,.search-page:focus,.search-page:active {
    color:#006bb3
}
.search-page i{
    margin-right:15px
}
/*___________________________________
TABLE SORTER
_____________________________________*/
.tablesorter > thead > tr > th {
    position: relative;
}
.tablesorter > thead > tr > th {
    padding-right: 22px;
}
.ui-sortable-column-icon:after{
    content:" ";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #cccccc;
    position: absolute;
    right: 10px;
    bottom: 24px;
    cursor:pointer;
}
.ui-sortable-column-icon:before{
    content:" ";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #cccccc;
    position: absolute;
    right: 10px;
    bottom: 16px;
    cursor:pointer;
}
.ui-sortable-column-icon.ui-icon-triangle-1-n:after{
    border-bottom: 5px solid #0099ff;
}
.ui-sortable-column-icon.ui-icon-triangle-1-s:before{
    border-top: 5px solid #0099ff;
}
.ui-datatable .ui-sortable-column-icon{
    display:inline;
    margin:0
}

/*___________________________________
TABLE
_____________________________________*/
.table {
    margin-bottom: 0;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}
.table .dropdown-menu {
    right: 20px;
    left: auto;
    min-width: 100px;
    top: 0;
}
.item-option {
    border:none;
    background-color:transparent;
    color:#9b9b9b
}
.table > thead > tr > th {
    border-bottom: 0;
}
.table > tbody > tr > td {
    border: 0;
}
.col-button form {
    font-size:0
}
.col-button{
    width:114px;
    text-align:center
}
.col-testo-breve{
    width:200px
}
.col-testo-lungo{
    width:380px
}
.ui-datatable-tablewrapper {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    margin-bottom:0;
    border:none
}
.ui-datatable-tablewrapper .table > thead > tr > th,
.ui-datatable-tablewrapper .table > tbody > tr > th,
.ui-datatable-tablewrapper .table > tfoot > tr > th,
.ui-datatable-tablewrapper .table > thead > tr > td,
.ui-datatable-tablewrapper .table > tbody > tr > td,
.ui-datatable-tablewrapper .table > tfoot > tr > td {
    min-width:80px;
}

/*___________________________________
MODIFICA STILE TABLE PRIMEFACE
_____________________________________*/
.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th {
    padding: 12px;
    border-style: none;
}
.ui-datatable thead th.text-center, .ui-datatable tfoot td.text-center {
    text-align: center;
}
.ui-datatable thead th, .ui-datatable tfoot td {
    text-align: left;
}
.ui-datatable table {
    table-layout: unset;
}

/*___________________________________
PAGINAZIONE
_____________________________________*/
.ui-paginator .ui-icon {
    display: none;
}
.ui-datatable .ui-paginator, .ui-datatable .ui-paginator {
    padding: 15px 10px;
}
.ui-paginator .ui-paginator-current, .ui-paginator .ui-paginator-rpp-options{
    margin:0;
    padding: 2px 0 8px;
    float:left;   
}
.ui-paginator {
    color:#9a9a9a;
    text-align: right;
}
.ui-paginator-page.ui-state-default {
    display:inline-block;
    width:26px;
    height:26px;
    color:#666
}
.ui-paginator-page.ui-state-active,
.ui-paginator-page.ui-state-default:hover{
    color: #ffffff;
    background-color: #0099ff;
    border-color: transparent;
    border-radius: 50%
}
.ui-paginator .ui-paginator-page{
    padding:1px 0;
    text-align: center;  
}
.ui-paginator .ui-paginator-first,
.ui-paginator .ui-paginator-prev,
.ui-paginator .ui-paginator-last,
.ui-paginator .ui-paginator-next{
    position:relative;
    width: 20px;
}
.ui-paginator .ui-paginator-first:hover,
.ui-paginator .ui-paginator-prev:hover,
.ui-paginator .ui-paginator-last:hover,
.ui-paginator .ui-paginator-next:hover{
    color:#0099ff
}
.ui-paginator .ui-paginator-first:before,
.ui-paginator .ui-paginator-prev:before,
.ui-paginator .ui-paginator-last:before,
.ui-paginator .ui-paginator-next:before{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
}
.ui-paginator .ui-paginator-first:before{
    content: "\f100";
}
.ui-paginator .ui-paginator-prev:before{
    content: "\f104";
}
.ui-paginator .ui-paginator-last:before{
    content: "\f101";
}
.ui-paginator .ui-paginator-next:before{
    content: "\f105";
}
 .ui-paginator .ui-paginator-first.ui-state-disabled,
.ui-paginator .ui-paginator-prev.ui-state-disabled,
.ui-paginator .ui-paginator-last.ui-state-disabled,
.ui-paginator .ui-paginator-next.ui-state-disabled,
 .ui-paginator .ui-paginator-first.ui-state-disabled:hover,
.ui-paginator .ui-paginator-prev.ui-state-disabled:hover,
.ui-paginator .ui-paginator-last.ui-state-disabled:hover,
.ui-paginator .ui-paginator-next.ui-state-disabled:hover{
    color:#9a9a9a
}
.table > tbody > tr.ui-datatable-empty-message > td {
    text-align:center;
    padding: 40px 0;
}

/*___________________________________
FAB BUTTON
_____________________________________*/
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg { 
  width: 50px;
  height: 50px;
  padding: 13px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.fab-button{
    padding:20px;
}
.fab-button a{
    position:absolute;
    top:-25px;
    right:20px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
}
.fab-button .btn:active, .fab-button .btn.active {
    -webkit-box-shadow: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
/*___________________________________
GALLERY
_____________________________________*/

.thumb {
    margin: 15px 0;
}
/*___________________________________
GRAFICI
_____________________________________*/
.jqplot-series-canvas {
    background-color:#FFF;
}
.jqplot-grid-canvas{
    display:none
}
.jqplot-title{
    font-family:'Source Sans Pro', sans-serif;
    font-weight:300;
    text-transform: uppercase;
    padding-top: 15px;
}
table.jqplot-table-legend, table.jqplot-cursor-legend{
    border:0 !important
}
div.jqplot-table-legend-swatch-outline{
        border:0 !important
}
div.jqplot-table-legend-swatch{
    border-top-width: 8px !important;
    border-bottom-width: 8px !important;
    border-left-width: 8px !important;
    border-right-width: 8px !important;
    margin-right:5px
}
.jqplot-series-shadowCanvas {
    display: none;
}

/*___________________________________
MEDIA QUERY
_____________________________________*/
@media (min-width: 768px) {
    .navbar-toggle {
    display: inline-block
    }
}
@media (max-width: 767px) {

    .navbar-toggle {
    display: block
    }
}
@media (max-width: 540px) {
    .ui-paginator .ui-paginator-current, .ui-paginator .ui-paginator-rpp-options{
    width:100%  
    }
}
@media(min-width:1025px) {
    .navbar-toggle {
    display: none;
    }
}
/*___________________________________
CAPTCHA ON SMARTPHONE
_____________________________________*/
@media (max-width: 480px) {
    .g-recaptcha>div>div{
        width:inherit !important;
        position:relative;
        display:block;
        padding:0;
        overflow:hidden;
        max-width:302px;
        border-right:1px solid #d3d3d3;
        border-radius:4px;
        box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);
        -webkit-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08);
        -moz-box-shadow:2px 0px 4px -1px rgba(0,0,0,.08)
    } 
    .g-recaptcha iframe{
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        width:100%;
        height:100%;
        border:0
    } 
    .g-recaptcha>div{
        position:relative
    } 
    .g-recaptcha>div:before{
        content:'Caricamento captcha...';
        position:absolute;
        top:38%;
        left:0
    } 
    .g-recaptcha:empty:before{
        content:'Si è verificato un errore'
    }
}
