@font-face {
  font-family: "DMSans";
  src: url("../fonts/DMSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "PoppinsBold";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "PoppinsMedium";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}

html {
}

body {
  overflow: auto;
  position: relative;
  margin: 0px;
  padding: 0px;
  color: #172d55 !important;
  font-family: "DMSans", "Verdana", "sans-serif" !important;
  background-color: #ffffff !important;
  z-index: 0;
  font-size: 1rem;
}

.overlay {  
  position: fixed;
  text-align: center;
  width: 0;
  left: 0;
  top: 0;
  height: auto;
  min-height: 100%;
  max-height: 100%;
  z-index: 1000;
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0.8);
  transition: 0.5s;
  overflow-y: auto;
}

.overlay-content {
  border-width: 1px;
  border-style: solid;
  border-color: #172d55;
  border-radius: 18px;
  margin-right: 1%;
  margin-bottom: 1%;
  padding: 2%;
  text-align: left;
  position: relative;
  margin-top: 5%;
  margin-bottom: 5%;
  width: 80%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgb(255,255,255);
  overflow: hidden;
}

.overlay-content img {
  max-height: 50vh !important;
  max-width: 98% !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
}

img#logo {
  padding: 0px;
  float: left;
  vertical-align: middle;
  max-height: 100%;
}

img#licentie {
  padding-right: 1em;
  vertical-align: middle;
  float: right;
  max-height: 100%;
}

.top {
  display: block;
  min-height: 6em;
  padding: 1em;
  height: 6em;
  max-width: 100%;
  background-image: url("../images/backgrounds/1_background.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media (max-width: 800px) {
  img#logo {
    max-width: 250px;
    padding-top: 10px;
  }
  img#licentie {
    max-width: 60px;
    padding-top: 10px;
  }
  .top {
    height: 100px;
    background-size: 150% 150%;
  }
}

.bottom {
  clear: both;
  text-align: center;
  background-color: #ffec00;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  margin-top: 2em;
}

.buttons ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.buttons li.mainyellow {
  display: block;
  width: 15em;
  height: 1.7em;
  padding: 5px;
  text-align: left;
  margin-top: 5px;
  margin-left: 2px;
  border-collapse: collapse;
  border-color: #184888;
  border-style: none;
  border-width: 1px;
  padding-left: 1em;
  background-image: url("../images/menu/flexibeam_geel.png");
  background-size: 100% 100%; 
  background-repeat: no-repeat;
  cursor: pointer; 
}

li.mainyellow a {
  color: #3B4164 !important;
  text-decoration: none;
}

.buttons li.mainblue {
  font-weight: normal;
  display: block;
  width: 15em;
  height: 1.7em;
  padding: 5px;
  text-align: left;
  margin-top: 5px;
  margin-left: 2px;
  border-collapse: collapse;
  border-color: #184888;
  border-style: none;
  border-width: 1px;
  padding-left: 1em;
  background-image: url("../images/menu/flexibeam_blauw.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer; 
}

li.mainblue a {
  color: #ffffff !important;
  text-decoration: none;
}

.buttons li.subblue {
  display: block;
  font-weight: normal;
  width: 13em;
  height: 1.5em;
  padding: 5px;
  padding-top: 4px;
  text-align: left;
  margin: 0px;
  margin-left: 5px;
  margin-top: 5px;
  border-collapse: collapse;
  border-color: #184888;
  border-style: none;
  border-width: 1px;
  padding-left: 1em;
  background-image: url("../images/menu/flexibeam_blauw.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer; 
}

li.subblue a {
  color: #ffffff !important;
  text-decoration: none;
}

.buttons li.subyellow {
  display: block;
  width: 13em;
  height: 1.5em;
  padding: 5px;
  padding-top: 4px;
  text-align: left;
  margin: 0px;
  margin-left: 5px;
  margin-top: 5px;
  border-collapse: collapse;
  border-color: #184888;
  border-style: none;
  border-width: 1px;
  padding-left: 1em;
  background-image: url("../images/menu/flexibeam_geel.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer; 
}

li.subyellow a {
  color: #3B4164 !important;
  text-decoration: none;
}

.buttons {
  float: left;
  width: auto;
  margin-right: 4%;
  margin-bottom: 2em;
  display: none;
}

.menubutton {
  display: flex;
  width: auto;
  height: 2em;
  max-height: 100px;
  font-size: 1.5rem;
  align-items: center;
  padding-left: 1em;
  background-color: #184888;
  color: #ffffff;
  overflow: hidden;
}

.contentpane {
  display: block;
  padding: 0px;
  padding-top: 10px;
  padding-right: 1em;
  margin-bottom: 2em;
  padding-left: 1%;
  padding-right: 1%;
  overflow: auto;
  max-width: 100%;
  min-width: 20rem;
}

.rightpane {
  overflow: hidden;
}

.leftpane {
  float: left;
  display: block;
  max-width: 45%;
  _min-width: 20rem;
  overflow: auto;
  width: auto;
  margin-right: 10%;
}

@media {
  .buttons {
    margin-right: 1%;
  }
  .rightpane {
    max-width: 40%;
  }
  .leftpane {
    max-width: 60%;
  }
}

div {
   overflow: none;
}

div.contentpane img {
  padding: 5px;
  max-width: 200px;
  max-height: 200px;
  border-radius: 18px;
}

a:link, a:visited {
  color: #458ac9;
  text-decoration: none;
}

#infocontent a:link, a:visited {
  color: #458ac9;
  text-decoration: none;
}

a:hover {
  color: #458ac9;
  text-decoration: underline;
}

table {
  table-layout: fixed;
  word-break: keep-all;
  max-width: 100% !important;
  border-collapse: collapse;
  border-color: #172d55;
  border-style: solid;
  border-width: 1px;
}

tbody {
  border-color: inherit;
}

th {
  background: #172d55;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  padding: 5px;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
}

td {
  text-align: left;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
}

h1 {
  font-family: "PoppinsBold", "DMSans", "Verdana", "sans-serif" !important;
  color: #184888;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
}

h2 {
  font-family: "PoppinsBold", "DMSans", "Verdana", "sans-serif" !important;
  color: #184888;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
}

h3 {
  font-family: "PoppinsMedium", "DMSans", "Verdana", "sans-serif" !important;
  color: #184888;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}

h4 {
  font-family: "PoppinsMedium", "DMSans", "Verdana", "sans-serif" !important;
  color: #184888;
  font-weight: bold;
  text-align: left;
  margin: 0px;
}

h5 {
  font-family: "PoppinsMedium", "DMSans", "Verdana", "sans-serif" !important;
  color: #184888;
  font-weight: bold;
  text-align: center;
  margin: 0px;
}

h6 {
  font-family: "PoppinsBold", "DMSans", "Verdana", "sans-serif" !important;
  color: #184888;
  font-weight: bold;
  text-align: left;
  margin: 0px;
  margin-bottom: 2px;
}

div.bordered {
  border-width: 1px;
  border-style: solid;
  border-color: #172d55;
  border-radius: 18px;
  margin-right: 1%;
  margin-bottom: 1%;
  padding: 1%;
  max-width: 100%;
  width: auto;
  float: left;
}

a.boxed {
  border-width: 1px;
  border-style: solid;
  border-color: #172d55;
  border-radius: 5px;
  padding: 10px;
  margin-right: 10px;
  text-align: center;
}

a.selected {
  background-color: #ffec00;
}

div.newsitem {
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  float: left;
  position: relative;
  max-width: 20%;
  font-weight: normal;  
  min-width: 10em;
}

div.newsitemcontent {
  word-wrap: break-word;
  overflow: hidden;
  position: relative;
  height: 20em;
  max-height: 20em;
}

div.newsitemreadmore {
  background: #ffec00;
  height: 3em;
  line-height: 3em;
  width: 100%;
  margin-top: 1em;
  border-width: 1px;
  border-style: solid;
  border-color: #ffec00;
  border-radius: 18px;
  text-align: center;
  display: block;
  vertical-align: middle;
  cursor: pointer;
}

div.bordered img {
  max-width: 98%;
  max-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.newsitem img {
  max-width: 98%;
  max-height: 10em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.newsitem video {
  max-width: 98%;
  max-height: 10em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1600px) {
  div.newsitem {
    max-width: 28%;
    width: 28%;
  }
}

@media (max-width: 1280px) {
  div.newsitem {
    max-width: 44%;
    width: 44%;
  }
}

@media (max-width: 1100px) {
  div.newsitem {
    max-width: 97%;
    width: 97%;
  }
}

@media (max-width: 800px) {
  div.newsitem {
    max-width: 97%;
    width: 97%;
  }
}

div.photo {
  overflow: hidden;
  float: left;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #172d55;
  border-radius: 18px;
  width: 10%;
  max-width: 10%;
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 5px;
  height: 15em;
  max-height: 15em;
  min-width: 10em;
}

div.photocontent {
  word-wrap: break-word;
  overflow: hidden;
  position: relative;
  height: 6em;
  max-height: 6em;
}

div.photo img {
  max-width: 98%;
  max-height: 160px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1600px)
{
  div.photo {
    max-width: 13%;
    width: 13%;
  }
}

@media (max-width: 1280px)
{
  div.photo {
    max-width: 19%;
    width: 19%;
  }
}

@media (max-width: 1024px)
{
  div.photo {
    max-width: 44%;
    width: 44%;
  }
}

@media (max-width: 800px)
{
  div.photo {
    max-width: 99%;
    width: 99%;
  }
}

div.photobox {
  display: block;
  position: relative;
  padding: 0px;
  width: 100%;
  text-align: center;
}

.slideshow {
  float: left;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #184888;
}

img {
  border-width: 0px;
}

button {
  font-size: 1rem;
  background-color: #172D55;
  border-color: #172d55;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 50px 50px 50px rgba(0,0,0,0.1);
  width: fit-content;
  word-break: keep-all;
}

.button {
  font-size: 1rem;
  background-color: #172D55;
  border-color: #172d55;
  border-style: solid;
  border-width: 1px;
  color: #ffffff !important;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 50px 50px 50px rgba(0,0,0,0.1);
  width: fit-content;
  display: flex;
  word-break: keep-all;
}

input, select, option, textarea {
  background-color: #ffffff;
  border-color: #172d55;
  color: #172d55;
  margin: 1px;
  border-width: 2px;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 8px;
  font-size: 1rem;
  font-family: "DMSans", "Verdana", "sans-serif" !important;
  height: 2em;
}

label {
  align-items: center;
  vertical-align: 0.8em;
}

input[type="checkbox" i], input[type="radio" i] {
  min-height: 1.5em !important;
  min-width: 1.5em !important;
  margin-right: 0.5em !important;
}

textarea {
  height: auto;
}

input.invisible, textarea.invisible, select.invisible {
  background-color: transparent;
  border-color: transparent;
  color: #184888;
  margin: 0px;
  border-width: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 0px;
  border: none;
}

input.invisible[type="text"], input.invisible[type="number"], input.invisible[type="date"], input.invisible[type="tel"], input.invisible[type="email"], input.invisible[type="search"], input.invisible[type="password"], select.invisible, option.invisible {
  height: 1.5em;
}

textarea:required:invalid, textarea:focus:invalid, input:required:invalid, input:focus:invalid, select:required:invalid, input:focus:invalid {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAeVJREFUeNqkU01oE1EQ/mazSTdRmqSxLVSJVKU9RYoHD8WfHr16kh5EFA8eSy6hXrwUPBSKZ6E9V1CU4tGf0DZWDEQrGkhprRDbCvlpavan3ezu+LLSUnADLZnHwHvzmJlvvpkhZkY7IqFNaTuAfPhhP/8Uo87SGSaDsP27hgYM/lUpy6lHdqsAtM+BPfvqKp3ufYKwcgmWCug6oKmrrG3PoaqngWjdd/922hOBs5C/jJA6x7AiUt8VYVUAVQXXShfIqCYRMZO8/N1N+B8H1sOUwivpSUSVCJ2MAjtVwBAIdv+AQkHQqbOgc+fBvorjyQENDcch16/BtkQdAlC4E6jrYHGgGU18Io3gmhzJuwub6/fQJYNi/YBpCifhbDaAPXFvCBVxXbvfbNGFeN8DkjogWAd8DljV3KRutcEAeHMN/HXZ4p9bhncJHCyhNx52R0Kv/XNuQvYBnM+CP7xddXL5KaJw0TMAF8qjnMvegeK/SLHubhpKDKIrJDlvXoMX3y9xcSMZyBQ+tpyk5hzsa2Ns7LGdfWdbL6fZvHn92d7dgROH/730YBLtiZmEdGPkFnhX4kxmjVe2xgPfCtrRd6GHRtEh9zsL8xVe+pwSzj+OtwvletZZ/wLeKD71L+ZeHHWZ/gowABkp7AwwnEjFAAAAAElFTkSuQmCC);
  background-position: right top;
  background-repeat: no-repeat;
  border: 2px solid red;
}

textarea:required:valid, input:required:valid, select:required:valid {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAepJREFUeNrEk79PFEEUx9/uDDd7v/AAQQnEQokmJCRGwc7/QeM/YGVxsZJQYI/EhCChICYmUJigNBSGzobQaI5SaYRw6imne0d2D/bYmZ3dGd+YQKEHYiyc5GUyb3Y+77vfeWNpreFfhvXfAWAAJtbKi7dff1rWK9vPHx3mThP2Iaipk5EzTg8Qmru38H7izmkFHAF4WH1R52654PR0Oamzj2dKxYt/Bbg1OPZuY3d9aU82VGem/5LtnJscLxWzfzRxaWNqWJP0XUadIbSzu5DuvUJpzq7sfYBKsP1GJeLB+PWpt8cCXm4+2+zLXx4guKiLXWA2Nc5ChOuacMEPv20FkT+dIawyenVi5VcAbcigWzXLeNiDRCdwId0LFm5IUMBIBgrp8wOEsFlfeCGm23/zoBZWn9a4C314A1nCoM1OAVccuGyCkPs/P+pIdVIOkG9pIh6YlyqCrwhRKD3GygK9PUBImIQQxRi4b2O+JcCLg8+e8NZiLVEygwCrWpYF0jQJziYU/ho2TUuCPTn8hHcQNuZy1/94sAMOzQHDeqaij7Cd8Dt8CatGhX3iWxgtFW/m29pnUjR7TSQcRCIAVW1FSr6KAVYdi+5Pj8yunviYHq7f72po3Y9dbi7CxzDO1+duzCXH9cEPAQYAhJELY/AqBtwAAAAASUVORK5CYII=);
  background-position: right top;
  background-repeat: no-repeat;
  border: 2px solid green;
}

input, select{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input[type="file"] {
  display: none;
}

div.bigphoto {
  position: fixed;
  top: 20%;
  left: 40%;
  background: #ffffff;
  color: #184888;
  text-align: center;
  font-weight: normal;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 20px;
  border-width: 2px;
  border-style: solid;
  border-color: #184888;
  background-image: url(../images/progress_bar.gif);
  background-repeat: no-repeat;
  background-position: 50% 75%;
  z-index: 15;
  max-width: 100%;
  max-height: 100%;
}

div.bigphoto img {
  max-width: 90%;
  max-height: 90%;
}

div.smallphoto {
  position: relative;
  background: #ffffff;
  color: #184888;
  font-weight: normal;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: #184888;
}

#smallGallery {
  width: 250px;
  height: 180px;
}

#bigGallery {
  width: 800px;
  height: 600px;
  display: none;
  z-index: 10;
  position: absolute;
  left: 10%;
  top: 0px;
}

.heading {
  background-color: #184888;
  color: #ffffff;
  height: 1.5em;
  float:left;
}

.progressWrapper {
  width: 357px;
  overflow: hidden;
}

.progressContainer {
  margin: 5px;
  padding: 4px;
  border: solid 1px #E8E8E8;
  background-color: #F7F7F7;
  overflow: hidden;
}

legend {
  font-weight: normal;
  max-width: 99%;
}

fieldset
{
  display: block;
  width: 375px;
  margin: 10px 0px 0px 0px;
  border-color: #D9E4FF;
  max-width: 99%;
}

.progressName {
  font-weight: normal;
  color: #555555;	
  width: 323px;
  height: 14px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0px;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}
.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}
.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}
.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-family: Verdana;
	text-align: left;
	white-space: nowrap;
}
a.progressCancel,
a.progressCancel:link,
a.progressCancel:active,
a.progressCancel:visited,
a.progressCancel:hover {
	font-size: 0px;
	display: block;
	height: 16px;
	width: 16px;
	
	background-image: url(/images/cancel.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
}

ul.indexnrs {
  list-style-type: none;
  margin: 0px;
}

li.indexnrs {
  font-family: "DMSans", "Verdana", "sans-serif";
  margin: 0px;
  padding: 0px;
  width: 200px;
  border: 1px solid #184888;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  background-color: #ffffff;
  cursor: move;
}

li.activeindexnr {
  background-color: #ffec00;
}

ul.formelements {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

li.formelements {
  font-family: "DMSans", "Verdana", "sans-serif";
  float: left;
  margin: 1px;
  padding: 5px;
  border: 2px solid #184888;
  text-align: left;
  background-color: #ffffff;
  cursor: move;
}

#tree { color: #184888; font: bold 13px verdana; padding: 0px; margin: 0px; }
#tree div, #tree span { display: block; cursor: pointer; white-space: nowrap; }
#tree div.fold div { display: none; }
#tree div { padding-left: 13px; }
#tree div.mid { border: 0px solid #184888; background: url(/images/expand.gif) left 0px no-repeat; padding-bottom: 0px; padding-top: 0px; margin-bottom: 0px; margin-top: 0px; }
#tree div.end { border: 0px solid #184888; background: url(/images/expandend.gif) left 0px no-repeat; padding-bottom: 0px; padding-top: 0px; margin-bottom: 0px; margin-top: 0px; }
#tree div.foldable { background: url(/images/min.gif) left 1px no-repeat; }
#tree div.fold { height: 1.1em; background: url(/images/plus.gif) left 3px no-repeat; }

.verticalBarGraph {
	border-bottom: 1px solid #ffffff;
	margin: 0;
	padding: 0;
	position: relative;
}
	
.verticalBarGraph li {
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: #184888;
	border-bottom: none;
	bottom: 0;
	list-style:none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 31px;
}

div.properties {
  position: absolute;
  font-family: "DMSans", "Verdana", "sans-serif";
  border: 1px solid #184888;
  background-color: #ffffff;
  z-index: 15;
  right: 2%;
  width: 35em;
  max-width: 70%;
}

div.formresponse {
  position: absolute;
  font-family: "DMSans", "Verdana", "sans-serif";
  border: 1px solid #184888;
  background-color: #ffffff;
  z-index: 15;
  top: 10%;
  left: 10%;
  width: 25em;
}

div.agendaitem {
  font-family: "DMSans", "Verdana", "sans-serif";
  border: none;
  border-radius: 3em;
  background-color: #458AC9;
  margin-bottom: 0.5em;
  padding: 0.5em;
  color: #ffffff;
  min-height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 50em;
}

div.warning {
  border: 5px solid #fcbe01;
}

div.information {
  border: 5px solid #184888;
}

div.agendaitem a {
  color: #ffffff;
}

h1.white {
  color: #ffffff;
}

h1.orange {
  color: #fcbe01;
}

.dontprint {
}

.printonly {
	display: none;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 5px;
  background-color: #172D55;
  border-color: #172d55;
  border-radius: 8px;
  color: #ffffff;
  margin: 1px;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  direction: ltr;
  cursor: pointer;
}

.progress {
  height: 18px;
  width: 100%;
  background: #e6e6e6;
}

.progress-bar {
  height: 18px;
  width: 100%;
  background: #e6e6e6;
}

.progress-bar-success {
  text-align: center;
  color: white;
  height: 18px;
  width: 0px;
  background: green;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border-color: #172d55 !important;  
  background: #458ac9 !important;
  font-weight: normal !important;
  color: #fff !important;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { 
  font-family: DMSans, Arial,Helvetica,sans-serif !important;
  font-size: 1rem !important;
}

.ui-widget {
  font-family: DMSans, Arial,Helvetica,sans-serif !important;
  font-size: 1rem !important;
}

.ui-widget.ui-widget-content {
  border-color: #172d55 !important;
}

.ui-widget-content {
  border-color: #172d55 !important;
  background: #ffffff !important;
  color: #172d55 !important;
}

@media (max-width: 1920px) {
  .buttons {
    display: none;
  }
  .menubutton {
    display: flex;
  }
  .rightpane {
    max-width: 40%;
  }
  .leftpane {
    max-width: 60%;
  }
  body {
    font-size: 1rem;
  }
  h1 {
    font-size: 1.1rem;
  }
  h2 {
    font-size: 1rem;
  }
  h3 {
    font-size: 1rem;
  }
}

@media (max-width: 1280px) {
  .buttons {
    display: none;
  }
  .menubutton {
    display: flex;
  }
  body {
    font-size: .9rem;
  }
  h1 {
    font-size: 1rem;
  }
  h2 {
    font-size: .9rem;
  }
  h3 {
    font-size: .9rem;
  }
}

@media (max-width: 920px)
{
  .rightpane {
    float: left;
    margin-right: 0%;
    max-width: 100%;
  }
  .leftpane {
    max-width: 100%;
    margin-right: 0%;
  }
  body {
    font-size: .8rem;
  }
  h1 {
    font-size: .9rem;
  }
  h2 {
    font-size: .8rem;
  }
  h3 {
    font-size: .8rem;
  }
}

@media (max-width: 800px)
{
  .buttons {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);    
  }
  .rightpane {
    float: left;
    margin-right: 0%;
    max-width: 100%;
  }
  .leftpane {
    max-width: 100%;
    margin-right: 0%;
  }
  .menubutton {
    display: flex;
  }
  body {
    font-size: .8rem;
  }
  h1 {
    font-size: .9rem;
  }
  h2 {
    font-size: .8rem;
  }
  h3 {
    font-size: .8rem;
  }
}

@media (max-width: 500px)
{
  .contentpane {
    padding-left: 1%;
  }
  .rightpane {
    float: left;
    margin-right: 0%;
    max-width: 100%;
  }
  .leftpane {
    max-width: 100%;
    margin-right: 0%;
  }
  body {
    font-size: 0.8rem;
  }
  h1 {
    font-size: .8rem;
  }
  h2 {
    font-size: .7rem;
  }
  h3 {
    font-size: .7rem;
  }
}
