.removeProduct, .removeProduct:hover {
	color: #fff;
}

.removeProduct:active, .removeProduct:focus {
	outline: none;
}

.toggleTables {
	margin-bottom: 20px;
}

.nav-tabs > li > a {
    font-family: 'Roboto Condensed', 'Roboto', sans-serif;
    font-size: 20px;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active {
    border: 0 none;
    outline: none;
}

.nav-tabs > li.active a, .nav-tabs > li.active a:focus, .nav-tabs > li.active a:active, .nav-tabs > li > a:hover {
    background-color: #AD2A30;
    color: #fff;
    border: none;
}

.tab-pane {
    margin-top: 15px;
}

#user .input-group {
    display: block;
}
#user .input-group input {
    margin-bottom: 10px;
}

#user label.error {
	text-align: left;
	float: left;
	color: #AD2A30;
	margin: -8px 0 10px 0;
}

#sendOffer, #sendOffer:hover, #sendOffer:active, #sendOffer:focus {
	color: #fff;
	outline: none;
}

#back {
	margin-right: 10px;
	margin-top: 15px;
	display: none;
}

#sendOffer {
	margin-top: 15px;
}

.offerUserData {
	display: none;
}

#textyOffer {
	margin-top: 20px;
}

#textyOfferSearch .search {
	background: #f1f3f4;
	height: 50px;
	margin-bottom: 20px;
}

#textyOfferSearch .search input {
	padding: 0 0 0 20px;
	height: 50px;
	width: 465px;
	background: #f1f3f4;
	border: 0;
	font-size: 17px;
	color: #777;
}

#textyOfferSearch .search button {
	background: #AD2A30;
	width: 50px;
	height: 50px;
	float: right;
	color: #fff;
	text-align: center;
	font-size: 25px;
	border: 0;
}

#textyOfferSearch .title {
	font-size: 20px;
	color: #121212;
	margin-bottom: 5px;
}

#textyOfferForm label.error, #textyOfferForm span.required {
	color: #AD2A30;
	font-weight: bold;
}

#textyOfferForm .form-group.texty {
	width: 102%;
}

#orderNotification {
	position: relative;
}

#orderNotification .fa-close {
	position: absolute;
	right: 10px;
	top: 10px;
}

#orderNotification .fa-close:hover, #orderNotification .fa-arrow-down:hover {
	cursor: pointer;
}