html, body {
  height: 100%;
}

body {
  padding: 50px 0 0 0;
}

.input-group .form-control {
	z-index: 0;
}

.table tbody>tr>td.vert-align{
    vertical-align: middle;
}

.header {
	background-color: #EEEEEE;
	width: 100%;
}

.spacer {
	margin-top: 100px; /* define margin as you see fit */
}

.media {
	margin: 10px 0;
	padding: 10px;
}

.dp {
	border: 10px solid #fff;
	transition: all 0.2s ease-in-out;
}

.dp:hover {
	border:2px solid #eee;
	transform:rotate(360deg);
	-ms-transform:rotate(360deg);  
	-webkit-transform:rotate(360deg);  
	/*-webkit-font-smoothing:antialiased;*/
}

.colorgraph {
	background: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4) repeat scroll 0 0 #c4e17f;
	border-radius: 5px;
	border-top: 0 none;
	height: 5px;
}

.popover {
	max-width: 800px;
	width: auto;
}
.costo, .ricarico, .prezzo, .numbers {
	text-align: right;
}	

.navbar-toggle {
	float: left;
	margin-left: 15px;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.noborder {
    border: 0 !important;
}

@media (min-width: 0) {
	.navbar-toggle {
		display: block; /* force showing the toggle */
	}
}

@media (min-width: 992px) {
	body {
		padding: 0;
	}
	.navbar {
		right: auto;
    		background: none;
    		border: none;
  	}
}

.loadie { 
	z-index: 9999; 
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	width: 0;
	height: 4px;
	-webkit-transition: width 0.5s ease-out;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.25);
}

.responsive-fieldset {display:table-cell; width: 100%}
.navmenu-nav.dropdown-menu { position:relative  }

#legend {
	height: auto;
	background: rgba(127, 127, 127, 0.5)
}
#legend span {
	display: inline-block;
	padding: 15px 30px;
	position: relative;
}
#legend span:after {
	padding-left: 4px;
    content: '\00a0\00a0\00a0\00a0\00a0\00a0';
	text-decoration: line-through;
}

.ha-header {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.ha-header-small {
	-webkit-box-shadow: 0 6px 6px -6px black;
	   -moz-box-shadow: 0 6px 6px -6px black;
	        box-shadow: 0 6px 6px -6px black;
	position: fixed;
	top: 0;
	z-index: 50;
	background-color: #EEEEEE;
}

.h90 {
}

.ha-header-large {
	height: auto;
}

/**/
.notification_count
{
padding: 3px 7px 3px 7px;
background: #cc0000;
color: #ffffff;
font-weight: bold;
margin-left: -5px;
border-radius: 9px;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
position: absolute;
margin-top: -11px;
font-size: 11px;
}
#notification
{
position: relative;
width: 56px;
}

/**/
.footerStiky {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.95);
    border-top: 1px solid rgba(80, 80, 80, 0.1);
    bottom: 0;
    box-shadow: 0 -1px 80px 80px rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-weight: normal;
    left: 0;
    padding: 5px 15px;
    position: fixed;
    right: 0;
    z-index: 9999;
}

.container { }

/**/
.btn-info:active, .btn-info.active {
    background-color: #F58220;
}

#reportrange {
	background: none repeat scroll 0 0 #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	color: #333333;
	cursor: pointer;
	line-height: 18px;
	padding: 8px;
}

.home {
	height:350px;
	overflow:hidden;
}

.noofferte {
	border: 6px solid #1eafe8;
}

.noofferte h3.blu {
	color: #1eafe8;
}

.offerte {
	border: 6px solid #2dff35;
}

.offerte h3.green {
	color: #2dff35;
}

.bg-white {
	background-color: #FFF;
	background-image: none;
}

.extraBox {
	border: 6px solid #42ADF0;
}

/* drag n drop */
.glyphicon-move {
	cursor: move;
	cursor: -webkit-grabbing;
}
.pulsate {
	-webkit-animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite; 
	-moz-animation: pulsate 1s ease-out;
	-moz-animation-iteration-count: infinite; 
	animation: pulsate 1s ease-out;
	animation-iteration-count: infinite; 
}

@-webkit-keyframes pulsate {
	0% { opacity: 1.0;}
	50% {opacity: 0.5;}
	100% {opacity: 1.0;}
}

@-moz-keyframes pulsate {
	0% { opacity: 1.0;}
	50% {opacity: 0.5;}
	00% {opacity: 1.0;}
}

@keyframes pulsate {
	0% { opacity: 1.0;}
	50% {opacity: 0.5;}
	100% {opacity: 1.0;}
}
/**/


@media(max-width:767px) {
	.max-width-100 {
		width: 100px;
		overflow: hidden;
		text-overflow: ellipsis;
		padding-right: 6px !important;	
		padding-left: 6px !important;	
		white-space: nowrap;
	}
	.home {
		height:auto;
		overflow:hidden;
	}
}

/* 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;
}

/* The responsive part */

.btn-breadcrumb > * > div {
    /* With less: .text-overflow(); */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}

.btn-breadcrumb > *:nth-child(n+2) {
  display:none;
}

/* === For phones =================================== */
@media (max-width: 767px) {
    .btn-breadcrumb > *:nth-last-child(-n+2) {
        display:block;
    } 
    .btn-breadcrumb > * div {
        max-width: 60px;
    }
}

/* === For tablets ================================== */
@media (min-width: 768px) and (max-width:991px) {
    .btn-breadcrumb > *:nth-last-child(-n+4) {
        display:block;
    } 
    .btn-breadcrumb > * div {
        max-width: 100px;
    }
}

/* === For desktops ================================== */
@media (min-width: 992px) {
    .btn-breadcrumb > *:nth-last-child(-n+6) {
        display:block;
    } 
    .btn-breadcrumb > * div {
        max-width: 170px;
    }
}

.drop-up {
    top: auto;
    bottom: 100% !important;
}

.card-panel {
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    color: #31373d;
	margin-bottom: 15px;
}

.card-heading {
    padding: 20px 20px 0;
}

.card-section {
	padding: 20px;
}


/**/

.cd-panel {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.6s;
	-moz-transition: visibility 0s 0.6s;
	transition: visibility 0s 0.6s;
}
.cd-panel::after {
	/* overlay layer */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	cursor: pointer;
	-webkit-transition: background 0.3s 0.3s;
	-moz-transition: background 0.3s 0.3s;
	transition: background 0.3s 0.3s;
}
.cd-panel.is-visible {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	-moz-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
}
.cd-panel.is-visible::after {
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition: background 0.3s 0s;
	-moz-transition: background 0.3s 0s;
	transition: background 0.3s 0s;
}
.cd-panel.is-visible .cd-panel-close::before {
	-webkit-animation: cd-close-1 0.6s 0.3s;
	-moz-animation: cd-close-1 0.6s 0.3s;
	animation: cd-close-1 0.6s 0.3s;
}
.cd-panel.is-visible .cd-panel-close::after {
	-webkit-animation: cd-close-2 0.6s 0.3s;
	-moz-animation: cd-close-2 0.6s 0.3s;
	animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
	0%, 50% {
	-webkit-transform: rotate(0);
	}
	100% {
	-webkit-transform: rotate(45deg);
	}
}
@-moz-keyframes cd-close-1 {
	0%, 50% {
	-moz-transform: rotate(0);
	}
	100% {
	-moz-transform: rotate(45deg);
	}
}
@keyframes cd-close-1 {
	0%, 50% {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	}
	100% {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	}
}
@-webkit-keyframes cd-close-2 {
	0%, 50% {
	-webkit-transform: rotate(0);
	}
	100% {
	-webkit-transform: rotate(-45deg);
	}
}
@-moz-keyframes cd-close-2 {
	0%, 50% {
	-moz-transform: rotate(0);
	}
	100% {
	-moz-transform: rotate(-45deg);
	}
}
@keyframes cd-close-2 {
	0%, 50% {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	}
	100% {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
}
.cd-panel-header {
	position: fixed;
	width: 90%;
	height: 50px;
	line-height: 50px;
	background: rgba(255, 255, 255, 0.96);
	z-index: 100;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	-webkit-transition: top 0.3s 0s;
	-moz-transition: top 0.3s 0s;
	transition: top 0.3s 0s;
}
.cd-panel-header h2 {
	font-weight: bold;
	color: #89ba2c;
	padding-left: 5%;
}
.from-right .cd-panel-header, .from-left .cd-panel-header {
	top: -50px;
}
.from-right .cd-panel-header {
	right: 0;
}
.from-left .cd-panel-header {
	left: 0;
}
.is-visible .cd-panel-header {
	top: 0;
	-webkit-transition: top 0.3s 0.3s;
	-moz-transition: top 0.3s 0.3s;
	transition: top 0.3s 0.3s;
}
@media only screen and (min-width: 768px) {
	.cd-panel-header {
	width: 70%;
	}
}
@media only screen and (min-width: 1170px) {
	.cd-panel-header {
	width: 50%;
	}
}

.cd-panel-close {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60px;
	/* image replacement */
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.cd-panel-close::before, .cd-panel-close::after {
	/* close icon created in CSS */
	position: absolute;
	top: 22px;
	left: 20px;
	height: 3px;
	width: 20px;
	background-color: #424f5c;
	/* this fixes a bug where pseudo elements are slighty off position */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-panel-close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-panel-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.no-touch .cd-panel-close:hover {
	background-color: #424f5c;
}
.no-touch .cd-panel-close:hover::before, .no-touch .cd-panel-close:hover::after {
	background-color: #ffffff;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.no-touch .cd-panel-close:hover::before {
	-webkit-transform: rotate(220deg);
	-moz-transform: rotate(220deg);
	-ms-transform: rotate(220deg);
	-o-transform: rotate(220deg);
	transform: rotate(220deg);
}
.no-touch .cd-panel-close:hover::after {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.cd-panel-container {
	position: fixed;
	width: 90%;
	height: 100%;
	top: 0;
	background: #dbe2e9;
	z-index: 90;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.from-right .cd-panel-container {
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.from-left .cd-panel-container {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.is-visible .cd-panel-container {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}
@media only screen and (min-width: 768px) {
	.cd-panel-container {
	width: 70%;
	}
}
@media only screen and (min-width: 1170px) {
	.cd-panel-container {
	width: 50%;
	}
}

.cd-panel-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 92%;
	padding: 20px 5%;
	margin-top: 50px;
	padding-bottom: 50px;
	overflow: auto;
	/* smooth scrolling on touch devices */
	-webkit-overflow-scrolling: touch;
	z-index: 100;
	overflow-x: hidden;
}
.cd-panel-content p {
	font-size: 14px;
	color: #424f5c;
	line-height: 1.4;
	margin: 2em 0;
}
.cd-panel-content p:first-of-type {
	margin-top: 0;
}
@media only screen and (min-width: 768px) {
	.cd-panel-content p {
	line-height: 1.6;
	}
}
@media only screen and (max-width: 420px) {
	.cd-panel-header {
	display: none;
	}
}

/* pulse */

@keyframes pulse_animation {
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    40% { transform: scale(1.08); }
    50% { transform: scale(1); }
    60% { transform: scale(1); }
    70% { transform: scale(1.05); }
    80% { transform: scale(1); }
    100% { transform: scale(2); }
}

.pulse {
	animation-name: pulse_animation;
	animation-duration: 5000ms;
	transform-origin:70% 70%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.w50 {
	width: 80px;
}

.p-t15-b15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.bg-tabs {
	background-color: white;
	padding: 10px;
}

fieldset.multioff-cost {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.multioff-cost {
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: left !important;
	width:auto;
	padding:0 10px;
	border-bottom:none;
}