/* roboto-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/roboto-v30-latin-300-qZ2BJlT.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/roboto-v30-latin-regular-kNHAsAn.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/roboto-v30-latin-500-_k1ne4z.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/roboto-v30-latin-700-D4g6u_Q.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* { font-family: Roboto; font-size: 1.0rem; font-weight: normal; padding: 0; margin: 0; }
body { background-color: #EFEFEF; }

.container { max-width: 990px; margin: 0 auto; }

.header {  box-shadow: 0 2px 10px #999; margin-bottom: 20px; }
.header>.usermenu { padding: 4px 8px; font-size: 0.7rem; color: #333; text-align: right; background-color: #EFEFEF; }
.header>.usermenu a { color: inherit; font-size: inherit; }
.header>.title { background-color: #FFF; padding: 40px 20px 20px 20px; box-shadow: 0 -2px 5px #CCC; }
.header>.title h1 { font-size: 1.5rem; color: #003876; }
.header>.menu { background-color: #005FCC; box-shadow: 0 -2px 5px #CCC; }
.header>.menu ul.root { }
.header>.menu ul.root>li { list-style-type: none; display: inline-block; padding: 10px; position: relative; z-index:  999999999; }
.header>.menu ul.root>li>a { color: #FFF; display: block; padding: 4px 5px; text-decoration: none; }
.header>.menu ul.root>li>a:hover { color: #005FCC; background-color: #FFF; border-radius: 10px; }
.header>.menu ul.root>li>ul { position: absolute; display: none; background-color: #005FCC; list-style-type: none; padding: 10px 0 1px 0; border-radius: 0 0 5px 5px; z-index: 9999; }
.header>.menu ul.root>li:hover>ul { display: block; }
.header>.menu ul.root>li:hover>ul>li { }
.header>.menu ul.root>li:hover>ul>li>a { padding: 5px 7px; display: block; color: #FFF; text-decoration: none; border-bottom: 1px dotted #CCC; width: 150px; border-left: 1px solid #005FCC; border-right: 1px solid #005FCC; }
.header>.menu ul.root>li:hover>ul>li>a:hover { color: #005FCC; background-color: #FFF; }
.header>.menu ul.root>li:hover>ul>li:last-child>a { border-bottom: 0 none; border-radius: 0 0 5px 5px; }

.document .title {}
.document .title h1 { font-size: 1.3rem; color: #666; font-weight: 300; margin: 30px 0 10px; }
.document .title .tags { padding-bottom: 4px; }
.document .title .tags strong { border-left: 1px solid #CCC; padding-left: 10px; padding-right: 10px; display: inline-block; color: #999; font-size: 0.9rem; }
.document .title .tags strong:first-child { border-left: 0 none; padding-left: 0; margin-left: 0; }
.document .title .tags a { display: inline-block; padding: 3px 8px; background-color: #003876; font-size: 0.8rem; border-radius: 10px; color: #FFF; text-decoration: none; margin-right: 10px; transition: 0.5s;}
.document .title .tags a:hover { background-color: #005FCC; }
.document .title .tags span { font-style: italic; color: #333; font-size: 0.9rem; }


.document .text { }
.document .text a { color: #003876; }

.document .table { background-color: #FFF; margin: 20px 0; border: 1px solid #CCC; border-radius: 5px; }
.document .table table { width: 100%; border-collapse: collapse; }
.document .table table thead {}
.document .table table thead tr {}
.document .table table thead tr>* { background-color: #EEE; padding: 10px; border-bottom: 1px solid #CCC; text-align: left; font-weight: 300; color: #666; text-transform: uppercase; font-size: 0.8rem; }
.document .table table thead tr>*:first-child { border-radius: 5px 0 0 0;}
.document .table table thead tr>*:last-child { border-radius: 0 5px 0 0;}
.document .table table thead tr>*.actions { width: 200px; }
.document .table table tbody {}
.document .table table tbody tr {}
.document .table table tbody tr>* { padding: 10px; border-bottom: 1px solid #CCC; }
.document .table table tbody tr:last-child>* { border-bottom: 0 none; }
.document .table table tbody tr.condensed>* { color: #666; }
.document .table table tbody tr>* a { color: #005FCC; }
.document .table table tbody tr>*.actions { text-align: right; }
.document .table table tbody tr>*.actions a { color: #003876; font-size: 0.8rem; }
.document .table table tbody tr>*.actions a:hover { color: #005FCC; }
.document .table table tbody tr:hover>* { background-color: #EFEFEF; }
.document .table table tbody tr>* .label { display: inline-block; padding: 3px 8px; background-color: #CCC; font-size: 0.8rem; border-radius: 10px; color: #FFF; }
.document .table table tbody tr>* .label.label-concept { background-color: rgb(219, 179, 0); }
.document .table table tbody tr>* .label.label-published { background-color: rgb(0, 163, 41); }
.document .table table tbody tr>* .label.label-archive { background-color: rgb(77, 77, 77); }
.document .table table tbody tr:hover>* .label { background-color: #666; }

.document .table .empty { color: #CCC; text-align: center; padding: 40px 20px; }

.document .nav { margin: 20px 0; }
.document .nav a,
.document .nav button[type="button"],
.document .nav button[type="submit"] { background-color: #005FCC; color: #FFF; border-radius: 10px; text-decoration: none; padding: 8px 12px; transition: 0.5s; border: 0 none; cursor: pointer; }
.document .nav a:hover,
.document .nav button[type="button"]:hover,
.document .nav button[type="submit"]:hover { background-color: #003876; }
.document .nav a.secundair,
.document .nav button[type="button"].secundair,
.document .nav button[type="submit"].secundair { background-color: #CCC; }
.document .nav a:hover.secundair,
.document .nav button[type="button"].secundair:hover,
.document .nav button[type="submit"].secundair:hover { background-color: #AAA; }

.document .form {}
.document .form .form-row {}
.document .form .form-row>.form-label {}
.document .form .form-row>.form-label>label { font-size: 0.8rem; color: #666; }
.document .form .form-row>.form-widget { max-width: 600px; }
.document .form .form-row>.form-widget>input[type="text"],
.document .form .form-row>.form-widget>input[type="email"],
.document .form .form-row>.form-widget>input[type="number"],
.document .form .form-row>.form-widget>input[type="date"],
.document .form .form-row>.form-widget-money>.input>.form-widget>input[type="text"] { padding: 8px 8px; width: 100%; box-sizing: border-box; border: 1px solid #999; border-radius: 2px; }
.document .form .form-row>.form-widget>input[type="number"] { width: 100px; }
.document .form .form-row>.form-widget>select { padding: 8px 8px; width: 100%; box-sizing: border-box; border: 1px solid #999; border-radius: 2px; }
.document .form .form-row>.form-widget>textarea { padding: 8px 8px; width: 100%; height: 200px; box-sizing: border-box; border: 1px solid #999; border-radius: 2px; }
.document .form .form-row>.form-widget>textarea.medium { height: 100px; }
.document .form .form-row>.form-widget>.ts-wrapper>.ts-control { padding: 8px 8px; width: 100%; box-sizing: border-box; border: 1px solid #999; border-radius: 2px; }
.document .form .form-row>.form-widget>.ts-wrapper>.ts-control:not(.rtl) { padding-right: 8px !important; }
.document .form .form-row>.form-widget>.ts-wrapper>.ts-control>.item { background-image: none; background-color: #EEE; color: #333; border: 0 none; box-shadow: none; text-shadow: none; }
.document .form .form-row>.form-widget>.ts-wrapper.plugin-remove_button:not(.rtl)>.ts-control>.item>.remove { border-left: 1px solid #CCC; color: #CCC; }
.document .form .form-row>.form-widget-money { display: flex; font-size: 0; }
.document .form .form-row>.form-widget-money>.currency { border: 1px solid #999; border-right: 0 none; padding: 8px 8px; box-sizing: border-box; border-radius: 2px 0 0 2px; color: #999; }
.document .form .form-row>.form-widget-image {}
.document .form .form-row>.form-widget-image .image-preview { background-color: #FFF; max-width: 400px; border: 1px solid #999; border-radius: 2px; padding: 15px; }
.document .form .form-row>.form-widget-image .image-preview img { width: 100%; box-sizing: border-box; }
.document .form .form-row>.form-widget-image .image-preview .empty { padding: 20px; font-size: 0.8rem; color: #999; display: block; text-align: center; background-color: #EFEFEF; margin: -15px; }
.document .form .form-row>.form-widget-image .controls { display: flex; }
.document .form .form-row>.form-errors { color: #F00; list-style-type: none; }
.document .form .form-columns { display: flex; max-width: 800px; }
.document .form .form-columns>.form-row { width: 50%; padding-right: 10px; box-sizing: border-box; }
.document .form .form-columns>.form-row>.form-widget>.ts-wrapper>.ts-control { }
.document .form .collection { border: 1px solid #CCC; margin: 5px 0; }
.document .form .collection>ul { list-style-type: none; }
.document .form .collection>ul>li { border-bottom: 1px dotted #CCC; padding: 5px 10px; }
.document .form .collection>ul>li:last-child { border: 0 none; }
.document .form .collection>ul>li>.element { display: flex; }
.document .form .collection>ul>li>.element>.controls { padding-top: 20px; }
.document .form .collection>ul>li>.element>.controls.nav { margin: 0; }
.document .form .collection>ul>li>.element>.controls.nav button { font-size: 0.8rem; }
.document .form .collection>.nav { border-top: 1px solid #CCC; margin: 0; text-align: right; padding: 5px; }
.document .form .collection>.nav button { font-size: 0.8rem; }
.document .form .choice-list { border: 1px solid #CCC; margin: 5px 0; padding: 5px 10px; }
.document .form .choice-list>ul { list-style-type: none; }
.document .form .choice-list>ul>li { display: flex; margin-bottom: 5px; }
.document .form .choice-list>ul>li>.widget-container { width: 50px; }

.document .search { }
.document .search form { display: flex; }
.document .search form .form-row { width: 200px; margin-right: 10px; }
.document .search form input[type="text"] { padding: 8px 8px; max-width: 300px; box-sizing: border-box; border: 1px solid #999; border-radius: 2px; }
.document .search form select { padding: 8px 8px; max-width: 300px; box-sizing: border-box; border: 1px solid #999; border-radius: 2px; }
.document .search form button { }

.document .version-list { margin-top: 20px; }
.document .version-list>.version { background-color: #FFF; border-radius: 5px; margin-bottom: 20px; }
.document .version-list>.version>.version-header { padding: 8px 16px; color: #666; }
.document .version-list>.version>.version-header .label { display: inline-block; padding: 3px 8px; background-color: #CCC; font-size: 1rem; border-radius: 10px; color: #FFF; font-size: 0.9rem; }
.document .version-list>.version>.version-header .label.label-concept { background-color: rgb(219, 179, 0); }
.document .version-list>.version>.version-header .label.label-published { background-color: rgb(0, 163, 41); }
.document .version-list>.version>.version-header .label.label-archive { background-color: rgb(77, 77, 77); }
.document .version-list>.version>.version-content { display: none; }
.document .version-list>.version.active>.version-header { border-bottom: 1px dotted #CCC; }
.document .version-list>.version.active>.version-content { display: block; padding: 8px 16px;}
.document .version-list>.version.active>.version-content .actions { }
.document .version-list>.version.active>.version-content .actions .nav { text-align: right; }
.document .version-list>.version.active>.version-content .actions .nav a { font-size: 0.8rem; }
.document .version-list>.version.active>.version-content .title-block { background-color: #EEE; padding: 16px; border-radius: 8px;}
.document .version-list>.version.active>.version-content .title-block h2 { color: #005FCC; font-size: 1.3rem; padding-bottom: 4px; font-weight: 500;}
.document .version-list>.version.active>.version-content .title-block h3 { color: #666; font-size: 1.0rem; padding-bottom: 4px; font-weight: 300; margin-top: 20px; }
.document .version-list>.version.active>.version-content .title-block p { color: #666; line-height: 1.2; }
.document .version-list>.version.active>.version-content .data-table { margin-top: 20px; }

.document .data-table>.row { display: flex; padding-bottom: 16px; }
.document .data-table>.row>.label { width: 150px; font-weight: 300; flex-grow: 0;}
.document .data-table>.row>.value { flex-grow: 1; }
.document .data-table>.row>.value a { color: #005FCC; }
.document .data-table>.row>.value a:hover { color: #003876; }
.document .data-table>.row>.value table { width: 100%; border-collapse: collapse; }
.document .data-table>.row>.value table>thead>tr>th { text-align: left; font-size: 0.8rem; background-color: #EFEFEF; padding: 5px; }
.document .data-table>.row>.value table>tbody>tr>td { text-align: left; border-bottom: 1px solid #EFEFEF; padding: 5px; }
.document .data-table>.row>.value .not-set { color: #666; font-style: italic; }
.document .data-table>.row>.value .remark { display: block; color: #005FCC; background-color: #d9e5f2; padding: 10px 10px; border-radius: 5px; }
.document .data-table>.row>.image { }
.document .data-table>.row>.image img { width: 100%; }

.document .pagination { width: 100%; display: flex; }
.document .pagination .prev { text-align: left; flex-grow: 1; }
.document .pagination .next { text-align: right; flex-grow: 1; }
.document .pagination a { color: #005FCC; padding: 10px;  }

.alert { max-width: 990px; margin: 0 auto; background-color: #DDEBE1; border: 1px solid #85C097; border-radius: 4px; padding: 5px; }