@import "theme.css";

html {
	height: 100%;
	margin: 0;
}

body {
	height: 100%;
}

.logo {
	margin-bottom:15px;
	width:100%
}

.navbar-brand svg {
	vertical-align:bottom;
}

.navbar-brand path {
	stroke:white;
	stroke-width:8;
	stroke-linecap:square;
	stroke-linejoin:miter;
}

@media (max-width: 768px) {
	.login-panel input, .login-panel .btn, .logo {
		max-width:220px;
		display:inline-block;
	}

	/* Mobile Scanning */

	#dropbox label {
		width: 100%;
		display: block;
	}

	#dropbox > div > a {
		display: none;
	}

	#dropbox {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#dropbox > div {
		width: 50%;
	}

	.navbar-main .navbar-form {
		margin: 0;
		width: 100%;
	}

	#navbar-searchfield {
		height: 50px;
		font-size: 28px;
		font-weight: lighter;
	}

	.head {
		display: none;
	}
}

@media (max-height: 400px) {
	.logo {
		display:none;
	}
}

.body {
	margin-top:30px;
}

.wrapper {
	min-height: 100%;
	height: 100%;
	width:100%;
	display: table;
}

.centered {
	display: table-cell;
	vertical-align: middle;
}

.push-bottom {
	height: 81px;
	clear: both;
}

header.navbar {
	margin-bottom: 0;
    z-index: 1002;
}

.nav > li > a.icon-only {
	padding-left:15px;
	padding-right:15px;
}

.head h1 {
	line-height:140px;
	font-size:26px;
	margin:0;
	font-weight:lighter;
	color: #646464;
	text-align: center;
}

.ui-datepicker {
	line-height:normal;
}

/*
ul, li {
	list-style:none;
	margin:0;
	padding:0;
}
*/

/* CONTAINER */

#container {
	min-height: 100%;
	position:relative;
	background:white;
	z-index:2;
}

/* TABS */

.tabs-left > li > a:hover {
	border-bottom-color:#eee;
}

#tabsboxwrapper {
	background:#393839;
}

#tabsbox {
	margin:0 auto;
}

#tabs {
	list-style:none;
	padding:0;
	margin:0;
	height:30px;
}

#tabs li {
	line-height:30px;
	display:inline-block;
	float:left;
}

#tabs a {
	color:#8acaf5;
	font-size: 13px;
	line-height:30px;
	padding:0px 10px 0px 10px;
	display:block;
}

#tabs li#tabs-default a {
	padding:0px 30px 0px 0px;
}

#tabs a:hover {
	background: rgba(255, 255, 255, 0.1);
	text-decoration:none;
}

#tabs li#tabs-default a:hover {
	background:none;
}

#tabs .current_tab a {
	color: #555;
	background:#f1f1f1;
}

#tabs li#tabs-default.current_tab a {
	background:none;
	color:white;
}

/* BS TABS FIX */

.badge {
    vertical-align: baseline;
}

/* ACTIONBAR */

div#actionbarwrapper {
	margin:0 auto 0 auto;
}

div#actionbar {
	background: #FAFAFA;
	border: 1px solid #DDD;
	margin:0px 0px 25px 0px;
	padding:0;
	overflow:hidden;
}

div#actionbar a {
	border:0;
	background:none;
}

/*  contextbar */

.contextbar {
	float:right;
}

/* Page */

#page {
	margin:0 auto;
}

/* Content */

#content {
	margin-top:25px;
	clear:both;
}

/* trace */

.trace {
	float:right;
	margin-right:3px;
	margin-left:7px;
}

/* Highlighted table row */

tr.highlighted {
    border-left: 3px solid #f009;
    border-right: 3px solid #f009;
    background: #eee;
}

/* item list */

#content ul.details:not(.entities) > li:nth-child(2n) {
	background-color:white;
}

#content ul.entities > li { float:left; display:table-cell; width:50%; max-width:472px; }

#content ul.entities > li:nth-child(4n-1) {
	background-color:white;
	clear:both;
}

#content ul.entities > li:nth-child(4n-2) {
	background:white;
}

#content div.head {
	border:1px solid #aaa;
	margin-top:-1px;
}

#content .foot {
	background:#F5F6F7;
	border-bottom-width:1px;
	text-align:center;
	margin-top:-1px;
}

#content .bar a {
	border-width:0 1px 0 1px;
}

#content ul.details {
	background:#fafafa;
	border:1px solid #aaa;
	list-style-type:none;
	padding-left:0px;
	margin-top:-1px;
	line-height:30px;
}

#content ul.standalone {
	background:none;
	margin:0;
	border:none;
	padding-bottom:12px;
}

#content ul.standalone li.alone {
	padding:0;
	border: 1px solid #DDD;
	margin-top:12px;
	overflow:hidden;
}

#content ul.entities.standalone li.alone:nth-child(2n) {
	float:right;
}

.grayscale {
	background: #FAFAFA;
	background: -moz-linear-gradient(#FAFAFA,#EFEFEF);
	background: -webkit-linear-gradient(#FAFAFA,#EFEFEF);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#efefef')";
	min-height:118px;
	padding:0 5px 0 5px;
}

.whitebox {
	background: white;
	border: 1px solid #E5E5E5;
	border-right-color: #EEE;
	border-bottom-color: #EEE;
	padding:5px;
	min-height:40px;
	overflow:hidden;
	line-height:20px;
	clear:both;
}

.info {
	color:#777;
}

.sub {
	font-size:11px;
}

#content ul.standalone h3 {
	padding:0 5px 0 5px;
	border-bottom:1px solid #ddd;
}

#content .bar {
	border:1px solid #aaa;
	background:#DADADA url(/jquery-ui-1.8.18.custom/css/custom-theme/images/ui-bg_highlight-hard_75_dadada_1x100.png) 50% 50% repeat-x;
	padding:0 4px 0 4px;
	clear:both;
	margin-top:-1px;
}

#content .filter-bar {
	background:rgb(234, 234, 234);
}

#content .bar input {
	border:0;
	padding:2px;
	margin:4px 0 4px 0px;
	background:white;
}

ul.details:not(:last-child) {
	/*margin-bottom:36px;*/
}

#content ul > li { display:block; }

#content ul.details > li { padding-left:4px; }

#content ul.details:not(.formErrors) > li:hover { background: #EBEFF9; }

#content ul:not(.formErrors) li.even, #content form:not(.tabForm) fieldset.even {background: #fafafa}

#content li > a { display:block; }

.has-feedback .form-control {
	padding-right: 12px;
}

.cke_reset, .cke_reset * {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

#content .details li > a { display:block; }

#header.ui-widget-header { margin:0px; padding:5px; border-width: 0px 0px 1px 0px; position:fixed; top:0px; width:100%; min-height:30px; }

table .form-group {
	margin-bottom:0;
}

.table tr:first-child td {
	border-top: none;
}

.table .label {
	vertical-align: middle;
}

.table-strike .tr-checked {
    text-decoration: line-through;
}

.table-strike .tr-sepp, .table-strike .tr-checked {
    border-left: 4px solid #808080;
}

.label-location {
	border: 1px solid #be2fff;
	color: #be2fff;
	border-radius: 50em;
	padding: 0 5px;
}

/*
.table-strike .tr-unchecked:hover {
    border-left: 4px solid #ccc;
}
*/

.table .xhr:hover {
  background: #0000000f;
  cursor: pointer;
}

.form-horizontal .help-block {
	padding-top:7px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.optional { font-weight:normal; }

/* ITEM LIST */

#content ul.itemList > li {
	float:left;
	background:#fafafa;
	border:1px solid #C9C9C9;
	width:460px;
}

#content ul.itemList > li:nth-child(2n) {
	float:right;
}

/* HEAD ACTION */

ol#breadcrumb li.head-action {
	float:right;
	margin:0 0 0 5px;
}

ol#breadcrumb li.head-action a {
	font-size:13px;
	color:#666;
}

ol#breadcrumb li.head-action a:hover {
	color:#4183C4;
}

.pinned {
	background: #fafafa;
	border: 1px solid rgba(0, 0, 0, .1);
}

/* CONTENT-FORM */

.smallForm #contentForm dt {
	width:100px;
}

.smallForm #contentForm dd {
	margin-left:115px;
}

#colorPicker {
	margin-left:175px;
}

#delete-element input { color:red; width:320px; }

.navbar-static-top {
	border-width: 0;
}

/* filter bar */

.filter-bar {
	margin-bottom: 15px;
}

/* search */

.navbar-main .navbar-form {
	padding:0;
	position:relative;
	z-index:1;
}

.navbar-brand {
	opacity:0.6;
}

.navbar-search {
	border: none;
	box-shadow: none;
	display: inline-block;
	margin-left: 0;
	margin-right: 0;
}

#navbar-searchfield:focus {
	transition: all 0.15s ease-out;
	background: #eee;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(219, 219, 219, 0.6);
}

#navbar-searchfield {
	transition: all 0.15s ease-out;
	background:rgba(255,255,255,0.1);
	border:none;
	margin-right: 15px;
}

@media (min-width: 768px) {
	.navbar-brand {
		padding-left: 0;
	}
	.mainmenu .navbar-main .active a {
		border-top: 3px solid var(--accentcolor);
		padding-top: 12px;
	}
	.mainmenu .navbar-main {
		float: left;
	}
	#navbar-searchfield {
		display: none;
	}
}

@media (min-width: 1024px) {
	#navbar-searchfield {
		display: inline-block;
        border-radius: 5em;
        min-width: 200px;
	}
}

@media (min-width: 1920px) {
	.mainmenu .navbar-main {
		float: none;
		width: 1170px;
		margin: 0 auto;
		padding: 0 15px;
	}
	.mainmenu .navbar-main::after {
		clear:none;
	}
	.mainmenu .navbar-main li {
		width: 25%;
		text-align: center;
	}
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left:0;
}

.navbar-brand:hover {
	opacity:1;
}

.navbar-right {
    margin-right: 0;
}

.navbar-inverse .navbar-nav > li > a {
	color:#ccc;
}

.navbar-inverse .navbar-nav > li a:hover {
	opacity:1;
}

/* FILTER-FORM */

#filter-form {
	margin-top:36px;
	display:inline;
}

#filter-form input, #filter-form select {
	padding: 6px;
	border: solid 1px #aaa;
	margin:2px 7px 2px 0px;
	outline:none;
	box-sizing: border-box;
}

#filter-form input {
	width:100px;
	color:gray;
	margin-right:0px;
}

#filter-form input.focused {
	color: #3C3D3F;
}

/* ADDRESS */

.address {
	font-family: Courier, 'Courier New', monospace;
}

.address a:hover, a.addressLink:hover {
	text-decoration:none;
}

#content > a .address {
	margin-top: 35px;
}

/* TABS */

#contentForm-tabs {
	margin-bottom:20px;
}

.ui-tabs {
	border:0;
	margin:0;
	padding:0;
}

.ui-tabs .ui-tabs-panel {
	/*margin:18px 3px 3px 3px;*/
	padding:0;
}

.ui-tabs .ui-tabs-nav {
	background:none;
	border-width:0 0 1px 0;
	padding:0;
	margin-bottom:25px;
}

.ui-tabs .ui-tabs-nav li {
	border-width:0;
	background:none;
	margin-top:1px;
	color:#666;
}

.ui-tabs .ui-tabs-nav li.ui-state-active {
	border-width:1px 1px 0px 1px;
	background:white;
	margin-top:0px;
	font-weight:bold;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a {
	color:#333;
}

/* ScrollFix */

.fixed {
	position:fixed;
	top:0;
}

/* Menu */

.menu {
	display:inline-block;
	margin:0;
	padding:0;
}

.menu ul {
	display:none;
	position:absolute;
	border: 1px solid #DDD;
	border-top:#FAFAFA;
	border-bottom:0px;
}

.menu ul li {
	background: #FAFAFA;
}

.menu li:hover > ul {
	display:inline-block;
	position:absolute;
	z-index:1000;
}

/* form error */

.errorToolTip {
	position:absolute;
	border:2px solid #cd0a0a;
}

.errorToolTip .arrow {
	position:absolute;
	width:0px;
	height:0px;
	border-width:6px;
	border-style:solid;
	border-color:transparent transparent transparent #cd0a0a;
}

/* Selectboxit */

.form-horizontal .selectboxit-container {
	margin-bottom:0;
	vertical-align:bottom;
	display:block;
}

/* Icons */

h1 a:hover {
	text-decoration:none;
}

/* Badges */

.badge-quantity {
	background:white;
}

#bello .badge {
	font-size: 14px;
	margin-left: -4px;
}

#bello-up .badge {
	background: #1f78d1;
	color: white;
	margin-left: -4px;
}

/* Items */

.table td.item {
	/*vertical-align:middle;*/
}

.item .shortcuts {
	visibility:hidden;
}

.item:hover .shortcuts {
	visibility:visible;
}

.item .shortcuts a:hover {
	text-decoration:none;
}

/* item toolbar */

.item .btn-toolbar {
	margin:0;
}

/* SIDENAV */

.sidenav > .active > a {
	position: relative;
	z-index: 2;
	padding: 9px 15px;
	border: 0;
	color:#333;
	background: #eee;
}

.sidenav > .active > a:hover {
	background: #eee;
}

.sidenav {
	padding: 0;
	background-color: white;
	margin-bottom:20px;
}

.sidenav > li > a {
	display: block;
	margin: 0 0 -1px;
	padding: 8px 14px;
	border: 1px solid #E5E5E5;
	color:#555;
}

.sidenav > li > a:hover {
	color:#333;
	background:none;
}

/* page header */

.head .btn-toolbar {
	margin-top:5px;
}

/* input disabled */

/*
.input-disabled {
	padding-bottom:7px;
}
*/

/* file upload */

.up-mini .col-md-2 {
    width: 50%;
}

.form-file {
	line-height: 34px;
}

/* address */

address {
	margin-bottom:0px;
}

/* item links */

.itemBig {
	clear: both;
	border-top: 1px solid #EEE;
	margin-top:20px;
	padding-top:20px;
}

/* BOOTSTRAP refinements */

.btn-toolbar.toplinks {
	margin:0px;
	margin-bottom: 20px;
}

/* the canvas */

#the-canvas {
	background:white;
}

/* BOOTSTRAP fixes */

.table {
	background:white;
}

#contentForm .tab-content {
	overflow:visible;
}

.form-horizontal .help-inline {
	padding-top:5px;
}

/* header */

.head .thumbnail {
	cursor:pointer;
	border:none;
}

.head .thumbnail.active {
	background-color: rgba(0, 0, 0, 0.7);
	/*background-image: url('stripe.png');*/
	color:white;
}

.head .thumbnail.active .caption {
	color:white;
}

.head .thumbnail.active h3 {
	color:white;
}

/* form */

#contentForm {
	margin-bottom: 30px;
}

#tab-pane-mailFiles > div {
    padding: 0 !important;
}

#search-form {
	margin-bottom: 15px;
}

.form-inline .input-group.search .input-group-btn {
	width: 1%;
}

.form-inline .input-group.search .input-group-btn.search-input {
	width: 100%;
}

.bs-searchbox .form-control {
	float: none;
}

#search-form .form-control {
	z-index:1000;
}

/* Tags */

#tags p, #login-head p {
	font-size: 40px;
	font-weight: lighter;
	line-height: 1.25;
	text-align:center;
}

h1.logoBig {
	font-weight:lighter;
	line-height:140px;
	font-size: 60px;
	text-align:center;
}

/* Multibar */

#navbar-imx {
	background:#FAFAFA;
	border-width: 0px 0px 1px 0px;
	border-style:solid;
	border-color: rgba(0, 0, 0, .1);
	line-height: 50px;
}

#navbar-imx a {
	line-height: 35px;
    padding-top: 6px;
    padding-bottom: 6px;
}

#navbar-imx a:hover {
	text-decoration: none;
}

#navbar-imx .active a, #navbar-imx a.active {
	background: none;
	color: #22527b;
	border-bottom: 2px solid #22527b;
    font-weight:bold;
}

/* head-button */

.head {
	border-bottom: 2px solid #e5e5e5;
	height: 140px;
}

.head .row {
	padding: 0 15px;
}

.head .row > div {
	padding: 0;
	position: relative;
}

.head a {
	color: #666;
    overflow: hidden;
}

.head .labels {
	position: absolute;
	bottom: 25px;
	width: 100%;
	text-align: center;
}

.head a:hover, .head a:active {
	text-decoration: none;
	color:#22527b;
}

.head h3 {
	height: 140px;
	font-size: 26px;
	margin: 0;
	font-weight: lighter;
	text-align: center;
	box-sizing: border-box;
	line-height: 140px;
	border-bottom: 1px solid #e5e5e5;
}

.head .tabnav {
	display: none;
	position: absolute;
	height: 40px;
	padding-right: 10px;
    padding-left: 10px;
	top: 0;
	font-size: 30px;
	line-height: 40px;
	transition: all 0.5s;
	font-weight: lighter;
}

.head .rem {
    right: 0;
    border-left: 1px solid white;
}

.head .up {
	left: 0;
    width: 100%;
    text-align: center;
}

.head .tabnav:hover {
	color: #666;
	background: #efefef;
}

.head .row > div:hover .tabnav {
	display: inline-block;
}

.head-button .fa {
	text-align:center;
	width:28px;
	display:inline-block;
}

#headbox-orderbook h3, #headbox-articles h3, #headbox-documents h3 {
	border-left: 1px dotted #e5e5e5;
}

.head-button.active h3 {
	background: #fafafa;
	border-left: 2px solid #e5e5e5 !important;
	border-right: 2px solid #e5e5e5;
	margin-right: -1px;
	margin-bottom: -1px;
	/*border-bottom: 2px solid #22527b;*/
	border-bottom: none;
	font-weight: normal;
}

.head-button.active {
	color:#22527b;
}

.head a:hover .badge, .head a.active .badge {
	background: #22527b;
}

@media (max-width: 767px) {
	.head-button {
		margin: 15px 20px;
	}
}

/* ace editor */

.ace_editor {
	border: 1px solid #ddd;
}

/* branding */

.alert.loginm {
	position:absolute;
	bottom:0px;
	left:0px;
	line-height:60px;
	text-align:center;
	margin:0;
	width:100%;
	padding:0;
	border-width:1px 0 0 0;
}

/* Calendar */

td.calendar {
	padding-left:9px;
	white-space: nowrap;
}

.calendar span {
	display:inline-block;
	width:8px;
	height:16px;
	margin-left:-1px;
	vertical-align:middle;
	border:1px solid #999;
}

.calendar span:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.calendar span:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.calendar .s, .calendar .m {
	background:#ddd;
}

.calendar .b {
	box-shadow: inset -8px 0px 0px 0px #ddd;
}

.calendar .e {
	box-shadow: inset 8px 0px 0px 0px #ddd;
}

.calendar .h {
	border:1px solid red;
	position: relative;
}

/* Avatar */

.media > .avatar {
	margin-right:15px;
	padding-right:0;
}

.avatar {
	color:white;
	text-align:center;
	display:inline-block;
	width:18px;
	border-radius: 50%;
	height:18px;
}

.avatar img {
	border-radius: 50%;
}

.avatar-lg img {
	border: 1px solid #ddd;
}

.avatar-lg {
	line-height:45px;
	width:45px;
	height:45px;
	font-size:25px;
	margin-right:30px;
	flex-shrink: 0;
}

.media .avatar-system {
	width:25px;
	height: 25px;
	margin-left: 10px;
	margin-right: 25px;
	border-radius: 50%;
	background:#f2f2f2;
	border:3px solid #fff;
}

.media .avatar-system-r {
	background: #ffd395;
}

.media .avatar-system-c {
	background: #82c882;
}

.media .avatar-system-a {
	background: #f2f2f2;
}

/* Media */

.media-history {
	position: relative;
}

.media-history hr {
	display: none;
}

.media-history::before {
    content: '';
    border: 1px solid #f2f2f2;
    position: absolute;
    top: 10px;
    bottom: -20px;
	left: 21.5px;
	z-index: -1;
}

.media-sticker {
	/*border: 2px solid #d8d8d8;*/
	outline: 2px solid #d8d8d8;
	background: #fefefe;
	outline-offset: 3px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;
	.media-body {
		line-height: 1.3;
	}
}

.media-qr {
	
}

/* Sidebar */

.btn-group-vertical {
	margin-bottom: 15px;
}

.btn-group-vertical .btn-lg, #fileupload .btn-lg {
	min-width: 49px;
	padding: 10px 0;
}

/* pdf / xml */

/*
#the-canvas, .doc-inline {
    box-shadow: 0px 2px 5px gray;
}
*/

/* Footer */

.page-footer {
	margin-bottom:20px;
}

/* Range */

input[type=range][orient=vertical]
{
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* WebKit */
}

/* Tags */

.tag {
    display: inline-block;
    margin: 0 1px;
    color: white;
    background: #777;
    vertical-align: middle;
    padding: .2em .6em .3em;
    line-height: 1;
    border-radius: .25rem;
    font-size: 75%;
    font-weight: bold;
}

/* Hashes */

.hash {
    padding: 0.1em 0.5em;
    /*margin-left: 0.2em;*/
	margin: 0.2em;
    font-weight: lighter;
    color: #333;
    text-decoration: none;
    position: relative;
    border-width: 2px;
    border-style: solid;
    border-radius: 1em;
    font-size: 12px;
    text-transform: uppercase;
    white-space: nowrap;
	display: inline-block;
}

.hash:hover {
    cursor: pointer;
}

.l2 {
    font-size: 0.75em;
}
