
html.utilities,
.topbar {
    /*background: linear-gradient(140deg, #222222 0%,#666666 10%, #FFFFFF 35%, #888888 100%);*/
    background: #039cfd;
}

html.utilities body {
    background-color: transparent !important;
}

html.utilities .logo img {
    max-width: 360px;
}

html.application .logo img {
    max-width: 150px;
    margin: 0 0 0 10px;
}

html {
    overflow: visible;
}

body.backdrop {
    overflow: hidden;
}

.logo-lg {
    white-space: nowrap !important;
    font-size: 72px !important;
    font-weight: 900 !important;
    color: white !important;
    letter-spacing: 0px;
    font-family: Impact, Charcoal, sans-serif !important;
    text-transform: none;
}

.logo-sm {
    white-space: nowrap !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    color: white !important;
    margin: 0 0 0 20px;
    letter-spacing: 1px;
    font-family: Impact, Charcoal, sans-serif !important;
    text-transform: none;
}

/* Change the white to any color ;) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

*.right {
    text-align: right;
}

form a.text-muted {
    color: #e0e0e0 !important;
}

form a.text-muted:hover {
    color: #FFFFFF !important;
}

.navbar-custom, .topbar-left, .button-menu-mobile {
    background-color: transparent !important;
}

.navbar-custom .nav-link {
    color: rgba(255, 255, 255, 1) !important;
}

.menu, .filter, .table-actions {
    margin-left: 15px;
    margin-top: 0;
}

.filter button.btn-pushed.btn-custom.btn-default {
    border-bottom-width: 0 !important;
    border-top: 2px solid #cccccc !important;
    border-left: 2px solid #cccccc !important;
}

.hidden {
    display: none;
}

button,
button:focus,
button:active {
    outline: 0 !important;
}

button::-moz-focus-inner {
    border: 0;
}

button.w-md {
    min-width: inherit !important;
}

.file-btn input[type="file"] {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

input[type="file"] {
    cursor: pointer;
}

.upload-wrap {
    margin: 0;
}

.upload-wrap > div {
    display: none;
}

.upload-wrap > div.ready {
    display: block;
}

.actions button {
    margin-right: 5px;
}

.actions button, .actions a.btn {
    background-color: #189094;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow: none;
    line-height: inherit;
    margin-right: 2px;
}

.file-btn {
    position: relative;
}

.croppie-container .cr-boundary,
.croppie-container .cr-slider-wrap {
    margin-left: 0;
    margin-right: 0;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
    border: none;
}

.cr-viewport.cr-vp-square {
    border: 1px solid #ccc;
}

.hidden {
    display: none;
}

.datatable tbody tr.event-completed td:last-child::after,
.datatable tbody tr.invoice-afgehandeld td:last-child::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "";
    color: green;
    padding-left: 1ex;
}

form .dataTables_wrapper {
    margin-top: -42px;
}

.geannuleerd * {
    text-decoration: line-through;
    /*background: repeating-linear-gradient(*/
    /*        -45deg,*/
    /*        #fff 1px,*/
    /*        #fff 9px,*/
    /*        #000 10px,*/
    /*        #fff 11px*/

    /*);*/
}


.datatable tbody tr.completed,
.datatable tbody tr.published {
    background-color: rgba(0, 128, 0, 0.1);
}

.datatable tbody tr.pending {
    background-color: rgba(128, 0, 0, 0.1)
}

.datatable tbody tr.event-pending {
    background-color: rgba(128, 0, 0, 0.1)
}

.datatable tbody tr.invoice-created {
    background-color: rgba(0, 0, 256, 0.05)
}

.datatable tbody tr.invoice-sent {
    background-color: rgba(0, 0, 256, 0.1)
}

.datatable tbody tr.invoice-expired {
    background-color: rgba(256, 0, 0, 0.1)
}

.datatable tbody tr.invoice-payed {
    background-color: rgba(0, 256, 0, 0.05)
}

.datatable tbody tr.invoice-completed {
    background-color: rgba(0, 256, 0, 0.1)
}

.datatable tbody tr.event-waiting {
    background-color: rgba(0, 0, 256, 0.1)
}

.datatable tbody tr.event-pending {
    background-color: rgba(256, 0, 0, 0.1)
}

.datatable tbody tr.event-completed {
    background-color: rgba(0, 256, 0, 0.1)
}

.datatable tbody tr.expired {
    background-color: rgba(0, 0, 128, 0.1)
}

.datatable tr.pending.selected,
.datatable tr.published.selected,
.datatable tr.closed.selected,
.datatable tr.expired.selected,
.datatable tr.published.selected,
.datatable tr.completed.selected {
    background-color: #b0bed9
}

table.datatable{
    border-collapse: collapse !important;
    width: 100% !important;
}

table.datatable > tbody > tr.child span.dtr-title {
    min-width: 140px !important;
    font-size: 80%;
}

table.datatable > tbody > tr.child span.dtr-title:after {
    content: ":";
}

table.datatable tbody span.fa {
    margin-right: 1ex;
}

table.datatable tbody span.fa:hover {
    opacity: 0.7;
}

table.datatable tbody span.fa.green {
    color: green;
}

table.datatable tbody span.fa.red {
    color: red;
}

.number {
    text-align: right;
    white-space: nowrap;
}

.modal-footer {
    position: absolute;
    right: 0;
    border: none;
}

.modal .modal-dialog .modal-header {
    display: block;
    background-color: #4490C0;
}

.modal .modal-dialog .modal-title {
    color: white;
}

.modal .modal-dialog .close:focus,
.modal .modal-dialog .close:hover {
    opacity: 1;
}

.modal .modal-dialog .close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
    color: white;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.6;
    text-shadow: 0 1px 0 #fff;

    border-radius: inherit;
    position: inherit;
    right: inherit;
    top: inherit;
}

.btn{
    cursor: pointer;
}
span.btn:hover,
button.btn.btn-primary:hover {
    opacity: 0.6 !important;
}

.bg-primary {
    background-color: #CFCFCF !important;
}

button.btn.btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

.popover-button::after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: smaller;
    content: "\f059";
    left: 0.25rem;
    position: relative;
}

.popover,
.popover-content {
    background-color: #ECF4F9;
}

.popover.bs-tether-element-attached-left::after {
    border-right-color: #ECF4F9;
}

.card-box {
    min-height: 500px !important;
}

.dropdown-menu-box {
    max-height: 200px;
    overflow: auto;
}

.dropdown-menu-label {

    font-weight: bold;
    padding: 4px 4px 4px 22px;
    background: #eeeeee;
}

.select2-container {
    width: 100% !important;
}

.select2-search-field:only-child {
    width: 100%;
}

.form-control:focus,
.select2-container--default .select2-selection--single:focus {
    border-color: #909090;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #cfcfcf;
}

.select2-container .select2-selection--single {
    height: 38px;
    padding-top: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(0, 0, 0, 0.6);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px
}

.left.side-menu {
    -webkit-transition: width 100ms; /* Safari */
    transition: width 200ms;
}

.form-header,
.form-sub-header {
    display: flex;
    flex-wrap: wrap;
    padding: .5rem .5rem !important;
    border-radius: .25rem;
    margin-bottom: 1rem;
}

.form-header,
.form-sub-header {
    color: #f1b53d;
    background-color: #fdf5e3 !important;
    border: 1px solid #f4c76d;
}

.form-header {
    margin-right: -10px;
    margin-left: -10px;
}

.form-sub-header {
    font-size: 1.25rem;
}

.form-title::first-letter,
.modal-title::first-letter,
.modal-footer button::first-letter,
.nav-tabs a:first-letter {
    text-transform: uppercase;
}

.modal-title small,
.form-title small {
    display: block;
    text-transform: lowercase;
}


ul.select2-results li.level-1 {
    padding-left: 0;
}

ul.select2-results li.level-2 {
    padding-left: 1em;
}

ul.select2-results li.level-3 {
    padding-left: 2em;
}

ul.select2-results li.level-4 {
    padding-left: 3em;
}

ul.select2-results li.level-5 {
    padding-left: 4em;
}

.fa-sm {
    font-size: 12px;
    position: absolute;
    margin-top: 16px;
    margin-left: 16px;
    opacity: 0.8;
}

.currency {
    text-align: right;
}

.currency:before {
    content: '€ ';
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul ul {
    margin: 0 0 0 1em;
    font-size: 90%;
}

li {
    margin: 0;
}

li.tree {
    margin-bottom: 1em;
}

li.tree label {
    font-weight: bold;
}

li.leaf {
    /*margin-left: 2em;*/
}

li.leaf label {
    font-weight: normal;
}

[type=checkbox], [type=radio] {
    margin-right: 1ex;
}

.leaf .input .form-group {
    padding-left: 2em;
}

p.textarea {
    font-size: 1rem;
}

p.textarea, textarea.form-control {
    min-height: 5ex;
}

textarea.form-control.address {
    height: 146px;
    background-color: #fcfcfc;
    resize: none;
}

.fc-time-grid-event span.fa,
.fc-time-grid-event span.mdi {
    z-index: 999;
    position: absolute;
    right: 4px;
    color: white;
    top: 4px;
}

.fc-time-grid-event span.fa-envelope-o {
    top: 4px;
    right: 4px;
}

.fc-time-grid-event span.fa-trash-o {
    top: auto;
    right: 4px;
    bottom: 4px;
}

.fc-time-grid-event span.fa-envelope-o,
.fc-time-grid-event span.fa-trash-o {
    display: none;
}

.fc-time-grid-event:hover span.fa-envelope-o,
.fc-time-grid-event:hover span.fa-trash-o {
    display: inherit;
}

/*
popup login venster
*/

.login iframe#modalIframe {
    height: 400px !important;
    margin-bottom: -6px;
}

.login .modal-header,
.login .modal-footer {
    display: none !important;
}

html.popup {
    overflow: hidden;
}

.popup .wrapper-page {
    margin-top: 0;
}

.form-container {
    position: fixed;
    top: 20px;
    width: 75%;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    overflow: hidden;
    background-color: white;
}

.form-backdrop.active,
div.dataTables_wrapper div.dataTables_processing {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1000;
    cursor: not-allowed;
}

.loading {
    z-index: 10000 !important;
    cursor: wait !important;
}

.locked {
    cursor: not-allowed;
}

div.dataTables_wrapper div.dataTables_processing {
    width: 100%;
    margin: 0;
    cursor: wait;
}

.form-content {
    border-left: 1pt solid #ddd;
    border-right: 1pt solid #ddd;
    border-bottom: 1pt solid #ddd;
    border-radius: 0 0 10px 10px;
    background-color: white;
    padding: 0 32px 32px 32px;
}

form.full-size {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: white;
    border: none;
}

.form-header {
    position: fixed;
    right: 67px;
    width: calc(75% - 59px);
    z-index: 1000;
    top: 40px;
}

.form-content {
    position: absolute;
    width: 100%;
    top: 90px;
    bottom: 0;
    background: white;
    border: none;
    overflow: auto;

}

form.full-size .form-content.no-scroll {
    position: absolute;
}

form.dialog .form-content {
    width: calc(100% - 14px);
}


.form-footer {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
}

.form-footer [type=submit],
.form-footer [data-dismiss=form] {

}

a.voorlopig:before,
a.definitief:before,
a.geannuleerd:before {
    font-size: 20px;
    float: left;
    width: 16px;
    height: 16px;
    color: white;
}

a.voorlopig:before {
    content: "?"
}

a.definitief:before {
    font-family: FontAwesome;
    content: ""
}

a.geannuleerd:before {
    font-family: FontAwesome;
    content: "";
}


.dropzone.dz-drag-hover {
    border-width: 4px;
}

.textarea-defaults.dropdown{
    margin-top: -36px;
    right:20px;
    position: absolute;
}
.textarea-defaults.dropdown .dropdown-menu{
    right: 20px;
    left: auto;
    max-height: 200px;
    overflow-y: auto;
}
label.popover-button{
    white-space: nowrap!important;
}
.popover-button::after {
    left: 0;
    top: -0.5rem;
}
