/*
 * ui.bootstrap
*/
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

/*
 * Globals
 */
body {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	color: #555 !important;
	background-color: #eee !important;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
	margin-top: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #333 !important;
}
hr{
	border-top-color: #ddd !important;
}
blockquote{
	border-left-color: #ddd !important;
}
header{
	/*position: fixed;*/
	width: 100%;
	top: 0px;
	z-index: 100;
	/*background-color: #eee;
	height: 130px;*/
}
.header{
	padding-top: 3px;
}

.link{
	color: #337ab7 !important;
	cursor: pointer;
}

.body-site{
	/*margin-top: 130px;*/
}
/*
.body-site-shrink{
	margin-top: 40px;
}
*/
/*
 * Override Bootstrap's default container.
 */
@media ( min-width : 1200px) {
	.container {
		width: 970px;
	}
}
.header button{
	margin-top: 20px;
	margin-left: 3px;
}
.header a br{
	display: inline;
}
.header button img, br{
	display: none;
}

@media(max-width: 400px){
	.header{
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media(min-width: 480px){

	.header button img, br {
		display: inline;
 	}

	.header button{
		margin-top: 0;
		width: 100px;
	}
}

/*
 * Masthead for nav
 */
.masthead {
	background-color: #428bca !important;
	-webkit-box-shadow: inset 0 -2px 5px rgba(0, 0, 0, .1);
	box-shadow: inset 0 -2px 5px rgba(0, 0, 0, .1);

	/*
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.59);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.59);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.59);
	margin-bottom: 15px;
	*/

	/*position: absolute;*/
	bottom: 0px;
	height: 40px;
	width: 100%;
}

/* Nav links */
.blog-nav{
	min-height: 40px;
	border: none;
}
.blog-nav:before, .blog-nav:after{
	display: none;
}
.blog-nav-item {
	position: relative;
	display: inline-block;
	padding: 10px !important;
	font-weight: 500;
	color: #cdddeb !important;
}

.blog-nav-item:hover, .blog-nav-item:focus {
	color: #fff !important;
	text-decoration: none;
	background: transparent !important;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
	color: #fff !important;
}

@media(min-width:768px){
	.blog-nav .active:after {
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 0;
		height: 0;
		margin-left: -5px;
		vertical-align: middle;
		content: " ";
		border-right: 5px solid transparent;
		border-bottom: 5px solid;
		border-left: 5px solid transparent;
	}
}
.masthead .container:after, .container:before{
	display: none;
}

/*
 * Blog name and description
 */
.blog-header {
	padding-top: 20px;
	padding-bottom: 20px;
}

.blog-title {
	/*margin-top: 30px;*/
	margin-bottom: 0;
	/*font-size: 60px;*/
	font-weight: normal;
}

.title-description {
	color: #999;
	margin-bottom: 0px;
}

/*
 * Main column and sidebar layout
 */
.blog-main {
	font-size: 18px;
	line-height: 1.5;
}
.blog-sidebar{
	margin-top: 15px;
}

/* Sidebar modules for boxing content */
.sidebar-module {
	padding: 15px;
	margin: 0 -15px 15px;
}

.sidebar-module-inset {
	padding: 15px;
	background-color: #f5f5f5;
	border-radius: 4px;
}

.sidebar-module-inset p:last-child,.sidebar-module-inset ul:last-child,.sidebar-module-inset ol:last-child {
	margin-bottom: 0;
}

/* Pagination */
.pager {
	margin-bottom: 60px;
	text-align: left;
}

.pager>li>a {
	width: 140px;
	padding: 10px 20px;
	text-align: center;
	border-radius: 30px;
}

/*
 * Blog posts
 */
.blog-post {
	margin-bottom: 60px;
}

.blog-post-title {
	margin-bottom: 5px;
	/*font-size: 40px;*/
	cursor: pointer;
}

.blog-post-meta {
	margin-bottom: 20px;
	color: #999;
}

/*
 * Footer
 */
footer {
	margin-top: 15px;
	padding: 25px 0;
	color: #999 !important;
	background-color: #1A3652 !important;
	/*
	border-top: 1px solid #e5e5e5;
	*/
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.75);
}

footer p:last-child {
	margin-bottom: 0;
}

.leilao-thumbnail{
	background-color: #f5f5f5 !important;
	font-size: 14px;

	padding: 5px;
	margin-right: 3px;
	margin-bottom: 3px;

	border: 1px solid #ccc !important;
	border-radius: 5px;

	display: table;
	cursor: pointer;
}
.leilao-thumbnail img{
	max-height: 85px !important;
	max-width: 160px !important;
}

.leilao-thumbnail .alert-success, .leilao-thumbnail .alert-warning, .leilao-thumbnail .alert-danger{
	margin-bottom: 3px;
	padding: 3px;
}

.box-lote{
	border-radius:5px;
	background: #46A8BF;
	font-size: 1.6em;
	text-align: center;
	color: #FFF;
	max-width: 90px;
}
.box-lote .alert{
	padding: 0px;
	margin: 0px;

	margin-left:-15px;
 	margin-right:-15px;

 	text-align: center;
 	font-size: 0.5em;

	border-radius: 0px 0px 4px 4px;
}
.carousel{
	border-radius: 5px;
	border: solid 1px #CECECE !important;
}

.carousel-inner img{
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.glyphicon-refresh-animate {
	-animation: spin .7s infinite linear;
	-webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
	from { -webkit-transform: rotate(0deg);}
	to { -webkit-transform: rotate(360deg);}
}

@import url(//fonts.googleapis.com/css?family=Roboto:400,300);
.date-picker,
.date-container {
	position: relative;
	display: inline-block;
	width: 100%;
	color: rgb(75, 77, 78);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.date-container {
	padding: 0px 40px;
}
.date-picker h2, .date-picker h4 {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
}
.date-container .date {
	text-align: center;
}
.date-picker span.fa {
	position: absolute;
	font-size: 4em;
	font-weight: 100;
	padding: 8px 0px 7px;
	cursor: pointer;
	top: 0px;
}
.date-picker span.fa[data-type="subtract"] {
	left: 0px;
}
.date-picker span.fa[data-type="add"] {
	right: 0px;
}
.date-picker span[data-toggle="calendar"] {
	display: block;
	position: absolute;
	top: -7px;
	right: 45px;
	font-size: 1em !important;
	cursor: pointer;
}

.date-picker .input-datepicker {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	width:100%;
	max-width: 200px;
	right: 0px;
}
.date-picker .input-datepicker.show-input {
	display: table;
}

@media (min-width: 768px) and (max-width: 1010px) {
	.date-picker h2{
		font-size: 1.5em;
		font-weight: 400;
	}
	.date-picker h4 {
		font-size: 1.1em;
	}
	.date-picker span.fa {
		font-size: 3em;
	}
}