/* CSS voor OVEVO - voornamelijk PC

--- De kleuren van Ovevo -----------

Donkerblauw: #0573BE
Gebruikt voor
 buttons
 headers (sorteer-kolom)
 
Lichtblauw: #58A7D2
Gebruikt voor
 button:hover
 headers (niet gesorteerd)
 
Oranje: #E79A09
Gebruikt voor 
 teksten
 Ingedrukte buttons

*/ 

.fieldLabel {
	font-size: 15px;
}

div#main {
	font-size: 15px;
}

div.fieldGroupLabel {
	text-align: left;
	font-size: 20px;
	font-weight: 300;
	color: #000;
}

div.form_section, div.listCat {   /* Heading between parts of a form AND LIST-CATEGORIES */
	margin-top: 33px;  /* De rest staat in style_crm123_contacts_extra */
	color: #E79A09;
	font-size: 20px;
	border-bottom: #58A7D2 1px solid;
}
div.subForm_section{
    margin-top: 33px;
    margin-left: 147px;
    color: #58A7D2;
    font-size: 18px;
    border-bottom: #58A7D2 1px solid;	
}
#main_right a {
	font-size: 14px;
}

#gridObjects_filter.input {
	font-size: 13px;
}

div#nav2 { /* tweede regel */
	font-size: 17px;
	color: #E79A09;
}

.info, div.dataTables_info {
	font-size: 15px;
	color: #333;
}

div.objectImage { /* De container van vier thumbs. */ 
	height: 230px;
}

div#mug_preview4 {
	float: right;
	width: 200px;
	height: 200px;
	text-align: center;
	border: 1px solid #ddd;
	padding: 10px;
	-moz-box-shadow: 0px 2px 7px 0px #eee;
	-webkit-box-shadow: 0px 2px 7px 0px #eee;
	box-shadow: 0px 2px 7px 0px #eee;
	cursor: default;
}

div.mapBox {  /* PNG met Google Map rechts uitlijnen */
	position: absolute;
	top: 400px;
	right: 41px;
	border: 1px solid #58A7D2;
	background-image: url('../../assets/images/klok_bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	border: none ;
}
.mapImg{
	padding: 17px;
	margin-top: -2px;
	border: none;
}

div.mapLink { /* Linkje onder die PNG Google Map voor de route */
	position: absolute;
	top: 380px;
	right: 45px;
}
td .link {
		display: block;
}
div.mug_link4 a, div.mug_link4 a:hover, div.mug_link4 a:active { /* Het linkje onder een mug-foto om te vergroten */

	color: #333;
	font-size: 15px;
}

.textInfo {  /* informatie na een text-box (zoals invoereenheid "mm") */
	width: 100px;
	float: left;
	margin-top: 12px;
}

/* ------------------------------------------------------- */
.fieldTextMulti  /* voor extra smalle tekstvelden */
{
	float: left;
	/*width: 212px !important;*/
	display: inline-flex;
	color: #333;
	font-family: lato, sanserif;
	height: 30px;
	margin-top: 10px;
	margin-right: 10px;
}
.fieldTextMulti input, input:hover, input:focus  /* voor extra smalle tekstvelden */
{
	/*border: 1px #aac solid;*/
	border-top: 0px #D78A00 solid;
	border-right: 1px #D78A00 solid;
	border-bottom: 1px #D78A00 solid;
	border-left: 0px #D78A00 solid;
	background-color: #eaeff7;
	font-size: 15px;
	padding-left: 6px;
}
.fieldTextMulti select   /* select veld van deze div */
{
	height: 26px;
	width: 260px;
	border: 1px #c7c7c7 solid;
	background-color: #efefef;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding-left: 3px;
	/*margin: 3px 0px 0px 0px;*/
}
.fieldTextMulti select:hover, select:focus
{
	border: 1px #aac solid;
	background-color: #eaeff7;
}
td div.fieldTextMulti
{
	margin-top: 0px !important;
}
/* ------------------------------------------------------- */
.fieldTextSmall  /* voor extra smalle tekstvelden */
{
	float: left;
	width: 100px;
	color: #333;
	font-family: lato, sanserif;
	height: 20px;
	/*margin-top: -10px;*/
	margin-top: 7px;
	margin-right: 5px;
}
.fieldTextSmall input, input:hover, input:focus  /* voor extra smalle tekstvelden */
{
	/*border: 1px #aac solid;*/
	border-top: 0px #D78A00 solid;
	border-right: 1px #D78A00 solid;
	border-bottom: 1px #D78A00 solid;
	border-left: 0px #D78A00 solid;
	background-color: #eaeff7;
	font-size: 15px;
	padding-left: 6px;
}
.fieldTextSmall select   /* select veld van deze div */
{
	height: 26px;
	width:100px;
	border: 1px #c7c7c7 solid;
	background-color: #efefef;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding-left: 3px;
	/*margin: 10px 0px 0px 0px;*/
}
.fieldTextSmall select:hover, select:focus {
	border: 1px #aac solid;
	background-color: #eaeff7;
}
/* ------------------------------------------------------- */

.signDetail {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
}

.signColor, .signColorBlauw, .signColorRood, .signColorWit, .signColorGrijs, .signColorZwart, .signColorGeel, .signColorGroen, .signColorGoud {
    border: #777 1px solid;
    width: 23px;
    height: 22px;
    margin-left: 10px;
    margin-top: 9px;
    text-align: center;
    padding-top: 2px;
    font-size: 16px;
}
.signColorBlauw {
	background-color: #58A7D2;
}
.signColorRood {
	background-color: #d22;
}
.signColorWit {
	background-color: #fff;
}
.signColorGrijs {
	background-color: #aaa;
}
.signColorZwart {
	background-color: #000;
}
.signColorGeel {
	background-color: #FADC01;
}
.signColorBruin {
	background-color: #81552d;
}
.signColorGroen {
	background-color: #049343;
}
.signColorGoud {
	background-color: #000;
}

/* In balloons popup Google Maps: smaller buttons */
.btnOk, .btnEdit, .btnGoto, .btnDone, .btnBlue, .btnPurple, .btnPink, .btnRed{
	width: 77px !important;
	min-width: 100px !important;
	border: 1px solid #333 !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	-khtml-border-radius: 2px !important;
	border-radius: 2px !important;
}
.btnDone{
	border: 1px solid #333 !important;
	width: 104px !important;
}
.btnBlue{
	margin-right: 10px !important;
	background-color: #0573BE !important;
	color: #fff !important;
	/*width: fit-content !important;*/
	padding-left: 10px;
	padding-right: 10px;
}
.btnPurple{
	margin-right: 10px !important;
	background-color: #800080 !important;
	color: #fff !important;
	/*width: fit-content !important;*/
	padding-left: 10px;
	padding-right: 10px;
}
.btnPink{
	margin-right: 10px !important;
	background-color: #e777e7 !important;
	color: #fff !important;
	/*width: fit-content !important;*/
	padding-left: 10px;
	padding-right: 10px;
}
.btnRed{
	margin-right: 10px !important;
	background-color: #E7393C !important;
	color: #fff !important;
	/*width: fit-content !important;*/
	padding-left: 10px;
	padding-right: 10px;
}
.btnOk {
	margin-right: 10px !important;
	background-color: #1b8e43 !important;
	color: #fff !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	-khtml-border-radius: 2px !important;
	border-radius: 2px !important;
}
.btnEdit {
	margin-right: 10px !important;
	background-color: #0573BE !important;
	color: #fff !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	-khtml-border-radius: 2px !important;
	border-radius: 2px !important;

}
.btnDone {
	margin-right: 10px !important;
	background-color: #E79A09 !important;
	color: #fff !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	-khtml-border-radius: 2px !important;
	border-radius: 2px !important;
}
.btnGoto {
	margin-right: 10px !important;
	margin-left: 7px !important;
	background-color: #58A7D2 !important;
	color: #fff !important;
	-moz-border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	-khtml-border-radius: 20px !important;
	border-radius: 20px !important;
	float: right !important;
}
/* END In balloons popup Google Maps: smaller buttons */

/* Status van project wordt in kleur weergegeven op de Projectpagina */
/* Oranje: Nog uitvoeren. Rood: Actie. Groen: Gereed. Blauw: In uitvoering */
.statusOrange, .statusRed, .statusGreen, .statusBlue {
	width: 197px;
	position: absolute;
	left: 190px;
	height: 20px !important;
	padding: 3px;
	text-align: center;
	margin-top: 9px;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-khtml-border-radius: 3px !important;
	border-radius: 3px !important;
	font-weight: bold;
}
.statusGrid {
	width: 125px;
	height: 20px !important;
	padding: 3px;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	-khtml-border-radius: 3px !important;
	border-radius: 3px !important;
	font-weight: bold;
}
.statusOrange {
	border: #DCB97C 1px solid;
	background-color:#FCD99C;
	color: #550;
}
.statusRed {
	border: #DAB0B0 1px solid;
	background-color:#FAD0D0;
	color: #A33;
}
.statusGreen {
	border: #98D797 1px solid;
	background-color:#B8F7B7;
	color: #3A3;
}
.statusBlue {
	border: #98C7D9 1px solid;
	background-color:#B8E7F9;
	color: #33A;
}
/* EINDE Status van project wordt in kleur weergegeven op de Projectpagina */

.maintainProject {/* De knop voor Alles naar onderhoud, op de Projectpagina */
	padding: 4px;
	border: #18d 2px solid !important;
	background-color: #54a6d4 !important;
	height: 20px !important;
	width: 180px;
	min-width: 140px !important;
	font-weight: bold !important;
	color: #ffffff !important;
}
.maintainProject:hover {
	border: #18d 2px solid !important;
	background-color: #6dadd1!important;
}

.finishProject {  /* De knop voor Alles oké, op de Projectpagina */
	margin-top: 5px!important;
	padding: 5px 0px 5px 0px !important;
	border: #019A00 2px solid !important;
	background-color: #21BA16 !important;
	height: 20px !important;
	width: 188px;
	min-width: 140px !important;
	/*display: inline-block;*/
	
	font-weight: bold !important;
	color: #ffffff !important;
}

.finishProject:hover {
	border: #019A00 2px solid !important;
	background-color: #56D14B!important;
}

.actionProject {  /* De knop voor Alles naar actie, op de Projectpagina */
	padding: 4px !important;
	border: #f00 2px solid !important;
	background-color: #e54 !important;
	height: 20px !important;
	width: 180px;
	min-width: 140px !important;
	color: #ffffff !important;
	font-weight: bold !important;
}

.actionProject:hover {
	border: #f00 2px solid !important;
	background-color: #ff6353!important;
}
.projectButtonIcon {
	float:left;
	padding-left:9px;
	width: 6px;
}
.projectButtonText {
	float:left;
	margin-left: 15px;
}

.finishAction {  /* De knop om Actie op Klaar te zetten */
	margin-top: 5px!important;
	padding: 5px 0px 5px 0px !important;
	border: #019A00 2px solid !important;
	background-color: #21BA16 !important;
	height: 20px !important;
	min-width: 140px !important;
	color: #ffffff !important;
}
.finishAction:hover {
	border: #019A00 2px solid !important;
	background-color: #56D14B!important;
}


/* Popup Standaard Waarschuwingen */
.msgCaption { /* titel van de light-box */
	margin: 0px 0px 25px 0px !important;
	border: 1px #dccdb1 solid;
	background-color: #fcedd1;
	padding: 7px;
	font-size: 18px !important;
	text-align: center;
}
.msgWarning { /* titel van de light-box */
	margin: 0px 0px 25px 0px !important;
	background-color: #f9c0c0;
	border: 1px solid #ff6262;
	padding: 7px;
	font-size: 18px !important;
	text-align: center;
}/* Popup Standaard Waarschuwingen */

.msgBox { /* Tekst naast de afbeelding (imgWarning of Error of Info) met de vraag of opmerking */
	margin-bottom: 10px;
	margin-left: 100px;
	float: right;
	width: 500px;
	/*height: 100px;*/
}
.imgWarning {
	background-image: url('../images/icons/32x32/warning.png');
	background-repeat: no-repeat, repeat;
	width: 32px;
	height: 32px;
	float: left;
}
.btnYes {
	background-color: #ded !important;
	border: #1b8e43 1px solid !important;
	color: #1b7e33 !important;
	font-size: 18px !important;
	font-weight: bold !important;
}
.btnNo {
	background-color: #FCBFBF !important;
	border: #AC2F2F 1px solid !important;
	color: #AC2F2F !important;
	font-size: 18px !important;
	font-weight: bold !important;
}
/*.btnOk {                         DEZE knop is voor de MessageBox (informatie) Maar: wordt ook al gebruikt bij de OK van ballonnetje Google Maps. Komt wel.
	background-color: #BCDEF4 !important;
	border: #369 1px solid !important;
	color: #369 !important;
	font-size: 18px !important;
	font-weight: bold !important;
}*/

/* EINDE Popup Standaard Waarschuwingen */

/*.tabletBlue, .tabletOrange {*/
	/* SV: Wordt in tablet_ovevo gedefinieerd */
/*}*/

.tabletBlue, .tabletOrange, .tabletRed, .tabletGreen , .tabletGray {
	/*font-size: 20px !important;*/
	font-family: roboto, helvetica;
	color: #ffffff !important;
	width:fit-content !important;
	min-width: 140px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	margin-top: 10px !important;
	outline: none;
}

.tabletOrange {
	background-color: #FFAF1F !important;
	border: 2px solid #CF8F00 !important;
}
/*.tabletOrange {
}
*/
.tabletBlue { /* Terugknop of Home-knop Tablet-scherm */
	background-color: #58A7D2 !important;
	border: 2px solid #2887A2 !important;
}
.tabletGray { /* DEFAULT BUTTON */
	color: #ffffff !important;
	background-color: #aaa !important;
	border: 2px solid #2887A2 !important;
}
.tabletRed { /* DEFAULT BUTTON */
	background-color: #ae0404 !important;
	border: 2px solid #aaa !important;
}
.tabletGreen { /* DEFAULT BUTTON */
	background-color: #0a7238 !important;
	border: 2px solid #aaa !important;
}
input.tabletOrange { /* Terugknop of Home-knop Tablet-scherm */
/*	height: 25px !important;
	font-size: inherit !important;
	margin-top: 0px;*/
}

/* ---------------------------------------------------------- */

/* De borden op de templates */

/* Template 1 = 2 borden */
/* Template 1 = 2 borden */
/* Template 1 = 2 borden */

/* ----- tabelBorLinks en Rechts is tijdelijk */
.tabelBordLinks {
	border: 3px #aaa solid;
	margin-bottom: 5px;
	-webkit-appearance: none;
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
	height: 50px;
	padding: 10px;
	background-color: #0071c0;
	color: #fff;
	font-size: 18px;
	border-right: 6px #aaa solid;
}
.tabelBordRechts {
	border: 3px #aaa solid;
	margin-bottom: 5px;
	-webkit-appearance: none;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	height: 50px;
	padding: 10px;
	background-color: /* #9E9E9E*/ #0071c0;
	color: #fff;
	font-size: 18px;
	border-left: 6px #aaa solid;
}


/* klokstand en richting-pijlen naast dfe borden */
.tableClock {
   width       : 30px;
   text-align  : center;
   margin-left : auto;
   margin-right: auto;
   font-size: 22px;
   margin-top: 68px;
}
/*.tableClock {
   background-color: #555;
   color: #fff;
   border-radius: 10px;
}*/
.tableArrow1 {
	margin-top: 7px;
    float: left;
    /*margin-left: -10px;*/
    /*display: contents;*/
}
.tableArrow2 {
   margin-top: 9px;
   float: right;
}
.tableText1{
	margin-top: 4px;
	/*margin-right: 55px;*/
	text-align: left;
	padding-left: 4px;
}
.tableText2{
	margin-top: 4px;
	/*margin-left: 55px;*/
	text-align: left;
	padding-left: 4px;
}
.short{
    width: fit-content;
    padding: 0 5px 0 5px;	
    margin-top: 2px;
}
/*.tableArrow1 img, .tableArrow2 img {
   width: 50px;
   height: 50px;
}*/

/* EINDE ----- tabelBorLinks en Rechts is tijdelijk */

/* Algemene attributen voor alle acht classes */
.blauwVoor, .blauwAchter, .roodVoor, .roodAchter, 
.zwartVoor, .zwartAchter, .grijsVoor, .grijsAchter, 
.bruinVoor, .bruinAchter, .groenVoor, .groenAchter , 
.geelVoor, .geelAchter , .goudVoor, .goudAchter, 
.witVoor, .witAchter, .witRoodVoor, .witRoodAchter , 
.witGroenVoor, .witGroenAchter {
	border: 3px #aaa solid;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-appearance: none;
	height: 60px;
	padding: 3px 10px 11px 10px;
	color: #fff;
	font-size: 23px;
}
/* Specifieke attributen voor alle acht classes */
.blauwVoor {
	border-bottom-left-radius: 27px;
	border-top-left-radius: 27px;
	background-color: #0071c0;
	border-right: 6px #aaa solid;
}
.blauwAchter {
	border-bottom-right-radius: 27px;
	border-top-right-radius: 27px;
	background-color: /* #9E9E9E*/ #0071c0;
	border-left: 6px #aaa solid;
}

.roodVoor {
	color: #fff;
	border: 3px #AA1010 solid;
	border-bottom-left-radius: 27px;
	border-top-left-radius: 27px;
	background-color: #AA1010;
	border-right: 6px #AA1010 solid;
}
.roodAchter {
	color: #fff;
	border: 3px #AA1010 solid;
	border-bottom-right-radius: 27px;
	border-top-right-radius: 27px;
	background-color: #AA1010;
	border-left: 6px #AA1010 solid;
}
.witRoodVoor {
	color: #AA1010;
	border: 3px #AA1010 solid;
	border-bottom-left-radius: 27px;
	border-top-left-radius: 27px;
	background-color: #fff;
	border-right: 6px #AA1010 solid;
}
.witRoodAchter {
	color: #AA1010;
	border: 3px #AA1010 solid;
	border-bottom-right-radius: 27px;
	border-top-right-radius: 27px;
	background-color: #fff;
	border-left: 6px #AA1010 solid;
}

.zwartVoor {
	border-bottom-left-radius: 27px;
	border-top-left-radius: 27px;
	background-color: #000;
	color: #111;
	border-right: 6px #aaa solid;
}
.zwartAchter {
	border-bottom-right-radius: 27px;
	border-top-right-radius: 27px;
	background-color: #000;
	color: #111;
	border-left: 6px #aaa solid;
}

.grijsVoor {
	border-bottom-left-radius: 27px;
	border-top-left-radius: 27px;
	background-color: #ddd;
	color: #555;
	border-right: 6px #aaa solid;
	vertical-align: middle;
}
.grijsAchter {
	border-bottom-right-radius: 27px;
	border-top-right-radius: 27px;
	background-color: #ddd;
	color: #555;
	border-left: 6px #aaa solid;
}
.grijsTekst{
	margin-top: 19px;
}
.bruinVoor {
	border-bottom-left-radius: 27px;
	border-top-left-radius: 27px;
	background-color: #81552d;
	color: #fff;
	border-right: 6px #aaa solid;
}
.bruinAchter {
	border-bottom-right-radius: 27px;
	border-top-right-radius: 27px;
	background-color: #81552d;
	color: #fff;
	border-left: 6px #aaa solid;
}
.groenVoor {
	border-bottom-left-radius: 27px;
	border-top-left-radius: 27px;
	background-color: #fff;
	color: #049343;
	border-right: 6px #aaa solid;
}
.groenAchter {
	border-bottom-right-radius: 27px;
	border-top-right-radius: 27px;
	background-color: #fff;
	color: #049343;
	border-left: 6px #aaa solid;
}
.witGroenVoor {
	border-bottom-left-radius: 27px;
	border-top-left-radius: 27px;
	background-color: #049343;
	color: #fff;
	border-right: 6px #049343 solid;
}
.witGroenAchter {
	border-bottom-right-radius: 27px;
	border-top-right-radius: 27px;
	background-color: #049343;
	color: #fff;
	border-left: 6px #049343 solid;
}
.geelVoor {
	border-bottom-left-radius: 27px;
	border-top-left-radius: 27px;
	background-color: #FADC01;
	color: #000;
	border-right: 6px #aaa solid;
}
.geelAchter {
	border-bottom-right-radius: 27px;
	border-top-right-radius: 27px;
	background-color: #FADC01;
	color: #000
	;
	border-left: 6px #aaa solid;
}
.goudVoor {
	border-bottom-left-radius: 27px;
	border-top-left-radius: 27px;
	background-color: #000;
	color: #C89E49;
	border-right: 6px #aaa solid;
}
.goudAchter {
	border-bottom-right-radius: 27px;
	border-top-right-radius: 27px;
	background-color: #000;
	color: #C89E49;
	border-left: 6px #aaa solid;
}
.witVoor {
	border-bottom-left-radius: 27px;
	border-top-left-radius: 27px;
	background-color: #fff;
	color: #000;
	border-right: 6px #aaa solid;
}
.witAchter {
	border-bottom-right-radius: 27px;
	border-top-right-radius: 27px;
	background-color: #fff;
	color: #000;
	border-left: 6px #aaa solid;
}

/* EINDE Template 1 = 2 borden */


/* Template 2 = 4 borden */
/* Template 2 = 4 borden */
/* Template 2 = 4 borden */

/* In dit template staat, behalve blauwVoor enz, ook de handle sign3. Dat betekent: 3 regels in plaats van 2 */
.sign3 {
	font-size: 20px;
	height: 62px;
	padding-top: 0px;
}

/* EINDE Template 2 = 4 borden */


/* Template 3 = bermborden */
/* Template 3 = bermborden */
/* Template 3 = bermborden */

.berm {
	border-bottom-left-radius: unset;
	border-top-left-radius: unset;
	border-bottom-right-radius: unset;
	border-top-right-radius: unset;
	height: auto !important;
	margin-top: auto !important;
}
.ArrowBerm {
	margin: unset !important;

}
.ArrowBerm img{
	margin-top: auto !important;
	width: 35px;
	height: auto;
}
/* 1: Algemeen */
.witOpBlauwBermVoor, .witOpBlauwBermAchter, 
.roodOpWitBermVoor, .roodOpWitBermAchter,
.goudOpZwartBermVoor, .goudOpZwartBermAchter,
.zwartOpWitBermVoor, .zwartOpWitBermAchter, 
.grijsOpWitBermVoor, .grijsOpWitBermAchter, 
.zwartOpGeelBermVoor, .zwartOpGeelBermAchter, 
.witOpBruinBermVoor, .witOpBruinBermAchter, 
.witOpGroenBermVoor, .witOpGroenBermAchter,
.witOpRoodBermVoor, .witOpRoodBermAchter,
.witOpZwartBermVoor, .witOpZwartBermAchter {
	border: 3px #aaa solid;
	margin-top: 0px;
	margin-bottom: 4px;
	-webkit-appearance: none;
	height: 20px;
	padding: 0px 17px 11px 17px;
	font-size: 23px;   
}

/* 2: Achtergrond */
.GrijsOpWit, .ZwartOpWit, .RoodOpWit, .GroenOpWit, 
.roodOpWitBermVoor, .roodOpWitBermVoor, .zwartOpWitBermVoor, 
.grijsOpWitBermVoor, .grijsOpWitBermVoor, .roodOpWitBermAchter, 
.zwartOpWitBermAchter, .grijsOpWitBermAchter {
	background-color: #fff;
}
.ZwartOpGeel, 
.zwartOpGeelBerm, .zwartOpGeelBermVoor, .zwartOpGeelBermAchter {
	background-color: #FCD50C;
}
.WitOpBlauw, 
.witOpBlauwBerm, .witOpBlauwBermVoor, .witOpBlauwBermAchter {
	background-color: #0071c0;
}

/* 3: Tekstkleur */
.GroenOpWit{
	color: #049343;
}
.WitOpBlauw, .witOpBlauwBerm, .witOpBlauwBermVoor, .witOpBlauwBermAchter {
	color: #fff;
}
.RoodOpWit, .roodOpWitBerm, .roodOpWitBermVoor, .roodOpWitBermAchter {
	color: #AA1010;
}
.ZwartOpWit, .zwartOpWitBerm, .zwartOpWitBermVoor, .zwartOpWitBermAchter {
	color: #000;
	border: 1px #000 solid;
}
.ZwartOpGeel, .zwartOpGeelBerm, .zwartOpGeelBermVoor, .zwartOpGeelBermAchter {
	color: #000;
	border: 1px #000 solid;
}
.GrijsOpWit, .grijsOpWitBerm, .grijsOpWitBermVoor, .grijsOpWitBermAchter {
	color: #ddd;
}
.WitOpZwart, .witOpZwartBerm, .witOpZwartBermVoor, .witOpZwartBermAchter {
	background-color: #000;
	color: #fff;
}
.WitOpBruin {
	background-color: #81552d;
}
.GoudOpZwart {
	background-color: #000;
	color: #C89E49;
}
.WitOpBruin, .witOpBruinBerm, .witOpBruinBermVoor, .witOpBruinBermAchter {
	background-color: #81552d;
	color: #fff;
}
.WitOpRood, .witOpRoodBermVoor, .witOpRoodBermAchter {
	background-color: #AA1010;
	color: #fff;
}
.WitOpGroen, .witOpGroenBerm, .witOpGroenBermVoor, .witOpGroenBermAchter {
	background-color: #049343;
	color: #fff;
}
.witOpRoodBermVoor, .witOpRoodBermAchter, .witOpGroenBerm, .witOpGroenBermVoor, .witOpGroenBermAchter {
	border: 1px #FFF solid;
}

/* EINDE Template 3 = bermborden */


/* --------- EINDE De borden op de templates ------------ */

.gm-ui-hover-effect {  /* ballon op google map, kruisje rechtsboven te klein */
	 opacity: .6;
	 width: 50px !important;
	 height: 50px !important;
	 background: #777 !important;
	 padding: 10px !important;
	 border-radius: 10px;
}

/* CSS voor label op de kaart*/
.markerLabel {
	color: #000;
	background-color: white;
	border: 1px solid #000;
	font-family: "roboto", "Arial", sans-serif;
	font-size: 12px;
	text-align: center;	
	white-space: nowrap;
	padding: 2px;
}
/* Start en Stop voor tijd registratie */
.btnStart {
	background-color: #ded !important;
	border: #1b8e43 1px solid !important;
	color: #1b7e33 !important;
	font-size: 18px !important;
	font-weight: bold !important;
	height: 41px !important;
}
.btnStop {
	background-color: #FCBFBF !important;
	border: #AC2F2F 1px solid !important;
	color: #AC2F2F !important;
	font-size: 18px !important;
	font-weight: bold !important;
	height: 41px !important;
}
.btnPauseOn {
	color:#777 !important;
}
.btnPauseOff {
	color:#ffffff !important;
}
.btnPause {
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin-left: 10px !important;
}
.btnStartGrid{
	background-color: #ded !important;
	border: #AC2F2F 1px solid !important;
	color:#777 !important;
}
.btnStopGrid{
	background-color: #FCBFBF !important;
	border: #AC2F2F 1px solid !important;
	color: #AC2F2F !important;
}
.btnNotActice{
	display: none;
}
/*NJJ Sticky header bij tabellen.*/
.Theader {
  padding-top: 10px;
  background-color: #FFF;
}

.Tcontent {
  padding-top: 0px;
  margin-left: -1px;
  margin-right: -1px;
}

.sticky {
  position: fixed;
  top: 0;
  width: inherit;
}

.sticky + .Tcontent {
  padding-top: 45px;
}

/* NJJ VCA Ckeck*/

.vcaMain{
	border: 10px solid orange !important;
	color: #555 ;
}
p.vcaText{
	color: #555;
	font-family: lato, helvetica;
	font-size: 18px;
	margin: 0 0 0 25px;
	padding: 10px 0 5px 25px
}
li {
	/*display: flex;*/
	font-family: lato, helvetica;
}
.vcaImg{
	border: none;
	margin: 10px 0 10px 25px;
	padding: 25px
}
.vcaOpsomming{
  list-style: none; /* Remove list bullets */
  padding: 0;
  margin: 0;
}
/*.libase{
	width: 72px;
}*/
.liText{
	margin-top:11px;
	color: #555 ;
	word-break: break-all;
    font-size: 15px;
}
.Bul {
    display: inline-block;
    color: #fff;
    background-color: #777;
    /*max-width: 39px;*/
    height: 27px;
    margin: 0px 15px 10px 55px;
    padding: 10px 14px 0 14px;
    text-align: center;
    border-radius: 90px;
    border: 1px #89B3A5 solid;
    font-size: 15px;
}
.Bul1 {
    display: inline-block;
    color: #fff;
    background-color: red;
    /*max-width: 39px;*/
    height: 27px;
    margin: 0px 15px 10px 55px;
    padding: 10px 14px 0 14px;
    text-align: center;
    border-radius: 90px;
    border: 1px #89B3A5 solid;
    font-size: 15px;
}
.Bul2 {
    display: inline-block;
    color: #fff;
    background-color: orange;
    /*max-width: 39px;*/
    height: 27px;
    margin: 0px 15px 10px 55px;
    padding: 10px 14px 0 14px;
    text-align: center;
    border-radius: 90px;
    border: 1px #89B3A5 solid;
    font-size: 15px;
}
.Bul3 {
    display: inline-block;
    color: #fff;
    background-color: green;
    /*max-width: 39px;*/
    height: 27px;
    margin: 0px 15px 10px 55px;
    padding: 10px 14px 0 14px;
    text-align: center;
    border-radius: 90px;
    border: 1px #89B3A5 solid;
    font-size: 15px;
}
/*.fieldCheckbox{
	width: 30px !important;
	height: 30px !important;
}
*/
.rowLink{
	font-size: 18px !important;
	color: #000000 !important;
	padding-left: 10px;
	display: block !important;
}

.rotateAction{
    display: inline-block;
    color: #fff;
    background-color: red;
    width: 23px;
    height: 21px;
    margin: 4px 0 0 -55px;
    padding-top: 2px;
    text-align: center;
    border-radius: 90px;
    border: 1px #89B3A5 solid;
    font-size: 15px;
}
.totalValue{
	font-style: bold;
	font-weight: bolder;
	padding:3px; 
}
.tableNote{
	color:#777; 
	font-size:10px;
}
.darkOrange{
	background-color: #FCE4D6;
}
.hourMin {
	background-color: #FCBFBF !important;
}
.displayImage {
	min-height: 225px;
}
