html, body
{
	min-width: 1040px;
}

body
{
	padding-top: 80px;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button {
	display: none;
}


.invoice
{
	text-align: right;
}



.invoice .item
{
	border-bottom: 1px dashed gray;
	padding: 8px;

	color: gray;
}



.invoice .item.item-total
{
	font-size: 24px;
	border: 0;
	margin-bottom: 5px;

	color: #000;
}


.well .bootstrap-select
{
	margin-bottom: 0 !important;
}

.dropdown-menu .btn-clipboard-hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca
}

.btn.btn-clipboard-hover {
	color: #fff;
	background-color: #563d7c;
	border-color: #563d7c;

	cursor: pointer;
}

.btn-clipboard-hover {
    color: #fff;
    background-color: #563d7c;
    border-color: #563d7c;

    cursor: pointer;
}

.text-pointer
{
    cursor: pointer;
}


.navbar-nav > .warning > a
{
	color: #555555;
	background-color: #fcf8e3;
}


.layer-loading
{
	z-index: 999999;
	top: -1px;
	right: -1px;
	position: fixed;

	padding: 5px;
	display: none;
}

.has-success .form-control
{
	color: #3c763d;
	background-color: #fafffa;
	border: 1px solid #ccc;
}

.has-error .form-control
{
	color: #a94442;
	background-color: #fff6f6;
	border: 1px solid #ccc;
}

.has-success .input-group-addon, .has-error .input-group-addon
{
	color: #555;
	background-color: #eee;
	border: 1px solid #ccc;
}




.popover-transparent
{
	background: url('../img/transparent_white.png') repeat;
	border: 0 !important;
}

.popover-transparent .arrow
{
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 10px solid #fff !important;



	position: absolute;
	top: -9px !important;
	width: 0;
	height: 0;
}

.tooltip-transparent .tooltip-inner
{
	max-width: 700px !important;
	background: url('../img/transparent_white.png') repeat !important;
	color: #428bca;
	font-style: italic;
}

.cart-items-wrap .tooltip-inner
{
	max-width: 700px !important;
}

.popover-transparent .arrow:after
{
	border-style: none;
}

.container
{
	width: 100% !important;
}

@media screen and (min-width: 1024px)
{
	.container
	{
		max-width: none !important;
		width: 1000px;
	}
}

.table-centered td, .table-centered th
{
	text-align: center;
}


.btn-address {
	color: #FFFFFF;
	background-color: #3059FF;
	border-color: #130269;
}

.btn-address:hover,
.btn-address:focus,
.btn-address:active,
.btn-address.active,
.open .dropdown-toggle.btn-address {
	color: #FFFFFF;
	background-color: #0B2FBD;
	border-color: #130269;
}

.btn-address:active,
.btn-address.active,
.open .dropdown-toggle.btn-address {
	background-image: none;
}

.btn-address.disabled,
.btn-address[disabled],
fieldset[disabled] .btn-address,
.btn-address.disabled:hover,
.btn-address[disabled]:hover,
fieldset[disabled] .btn-address:hover,
.btn-address.disabled:focus,
.btn-address[disabled]:focus,
fieldset[disabled] .btn-address:focus,
.btn-address.disabled:active,
.btn-address[disabled]:active,
fieldset[disabled] .btn-address:active,
.btn-address.disabled.active,
.btn-address[disabled].active,
fieldset[disabled] .btn-address.active {
	background-color: #3059FF;
	border-color: #130269;
}

.btn-address .badge {
	color: #3059FF;
	background-color: #FFFFFF;
}

.dropdown-submenu {
	position:relative;
}
.dropdown-submenu>.dropdown-menu {
	top:0;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display:block;
}
.dropdown-submenu>a:after {
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
	float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}