@font-face {
    font-family: HelveticaNeueMedium;
    src: url('webfonts/helvetica-neue/HelveticaNeueMedium.ttf') format('truetype');
}

@font-face {
    font-family: Seravek;
    src: url('webfonts/seravek/Seravek.ttf') format('truetype');
}

body {
    background-color: white;
    font-family: 'HelveticaNeueMedium', 'Open Sans',  Helvetica SansSerif;
    font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
    color: #777777;
    font-family: 'HelveticaNeueMedium', 'Open Sans',  Helvetica SansSerif;
}

.container {
    background-color: white;
}

.container-full {
    margin: 0 auto;
    width: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width : 100%;
    height : 45px;
}

#pagina_container {
    min-height : 50%;
    color: #777777;
    padding : 0 0 20px 15px;
}

#pagina {
    margin-top: 20px;
    padding-bottom : 45px;
}

#pagina a:link    {color: #466DB2; text-decoration: underline}
#pagina a:visited {color: #466DB2; text-decoration: underline}
#pagina a:hover   {color: #777777; text-decoration: none}
#pagina a:active  {color: #777777; text-decoration: underline}

#nieuws {
    width : 100%;
    background-color: #e3efc6;
    padding : 10px;
    margin-top : 0;
    margin-bottom : 20px;
}
#nieuws a {
    font-size: 1.2em !important;
}

#nieuws fieldset {
    width : 100%;
    float : left;
    color : #777777;
    display: inline-block;
    border: 1px groove;
    border-color : #777 !important;
    border-radius: 10px;
    padding: 10px;
}

#nieuws fieldset legend {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}

#nieuws fieldset p {
    margin-bottom: 0;
}

#nieuws fieldset a:link    {color: #777777; text-decoration: underline}
#nieuws fieldset a:visited {color: #777777; text-decoration: underline}
#nieuws fieldset a:hover   {color: #777777; text-decoration: none}
#nieuws fieldset a:active  {color: #777777; text-decoration: underline}

.datum {
    text-align: right;
    margin-right : 10px;
}

td.datum {
    vertical-align: top;
}

.bg-brown {
  background-color: #d68f47;
}

#footer {
    position : fixed;
    bottom: 0;
    height: 45px;
    width : 100%;
}

/* Bootstrap override */
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.75);
    font-weight: bolder;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 1.0);
    font-weight: bolder;
}

.navbar-toggler-icon {
    background: url("../images/mobile_menu_button.png");
}
#inlogDailog {
    min-width : 300px;
    width: 80%;
}

.form-group.required.control-label:before{
    color: red;
    content: "*";
    position: absolute;
    margin-left: -10px;
}

.fa-search {
    background: url('../images/search.png');
    height : 24px;
    width : 24px;
    background-repeat: no-repeat;
}
.cmspage{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.form-check-input {
    margin-left :0;
    margin-right : 0;
}

.form-group.row {
    margin-right : 0;
    margin-left : 0;
}
