@CHARSET "UTF-8";

.ajax:link, .ajax:hover, .ajax:active, .ajax:visited, .ajax:focus
{
	text-decoration: none;
	border-bottom: 1px dashed;
}

a.ajax
{
	cursor: pointer;
}

.dropdown {
	list-style-type: none;
}

.dropdown-container {
	display: none;
	background-color: #f5f5f5
}

.dropdown-opener, .dropdown-exception {
	cursor: pointer;
}

.chzn-search input[type="text"]
{
	height: 25px
}

.wide, .wide + .chzn-container
{
	width: 100% !important;
}

.loading-img
{
	position: absolute;
	z-index: 100001;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
}

.datepicker-container-right .picker
{
	position: relative !important;
}

.datepicker-container-right .picker .picker__holder
{
	right: 0px !important;
}

.nav-pills
{
	margin-bottom: 15px;
}

nav.navbar.navbar-inverse {
	background-color: rgba(239, 161, 5, 0.8) !important;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid rgba(231, 145, 0, 0.94);
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-text, .navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-link
{
	color: white;
}

.navbar-inverse .navbar-nav .dropdown-menu li a:hover, .navbar-inverse .navbar-nav .dropdown-menu li a:focus {
    background-color: #ffac05;
    color: white;
}

.navbar-inverse .navbar-nav .dropdown-menu li.disabled a:hover, .navbar-inverse .navbar-nav .dropdown-menu li.disabled a:focus {
	background-color: white;
}

.navbar-inverse .navbar-nav .dropdown-menu li.disabled a, .navbar-inverse .navbar-nav .dropdown-menu li.disabled a {
	color: #bbbbbb;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover
{
	background-color: #ffbc45;
}

.navbar-inverse .navbar-toggle
{
	border: 0;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover
{
	background-color: #ffbc45;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
{
	border-color: #eeeeee;
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: white;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>li.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li.disabled>a:focus {
		color: #ffdc85;
	}
}

.table>tbody>tr:first-child>th,
.table>tbody>tr:first-child>td
{
    border-top: none;
}

.page-filter-form
{
	margin-bottom: 20px;
}

h1
{
	margin-bottom: 40px;
}

.nutrition-table
{
	margin-top: 15px;
}

.nutrition-table .form-control
{
	width: 50%;
	display: inline-block !important;
}

.nutrition-table > tbody > tr > th, .nutrition-table > tbody > tr > td
{
	vertical-align: middle;
}


.form-inline label
{
	font-weight: normal;
}

table thead tr .header {
	background-image: url(../img/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table thead tr .headerSortUp {
	background-image: url(../img/tablesorter/asc.gif);
}
table thead tr .headerSortDown {
	background-image: url(../img/tablesorter/desc.gif);
}

.tablesorter th.text-right.header
{
	padding-right: 20px;
}