* {
	font-size: 12px;
	font-family: "Helvetica","Arial";
}
input[type="text"] {
	font-size: 12px;
}
a {
    outline: 0!important;
}
body {
	overflow-y: scroll;
}

.backdrop {
    z-index: 10000000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}
div.bg {
	position: fixed;
	z-index: -1;
	left: -10px;
	right: -10px;
	top: -10px;
	bottom: -10px;
	background-color: rgba(245,245,245,1);
	background-image: url('/img/bg-app.jpg');
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	background-size: cover;
}
h1 small {
	font-size: 75%;
}
.detail-view .left-column,
.detail-view .right-column {
	margin-bottom: 65px;
}
.onscreen-notification {
	-webkit-animation: flash linear 1s infinite;
	animation: flash linear 1s infinite;
	padding: 5px 10px 5px 35px;
	font-weight: bold;
	margin-top: 26px;
	margin-bottom: 0;
	margin-left: 217px;
	position: relative;
}
.onscreen-notification:before {
	content: "\f100";
	font-family: 'Ionicons';
	position: absolute;
	left: 10px;
	font-size: 20px;
}
.inline-user,
.inline-created-on {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 10px;
	padding-left: 4px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.onscreen-notification {
		margin-left: 136px;
	}
}
@media (max-width: 768px) {
	.onscreen-notification {
		margin-left: 4px;
	}
	.left-column, .right-column {
		position: relative!important;
	}
}
@media (min-width: 1200px) {
	.onscreen-notification {
    max-width: 353px;
	}
}
@-webkit-keyframes flash {
	0% { opacity: 1; }
	50% { opacity: .25; }
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; }
	50% { opacity: .25; }
	100% { opacity: 1; }
}
#login {
	width: 300px;
	margin: auto;
	font-family: "Helvetica","Arial"!important;
	padding:30px;
	margin-top: 50px;
	background-color: rgba(245, 248, 241, 0.8);
	box-shadow: 1px 1px 3px 0px rgba(20, 20, 20, 0.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#login div.logo {
	width: 125px;
	height: 125px;
	background-color: #FFF;
	margin: 10px auto 30px auto;
	outline: 1px solid rgba(0,0,0,0.2);
	border: 2px solid rgba(255,255,255,0.75);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#login .control-label,
#login input,
#login button {
	font-weight: 100;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	border-radius: 0;
}
#login .control-label {
	padding: 0 10px;
	margin-bottom: 0;
	color: rgba(0,0,0,0.7);
}
#login button {
	height: 50px;
	text-align: center;
	background-image: none;
	border-radius: 5px;
	border-width: 0;
}
#login input {
	padding: 10px;
	height: 50px;
}
.navbar .container {
  margin-left: 20px;
  margin-right: 20px;
}
.navbar {
	font-family: "Helvetica","Arial";
}
.navbar-inverse .navbar-inner {
	background-image: none;
	box-shadow: none;
	background-color: #000000;
	border-color: #FFFFFF;
}
.navbar .divider-vertical {
	margin: 0;
}
.navbar-inverse .divider-vertical {
	border-left: none;
	border-right: 1px solid white;
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	color: #FFF;
}
.navbar .nav > li > a {
	padding: 10px 24px 10px 14px;
	text-shadow:none;
	font-family: "Helvetica","Arial"!important;
  	font-weight: 100;
}
body, input, button, select, textarea, .navbar .nav > li > a, .dropdown-menu > li > a {
  font-family: "Helvetica","Arial"!important;
  font-weight: 100;
}
.navbar .nav > li > a.dropdown-toggle:after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	border: 4px solid transparent;
	border-top-color: #FFF;
	top: 18px;
}
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: #8bb8e6;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	box-shadow:none;
}
.navbar .nav li.dropdown:hover > .dropdown-toggle,
.navbar .nav li.dropdown.open > .dropdown-toggle {
	background-color: white;
	color: black;
}
.navbar .nav li.dropdown:hover > .dropdown-toggle:after,
.navbar .nav li.dropdown.open > .dropdown-toggle:after {
	border-top-color: #1F8CE1;
}
.navbar .nav li.dropdown:hover > .dropdown-menu {
	display: block;
}
.navbar .nav > li > .dropdown-menu:before {
	background-color: white;
	border: none;
	content: "";
	display: inline-block;
	height: 3px;
	left: 0;
	position: absolute;
	top: -2px;
	right: 0;
}
.navbar .nav > li.group > a { padding: 10px 33px 10px 15px }
.navbar .nav > li.form > a { padding: 10px 15px }
.dropdown-menu {
	position: absolute;
	border: medium none;
    border-radius: 0 0 0 0;
    margin: 0 0 0 -1px;
    z-index: 2;
}
.dropdown-menu a { text-decoration: none; padding: 3px 24px; }
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	background-image: none;
}
.dropdown-menu .divider {
	margin: 3px 1px;
}

.form-horizontal .controls .control-error {
    background-color: #FCD1D4;
    border: 1px solid #CCCCCC;
    border-radius: 0 0 4px 4px;
    margin-top: -4px;
    overflow: hidden;
}
.form-horizontal .controls .control .control-error p {
    color: #F1393C;
    margin: 4px 6px;
}
.form-horizontal .controls .control:last-child {
    margin-right: 0;
}
.form-horizontal .controls .control {
    display: inline-block;
    float: left;
    width: auto;
}
.dropdown-context .nav-header {
	cursor: default;
}
.dropdown-context:before, .dropdown-context-up:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}
.dropdown-context:after, .dropdown-context-up:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
.dropdown-context-up:before, .dropdown-context-up:after {
	top: auto;
	bottom: -7px;
	z-index: 9999;
}
.dropdown-context-up:before {
	border-right: 7px solid transparent;
	border-top: 7px solid #ccc;
	border-bottom: none;
	border-left: 7px solid transparent;
}
.dropdown-context-up:after {
	border-right: 7px solid transparent;
	border-top: 7px solid #ffffff;
	border-left: 7px solid transparent;
	border-bottom: none;
}
.dropdown-context-sub:before, .dropdown-context-sub:after {
	display: none;
}
.dropdown-context .dropdown-submenu:hover .dropdown-menu {
	display: none;
}
.dropdown-context .dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropdown-context {
	padding: 2px 0;
}
.compressed-context a {
	padding-left: 14px!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
	font-size: 11px;
}
.compressed-context .divider{
	margin: 5px 1px;
}
.compressed-context .nav-header{
	padding:1px 13px;
}
.tooltip.in {
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.tooltip * {
	font-size: 11px;
}
#body, #header, #footer {
	position: absolute;
	left: 0;
	right: 0;
}
#body {
	top: 80px;
	bottom: 0px;
	padding-bottom:20px;
}
#header {
	position: fixed;
	height: 80px;
	top: 0;
	z-index: 10;
	background-color: #ECECEC;
}
#header .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    margin-top: -10px;
    padding: 0;
}
#header .breadcrumb li {
	margin-right: 16px;
	position: relative;
}
#header .breadcrumb li span { display: none; }
#header .breadcrumb li:after {
    background-image: url("../img/framework-icons.png");
    background-position: -77px -3px;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: -13px;
    top: 5px;
    width: 10px;
}
#header .breadcrumb li:last-child { margin-right: 0; }
#header .breadcrumb li:last-child:after { display: none; }
#header .breadcrumb li:last-child a { display: none; }
#header .breadcrumb li:last-child span { display: block; }
#footer {
	background-color: green;
	bottom: 0;
	height: 0;
}
#body #content {
	left: 237px;
	right: 0;
	top: 0;
	bottom: 17px;
	position: absolute;
}
/* HEADER */
#header h1 {
	color: #000;
	font-size: 28px;
	font-weight: normal;
}
/* LEFT NAV */
#body #left-nav {
    left: 20px;
    position: fixed;
    top: 80px;
    bottom: 20px;
    width: 220px;
    overflow: hidden;
    border-radius: 4px;
}
#body #left-nav .treeview {
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    left:0;
    right: 0;
    bottom:0;
    top:0;
}
#body #left-nav .treeview li:last-child a { border-bottom-width: 0; }
#body #left-nav a {
	color: #777;
	outline: none;
}
#body #left-nav a:hover {
}
#body #left-nav ul {
	margin-bottom: 0;
}
#body #left-nav ul.collapsed {
	height: 38px;
	overflow: hidden;
}
#body #left-nav ul.collapsed:last-child {
	height: 37px;
}
#body #left-nav li {
	position: relative;
}
#body #left-nav li.header {
	font-weight: bold;
}
#body #left-nav li.header:before {
	position: absolute;
	background-image: url('../img/framework-icons.png');
	background-position: -16px 0px;
	content: "";
	display: inline-block;
	height: 16px;
	vertical-align: top;
	width: 16px;
	top: 50%;
	right: 8px;
	margin-top: -8px;
}
#body #left-nav ul.collapsed li.header:before {
	background-position: 0px 0px;
}
#body #left-nav li .settings {
    height: 100%;
    padding: 6px 10px 6px 0;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 15px;
    display: none;
}
#body #left-nav li:hover .settings {
	display: block;
}
#body #left-nav .nav-stacked > li > a {
	background-color: #FFF;
	padding-left: 20px;
	border-left-width: 0;
	border-right-width: 0;
}
#body #left-nav .nav-stacked > li.active > a, #body #left-nav .nav-stacked > li.view > a:hover {
	background-color: #7c7c7c;
	font-weight: bold;
	color: #FFF;
}
#body #left-nav .sub a {
	padding-left: 40px!important;
}
#body #left-nav .collections .pn-sortable-placeholder {
	display: none;
}
#body #left-nav .apps .pn-sortable-placeholder {
	visibility: hidden;
	height: 38px;
}
#body #left-nav .nav-stacked > li> a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
#body #left-nav ul {
	margin-top: -1px;
	margin-bottom: -1px;
}
/* ELEMENTS */
.pn-search:before, .pn-filters:before {
    position: absolute;
    background-image: url('../img/glyphicons-sprite-small.png');
	background-position: -16px 0px;
	content: "";
	display: inline-block;
	height: 18px;
	vertical-align: top;
	width: 18px;
	top: 50%;
	left: 10px;
	margin-top: -9px;
	opacity: 0.7;
}
.pn-search:before { background-position: -417px -47px; }
.pn-filters:before { background-position: 2px -799px; }
.pn-search {

}
.pn-filters {
	position: relative;
}
.pn-search input { padding-left: 30px;}
.pn-filters button.btn .filter-option { left: 33px!important; }
.pn-filters { width: 242px ;}
.pn-el-select {
	position: relative;
    display: inline-block;
}
.pn-el-select:after {
    position: absolute;
    background-image: url('../img/framework-icons.png');
	background-position: -16px 0px;
	content: "";
	display: inline-block;
	height: 16px;
	vertical-align: top;
	width: 16px;
	top: 50%;
	right: 8px;
	margin-top: -8px;
}
/* ALGEMENE WIJZIGINGEN t.o.v. BOOTSTRAP */
.btn {
    outline: 0!important;
}
/* TABS */
.pn-nav-tabs > li > a, .pn-nav-tabs > li > a:hover, .pn-nav-tabs > li > a:focus {
	outline: none;
	background-color: white;
	border: 1px solid #e0e0e0;
	margin-right: 0;
	color: #000;
}
.pn-nav-tabs > li.selected  > a, .pn-nav-tabs > li.selected  > a:hover, .pn-nav-tabs  > li.selected > a:focus {
	border-color: #4E9FC7 #4E9FC7 transparent;
	border-style: dashed;
}
.pn-nav-tabs > .active > a, .pn-nav-tabs > .active > a:hover, .pn-nav-tabs > .active > a:focus {
	background-color: white;
	font-weight: bold;
	color: #000;
}
.pn-nav-tabs .btn-link, .pn-nav-tabs .btn-link:hover, .pn-nav-tabs .btn-link:focus{
    background-color: transparent;
    border: 1px solid transparent;
}
.pn-nav-tabs .btn-link:hover {
	text-decoration: underline;
}
#detail-view .tab-content .tab-pane {display: none; }
#detail-view .tab-content .tab-pane.active {display: block; }
.detail-view h1 {
	margin-top:-10px;
	font-weight: normal;
	padding-left: 15px; font-size: 18px;
}
.detail-view h1 b { font-size: 18px; }
/* MODAL */
.modal-backdrop {
	background: none repeat scroll 0 0 #FFFFFF;
	z-index: 10000011;
}
.modal-backdrop, .modal-backdrop.fade.in {
	opacity: 0.5;
}
.modal {
	z-index: 10000012;
}
.pn-modal {
	bottom: 10%;
}
.pn-modal .modal-header {
	padding: 20px 30px;
	font-weight: normal;
	border-bottom: 0;
}
.pn-modal .modal-header h3 { font-weight: normal; }
.pn-modal .modal-body {
	max-height: auto;
	padding: 0;
	position: absolute;
	top: 70px;
	bottom: 69px;
	left: 0;
	right: 0;
}
.pn-modal .modal-footer {
    background-color: transparent;
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    border-top: none;
    padding: 19px 30px 20px;
}
.pn-modal .modal-body .nav-tabs {
	padding-left: 30px;
}
.pn-modal .modal-body .nav-tabs li a {
	color: #000;
	border-width: 1px 1px 0 1px;
	border-color: #DDD #DDD transparent #DDD;
	border-style: solid;
}
.pn-modal .modal-body .nav-tabs li.active a{
	background-color: #FFFFFF;
}
.pn-modal .modal-body .tab-content {
	padding: 0 30px;
	overflow: visible;
}
.pn-modal h4 {
    border-bottom: 1px solid #DDD;
    font-size: 15px;
    font-weight: normal;
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px 30px 10px;
}
.pn-modal .icon-framework {
	opacity: 0.75;
}
/* POPOVER */
.pn-popover {
	min-width: 356px;
	font-size: 11px;
}
.pn-popover.open {
	display: block;
}
.pn-popover .pn-row {
	display: inline-block;
    height: auto;
    width: 100%;
}
.pn-popover .pn-row .btn.pull-right:first-child {
	margin-right: 0;
}
.pn-popover form {
	margin-bottom: 0;
}
.pn-popover.bottom.right.sticky {
	border-top-right-radius: 0;
}

/* FLOATER */
.pn-floater * {color: #FFF}
.pn-floater .filter-option {color: #000}
.pn-floater .white-bg {margin-left: 13px;background-color: #CCCCCC}
.pn-floater .maxheight { overflow:hidden}
.pn-floater .maxheight ul { max-height: 185px; overflow-y: scroll!important;}
.pn-floater .white-bg ul * { color: #000!important}
.pn-floater .white-bg li { margin-bottom: 0!important; }
.pn-floater .white-bg li a {
	background-color: #FFF;
	border-radius: 0!important;
    cursor: move;
	-webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}
.pn-floater .white-bg li:last-child { border-bottom-width: 0!important; }
.pn-floater .white-bg li a:hover {background-color: #CCCCCC}


.pn-floater {
	background-color: rgba(0, 0, 0, 0.78);
	font-size: 11px;
}



/* BTN-GROUPS */
.pn-dropdown .btn-link {
	color: #797979;
	font-size: 11px;
}
.pn-dropdown.open .btn.dropdown-toggle{
	background-color: rgba(0,0,0,0.78);
	color: #FFF;
	box-shadow: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.pn-dropdown.open .btn.dropdown-toggle .caret {
	border-top: 4px solid #FFFFFF;
}
.pn-dropdown .dropdown-menu {
	width: 420px;
	padding: 14px;
	margin: 0;
	color: #FFF;
	font-size: 11px;
	border: none;
	border-radius: 4px;
	border-top-right-radius: 0;
	background-color: rgba(0,0,0,0.78);
}

.pn-dropdown .dropdown-menu .btn, .pn-popover .btn, .pn-floater .btn {
	height: 26px;
	padding: 0 20px;
	min-width: 60px;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 5px;
}

.pn-dropdown .dropdown-menu input, .pn-el-select2 .btn, .pn-popover input, .pn-floater input , .pn-modal input {
    background-color: #FFFFFF;
    border-color: #CCCCCC #CCCCCC #B3B3B3;
    box-shadow: none;
    height: 15px;
    color:#000;
}
.pn-dropdown .dropdown-menu input, .pn-el-select2 .btn , .pn-popover input, .pn-popover textarea, .pn-floater input, .pn-floater textarea,  .pn-modal input, .pn-modal textarea {
    font-size: 12px;
    line-height: 12px;
    min-width: 10px;
    margin: 0;
    padding: 2px;
    width: auto;
}
.pn-dropdown .dropdown-menu input[type="checkbox"], .pn-popover input[type="checkbox"], .pn-modal input[type="checkbox"] {
	margin: 3px 0;
}
.pn-dropdown .dropdown-menu p input, .pn-popover p input , .pn-popover p textarea, .pn-floater p input , .pn-floater p textarea, .pn-modal p input , .pn-modal p textarea {
    margin: 0 3px;
}
.pn-dropdown .collapse-header, .pn-dropdown .header, .pn-popover .collapse-header, .pn-floater .collapse-header {
	font-weight: bold;
}
.pn-dropdown .collapse-header .caret, .pn-popover .collapse-header .caret, .pn-floater .collapse-header .caret {
	border-top: 4px solid #FFFFFF;
	margin: 10px 10px 10px 0px;
}
.btn-grey .caret {
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
}
.btn-grey [class^="icon-"], .btn-grey [class*=" icon-"] {
	margin-top: 0;
}
.pn-dropdown .collapse-content, .pn-popover .collapse-content, .pn-floater .collapse-content {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #585858;
	padding: 10px;
	border-radius: 4px;
}
.pn-dropdown .collapse-content.noborder, .pn-popover .collapse-content.noborder, .pn-floater .collapse-content.noborder {
	border-width: 0;
	border-radius: 0;
}
.pn-floater .collapse-content.noborder ul {
	margin-left: -5px;
	margin-right: -5px;
}
.pn-floater .collapse-element .collapse-content.noborder {
	margin-left: 17px;
}
.btn-light {
	background-image:none;
	border-color: rgba(0,0,0,0.05);
}
.btn-grey {
	color: #FFF;
	background-color: #7b7b7b;
	background-image: -moz-linear-gradient(top, #7b7b7b, #626262);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7b7b7b), to(#626262));
	background-image: -webkit-linear-gradient(top, #7b7b7b, #626262);
	background-image: -o-linear-gradient(top, #7b7b7b, #626262);
    background-image: linear-gradient(to bottom, #7b7b7b, #626262);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}
.btn-grey:hover, .btn-grey:focus, .btn-grey:active, .btn-grey.active, .btn-grey.disabled, .btn-grey[disabled] {
    background-color: #626262;
    color: #FFFFFF;
}
.btn-group p {
	white-space: normal;
	margin-bottom: 0;
}
.btn {
	font-size: 12px;
}
/* COLLAPSE-ELEMENT */
.collapse-element.collapsed .collapse-content {
	display: none;
}
.collapse-element .collapse-header {
	font-weight: bold;
}
.collapse-element.collapsed .collapse-header .caret {
	border: 4px solid transparent;
	border-left: 4px solid #FFF;
	margin: 7px 7px 10px 3px;
}
.controls-row {
	margin-bottom: 5px;
}
.collapse-element .collapse-content p, .controls-row p {
    font-size: 11px;
    line-height: 14px;
	margin-bottom: 10px;
}
.collapse-element .collapse-content.nopadding { padding: 0 };
.collapse-element .collapse-content p:last-child { margin-bottom: 0 }
.controls-row .span1, .table .span1 { width: 88px; }
.controls-row .pn-el-select2.span1, .table .pn-el-select2.span1 { width: 94px!important; }
.controls-row .span2, .table .span2 { width: 108px; }
.controls-row .pn-el-select2.span2, .table .pn-el-select2.span2 { width: 114px!important; }
.controls-row .span3, .table .span3 { width: 128px; }
.controls-row .pn-el-select2.span3, .table .pn-el-select2.span3 { width: 134px!important; }
.controls-row .span4, .table .span4 { width: 148px; }
.controls-row .pn-el-select2.span4, .table .pn-el-select2.span4 { width: 154px!important; }
.controls-row .span5, .table .span5 { width: 168px; }
.controls-row .pn-el-select2.span5, .table .pn-el-select2.span5 { width: 174px!important; }
.controls-row .span6, .table .span6 { width: 188px; }
.controls-row .pn-el-select2.span6, .table .pn-el-select2.span6 { width: 194px!important; }
.controls-row .span7, .table .span7 { width: 208px; }
.controls-row .pn-el-select2.span7, .table .pn-el-select2.span7 { width: 214px!important; }
.controls-row .span8, .table .span8 { width: 228px; }
.controls-row .pn-el-select2.span8, .table .pn-el-select2.span8 { width: 234px!important; }
.controls-row .span9, .table .span9 { width: 248px; }
.controls-row .pn-el-select2.span9, .table .pn-el-select2.span9 { width: 254px!important; }
.controls-row .span10, .table .span10 { width: 268px; }
.controls-row .pn-el-select2.span10, .table .pn-el-select2.span10 { width: 274px!important; }
.controls-row [class*="span"], .controls-row [class*="span"] + [class*="span"], .table [class*="span"], .table [class*="span"] + [class*="span"] { margin-left: 0; }
.controls-row .buttons, .table .buttons { display: inline-block; margin: 1px 0 0 0;}
.controls-row .btn, .table .btn { margin-top: -3px; }
.controls-row .btn.dropdown-toggle { margin-top: 0; }
.controls-row .btn:last-child, .table .btn:last-child { margin-right: 0; }
.controls-row > div, .controls-row > input { margin-right: 5px;}
.controls-row > div:last-child, .controls-row > input:last-child { margin-right: 0;}
.controls-row .pn-el-select:after {
	right: 4px;
}
/* WORKSET DESIGN */
#floater-workset .nav { margin-bottom: 0; overflow: hidden;}
#floater-workset .nav li {
	border-bottom: 1px dotted #e1e1e1;
}
#floater-workset .nav li a {
	border: none;
	color: #FFF;
	font-weight: bold;
}
#floater-workset .nav li a:hover, #floater-workset .nav li a:focus {
	background-color: transparent;
}
/* CONTENT */
#content .nav-tabs {
	margin-bottom: 0;
    position: relative;
    z-index: 2;
}
.pn-tab-content, .pn-content {
	background-color: white;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
}
.pn-tab-content.selected, .pn-content.selected {
    border: 1px dashed #4E9FC7 !important;
}
.pn-tab-content {
	border-top-left-radius: 0;
	margin-top: -1px;
	position: absolute;
	overflow: hidden;
	width: 100%;
}
.list-view .pn-tab-content,
.detail-view .pn-tab-content {
	left: 0;
	right: 0;
	width: auto;
	margin-left: -20px;
	margin-right: -20px;
    border-left-width: 0;
    border-right-width: 0;
}
.list-view .pn-tab-content {
    padding: 15px 0 0 0;
}
/* LIST-MENU */
#list-menu, .list-view .list-menu {
	display: inline-block;
	width:100%;
	margin-bottom: 10px;
}
#list-menu .pn-float, .list-view .list-menu .pn-float {
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
#list-menu input, .list-view .list-menu input { margin-bottom: 0; }
#list-menu .pn-filters {

}
.detail-view .tab-content .list-view {
    padding: 15px 0 0 0;
}
/* NO RECORDS VISIBLE */
.no-records-visible {
	bottom: 45px;
	left: 0;
	position: absolute;
	right: 0;
	top: 97px;
	z-index: 1;
	background-color: rgba(255,255,255,0.75);
}
.detail-view .tab-content .tab-pane {
	display: none;
	padding: 16px 0;
}
.detail-view .tab-content .tab-pane.active { display: block; }
.no-records-visible a, .no-records-visible strong { font-size: 18px;}
.no-records-visible p {
	font-size: 18px;
    margin-top: 200px;
    text-align: center;
}
/* LISTVIEW */
.load-on-scroll {
	bottom: 0;
	background-color: white;
	opacity: 0;
	left: 0;
	right: 0;
	height: 350px;
}
.list-view {
	font-size: 11px;
}
.list-view thead th, .helper thead th, #fixed-elements thead th {
	background-color: #f4f4f4;
	color: #555555;
	padding: 0;
}
.list-view tbody td, .helper tbody td, #fixed-elements tbody td {
	padding: 0;
}
#fixed-elements thead th {
	border-bottom-width: 0;
}
#fixed-elements li[rel="thead"] { border-bottom: 1px solid #DDDDDD;}
#fixed-elements li[rel="thead"] .table { margin-bottom: 0;}
.table thead .resize-handle .column-line {
	background-image: url("../img/bg/resize-handle-table.png");
    background-position: -5px 0;
    background-repeat: repeat-y;
    display: block;
    right: -3px;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 7px;
}
.table thead th div.resize-handle {
	padding: 7px 5px
}
.table thead th div.resize-handle, .table tbody div.cell-holder {
	height: 20px;
	position: relative;
}
.table .decimal .cell,
.table .decimal4 .cell,
.table .decimal0 .cell,
.table .decimal6 .cell,
.table .currency .cell,
.table .float .cell,
.table .numeric .cell  { text-align: right; }
.table .number .cell,
.table .boolean .cell,
.table .integer .cell { text-align: center;}
.table tbody div.cell-holder {
	padding: 4px 5px;
}

.table .cell {
    text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	overflow: hidden;
    left: 5px;
    right: 5px;
}
.table thead .cell {
    line-height: 20px;
    top: 7px;
    bottom: 7px;
}
.table tbody .cell {
    line-height: 20px;
	right: 5px;
	bottom: 4px;
	height: 20px;
	color: #000;
}
.table th, .table td {
	border-top:none;
	border-bottom: 1px solid #DDDDDD;
}
.table-hover:hover tbody tr.active > td, .table-hover:hover tbody tr.active > th {
	background-color: #FFF;
	font-weight: normal;
}
.table-hover tbody tr:hover > td, .table-hover tbody tr.is_favorite:hover > td, table.inline-edit td.selected, .table-hover tbody tr:hover > th, .table-hover tbody tr.active > td, .table-hover tbody tr.active > th, .table-hover:hover tbody tr.active:hover > td, .table-hover:hover tbody tr.active:hover > th {
	background-color: #FFFCD1;
}
.table-hover tbody tr.is_favorite > td:last-child {
	min-width: 30px;
	position: relative;
}
.table-hover tbody tr.is_favorite > td {
	background-color: rgba(253, 164, 40, 0.2);
}
.table-hover tbody tr.is_favorite > td:last-child:after {
	content: '\f13a';
	font-family: 'WebHostingHub-Glyphs';
	font-size: 18px;
	line-height: 18px;
	position: absolute;
	width: 18px;
	height: 18px;
	color: orange;
	right: 5px;
	top: 5px;
}
.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th, .table-hover tbody tr.active > td, .table-hover tbody tr.active > th, .table-hover:hover tbody tr.active:hover > td, .table-hover:hover tbody tr.active:hover > th {
	cursor: pointer;
}
.table tbody td {
	height: 20px;
}
.table thead .cell {
    font-weight: bold;
    position: absolute;
}
/* Additional styles field types */
.table tbody td.boolean .cell {
	color: transparent;
}
.table tbody td.boolean .cell:after {
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: 2px;
    width: 14px;
    border: 1px solid #CCC;
    border-top-color: #999999;
}
.table tbody td.boolean.has-value .cell:before {
	content: '\2713';
    font-family: 'WebHostingHub-Glyphs';
    font-size: 9px;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -6px;
    line-height: 11px;
    color: #000000;
}





.table tbody td.boolean.has-value .cell:after {
    background-position: -5px -81px;
}
/* RECORD-INFO */
.record-info {
    background-color: #ECECEC;
    bottom: 0;
    height: 66px;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 10000010000000;
}
.record-info .container {
	width: 100%;
}
/* ICONS */
.icon-large {
	background-image: url("../img/glyphicons-sprite.png");
	width: 32px;
	height: 32px;
}
.icon-large.icon-cog { background-position: -284px -620px; }
/* GLYPHICONS MEDIUM */
.icon-medium {
	background-image: url("../img/glyphicons-sprite-22x22.png");
	width: 22px;
	height: 22px;
}
.icon-medium.icon-cog { background-position: -216px -466px; }
#list-view.not-loaded {
	display:none;
}
/* INFO-BOX */
#info-box {
	position: fixed;
	bottom: 30px;
	left: 0;
	right: 0;
	display: none;
	z-index: 10000010000;
}
#info-box .container { text-align: center; }
#info-box .message {
	padding: 10px 30px;
	border-radius: 10px;
	min-height: 16px;
	background-color: rgba(0,0,0,0.75);
	width: auto;
	display: inline-block;
}
#info-box .message p {
	margin: 0;
	color: #FFF;
}
.message.delete-msg {
	padding: 10px 20px!important;
}
.message.delete-msg p {
	line-height: 30px;
	padding-right: 20px;
}
.message.delete-msg .btn-cancel {
	color: #CCC;
	text-shadow: none;
	padding-right: 0;
	padding-left: 0;
	margin-left: 10px;
}
.message.delete-msg .btn-ok {
}
.pn-table {
	margin-bottom:44px;
}
