:root {
	--color-primary: #274c90;
	--color-highlight: orange;
}


html {
	position: relative;
	height:100%;
}

body {
	margin-bottom: 22px;
}	

html, body, div, p, span, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins,
kbd, q, s, samp, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul,
li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
tr, th, td  {	
	font-size:14px;
	font-family: Verdana, Geneva, sans-serif;
}


h1 {
	font-family: Lato, Geneva, Arial, sans-serif ;
    color: #274c90;
    font-size:28px;
    font-weight: 300;
    margin: 10px 0px 16px 0px;
}

h2 {
	font-family: Lato, Geneva, Arial, sans-serif ;
    color: #274c90;
    font-size:22px;
    font-weight: 300;
    margin: 16px 0px 10px 0px;
}

h3 {
	font-family: Lato, Geneva, Arial, sans-serif ;
    color: #274c90;
    font-size:18px;
    font-weight: 300;
    margin: 16px 0px 10px 0px;
}

h4 {
	font-family: Lato, Geneva, Arial, sans-serif ;
	color:#06438d;
	font-size:16px;
	font-weight:normal;
}

h5 {
	font-family: Lato, Geneva, Arial, sans-serif ;
	font-size: 12px;
	color:#06438d;
	font-weight:normal;
	margin: 4px;
}

.navbar-default {
	background-color: #fff !important;
	border-color: #AAA !important;	/* ##faa61b */
}

.navbar-fixed-top {
	border-width: 0 0 2px !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	height: 54px !important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	height: 54px !important;
}

.navbar-nav > li > a {
	padding-top: 17px;
	padding-bottom: 13px
}

.nav > li > a.dropdown-toggle.small {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 120%;
}

legend {
	font-family: Lato, Geneva, Arial, sans-serif ;
	background-color:var(--box-title-background-color);
	color: var(--box-title-color);
	font-weight: bold;
    margin: 20px 0 0 0;
	font-size: 120%;
	padding: 3px 8px;
	border-radius: 6px 6px 0 0;
}

fieldset {
	border-left: 1px solid var(--box-title-background-color);
	border-right: 1px solid var(--box-title-background-color);
	border-bottom: 1px solid var(--box-title-background-color);
	padding: 16px;
	margin: 0;
	background-color: var(--box-background-color);
}
.narrow {
    letter-spacing: -.4em;
}

.toolbox-page.pdf {
    background-color: transparent !important;
}

.step {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 110%;
	font-weight: 200;
	color:#06438d;
	border:0px;
	margin-bottom:8px;
	float:left;
	border-top:1px solid #EEE;
	border-bottom:1px solid #EEE;
	width:80%;
	cursor:pointer;
}
.step>.title {
	width: 120px;
	border-right: 1px solid #FAFAFA;
	clear:left;
	padding-right:6px;
	text-align: right;
	float:left;
	color:#555;
}
.step>.value {
	margin-left:120px;
	background-color: rgba(249, 246, 153, 0.26);
    padding-left: 4px;
	display:none;	
}

#report_image {
	width: 17%;
	height:120px;
}
#report_image>img {
	width: 100%;
	height:100%;
	object-fit: contain;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 22px;
  background-color: #f5f5f5;
  z-index:3000;
  font-size: small;
  text-align: center;
}

.avatar-image-round {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.clickable {
	cursor:pointer;
}

.breadcrumb > li + li:before {
    color: #555;
    content: "» ";
    padding: 0 4px;
}

.stepnr {
	font-family: Lato, Geneva, Arial, sans-serif ;
    color: #274c90;
    font-size:18px;
    font-weight: 400;
    line-height:24px;
    margin: 0 10px 0 0;
    padding:0px;
    text-align:center;
    vertical-align:middle;
	width: 26px;
	height: 26px;
	float:left;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    border-radius: 26px;
    
    border:1px solid #274c90;
}

.stepnr.highlight {
    background-color: #274c90;
    color: #FFF;
    cursor:"pointer";
}

.mainlogo {
	margin-right:10px;
}

.home-animation {
	float:right;
}

ul.beacons {
	list-style:none;
	margin:0 0 1em 15px;
	padding: 0;
}
ul.beacons li{
	line-height:2.3em;
	margin: .25em 0;
	padding: 4px 0 0 32px;
	background:url(/image/mini-icon.png) no-repeat 0 7px;
}
ul.inspections {
	list-style:none;
	margin:0 0 1em 15px;
	padding: 0;
}
ul.inspections li{
	line-height:2.3em;
	margin: .25em 0;
	padding: 4px 0 0 32px;
	background:url(/image/inspection-icon.png) no-repeat 0 7px;
}

#alternative-location {
	padding: 8px 16px;
	margin: 4px 0;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
}
#alternative-location:hover {
	background-color: orange;
}
#alternative-location > .arrow-right {
	position: absolute;
	font-weight:bold;
	top:20px;
	right:26px;
}

.clear-input > span {
    position: absolute;
    right: 24px;
    top: 10px;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #AAA;
}

.clear-input-group > span {
    position: absolute;
    right: 8px;
    top: 10px;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #AAA;
    z-index:10;
}

.float-clear {
	clear:all;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.selectboxit-selected {
    background: #ADD8E6;
}

.panel {
	background: #f8f8f8;
}
.ago-text {
	font-size:80%;
}
/*
.img-thumbnail.avatar {
	width:100px;
	height:100px;
}
.thumbnail {
  position: relative;
  overflow: hidden;
  margin:0 8px 0 0;
  float:left;
}

.thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.thumbnail img.portrait {
  width: 100%;
  height: auto;
}

.thumbnail.large {
  width: 200px;
  height: 200px;
}
*/
.img-hover img {
    -webkit-transition: all .3s ease; /* Safari and Chrome */
  	-moz-transition: all .3s ease; /* Firefox */
  	-o-transition: all .3s ease; /* IE 9 */
  	-ms-transition: all .3s ease; /* Opera */
  	transition: all .3s ease;
}
.img-hover img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.20); /* Safari and Chrome */
    -moz-transform:scale(1.20); /* Firefox */
    -ms-transform:scale(1.20); /* IE 9 */
    -o-transform:translatZ(0) scale(1.20); /* Opera */
    transform:translatZ(0) scale(1.20);
}
  
  
.grayscale {
  -webkit-filter: brightness(1.10) grayscale(100%) contrast(90%);
  -moz-filter: brightness(1.10) grayscale(100%) contrast(90%);
  filter: brightness(1.10) grayscale(100%); 
}

.form-group.required input {
    background: url("/image/required.svg") right 15px center no-repeat;
    background-color: #fff
}

.form-group {
    margin-bottom: 10px;
}

.minilogo {
	margin-right:6px;
}
.minilogo.company {
	max-width:120px;
	height:40px;
	margin-top:-10px;
}
.toolbarlogo {
	max-height:46px;
	max-width:200px;
	width:auto;
	margin-top:-12px;
	float:right;
}

.upload_preview {
	max-width:100px;
	max-height:100px;
/*	display:none;*/
	margin-top:10px;
}

#slogan {
	font-size:16pt;
	font-weight:200;
	color:#faa71c;
}

footer {
	margin-top:50px;
}

.thumbnail-report {
	overflow: hidden;
	width: 60px;
	height: 60px;
	padding:0 !important;
	margin-bottom:4px;
}
.thumbnail-report>img {
	min-width:60px;
	min-height:60px;
}

.report-status-icon {
	margin:20px 6px 0 0;
	padding:0;
	float: left;
}

.mt {
	margin-top: 20px;	
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: black;
    opacity: 0.7;
    filter:alpha(Opacity=70);
    z-index: 2000;
    display: none;
}

.plainmodel {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: white;
    z-index: 2000;
    display: none;
    padding:8px;
}

ul.attachments {
	list-style:none;
	margin:4px;
}

.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}
.btn-arrow-right {
    padding-left: 36px;
}
.btn-arrow-left {
    padding-right: 36px;
}
.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
    content:"";
    position: absolute;
    top: 5px; /* move it down because of rounded corners */
    width: 22px; /* same as height */
    height: 22px; /* button_outer_height / sqrt(2) */
    background: inherit; /* use parent background */
    border: inherit; /* use parent border */
    border-left-color: transparent; /* hide left border */
    border-bottom-color: transparent; /* hide bottom border */
    border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}
.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}
.btn-arrow-right:before,
.btn-arrow-left:before { /* align the "before" square to the left */
    left: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:after { /* align the "after" square to the right */
    right: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: 1;
}
.btn-arrow-right:before,
.btn-arrow-left:after { /* hide arrow tails background */
    background-color: white;
}

.modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}

.panel-heading span
{
    margin-top: -26px;
    font-size: 15px;
    margin-right: -12px;
}

.panelclosebox {
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.comment {
    -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    -webkit-transition: all .6s ease-in;
    transition: all .6s ease-in;
}

.comment.highlight {
    border-color:yellow;
	background-color: rgba(255,255,0,.4);
}

.hoverable:hover {
	background-color:#f8f8f8;
	cursor:pointer;
}

.icon-project-closed {
    color: #5CB85C;
    width:16px;
}

.icon-project-in-progress {
    color: #EEE;
}

/* chat start */
.chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li:not(:last-child)
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
    width:100%;
}

.chat li.left .chat-body
{
    margin-left: 60px;
}

.chat li.right .chat-body
{
    margin-right: 60px;
}


.chat li .chat-body p
{
    margin: 0;
    color: #555;
}


/* chat end */

/*dl.alternate {
	padding:0;
}

dl.alternate dt:nth-child(4n+1), dl.alternate dt:nth-child(4n+1) +dd{
	background-color:#FFF;
	padding:4px 4px 0 15px;
}

@media (min-width: 768px) {
	dl.alternate dd {
		margin-left: 160px;
		padding-left: 15px;
	}
}*/

.remove-widget {
	font-size:80%;
	height:20px;
	padding: 2px 4px 2px 15px;
}

.notification-panel {
	width: 320px;
	height: 400px;
	background-color:white;
	padding:0px;
	overflow-y:auto;
}

.centered-button {
	text-align:center;
	font-weight:bold;
	padding:12px 0px;
	max-width:200px;
	border-radius:4px;
	background-color:var(--main-button-background-color);
	color:var(--main-button-text-color);
}
.centered-button>img {
	height:80px;
	width:auto;
	margin-bottom:8px;
}

.centered-button:hover {
	background-color:var(--main-button-hover-color);
}

.grow-effect-vw img {
	transition: .4s ease;
}
.grow-effect-vw img:hover{
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
	transition: .5s ease;
}

.grow-effect-vw {
	transition: .3s ease;
}

.grow-effect-vw:hover{
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	transition: .4s ease;
}

.cellspacer {
	margin-bottom:30px;
}

img.avatar {
    width: 60px;
    height: auto;
    border-radius: 50%;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.nopadding-left {
   padding-left: 0 !important;
}

.nopadding-right {
   padding-right: 0 !important;
}

.darkgray {
	color:#AAA;
}

.lightgrey {
	background-color:#efefef;
}

.top-margin {
	margin-top:15px;
}

.top-padding {
	padding-top:15px;
}

.dashboard-icon {
	position: relative;
}

.dashboard-badge {
	background-color: red;
	font-size: 10px;
	padding: 3px 6px;
	position: absolute;
	top: 8px;
	left: 30px;
}

.remove {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.remove:focus, .remove:hover {
    color: red !important;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

button.remove {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.hand {
	cursor: pointer;
}

.responsible {
	margin:10px 0 10px 0;
}

.stats_table {
	float:left;
	margin:40px 40px 40px 0;
	border:1px solid silver;
	background-color:#FDFDFD;
	min-width:300px;
}
.stats_table td,th {
	padding:8px 8px;
}
.stats_table thead tr:first-child {
	background-color:#337ab7;
	border:1px solid #337ab7;
	color:#FFF;
}
.stats_table thead tr:nth-child(2) {
	background-color:#EEE;
}
.col-2-right tr td:nth-child(2) {
	text-align:right;
}
.col-3-right tr td:nth-child(3) {
	text-align:right;
}
.col-4-right tr td:nth-child(4) {
	text-align:right;
}
.col-5-right tr td:nth-child(5) {
	text-align:right;
}
.col-6-right tr td:nth-child(6) {
	text-align:right;
}

.col-3-bold tr td:nth-child(3) {
	font-weight:bold;
}
.col-4-bold tr td:nth-child(4) {
	font-weight:bold;
}
.col-5-bold tr td:nth-child(5) {
	font-weight:bold;
}
/*
-- this conflicts with the tooltip from bootstrap
div.tooltip {
	position: absolute;
	text-align: center;
	width: 50px;
	height: 10px;
	padding: 5px;
	font: 10px sans-serif;
	background: whiteSmoke;
	border: solid 1px #aaa;
	pointer-events: none;
	box-shadow: 2px 2px 1px #888;
}
*/
.graph {
	height:300px;
	background-color:#FDFDFD;
	border:1px solid #DDD;
}


.margin-top {
	margin-top:20px;
}

.filters {
	border:1px solid #DDD;
	background-color: #FAFAFA;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	padding: 16px 8px;
	margin-bottom: 16px;
}

.deleted-row {
	background-color:#DDD;
}

.usercard {
	width:24px;
	height:34px;
	border:1px solid #DDDDDD;
}
.usercard.red {
	background-color:red;
}
.usercard.green {
	background-color:green;
}
.usercard.yellow {
	background-color:yellow;
}
.usercard.neutral {
	background-color:#EFEFEF;
}

.qrtarget>.title {
	position:relative;
	left:0px;
	top:500px;
	width:100%;
	padding:8px;
	text-align:center;
	color:#FFF;
	height:auto;
	font-weight:500;
	font-size:18px;
}

.spinner {
    position: relative;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    margin:0;
    -webkit-animation:spin 2s ease-in-out infinite;
    -moz-animation:spin 2s ease-in-out infinite;
    animation:spin 2s ease-in-out infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.centered-and-cropped { object-fit: cover }

@keyframes soft-animation {
  100% {
    transform: translateY(-40px) scale(1.05);
  }
}

.image-animation {
  animation-name: soft-animation;
  animation-duration: 8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  position: relative;
}

@keyframes soft-animation-compat {
    from { background-position: 50% 40%; }
    to { background-position: 50% 60%; }
}

.image-animation-compat {
	background-size:cover;
	background-position:center center;
	background-repeat: none;
	animation-name: soft-animation-compat;
	animation-duration: 12s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.rotate+.90 {
    transform: rotate(90deg) translateY(-100%);
    -webkit-transform: rotate(90deg) translateY(-100%);
    -ms-transform: rotate(90deg) translateY(-100%);
}
.rotate+.180 {
    transform: rotate(180deg) translate(-100%,-100%);
    -webkit-transform: rotate(180deg) translate(-100%,-100%);
    -ms-transform: rotate(180deg) translateX(-100%,-100%);
}
.rotate+.270 {
    transform: rotate(270deg) translateX(-100%);
    -webkit-transform: rotate(270deg) translateX(-100%);
    -ms-transform: rotate(270deg) translateX(-100%);
}
.rotate+.0 {
    transform-origin: top left; /* IE 10+, Firefox, etc. */
    -webkit-transform-origin: top left; /* Chrome */
    -ms-transform-origin: top left; /* IE 9 */
}
.overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
	overflow-x: hidden;
}

.overlay-content {
	color:#FFF;
	margin-top:200px;
	width:400px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.overlay a {
	color:#FFFF55;
	font-size:14px;
}

/* responsive menu */
/* adjust body when menu is open */
body.slide-active {
    overflow-x: hidden
}
/*first child of #page-content so it doesn't shift around*/
.no-margin-top {
    margin-top: 0px !important
}
/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
#page-content {
    position: relative;
    padding-top: 70px;
    left: 0;
}
#page-content.slide-active {
    padding-top: 0;
    margin-top: -2px; /* dirty fix arne */
}

#page-content>.container {
    background-color:#FFF;
}
#page-content>.container.transparent {
    background: transparent !important;
}

/* put toggle bars on the left :: not using button */
#slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: left;
    margin: 0;
    width: 30px;
    height: 40px;
    padding: 10px 0 0 0;
    border: 0;
    background: transparent;
}
/* icon bar prettyup - optional */
#slide-nav .navbar-toggle > .icon-bar {
    width: 100%;
    display: block;
    height: 3px;
    margin: 5px 0 0 0;
}
#slide-nav .navbar-toggle.slide-active .icon-bar {
    background: orange;
}
.navbar-header {
    position: relative;
}
/* un fix the navbar when active so that all the menu items are accessible */
.navbar.navbar-fixed-top.slide-active {
    position: relative;
}

#slidemenu>.slidemenuheader {
	font-weight:bold;
	padding:4px;
	height:52px;
	margin:0;
	border-bottom:2px solid orange;
}

#environment {
	position:fixed;
	top:56px;
	left:0px;
	background-color:red;
	color:white;
	padding:8px;
	font-weight:bold;
}

#toast {
	position: fixed;
	width: 200px;
	height: auto;
	margin-left: -100px;
	margin-top: 0;
	left: 50%;
	top: 30%;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	display: none;
	z-index: 100001;
	background-color: #555;
	opacity:0.9;
	text-align:center;
	padding:10px;
	text-shadow: none;
	color: white;
}

.large-checkbox /* input[type=checkbox] */
{
  /* Double-sized Checkboxes */
  transform: scale(1.5);
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 8px;
}

#attachments {
	list-style:none;
    list-style-type:none;
    padding:0px;
    margin:0px;
}

#attachments > li {
	background-color:#EEE;
	margin-bottom:  10px;
	padding: 8px;
	cursor:move;
	border:2px solid #DEDEDE;
}
#attachments > li:first-child {
	background-color:#FAFAFA;
	border:2px solid #DDD;
}
.attachment-information {
	text-align: right;
	font-size: 11px;
	color: #555;
}

.dim {
	color: #777;
}

#toTop {
	position: fixed;
	right: 4px;
	bottom: 26px;
	width: 33px;
	height: 33px;
	opacity: .8;
	border-radius: 16px;
	background-color: #555;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	padding: 4px 0 0 0;
	text-align: center;
	display: none;
}

.drilldown-root li a {
	text-decoration: none;
	cursor: pointer;
	color: #000;
}
.drilldown ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.drilldown li {	
	padding: 4px;
	border-bottom: 1px solid #F5F5F5;
	cursor: pointer;
}
.drilldown li:hover {
	background-color: orange;
}
.drilldown li:hover a,
.drilldown li:hover h2 {
	color:white;
}
.drilldown li.drilldown-title:hover,
.drilldown li.drilldown-title:hover a {
	background-color: white;
	color:black !important;
}
.drilldown-with-search-panel {
	width: 100%;
	padding: 0;
	margin: 0;
}
.drilldown-with-search-panel > .form-search > .input-group {
	margin-bottom: 2px;
}
.drilldown {
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 400px;
	width: 100%;
	padding: 10px;
	margin: 0;
	background-color: #FCFCFC;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	border: 1px solid silver;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.drilldown-sub {
	display: none;
}
.drilldown-back {
	font-weight: bold;
}
.drilldown-forward {
	font-weight: bold;
	float: right;	
}

#fieldclear, .fieldclear {
	position: absolute;
	right: 45px;
	top: 2px;
	bottom: 0;
	height: 14px;
	margin: auto;
	font-size: 14px;
	cursor: pointer;
	color: #ccc;
	z-index: 1000;
}

#search-user-results, #search-relation-type-results, #search-business-unit-results, #search-group-results {
	list-style:none;
	height: 340px;
	margin: 8px 0 0 0;
	padding: 0;
	overflow-x: hide;
	overflow-y: scroll;
}

#search-user-results > li, #search-relation-type-results > li, #search-business-unit-results > li, #search-group-results > li {
	margin-left: 0;
	padding: 4px 0 4px 8px;
	border-bottom: 1px solid #DDD;
	cursor: pointer;
}

#search-user-results > li:hover, #search-relation-type-results > li:hover, #search-business-unit-results > li:hover, #search-group-results > li:hover {
	background-color: var(--color-primary);
	color: #FFF;
}

.task-header-row {
	font-weight:bold;
	margin: 4px 0 2px 0;
	padding: 4px 0 4px 0;
}
.taskrow {
	background-color:#f8f9fa;
	margin: 4px 0 2px 0;
	padding: 4px 0 4px 0;
	cursor: pointer;
	border-top:1px solid #DDD;
}

.taskrow:hover {
	background-color: #DDD;
}

.taskrow.closed {
	background-color: #e0ede0;
}
.taskrow.overdue {
	background-color: #ede0e0;
}
.taskrow.unachievable {
	background-color: #edece0
}
.task-info {
	margin: 4px 0 2px 0;
	padding: 4px 0 4px 0;
	border-bottom:1px solid #DDD;
	background-color: #f8f9fa;
}

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

.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: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

.home-news {
	background-color: #f0f0f0;
	border: 2px solid #eeeeee;
	border-radius: 8px;
	padding: 16px;
	min-height: 120px;
	width: 100%;
}
.home-news > div > h2 {
	clear: none !important;
	margin-top: 0;
	margin-bottom: 4px;
	font-weight: 400;
}
.home-news-thumb {
	float: left;
	height: 80px;
	width: 80px;
	max-width: 100px;
	margin-right: 16px;
	position: relative;
}
.home-news > img {
	/* width: 100px; */
	height: auto;
	max-height: 80px;
	float:left;
	margin-right: 10px;
}

.home-news:hover {
	background-color: #DDD;
	cursor: pointer;
	border: 2px solid #DDD;
}

.home-news-col {
	padding: 4px 12px;
}

.referenceid {
	color: #aaaaaa;
	clear: left;
}

.portal-version {
	position: fixed;
	left: 8px;
	bottom: 2px;
	color: #888888;
	font-size: 90%;
	z-index: 10000;
}

.pm-bubble {
	min-width: 240px;
	max-width: 400px;
	max-height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 120px;
	right: 20px;
	z-index: 3001;
	border-radius: 8px;
	box-shadow: 2px 1px 1px #00000044;
}

.pm-header {
	height: 40px;
	padding: 10px;
	background-color: #283e4a;
	color: white;
	font-weight: bold;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.pm-header > img {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	box-sizing: border-box;
	margin-right: 8px;
	flex-grow: 0;
}

.pm-name {
	flex-grow: 1;
	margin-right: 10px;;
}
.pm-close {
	flex-grow: 0;
	font-weight: bolder;
	cursor: pointer;
}
.pm-reply-btn {
	flex-grow: 1;
	max-height: 20px;
	cursor: pointer;
}
.pm-content {
	padding: 10px;
	background-color: #EFEFEF;
	color: #555;
	border: 1px solid #DDD;
}
.pm-reply-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 4px;
	background-color: #f5f5f5;
}
.pm-text-input, .pm-text-input:focus {
	flex-grow: 1;
	border: 2px solid #f4af60;
}
.pm-send-button {
	flex-grow: 0;
	margin: 0 8px 0 8px;
	cursor: pointer;
}

#site-search-dropdown {
	width: 380px !important;
	padding: 0;
}

#site-search-dropdown form {
	margin: 10px 0;
}

#site-search-input {
	text-align: left !important;
}

@media only screen and (max-width: 1410px){
	#site-search-dropdown {
		width: 100% !important;
	}

	#site-search-dropdown .input-group-btn {
	width: auto;
	}
}

/*
Elements are generated and appended by search_func.html
*/

.search-results__link:hover {
	text-decoration: none;
}

.search-results__link {
	display: flex;
	align-items: center;
	background: #f6f6f6;
}

.search-results__item:hover .search-results__link {
	background: #dfdfdf;
}

.search-results__item:hover .search-results__content {
	background: #eee;
}

.search-results__item:not(:last-child){
	border-bottom: 1px solid #ddd;
}

.search-results__content {
	padding: 10px 20px;
	background: #fff;
	flex-grow: 1;
	align-self: stretch;
	display: flex;
	align-items: center;
	word-break: break-word;

}

.search-results__title {
	font-weight: 700;
	margin-bottom: 6px;
	margin-top: 0;
	font-size: 15px;
}

.search-results__image-container {
	width: 62px;
	min-width: 62px;
	padding: 6px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
	
.search-results__image-container img {
	width: 36px;
	height: 36px;
	object-fit: contain;
}

.search-results__image-container span {
	color: #777;
	font-size: 12px;
	text-align: center;
}

.no-results {
	padding: 0 20px;
}

.search-results__more {
	background: #faa61b;
	display: block;
	font-weight: 700;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 10px 16px;
	border: none;
	transition: .2s all ease-in-out;
}
.search-results__more:hover {
	background: #0399d7;
	text-decoration: none;
	color: #fff;
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:hover>.dropdown-menu{display:block;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#000;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

@keyframes growbadge {
  0%   {transform: scale(1.0);}
  50%  {transform: scale(1.5);}
  100% {transform: scale(1.0);}
}

.badge-grow {
	/* transition: all .2s ease-in-out; */
	animation-name: growbadge;
	animation-duration: 1s;
}

/* Navigation */

@media(min-width:1411px){
	.navbar.navbar-fixed-top.slide-active {
	    position: fixed;
	}
	.navbar-header {
	    left: 0 !important;
	}
}

/* Navigation */

@media (max-width:1410px) { 
	.navbar .toolbarlogo {
		/* margin:0 0 0 30%; */
		float:none;
		display: block !important;
	}

	.navbar .minilogo {
		display: none !important;
	}

	#slide-nav .container {
		margin: 0 !important;
		padding: 0 !important;
		height:100%;
	}
	#slide-nav .navbar-header {
	    margin: 0 auto;
	    padding: 0 0 0 15px;
	}
	#slide-nav .navbar-header.slide-active {
	    margin: 0 auto 0 15px;
	}
	#slide-nav .navbar.slide-active {
	    position: absolute;
	    width: 240px;
	    top: 0;
	    z-index: 1000;
	}
	#slide-nav #slidemenu {
	    background: #f7f7f7;
	    left: -100%;
	    width: 240px;
	    min-width: 0;
	    position: absolute;
	    padding-left: 0;
	    z-index: 2;
	    top: 0;
	    margin: 0;
	    background-color:#FFF;
	}
	#slide-nav #slidemenu .navbar-nav {
	    min-width: 0;
	    width: 100%;
	    margin: 0;
	}
	#slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
	    min-width: 0;
	    width: 240px;
	    white-space: normal;
	}
	#slide-nav {
	    border-top: 0;
	}
	#slide-nav.navbar-inverse #slidemenu {
	    background: #333;
	}
	/* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
	#navbar-height-col {
	    position: fixed;
	    top: 0;
	    height: 100%;
		bottom: 0;
	    width: 240px;
	    left: -240px;
	    background: #FFF;
	}
	#navbar-height-col.inverse {
	    background: #333;
	    z-index: 1;
	    border: 0;
	}
	#slide-nav .navbar-form {
	    width: 100%;
	    margin: 8px 0;
	    text-align: center;
	    overflow: hidden;
	    /*fast clearfixer*/
	}
	#slide-nav .navbar-form .form-control {
	    text-align: center
	}
	#slide-nav .navbar-form .btn {
	    width: 100%;
	}

	/* Bootstrap navbar toggle */

	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}

}

@media (max-width:767px) { 

	.container-fluid {
		padding-left:0;
	}

	.xs-margin-top {
		margin-top: 8px;
	}

}

@media (max-width:330px) {
	#topbar_company_logo>img {
		max-width:200px;
		float:right;
	}
	#topbar_company_logo {
		float:right;
	}
	.container {
		padding:4;
		margin:0;
	}
	.thumbnail-report {
		width: 46px;
		height: 46px;
	}
	.thumbnail-report>img {
		min-width:46px;
		min-height:46px;
	}
}

@media only screen and (max-width: 639px) {
	h1 {
		font-size:24px !important;
	}
	h2 {
		font-size:18px !important;
		margin: 10px 0px 10px 0px !important;
	}
	h3 {
		font-size:16px !important;
		margin: 10px 0px 10px 0px !important;
	}
	legend {
		font-size:18px !important;
	}

	.navbar-brand {
		/* padding:4px 0 0 0;
		float: none; */
		margin-left: -15px;
	}
}

@media (max-width:990px) { 
	.report-status-icon {
		margin:0;
		float: right;
	}
}

@media (min-width:768px) { 
	#page-content {
	    left: 0 !important;
	}

	.md-margin-right {
		margin-right: 10px;
	}
}

@media (min-width: 1400px) {
    .container{
        width: 1400px;
    }
}

@media only print {
	legend {
		background-color: white;
		padding: 0;
	}
}

/* sprites */
.menuflag {
	margin-right: 10px;
}
.small-sprite {
	height: 24px;
	width: 24px;
	display:inline-block;
	background-image: url('/image/vwsprites.png');
	background-repeat: no-repeat;
	background-clip: border-box;
}
.lang-nl-NL {
	background-position: 0 0;
}
.lang-en-EN {
	background-position: 0 -24px;
}
.lang-de-DE {
	background-position: 0 -48px;
}
.lang-pl-PL {
	background-position: 0 -72px;
}
.lang-sk-SK {
	background-position: 0 -96px;
}
.lang-hu-HU {
	background-position: 0 -120px;
}
.lang-fr-FR {
	background-position: 0 -144px;
}
.lang-ro-RO {
	background-position: 0 -168px;
}
.lang-tr-TR {
	background-position: 0 -192px;
}
.lang-es-ES {
	background-position: 0 -216px;
}
.lang-sv-SE {
	background-position: 0 -240px;
}
.lang-nb-NO {
	background-position: 0 -264px;
}
.lang-da-DK {
	background-position: 0 -286px;
}
.icon_performance {
	background-position: -26px 0;
	width: 20px;
	height: 20px;
	margin-right: -8px;
	margin-top: -4px;
}

.ticket-source {
	font-size: small;
	font-weight: bold;
	background-color: green;
	padding: 2px 4px;
	margin: 4px;
	color: white;
	border-radius: 4px;
	margin: 0;
}

.button-home>a:hover {
	text-decoration: none;
}