html{
    background-color: white;
}
.nav nav-pills li span#text-uppercase{
    vertical-align: top;
}
/*iconos de google ver  https://material.io/resources/icons/?icon=settings&style=baseline */
@media screen and (max-width: 600px) {
	.login{
		width: 100% !important;
    }
}
span.titulo_menu {
    text-transform: uppercase;
    color: #000;
	padding: 7px;
}
body{
      font-family: 'Exo', sans-serif !important;
}
.container {
    width: 100% !important;
	max-width: unset !important;
}

.btn, .btn-large, .btn-small, .btn-flat {
	margin: 9px 9px 3px 4px !important;
}
i.small {
    font-size: 17px !important;
}
.titulo_page{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
	margin-top: 100px;
    margin-bottom: 20px;
	
}
nav{
	margin-bottom: 20px !important;
}
.highcharts-figure, .highcharts-data-table table {
  min-width: 360px; 
  max-width: 800px;
  margin: 1em auto;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.highcharts-data-table th {
	font-weight: 600;
  padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
  padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}
.chip_{
	font-size: 10px;
    font-weight: 600;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    padding: 1px 6px 2px 5px;
	text-decoration: none;
    box-shadow: -2px 6px 6px -4px rgb(174 88 124 / 31%);
    -webkit-box-shadow: -2px 6px 6px -4px rgb(174 88 124 / 31%);
    -moz-box-shadow: -2px 6px 6px -4px rgba(174,88,124,0.31);
}
.chip_.add, a.chip_.add{
	padding: 0 5px;
	border-radius: 13px;
	background-color: #33d601;
	color: #FFF;
}
nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons{
	height: 21px !important;
	line-height: none !important;
	display: unset !important;
}
nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i{
	height: 52px !important;
	line-height: 26px !important;
}
.nav-tabs>li>a{
	line-height: unset !important;
}
.nav-tabs.nav-justified>li>a{
	border-bottom: none !important;
}
ul.nav.nav-tabs.nav-justified {
    background: white !important;
    margin: 0px 0px 0px 0px !important;

}
.nav>li>a{
	padding: unset !important;
}
nav ul a{
	color: #496fb5 !important;
}
.sombra{
	box-shadow: 1px 8px 16px -4px rgb(0 0 0 / 24%);
    -webkit-box-shadow: 1px 8px 16px -4px rgb(0 0 0 / 24%);
    -moz-box-shadow: 1px 8px 16px -4px rgba(0,0,0,0.24);
    padding: 7px;
    border-radius: 10px;
    margin-bottom: 29px;
    background-image: linear-gradient(white, #edfff4b0);
}
.sombra2{
	box-shadow: 1px 4px 19px -6px rgb(174 88 124 / 17%);
    -webkit-box-shadow: -1px 6px 13px -4px rgb(174 88 124 / 17%);
    -moz-box-shadow: 1px 4px 19px -6px rgba(0,0,0,0.2);
    padding: 10px 10px 10px 10px;
	border-radius: 10px;
	background-image: linear-gradient(white, #edfff4b0);
	margin: 1px 0px 5px 0px;
}
.rayado{
    background: repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0) 29px, rgba(0, 0, 0, 0) 42px, #c3b6b3 5px, #cfc8c7 44px );
}
.page-footer {
    background-color: #6eb4ee !important;
}
.login{
	width: 50%;
    margin: 0 auto;
    padding: 20px;
}
input#usuario, input#pass {
    border-radius: 10px;
    background: white;
}
.chipid {
    text-align: center;
    font-weight: 600;
    border: 1px solid #ccc;
    background-color: aliceblue;
    padding: 2px 7px 2px 7px;
    border-radius: 10px;
    font-size: 12px;
}
.desactivado, .desactivado a{
	color: #ccc !important;
	background-color; #ccc;
	
}