/*!
 * InpsectAndGo Stylesheet v1.0
 *
 * Copyright 2012 Flusso BV
 */

body {
    background-color: #ffffff;
    color: #5B5B5B;
	font-size: 14px;
}

thead {
	background-color: #99D6FF;
}

a {
    color: #0E5974;
    text-decoration: none;
}

input, select, textarea, button, keygen, isindex, legend, a {
    font-size: 14px;
}

.startPageLinks {
	padding-left: 30px;
	text-align: right;
}

.error-msg {
	background: url(/inspect-backend/javax.faces.resource/error.jpg.xhtml?ln=images) no-repeat;
	background-position-y: center;
	padding-left: 20px;
	display: block;
}

.info-msg {
	background: url(/inspect-backend/javax.faces.resource/info.png.xhtml?ln=images) no-repeat;
	background-position-y: center;
	padding-left: 20px;
	display: block;
}

.inspect-messages {
	margin-bottom: 10px;
}

.inspect-errormessage {
	padding: 10px;
	font-weight: bold;
	list-style: none outside none;
}

.inspect-infomessage {
	padding: 10px;
	font-weight: bold;
}

.inspect-top-welcome {
	clear: both;
    position: absolute;
    left: 30%;
    right: 30%;
    text-align: center;
	display: table-cell;
	font-size: 1.2em;
	padding: 2px;
	height: 35px;
}

.inspect-data-scroller-top {
	background: inherit;
	margin: auto;
	display: table;
	margin-top: 10px;
	margin-bottom: 20px;
}

.inspect-data-scroller-bottom {
	background: inherit;
	margin: auto;
	display: table;
}

.inspect-data-scroller-selected, .inspect-data-scroller-selected:hover {
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    border-top-color: #5bc0de;
    border-bottom-color: #2f96b4 !important;  /*important because .rf-ds-nmb-btn has overridden value*/
}

.logo-small {
    height: 30px;
    padding-top: 5px;	
}

.inspect-container {
    width: 1024px;
    margin-left: auto;	
    margin-right: auto;	
}

.inspect-nav-label {
	padding: 10px 15px;
	display: block; 
}

#inspectContainer {
    width: 1024px;
    margin-left: auto;	
    margin-right: auto;	
    margin-top: 117px;
    margin-bottom: 45px;
    background-color: #F2F2F2;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 2px 4px #000000;
    padding: 0 10px 20px;
	min-height: 580px;
}

.inspect-font {
	font-size: 14px;
}

.inspect-table .gebruiker-table {
	background-color: white;
}

.inspect-headerbar {
	position: fixed;
	left: 0;
	right: 0;
	top: 41px;
	height: 70px;
	background-color: #81CCDD;
	color: #0B356C;
	margin: 0px;
	padding: 0px;
	z-index:10;
}

.inspect-header {
}

.inspect-subheader {
	font-size: 0.6em;
	font-style: italic;
	margin-left: 20px;
}

.inspect-abonnee-logo a:hover {
    text-decoration: none;
}

.select-entity-popup-table {
	height: 350px;
}

.popup-data-table {
	height: 100%; 
	min-height: 250px;
	overflow-y: auto; 
	overflow-x: hidden;
	margin-bottom: 10px;
}

.marginTop10 {
	margin-top: 10px;
}

.btn-inspect-header {
	color: #0B356C;
	background-color: #81CCDD;
	background-image: none;
	line-height: 30px;
	margin-top: 2px;
	padding-left: 0;
	padding-right: 0;
	width: 114px;
	font-weight: bold;
	text-align: center;
	height: 65px;
}

.btn-inspect-header:hover {
	background-color: #C0E2E6;
	color: #0B356C;
}

.btn-inspect-header-active {
	/* gradient created using http://gradients.glrzad.com/ */
	background-image: linear-gradient(to bottom, #C0E2E6 7%, #FFFFFF 55%);
	background-image: -o-linear-gradient(bottom, #C0E2E6 7%, #FFFFFF 55%);
	background-image: -moz-linear-gradient(bottom, #C0E2E6 7%, #FFFFFF 55%);
	background-image: -webkit-linear-gradient(bottom, #C0E2E6 7%, #FFFFFF 55%);
	background-image: -ms-linear-gradient(bottom, #C0E2E6 7%, #FFFFFF 55%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.07, #C0E2E6),
		color-stop(0.55, #FFFFFF)
	);
}

.btn-inspect-header-badge {
	top: -11px !important;
}

.inspect-header-title {
    position: absolute;
    left: 30%;
    right: 30%;
    text-align: center;
    margin-top: 6px;
	display: table-cell;
}

.inspect-header-subtitle {
	margin-left: 40px;
	padding: 5px;
	display: table-cell;
	float: left;
}

.headerLogoLeft {
	float: left;
	padding: 3px;
	margin-right: 40px;
	max-width: 230px;
}

.headerLogoLeft img {
	height: 64px;
}

.headerLogoRight {
	float: right;
	padding: 3px;
}

.headerLogoRight img {
	height: 64px;
}

#inspectNavigation {
}

#inspectNavigation ul li {
    list-style: none outside none;
}

#inspectNavigation a, #inspectNavigation li.nav-header, #inspectNavigation li.nav-header a {
    color: #444444;
    font-weight: bold;
    text-decoration: none;
    background-color: #FFFFFF;
    width: 272px;
    display: inline-block;
}

#inspectNavigation a:hover, #inspectNavigation a.current:hover {
    background-color: #EDECEC;
    border-radius: 0 0 0 0;
    color: #0E5974;
    text-decoration: none;
}

.inspectTip {
	display: inline-block;
	color: #3A87AD;
	font-size: 18px;
	font-weight: normal;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-left: 5px;
}

.inspectPlanningTipContainer {
	margin-left: 65px; 
	margin-top: 5px; 
	position: absolute;
}

.inspectInspecteurInspectieTypeContainer {
	display: inline; 
	position: absolute; 
	margin-top: 10px;
}

.inspectPlanningTip {
	display: inline-block;
	vertical-align: bottom;
	color: #3A87AD;
	font-size: 18px;
	font-weight: normal;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-left: 5px;
}

#inspectNavigation .inspectTip a {
	background-color: inherit;
	width: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	text-decoration: underline;
}

#inspectNavigation li.inspectTip a {
	text-decoration: underline;
}

.arrowLeft {
	display: inline-block ;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-top: -3px;
	background-image: url(/inspect-backend/javax.faces.resource/tip-arrow-left.png.xhtml?ln=images);
}

.arrowUp {
	display: inline-block ;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image: url(/inspect-backend/javax.faces.resource/tip-arrow-up.png.xhtml?ln=images);
}

.arrowLeftUp {
	display: inline-block ;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-top: 5px;
	background-image: url(/inspect-backend/javax.faces.resource/tip-arrow-left-up.png.xhtml?ln=images);
}

.creditsTipContainer {
	clear: both;
	float: right;
	width: 150px; 
	margin-top: 20px;
	overflow-y: overlay;
	overflow-x: hidden;
}

.divHorizontalCenter {
	position: relative;
	left:50%
}

.booleanIcon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: -1px;
    line-height: 18px;
    vertical-align: text-top;
    background-repeat: no-repeat;
}

.booleanIconGreen {
	background-image: url(/inspect-backend/javax.faces.resource/true18-green.png.xhtml?ln=images);
}

.booleanIconGray {
	background-image: url(/inspect-backend/javax.faces.resource/true18-gray.png.xhtml?ln=images);
}

.booleanIconOrange {
	background-image: url(/inspect-backend/javax.faces.resource/true18-orange.png.xhtml?ln=images);
}


#inspectContent {
	padding: 20px;
	width: 950px;
	display: table-cell;
}

#inspectContentFull {
	padding: 20px;
	width: 1024px;
	display: table-cell;
}

#inspectContentCentered {
	width: 700px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#inspectContent h1 {
    border-bottom: 1px solid #FFFFFF;
    font-family: 'Open Sans',sans-serif;
    font-size: 49px;
    font-weight: 300;
    letter-spacing: -2px;
    padding-bottom: 10px;
}

#inspectContent h2 {
    border-top: 1px solid #CCCCCC;
    color: #867F10;
    line-height: 46px;
    padding-top: 5px;
}

#containerMain {
	margin: auto;
	width: 560px;
	float: clear;
}

#planningContainer {
	margin: auto;
	width: 210px;
	background: #ffffff;
	float: left;
	margin-left: 50px;
	margin-top: 30px;
	margin-bottom: 20px;
	border-radius: 0.5em;
}

#numberTop {
	position: relative;
	left: 190px;
	top: -20px;
	background: none repeat scroll 0 0 indianred;
	border: 3px solid lightgray;
	border-radius: 1em 1em 1em 1em;
	color: white;
	float: left;
	font-size: 1.3em;
	padding: 3px;
	text-align: center;
	width: 20px;
}

.planningMenuImage {
	margin-left: -10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.display-control {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0 5px 0;
}

.form-horizontal .display-control {
	padding: 5px 6px;
}

.controls-condensed {
	margin: 0 !important;
	padding: 0 !important;
}

.kh-component-display {
	padding-top: 0px; 
}

.kh-component-control {
	padding-top: 5px; 
}

.tableSmall {
	font-size: 0.8em;
	color: grey;
}

.tableBold {
	font-weight: bold;
}

#containerHorizontal { 
	overflow-y: hidden;
}

.blockHorizontal { 
	width: 400px;  float: left; margin: 1em; 
}

.inspect-two-columns {
	width: 50%; 
	float: left;
}

.inspect-three-columns {
	width: 33%; 
	float: left;
}

.inspect-checkall {
    margin-left: 4px;
    margin-top: 0px;	
}

.filterpanel-container {
	display: inline;
}

.filterpanel-panel {
	padding: 10px 10px; 
	margin-bottom: 8px
}

.inspect-button-panel {
	min-height: 30px;
	margin: 10px 0px;
}

#spinner-overlay {
	display: none; /* switched on by javascript setApplicationBusyOn() */
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1099; /* on top of everything, including header bars */
    background: rgba(0,0,0,.5) url(/inspect-backend/javax.faces.resource/spinner.gif.xhtml?ln=images) center center no-repeat;
}

.inspect-thumbnail {
    width: 200px;
    height: 150px;
	display: table-cell;
    vertical-align: middle;
}

.inspect-thumbnail img {
    max-width: 200px;
    max-height: 150px;
}

/* ============================================================================================
 * Bootstrap overrides:
 */

.navbar-inverse .divider-vertical {
  border-right-color: #5f5f5f;
  border-left-color: #5f5f5f;
}

.navbar-inverse .navbar-inner {
  background-color: #5f5f5f;
  background-image: -moz-linear-gradient(top, #5f5f5f, #5f5f5f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5f5f5f), to(#5f5f5f));
  background-image: -webkit-linear-gradient(top, #5f5f5f, #5f5f5f);
  background-image: -o-linear-gradient(top, #5f5f5f, #5f5f5f);
  background-image: linear-gradient(to bottom, #5f5f5f, #5f5f5f);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5f5f5f', endColorstr='#5f5f5f', GradientType=0);
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse {
    color: #ffffff;
}

.navbar-inverse .navbar-inner {
  background-color: #5f5f5f;
  background-image: -moz-linear-gradient(top, #5f5f5f, #5f5f5f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5f5f5f), to(#5f5f5f));
  background-image: -webkit-linear-gradient(top, #5f5f5f, #5f5f5f);
  background-image: -o-linear-gradient(top, #5f5f5f, #5f5f5f);
  background-image: linear-gradient(to bottom, #5f5f5f, #5f5f5f);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5f5f5f', endColorstr='#5f5f5f', GradientType=0);
	
}

.navbar .nav > li > a {
    padding: 10px 0;
}

.well {
	background-color: #ffffff;
	padding: 15px 30px 10px 30px;
}

.well .btn {
	margin-right: 6px;
}

.btn-toolbar {
	clear: left;
}

.nav-tabs {
	margin-bottom: 0px;
}

.tab-content {
	min-height: 300px;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	/* avoid the red icon */
	cursor: text;
	background-color: #FFFFFF;
	color: #ACACAC;
}

input[readonly].rf-sel-inp {
	color: #333;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	/* Geen hover in lijsten zolang de rowclick event */
	background-color: #FFFFFF;
}

.breadcrumb {
    background-color: white;
    border-radius: 4px 4px 4px 4px;
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 8px 15px;
}

.btn-group {
	padding-left: 6px;
}

.btn-toolbar {
	font-size: 1em;
}

/* ============================================================================================
 * Richfaces styling overrides:
 */

/* table style: */
.rf-dt-shdr-c, .rf-dt-c {
	font-size: 14px;
	height: 22px;
}

/* dropdown arrow style: */
.rf-sel-btn {
    border: 1px solid #BED6F8;
    border-radius: 3px;
	height: 28px;
}
.rf-sel-btn-arrow {
	padding-top: 13px;
	width:20px;
}
.rf-sel-opt {
	font-size: 14px;
}

/* auto suggestion box styling: */
.rf-au {
	border-style: none;
}
.rf-au-fnt {
	font-size: 14px;
}
.rf-sel-cntr {
	border: none;
}

/* picklist styling: */
.rf-pick-opt {
	padding: 1px;
	font-size: 14px;
}
.rf-pick-src-cptn, .rf-pick-tgt-cptn {
    font-size: 12px;
}

/* popup panels */
.rf-pp-cnt {
	background-color: #f2f2f2;
	height: 95%;
	/* height: 100%; */
}

.rf-pp-shade {
	/* Grijzere achtergrond bij popups: */
	background-color: #2F2F2F;
	opacity: 0.8;
}

/* file upload panel width */
.rf-fu {
	/* width: 330px; */
}

/* data scroller page button */
.rf-ds-nmb-btn {
	border-bottom-color: #c0c0c0;
}


/* .berichten {
	position: relative;
	width: 600px;
	padding-bottom: 5px;
	margin: -5px;
	top: 200px;
}

.bericht {
	margin: 5px;
}

.bericht ul li { 
   list-style-type: disc !important; 
   list-style-position: inside !important; 
}

.bericht ol li { 
   list-style-type: decimal !important; 
   list-style-position: inside !important; 
}
 */

.berichtknop {
	color: red;
}

.table-column-width-xsmall, .table-column-width-xsmall span {
	width: 28px;
	max-width: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.table-column-width-small, .table-column-width-small span {
	width: 34px;
	max-width: 34px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.table-column-width-normal, .table-column-width-normal span {
	width: 60px;
	max-width: 60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.table-column-width-large, .table-column-width-large span {
	width: 150px;
	max-width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.table-header-width-xsmall, .table-header-width-xsmall span {
	width: 28px;
	max-width: 28px;
}

.table-header-width-small, .table-header-width-small span {
	width: 34px;
	max-width: 34px;
}

.table-header-width-normal, .table-header-width-normal span {
	width: 60px;
	max-width: 60px;
}

.table-header-width-large, .table-header-width-large span {
	width: 150px;
	max-width: 150px;
}
