body
{
	/*background-color: #00BFFF;*/
	background-color: 	#808080;
	/*background-color: 	#1abc9c;*/
}

.header
{
	background-color: #F2EFBD;
	text-align: center;	
}


.whitetext{
	color: white ;
}


.topMargin5{
	margin-top: 5px;
}

.topMargin20{
	margin-top: 20px;
}

.bottomMargin0{
  margin-bottom: : 0px;
}

.bottomMargin20{
  margin-bottom: : 20px;
}

.rightMargin0{
  margin-right: 0px;
}
.rightMargin10{
  margin-right: 10px;
}

.leftMargin10{
  margin-left: 10px;
}

.aligncenter{
  text-align: center;
}

.centreer{
	 position: fixed;
   width: 350px;
   height: 350px;
   margin: auto;  
   top: 0; left: 0; bottom: 0; right: 0;
   background: #F2EFBD;
   border-radius: 25px;
   border-color: black;
   border-style: solid;
   border-width: 2px;
}

.centreerBreed{
   position: fixed;
   width: 60%;
   min-height: 20%;
   margin: auto;  
   top: 200; left: 0;  right: 0;
   background: #F2EFBD;
   border-radius: 25px;
   border-color: black;
   border-style: solid;
   border-width: 2px;
   text-align: center;
}

.centreerGroot{
   /*position: fixed;
   width: 400px;
   height: 500px;
   margin: auto;  
   top: 0; left: 0; bottom: 0; right: 0;*/
   float:none;
   display: block;
   height: 500px;
   margin-left: auto;
   margin-right: auto;
   background: #F2EFBD;
   border-radius: 25px;
   border-color: black;
   border-style: solid;
   border-width: 2px;
   padding-bottom: 40px;
}

.menuOnPhone {
  display: block;
  width: 100%;
}

.w85 {
  display: inline-block;
  width: 85%;
  height: 20px;
  overflow: hidden;
 
}

.rechts {
	float: right;
}

.w65 {
  display: inline-block;
  width: 65%;
  height: 20px;
  overflow: hidden;
}

.w60 {
  display: inline-block;
  width: 59%;
  height: 20px;
  overflow: hidden;
}

.w55 {
  display: inline-block;
  width: 55%;
  height: 20px;
  overflow: hidden;
}
.w57 {
  display: inline-block;
  width: 57%;
  height: 20px;
  overflow: hidden;
}

.w50 {
  display: inline-block;
  width: 50%;
  height: 20px;
  
  text-align: center;
  overflow: hidden;
}

.w49 {
  display: inline-block;
  width: 40%;
  height: 20px;
  overflow: hidden;
}

.w45 {
  display: inline-block;
  width: 45%;
  height: 20px;
  overflow: hidden;
}


.w40 {
  display: inline-block;
  width: 40%;
  height: 20px;
  overflow: hidden;
}

.w39 {
  display: inline-block;
  width: 39%;
  height: 20px;
  overflow: hidden;
}
.w35 {
  display: inline-block;
  width: 35%;
  height: 20px;
  
}


.w20 {
  display: inline-block;
  width: 20%;
  height: 20px;
  overflow: hidden;
}

.w25 {
  display: inline-block;
  width: 25%;
  height: 20px;
  overflow: hidden;
}

.w15 {
  display: inline-block;
  width: 15%;
  height: 20px;
  overflow: hidden;
}

.w10 {
  display: inline-block;
  width: 9%;
  height: 20px;
  overflow: hidden;
}

.w5{
  display: inline-block;
  width: 5%;
  height: 20px;
  overflow: hidden;
}
.w75
{
  display: inline-block;
  width: 75%;
  height: 20px;
  
}

.w95
{
  display: inline-block;
  width: 95%;
  height: 20px;
  
}

.w99
{
  display: block;
  width: 100%;
  height: 20px;
  
}
.w100
{
  display: block;
  width: 100%;
  height: 60px;
  background-color: lightgray;
  overflow-y : scroll;
}

.h20 {
  height: 20px;
}

.h22 {
  height: 22px;
}

.h25 {
  height: 25px;
}
.breed
{
  display: block;
  width: 100%;
  height: 60px;
  
}
.fontdik{
  font-weight: 700;
}
.textcentreer{
  text-align: center;
}
.klein{
   font-size: smaller;
}

.rechts {
  float: right;
}

.links {
  float: left;
}

.text_align_rechts{
  text-align: right;
}

.menuKnop {
  display: inline-block;
  margin: 10px;
  margin-top: 20px;
}


button, .knop
{
    color: white;
	  background: #F2EFBD; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#01285e, #2577e9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#01285e, #2577e9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#01285e, #2577e9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2577e9, #01285e); /* Standard syntax */
    border-radius: 5px;
    border-style: none;
}

button:hover, .knop:hover{
    color: white;
    background: #F2EFBD; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#013b8b, #2577e9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#013b8b, #2577e9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#013b8b, #2577e9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2577e9, #013b8b); /* Standard syntax */
    border-radius: 5px;
    border-style: none;
}


button:disabled {
    color: #001430;
    background: white; 
    border-radius: 5px;
    border-style: dashed;
    border-color: gray;
    border-width: 1px;
}

.geenBestanden {
    color: #001430;
    background: white; 
    border-radius: 5px;
    border-style: solid;
    border-color: gray;
    border-width: 1px;
}

.geenBestanden:hover {
    border-style: solid;
}

.orange  {
  color:#F5906C;
}

.web, .oranje
{
  background-color: #F5906C;
}

.game, .groen
{
  background-color: #5e9793;
}

.mobile, .paars
{
  color: white;
  background-color: #68475C;
}

.lichtpaars
{
  background-color: #D6C4EC;
}

.geel
{
  background-color: #F2EFBD;
}

.blauw
{
  color: white;
  background-color: #3f87d0;
}

.kleurkiezer {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.selectedKleur{
  border-style: solid;
  border-width: 2px;
  border-color: red;
}

.nogGeen 
{
  background-color: red;
}

.verberg {
  display: none;
}

#project-venster{
    margin-top: 20px;
    
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.red{
  color:red;
}
.textcenter{
  text-align: center;
}
.cijfer {
  width: 40px;
  min-width: 25px;
}
.wp
{
  margin-right: 20px;
  font-size: 24px;
}


.wpKolom {
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 41px;
  border: 1px;
  border-style: solid;
  border-color: gray;
  padding-left: 3px;
  box-sizing: border-box;
  overflow: hidden;
  
}

.waarneming{
    text-align: center;
}

.gemTitel, .scoreTitel,  .opmTitel,.gemCel, .Cel, .datumCel {
  width: 40px;
  min-width: 40px;
  height: 21px;
  border: 1px;
  border-style: solid;
  border-color: gray;
  padding-left: 3px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
}

.gemTitel, .gemCel{
    background-color: #feb195;
}

.datumTitel, .docTitel,.projectTitel{
  width: 55px;
  min-width: 55px;
  height: 21px;
  border: 1px;
  border-style: solid;
  border-color: gray;
  padding-left: 3px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}

.opmTitel, .opmCel{
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  height: 21px;
  border: 1px;
  border-style: solid;
  border-color: gray;
  padding-left: 3px;
  box-sizing: border-box;
  overflow: hidden;
}

.WPscroll{
  overflow-x: scroll;
  margin-top: 20px;
}

.graycel {
  background: #d0d0d0;
}

.activeCel {
  background: #F2EFBD;
}

.navbar-inverse {
  background-color: #333;
}

#annuleerKnop{
  margin-right: 10px;
}

#project-opslaan{
  margin-left: 10px;
}
.WPdatum{
  width: 50px;
}
.datumCel{
  min-width: 80px;
  text-align: left;
}

.WPbreed
{
  display: block;
  width: 100%;
  height: 100%;
  
}
.projectSelect{
  max-width: 60px;
}

.klascombiDropDown
{
  width: 100%;
  text-align: center;
}

.classcombi-label{
  margin-left: 15px;
  width: 80px;
}

.padding0 {
  padding-left: 0px;
  padding-right: 0px;
}

.leerlijnModules{
  background-color: #F2EFBD;
  margin-top: 0px;
}

.vertical-text {
  display: block;
  transform: rotate(-90deg) translate(2%, 100%);
  transform-origin: left bottom 0;
  height: 140px;
  width: 140px;
}
.vertical-text-pdf {
  display: block;
  transform: rotate(-90deg) translate(2%, 100%);
  transform-origin: left bottom 0;
  height: 100px;
}

.vert-kader {
  width: 40px;
  height: 140px;
 
  padding-left: 3px;
  box-sizing: border-box;
  overflow: hidden;
 
  font-size: 14px;
}
.vert-kader-dpf {
  width: 40px;
  height: 100px;
 
  padding-left: 3px;
  box-sizing: border-box;
  overflow: hidden;
 
  font-size: 14px;
}

.scrolldiv {
    padding: 5px;
    height: 400px; 
    background-color: white;
    overflow-y: scroll;
    overflow-x: hidden;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(51,51,51,0.5);
    z-index: 10;
  }

.saving {
   position: fixed;
   top: 50%;
   left: 50%;
   width: 128px;
   height: 128px;
   margin-top: -64px; /* Half the height */
   margin-left: -64px; /* Half the width */
}

.sortSelected {
  background-color: #F2EFBD;
}

.bestandenContainer {
   position: fixed;
   top: 20vh;
   left: 20vw;
   width: 60vw;
   min-height: 60vh;
   
   z-index: 11;
   background-color: white;
   padding:15px;
}

.bestandenScrolldiv {
    padding: 5px;
    height: 15vh; 
    background-color: lightgray;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bestandLink:hover{
    /*background-color: #F5906C;*/
    background-color: gray;
    color: white;
}

.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
    text-align: center;
}

.gray {
  color: lightgray;
}
.h4{
  font-weight: bold;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1da0bc;
  opacity: 0.5; /* Firefox */
}


::-ms-input-placeholder { /* Microsoft Edge */
  color: #1da0bc;
  opacity: 0.5;
}