/*!
 * GJframework
 * view/css/main.css
 * v1.0.0 (03/09/2018)
 * 
 * Created by Guillaume Juncker <contact@guillaume-juncker.fr> on 24/08/2018.
 * Copyright © Guillaume Juncker. All rights reserved.
 */

body {
	padding-top: 56px;			/* If navbar is fixed top */
}

.bg-control {
	background-color: rgb(247, 108, 33) !important;		/* #f76c21 */
}
.text-control {
	color: rgb(247, 108, 33) !important;
}
.border-control {
	border-color: rgb(247, 108, 33) !important;
}