/* 
aangemaakt door Hans Bijloo voor Chroom-6

------------------------------------------------------------------------------*/
.rstpl-main-menu-position {
	margin-bottom: 0;
	background-color: rgba(248,248,248,0.66);
}

.rstpl-navigation .navbar .rstpl-brand {
  display: inline-block;
  padding: 5px 0;
  width: 220px;
}
.rstpl-navigation .navbar .rstpl-brand.text {
  width: initial;
  margin-right: 10px;
}
.rstpl-navigation .navbar .rstpl-brand img {
  width: 1000%;
}








.btn {
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: none;
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 2px;
  padding: 10px 20px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #6599ff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6599ff 0%, #dcdcdc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6599ff 0%, #dcdcdc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f5f5f5 0%, #dcdcdc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6599ff', endColorstr='#dcdcdc', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover,
.btn:focus {
  color: #333333;
  -webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -moz-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -ms-box-shadow: 0px 2px 0px 0px #d9d9d9;
  -o-box-shadow: 0px 2px 0px 0px #d9d9d9;
  box-shadow: 0px 2px 0px 0px #d9d9d9;
  background: #dcdcdc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dcdcdc 0%, #6599ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #6599ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dcdcdc 0%, #6599ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#6599ff', GradientType=0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.tabel1 {
	border: 1px solid #6599ff;
	color: #2107C5;
	background-color: #6599ff;
	width: 60%;
		margin-bottom: 2px;
}

.tabel1 td, .tabel1 th, tabel1 tr, tabel1 p {
	text-align: left;
	vertical-align: middle;
	line-height: 14px;
	padding: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.tabel1 th{
	background-color: #6599ff;	
	vertical-align: middle;
	
}




.rstpl-go-top a:before {
  content: '';
  background-image: ;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 0px;
  width: 0px;
}
@media (max-width: 1199px) {
  .rstpl-go-top a:before {
    left: -325px;
    width: 300px;
  }
}
@media (max-width: 979px) {
  .rstpl-go-top a:before {
    left: -275px;
    top: 15px;
    width: 250px;
  }
}
.rstpl-go-top a:after {
  content: '';
  background-image: ;
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  top: 25px;
  right: 0px;
  height: 0px;
  width: 0px;
}
@media (max-width: 1199px) {
  .rstpl-go-top a:after {
    right: 0px;
    width: 0px;
  }
}
@media (max-width: 979px) {
  .rstpl-go-top a:after {
    right: 0px;
    top: 0px;
    width: 0px;
  }
}



