/*
 * Estilos personalizados para Senegocia
 * Roberto Puga - Premier SpA.
 */


 #left-panel {
    padding-top: 87px;
	}
	
.fixed-ribbon 
  #ribbon {
	padding: 0;
    left: 0px;
	z-index: 1000;
    background: rgb(53, 70, 93);
	}
	
.ribbon-text {
    float: right;
    margin-right: 30px;
    color: rgb(255, 255, 255);
    padding: 4px;
    font-size: smaller;
	}
	
.login-info {
	border: none;
    box-shadow: none;
	display: inline-block;
	width: 220px;
	}

	
.login-info img{
	border-radius: 50%;
	border: none;
}

.login-info>span {
	border: none;
}

@media screen and (min-width: 0) {
	.hidden-menu.fixed-ribbon #ribbon {
    left: 0px;
	}
}

.flot-x-axis .flot-tick-label{
	font-size: smaller;
	
}

.texto_kpi {
    display: block;
    float: right;
    margin-top: -15px;
	padding: 4px;
}
.chart {
	height: 200px;
	}

#content {
    /* margin-top: 20px; */
	
	}

#logo img {
    width: 150px;
    margin-top: -4px;
}

.box_title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

h2  {
	width: 60%!Important;
}

#main {
overflow-x: hidden;
}

.gauge_value {
	position:relative; 
	float:left; 
	margin-top:-10px;
	font-size: x-large; 
	font-weight: bold;
	color: rgb(89, 89, 89);
}
.gauge_text {
	position:relative; 
	float:right; 
	margin-top:-13px;
	color: rgb(166, 166, 166);
}
.color_contrato_marco {
	color: rgb(112, 173, 71)!important;
}
.color_KPI_gasto {
	color: rgb(31, 78, 121)!important;
}
.color_KPI_eficiencia {
	color: rgb(128, 48, 122)!important;
}

.jarviswidget{
    margin-bottom: 25px;
}
.jarviswidget .widget-body {
	min-height: 50px;
}
.txt-color-green {
	color: rgb(0, 176, 80)!important;
}

.minibarra{
    position: relative;
    display: block;
    max-width: calc(var(--total)/var(--avance)*100%);
    min-height: 42px;
    margin-top: 26px;
}
.total {
    position: absolute;
    min-height: 16px;
    background-color: var(--color);
	opacity:0.25;
    width: calc(var(--total)*1%);
}
.avance {
    position: absolute;
    min-height: 10px;
    margin-top: 3px;
    background-color: var(--color);
    width: calc(var(--avance)*1%);
}
