@CHARSET "UTF-8";
.navbar-inverse .navbar-nav>li>a {
	color:#660000 ;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.3333333333333333em;
	-webkit-font-smoothing: antialiased;

	position: relative;
	font-weight: 400;
}

#example_paginate  .fg-button{
	cursor: pointer; cursor: hand;
	text-decoration: none;
}

input[type='submit'] {
	margin-top:1em;
}

/*
	Icons color are transformed from grey rgb(111,111,111) to blue.
	Transformation is in HSL stands for  Hue, saturation and lightness.
	https://codepen.io/sosuke/pen/Pjoqqp
	Apply saturate(100) and brightness(0%) first to make original image black
*/

.image_picker_image {
	-webkit-filter: sepia(1) hue-rotate(184deg) saturate(91)  brightness(39%);
	filter: sepia(1) hue-rotate(184deg) saturate(91)  brightness(39%);
}
