/*
Copyright (C) 2017 Nauta Tecnològica, SCP - All Rights Reserved.
Unauthorized copying, publishing, commercial usage and/or distribution of this file,
via any medium, is strictly prohibited without the express permission of the owner.
*/
/* 
    Created on : 10/12/2017, 15:55:28
    Author     : Jordi Santacana <jordistc@nautalogica.com>
*/

/*@import "tema/riderid";*/

.ntlgsidepanel {
	background-color: $sidepanel-bg-color !important;
}

.ntlgsidepanel-container {
	background-color: $sidepanel-bg-color;

	.ntlgsidepanel-content {
		font-size: $sidepanel-font-size;
		padding: 10px 40px;
		margin-bottom: 20px;
		color: $sidepanel-font-color;
		background-color: $sidepanel-bg-color;
	}
}