/*!
 * Bootstrap v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
 /*
.clearfix 
{ 
	*zoom: 1;
}
.clearfix: before, .clearfix: after {
	display: table;
	content: "";
}
.clearfix: after {
	clear: both;
}
.hide-text {
	font: 0 / 0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
*/
.input-block-level {
	display: inline;
	width: 100% ;
	min-height: 28px; 
/*	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-ms-box-sizing: border-box;
	box-sizing: border-box;*/
}

.pagination {
	height: 36px;
	margin: 18px 0;
	text-align:center;
}
.pagination ul {
	padding-left:20px;
	list-style: none;
	color:#000;
	padding-top:0px;
}

.pagination li {
	display: inline;
}

.pagination a {
	text-decoration: none;
	font-weight:bold;
	padding: 3px 10px;
	color: #000; 
	background: #fff; /*#E0EAF1;*/
}

.pagination li a {
	text-decoration: none;
	font-weight:bold;
	padding: 3px 10px;
	color: #000; 
	background: #fff; /*#E0EAF1;*/
}

.pagination a:hover, .pagination.active a {
	color: #000; 
	background:  #fff; /*#E0EAF1;*/
}

.pagination li a:hover, .pagination li.active a {
	color: #fff; /*#000;*/ 
	background: #ef8369; /*#b3cee1;*/
	cursor: pointer;
}
/*
.pagination.active a {	
	background: #E0EAF1;
	}
*/
.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover	
{
	background: #fff; /*#E0EAF1;*/
	color: #000;
	cursor: pointer;
}
/*
.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover
{
	color:#999999;
	background-color: transparent;
	cursor: default;
}
.pagination li: first-child a {
	border-left-width: 1px; -webkit - border - radius: 3px 0 0 3px; - moz - border - radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.pagination li: last-child a {
	-webkit-border - radius: 0 3px 3px 0; - moz - border - radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.pagination-centered {
	text-align: center;
}

.pagination-right {
	text-align: right;
}
*/