@import "//code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css";

.main-content-wrapper #main-content {
	padding: 15px 15px 0 15px;
	width: 100%;
}
.table {
	font-size: 0.75em;
}

.btn-confirm {}
.form-control-static {}
.form-control {}
.panel-body {
	padding: 15px;
	font-size: 0.75em;
}
.field-proto {
	margin-bottom: 5px;
}
a {
	text-decoration: underline;
}
td.category-level-1::before {
	content: '';
	margin-left: 0px;
}
td.category-level-2::before {
	content: '';
	margin-left: 20px;
}
td.category-level-3::before {
	content: '';
	margin-left: 40px;
}
td.category-level-4::before {
	content: '';
	margin-left: 80px;
}
td.category-level-5::before {
	content: '';
	margin-left: 120px;
}
td.category-level-6::before {
	content: '';
	margin-left: 160px;
}
td.category-level-7::before {
	content: '';
	margin-left: 200px;
}
@media (min-width: 768px) {
	.margin-bottom-xs {
		margin-bottom: 5px;
	}
}
a.underline-dashed {
	font-weight: normal;
	border-bottom: 1px dashed #999;
	text-decoration: none !important;
	margin-left: 5px;
}

.dd-handle {
	display: block !important;
	position: relative;
}
.img-deleted {
	opacity: 0.5;
	/*border: 1px solid #8b2209;*/
	background: #b4b4b4;
}
.spinner {
	background-image: url(/img/spinner.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}
form.form-inline div.panel-body .form-control {
	margin-bottom: 5px;
}
.margin-bottom-0 {
	margin-bottom: 0;
}
.comment-block {
	padding-left: 20px;
	padding-bottom: 2px;
}
.comment-block-head {
	margin-left: -18px;
	padding: 10px 0;
	background-color: white;
	font-weight: bold;
}
.comment-block-head > span {
	font-weight: normal;
	color: #999999;
	margin-left: 40px;
	font-size: 12px;
}
.comment-block-head > i {
	margin-right: 8px;
	margin-left: 2px;
}

.menu-item-count {
	display: none;
}

.menu-item-count.show-count {
	display: inline;
}

.sidebar-mini .menu-item-count.show-count {
	display: none;
}

.sidebar-mini .menu-item-count.show-count + .fa {
	color: red;
}

#loader {
	display:none;
}

.inline-editable:hover {
	border: 1px solid gray;
}
.cursor-pointer {
	cursor: pointer;
}
.inline-editable-input {
	font-size: 12px;
	border: 1px solid gray;
}
td.order-product-stock {
	padding: 0 !important;
	border-top:0 !important;
}
td.order-product-stock > table {
	margin: 0;
	box-shadow: inset 0 0 20px 0 #ccc;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}
div.brand > a {
	text-decoration: none !important;
}

.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 10px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.row .new-attachments,
.row .old-attachments
{
	margin-bottom: 10px;
}

.row .old-attachments a {
	display: inline-block;
	max-width: calc(100% - 36px);
	overflow-x: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.875em;
	vertical-align: middle;
}
.row .old-attachments .btn-delete {
	margin-bottom: 0;
}

textarea.edit-translated {
	border: 1px solid rgba(0,0,0,0);
	display: block;
	width: 100%;
	resize: vertical;
	max-height: inherit;
	padding: 2px 6px 1px;
	background: transparent;
	cursor: pointer;
	overflow: hidden;
}
textarea.edit-translated:focus {
	outline: none;
	cursor: text;
	border: 1px solid #556b8d;
	background: #fff;
	border-radius: 3px;
}

.dropdown-menu {
	width: auto!important;
}

.big-spinner {
	background-image: url(/img/spinner.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px auto;
	height: 60px;
}

.form-control.input-sm {
	height: 25px;
	padding: 5px 10px;
}

.form-inline .form-group input.form-control {
	font-size: 15px;
}
.form-inline .form-group .btn {
	margin-bottom: 0;
}

.panel-body.widget-gauge .table tr th,
.panel-body.widget-gauge .table tr td {
	border-color: #eff2f7;
}
.panel-body.widget-gauge .table tr:first-child th,
.panel-body.widget-gauge .table tr:first-child td {
	border-top: none;
}

.modal-alerts {
	list-style: none;
	padding-left: 0;
}
.modal-alerts > .alert {
	border-radius: 0;
	margin-bottom: 0;
	padding: 5px 35px;
}
.modal-alerts > .alert .flex-row-reverse {
	display: -webkit-flex; /* Safari */
	display: flex;

	-webkit-flex-direction: row-reverse; /* Safari */
	flex-direction: row-reverse;
}
.modal-alerts > .alert > .lead {
	margin-bottom: 0;
}
.modal-alerts > .alert > div > * {
	margin-left: 20px;
}

.navigation-button > .btn {
	display: block;
	width: 60px;
	height: 60px;
	font-size: 1.125em;
	padding: 20px;
	cursor: pointer;
	float: left;
	color: red;
	background-color: transparent;
	border-radius: 0;
	border: none;
}
.navigation-button > .btn > .label {
	color: #999;
	font-weight: normal;
	font-size: 10px;
	left: -9px;
}
.label-orderstate-1 {
	background-color: #F44336;
}
.label-orderstate-2, .label-invoicestate-1, .label-supplystate-1, .label-stockmovestate-1 {
	background-color: #be7238;
}
.label-orderstate-3 {
	background-color: #3233be;
}
.label-orderstate-4, .label-invoicestate-2, .label-supplystate-2, .label-stockmovestate-2 {
	background-color: #e241c6;
}
.label-orderstate-5 {
	background-color: #1dbe1b;
}
.label-orderstate-6 {
	background-color: #6c6fbe;
}
.label-orderstate-7, .label-invoicestate-3, .label-supplystate-3, .label-stockmovestate-3 {
	background-color: #85beb9;
}
.label-orderstate-8, .label-invoicestate-4 {
	background-color: #446160;
}
.label-orderstate-9, .label-invoicestate-5 {
	background-color: #bcb417;
	color: black;
}
.label-orderstate-10, .label-invoicestate-6 {
	background-color: #cccccc;
}
.label-orderstate-11, .label-invoicestate-7, .label-supplystate-4, .label-stockmovestate-4 {
	background-color: #2B2B2B;
}
.label-orderstate-12 {
	background-color: #2B2B2B;
	color: #00C6FF;
}
.label-orderstate-13 {
	background-color: #2B2B2B;
	color: red;
}
.label-orderstate-14 {
	background-color: #ffd8ca;
	color: black;
}
tr.stock-unavailable {
	opacity: 0.3;
	pointer-events: none;
}
tr.nohover:hover {
	background: none !important;
}
th[data-change-order]{
	cursor: pointer;
}
[data-change-order] i.hidden{
	opacity: 0;
}
.swiper {
	width: 100%;
	max-height: 823px;
}
.swiper-slide img{
	max-width: 100%;
	height: auto;
}
.carousel-control{
	z-index: 9;
}

.product-is-deleted {
	text-decoration: line-through;
}

.product-not-visible td:not(:last-child) {
	opacity: .5;
}

.order-label{
	text-align:center;
	border: 1px solid #000;
	position: relative;
}

.order-label button{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
@font-face {font-family: "Cambria";
    src: url("/fonts/cambria/758d40d7ca52e3a9bff2655c7ab5703c.eot"); /* IE9*/
    src: url("/fonts/cambria/758d40d7ca52e3a9bff2655c7ab5703c.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/fonts/cambria/758d40d7ca52e3a9bff2655c7ab5703c.woff2") format("woff2"), /* chrome firefox */
    url("/fonts/cambria/758d40d7ca52e3a9bff2655c7ab5703c.woff") format("woff"), /* chrome firefox */
    url("/fonts/cambria/758d40d7ca52e3a9bff2655c7ab5703c.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("/fonts/cambria/758d40d7ca52e3a9bff2655c7ab5703c.svg#Cambria") format("svg"); /* iOS 4.1- */
}

#monAlert .modal-content {
	border: 1px solid black;
}

#monAlert .btn-text-right {
	text-align: right;
}

#monAlert button {
	padding: 4px 20px;
}

.chosen-container.chosen-container-single {
	display: block;
	width: 100% !important;
}

.chosen-container-single .chosen-single div b{
	background: url(chosen-sprite.png) no-repeat 0 5px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 5px;
}

.chosen-container-single .chosen-single{
	text-indent: 10px;
    line-height: 37px;
    font-size: 14px;
	height: 37px;
}

.text-bold{
	font-weight: bold;
}

.add-present-text:hover{
	font-weight: bold;
}