/* 
	General settings
		Used colors: var(--main-bg-color)

*/

input[type=email]:invalid {
    color: red;
}

/* File Upload */
div.upload-wrapper {
    color: white;
    font-weight: bold;
    display: flex;
}

div.upload-wrapper input[type="file"] {
    position: absolute;
    left: -9999px;
}

label.file-upload {
    padding: 0.3rem;
    display: inline-block;
    background: var(--main-bg-color);
    cursor: pointer;
    border: 2px solid #2f4e61;
    border-radius: 0 5px 5px 0;
    border-left: 0;
}

span.file-name {
    padding: 0.3rem 1rem 0.3rem 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    background: #fff;
    color: black;
    border: 2px solid #2f4e61;
    border-radius: 5px 0 0 5px;
    border-right: 0;
}

label.file-upload:hover {
    font-weight: bold;
}

/* Wider select */
select {
    padding: 1px;
}

.navbar-inverse .navbar-inner {
    background-color: var(--main-bg-color);
    background-image: linear-gradient(to bottom, var(--main-bg-color), var(--main-bg-color));
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.top-bar {
    background-color: var(--main-bg-color);
    border: 1px solid #2f4e61;
}

/* Progress Bar */
.meter_container {
    background-color: var(--main-bg-color);
}

.meter > span {
    background: repeating-linear-gradient(45deg, #fff, #fff 10px, var(--main-bg-color) 10px, var(--main-bg-color) 20px);
}

/* select2 selects */
.multiple_checkbox .select2-results__option--selected:before, .multiple_checkbox .select2-results__option[aria-selected=true]:before {
    background-color: var(--main-bg-color);
    border: 2px solid var(--main-bg-color);
}

/* right space after font awesome icon */
.svg-inline--fa, .fas, .fa-solid {
    margin-right: .3em;
}

/* Show remove icon in front of image */
.img-wrap {
    position: relative;
    display: inline-block;
    /*border: 1px red solid;*/
}

.img-wrap .remove {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
    background-color: #FFF;
    padding: 5px 2px 2px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    opacity: .2;
    text-align: center;
    font-size: 22px;
    line-height: 10px;
    border-radius: 50%;
}

.img-wrap:hover .remove {
    opacity: 1;
}

/*dd / dt width*/
.dl-horizontal dt {
    width: 210px;
}

.dl-horizontal dd {
    margin-left: 220px;
}

/* show disabled as inactive */
input:disabled, select:disabled, textarea:disabled {
    background: #F0F0F0;
}

select.medium {
    width: 110px;
}

select.large {
    width: 220px;
}

.flex-container {
    display: flex;
    flex-direction: row;
    align-content: space-between;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
    .flex-container {
        flex-direction: column;
    }
}

.flex {
    flex: auto;
}

/*
	Todo: check if all is relevant and if so, fix formatting..
*/

body {
    display: grid;
    min-height: 100vh;
}

footer {
    align-self: end;
}

/* Settings */
.tab-pane dd select, .tab-pane dd input {
    font-size: 0.8em;
}

/*Tabs*/
.change_tab.active {
    font-weight: bold;
}

.nav-tabs > li > a {
    font-size: 15px;
}

.tab-content.ui-widget {
    font-family: inherit;
    font-size: inherit;
}

.tab-content.ui-widget-content {
    border: inherit;
    background: inherit;
    color: inherit;
}

/* News items */
div.news {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

div.news .news-block {
    width: 370px;
    margin-bottom: 20px;
}

div.calendar {
    float: left;
    width: 150px;
    height: 125px;
    margin: 0 10px 10px;
}

div.news .month {
    vertical-align: top;
    background-color: var(--main-bg-color);
    color: #FFFFFF;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

div.news .day {
    vertical-align: top;
    color: var(--main-bg-color);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: bold;
    line-height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

p.news-content {
    line-height: normal;
    overflow-wrap: anywhere;
}

p.news-content > div, span.news-title {
    font-size: 1.25em;
    padding-top: 10px;
}

input.news_content:checked ~ p.more, input.news_content:not(checked) ~ label > p > span.show-more {
    display: block;
}

input.news_content:not(checked) ~ p.more, input.news_content:checked ~ label > p > span.show-more {
    display: none;
}

.well {
    margin-bottom: 0px !important;
}

a.inverted {
    color: inherit;
    text-decoration: underline;
}

a.inverted:hover {
    text-decoration: none;
}

.iconcol {
    width: 16px;
}

.paginate.gotopage.active span.badge.badge-inverse {
    font-weight: bold !important;
    text-decoration: underline;
}

.paginate_container {
    text-align: center;
}

.man {
    color: red;
    font-size: 0.8em;
    line-height: 1.2em;
}

.alert {
    margin-bottom: 0px;
    margin-top: 20px;
}

.alert .icon {
    display: inline;
}

.field_error {
    border: 1px solid #ff3e3e !important;
}

td.numeric_col, th.numeric_col {
    text-align: right;
}

/*.total_row td.numeric_col{padding-right: 20px;} */ /* Commented out this line because numbers are not properly aligned otherwise */
.total_row td:not(:first-child).no_total {
    display: none;
}

.center {
    text-align: center
}

tr.total_row {
    font-weight: bolder;
}

h3.big_question {
    text-align: center;
    margin: 20px;
}

.btn_createnew, .btn_createnote {
    font-size: 18px;
    height: 40px;
    margin-bottom: 25px;
    margin-top: 25px;
    width: 330px;
}

.btn_createnote {
    width: 95px;
    margin-top: 0;
    line-height: 40px;
    padding-top: 5px;
    font-size: 12px !important;
}

.noleftmargin {
    margin-left: 0px !important
}

.cl {
    clear: both;
}

.bolstreetpage .well.no-padding .JsDatePickBox {
    position: absolute !important;
    z-index: 300 !important;
    right: -100px;
}

.bolstreetpage .well.no-padding .JsDatePickBox {
    z-index: 100;
}

.bolstreetpage .fld_street {
    width: 70%;
    float: left;
}

.bolstreetpage .fld_number {
    width: 25%;
    margin-left: 5%;
    float: left;
}

.bolstreetpage .fld_zip {
    width: 10%;
    float: left;
}

.bolstreetpage .fld_city {
    width: 85%;
    margin-left: 5%;
    float: left;
}

.bolstreetpage .submit_bolstreet {
    float: right;
}

.bolstreetpage .submit_bolstreet_left {
    margin-top: 15px;
    float: left;
}

.bolstreetpage .partijgegevens .formcol {
    float: left;
    width: 274px;
}

.bolstreetpage .filter {
    margin-left: 5px;
}

.no_margin_right {
    margin-right: 0px;
}

.login {
    margin-top: 13px;
    display: flex;
}

.login label {
    display: inline;
    font-size: 15px;
    flex-grow: 1;
}

.login input[type=checkbox] {
    margin-right: 5px;
}

.unread, .unread td {
    background-color: #b3daff !important;
    -webkit-box-shadow: none !important;
    text-shadow: none !important;
}

.table.orderlines tbody > tr, .table.orderlines tbody > tr > td {
    line-height: 18px;
}

.table.orderlines tbody > tr.terms > td:nth-of-type(1n+3) {
    padding: 0;
}

.table.orderlines tbody > tr > td > table {
    border-spacing: 0;
    width: 100%;
    display: inline;
    box-shadow: none;
}

.table.orderlines tbody > tr.terms > td > table > tbody > tr > td:first-of-type {
    width: 150px;
}

.table.orderlines tbody > tr.terms > td > table > tbody > tr > td:nth-of-type(2) {
    width: 15px;
}

/* Display order lines in white and terms in dark if details are expanded*/
input[type=checkbox].expand:not(checked) ~ .table.orderlines tbody > tr > td {
    background: #f9f9f9;
    -webkit-box-shadow: none;
}

input[type=checkbox].expand:not(checked) ~ .table.orderlines tbody > tr.terms > td {
    background: none;
}

/* Display zebrastyle when collapsed */

input[type=checkbox].expand:checked ~ .table.orderlines tbody > tr.odd > td {
    background: none;
}

/* Nested tables should have no background or border */
tr.terms > td > table > tbody > tr > td {
    background: transparent ! important;
    border: 0px !important;
}

/* Hide details in order lines if collapsed */
input[type=checkbox].expand:checked ~ .table.orderlines tbody > tr.terms {
    display: none;
}

/* Display proper label when collapsed/expanded */
.table.orderlines > thead > tr > th:first-of-type {
    width: 80px;
}

input[type=checkbox].expand:checked ~ .table.orderlines > thead > tr > th > label:first-child::after {
    content: "Uitvouwen";
}

input[type=checkbox].expand:checked + .table.orderlines > thead > tr > th > label > i:first-child::before {
    content: "\f152";
}

input[type=checkbox].expand:not(checked) ~ .table.orderlines > thead > tr > th > label:first-child::after {
    content: "Inklappen";
}

input[type=checkbox].expand:not(checked) ~ .table.orderlines > thead > tr > th > i:first-child::before {
    content: "\f150";
}

input[type=checkbox].expand {
    display: none;
}

input[type=checkbox].expand ~ div {
    display: none;
}

input[type=checkbox].expand:checked ~ div {
    display: inline;
}

/***
  Collapsible lots (bouwplan/percelen)
***/
/* Hide checkbox */
input[type=checkbox].expand_next,
input[type=checkbox].expand_all {
    display: none;
}

/* Hide ul in adjacent div - since input and ul are separated by label, we need to use the all siblings selector */
input[type=checkbox].expand_next + div > ul {
    display: none;
}

/* display expand_next label inline */
.expand_next + div > h5 > label {
    display: inline;
}

/* Show adjacent ul */
input[type=checkbox].expand_next:checked + div > ul {
    display: block; /*This is important for moveable objects in bouwplan*/
}

/* Show descriptive text in label */
input[type=checkbox].expand_all:checked + label::after {
    content: "Alles inklappen";
}

input[type=checkbox].expand_all:not(checked) + label::after {
    content: "Alles uitklappen";
}

/* Show appropriate icon in label */
input[type=checkbox].expand_next:not(checked) + div h5 > label > i:first-child::before,
input[type=checkbox].expand_all:not(checked) + label > i:first-child::before {
    content: "\f150";
}

input[type=checkbox].expand_next:checked + div > h5 > label > i:first-child::before,
input[type=checkbox].expand_all:checked + label > i:first-child::before {
    content: "\f152";
}

/***
  End Collapsible lots
***/

div.navbar.navbar-inverse.navbar-fixed-top div.navbar-inner div.container div.jumplogin {
    clear: right;
    float: right;
}

.form-hidden {
    display: none;
}

dl.dl-horizontal label {
    font-size: 1em;
    line-height: 24px;
}

.dl-horizontal > dd:after {
    display: table;
    content: "";
    clear: both;
}

.control-group.last {
    border-bottom: none;
    box-shadow: none;
    margin-bottom: 0px;
    overflow: visible !important;
}

.well.noscroll {
    overflow: visible !important;
    box-shadow: 0 1px 0 white !important;
}

.partijgegevens .blockline.last {
    border-bottom: none;
    box-shadow: none;
    padding-bottom: 0px;
}

.largebutton {
    font-size: 12px;
    height: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 5px 10px 5px 10px;
}

a.largebutton {
    line-height: 20px;
}

.bol_searchfield {
    float: left;
    height: 25px;
    width: 371px;
    margin-right: 10px;
}

#edibulb_rel {
    margin-left: 10px;
}

.pickerform .well {
    margin-bottom: 0px;
}

.labelstyle {
    color: #313131;
    text-align: left;
    width: auto;
    font-size: 15px;
    font-weight: bold;

}

.blockline {
    background-image: -moz-linear-gradient(center bottom, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
    border-bottom: 1px solid #c2c2c2;
    box-shadow: 0 1px 0 white;
    margin-bottom: 0;
    padding: 12px 20px;
}

tr.pointer {
    cursor: pointer;
}

.row-fluid:nth-of-type(1) {
    padding-top: 20px;
}

input[type="text"].readonly, select.readonly {
    cursor: default;
    background-color: #eeeeee;
}

.double_form {
    float: left;
    width: 50%;
}

.double_form input[type=text] {
    width: 205px;
}

.double_form.first {
    width: 45%;
}

/* Relatie overzicht */
select#searchtype {
    width: 150px;
    float: left;
    width: 320px;
    height: 25px;
}

.no_results_box.no_results {
    text-align: center;
    font-weight: bolder;
    padding: 20px 0px;
}

.no_results_box.has_results {
    display: none
}

td.select_checkbox {
    cursor: pointer;
}

/* Message numbers*/
.msg_count {
    font-weight: bold;
    font-size: smaller;
    color: #006600
}

/* LAYOUT WEBSITE */
body {
    background-color: #FFF;
}

#nav .navbar-inner ul.nav > li {
    box-shadow: 0px 0 0 #1c344f;
    border-right: 1px solid #1c3441;
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    background-color: #1c3441;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #FFF;
    text-shadow: none;
}

.navbar-inner a i {
    color: #FFF;
}

.well, .hero-unit, .accordion .accordion-heading + .accordion-body {
    box-shadow: 0 0 0 rgba(255, 255, 255, 255) inset, 1px 1px 1px rgba(0, 0, 0, 0), 1px 1px 1px rgba(0, 0, 0, 0) inset;
}

#nav.navbar-inverse .nav > .active > a:first-child {
    border-radius: 0px;
}

.navbar .brand {
    padding-left: 0px;
}

.top-bar h3 i {
    color: #FFF;
}

.cl {
    clear: both;
}

/* Placeholder italic */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: italic;
}

::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
}

:-ms-input-placeholder { /* IE 10+ */
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
}

.alert a {
    color: #ec815c;
    text-decoration: underline;
}

.alert span a {
    color: #5e6c56;
}

.alert a:hover {
    text-decoration: none;
}

.row-fluid.dashboard {
    margin-top: 0px;
}


.well .control-group:last-of-type {
    border-bottom: none;
}

#tab-chooseyour .company-overview-container {
    margin: 10px 0 10px 0;
}

#tab-chooseyour .company-overview {
    width: 200px;
    height: 200px;
    display: inline-block;
    margin: 10px 20px 10px 0;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    border: 3px solid #FFF;
}

#tab-chooseyour .company-overview .company-overview-link img {
    width: 200px;
    vertical-align: middle;
}

#tab-chooseyour .company-overview .company-overview-link p {
    text-align: center;
    margin-top: 8px;
}

#tab-chooseyour .company-overview-link {
    line-height: 200px;
}


.popup {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 11;
    opacity: 0.8;
    filter: alpha(opacity=80);
    min-height: 100%;
}

.popupMain {
    width: 730px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -365px;
    margin-top: -140px;
    z-index: 100;
}

.popupMain .closeIcon {
    position: absolute;
    right: -30px;
    top: -30px;
}

.popupMain .loginBox {
    width: 100%;
    float: left;
    padding: 15px 0;
    background-color: #ffffff
}

.popupMain h1 {
    width: 100%;
    text-align: center;
    line-height: 49px;
    border-top: 1px solid #464646;
    background: #3c3c3c;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    margin: 0;
}

.popupMain .leftLogo {
    width: 366px;
    float: left;
    text-align: center;
    border-right: 1px solid #e4e4e4;
    padding-top: 84px;
    min-height: 220px;
}

/*
.popupMain .rightCol { width:364px; padding-top:45px; float:left; padding-left:47px; padding-right:50px;}
.popupMain .rightCol input[type="text"]{ width:267px; float:left; border:1px solid #e1e1e1; background:#fff; padding-left:14px; color:#8498a0; height:38px; margin-bottom:10px;}
.popupMain .rightCol a { color:#f46102; float:left; padding:0; line-height:28px; text-decoration:none; }
.popupMain .rightCol input[type="submit"] { width:90px; float:right; height:30px; border:none; background: url(/img/submitBg.gif) repeat-x left top; text-align:center; color:#FFF; font-size:15px; font-weight:normal; text-shadow:1px 1px 1px #999; }
*/
.popupMain .changePassword {
    width: 94%;
    padding-top: 15px;
    float: left;
    padding-left: 27px;
    padding-right: 50px;
}

.popupMain .changePassword input[type="text"], .popupMain .changePassword input[type="password"] {
    width: 267px;
    border: 1px solid #e1e1e1;
    background: #fff;
    padding-left: 14px;
    color: #8498a0;
    height: 38px;
    margin-bottom: 10px;
}

.popupMain .changePassword a {
    color: #f46102;
    float: left;
    padding: 0;
    line-height: 28px;
    text-decoration: none;
}

.popupMain .changePassword input[type="submit"] {
    width: 90px;
    float: right;
    height: 30px;
    border: none;
    text-align: center;
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
    text-shadow: 1px 1px 1px #999;
}


/*background: url(/img/submitBg.gif) repeat-x left top; */
.relative {
    position: relative
}


.outbox_send {
    width: 90px;
}

.outbox_view {
    width: 55px;
}

.outbox_cancel {
    width: 75px;
}

.toggleInnerCheckbox {
    cursor: pointer
}

.tblLnk {
    text-decoration: underline;
}

.tblLnk:hover {
    text-decoration: none;
}

.call2action {
    color: #006f2a !important;
}

table .btn {
    margin-left: 0px;
}

html.print body:after {
    background-image: none;
}

.print .top-bar {
    background-color: white !important;
}

.print h3, .print i {
    color: black;
}

.print .top-bar, .accordion .accordion-toggle {
    text-shadow: none;
}

.print .top-bar + .well, .accordion .accordion-heading + .accordion-body {
    border-radius: none;
    color: black;
    text-shadow: none;
}

.print .row-fluid.dashboard {
    margin-top: none;
}

/*Make tiles similar height */
.dashboard .well {
    min-height: 145px;
}

.dashboard .well ul {
    margin-bottom: 0px;
}

.print .well, .hero-unit, .accordion .accordion-heading + .accordion-body {
    background-color: white;
}

.t_left_stroke {
    border-left: 1px solid #c2c2c2;
}

.bold {
    font-weight: bolder;
}

.black {
    color: black !important; /*font-size: 1.25em!important deleted on 12-09-2018 because it caused very large items;*/
}

.red {
    color: red !important; /*font-size: 1.25em!important deleted on 12-09-2018 because it caused very large items*/;
}

.white {
    color: white !important;
}

.grey {
    color: grey !important;
}

.orange {
    color: #FF6600 !important;
}

.blue {
    color: #0199d5 !important;
}

.green {
    color: green !important;
}

.clickcol {
    cursor: pointer;
}

.fliterlist select, .fliterlist input {
    margin-bottom: 10px;
}

.greenborder {
    border: 1px solid #006600 !important;
}

.ucf {
    text-transform: capitalize;
}

/* Disable links */
a.disabled {
    pointer-events: none;
}

/* Show link icon on pin fancybox link*/
.pin {
    cursor: pointer;
}

.left {
    text-align: right;
}

.fld_numeric {
    text-align: right;
    width: 60px !important;
}

#hide_all {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: white;
    z-index: 99;
}

.readonly {
    color: #C9C9C9;
}

td.negative, span.negative {
    color: red;
    font-weight: bolder;
}

td.positive, span.positive {
    color: green;
    font-weight: bolder;
}

.well {
    margin-bottom: 20px !important;
}

.hidden {
    display: none !important;
}

.right_menu {
    display: inline;
    font-size: 15px;
    font-weight: 300;
}

.right_menu label {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-left: 5px;
}

/* Eigen kraam */
label.show_stuk, label.show_kilo {
    padding: 14px 25px 14px 20px;
}

/* labels */

input[type=radio]#show_stuk:not(checked) ~ div > div > div > ul > li > label.show_stuk {
    color: #999;
    font-weight: normal;
}

input[type=radio]#show_stuk:checked ~ div > div > div > ul > li > label.show_stuk {
    color: #fff;
    font-weight: bold;
}


input[type=radio]#show_kilo:not(checked) ~ div > div > div > ul > li > label.show_kilo {
    color: #999;
    font-weight: normal;
}

input[type=radio]#show_kilo:checked ~ div > div > div > ul > li > label.show_kilo {
    color: #fff;
    font-weight: bold;
}

/* data tables */
input[type=radio]#show_stuk:not(checked) ~ div > div > div > div.show_stuk {
    display: none;
}

input[type=radio]#show_stuk:checked ~ div > div > div > div.show_stuk {
    display: block;
}

input[type=radio]#show_kilo:not(checked) ~ div > div > div > div.show_kilo {
    display: none;
}

input[type=radio]#show_kilo:checked ~ div > div > div > div.show_kilo {
    display: block;
}

/*style icon button to display only the icon in black*/
.btn-icon {
    background: none;
    color: inherit;
    border: none;
    font: inherit;
}

/*style icon button to display only the icon*/
/*TODO: use this as default btn-icon but make sure color is appropriate in old btn-icon code*/
.btn-icon-simple {
    background: none;
    border: none;
    font: inherit;
}

/* stock/prognose */
input[type=checkbox]#add_stock:checked ~ div {
    display: inherit;
}

input[type=checkbox]#add_stock:not(checked) ~ div {
    display: none;
}

/* condities */
input[type=radio].summary_edit_connections:checked + div {
    display: inherit;
}

input[type=radio].summary_edit_connections:not(checked) + div {
    display: none;
}

/* Progress Bar */
.meter_container {
    display: block;
    /*position: fixed;*/
    margin: auto auto;
    top: 25%;
    width: 50%;
    height: auto;
    border: 1px solid black;
    background-color: #2F4E6F;
    border-radius: 7px;
}

.meter_container h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 0px;
    padding: 10px;
}

.meter {
    height: 20px; /* Can be anything */
    position: relative;
    margin: 0px 10px 10px 10px; /* Just for demo spacing */
    background: #fff; /* #555;*/
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.meter > h4 {
    text-align: center;
}

.meter > span {
    display: block;
    height: 100%;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.meter > span:after, .animate > span > span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,
    color-stop(.25, rgba(255, 255, 255, .2)),
    color-stop(.25, transparent), color-stop(.5, transparent),
    color-stop(.5, rgba(255, 255, 255, .2)),
    color-stop(.75, rgba(255, 255, 255, .2)),
    color-stop(.75, transparent), to(transparent)
    );
    background-image: -moz-linear-gradient(
            -45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent
    );
    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.animate > span:after {
    display: none;
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

#upload_agrovision .dl-horizontal dt {
    width: 300px;
    white-space: pre-line;
}

/***************
 * Overzichten *
 ***************/

/* Multiple select checkbox */
/*multiple_checkbox*/

.multiple_checkbox .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.multiple_checkbox .select2-results__option--selected:before,
.multiple_checkbox .select2-results__option[aria-selected=true]:before {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: 900;
    content: "\f00c";
    color: #fff;
    display: inline-block;
    text-align: center;
}

ul.select2-selection__rendered {
    margin-left: 0;
}

tr.total_row {
    font-weight: bold;
    font-size: 1.25em;
}

tr.subtotal_row {
    font-weight: bold;
    color: #0199d5;
}

tr.group_row {
    font-weight: bold;
    font-size: 1.5em;
}

/***************
 * Wide page view *
 ***************/

.wide.container,
.navbar-inner .wide.container,
.navbar-static-top .wide.container,
.navbar-fixed-top .wide.container,
.navbar-fixed-bottom .wide.container {
    width: 90%;
}

.navbar-fixed-top .navbar-inner + .breadcrumb .wide ul.pull-left {
    padding-left: 0px;
}

/***************
* Drag & Drop *
***************/

/* draggable targets */
[data-draggable="target"] {
    list-style-type: none;
    /*background:#ddd;*/
    color: #555;
    min-height: 20px;
}

/* drop target state */
[data-draggable="target"][aria-dropeffect="move"] {
    border-color: #68b;
    background: #fff;
}

/* hover draggable items */
[data-draggable="item"]:hover {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #68b;
    font-weight: bold;
}

/* drop target focus and dragover state */
[data-draggable="target"][aria-dropeffect="move"]:focus,
[data-draggable="target"][aria-dropeffect="move"].dragover {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #68b;
}

/* draggable items */
[data-draggable="item"] {
    display: block;
    list-style-type: none;

    margin: 0 0 2px 0;
    padding: 0.2em 0.4em;

    border-radius: 0.2em;

    line-height: 1.3;
}

/* items focus state */
[data-draggable="item"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px #68b, inset 0 0 0 1px #ddd;
}

.striped > li:nth-child(odd):not([aria-grabbed="true"]) {
    background: #f9f9f9;
}

/* items grabbed state */
[data-draggable="item"][aria-grabbed="true"] {
    background: #8ad;
    color: #fff;
}

/* hide disabled options in select2 */
.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}