@charset "utf-8";
/* CSS Document */

	* {
		font-family: sans-serif;
	}
	
	/* unvisited link */
	a:link {
	  	color: gray;
		text-decoration: none;
	}

	/* visited link */
	a:visited {
	 	color: gray; 
		text-decoration: none;
	}

	/* mouse over link */
	a:hover {
	  	color: black;
		text-decoration: none;
	}

	/* selected link */
	a:active {
	  	color: gray;
		text-decoration: none;
	}
	
	img {
	  /*image-rendering: auto; */
	  image-rendering: crisp-edges;
	  /*image-rendering: pixelated; */
      width: 1em;
      height: 1em;
	}
	
	h1 {
		color: #0E6FBF;
		display: block;
		font-size: 0.95em;
		margin: 0px 0px -1em 0px; 
		padding: 0px 0px 0px 0px;
		font-weight: normal;
	}
	
	h2 {
		color: #474747;
		display: block;
		font-size: 0.75em;
		margin: 0px 0px -1em 0px; 
		padding: 0px 0px 0px 0px;
		font-weight: normal;
	}
	
	h3 {
		color: #0E6FBF;
		display: block;
		font-size: 1.2em;
		margin: 0px 0px -1em 0px; 
		padding: 0px 0px 0px 0px;
		font-weight: bold;
	}
	
	h4 {
		color: #0E6FBF;
		display: block;
		font-size: 1.5em;
		margin: 0px 0px -1em 0px; 
		padding: 0px 0px 0px 0px;
		font-weight: bold;
	}

	.container {
		overflow:auto;
		height: 800px;
	} 
	
	table {
		border-collapse: collapse;
		border-color: white;
		width: 12200px;
		height: 100%;
	}

	th, td {
		padding: 15px;
		text-align: left;
		border: 1px solid #a2a2a2;
		font-size: 1rem;
		font-weight: normal;
		width: 170px;
	}
	
	th {
		background-color: dimgrey;
		color: white;
	}

	.basis {
		width: 170px;
	}
	
	thead tr th {
		position:sticky;
		z-index:10;
		top:0;
		border-color: white;
	}
	
	tr:nth-child(even) {
		background-color: whitesmoke;
	}
	
	tr:nth-child(uneven) {
		background-color: white;
	}
	
	th:first-child {
		z-index:10;
		background-color: silver;
	}

	td:first-child, th:first-child {
		position:sticky;
		left:0;
		z-index:10;
		background-color: dimgrey;
		color: white;
		font-size: 1rem;
		font-weight: bold;
	}
	
	.inhoud {
		height: 40px;
        overflow-y: auto;
	}
	
	span.day {
		line-height: 50px; /* just to give it a height */
		display: block;
		color: #DBDBDB;
	}

	span.contents {
		position: relative;
		top: -20px;
	}
	
	td.corner{
		position: relative;
	}
	
	td.corner:before{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		border-left: 10px solid transparent;
		border-top: 10px solid #094678;
	}
	
	.modal {
	  display: none; /* Hidden by default */
	  position: fixed; /* Stay in place */
	  z-index: 20; /* Sit on top */
	  padding-top: 50px; /* Location of the box */
	  left: 0;
	  top: 0;
	  width: 100%; /* Full width */
	  max-height: 100%; /* Full height */
	  overflow: auto; /* Enable scroll if needed */
	  background-color: rgb(0,0,0); /* Fallback color */
	  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	}


	.modal-content {
	  background-color: #fefefe;
	  margin: auto;
	  padding: 20px;
	  border: 1px solid #888;
	  width: 80%;
	}
	
	a.modal-link {
	  	font-weight: normal;
		color: white;
		font-size: 0.75em;
	}
	
	.boekingstatus td:first-child, th:first-child {
		position:relative;
		left: auto;
		z-index: auto;
		/*background-image: #0E6FBF; /*linear-gradient(to right, rgba(0, 0, 150, 1) 0%, rgba(0, 0, 175, 1) 17%, rgba(0, 0, 190, 1) 33%, rgba(0, 0, 210, 1) 67%, rgba(0, 0, 230, 1) 83%, rgba(255,255, 255, 1) 100%);  /* your gradient */
		/*background-repeat: no-repeat;  /* don't remove */
		background-color: dimgrey;
		border-right-color: #C6E3FA;
		color: white;
		font-size: 0.5rem;
		font-weight: normal;
		padding: 0px;
	}
		
	.boekingstatus {
		border-collapse: collapse;
		border-color: #0E6FBF;
		width: 124px;
		height: 2px;
		position:relative;
		padding-top: 2px;
	}
	
	th.basis.-\31 {
		padding: 15px;
	}
	
	 #modal_wrapper.overlay::before {
		content: " ";
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
		background: #000;
		background: rgba(0,0,0,0.7);
	  }

	  #modal_window {
		display: none;
		z-index: 200;
		position: fixed;
		left: 50%;
		top: 50%;
/*		width: 360px;*/
		overflow: auto;
		padding: 10px 20px;
		background: #fff;
		border: 5px solid #999;
		border-radius: 10px;
		box-shadow: 0 0 10px rgba(0,0,0,0.5);
	  }

	  #modal_wrapper.overlay #modal_window {
		display: block;
	  }
    
    .camicon {
        fill: #0E6FBF;
        width: 20px;
        height: 20px;
    }
    
    .monticon {
        fill: red;
        width: 20px;
        height: 20px;
    }

	.soundicon {
        fill: #0E6FBF;
        width: 20px;
        height: 20px;
    }

	.motoicon {
         fill: #0E6FBF;
        width: 20px;
        height: 20px;
    }
    
    .verloficon {
        fill: white;
        width: 20px;
        height: 20px;
    }
    
    .recupicon {
        fill: black;
        width: 20px;
        height: 20px;
    }
    
    .grafiekicon {
        fill: purple;
        width: 20px;
        height: 20px;
    }
    
    .loadingicon {
        fill: purple;
        width: 20px;
        height: 20px;
    }
    
    .captatieicon {
        fill: navy;
        width: 20px;
        height: 20px;
    }

    .verbodicon {
        fill: navy;
        width: 20px;
        height: 20px;
    }
    
    
    .potloodicon {
        width: 10px;
        height: 10px;
    }
    
    .uitgebreid {
        display: inherit;
    }
    
    .nietuitgebreid {
    }
    
    @media screen {
        #printSection {
            display: none;
        }
    }

    @media print {
        body * {
            visibility:hidden;
        }
        #printSection, #printSection * {
            visibility:visible;
        }
        #printSection {
            position:absolute;
            left:0;
            top:0;
        }
    }
        
        
        .navbar-brand {
            font-size: 0.9em !important;
        }
        
        .btn {
            font-size:1em;
        }
        
        *, ::after, ::before {
            box-sizing: border-box;
        }
        
        .btn-success {
            color: #fff;
            background-color: #0E6FBF;
            border-color: #0E6FBF;
        }
        
        .btn-success:hover {
            color: #fff;
            background-color: #084678;
            border-color: #084678;
        }

    .modalTable {
        width: 200px !important;
    }




	