/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);*/
/* CUSTOM CSS */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    min-height: 100%;
    box-sizing: border-box;
}
.box-ordine {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
}
/** Aggiunta classe .main-container **/
.main-container {
    height: 100%;
}
.page-section-fragment {
    padding: 0 20px;
}
/** Aggiunta classe .main-container END **/
.container-fluid {
    height: 100%;
    /*min-width: 1000px;*/
}
.home-width {
    width: 500px;
}

.navbar-default.navbar-fixed-top {
    height: 51px;
}

.bl-logo {
    display: inline-block;
    height: 27px;
    width: 27px;
    background-image: url("../assets/img/gruppo-energo-white-logo.png");
	 background-repeat: no-repeat;
    vertical-align: top;
	 margin-top: -5px;
}

.navbar-nav {
    margin: 0;
}
.navbar .navbar-brand,
.navbar .navbar-brand:focus{
    height: 50px;
    background: #d9534f;
    color: #fff;
    text-shadow: none;
    border-bottom: 1px solid #C52F2F;
    border-right: 1px solid #C52F2F;
    position: relative;
}
.navbar .navbar-brand:hover {
    background-color: #c9302c;
    border-color: #ac2925;
    color: #fff;
}
.navbar .navbar-brand:active {
    background-color: #ac2925;
    border-color: #761c19;
}

.nav .active > a,
.nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #cccccc;
}

/** Fix dropdown menu 'INFO UTENTE' **/
.navbar .pull-right>li>.dropdown-menu, .navbar .nav>li>.dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
/** Fix dropdown menu 'INFO UTENTE' END **/

/** Fix TEMPORANEA dropdown submenu 'STATISTICHE' **/
.dropdown-submenu>.dropdown-menu.dropdown-menu-stats {
    margin-top: -92.5%;
}
/** Fix TEMPORANEA dropdown submenu 'STATISTICHE' END **/

.page-header {
padding: 0px;
margin: 0px 0px 10px 0px;
/*font-family: 'Lato', Calibri, Arial, sans-serif;*/
font-weight: 300;
}
.page-header h1 {
font-size: 28px;
}
.page-header h1 span {
    font-size: 23px;
    color: #999999;
}
.progress {
width: 100%;
}
p.help-block {
font-style: italic;
font-size: 11px;
}
a {
color: #2b2b2b;
text-decoration: none;
}
a:hover {
color: #d30e0e;
text-decoration: underline;
}
hr.soften {
height: 1px;
margin: 10px 0;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
border: 0;
}
.table tbody tr:hover {
  color: #d30e0e;
}
/* PANELS */
.list-group {
  margin: 0 0 20px;
  background-color: #ffffff;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 30px 10px 15px;
  margin-bottom: -1px;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item .list-group-item-text {
  color: #555;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text {
  color: #e1edf7;
}

.list-group-item > .badge,
.list-group-item > .glyphicon-chevron-right {
  float: right;
  margin-right: -15px;
}

.list-group-item > .glyphicon-chevron-right {
  margin-right: -15px;
}

.list-group-item > .glyphicon + .badge {
  margin-right: 5px;
}

/*.panel-primary {
  border-bottom: 1px solid #f0f0f0;
  border-left: 5px solid #006dcc;
}

.panel-success {
  border-bottom: 1px solid #f0f0f0;
  border-left: 5px solid #84e136;
}

.panel-warning {
  border-bottom: 1px solid #f0f0f0;
  border-left: 5px solid #f9ab15;
}

.panel-danger {
  border-bottom: 1px solid #f0f0f0;
  border-left: 5px solid #ec1e3c;
}

.panel-info {
  border-bottom: 1px solid #f0f0f0;
  border-left: 5px solid #a0e7f5;
}*/

.list-group-flush {
  margin: 15px -15px -15px;
}

.list-group-flush .list-group-item {
  border-width: 1px 0;
}

.list-group-flush .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  border-bottom: 0;
}

/* WELLS */
.well {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.palette {
  color: #ffffff;
}
.palette-turquoise {
  background-color: #1abc9c;
}
.palette-green-sea {
  background-color: #16a085;
}
.palette-emerland {
  background-color: #2ecc71;
}
.palette-nephritis {
  background-color: #27ae60;
}
.palette-peter-river {
  background-color: #3498db;
}
.palette-belize-hole {
  background-color: #2980b9;
}
.palette-amethyst {
  background-color: #9b59b6;
}
.palette-wisteria {
  background-color: #8e44ad;
}
.palette-wet-asphalt {
  background-color: #34495e;
}
.palette-midnight-blue {
  background-color: #2c3e50;
}
.palette-sun-flower {
  background-color: #f1c40f;
}
.palette-orange {
  background-color: #f39c12;
}
.palette-carrot {
  background-color: #e67e22;
}
.palette-pumpkin {
  background-color: #d35400;
}
.palette-alizarin {
  background-color: #d9534f;
}
.palette-pomegranate {
  background-color: #c0392b;
}
.palette-clouds {
  background-color: #ecf0f1;
}
.palette-silver {
  background-color: #bdc3c7;
}
.palette-concrete {
  background-color: #95a5a6;
}
.palette-asbestos {
  background-color: #7f8c8d;
}
.palette-clouds {
  color: #bdc3c7;
}
.palette-paragraph {
  color: #7f8c8d;
  font-size: 12px;
  line-height: 17px;
}
.palette-paragraph span {
  color: #bdc3c7;
}
.palette-headline {
  color: #7f8c8d;
  font-weight: 700;
  margin-top: -5px;
}
a.big-link  {
    display:block;
    width:100%;
    color: #fff;
    text-decoration: none;
}
a.big-link .glyphicon-search {
    margin-left: 4px;
}
.sede {
    background-image: url(../skin/icon-sede.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.news {
	background-image: url(../skin/icon-news.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.clear {
	clear:both;
}

/* EQUIPAGGIO */
.loading { display: none; position: absolute; top: 40px; left: 40px; }
.link-list { position: relative; z-index: 9; }

.link {
	padding: 0px 10px 0px 10px;
	margin-right: -21px;
	cursor: pointer;
	outline: 0;
	border-top: 1px solid #dddddd;
}
.link:hover {
	background: #cce1f2;
}
.extended {
	border-top: 1px solid #969696;
	border-bottom: 1px solid #969696;
	border-right: 1px solid #cce1f2;
	background:#cce1f2;
}
.extended:hover {
	background: #cce1f2;
}
.link-details{overflow:hidden;background-color:#fff;overflow:auto;position:fixed;top:10px;bottom:0;right:0}.link-details-content{width:100%;height:90%;padding-left:0px;padding-right:0px;padding-top:20px;padding-bottom:20px;overflow-x:hidden;overflow-y:auto;border-left:1px solid #969696;border-top:1px solid #ddd;position:fixed;top:50px;background:#cce1f2;}

.box-ordine {
    min-height: 20px;
    padding: 5px;
    margin-bottom: 20px;
    /* background-color: #f5f5f5; */
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.box-riquadro {
    text-align: center;
    padding-left: 5px;
    margin-right: 5px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.label-ord {
    color: #ccc;
}

.dark-bg {
    background-color: #f5f5f5;
}

.provvisorio {
    color: #ccc;
}

.confermato {
    color: #000;
}

.white-bg {
    background-color: #FFF;
    padding: 0;
}

.padding-5 {
    padding: 5px;
}

.padding-bottom-5 {
     padding:  0 0 0 0;
}
.padding-top-5 {
    padding:  5px 5px 0 5px;
}

.nowrap {
    white-space: nowrap;
}

.with-padding {
    padding: 1em;
}

.onehalf{width:50%;}
.onehalfleft{width:50%;float:left;}
.onethird{width:33%;}
.onethirdleft{width:33%;float:left;}
.onefourth{width:25%;}
.onefourthleft{width:25%;float:left;}


.label-servizi {
    margin-bottom: 0;
    margin-left: 5px;
}

.servizio-selezionato {
    background-color: lightyellow;
}

.thumbnails {
    background-color: white;
}

/** Fix Container form add **/
.container-fluid.add-page-container label.control-label {
    cursor: pointer;
}
.container-fluid.add-page-container .controls input[type="text"],  .container-fluid.add-page-container select {
    width: 28%;
    max-width: 350px;
}
.container-fluid.add-page-container .controls input[type="checkbox"] {
    margin-bottom: -2px;
    vertical-align: bottom;
}
.container-fluid.add-page-container .input-sm {
    width: 20%;
}

.form-group-file-container {
    padding-left: 60px;
}

.form-group-actions-container {
    border-top: 1px solid #e5e5e5;
    /*padding-left: 25px;*/
    margin-bottom: 40px;
}
.container-fluid.add-page-container .form-group-actions-container .form-actions {
    /*padding: 19px 20px 20px;*/
    margin-top: 20px;
    margin-bottom: 20px;
}
/** Fix Container form add END **/

/** Fix CSS GDO add (Servizi abbinati) **/
.controls ul.thumbnails {
    list-style: none;
    padding-left: 0;
}

.controls ul.thumbnails li .thumbnail {
    min-height: 65px;
    padding: 8px 8px 0px 10px;
    font-size: 14px;
}

.container-fluid.add-page-container .controls ul.thumbnails li input[type="checkbox"]{
    margin-top: 0.76em;
    float: left;
}

.controls ul.thumbnails li label {
    display: block;
    cursor: pointer;
    margin-left: 1.5em;
}
/** Fix CSS GDO add (Servizi abbinati) END **/

.thumbnail {
    min-height: 40px;
}

.progress-bar {
    height: 18px;
    background: green;
    margin: 5px 0 5px 0;
}

.ajax-loader {
        background-image: url('../skin/ajax-loader.gif');
        background-repeat: no-repeat;
        background-position: top left;
        top: 0;
        left: 0;
        float: left;
        position: absolute;
        width: 16px;
        height: 11px;
        z-index: 9999;
}

.filtrato {
    border-color: yellow;
    border-width: 2px;
}


.row_ord {
    /* margin-bottom: 0; */
    margin: 5px;
}

.ord-collegato {
    margin: 5px;
    /* margin-bottom: 0px; */
}

.ord-riquadro {
    padding: 5px;
    margin-bottom: 10px;
    background-color: #F0F0F0;
}

/** Fix margini .row
.row {
    margin-left: 0;
    margin-right: 0;
}
/** Fix margini .row END **/

/** Fix margini e padding 'Ordini PV' **/
.thumbnail .row {
    margin-right: 0;
    margin-left: 0;
}

.thumbnail  .row .col-md-12 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 6px;
}

.thumbnail  .row .col-md-9 .btn {
    white-space: normal;
}
/** Fix margini e padding 'Ordini PV' END **/

.ord-riquadro-rientro {
    padding: 5px;
    margin: 5px;
}

.v-center {
  min-height:200px;
  display: flex;
  justify-content:center;
  flex-flow: column wrap;
}

.pad-20 {
    padding: 20px;
}

label {
    color: #BBB;
    cursor: pointer;
}

label.label-servizi {
    color: #555555;
    max-height: 40px;
    /*overflow: auto;*/
}

.form-inline {
    margin-bottom: 15px;
}

/** Fix input filtri **/
.form-inline .input-filter {
    width: 220px;
}
.form-inline .input-filter-small {
    width: 110px;
}
.form-inline .input-filter, .form-inline .input-filter-small {
    margin: 4px 0;
}
/** Fix input filtri END **/

/** checkbox e label per checkbox deleted **/
input[type="checkbox"].checkbox-deleted {
    margin-left: 5px;
}
label.label-checkbox {
    margin: 0 5px;
    color: #777777;
    font-weight: normal;
    font-size: 13px;
}
/** label per checkbox END **/

/** Fix margine bottom 'PV Gestione Targhe' **/
.targhe-row-container {
    margin-bottom: 10px;
}
/** Fix margine bottom 'PV Gestione Targhe' END **/

/****/
.modal-dlg-full-haw form {
	 margin: 0;
}
/****/
