body {
  font: 13px/20px;font-family: helvetica; src: url(fonts/helvetica.ttf);
  color: #404040;
  background-color:rgba(249, 249, 249, 0.4);
  background: url('img/background.png') 50% 50% no-repeat; 
  
}

@font-face {
    font-family: helvetica; src: url(fonts/helvetica.ttf);
}
	
#container{
	width: 380px; 
	margin: 0 auto; 
	
}

#header{
	width: 100%; 
	margin-left: -10px;
	margin-top: -10px;
	padding: 10px 10px 10px 10px; 
	background-color: #fff;	

}


#footer {
	width:100%;
	height:80px;
	position:absolute;
	bottom:0;
	left:0;
	backgroundtest:#fff;
  opacity: 0.7;
}

#loading{
	position: absolute; 
	top: 0; 
	left: 0; 
	display: none; 
	width: 100%; 
	height: 100%; 
	background: url('img/loading.gif') 50% 50% no-repeat; 
	background-color:rgba(249, 249, 249, 0.4);
	color: black; 
	text-align: center;
}

#logo{
	margin-top: 50px;
  margin-bottom: 20px;
  width: 70%;
  margin: 0 auto;
  margin-top: 100px;
}


ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}








.login {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 20px;
  width: 280px;
}
.login:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
}
.login h1 {
  margin: -20px -20px 21px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-color:#f0f0e1;
}
.login p {
  margin: 20px 0 0;
}
.login p:first-child {
  margin-top: 0;
}
.login input[type=text], .login input[type=password] {
  width: 278px;
  background-color:#f0f0e1;
  color: #333333;
}

.login p.placeholder {
  color: #333333;
}

.login p.submit {
  text-align: center;
  
}
.login a {
  font: #01aeef;
  text-decoration: none;
}
p.wachtwoord  {
    text-align: center;
    color: #fbfcfa;
}

p.wachtwoord a{
    text-align: center;
    color: #01aeef;
}

.btn-style{
	border : solid 0px #ffffff;
	border-radius : 20px;
	moz-border-radius : 20px;
	font-size : 20px;
	color : #ffffff;
	padding : 11px 30px;
	background-color : #01b0ef;

}
.login-help {
  margin: 20px 0;
  font-size: 11px;
  color: #333333;
  text-align: center;
  border-top: solid 2px #333333;
  
}
.login-help a {
  color: #01aeef;
  text-decoration: none;
}
.login-help a:hover {
  text-decoration: underline;
}

:-moz-placeholder {
  color: #c9c9c9 !important;
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}

input {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

input[type=text], input[type=password] {
  margin: 5px;
  padding: 0 10px;
  width: 200px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
input[type=text]:focus, input[type=password]:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}

input[type=submit] {
  padding: 0 18px;
  height: 29px;
  font-size: 12px;
  font-weight: bold;
  color: #527881;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}
input[type=submit]:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 34px;
}
#displayTekst  
            {background-color: #b2e5ff;
              color: #333333; 
              padding: 10px 10px 10px 10px}
#toggleText 
            { background-color: #b2e5ff;
              color: #333333; 
              padding: 20px 20px 20px 20px}

#toggleText1 
            { background-color: #b2e5ff;
              color: #333333; 
              padding: 20px 20px 20px 20px}

#toggleText2
            { background-color: #b2e5ff;
              color: #333333; 
              padding: 20px 20px 20px 20px}

#background{
  background-color: rgba(255, 255, 255, 0.6);
height: 710px;
width: 410px;
margin-left: -20px;
margin-top: -10px
}

#calendar{
  
  margin:0 auto;
  margin-bottom:2%;
  border-radius:5px;
  text-align:center;
  color:#000000;
  margin-left: 10%;
  width: 350px;
}

#calendar h1{
  
  border-bottom: 2px solid #333333;
  padding:20px;
  font-size:140%;
  font-weight:300;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#65cbff;
  cursor:default;
}

#calendar table{
  border-spacing:10px;
  border-radius:0 0 5px 5px;
  width: 350px;
  border-collapse: none;
}

#calendar td{
  
  
  padding:6px;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
}

#calendar td:hover:not(.current){
    border-radius: 50%;
behavior: url(PIE.htc);
width: 25px;
height: 25px;
padding: 9px;
border: 2px solid #01aeef;
color: #01aeef;
font-size: 20px;
}

#calendar .lastmonth,#calendar .nextmonth,#calendar .nextmonth ~ *{
  color:#cecebf;
}

#calendar .currentA{
  border-radius: 50%;
behavior: url(PIE.htc);
width: 25px;
height: 25px;
padding: 9px;
border: 2px solid #01aeef;
color: #01aeef;
font-size: 20px;
}

#calendar .currentO{
  font-weight:700;
  border-radius: 50%;
behavior: url(PIE.htc);
width: 25px;
height: 25px;
padding: 9px;
border: 2px solid #01aeef;
color: #01aeef;
font-size: 20px;
}

#calendar .hastask{
  font-weight:700;
  color: #FF0000;
}
#calendar .availableDay{
color: #333333;
text-align: center;
font-size: 20px;
}
#calendar .occupiedDay{
  background: #ED4337;
  color: #ffffff;
}

#calendar tr:last-of-type td:first-of-type{border-radius:0 0 0 5px;}
#calendar tr:last-of-type td:last-of-type{border-radius:0 0 5px 0;}

.dagen{ padding: 10px;}

#dagen li
{
display: inline;
list-style-type: none;
padding: 13px;
color: #01aeef;
}

