﻿body {
    background-color: #f2f2f2;
    color: #111;
    font-family: "Roboto",Arial,Verdana,Geneva,sans-serif;
    font-size: 15px;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.body-content p, .body-content li, .body-content td, .body-content .node.view-mode-full {
    font-size: 17px
}

@media only screen and (max-width: 479px) {
    body {
        background-color: #fff
    }
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/*
zwart: #111111 
wit: #FFFFFF 
groen: #00B0B9
*/

h1 {
    margin-top: 80px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

    .container:before, .container:after {
        content: " ";
        display: table
    }

    .container:after {
        clear: both
    }
/*https://stackoverflow.com/questions/22429003/right-aligning-flex-item*/
.buttonbar {
    /*
        display: flex;
        justify-content: space-between;
    */
    padding: 0px 15px;
}
/*
    .buttonbar .filler {
        flex-grow: 1;
        text-align: center;
    }
*/
#creg .loginbar {
    padding-top: 5px;
}

#creg .loginbar > a.pure-button {
    text-align: right;
    margin-left: 10px;
    float:right;
}

#creg .loginbar > a.pure-button:hover, .loginbar > a.pure-button:focus {
    border-bottom: 0px;
}



.logo-left {
    background: url(/images/logo-left-i18n.png) no-repeat center left;
}

.logo-right {
    background: url(/images/logo-right-i18n.png) no-repeat center right;
    margin-bottom: 1.33333333em;
}

.bg-logo {
    background: url(/images/logo-center-i18n.png) no-repeat -1585px 50%;
}

.bg-logo a {
    margin-left: 62px;
    border-bottom: 0px;
}

#creg .bg-logo a:hover, a:focus {
    border-bottom: 0px;
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

@font-face {
    font-family: "gothamRounded";
    src: url(../fonts/GothamMedium.ttf) format("truetype");
}

nav {
    font-family: "gothamRounded",Verdana,Geneva,sans-serif;
    background-color: #fff;
    margin-bottom: 21px;
    font-size: 1.13333333em;
}

.navbar-header {
    float: none;
}

#creg .pure-menu-link {
    color: #00b0b9;
}

#creg nav ul li a {
    border-bottom: 0px;
}

#creg nav ul li:hover a {
    color: #111;
    background-color: #eee;
    border-bottom: 0px;
}

.body-content {
    background-color: #fff;
}

.body-content.container .inner {
    background-color: #fff
}

@media only screen and (max-width: 991px) {
    .body-content.container .inner {
        margin: 0 -15px;
        padding: 0 15px 15px 15px
    }
}

@media only screen and (min-width: 992px) {
    .body-content.container .inner {
        padding: 0 30px 30px 30px
    }
}

/* commodity class for showing unlinked menu links, but will come in handy later */
.italic {
    font-style: italic;
}

#creg .pure-control-group input.autowidth {
    width: auto;
}

#creg .pure-control-group .form-control {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

#creg a.print {
    float:right;
}

.pure-button.pure-button-primary {
    /*background-color: #00afb8;*/
    background-color: #000;
    color: #fff;
    border-radius: 20px;
    white-space: nowrap;
    padding-top: 15px;
    padding-bottom: 15px;
}

.pure-button-danger{
    /*background-color: #00afb8;*/
    background-color: #f00 !important;
}

button:disabled,
button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

#creg .pure-control-group input,
#creg .pure-control-group select {
    width: 90%;
}

@media only screen and (min-width: 960px) {
    #creg .pure-control-group label {
        width: 30%;
    }

    #creg .pure-control-group input,
    #creg .pure-control-group select {
        width: 65%;
    }

    #creg fieldset.filter .pure-control-group label {
        width: 15%;
    }

    #creg fieldset.filter .pure-control-group input,
    #creg fieldset.filter .pure-control-group select {
        width: 35%;
    }
}

#creg .pure-control-group input[type=checkbox] {
    width: auto;
}

#footer {
    text-align: center;
}

#footer p {
    font-size: 80%;
}

#footer hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
    color: #00afb8; /* on creg site*/
    color: #00b0b9; /* in specs */
    font-family: "Roboto Condensed",Arial,Verdana,Geneva,sans-serif;
    font-weight: bold
}

h3, h4, h5, h6 {
    text-align: right;
}

h1 {
    color: #111;
    font-size: 1.66666667em
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 2.13333333em
    }
}

h2 {
    font-size: 1.33333333em
}

@media only screen and (min-width: 768px) {
    h2 {
        font-size: 1.47058824em
    }
}

h3 {
    font-size: 1.2em
}

@media only screen and (min-width: 768px) {
    h3 {
        font-size: 1.23529412em
    }
}

h4 {
    font-size: 1.06666667em
}

@media only screen and (min-width: 768px) {
    h4 {
        font-size: 1.05882353em
    }
}

h5 {
    font-size: 1.13333333em
}

h6 {
    font-size: 1.41666667em
}


a {
    color: #017c8b; /* on creg site*/
    color: #00b0b9; /* in specs */
    text-decoration: none;
    border-bottom: 1px solid #e3e3e3
}

#creg a:hover, a:focus {
    color: #23527c; /* from bootstrap */
    color: #017c8b; /* on creg site*/
    color: #00b0b9; /* in specs */
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #017c8a
}

#creg ul.logout li button:hover {
    color: #00b0b9;
}

dl {
    margin-top: 0;
    margin-bottom: 21px
}

dt, dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

.dl-horizontal dt.left {
    text-align: start;
    width: 25%;
}

.dl-horizontal dt.right {
    text-align: right;
    width: 25%;
}

.dl-horizontal dd.left {
    margin-left: 30%;
}


@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        /*width: 160px;*/
        width: 40%;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        /*margin-left: 180px*/
        margin-left: 50%;
    }
}


td input[type=image],
td a img.editlink {
    width: 15px;
}

#creg .pure-menu-list {
    display: none;
}

    #creg .pure-menu-list.active {
        /*display: flex;*/
        display:block;
    }

#creg .pure-menu-item.active {
    font-weight: 700;
}

#creg div.submenu {
    font-size:0.9em;
}

button.delete {
    float:right;
}

input.autowidth {
    text-align:center;
}

.number {
    text-align:right;
}

.warning {
    color: rgb(223, 117, 20);
}

.errorBox {
    background-color:#f00;
    color:azure;
}

.totalrow td {
    font-weight: bold;
    background-color: #BFE4FF;
}

/*
.pure-menu-children.active {
    display: flex;
}

.pure-menu ul.pure-menu-children {
    position: absolute;
    left: 0;
    width: 600px;
}

#creg .pure-menu-has-children > .pure-menu-link:after {
    content: "";
}

.pure-menu ul li {
    float: left;
}
*/

.progress {
    background: #f0f0f0;
    margin-top: 30px;
    display: none;
    position: relative;
    width:100%;

}

.progress .bar {
    background: green;
    width: 0%;
    height: 30px;
}

.progress .label {
    line-height: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
}


#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}

.nobullets {
    list-style:none;
}