/*
Style voor Woonlastentool aangepast 2021 Patty Schutte
*/



/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 640px) and (orientation:portrait) {

table { width: 100% !important;	}

}



/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 640px) and (orientation:landscape) {

table { width: 100% !important;	}

}



#page {
   border-collapse: collapse;
}
	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table {
		width: 75%; border:none;border-collapse: collapse;
		margin-top: 10px;
	}
	/* Zebra striping */
	tr:nth-of-type(odd) {
		background: #eee;
	}
	th { 
		background: #eee; padding:0; margin:0;
		color: #666;
		font-weight: bold;text-align: left !important;
	}
	td, th { 
		padding: 0px; margin: 0px;
		border-left: 0px solid #ccc;
		 background: #eee;
	}
	
	td {
		 background: #eee;
         color: #101010;
         text-align:right;
         padding-right: 5px;
         padding-bottom: 2px;
	}

.opnieuw { margin-bottom: 25px;}
.tbempry {border-right: #666 1px solid !important }
.totgem { }
.gemtdheaders { text-align:center !important; border-right: #666 1px solid !important;}
.gemtdheaders2 { text-align:center !important;}
.tdheaders { text-align:left !important; padding-left: 5px;border-right: #666 1px solid !important;}
.rkol { border-right: #666 1px solid !important;}


.wltiteldiv {
 padding: 5px; margin-top:10px; margin-bottom:10px;width: 99%;
 border-bottom:1px dotted #d8dfe6;

}


.wlbody {background-color:#fff; color:#666 !important; font-family:Verdana, Arial, sans-serif; font-size:12px; line-height:1.5; }

.wllinks { color:#238db4 !important; padding: 0px; margin-top: 5px; }


.wllinks a. { color:#238db4 !important;
}

.article-title { padding: 5px;
  color:#101010;
  font-size:16px;
}

h2 {
 font-size: 14px;
 margin-top: 10px;
 margin-bottom: 0px;
 color: #238db4 /* #bf1a20; Coelo rood */
}

h1 {
 font-size: 16px;
 margin-top: 10px;
 margin-bottom: 0px;
 color: #238db4 /* #bf1a20; Coelo rood */
}


button {
    background-color: #238db4;
    padding: 8px;
    color: white;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    border-right: none;
    border-top: none;
    line-height: 18px;
    min-width: 90px;
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 20px;
}

button a {
  text-decoration: none;
}
button a:hover {
  text-decoration: none;
}

input[type=email], input[type=password], input[type=text], input[type=number], textarea, select, option {
    background: #f5f5f5;
/*    font-size: 14px; */
    /*font-size: 0.9rem;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 4px 3px;
    /*width: 90%;*/
    box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
    clear: both;
}

input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=number]:focus, textarea:focus, select:focus, option:focus {
    background: #fff;
    box-shadow: 0px 0px 0px 3px #238db4, inset 0px 2px 3px rgba( 0,0,0,0.2 ), 0px 5px 5px rgba( 0,0,0,0.15 );
    outline: none;
}


/* weglaten pijltjes bij number */
input::-webkit-outer-spin-button,
      input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
      }
      input[type=number] {
        -moz-appearance: textfield;
        /* Firefox */
      }
