html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 90px;
   padding-top: 10px;
  /* font: Arial, Helvetica, sans-serif; */
 background: #F8F8F8; 
  
}

body .select2-container.select2-container--default.select2-container--open {
    top: 305px!important;
    left: 22px!important;
}
.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
    top: auto!important;
}

.clickable{
    cursor: pointer; 
    color: #FFFFFF;  
}

.panel-heading span {
	margin-top: -20px;
	font-size: 15px;
}

.dashboard_titulo {
	font-size: 14px;
    font-weight: 400;
    color: #777777;
	
    margin-top: 0px;
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto","Helvetica Neue",Arial,sans-serif;
}
.dashboard_tabla {
	font-size: 11px;

}

.slogan {
	color: #002A80;

}

.form-control-combobox {
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    height: 34px;
    padding: 6px 12px;
    margin-right: 5px;
    margin-bottom: 2px;
}

.form-control-select2 {
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;

    border-radius: 4px;
    
    height: 34px;
    padding-top: 6px ;
 
    
    display: block;
width: 100%;
 
 
 
 
}

 

.botonesmenu {
	width: 200px;
	height: :190px;
	   padding-bottom:  28px;
	   padding-top:  28px;
    font-size: 18px;
    line-height:  normal;

}

.tglobales {
  background: #DBE6FE; 
  
}

.filtros {
  text-decoration: none;
  font-weight: normal;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 9px;
  width: 100%;
  
}

.tstages {
	color: #3C763D;
	background-color: #DFF0D8;
	background-image: linear-gradient(to bottom, #DFF0D8 0px, #C8E5BC 100%);
	background-repeat: repeat-x;
	border-color: #B2DBA1;

	padding:7px;
}	

.starter-template {
  padding: 40px 0px;
  margin-top: 20px;
  
}

.table-responsive {
 /*	max-height: 500px; */
	
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%; 
  height: 80px; /* Set the fixed height of the footer here */
  background-color: #333333;

}

.footerbotones {
 margin-top: 30px;
}

.botones {
 margin-top: 17px;
 margin-right: 20px;
}

.column_wordwrap {
  word-wrap: break-word;
}


.container {
  width: auto;
  max-width: 1024px;
  padding: 0 15px;
}

.enpromo {
	color: #6E006E;
}

.pantallaingreso {
  max-width: 400px;
}

/* Fix alignment issue of label on extra small devices in Bootstrap 3.2 */
.form-horizontal .control-label{
        padding-top: 7px;
    }
    

 table.dataTable th,
    table.dataTable td {
        white-space: nowrap;
    }
    
/*Charts*/
 

.easypiechart-panel {
	text-align: center;
 
}
 

.easypiechart {
	position: relative;
	text-align: center;
	width: 100px;
	height: 100px;
	margin: 20px auto 10px auto;
}

.easypiechart .percent {
	display: block;
	position: absolute;
	font-size: 16px;
	top: 24px;
	width: 100px;
}

#easypiechart-blue .percent { color: #30a5ff;}
#easypiechart-teal .percent { color: #1ebfae;}
#easypiechart-orange .percent { color: #ffb53e;}
#easypiechart-red .percent { color: #ef4040;}
