@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto');

.rem-1_5 {
	font-size: 1.5rem;
}

.rem-1_2 {
	font-size: 1.2rem;
}

.small-text {
	font-size: 0.9rem;
}

.underline {
	text-decoration: underline;
}

.alig-txt-center {
	text-align: center;
}

.align-txt-left {
	text-align: left;
}

.align-txt-right {
	text-align: right;
}

.blue-bold {
	color: #01547E;
	font-weight: bold;
}

.blue-normal {
	color: #01547E;
	font-weight: normal;
}

.max-wd-50px {
	max-width: 50px; 	
}

.titulos {
	color: #01547E;
	font-weight: bold;
	margin-bottom: 0;
}

.positive-text {
	color: #33691E;
}

.negative-text {
	color: #964242;
}

.gray {
	color: #3E3E3E;
}

.gray-2 {
	color: #616161;
}

.gray-3 {
    color: #797979;
}

.blue {
	color: #01547E;
}

.blue2 {
	color: #00669B;
}

.red {
	color: #BE1C1C;
}

.green {
	color: #3A6D00;
}

.yellow {
	color: #ffeb3b;
}

.white {
	color: #FFFFFF;
}

.titulo1 {
	font-size: 1.25em;
}

.material-text-color {
	color: #212121;	
}

.material-text-color-blue {
	color: #03A9F4;	
}

.material-text-color-red {
	color: #F44336;	
}

.material-text-color-lightgreen {
	color: #8BC34A;	
}

.material-text-color-teal {
	color: #009688;	
}

.material-text-color-green {
	color: #4CAF50;	
}

.light-bold {
	font-weight: 500;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
