@CHARSET "ISO-8859-1";

.note-editable.panel-body {
    border-color: #f5f5f5;
    border-width: 1px;
    border-style: solid;
}

.table_hover:hover {
    text-decoration: underline;
}

.table_hover.btn, .table_hover.btn:hover, .table_hover.btn:visited {
    color: #fff;
}

.btn-primary, .btn-primary:visited {
    color: #fff !important;
    background-color: #00447a !important;
    border-color: #00447a !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff !important;
    background-color: #111e2a !important;
    border-color: #111e2a !important;
}

.btn-success {
    background-color: #1ab394 !important;
    border-color: #1ab394 !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    color: #fff !important;
    background-color: #169c81 !important;
    border-color: #169c81 !important;
}

.form-control:focus, select:focus {
    border-color: inherit !important;
}

.pace .pace-progress {
    background: #00447a;
    position: fixed;
    z-index: 2040;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.title_header {
    padding: 4px 12px;
    margin: 11px 5px 5px 30px;
    font-size: 20px;
    float: left;
}


.signin .middle-box {
    margin: 0 auto;
    padding-top: 0px !important;
}

.signin .content-header {
    margin: 0 auto;
    padding-top: 0px !important;
    padding-bottom: 20px;
}

.signin .content-box {
    background-color: #f3f3f4 !important;
    padding: 15px !important;
}

.signin.gray-bg {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.signin {
    background: url('https://backend.cedinzorg.nl/images/background-signin.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    background-color: #00447a !important;
}

.nav-header {
    padding: 33px 25px;
    background-color: #00447a !important;
    background-image: none;
}

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
    background-color: #111e2a;
    color: white;
}

.nav > li > a {
    color: #c8d3e5;
    font-weight: 600;
    padding: 14px 20px 14px 25px;
}

.nav-header .text-muted {
    color: #c8d3e5;
}

.nav-header a {
    color: #c8d3e5;
}

td.details-control {
    text-align: center;
    color: forestgreen;
    cursor: pointer;
    font-size: 18px;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

tr.shown td.details-control {
    text-align: center;
    color: #d9202c !important;
    font-size: 18px;
}

body .page-heading .actions {
    margin-top: 38px;
}

.form-group.required .control-label:after {
    content: "*";
    color: #a94442;
    position: absolute;
    padding-left: 2px;
}

.no-bold {
    font-weight: 400;
}

body #eb-confirm .modal-body {
    text-align: center;
    font-size: 14px;
    padding: 20px;
}

.offer_details {
    line-height: 1.8em;
}

.data_title {
    font-weight: 700;
}

.data_content {
}

.offer_details_actions {
    margin-top: 7px;
}

.dl-horizontal dt, dd {
    line-height: 1.8;
}

table.dataTable th select {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    box-shadow: none;
}

table.dataTable th select:focus,
table.dataTable th select:focus-visible {
    outline: none;
}

table.dataTable .h-filter th {
    background-color: #ffffff !important;
}

.mcheckbox {
    height: 200px;
    overflow-y: auto;
    border: 1px solid #e5e6e7;
    padding: 6px 12px;
}

.mcheckbox-header,
.mcheckbox-item {
    margin: 4px 0;
}

.mcheckbox-header label {
    font-weight: 700 !important;
}

.mcheckbox-header label,
.mcheckbox-item label {
    margin: 0 0 0 5px !important;
    vertical-align: middle;
    font-weight: 400;
    display: inline;
}

.mcheckbox-header input,
.mcheckbox-item input {
    margin: 0 !important;
    vertical-align: middle;
}

.has-error .mcheckbox {
    border-color: #ed5565;
}

.form-group.required > label:after {
    white-space: nowrap;
    content: " *";
    color: #ed5565;
}

.modal.modal-large .modal-dialog {
    width: 1100px;
}

.modal.modal-large .modal-footer,
.modal.modal-large .modal-header {
    padding: 15px 25px;
}

.modal.modal-large .modal-body {
    padding: 20px 25px;
}

.dots-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.suggestions .suggestion:last-child {
    margin-bottom: 0;
}

.suggestion {
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
    cursor: pointer;
}

.suggestion:hover {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.suggestion.selected {
    border-color: #00447a;
    color: #ffffff;
    background-color: #00447a;
}

.form-group.has-error .suggestion {
    border-color: #ed5565;
}

.planner-filter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
}

.planner-filter .form-control {
    border-radius: 3px !important;
}

.planner-filter  .form-control:focus,
.planner-filter select:focus {
    border-color: #e5e6e7 !important;
}

.filter-week-nav {
    white-space: nowrap;
    display: flex;
}

.filter-week-nav > * {
    display: inline;
}

.filter-week-nav select {
    margin: 0 8px;
}

.btn-form {
    margin: 0 !important;
    padding: 6px 12px !important;
    font-size: 14px;
}


.planner-container {
    position: relative;
}

.filter-overlay {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    text-align: center;
    padding-top: 63px;
    font-size: 24px;
    color: #00447a;
}

.actions.text-right {
    display: flex;
    justify-content: right;
}

.actions.text-right button {
    margin-left: 8px;
}

#dataTablePlanner.table > tbody > tr > td {
    padding: 0px;
    height: 1px; /* full height trick */
}

#dataTablePlanner.table > tbody > tr > td > .td-planner {
    padding: 8px;
    height: 100%;
    min-height: 450px;
}

button#current_week,
#dataTablePlanner.table > thead > tr > th.today,
#dataTablePlanner.table > tbody > tr > td > .td-planner.today {
    background-color: #dedede;
}

body .inmodal .modal-header {
    padding: 15px;
    text-align: left;
}

.p-item {
    position: relative;
    border: 1px solid #337ab7;
    border-radius: 4px;
    margin-bottom: 8px;
    padding: 8px 12px;
    background-color: #ffffff;
    line-height: 22px;
}

.p-item.reservation {
    border-color: #1ab394;
}

.p-item hr {
    margin-top: 8px;
    margin-bottom: 8px;
    border: 0;
    border-top: 1px solid #eee;
}

.p-item .p-info {
    position: absolute;
    display: block;
    text-align: center;
    top: 6px;
    right: 6px;
    height: 18px;
    width: 18px;
    cursor: pointer;
    margin-right: 0;
}

.p-item .p-info i {
    font-size: 18px !important;
    line-height: 20px;
}

.p-item i {
    color: #00447a;
    margin-right: 8px;
    font-size: 12px;
    width: 8px;
}

.p-item.reservation i {
    color: #1ab394;
}

.p-room,
.p-time {
    font-weight: 700;
}

.p-room,
.p-time,
.p-practitioner {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.p-practitioner,
.p-materials,
.p-comment {
    font-size: 12px;
    color: #676a6c;
}

.p-week {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #e7eaec;
}

.p-week td {
    width: 20%;
    background-color: #f9f9f9;
    overflow: hidden;
    border: 1px solid #e7eaec;
    padding: 8px;
    height: 450px;
    vertical-align: top;
}

.p-week td:first-child {
    border-left: 0px;
}

.p-week th {
    border: 1px solid #e7eaec;
    padding: 8px;
}

.p-week th.p-today,
.p-week td.p-today {
    background-color: #dedede;
}
