.alb_ov {
	display: table;
	background: #FFF;
	color: #000;
	width: 99%;
	margin-top: 10px;
	padding: 0px;
	border: 1px solid #F00;
	text-align:center;
}

.alb_ov img {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}

.alb_ov title {
	display: table-cell;
	vertical-align: middle;
}

.alb_ov table {
	margin: 0px;
	padding: 0px;
}

.select {
	margin-top:-100px;
}
#shell {
	width: 97%;
	margin:10 auto 10 auto;
	border: 1px solid silver;
	background: #FFF;
	padding: 10px;
}
hr {
 border: 0; border-bottom: 1px dashed #ccc; background: #999;
}
.ul1 {
	list-style: none;
	padding: 0.5em 1em;
	display: block;
	text-decoration: none;
	border-radius: 7px;
}
.ul1 li {
	border: 1px solid black;
	width: 200px;
    list-style: none;
    line-height: 2em;
	margin-bottom: 10px;
	background: #1C3E93;
	color: #FFF;
	border-radius: 7px;

}
.ul1 li a {
	display: block;
	text-decoration: none;
	font: Tahoma 12px;
	color: #FFF;
	font-weight: lighter;
}
.ul1 li a:hover {
	background: #95b0f6;
	color: #FFF;
	text-decoration: underline;
}
.ul2 {
	list-style: none;
	padding: 0.5em 1em;
	display: block;
	text-decoration: none;
}
.ul2 li {
	border: 1px solid black;
	width: 200px;
    list-style: none;
    line-height: 2em;
	margin-bottom: 10px;
	background: #660000;
	border-radius: 7px;

}
.ul2 li a {
	display: block;
	text-decoration: none;
    text-decoration: none;
	font: Tahoma 12px;
	color: #FFF;
	font-weight: lighter;
}
.ul2 li a:hover {
	background: #cc0000;
	color: #FFF;
	text-decoration: underline;
}
.ul3 {
	list-style: none;
	padding: 0.5em 1em;
	display: block;
	text-decoration: none;
}
.ul3 li {
	border: 1px solid black;
	width: 200px;
    list-style: none;
    line-height: 2em;
	margin-bottom: 10px;
	background: #006600;
	border-radius: 7px;

}
.ul3 li a {
	display: block;
	text-decoration: none;
    text-decoration: none;
	font: Tahoma 12px;
	color: #FFF;
	font-weight: lighter;
}
.ul3 li a:hover {
	background: #00cc00;
	color: #FFF;
	text-decoration: underline;
}
.ul4 {
	list-style: none;
	padding: 0.5em 1em;
	display: block;
	text-decoration: none;
}
.ul4 li {
	border: 1px solid black;
	width: 200px;
    list-style: none;
    line-height: 2em;
	margin-bottom: 10px;
	background: #804d00;
	border-radius: 7px;

}
.ul4 li a {
	display: block;
	text-decoration: none;
    text-decoration: none;
	font: Tahoma 12px;
	color: #FFF;
	font-weight: lighter;
}
.ul4 li a:hover {
	background: #cc7a00;
	color: #FFF;
	text-decoration: underline;
}
/* CHANGE COLOR HERE */ 
ol.etapier li.done {
  border-color: yellowgreen ;
}

ol.etapier li.done2 {
  border-color: yellowgreen;
}

/* CHANGE COLOR HERE */ 
ol.etapier li.done:before {
    background-color: yellowgreen;
    border-color: yellowgreen;
}

ol.etapier li.done2:before {
    background-color: yellowgreen;
    border-color: blue;
}


ol.etapier {
    display: table;
    list-style-type: none;
    margin: 10 auto 20px auto;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}
ol.etapier a {
    display: table-cell;
    text-align: center;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
}
ol.etapier a li {
    display: block;
    text-align: center;
    white-space: nowrap;
    position: relative;
    
}
ol.etapier li {
    display: table-cell;
    text-align: center;
	padding-bottom: 10px;
    white-space: nowrap;
    position: relative;
}

ol.etapier li a {
	color: inherit;
}

ol.etapier li {
    color: silver; 
    border-bottom: 4px solid silver;
}
ol.etapier li.done {
    color: black;
}

ol.etapier li.done2 {
    color: black;
}

ol.etapier li:before {
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -9px;

    color: white;
    height: 15px;
    width: 15px;
    line-height: 15px;
    border: 2px solid silver;
    border-radius: 15px;
    
}
ol.etapier li.done:before {
    content: "\2713";
    color: white;
}
ol.etapier li.todo:before {
    content: " " ;
    background-color: white;
}

ol.etapier li.done2:before {
    content: "\2713";
    color: white;
}
ol.etapier li.todo2:before {
    content: " " ;
    background-color: white;
    border-color:blue;
}
button #home {
	width: 100px;
	height: 100px;
	background: #FF0;
	border-radius: 12px;
}
.button {
    background-color: #1C3E93; /* Cymo logo color */
    border: none;
    color: white;
    padding: 16px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius: 12px;
	width: 200px;
	height: 200px;
}

.button1 {
    background-color: #1C3E93; 
    color: white; 
    border: 2px solid #1C3E93;
}

.button1:hover {
    background-color: white;
    color: #1C3E93;
}
.button2 {
    background-color: #660000; 
    color: white; 
    border: 2px solid #660000;
}

.button2:hover {
    background-color: white;
    color: #660000;
}
.tr1 {
	background: #FFF;
}
.tr2 {
	background: #DDD;
}

.p_button {
    background-color: #1C3E93; /* Cymo logo color */
    border: none;
    color: white;
    padding: 3px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius: 6px;
	width: 150px;
	height: 35px;
}
.p_button1 {
    background-color: #1C3E93; 
    color: white; 
    border: 2px solid #1C3E93;
}

.p_button1:hover {
    background-color: white;
    color: #1C3E93;
}
.t_button {
    background-color: #660000; /* Cymo logo color */
    border: none;
    color: white;
    padding: 3px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius: 6px;
	width: 150px;
	height: 35px;
}
.t_button1 {
    background-color: #660000; 
    color: white; 
    border: 2px solid #660000;
}

.t_button1:hover {
    background-color: white;
    color: #660000;
}
.head_button {
    background-color: #1C3E93; /* Cymo logo color */
    border: none;
    color: white;
    padding: 3px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius: 6px;
	width: 200px;
	height: 40px;
}
.head_button1 {
    background-color: white;
    color: #1C3E93;
    border: 2px solid #1C3E93;
}
.head_button1:hover {
    background-color: #1C3E93; 
    color: white; 
}
.box2 {
  float: left;
  width: 45%;
  min-height: 1px;
  margin: 1em;
  margin-top: 0px;
  border: 2px solid silver;
}
.small_font {
	font-size: 10pt;
}



/* style3a = ophalen */
.style3a {
	width:95%; 
	float:center; 
	margin-top:5px; 
	margin-left:4px; 
	min-height: 16px; 
	border: 1px solid black; 
	border-radius: 5px;
	background: #ffcccc;
	padding-top: 2px;
}
.style3a a {
	text-decoration: none;
	font: Tahoma 12px;
	color: #000;
}
.style3a a:hover {
	color: #000;
	text-decoration: underline;
}
.style3a a:visited {
	text-decoration: none;
	font: Tahoma 12px;
	color: #000;
}
/* style3b = afleveren */
.style3b {
	width:95%; 
	float:center; 
	margin-top:5px; 
	margin-left:4px; 
	min-height: 16px; 
	border: 1px solid black; 
	border-radius: 5px;
	background: #ccffcc;
	padding-top: 2px;
}
.style3b a {
	text-decoration: none;
	font: Tahoma 12px;
	color: #000;
}
.style3b a:hover {
	color: #000;
	text-decoration: underline;
}
.style3b a:visited {
	text-decoration: none;
	font: Tahoma 12px;
	color: #000;
}
/* style3c = containerwerk */
.style3c {
	width:95%; 
	float:center; 
	margin-top:5px; 
	margin-left:4px; 
	min-height: 16px; 
	border: 1px solid black; 
	border-radius: 5px;
	background: #ccccff;
	padding-top: 2px;
}
.style3c a {
	text-decoration: none;
	font: Tahoma 12px;
	color: #000;
}
.style3c a:hover {
	color: #000;
	text-decoration: underline;
}
.style3c a:visited {
	text-decoration: none;
	font: Tahoma 12px;
	color: #000;
}
/* style3d = ophalen/afleveren */
.style3d {
	width:95%; 
	float:center; 
	margin-top:5px; 
	margin-left:4px; 
	min-height: 16px; 
	border: 1px solid black; 
	border-radius: 5px;
	background: #ccffff;
	padding-top: 2px;
}
.style3d a {
	text-decoration: none;
	font: Tahoma 12px;
	color: #000;
}
.style3d a:hover {
	color: #000;
	text-decoration: underline;
}
.style3d a:visited {
	text-decoration: none;
	font: Tahoma 12px;
	color: #000;
}
/* style3e = gebracht derden */
.style3e {
	width:95%; 
	float:center; 
	margin-top:5px; 
	margin-left:4px; 
	min-height: 16px; 
	border: 1px solid black; 
	border-radius: 5px;
	background: #ffccff;
	padding-top: 2px;
}
.style3e a {
	text-decoration: none;
	font: Tahoma 12px;
	color: #000;
}
.style3e a:hover {
	color: #000;
	text-decoration: underline;
}
.style3e a:visited {
	text-decoration: none;
	font: Tahoma 12px;
	color: #000;
}
.style3f {
	width:95%; 
	float:center; 
	margin-top:5px; 
	margin-left:4px; 
	min-height: 16px; 
	border: 1px solid black; 
	border-radius: 5px;
	background: #ffffcc;
	padding-top: 2px;
}
.style3f a {
	text-decoration: none;
	font: Tahoma 12px;
	color: #000;
}
.style3f a:hover {
	color: #000;
	text-decoration: underline;
}
.style3f a:visited {
	text-decoration: none;
	font: Tahoma 12px;
	color: #000;
}
.style3g {
	width:95%; 
	float:center; 
	margin-top:5px; 
	margin-left:4px; 
	min-height: 16px; 
	border: 1px solid black; 
	border-radius: 5px;
	background: #ff0000;
	padding-top: 2px;
}
.style3g a {
	text-decoration: none;
	font: Tahoma 12px;
	color: #FFF;
}
.style3gf a:hover {
	color: #FFF;
	text-decoration: underline;
}
.style3g a:visited {
	text-decoration: none;
	font: Tahoma 12px;
	color: #FFF;
}
.f1 {
	text-decoration: none;
	font: Tahoma 12px;
	color: #F00;	
}

.f1 a {
	text-decoration: none;
	font: Tahoma 12px;
	color: #F00;
}
.f1 a:hover {
	color: #F00;
	text-decoration: underline;
}
.f1 a:visited {
	text-decoration: none;
	font: Tahoma 12px;
	color: #F00;
}

.f2 {
	text-decoration: none;
	font: Tahoma 12px;
	color: #3388CC;	
}
.f2 a {
	text-decoration: none;
	font: Tahoma 12px;
	color: #3388CC;
}
.f2 a:hover {
	color: #3388CC;
	text-decoration: underline;
}
.f2 a:visited {
	text-decoration: none;
	font: Tahoma 12px;
	color: #3388CC;
}
textarea
{
	max-height: 30px;
}