body {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    background: #f8f8f8;
}
#header {
    min-height: 55px;
    background: #9CCC65;
    border-bottom: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    margin-bottom: 8px;
}
.date-picker-wrapper{z-index:1151 !important;}


.company_name_logo
{
    font-size: 23px;
    margin-top: 8px;
    margin-left: 20px;
    color: white;
}
.disabled, .btn-primary.disabled {
    background-color: #88AC2E !important;
}

.contract-navigation
{
    padding-bottom: 5px;
    border-bottom: 2px solid #88AC2E;
    margin-bottom: 10px;
}

.planboard-disabled
{
    background-color: #1b1e21;
}

.mt-13px
{
    margin-top: 13px;
}

.language-flag
{
    height: 30px;
}

#header a
{

}

.headerlink
{
    text-align: center;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    color: #ffffff;
    font-size: 16px !important;

}

.bootstrap-select
{
    border: solid 1px rgb(206, 212, 218) !important;
}

#header button
{
    background:none!important;
    border:none;
    padding:0!important;
    font: inherit;
    /*border is optional*/
    /*border-bottom:1px solid #444;*/
    cursor: pointer;
    margin-left: 10px;
}

#header button:hover, #header a:hover
{
    text-decoration: none;
    color: #1b1e21;
}
.spinner{
    text-align: center;
}
.spinner-overlay {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: #fff;
    z-index: 10;
    top: 0;
    left: 0;
    text-align: center;
}
.row {
    margin-bottom: 20px;
}
.green{
    color: green ;
}
.red{
    color: red ;
}



.yellow-bg
{
    background-color: yellow;
}

.green-bg
{
    background-color: green;
}

.red-bg
{
    background-color: red;
}

.prognose-company-header{
    min-width: 250px;
}

.float-left {
    float: left;
}
.float-right {
    float: right;
}
.planboard-index #ui-datepicker-div{
    top: 70px !important;
}

iframe {
    border: none;
    width: 100%;
}

.table-personbookings-wrap table {
    background: #fff;
}

/* select2 */
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    height: auto !important;
    font-size: 12px;
}
.form-control {
    box-shadow: none;
}

/* Panels */
.panel {
    border-radius: 2px;
    border: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.panel-default>.panel-heading {
    background-color: #9CCC65;
    color: #fff;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}

.modal-content {
    border-radius: 0;
}

.nopadding {
    padding: 0;
}

h3 {
    margin-bottom: 0;
}

/* Buttons */
/*.btn {*/
    /*border-radius: 2px;*/
    /*transition: all 0.3s ease-in-out;*/
/*}*/
/*.btn-primary {*/
    /*background-color: #9CCC65;*/
    /*border-color: #9CCC65;*/
/*}*/
/*.btn-primary:hover, .btn-primary:focus {*/
    /*background-color: #54818c !important;*/
    /*border-color: #54818c !important;*/
/*}*/

/* Loader wrapper */
.loader, .overcapacity-loader {
    position: fixed;
    z-index: 10;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
}
/* Loader img settings */
.loader img, .overcapacity-loader img {
    width: 100%;
    height: 100%;
    -webkit-animation: rotating 1s linear infinite;
    -moz-animation: rotating 1s linear infinite;
    -o-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
}

.white_link
{
    color: white;
}

/* CSS animation to make spinner turn */
@-webkit-keyframes rotating /* Safari and Chrome */
{
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#content
{
    margin: 15px;
}

/*button:not(.dropdown-toggle)*/
/*{*/
    /*background-color: #357DED !important;*/
/*}*/

.smallerbutton
{
    padding-top: 2px;
    padding-bottom: 2px;
}

.btn-default-width
{
    width: 200px !important;
    background-color: #88AC2E;
    float: right;
}

.absolute-right {
    position: absolute;
    right: 15px;
}

button.dropdown-toggle {
    background-color: white;
    height: 36px;
}

.modalLabel {
    padding-top: 8px;
}

.hiddenElement
{
    display: none;
}

.highlight
{
    color: #465C69;
}

#range_filter {
    width: 280px
}

.range-input {
    min-width: 190px;
}

.active {
    background-color: #88AC2E !important;
    border: 0;
}

.btn-size {
    font-size: 16px;
    height: 38px;
    min-width: 64px !important;
    text-transform: uppercase;
    text-align: center;
    border: 0 !important;
    vertical-align: middle;
    border-radius: 0;
    outline: none;
}

.btn-primary, .bg-primary {
    background-color: rgb(156, 204, 101) !important;
    color: #FFF;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background-color: #88AC2E !important;
    /*border: 0;*/
    /*box-shadow: none;*/
    /*outline: none;*/
}

.button-style {
    font-size: 16px;
    height: 38px;
    min-width: 64px;
    text-transform: uppercase;
    background-color: rgb(156, 204, 101);
    color: #FFF;
    text-align: center;
    border: 0 !important;
    vertical-align: middle;
    padding: 1px 6px;
    border-radius: 0;
}

.button-style:hover, .button-style:focus, .button-style:active{
    background-color: #88AC2E;
    border: 0;
    box-shadow: none;
    outline: none;
}

.button-chevron-style {
    width: 45px;
    font-size: 16px;
    height: 38px;
    min-width: 45px;
    text-transform: uppercase;
    background-color: rgb(156, 204, 101);
    color: #FFF;
    text-align: center;
    border: 0 !important;
    vertical-align: middle;
    padding: 1px 6px;
}

.button-chevron-style:hover, .button-chevron-style:active{
    background-color: #88AC2E;
    border: 0;
    /*box-shadow: none;*/
    /*outline: none;*/
}

.button-chevron-style:focus {
    outline: none;
}

.dt-button {
    border-radius: 0 !important;
    font-size: 16px;
    height: 38px;
    min-width: 64px;
    text-transform: uppercase;
    background-color: rgb(156, 204, 101);
    color: #FFF;
    border: 0 !important;
}

.dt-button:hover, .dt-button:focus, .dt-button:active{
    background-color: #88AC2E;
    border: 0;
    box-shadow: none;
    outline: none;
}

.paginate_button {
    border-radius: 0 !important;
    font-size: 16px;
    text-transform: uppercase;
    background-color: rgb(156, 204, 101);
    color: #FFF;
    border: 0 !important;
    outline: none;
}

.selected {
    background-color: #88AC2E !important;
}

.ml-12px {
    margin-left: 12px !important;
}

.mr-5px {
    margin-right: 5px !important;
}

.mr-12px {
    margin-right: 12px !important;
}

.ml-15px {
    margin-left: 15px !important;
}

.mx-12px {
    margin-left: 12px !important;
    margin-right: 12px !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mb-1em {
    margin-bottom: 1em;
}

.mb-12px {
    margin-bottom: 12px !important;
}

.mb-15px {
    margin-bottom: 15px !important;
}

.fc-toolbar {
    display: none !important;
}

.row {
    margin-bottom: 0;
}

#filter_bookings {
    margin-bottom: 12px;
}

#filter_bookings select {
    margin-right: 12px;
}

.mdc-checkbox__native-control {
    float: bottom !important;
}

.t-10px {
    top: 10px;
}

.t-14px {
    top: 14px;
}

.filter-checkbox {
    width: 200px !important;
    margin: 0 !important;
    display: block !important;
}

.hidden {
    display: none !important;
}

.hiddenHeader {
    display: none !important;
}

.block {
    display: block;
}

/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 6px;
    margin-top: 6px;
    /*cursor: pointer;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #FFF;
    border: 1px solid #cccccc;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #88AC2E;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

fieldset
{
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px;
}

legend
{
    width:inherit;
}

select.form-control {
    min-width: 280px;
}

.reservation_employer {
    background-color: rgb(156, 204, 101) !important;
    border-color: #88AC2E !important;
    color: #0a0a0a !important;
}

.reservation_not_in_contract
{
    background-color: rgb(204, 142, 41) !important;
    border-color: #ac6b24 !important;
}

a.ui-corner-all {
    background-color: rgb(156, 204, 101) !important;
}

.concept {
    background-color: #ffff00 !important;
}

.conceptSpacing {
    margin: -10px -10px 10px -10px;
    padding: 15px;
}

.noSidePadding {
    padding-left: 0;
    padding-right: 0;
}

.btn-refresh:focus {
    background-color: rgb(156, 204, 101) !important;
}

.spinning {
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.dropdown-menu {
    /*max-height: 300px;*/
    min-width: 300px !important;
}

#filter_usage div label, #filter_usage div select, #filter_usage div input {
    display: block;
    width: 100% !important;
}

#headerButtons {
    float: right;
}

.modal-lg {
    max-width: 1700px !important;
}

input.current_input
{
    border: 0px;
    box-sizing: unset;
    background-color: inherit;
}

.bg-red
{
    background-color: red;
    padding: 5px;
    color: white;
}

.round-edge
{
    border-radius: 5px;
}

.bg-green
{
    background-color: forestgreen;
    padding: 5px;
    color: white;
}



.exactLogo
{
    position: absolute;
    margin-top: 5px;
    right: 18px;
    width: 60px;
    height: 25px;
}

.exactBtnLabel {
    margin-top: 5px;
}

td.editable input {
    width: 50px;
}

.min-width-100px {
    min-width: 100px;
}

.x-scrollable {
    overflow-x: scroll;
}

.overflow-y-auto {
    overflow-y: auto;
}

.inlineBlock {
    display: inline-block;
}

.inlineBlockNoWrap {
    display: inline-block;
    white-space: nowrap;
}

.blockNoWrap {
    display: block;
    white-space: nowrap;
}

.w-100px {
    width: 100px;
}

.w-200px {
    width: 200px;
}

.w-300px {
    width: 300px !important;
}

.w-100p-300px {
    width: calc(100% - 300px);
}

.w-100p {
    width: 100% !important;
}

.h-38px
{
    height: 38px !important;
}

.h-100p {
    height: 100% !important;
}

.noMargin {
    margin: 0 !important;
}

.tar {
    text-align: right
}

.greyBorderLeft {
    border-left: 1px solid rgb(222, 226, 230);
    /*border-left: 1px solid red;*/
}

.greyBorderRight {
    border-right: 1px solid rgb(222, 226, 230);
    /*border-right: 1px solid red;*/
}

.greyBorderTop {
    border-top: 1px solid rgb(222, 226, 230);
    /*border-top: 1px solid red;*/
}

.greyBorderBottom {
    border-bottom: 1px solid rgb(222, 226, 230);
    /*border-bottom: 1px solid red;*/
}

.headCell {
    background-color: #9CCC65;
    color: #fff;
}

.mb-1em {
    margin-bottom: 1em !important;
}

.px-0_5rem {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.h-25px {
    height: 25px;
}

.col_overcapacity
{
    background-color: #cccccc;
}

.randyStyle
{
    background-color: #b91d19;
}

.day-marker {
    background: transparent;
    border-left: 1px solid #000;
    opacity: 1.0;
    transform: translateX(-1px); /* line up exactly */
}

.day-marker-new {
    border-left: none;
}

.push-right
{
    margin-left:20px;
}

.editable
{
    background-color: #cccccc;
}

.p-person-disabled
{
    color: red;
}

.dt-custom-btn-square {
    padding: 7px;
    font-size: 16px;
    height: 38px;
    width: 38px !important;
    text-transform: uppercase;
    text-align: center;
    border: 0 !important;
    vertical-align: middle;
    border-radius: 0;
    outline: none;
    color: white !important;
}

.dt-custom-btn {
    padding: 7px;
    font-size: 16px;
    height: 38px;
    text-transform: uppercase;
    text-align: center;
    border: 0 !important;
    vertical-align: middle;
    border-radius: 0;
    outline: none;
    color: white !important;
}

.displayNone {
    display: none;
}

.contractFileRemark {
    min-height: 38px;
    max-height: 190px;
    width: 300px;
}

.h33p-58px {
    width: calc(33% - 60px);
}

.mx-5px {
    margin-left: 5px;
    margin-right: 5px;
}

.list-btn-container {
    width: calc(10% - 90px);
    height: calc(100% - 38px);
    margin-top: 10px;
    position: relative;
}

.flip-btn {
    margin: 0;
    position: absolute;
    margin-top: 58px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.list-container {
    width: 30%;
    margin: 0 15px 15px 15px;
    border: 1px solid #ccc;
    min-height: 500px !important;
    height: calc(100% - 38px);
}

.list-title {
    width: 30%;
    margin: 10px 15px 0 15px;
    height: 38px;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
}

.list-title-spacing {
    width: calc(10% - 90px);
    height: 38px;
}

.list-item {
    width: 100%;
    height: 38px;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
}

.list-item:hover {
    background-color: #ccc;
    cursor: pointer;
}

.selectedSelectionListItem {
    background-color: #9CCC65 !important;
    color: white;
}

.selectedPropertyListItem {
    background-color: #9CCC65 !important;
    color: white;
}

.content-container {
    width: 100%;
    height: calc(100vh - 175px);
}

.rendering {
    position: absolute;
    top: -200%;
    left: 100%;
    visibility: hidden;
}

.highcharts-background, .highcharts-button-box {
    fill: #f8f8f8;
}

.card-container {
    background-color: #f8f8f8;
    flex: 1 1 auto;
    padding: 1.25rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 0.25rem;
}

.highcharts-menu-item:hover {
    background: #9CCC65 !important;
}

.highcharts-button {
    fill: #9CCC65 !important;
    color: white !important;
}

.col_location_name {
    width: 150px;
}

.col_request, .col_fixed {
    width: 100px;
}

.ovkSelectionSelectBox {
    position: absolute;
    width: 125px;
    background-color: inherit;
}

.capacity-bootstrap-selection {
    float: right !important;
    margin-right: 12px !important;
    left: 0 !important;
}

.capacity-bootstrap-selection-companies {
    width: 350px !important;
}

.capacity-bootstrap-selection-contracts {
    width: 160px !important;
    min-width: 160px !important;
}

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

.launch-btn-list {
    text-align: center;
    border: 1px solid rgb(222, 226, 230);
    padding: 0;
    max-width: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.launch-btn {
    top: 0;
    bottom: 0;
    left:0;
    right:0;
    width: 90% !important;
    margin-left: 5%;
    margin-right: 5%;
    padding: 0.375rem 0.75rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    min-width: 100px;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover {
    text-decoration: none;
    background-color: #9CCC65;
}

.dropdown-item.focus,
.dropdown-item.active {
    color: #fff;
    text-decoration: none;
    background-color: #88AC2E;
}

.wslogoflag {
    margin-bottom: 2px;
    margin-right: 5px;
    width: 50px;
    height: auto;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.wslogo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 500px;
}

.buttons-copy, .buttons-csv, .buttons-excel, .buttons-pdf, .buttons-print {
    width: 50px !important;
}

.dropDownTitle {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.w-45p {
    width: 45%;
}

.w-10p {
    width: 10%;
}

.peopleCompanyList {
    height: 200px;
    border: 1px solid rgb(222, 226, 230);
}

.peopleCompanySwitchBtnContainer {
    height: 200px;
}

.scrollableDTContainer {
    height: 450px;
}

.dt-custom-btn:disabled {
    background-color: #88AC2E;
    opacity: 1;
}

.plannedInvoiceEvent {
    background-color: grey;
    color: black !important;
}

.overdueEvent {
    background-color: red !important;
}

.completedInvoice {
    background-color: #9CCC65 !important;
    color: black !important;
}

.partialOverdueEvent {
    background-color: yellow !important;
    color: black !important;
}

.fc-timeline-event {
    overflow: hidden;
}

/*.fc-custom-row-height {*/
/*    padding: 0 !important;*/
/*    height: 16px !important;*/
/*}*/

.fc-cell-content, .fc-event, .fc-event-container {
    padding: 0 !important;
    height: 16px !important;
}

.sauce {
    height: 9px !important;
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
    font-size: 7pt !important;
    color: #fff;
}

.fc-cell-text {
    font-size: 7pt !important;
}

.fc-border-separate td {
    border-width: 1px 0 0 1px;
    border-color: red;
}

.fc-cell-text, fc-icon-right-triangle, .fc-expander {
    vertical-align: top;
}

.fc-expander {
    padding: 0;
    margin: 0;

}

#contextMenu {
    position: absolute;display: none;
    background: white;
    border: grey 1px;
    z-index: 9999;
}

.wrap{
    width:90%;
    display:block;
    margin:0 auto;
}

.hoverPointer {
    cursor: pointer;
}

.noHoverPointer {
    cursor: default !important;
}

.hoverHighlight:hover {
    background: lightblue;
}

.reservation_placeholder {
    background: red !important;
}

#multibookDraggable {
    position: absolute;
    z-index: 9999;
    top: 100px;
    left: 100px;
    width: 500px;
    height: 450px;
    background-color: #f8f8f8;
    border: solid 1px grey;
    padding: 10px;
}

#multiBookChart {
    width: 100%;
    height: 200px;
}

.multiBookModal {
    margin-left: 100px;
    margin-right: 100px;
    width: calc(100vw - 200px);
    max-width: 100% !important;
}

span.fc-title::before {
    display: none;
}

.mergeLeftCheckBox {
    float: right;
    margin-top: 2px;
    margin-right: 7px;
}

/*.collapse.in {*/
    /*display: block;*/
/*}*/

.objectItem {
    border: solid 1px lightgray;
    border-radius: 3px;
    padding: 5px;
    margin: 3px;
    height: 36px;
}

.unselectedObject
{
    font: black;
    background-color: white;
}

.selectedObject
{
    color: white;
    background-color: #007bff;
}


.exempted_booking {
    background-color: #81d4fa !important;
}

col { min-width: auto !important; } /* Chrome version 91 breaks slotWidth option on fullcalendar, this fixes it so the condensed view (Totaaloverzicht works again, important for Carla) */
