/*.no-scroll{
	overflow:hidden !important;
}*/
body.dragging, body.dragging * {
  cursor: move !important;
}

.bs-widget.bs-tabs{
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding:0;
	margin:0;
	position:relative;
}

.bs-tabs .nav-link{
	padding:0.2rem 0.4rem;
	font-size:11pt;
}
.bs-tabs > ul{
	position:relative;
	top:0;
	left:0;
	right:0;
	height:27px;
	z-index: 19999;
}
.bs-tabs > .tab-pane{
	position:absolute;
	top:27px;
	left:0;
	right:0;
	bottom:0;
	
}
.bs-tabs-header-hidden.bs-tabs > .tab-pane{

	top:0;
}

.bs-tabs > .tab-pane > div.panel,
.bs-tabs > .tab-pane > div.contentContainer{
	top:0;
	position: relative;
	height:100%;
	width:100%;
	overflow:auto;
	z-index:19999;

}
.bs-tabs > .tab-pane > div.contentContainer{
	position:absolute;
	top:0px;
	left:0px;
	height:auto;
	right:0px;
	bottom:0px;
	overflow-x: hidden !important;
}
.bs-tabs > .tab-pane > div.contentContainer.tabs-with-bind{
	
	
	top:24px;
	
}
.sortable-placeholder > a {
	border: 1px dashed #CCC;
	background: none;
}
.nav-item.dragged {
	position: absolute;
  	opacity: 0.5;
  	z-index: 2000;
}
.nav-tabs > li.placeholder{
	position:relative;
	background:#ccc;
	width:64px;
	height:26px;
	display:inline-block;
}
.nav-tabs > li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}
.ui-resizable.modal{
	z-index:99991;
}
.modal-title > .fa{
	vertical-align: middle
}
.modal-content.alert-info{
	background-color:#d1ecf1;
	color:#0c5460;
}
.modal-content.alert-warning{
	color: #856404;
    background-color: #fff3cd;
}
.modal-content.alert-danger{
	color: #721c24;
    background-color: #f8d7da;
}
.modal-content.alert-success{
	color: #155724;
    background-color: #d4edda;
}
.navbar-brand.h3{
	font-size:1.5rem;
}
.flt-field-cnt .input-group-addon{
	display:inline-block;
	line-height: 1;
	vertical-align: top;
}

.limit-overlay .nav-link{
	padding: 0.1rem 1rem;
}
.bs-tabs > .tab-pane{
	border:1px solid #bbb;
	border-top:0;
}
.zum-login-window .bs-tabs > .tab-pane{
	border:0;
}
.modal-header > .navbar{
	display: block;
	width:100%;
}
.pull-right{
	float:right;
}
.pull-left{
	float:left;
}

/* 	
	workaround multiple loaders  [https://github.com/jacoborus/nanobar/issues/61]
*/
.nanobar .bar {
	visibility: hidden;
}
.nanobar .bar:first-child {
	   visibility: visible;
}
/** end workaround **/