/* Add here all your CSS customizations */


.sidebar-widget.widget-vannes ul li {
	position: relative;
}

.sidebar-widget.widget-vannes ul li a {
	color: #abb4be;
	display: block;
	margin: 0 -25px 0 -30px;
	padding: 5px 0 10px 55px;
}

.sidebar-widget.widget-vannes ul li a:hover {
	background: #21262d;
	text-decoration: none;
}

.sidebar-widget .widget-vannes ul li:before {
	margin-right: 15px;
	font-size: 42px;
	font-size: 4.2rem;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 55px;
	border-radius: 55px;
}

.widget-vannes {
	display: table;
	width: 100%;
}

.widget-vannes .widget-vannes-col {
	display: table-cell;
	vertical-align: top;
}

.widget-vannes-col-icon {
	display: inline;
	vertical-align: top;
	width: 1%;
}

.widget-vannes-col-lib {
	display: inline;
	vertical-align: top;
	width: 1%;
}

.widget-vannes-icon {
	display:  table-cell;
	margin-right: 0em;
	font-size: 1.5rem;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #47a447;
}

.widget-vannes-graph {
	display:  table-cell;
	margin-right: 0em;
	font-size: 1.5rem;
	width: 70px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.widget-vannes-graph-hour-left {
	float: none;
	display: table-cell;
	vertical-align:bottom;
    padding-left: 10px;
	font-size: 1rem;
    color: #666;
}

.widget-vannes-graph-hour-right {
	float: none;
	display: table-cell;
	vertical-align:bottom;
	font-size: 1rem;
    color: #666;
}

.widget-vannes-recap_conso-title {
	font-size: 1rem;
    color: #a6a6a6;
}

.widget-vannes-recap_conso {
	float: right;
    font-size: 1rem;
    color: #0088cc;
}

.widget-vannes-lib {
	display: table-cell;
    vertical-align: top;
    width: 100%;
	margin-bottom: 5px;
}

.sidebar-widget.widget-vannes.vanne-close ul li:before {
	border-color: #d64b4b;
}


.sidebar-widget.widget-vannes.vanne-open ul li:before {
	border-color: #4dd79c;
}


.stats-title a {
	color: #a6a6a6;
}


.bg-open {
	background: #47a447;
	color: white;
}

.bg-closed {
	background: #e36159;
	color: white;
}

.bg-orange-alert {
	background: #ed9c28;
	color: white;
}

.bg-grey-unknown {
	background: #777;
	color: white;
}

.panel-featured-open {
	border-color: #47a447;
}

.panel-featured-open .panel-title {
	color: #47a447;
}

.panel-featured-closed {
	border-color: #e36159;
}

.panel-featured-closed .panel-title {
	color: #e36159;
}

.panel-featured-orange-alert {
	border-color: #ed9c28;
}

.panel-featured-orange-alert .panel-title {
	color: #ed9c28;
}

.panel-featured-unknown {
	border-color: #777;
}

.panel-featured-unknown .panel-title {
	color: #777;
}
