.vraagkader {
    max-width: 1000px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px 2px 0px 2px;
}

.professionalkader {
    max-width: 1400px !important;
    margin-top: 5px;
}

.formulierpagina {
    border-radius: 10px;
    max-width: 1000px;
    margin: auto;
    margin-top: 1px;
    padding: 0px 2px 0px 2px;
    border: 3px solid #D7C8BE;
}

.formulierbuttons {
    max-width: 1000px;
    margin: auto;
    margin-top: 1px;
    padding: 0px 0px 0px 0px;
}


.menublok {
    padding-top: 40px;
    z-index: 990;
    display: grid;
    left: 13px;
}

.selectedmenu {
    color: #FFFFFF !important;
    background-color: #00419B !important;
}

.professionalmenu {
    font-family: Calibri;
    font-size: 12.5pt;
    margin-bottom: 2px;
    margin-right: 4px;
    text-decoration: none;
    padding: 0px;
    border: none;
    color: #413c46;
    background-color: #F0EBEB;
    height: 30px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    cursor: pointer;
    border-radius: 6px;
    font-variant: normal;
    text-transform: uppercase;
    font-weight: bold;
    color: #00419B;
    text-align: left;
    white-space: nowrap;
    width: 95%;
    padding-left: 14px;
}

.tabitem {
    margin: 4px;
    padding: 6px;
    height: 40px;
    font-size: 18px;
    background-color: blue;
    color: white;
    position: relative;
    top: 0px;
}

.selectedtab {
    background-color: white !important;
    color: #00419B !important;
}

.tablijn {
    border-bottom: 1px solid #00419B;
}


.tab_head {
    /*width: 500px;*/
    line-height: normal;
    color: white;
    background-color: #00419B;
    border: 1px solid #00419B;
    font-family: Calibri;
    font-size: 13pt;
    letter-spacing: normal;
    margin: 3px 5px 3px 3px;
    text-decoration: none;
    padding: 3px 15px 3px 20px;
    cursor: pointer;
    text-align: left;
    border-radius: 6px;
}

.menublok {
    padding-top: 40px;
    z-index: 990;
    display: grid;
    left: 13px;
}

.selectedmenu {
    color: #FFFFFF !important;
    background-color: #00419B !important;
}

.professionalmenu {
    font-family: Calibri;
    font-size: 12.5pt;
    margin-bottom: 2px;
    margin-right: 4px;
    text-decoration: none;
    padding: 0px;
    border: none;
    color: #413c46;
    background-color: #F0EBEB;
    height: 30px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    cursor: pointer;
    border-radius: 6px;
    font-variant: normal;
    text-transform: uppercase;
    font-weight: bold;
    color: #00419B;
    text-align: left;
    white-space: nowrap;
    width: 95%;
    padding-left: 14px;
}

.tabitem {
    margin: 4px;
    padding: 6px;
    height: 40px;
    font-size: 18px;
    background-color: blue;
    color: white;
    position: relative;
    top: 0px;
}

.selectedtab {
    background-color: white !important;
    color: #00419B !important;
}

.tablijn {
    border-bottom: 1px solid #00419B;
}

.tab_head {
    /*width: 500px;*/
    line-height: normal;
    color: white;
    background-color: #00419B;
    border: 1px solid #00419B;
    font-family: Calibri;
    font-size: 13pt;
    letter-spacing: normal;
    margin: 3px 5px 3px 3px;
    text-decoration: none;
    padding: 3px 15px 3px 20px;
    cursor: pointer;
    text-align: left;
    border-radius: 6px;
}

.vraag {
    white-space: break-spaces;
    padding-top: 15px;
}

.antwoord {
    white-space: break-spaces;
}

.vraagoneven {
    background-color: #F0EBEB; /* lichtgrijs */
    margin-right: 200px;
}

.vraageven {
    background-color: snow;
    margin-right: 200px;
}

.vraaghoofstuk {
    float: right;
    font-size: larger;
}

input[type=checkbox] {
    transform: scale(1.5);
    margin-right: 10px;
}


.radiovertical {
    margin-left: 0px;
    vertical-align: top;
    scale: 1.5;
    cursor: pointer;
    margin-top: 4px;
}

div.FixedChoiceQuestionAnswers {
    position: relative;
    border: none;
    margin: 0;
    vertical-align: middle;
}

.selected {
    background: #5A9BE1 !important;
    border: 2px solid #000000 !important;
    padding: 2px !important;
}

.panelen {
    background: #D7C8BE none repeat scroll 0 0;
    border: 1px dotted #F0EBEB;
    /*color: #000000;*/
    cursor: pointer;
    float: left;
    margin: 2px;
    padding: 3px;
    text-align: center;
    width: 185px;
    font-size: 18px;
    font-family: Calibri;
    height: 70px !important;
    border-radius: 6pt;
}

.webservice {
    max-height: 60px;
    color: green;
    background-color: inherit;
    overflow-y: scroll;
}

.formuliertextarea {
    min-height: 8em !important;
}

.hulptekst {
}

.hulptekstlabel {
    color: darkgreen;
}

    .hulptekstlabel:hover {
        background-color: bisque;
        cursor: grab;
    }

.navigatie {
    position: absolute;
    bottom: 2px;
    right: 100px;
}

.navigatie2 {
    position: absolute;
    bottom: -40px;
    right: 100px;
}

.topheader {
    /*background-color:yellowgreen;*/
}

.topheader2 {
    /*background-color: yellowgreen;*/
}

.red {
    background-color: red;
}

.blue {
    background-color: blue !important;
    color: white !important;
}

.laag {
    height: 2em !important;
    scroll-behavior: auto;
    overflow-y: hidden;
    overflow-x: hidden;
}

.hoog {
    height: 16em !important;
    scroll-behavior: auto;
    overflow-y: auto;
    border-bottom: 1px solid black;
}

.hoofdstuk {
    min-width: 40%;
    float: right;
    border-top: 1px solid black;
    padding-top: 22px;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    margin-bottom: 25px;
    font-size: larger;
}
/* validatie melding kleur*/
.formerror {
    color: darkred;
}

.help-inline {
    color: darkred;
}

.w3-light-grey {
    color: #000 !important;
    background-color: #f1f1f1 !important
}

.w3-container {
    padding: 0.01em 16px
}

    .w3-container:after, .w3-container:before {
        margin-top: 16px;
        margin-bottom: 16px
    }



.w3-green {
    color: #fff !important;
    background-color: #808080 !important;
}

.compassbutton {
    float: right;
    background-color: rgb(0, 103, 158);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
}

.formulierfooter {
    position: absolute;
    bottom: 10px;
    display: block;
}

.rectangle {
    width: 15px;
    height: 15px;
}

.outlinerColor {
    width: 15px;
    height: 15px;
    display: inline-block;
}

.treecontrol.tree-classic li {
    background-color: inherit !important;
    font-weight: bold;
}

    .treecontrol.tree-classic li :hover {
        background-color: red;
    }

.tree-selected {
    background-color: inherit !important;
    font-weight: bold;
}

.heading {
    /*font-size:larger;*/
    font-weight: bold;
    height: 34px;
}

.ruimterechts {
    padding-right: 35px;
}

.ruimterechts3 {
    padding-right: 60px;
}


.icon1infield { /*hiermee worden de iconen links in de tekstbxo geplaatst*/
    position: absolute;
    right: 20px;
    top: 14px;
    color: #555;
}

@media screen and (max-width:380px) {
    .icon1infield {
        right: 0px;
        padding-left: 15px;
    }
}


.icon2infield { /*hiermee worden de iconen links in de tekstbxo geplaatst*/
    position: absolute;
    right: 40px;
    top: 20px;
}

@media screen and (max-width:767px) {
    .icon2infield {
        top: 0px;
        right: 50px;
        padding-left: 15px;
    }
}

.icon3infield { /*hiermee worden de iconen links in de tekstbxo geplaatst*/
    position: absolute;
    right: 60px;
    top: 20px;
}

.lijn {
    border: 0;
    background-color: #000;
    height: 1px;
}

.h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.form-control { /*ronde vormen*/
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inherit;
    /*width: 100%;*/
    height: 34px;
    padding: 6px 12px;
    /*font-size: 14px;*/
    /*line-height: 1.42857143;*/
    /*color: #555;*/
    background-color: #fff;
    /*background-image: none;*/
    border: 1px solid #ccc;
}

.norounding {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    -moz-border-radius-bottomright: 0px !important;
    -moz-border-radius-bottomleft: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
    -moz-border-radius-topleft: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.mdmenucontent {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    background-color: orangered;
}

.vrs-drop {
    height: 32px;
    min-height: 32px;
}





.btn {
    border-radius: 10px;
    min-height: 36px;
}

.btn-sm {
    border-radius: 10px;
    min-height: 20px !important;
}

.rounded {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 130px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}

.md-dialog.md-default-theme, md-dialog {
    border-radius: 40px;
    overflow: hidden;
}

.header {
    overflow: hidden;
    position: absolute;
    top: 5px;
    right: 15px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    border-top-left-radius: 25px;
    transition: 0.3s;
}

    /* Change background color of buttons on hover */
    .tab button:hover {
        background-color: red;
    }

    /* Create an active/current tablink class */
    .tab button.active {
        background-color: red;
        font-weight: bold;
    }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}



.nav-tabs > li.active > a {
    font-weight: bold !important;
}

.nav-link {
    padding-top: 13px;
    text-align: center;
    background: #343436;
    color: #fff;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    height: 30px;
}

/*verwijderen standaard kalender menuitem datum input   UITGESCHAKELD */
input[type="dadte"]::-webkit-inner-spin-button,
input[type="dadte"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
/*kalender automatisch tonen bij onfocus
*/ input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
/*How do I hide the input time icon?*/
input[type="tidme"]::-webkit-calendar-picker-indicator {
    background: none;
    display: none;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.paragraaf {
    word-break: break-word;
    white-space: normal;
}


.grab {
    cursor: -webkit-grab;
    cursor: grab;
}



.scrolls {
    max-width: 150px;
    color: red !important;
    word-break: break-word;
    border: 1px solid red;
}

.zoom-in {
    cursor: zoom-in;
}

.cardtab {
    padding-right: 5px;
    margin: 2px;
    margin-bottom: 15px;
    border-bottom: solid 1px black;
}

.anchor {
    color: #337ab7;
}

.progress div {
    font-size: smaller;
    background: orange;
    width: 0;
    margin-bottom: 10px
}

.anchor:hover {
    text-decoration: underline;
}

.selected {
    font-weight: bold;
    border: solid 1px black;
    border-bottom: none;
}

.memo {
    min-height: 100px;
    display: inline-block;
    width: 95%;
}

.moment-picker {
    z-index: 1060 !important;
}

.groepsagenda {
    background-color: burlywood;
}

.fc-view {
    width: 100%;
    overflow: visible;
}

.fc button, .fc table, body .fc {
    font-size: 12px;
}

/* mogelijk overbodig dan niet opnemen */
.dialogdemoBasicUsage #popupContainer {
    position: relative;
}

.dialogdemoBasicUsage .footer {
    width: 100%;
    text-align: center;
    margin-left: 20px;
}

    .dialogdemoBasicUsage .footer, .dialogdemoBasicUsage .footer > code {
        font-size: 0.8em;
        margin-top: 50px;
    }

.dialogdemoBasicUsage button {
    width: 200px;
}

.dialogdemoBasicUsage div#status {
    color: #c60008;
}

.dialogdemoBasicUsage .dialog-demo-prerendered md-checkbox {
    margin-bottom: 0;
}


.md-backdrop.md-opaque {
    opacity: .85; /* default value: .48 */
    background-color: green; /* default value: rgba(33, 33, 33, 1.0) */
}

.md-dialog {
    max-width: 95% !important;
}

.kanban {
    text-align: left;
    line-height: 15px;
    font-size: 10px;
    padding-left: 25px;
}

.kanbanfirst {
    padding-top: 15px;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
}

.kanbanblok {
    overflow: hidden;
    /*border: 1px solid black !important;*/
    border-radius: 30px;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
}

.browsermaxwidth {
    min-width: 900px;
}


@media screen and (max-width:992px) {
    .browsermaxwidth {
        min-width: 750px;
    }
}

@media screen and (max-width:768px) {
    .browsermaxwidth {
        min-width: 650px;
    }
}


@media screen and (max-width:380px) {
    .browsermaxwidth {
        min-width: 350px;
    }
}

@media screen and (max-width:320px) {
    .browsermaxwidth {
        min-width: 260px;
    }
}

.browserminwidth {
    min-width: 750px;
}


@media screen and (max-width:992px) {
    .browserminwidth {
        min-width: 600px;
    }
}

@media screen and (max-width:768px) {
    .browserminwidth {
        min-width: 500px;
    }
}


@media screen and (max-width:380px) {
    .browserminwidth {
        min-width: 350px;
    }
}

@media screen and (max-width:320px) {
    .browserminwidth {
        min-width: 260px;
    }
}

.modalsmall {
    width: 450px !important;
}



trix-toolbar .button_group button, trix-toolbar .button_group input[type=button] { /*pas de trix toolbar aan*/
    height: 22px !important;
    width: 28px !important;
}

.trixeditor {
    width: 100%;
    white-space: break-spaces;
    min-height: 80px;
}

.vrs-drop {
    height: 32px;
    min-height: 32px;
}

.glyphicon-none:before {
    content: "\2122";
    color: transparent !important;
}

.lijstheading {
    text-decoration: underline;
    font-size: larger;
}

.selectable:hover {
    text-transform: uppercase;
    text-decoration: underline;
}


.vrs-title-bar {
    background-color:white;
    padding: 0 20px;
    border-bottom:2px solid black;
}

.vrs-logo-area {
    /*text-align:center*/
}
.vrs-title-area {
    display: inline-block;
}

.vrs-icon {
    display: inline-block;
    /*   width:50px; */
    max-height: 50px;
    margin: 20px;
    vertical-align: top;
    /*border: 1px solid #999;*/
}

.vrs-logo-title {
    /*color:#111;*/
    margin-top: 6px;
    font-size: 22px;
}

.vrs-logo-subtitle {
    font-size:13px;
    margin-top:-13px;
}

@media screen and (max-width:430px) {
    .vrs-icon {
        display:none;
    }
    .vrs-logo-title {
        font-size:18px;
    }
}

.vrs-right-side-controls {
    line-height:60px;

}
.vrs-right-side-controls > div {
    text-align:center;
}

@media screen and (min-width:768px) {
    .vrs-right-side-controls > div {
        text-align: right;
    }
    .vrs-logo-area {
        text-align:left;
    }
}

.vrs-view {
    /*margin-left: 50px;
    padding:20px;*/
    min-height:120vh;
    overflow:auto;
    overflow-y: scroll;
}
.vrs-view-full-width {
    margin-left:0;
}

.vrs-view-full-small-width {
    margin-left: 40px;
}

.vrs-user-profile {
    background-color:#333;
    color:white;
    width:200px;
    min-height:120px;
    padding-top:10px;
}
.vrs-user-profile > div {
    display: inline-block;
    padding-top: 10px;
    margin-left: 5px;
}

.vrs-user-profile > div >p {
    margin-bottom: 2px;
}
.vrs-user-profile > div >button {
    margin-top: 8px;
}
.vrs-user-profile img {
    float:left;
    margin:12px;
    /*width:80px;*/
    height:80px;
}
.vrs-user-profile-small {
    color:#333;
    padding-top:4px;
}
.vrs-user-profile-small > span {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
}

.vrs-user-profile-small img {
    width:40px;
    height:40px;
}
/*ng-file-upload*/
.thumb {
    width: 24px;
    height: 24px;
    float: none;
    position: relative;
    top: 7px;
}
form .progress {
    line-height: 15px;
}

.progress {
    display: inline-block;
    width: 100px;
    border: 3px groove #CCC;
}
.progress div {
    font-size: smaller;
    background: orange;
    width: 0;
}