/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/

/*******************
/*Top bar
*******************/
.topbar {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.btn-group-escala {
	display: flex;
}

.btn-group-escala>.btn input[type=checkbox]
, .btn-group-escala>.btn input[type=radio]
, .btn-group-escala>.btn-group>.btn input[type=checkbox]
, .btn-group-escala>.btn-group>.btn input[type=radio]{
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none;
}

.btn-escala ,
label.btn-escala {
	color: #626262!important;
	background-color: #e6e6e6;
	border: solid 2px #fff;
}

.btn-escala.active{
	color: #ffffff!important;
	background-color: #028d8a;
}

.btn-escala:focus{
	color: #ffffff!important;
	background-color: #033c3a;
}