@charset "utf-8";
/* CSS Document */

input.inputfile {
	width: 0.1px;
	height: 0.1px;
}

label.inputfile {
	color: rgb(255, 255, 255);
	padding-top: 10px;
	padding-bottom: 11px;
	margin-top: -1px;
	margin-bottom: 20px;
	background-color: rgb(0, 140, 186);
	border-radius: 5px;
	font-size: 11px;
	display: inline-block;
	text-align: center;
	width: 100%;
}
#small-menu-title {
    text-transform: uppercase;
	font-weight: bold;
}

.bidding-open{
	padding: 1em 15em;
}
@media screen and (max-width: 786px){
	.alert-box{
		padding: 1em 2em;
	}
}
.alert-box p, .alert-box h3, .alert-box h4{
	text-align: center;
}
.alert-box h3, .alert-box h4{
	color: white;
	font-weight: bold;
}

.alert-box .special-message{
	display: block;
    background: rgba(255, 255, 255, 0.73);
    color: #e60b0b;
    font-weight: 600;
	padding: .5em;
}
