html
{
	height: 100%;
}
body
{
	background: #fff;
	height: 100%;
}
.search_modal input
{
	border: 0;
	background: #fff;
	width: 85%;
}
.search_submit
{
	background: #fff;
	border: 0;
	float: right;
}
.search_submit > span
{
	position: relative;
	top: 3px;
}

.bootstrap-select .btn-default, .bootstrap-select .btn-default:hover, .bootstrap-select .btn-default.active, .bootstrap-select .btn-default:active,
.bootstrap-select.open > .dropdown-toggle.btn-default, .bootstrap-select .btn-default.focus, .bootstrap-select .btn-default:focus
{
	background-color: #fff;
	border: 1px solid #d1d4d9;
	box-shadow: none;
}
.bootstrap-select .btn-default.active.focus, .bootstrap-select .btn-default.active:focus, .bootstrap-select .btn-default.active:hover,
.bootstrap-select .btn-default.focus:active, .bootstrap-select .btn-default:active:focus, .bootstrap-select .btn-default:active:hover,
.bootstrap-select.open > .dropdown-toggle.btn-default.focus, .bootstrap-select.open > .dropdown-toggle.btn-default:focus, .bootstrap-select.open > .dropdown-toggle.btn-default:hover
{
	background-color: #fff;
	border: 1px solid #d1d4d9;
	box-shadow: none;
}
.advanced .dropdown-menu > li > a:focus, .advanced .dropdown-menu > li > a:hover, .advanced .dropdown-menu > li.selected > a:hover, .advanced .dropdown-menu > li.selected > a
{
	color: #000;
	text-decoration: none;
}
.advanced .dropdown-menu > li > a.promoted
{
	background-color: #fde2e2;
}
.fancy-select .dropdown-menu > li.selected > a:hover, .fancy-select .dropdown-menu > li.selected > a
{
	font-weight: 700 !important;
}
.dropdown-menu > li > a:focus
{

	background: transparent;
}
.btn-group.open.bootstrap-select.fancy-select
{
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
}
.user_modal .btn
{
	width: 100%;
	margin-bottom: 10px;
}
.cart-totalprice .btn
{
	margin-top: 5px;
}


.img-center
{
	margin: 0 auto;
}

.btn .shortname
{
	display: none;
}

.search_in_menu input
{
	border: 0;
	background: #f3f4f6;
	height: 34px;
	padding: 0 35px 0 15px;
	width: 100%;
}

.search_in_menu button
{
	position: absolute;
	top: 15px;
	right: 20px;
	border: 0;
	background: transparent;
}
.dropdown-menu
{
	border: 1px solid #d1d4d9;
	border-radius: 0px;
}
.bootstrap-select.btn-group .dropdown-menu li a
{
	outline: none;
}
.bootstrap-select.btn-group .dropdown-menu li a .price, .bootstrap-select .btn-default .price
{
	padding: 7px 0px;
	position: absolute;
	top: 0;
	right: 0;
	width: 122px;
	text-align: left;
}
.bootstrap-select .btn-default .price
{
	width: 140px;
}
.tooltip-inner
{
	background-color: #fff;
	border-radius: 2px;
	color: #000;
	max-width: 600px;
	width: auto;
	padding: 5px 8px;
	text-align: left;
	border: 1px solid #d2d4d9;
	display:inline-block;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.25);
}
.table-reversed.table > tbody > tr > td, .table-reversed.table > tbody > tr > th, .table-reversed.table > tfoot > tr > td, .table-reversed.table > tfoot > tr > th, .table-reversed.table > thead > tr > td, .table-reversed.table > thead > tr > th
{
	border-top: 0;
	border-bottom: 1px solid #d3d4d9;
	text-align: center;
	font-weight: 200;
	padding: 10px;
}
.table-reversed.table > tbody > tr > th, .table-reversed.table > tfoot > tr > th, .table-reversed.table > thead > tr > th
{
	border: 0;
}
.table-striped > tbody > tr:nth-of-type(2n+1)
{
	background-color: #f3f4f6;
}
.action-dropdown .dropdown-menu
{
	background-color: #d2d4d9;
	border: 0px solid rgba(0, 0, 0, 0.15);
	border-radius: 0px;
	box-shadow: none;
	margin: 0px 0 0;
	min-width: 95px;
	padding: 8px 0;
	font-size: 13px;
}
.action-dropdown.btn-group.open .dropdown-toggle
{
	box-shadow: none;
}
.action-dropdown .dropdown-menu > li > a
{
	padding: 2px 15px;
}
.action-dropdown .dropdown-menu > li > a:focus, .action-dropdown .dropdown-menu > li > a:hover
{
	background-color: #d2d4d9;
	color: #106eb6;
	text-decoration: underline;
}

.label_check, .label_radio { padding-left: 34px; width: 16px; height: 16px; cursor: pointer; }

.label_check { background: url('../images/check-off.png') no-repeat; }
label.label_check:hover, .label-clickable:hover label.label_check { background: url('../images/check-on.png') no-repeat; }
label.label_check.active, label.label_check.active:hover, .label-clickable:hover label.label_check.active { background: url('../images/check-active.png') no-repeat; }
label.label_check.disabled { background: url('../images/check-disabled.png') no-repeat; }
label.label_check:focus, label.label_check:active { background: url('../images/check-off.png') no-repeat; }

.label_radio { background: url('../images/radio-off.png') no-repeat; }
label.label_radio:hover, .label-clickable:hover label.label_radio { background: url('../images/radio-on.png') no-repeat; }
label.label_radio.active, .label-clickable:hover label.label_radio.active { background: url('../images/radio-active.png') no-repeat; }
label.label_radio.disabled { background: url('../images/radio-disabled.png') no-repeat; }


.label_check input, .label_radio input { position: absolute; left: -9999px; }
.label-clickable
{
	cursor: pointer;
}

.padding-left-15
{
	padding-left: 15px;
}
.padding{padding:0px 15px;}
.bg_gray
{
	background: #f3f4f6;
}

.form-control
{
	background-color: #fff;
	background-image: none;
	border: 1px solid #d2d4d9 !important;
	border-radius: 0px;
	box-shadow: none !important;
	color: #000;
	display: block;
	font-size: 13px;
	height: auto;
	line-height: 1.42857;
	padding: 7px 15px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}




.preview
{
	background: #c90c10;
	border: 1px solid #c90c10;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 30px 0px 30px 0px;
	position: fixed;
	top: 20%;
	left: 0;
	z-index: 9999;
}
.preview ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.preview ul li
{
	color: #c90c10;
	font-weight: 600;
	padding: 5px 10px;
	cursor: pointer;
	background: #fff;
	border: 1px solid #c90c10;
	border-left: 0;
	border-right: 0;
}

.progress {
  background-color: #f3f4f6;
  border-radius: 0px;
  box-shadow: none;
  height: 6px;
  margin-bottom: 0px;
  overflow: hidden;
}

.progress-bar-danger
{
  background-color: #c90d0e;
}

.panel-confirm-invoice-data {
	border-radius: 0;
	box-shadow: none;
	border: 0;
}
.panel-confirm-invoice-data .control-label {
	display:block;
}
.panel-confirm-invoice-data .control-label em {
	color: #f00;
	margin-left:2px;
}
.panel-confirm-invoice-data .icon.icon-faq{
	float:right;
}