/* HEADER NAV TWEAKS */
header.app-header a.href-disabled {
	cursor: default !important;
}
header.app-header a.href-disabled:hover {
	background: #fff !important;
}
header.app-header a.href-disabled.separator {
	padding-left: 3px !important;
	padding-right: 3px !important;
}
@media(max-width: 1023px) {

	header.app-header li.separator-item {
		display: none;
	}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	
	header.app-header li.separator-item {
		display: none;
	}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {

  	header.app-header li.separator-item {
		display: none;
	}
}

/* HEADER LOGO */
.app-header-fixed a.navbar-brand > img {
	max-height: 50px !important;
	max-width: 100% !important;
	width: auto !important;
}

/* FOLDED HEADER LOGO */
.app-header-fixed.app-aside-folded a.navbar-brand > img {
	max-width: 58% !important;
	width: auto !important;
    margin-left: -4px;
}

/* LOGIN LOGO */
.logo-center {
	text-align: center;
}
.logo-login-custom {
	margin-left: -15px;
}

/* FORM TWEAKS */
form.form-inline .full-width-textarea {
	display: block; 
	margin: 10px 0px;
}
form.form-inline .full-width-textarea > textarea {
	width: 100%;
	min-height: 80px;
}
form .full-width-textarea.settings-textarea > textarea {

	min-height: 160px;
}

/* WRAPPER TWEAK */
.wrapper-md.panel-body-custom {
	background: #fff !important;
}

/* FORM LINES TWEAK - PANEL BODY */
.wrapper-md.panel-body-custom .panel-body {
	padding: 0;
}
.wrapper-md.panel-body-custom .panel-body > .form-group, .wrapper-md.panel-body-custom .panel-body > form > .form-group {
	padding: 5px 15px;
}
.wrapper-md.panel-body-custom .panel-body > .line.pull-in, .wrapper-md.panel-body-custom .panel-body > form > .line.pull-in {
	margin-left: 0;
}
.wrapper-md.panel-body-custom .panel-body > .form-group:first-child, .wrapper-md.panel-body-custom .panel-body > form > .form-group:first-child {
	padding-top: 15px;
}

.panel-body.panel-body-custom {
	padding: 0;
}
.panel-body.panel-body-custom > .form-group, .panel-body.panel-body-custom > form > .form-group {
	padding: 5px 15px;
}
.panel-body.panel-body-custom > .line.pull-in, .panel-body.panel-body-custom > form > .line.pull-in {
	margin-left: 0;
}
.panel-body.panel-body-custom > .form-group:first-child {
	padding-top: 15px;
}
.panel-body.panel-body-custom > form > .form-group:first-child {
	padding-top: 15px;
}

/* TABLE TWEAKS */
table.table-striped td {
	vertical-align: middle !important;
}
#sortable > table tbody td > i.fa-sort {
	display: block;
    padding: 10px;
    cursor: pointer;
}

/* PHOTOS */
form .photo-col {
    min-height: 375px;
    max-height: 375px;
    clear: right;
}
form .photo-col img {
	max-height: 112px !important;
}


/* CUSTOM NAV PILLS */
.nav.nav-pills > li {
	margin-right: 8px;
}
.nav.nav-pills > li > a {
	background: #eee;
}
.nav.nav-pills > li > a:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
.nav.nav-pills > li.active > a {
	color: #ffffff !important;
    background-color: #23b7e5;
    border-color: #23b7e5;
}
.nav.nav-pills > li.active > a:hover {
	color: #ffffff !important;
    background-color: #19a9d5;
    border-color: #189ec8;
}

/* FLASH MESSAGES */
.flash.panel-error {
	border-color: #ebccd1;
}
.flash.panel-error > .panel-heading {
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.flash .panel-heading {
	padding: 15px 20px;
}

/* AJAX SPINNER */
#ajax-spinner {display: none; position: fixed;left: 50%;top: 50%;margin: -15px 0 0 -15px;background: url('../images/spinner.gif') no-repeat 50% 50%;padding: 15px;font-size: 0;z-index: 1000;}

/* NETTE GENERATED FORM */
.nette-generated-form form table td {
	padding: 15px;
}

/* AUTOSUGGEST - ORDER PRODUCTS */
#search-products-autosuggest {
	position: absolute;
	width: 500px;
	z-index: 9999;
}
#search-products-autosuggest ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #23b7e5;
	border-top: none;
}
#search-products-autosuggest ul li {
	list-style-type: none;
	padding: 12px 8px;
	background: #f5f5f5;
	border-bottom: 1px solid #23b7e5;
}
#search-products-autosuggest ul li a {
	float: right;
	position: relative;
	top: -4px;
}
#search-products-autosuggest ul li:first-child {
	text-transform: uppercase;
	padding: 15px 12px;
	background: #e5e5e5;
}
#search-products-autosuggest ul li:last-child {
	border-bottom: none;
}