html, body {
  height: 100%;
}

body {
  padding: 50px 0 0 0;
}

.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 {
	text-align: right;
}	

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

@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;
}