.container {
    width: 100%;
    max-width: 1344px;
}

@media screen and (max-width: 769px) {
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

.input {
    border-color: #bbbbbb;
    box-shadow: none;
}

.personal-id-number {
    width: 138px;
}

.bankid-button {
    width: 160px;
}

.bankid-logo {
    width: 40px;
    height: 40px;
    margin-right: 24px;
}

.input[disabled],
fieldset[disabled] .input,
.textarea[disabled],
fieldset[disabled] .textarea {
    background-color: #ffffff;
    border-color: #cccccc;
    box-shadow: none;
    color: #000000;
}

.label-settings {
    width: 220px !important
}

.w-large {
    width: 90%;
    max-width: 250px
}

.w-medium {
    width: 50%
}

.w-small {
    width: 30%
}

.w-mini {
    width: 20px
}

.w-dt {
    width: 140px
}

.w-74 {
    width: 74px
}

.no-margin {
    margin: 0;
}

.no-margin-top {
    margin-top: 0;
}

.no-padding {
    padding: 0;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.tabs {
    margin-bottom: 12px
}

.w-max {
    width: 100% !important
}

.w100p {
    width: 100%
}

.w100px {
    width: 180px;
    max-width: 180px;
}

.w280px {
    width: 280px;
    max-width: 280px;
}

.mess {
    font-size: 11px;
    color: #cc3333
}

.right {
    text-align: right;
}

.bold {
    font-weight: bold !important
}

.italic {
    font-style: italic
}

.image-center {
    margin-left: auto;
    margin-right: auto
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-right {
    clear: right;
}


.w-budget {
    width: 74px;
    padding: 4px 2px;
    font-size: 16px;
}

.l-budget {
    width: 360px !important;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    text-align: left
}

.s-budget {
    font-size: 16px;
    font-weight: normal;
    text-align: right
}

.h-budget {
    font-size: 16px;
    font-weight: bold;
    margin-top: 4px;
}


.w-col1 {
    width: 100%;
    max-width: 210px;
}

.details-row {
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
    /* max-width: 500px; */
    max-width: 96%;
    width: 100%;
    padding-top: 2px;
    margin-bottom: 4px
}

.details-label {
    padding-bottom: 0;
    padding-top: 2px;
    color: #666666;
}

.details-column {
    color: #222222;
    padding-bottom: 0;
    padding-top: 2px;
}

.kyc-column-header {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 2px;
}

.kyc-columns {

    max-width: 500px;
    width: 100%;
    padding-top: 4px !important;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.kyc-column {
    color: #222222;
    padding-bottom: 0;
    padding-top: 2px;
}

/* @media screen and (min-width: 769px) */
a.navbar-item.is-active,
.navbar-link.is-active {
    text-decoration: underline;
    text-decoration-color: #5a7d22;
    color: #5a7d22;
}

.no-uborder {
    border-bottom: 0;
}

.input[disabled] {
    color: #222222 !important;
}

.pointer {
    cursor: pointer;
}

.modal-label {
    font-size: 14px;
    font-weight: bold;
}

.modal-label-top {
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.modal-mess {
    margin-bottom: 6px;
}

.modal-textarea {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px
}

.modal-columns-line {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 8px;
    padding-bottom: 6px;
}

.modal-column-line {
    border-top: 1px solid #8dbf3b;
    padding-top: 0;
    padding-bottom: 0;
}

.modal-card-foot {
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-list tr>th {
    background-color: #ffffff;
}

.table-list tr>td {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.required {
    color: #8B0000;
}

#EventListTable th {
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
}

#EventListTable td {
    font-size: 14px;
}

.modal-error {
    color: #cc3333;
    font-size: 13px;
    padding-left: 4px;
}

#webform {
    padding-bottom: 12px;
}

#webform .columns {
    margin-bottom: 0 !important;
    margin-top: -10px;
}

#webform .column {
    margin-bottom: 0 !important;
    padding-top: 6px !important;
    padding-bottom: 8px !important;
}

/*
#header-text-panel {
    margin-top: 0;
    margin-bottom: 0;
}
*/
#header-text-title {
    padding: 8px 0 10px 0;
    margin: 0;
    width: 100%;
    text-align: center;
    color: #eeeeee;
    font-size: 24px;
}

#webform:after {
    clear: right;
}

#webform .field {
    margin-bottom: 8px;
}

.webform-label:disabled {
    font-size: 13px;
    /* color: #222222; */
    margin-bottom: 0;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    font-weight: 700;
    display: block;
    border: 0;
    width: 340px;
    background-color: inherit;
}

.webform-label {
    font-size: 16px;
    padding: 6px;
    width: 300px;
    margin-bottom: 6px;
    border-radius: 4px;
    background-color: #666666;
    border-color: #666666;
}

.participant-panel {
    margin-top: 8px;
    border: 1px #e9e9e9 solid;
    background-color: #f5f5f5 !important;
    border-radius: 4px;
    padding: 4px;
}

.participant-panel ul {
    border: 0 !important;
}

.participant-panel a {
    font-size: 13px;
    padding-bottom: 0;
    border: 0 !important;
    margin-bottom: 0;
}

.webform-label-postcode:disabled {
    font-size: 13px;
    /* color: #222222; */
    margin-bottom: 0;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    font-weight: 700;
    display: block;
    border: 0;
    width: 120px;
    background-color: inherit;
}

.webform-label-postcode {
    font-size: 16px;
    padding: 6px;
    width: 120px;
    margin-bottom: 6px;
    border-radius: 4px;
    background-color: #666666;
    border-color: #666666;
}

.webform-label-city:disabled {
    font-size: 13px;
    /* color: #222222; */
    margin-bottom: 0;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    font-weight: 700;
    display: block;
    border: 0;
    width: 160px;
    background-color: inherit;
}

.webform-label-city {
    font-size: 16px;
    padding: 6px;
    width: 160px;
    margin-bottom: 6px;
    border-radius: 4px;
    background-color: #666666;
    border-color: #666666;
}

.webform-input:disabled,
.webform-textarea {

    border-color: #dbdbdb !important;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;

    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(0.375em - 1px);
    padding-left: calc(0.625em - 1px);
    padding-right: calc(0.625em - 1px);
    padding-top: calc(0.375em - 1px);
    position: relative;
    vertical-align: top;

}

.webform-input {

    border-color: #dbdbdb !important;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;

    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(0.375em - 1px);
    padding-left: calc(0.625em - 1px);
    padding-right: calc(0.625em - 1px);
    padding-top: calc(0.375em - 1px);
    position: relative;
    vertical-align: top;
    max-width: 400px;
    /*
    font-size: 16px;
    padding: 6px;
    width: 400px;
    margin-bottom:6px;
    border-radius: 4px;
    */
    background-color: #666666;
    border-color: #666666;

}

.webform-edit {
    text-decoration: underline;
}

.webform-webform-name:disabled {
    color: #222222;
    font-size: 20px;
    border: 0;
    width: 90%;
    background-color: inherit;
    font-weight: normal;
}

.webform-textarea:disabled {
    color: #222222;
    font-size: 14px;
    border: 0 !important;
    box-shadow: none;
    background-color: inherit;
    resize: none;
    width: 90%
}

.webform-personal-id-number {
    width: 140px;
}

.webform-amount {
    width: 110px;
}

.webform-email {
    width: 100%;
    max-width: 380px
}

.webform-mobile {
    width: 180px;
}

.webform-receipt-number {
    width: 82%;
}

.webform-name {
    width: 100%;
    max-width: 380px
}

.webform-address {
    width: 100%;
    max-width: 380px
}

.webform-postcode {
    width: 110px
}

.webform-city {
    max-width: 272px;
    width: 100%
}

.webform-note {
    width: 100%
}

.webform-edit-panel-cancel {
    background-color: #efefef !important;
    border-color: #cccccc !important;
    font-size: 13px !important;
    padding: 16px !important;
}

.webform-edit-panel-ok {
    padding: 16px !important;
}

#webform-selections {
    padding-top: 8px;
}

#webform-selections label {
    font-size: 13px;
    color: #222222;
    margin-bottom: 0;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    font-weight: 700;
    display: block;
    background-color: inherit;
}

.tool-panel a {
    background-color: #dddddd;
    /* efefef; */
    border-color: #cccccc;
    font-size: 13px;
    border-left: 1px solid #cccccc;
}

.tool-panel-2 a {
    background-color: #dddddd;
    /* efefef; */
    border-color: #cccccc;
    font-size: 13px;
    border-left: 1px solid #cccccc;
}

#webform-panel {
    width: 300px;
    padding: 6px;
}

#webform-panel table {
    width: 100%;

}

.webform-panel-header {
    font-size: 12px;
    background-color: inherit;
    background-color: #e4e6ec !important;
    font-weight: bold;
}

#webform-panel th {
    font-size: 12px;
    background-color: inherit;
    font-weight: normal;
}

#webform-panel td {
    font-size: 12px;
    background-color: inherit;
}

#webform-panel select {
    border: 0;
    padding-left: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    width: 140px;
    border: 0;
    padding-left: 0 !important;
}

#webform-panel input {
    border: 0;
}

#webform-panel input:focus {
    font-size: 14px;
    border-radius: 4px;
    background-color: #666666;
    border-color: #666666;
    color: #eeeeee;
}

#box-selection th {
    font-size: 13px;
    background-color: inherit;
    font-weight: bold;
}

#box-selection td {
    font-size: 16px;
    background-color: inherit;
    font-weight: normal;
}

#box-selection table input {
    border: 0;
    width: 100%
}

.box-input {
    font-size: 16px;
    color: #222222;
    margin-bottom: 0;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    font-weight: normal;
    display: block;
    border: 0;
    width: 340px;
    background-color: inherit;

    padding: 6px;
}

/*
.box-input {
    font-size: 16px;
    color: #222222;
    padding: 6px;
    width: 400px;
    margin-bottom:6px;
    border-radius: 4px;
    background-color: #666666;
    border-color: #666666;
    color: #eeeeee;
}
*/

.tabs {
    -webkit-overflow-scrolling: touch;
    align-items: stretch;
    display: flex;
    font-size: 1rem;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.tabs a {
    border-bottom-color: #666666;
    background-color: #fefefe;
    color: #222222;
    align-items: center;
    /* border-bottom-color: #dbdbdb; */
    border-bottom-style: solid;
    border-bottom-width: 1px;
    /*  color: #4a4a4a; */
    display: flex;
    justify-content: center;
    margin-bottom: -1px;
    padding: 0.5em 1em;
    vertical-align: top;
}

.tabs a:hover {

    /*
        border-bottom-color: #363636;
        color: #363636; 
        */
}

.tabs li {
    display: block;
}

.tabs li.is-active a {
    border-bottom-color: #666666;
    background-color: #e9e9e9;
    color: #222222;
    /*
        border-bottom-color: #3273dc;
        color: #3273dc; 
        */
}

.tabs ul {
    align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start;
}

.tabs ul.is-left {
    padding-right: 0.75em;
}

.tabs ul.is-center {
    flex: none;
    justify-content: center;
    padding-left: 0.75em;
    padding-right: 0.75em;
}

.tabs ul.is-right {
    justify-content: flex-end;
    padding-left: 0.75em;
}

.tabs .icon:first-child {
    margin-right: 0.5em;
}

.tabs .icon:last-child {
    margin-left: 0.5em;
}

.tabs.is-centered ul {
    justify-content: center;
}

.tabs.is-right ul {
    justify-content: flex-end;
}

.tabs.is-boxed a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.tabs.is-boxed a:hover {
    background-color: whitesmoke;
    border-bottom-color: #dbdbdb;
}

.tabs.is-boxed li.is-active a {
    background-color: white;
    border-color: #dbdbdb;
    border-bottom-color: transparent !important;
}

.tabs.is-fullwidth li {
    flex-grow: 1;
    flex-shrink: 0;
}

.tabs.is-toggle a {
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 0;
    position: relative;
}

.tabs.is-toggle a:hover {
    background-color: whitesmoke;
    border-color: #b5b5b5;
    z-index: 2;
}

.tabs.is-toggle li+li {
    margin-left: -1px;
}

.tabs.is-toggle li:first-child a {
    border-radius: 4px 0 0 4px;
}

.tabs.is-toggle li:last-child a {
    border-radius: 0 4px 4px 0;
}

.tabs.is-toggle li.is-active a {
    background-color: #3273dc;
    border-color: #3273dc;
    color: #fff;
    z-index: 1;
}

.tabs.is-toggle ul {
    border-bottom: none;
}

.tabs.is-toggle.is-toggle-rounded li:first-child a {
    border-bottom-left-radius: 290486px;
    border-top-left-radius: 290486px;
    padding-left: 1.25em;
}

.tabs.is-toggle.is-toggle-rounded li:last-child a {
    border-bottom-right-radius: 290486px;
    border-top-right-radius: 290486px;
    padding-right: 1.25em;
}

.tabs.is-small {
    font-size: 0.75rem;
}

.tabs.is-medium {
    font-size: 1.25rem;
}

.tabs.is-large {
    font-size: 1.5rem;
}

.button.is-warning:hover,
.button.is-warning.is-hovered {
    background-color: #cccccc;
    border-color: transparent;
    color: #eeeeee;
}

.button.is-warning,
.button.is-warning.is-hovere {
    background-color: #cccccc;
    border-color: transparent;
    color: #eeeeee;
}

.input[disabled] {
    background-color: whitesmoke;
    border-color: #dbdbdb;
    box-shadow: none;
    color: #000000;
}

.tabs a {
    border-bottom-color: #aaaaaa !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    margin-bottom: -1px;
    padding: 0.5em 1em;
}

.is-horizontal-center {
    justify-content: center;
}

.table-content-account {
    max-width: 500px;
    /*
    max-height: 120px;
    overflow-y: scroll;
    overflow-x: hidden;
  */
}

.table-account-list {
    border: 0;
    width: 480px;
}

.table-account-list tr {
    border: 0;
}

.table-account-list td {
    padding-top: 0;
    padding-bottom: 0;
}

input:disabled,
textarea:disabled,
option:disabled,
optgroup:disabled,
select:disabled {
    color: #444;
    background-color: transparent;
    cursor: unset;
}

/*
    New 2022
*/
.hero-body {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.hero-body h1 {
    padding-top: 10px;
}

.modal-card-head {
    padding-top: 12px;
    padding-bottom: 0;
    background-color: #8dbf3b;
}

.modal-card-title {
    color: #ffffff
}

.modal-card-foot {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*
.modal-card-body {
    padding-top: 6px!important;
    padding-bottom:0!important;
}
*/
.modal-columns {
    margin-top: 0 !important;
    margin-bottom: 4px !important;
}

.modal-columns-label {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.modal-columns-sub {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.modal-column {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.modal-label {
    font-size: 14px !important;
}

.modal-input {
    font-size: 16px !important;
    margin-top: 2px;
}

.modal-select {
    font-size: 16px !important;
    width: 100% !important;
}

.modal-checkbox {
    font-size: 16px !important;
}

.modal-textarea {
    font-size: 16px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    line-height: 20px !important;
}

#warning-text {
    font-size: 16px;
    font-style: italic;
    margin-top: 20px;
    color: #cc5533;
    text-align: center;
}


.calender-grid-row {
    padding: 0;
    text-align: center;
    border: 0.5px solid #ccc;
    border-collapse: collapse
}

.eCalenderGrid {
    cursor: pointer;
    /* padding: 0; */
}

.calendar-body {
    background-color: #cccccc;
}

.calender-header {
    border: 0.5px solid #ccc;
    border-collapse: collapse;
    background-color: #5a7d22;
    color: #ffffff;
    padding: 6px;
}

.calendar-date-selection {
    font-size: 18px;
    padding: 6px;
    margin-right: 8px;
}

.color-master {
    font-weight: bold;
    font-size: 20px;
    color: #8B0000;
}

.color-inaktiv {
    font-weight: bold;
    font-size: 20px;
    color: #666666;
}

.color-full {
    font-weight: bold;
    font-size: 20px;
    color: #800000;
}

/*
.calender-color-100 {
  background: #8dbf3b;
}
.calender-color-50 {
  background: linear-gradient(to top, #ffffff 50%, #8dbf3b 50%);
}
.calender-color-25 {
  background: linear-gradient(to top, #ffffff 25%, #8dbf3b 75%);
}
.calender-start-cell-master {
  background: linear-gradient(to bottom, #cccccc 0%, #cccccc 40%, #53731f 40%, #53731f 100%);
}
.calender-start-cell-sub {
  background: linear-gradient(to bottom, #cccccc 0%, #cccccc 40%, #8dbf3b 40%, #8dbf3b 100%);
}
.calender-start-cell-removed {
  background: linear-gradient(to bottom, #cccccc 0%, #cccccc 40%, #800000 40%, #800000 100%);
}
.calender-start-cell-normal {
  background: linear-gradient(to bottom, #cccccc 0%, #cccccc 40%, #2565AE 40%, #2565AE 100%);
}
.calender-start-cell-singel {
  background: linear-gradient(to bottom, #cccccc 0%, #cccccc 40%, #4682B4 40%, #4682B4 100%);
}
*/
/*
.calender-end-cell-master {
    background: linear-gradient(to bottom, #53731f 0%, #53731f 60%, #cccccc 60%, #cccccc 100%);
}
*/
/* Bulma Utilities */
.b-checkbox.checkbox {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Box-shadow on hover */
.b-checkbox.checkbox {
    outline: none;
    display: inline-flex;
    align-items: center;
}

.b-checkbox.checkbox:not(.button) {
    margin-right: 0.5em;
}

.b-checkbox.checkbox:not(.button)+.checkbox:last-child {
    margin-right: 0;
}

.b-checkbox.checkbox input[type=checkbox] {
    position: absolute;
    left: 0;
    opacity: 0;
    outline: none;
    z-index: -1;
}

.b-checkbox.checkbox input[type=checkbox]+.check {
    width: 1.25em;
    height: 1.25em;
    flex-shrink: 0;
    border-radius: 4px;
    /* border: 2px solid #7a7a7a; 
border: 1px solid #dbdbdb; */
    border: 1px solid #363636;
    transition: background 150ms ease-out;
    background: transparent;
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check {
    background: #00d1b2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
    border-color: #00d1b2;
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-white {
    background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%230a0a0a' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
    border-color: white;
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-black {
    background: #0a0a0a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:white' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
    border-color: #0a0a0a;
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-light {
    background: whitesmoke url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0, 0, 0, 0.7)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
    border-color: whitesmoke;
}

/*
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-dark {
background: #363636 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
border-color: #363636;
}
*/
.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-dark {
    background: #363636 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
    border-color: #dbdbdb;
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-primary {
    background: #00d1b2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
    border-color: #00d1b2;
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-link {
    background: #485fc7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
    border-color: #485fc7;
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-info {
    background: #3e8ed0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
    border-color: #3e8ed0;
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-success {
    background: #48c78e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
    border-color: #48c78e;
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-warning {
    background: #ffe08a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0, 0, 0, 0.7)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
    border-color: #ffe08a;
}

.b-checkbox.checkbox input[type=checkbox]:checked+.check.is-danger {
    background: #f14668 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
    border-color: #f14668;
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check,
.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check {
    background: #00d1b2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
    border-color: #00d1b2;
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-white,
.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-white {
    background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%230a0a0a' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
    border-color: white;
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-black,
.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-black {
    background: #0a0a0a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:white' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
    border-color: #0a0a0a;
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-light,
.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-light {
    background: whitesmoke url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:rgba(0, 0, 0, 0.7)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
    border-color: whitesmoke;
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-dark,
.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-dark {
    background: #363636 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
    border-color: #dbdbdb;
    /* #363636; */

}

.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-primary,
.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-primary {
    background: #00d1b2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
    border-color: #00d1b2;
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-link,
.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-link {
    background: #485fc7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
    border-color: #485fc7;
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-info,
.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-info {
    background: #3e8ed0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
    border-color: #3e8ed0;
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-success,
.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-success {
    background: #48c78e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
    border-color: #48c78e;
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-warning,
.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-warning {
    background: #ffe08a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:rgba(0, 0, 0, 0.7)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
    border-color: #ffe08a;
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate+.check.is-danger,
.b-checkbox.checkbox input[type=checkbox].is-indeterminate+.check.is-danger {
    background: #f14668 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
    border-color: #f14668;
}

.b-checkbox.checkbox input[type=checkbox]:focus+.check {
    box-shadow: 0 0 0.5em rgba(122, 122, 122, 0.8);
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check {
    box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.8);
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-white {
    box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8);
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-black {
    box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.8);
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-light {
    box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.8);
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-dark {
    box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.8);
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-primary {
    box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.8);
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-link {
    box-shadow: 0 0 0.5em rgba(72, 95, 199, 0.8);
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-info {
    box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.8);
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-success {
    box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.8);
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-warning {
    box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.8);
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked+.check.is-danger {
    box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.8);
}

.b-checkbox.checkbox .control-label {
    padding-left: calc(0.75em - 1px);
}

.b-checkbox.checkbox.button {
    display: flex;
}

.b-checkbox.checkbox[disabled] {
    opacity: 0.5;
}

.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check {
    border-color: #00d1b2;
}

.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-white {
    border-color: white;
}

.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-black {
    border-color: #0a0a0a;
}

.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-light {
    border-color: whitesmoke;
}

.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-dark {
    border-color: #363636;
}

.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-primary {
    border-color: #00d1b2;
}

.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-link {
    border-color: #485fc7;
}

.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-info {
    border-color: #3e8ed0;
}

.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-success {
    border-color: #48c78e;
}

.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-warning {
    border-color: #ffe08a;
}

.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled)+.check.is-danger {
    border-color: #f14668;
}

.b-checkbox.checkbox.is-small {
    border-radius: 2px;
    font-size: 0.75rem;
}

.b-checkbox.checkbox.is-medium {
    font-size: 1.25rem;
}

.b-checkbox.checkbox.is-large {
    font-size: 1.5rem;
}

.border-gray {
    border-color: #dbdbdb !important;
}

.set-danger {
    background-color: #FFCCCB;
}

.overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

.calendar-has-bookings button {
    color: #ffffff !important;
    /* font-weight: bold!important; */
    background-color: #53731f !important;
    /* border: 0.1rem solid hsl(171, 100%, 41%)!important; */
}

.calendar-is-master button {
    color: #ffffff !important;
    background-color: #8B0000 !important;
}

.calendar-has-times button {
    color: #222222 !important;
    /* font-weight: bold!important; */
    background-color: #ffffff !important;
    border: 0.1rem solid #53731f !important;
}

.calendar-pre-booked button {
    color: #666666 !important;
    /* font-weight: bold!important; */
    background-color: #ffffff !important;
    border: 0.1rem solid #aaaaaa !important;
}



.datepicker-range-start {
    font-weight: bold !important;
}

.calendar-item-color-x td {
    color: #aaa;
}

.calendar-item-color-b td {
    color: #5a7d22;
}


#invoice-edit-table {
    width: 100%
}

#invoice-edit-table th {
    background-color: #ffffff;
    border-bottom: 1px solid #444;
}

#invoice-edit-table {
    font-size: 14px;
}

#invoice-edit-main-table {
    width: 100%;
    border-collapse: separate;
}

#invoice-edit-main-table {
    font-size: 16px;
}

#invoice-edit-main-table td {
    padding-top: 0;
}

#invoice-edit-main-table input {
    font-size: 16px;
    padding: 4px;
}

#invoice-edit-main-table input[disabled] {
    background-color: #fff;
}

.add-border {
    border-width: 1px !important;
    border-color: #ccc;
}

.line-through {
    text-decoration: line-through;
    color: #444444;
}

#book-tabs li {
    font-size: 14px;
}

.account-input {
    padding: 2px 4px;
    height: 30px;
}

.is-new {
    background-color: #2565AE;
    color: #eeeeee
}

.multi-select select {
    font-size: 14px;
    /*  
        background-color: white;
        border-color: #dbdbdb;
        color: #363636;
        cursor: pointer;
        display: block;
        font-size: 14px;
        max-width: 100%;
        outline: none;
  */
}

.multi-select select[multiple] option {
    padding: 2px 1em;
}

.table-event {
    background-color: transparent;
}

.table-odd {
    background-color: #e8f3f1;
}

.table-hide {
    display: none;
}