/* Space out content a bit */
html {
    -ms-overflow-style: scrollbar;
    -webkit-font-smoothing: antialiased;
}

body {
    padding-bottom: 20px;
    font-family: Roboto,'Segoe UI','Droid Sans',Tahoma,Arial,sans-serif;
    font-size: 12px;
    color: #707980; 
    line-height: 1.5;
    background-color: #f5f5f5;/*#ebeef0;*/
    /*#424242;*/
}

#page-wrapper {
    padding: 0 15px;
    /* min-height: 568px; */
    min-height: 1200px;
    border-color: #ebebeb;
    border-top: 2px solid #ebebeb;
    background-color: #ebeef0;
    /*background-color: #f5f5f5;*/
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 219px;
        padding: 0 30px;/* for fixed menu*/ /*padding: 0 30px;*/ 
        border-left: 1px solid #fafafa;
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

.nav>li>a{
  color:#707980;
}
.nav>li.active>a {
text-decoration: none;
/*#253646; */ /*background-color: #eee;*/
background-color: #fafafa;
color: #262d33;
}

/*MODIFICHE bootstrap .css*/

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  /*background-color: #253646;*/
  color: #262d33;
}

.navdas>li>a{
  color:#707980;
}
.navdas>li.active>a {
text-decoration: none;
/*#253646; */ /*background-color: #eee;*/

color: #262d33;
}

.navdas>li>a{
  color:#fff;
  background-color: #81c04d;
}
.navdas>li.active>a {
  text-decoration: none;
  color:#fff;
  background-color: #81c04d;
}

.navdas > li> a:hover,
.navdas > li> a:focus {
  text-decoration: none;
  color:#fff;
  background-color: #81c04d;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #6f7f8b;
    border-color: #428bca;
    color: #fafafa;
}

.navicon>li>a{
  color:#707980;
}
.navicon>li.active>a {
text-decoration: none;
/*#253646; */ /*background-color: #eee;*/

color: #262d33;
}

.navicon>li>a{
  color:#6f7f8b;
  
}
.navicon>li.active>a {
  text-decoration: none;
  color:#fafafa;
  background-color: #37444e;
}

.navicon > li> a:hover,
.navicon > li> a:focus {
  text-decoration: none;
  color:#fff;
  background-color: #37444e;
}

.nav-separator {
    padding: 7px 16px;
    font-size: 11px;
    background: #f5f5f5;
    color: #a2acb3;
    font-weight: 700;
}

.list-group {
    margin-bottom: 10px;
    padding-left: 0;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #f6f6f6;
  background-color: #fff;
}

.navbar-top-links li a {
    padding: 10px;
    min-height: 50px;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #f6f6f6;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}

/*
a {
  color: #939da6; 
  text-decoration: none;
}
a:hover,
a:focus {
  color: #f6f6f6;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

*/

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar-default {
  background-color: #fafafa;/* #293c4e; */
  border-color: #fafafa;/* #293c4e; */
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fafafa;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 220px;
        margin-top: 0px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.sidebar ul li {
    border-bottom: 0px solid #253646;
    background-color: #fafafa; /*aggiunta*/
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
    background-color: #f5f5f5 ;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

.page-header {
  padding-bottom: 2px;
  margin: 20px 0 10px;
  font-size:24px;
  color:rgba(0,0,0,0.7)
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

h1 {display:inline-block;margin:0px;font-size:24px;color:rgba(0,0,0,0.7)}
h2 {display:inline-block;margin:0px;font-size:18px;color:rgba(0,0,0,0.7)}
small{font-size:12px;display:block;font-weight:300;margin-top:0px;color:rgba(0,0,0,0.5); padding-bottom: 10px;}

.breadcrumb {
    position: absolute;
    top: 25px;
    right: 30px;
    float: right;
    background-color: transparent;
    font-size: 12px;
    border: 0;
    padding: 30px 0 20px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.breadcrumb > li > a {
  color:#616161
}

.panel {
  border: 0px;
  border-radius: 4px;
}

.panel-default>.panel-heading {
    color: #a2acb3;
    background-color: #fff;
    margin: 0;
    border: 0px solid;
    
}

label {
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #616161;
    margin-bottom: 10px;
}

.form-control, .wysihtml5-sandbox {
    background-color: #fafafa;
    color: rgba(0,0,0,0.6);
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    border: 1px solid #eee;
    box-shadow: none;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary.hover {
    background-color: #2685ee;
}

.btn.btn-default {
    background-color: #fafafa;
    color: #666;
}

.table.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-color: rgba(0,0,0,0.08);
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.12),0 -1px 0 0 rgba(0,0,0,.03);
}

.red {
  color: #ef5350;
}

.vertical-middle {
    vertical-align: middle;
    line-height: 1.42857143;
}

.commandi {
  text-align: right;
  margin-right: 10px;
}

.myinput.large{
    height:22px;
    width: 22px;
}

.myinput.large[type="checkbox"]:before{
    width: 20px;
    height: 20px;
}
.myinput.large[type="checkbox"]:after{
    top: -20px;
    width: 16px;
    height: 16px;
}

.ngdialog-theme-default {
  
}

.thumb {
  height: auto;
  width: 80px;
}

.required:after { color: #ef5350; content:" *"; }

.dropdown{
  background-color: none;
}

/*TILES*/
.tile-progress {
background-color: #303641;
color: #fff;
height: 125px;
}
.tile-progress {
background: #00a65b;
color: #fff;
margin-bottom: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;

}
.tile-progress .tile-header {
padding: 2px 20px;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
/*padding-bottom: 40px;*/
}
.tile-progress .tile-progressbar {
height: 2px;
background: rgba(0,0,0,0.18);
margin: 0;
}
.tile-progress .tile-progressbar span {
background: #fff;
}
.tile-progress .tile-progressbar span {
display: block;
background: #fff;
width: 0;
height: 100%;
-webkit-transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
-moz-transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
-o-transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
transition: all 1.5s cubic-bezier(0.230,1.000,0.320,1.000);
}
.tile-progress .tile-footer {
padding: 20px;
text-align: right;
background: rgba(0,0,0,0.1);
-webkit-border-radius: 0 0 3px 3px;
-webkit-background-clip: padding-box;
-moz-border-radius: 0 0 3px 3px;
-moz-background-clip: padding;
border-radius: 0 0 3px 3px;
background-clip: padding-box;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.tile-progress.tile-red {
background-color: #ef553a;
color: #fff;
}
.tile-progress {
background-color: #37444e;
color: #fff;
}
.tile-progress.tile-blue {
background-color: #3b5998;
color: #fff;
}
.tile-progress.tile-aqua {
background-color: #00aced;
color: #fff;
}
.tile-progress.tile-green {
background-color: #81c04d;
color: #fff;
}
.tile-progress.tile-cyan {
background-color: #00b29e;
color: #fff;
}
.tile-progress.tile-purple {
background-color: #ba79cb;
color: #fff;
}
.tile-progress.tile-pink {
background-color: #ec3b83;
color: #fff;
}

.tile-header {
background-color: #4b565f;
color: #fff;
}

.tile-header.tile-red {
background-color: #f1664d;
color: #fff;
}
.tile-header.tile-blue {
background-color: #4e69a2;
color: #fff;
}
.tile-header.tile-aqua {
background-color: #19b4ef;
color: #fff;
}
.tile-header.tile-green {
background-color: #8dc65e;
color: #fff;
}
.tile-header.tile-cyan {
background-color: #00b29e;
color: #fff;
}
.tile-header.tile-purple {
background-color: #ba79cb;
color: #fff;
}
.tile-header.tile-pink {
background-color: #ec3b83;
color: #fff;
}

/*ngtable*/
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff !important;
    background-color: #37444e;
    border-color: #37444e;
    cursor: default;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #428bca;
    background-color: #37444e;
    border: 0px solid #ddd;
    margin-left: -1px;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #999 !important;
    background-color: #fff;
    border: 0px solid #ddd;
    margin-left: -1px;
}


.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: #999 !important;
    background-color: #fff !important;;
    border-color: #ddd !important;;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: #999 !important;
    background-color: #fff !important;;
    border-color: #ddd !important;;
}

.panel-footer {
    margin: 0;
    padding: 20px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 0 -2px 0 0 #fff;
    background-color: #fff;
    border-top: 0px solid #ddd;
}

.btn-block{
    display: block;
    width: 100%;
}
.btn-primary {
    color: #fff;
    background-color: #2685ee!important;
    border-color: #1278e8;
}

#gauge1TextPercentage {
  position: absolute;
  top: 52%;
  left: 51%;
   transform: translate(-50%, -50%); 
}

.pull-left {
    float: left!important;
}

.pull-right {
    float: right!important;
}

.header-invoice {
    background: #85c744;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 1px;
    margin: 20px 0 20px;
    text-align: center;
}

ul {
  list-style-type: none;
}

.glyphicon.glyphicon-edit {
    font-size: 15px;
}