/* Media Queries */

@media only screen and (max-width: 1000px) {
	#app-header-logo {
		display: none;
	}
}


/* ------------------------------------*/

@media only screen and (max-width: 600px) {
	.lbl-saldo {
		width: 100% !important;
		padding: 0px !important;
		padding-top: 21px !important;
		border-bottom: 1px solid #ccc;
		margin-bottom: 10px;
		text-align: right;
	}

	.lbl-saldo .title {
		color: #666;
		font-size: 12px;
		font-weight: bold;
		text-align: right;
	}

	.lbl-saldo .saldo-value {
		color: #666;
		font-size: 12px;
		text-align: right;
	}

	.saldo-value.saldo-red {
		color: red !important;
	}
	.saldo-value.saldo-green {
		color: green !important;
	}
}

/* ------------------------------------*/

@media only screen and (max-width: 520px) {
	#app-header-title {
    	font-size: 17px;
	}
}
