/* фильтр отдельным блоком */
#filterBlock{
	max-width: 550px;
	margin-bottom: 10px;
}

#filterBlockHeader {
	overflow: hidden;
}

#filterBlockHeader img,
#filterBlockHeader span{
	vertical-align: text-bottom;
}

#filterBlockHeader a{
	font-size: 14px;
}

#toggleFilterLink {
	text-decoration: none;
	border-bottom: 1px dotted;
	cursor: pointer;
}

#exportXlsLink {
	text-decoration: none;
	cursor: pointer;
}

#filterMain select#checkbox_filter+button{
	background: #ffffff;
	border: 1px solid #cccccc;
	height: 28px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100% !important;
}

#filterMain select#checkbox_filter+button:focus {
	border-color: #c7c7c7;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(188, 188, 188, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(188, 188, 188, 0.6);
}

#filterMain .fr-form-group{
	margin-bottom: 5px;
}

#filterMain .groupByStatus,
#filterMain .dateRangeByStatus {
	margin: 10px 0;
}

/* фильтр строкой в таблице */
.filterStatusSelect button,
.persCabOrdersTblOrderStatus button{
	height: 28px;
	width: 70px !important;
	padding-top: 5px;
}

.filterStatusSelect .ui-multiselect span.ui-icon {
	position: relative;
	top: -2px;
}

table.fr-table-bordered > tbody > tr.filter_row > td {
	border: 0;
}

.datePickerWrapper{
	position: relative;
}

.datePickerWrapper input[type=text]{
	min-width: 130px;
}

/* end www.abcp/admin/common.jscripts/filters.css */

/* www.abcp/admin/common.jscripts/call.order.css */
.callBlock {
	width: 400px;
	padding: 25px;
}

.callMain * {
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
	margin: 0;
	padding: 0;
}

.callMain h2 {
	font-size: 28px;
	color: #454545;
	margin: 0 0 10px 0;
}

.callOrderButton {
	padding: 10px 0;
}

.callOrderButton .callOrderCapchaContainer {
	margin-right: 5px;
}

.callOrderButton .callOrderCapchaInputWrapper {
	width: 140px;
}

@media (max-width: 767px) {
	.callOrderButton .callOrderCapchaContainer .captcha {
		display: inline-block;
		width: auto;
		margin: 0;
	}

	.callOrderButton .callOrderCapchaContainer  .captchaReload.captchaLoop {
		font-size: 18px;
		vertical-align: baseline;
	}
}

#actionResult {
	width: 250px;
	height: 20px;
	float: right;
	margin-top: 17px;
	margin-right: 10px;
	text-align: right;
	font-size: 12px;
}

#sendMessageOk {
	height: 100px;
	margin-top: 120px;
	font-size: 20px;
	display: none;
	text-align: center;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
}

/* end www.abcp/admin/common.jscripts/call.order.css */

/* feedback form */
.wFeedback .textForRequired {
	font-size: 12px;
}
.wFeedback .feedbackError {
	color: #b94a48;
	display: inline-block;
	margin-top: 6px;
	font-size: 12px;
}
.feedbackBlock .sendMessageOk{
	font: 14px/2em Arial;
}