
body.authentication-bg {
    background-color: #123456;
}

.dataTables_filter input { width: 200px !important; }



/* FOR CROPPERJS */
img {
    max-width: 100%; /* This rule is very important, please do not ignore this! cropper.js */
}


.file {
    visibility: hidden;
    position: absolute;
}

.cropped_result {
    max-width: 300px;
    max-height: 160px;
}

.modal_input_field {
    border-left: 0px;
}
.input-group-addon {
    border: 1px solid #cccccc !important;
}

/* Basic */

body {
    overflow-x: hidden;

    margin: 0;
}

.browserupgrade {
    margin: 0;
    padding: .5em 1em;

    text-align: center;

    background-color: #fcfcfc;
}

.btn-group > .btn {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group > label {
    margin-bottom: 0;
}


/* Jumbotron */

.docs-jumbotron {
    color: #fff;
    border-radius: 0;
    background-color: #0074d9;
}

.docs-jumbotron .version {
    font-size: 16px;

    opacity: .8;
    color: #fff;
}

@media (min-width: 992px) {
    .docs-jumbotron h1 {
        font-size: 4.5rem;
        font-weight: normal;
    }

    .docs-jumbotron h1,
    .docs-jumbotron p {
        margin-right: 380px;
    }
}

.docs-carbonads-container {
    font-size: 14px;

    position: relative;
}

.docs-carbonads {
    overflow: hidden;

    max-width: 350px;
    padding: 16px;

    border: 1px solid #ccc;
    border-radius: 4px;
}

.carbon-wrap {
    overflow: hidden;
}

.carbon-img {
    display: block;
    float: left;
    clear: left;
}

.carbon-text,
.carbon-poweredby {
    display: block;

    margin-left: 140px;
}

.carbon-text,
.carbon-text:hover,
.carbon-text:focus {
    text-decoration: none;

    color: #fff;
}

.carbon-poweredby,
.carbon-poweredby:hover,
.carbon-poweredby:focus {
    text-decoration: none;

    color: #ddd;
}

@media (min-width: 992px) {
    .docs-carbonads {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}


/* Content */

.img-container,
.img-preview {
    width: 100%;

    text-align: center;

    background-color: #f7f7f7;
}

.img-container {
    min-height: 200px;
    max-height: 400px;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .img-container {
        min-height: 420px;
    }
}

.img-container > img {
    max-width: 100%;
}

.docs-preview {
    margin-right: -16px;
}

.img-preview {
    float: left;
    overflow: hidden;

    margin-right: 8px;
    margin-bottom: 8px;
}

.img-preview > img {
    max-width: 100%;
}

.preview-lg {
    width: 255px;
    height: 143px;
}

.preview-md {
    width: 128px;
    height: 72px;
}

.preview-sm {
    width: 72px;
    height: 41px;
}

.preview-xs {
    width: 40px;
    height: 24px;
    margin-right: 0;
}

.docs-data > .input-group {
    margin-bottom: 8px;
}

.docs-data > .input-group > label {
    min-width: 80px;
}

.docs-data > .input-group > span {
    min-width: 50px;
}

.docs-buttons > .btn,
.docs-buttons > .btn-group,
.docs-buttons > .form-control {
    margin-right: 4px;
    margin-bottom: 8px;
}

.docs-toggles > .btn,
.docs-toggles > .btn-group,
.docs-toggles > .dropdown {
    margin-bottom: 8px;
}

.docs-tooltip {
    display: block;

    margin: -8px -12px;
    padding: 8px 12px;
}

@media (max-width: 400px) {
    .btn-group-crop {
        margin-right: -16px!important;
    }

    .btn-group-crop > .btn {
        padding-right: 8px;
        padding-left: 8px;
    }
}

.docs-aspect-ratios,
.docs-view-modes {
    width: 100%;
}

.docs-aspect-ratios > .btn {
    width: 20%;
}

.docs-view-modes > .btn {
    width: 25%;
}

.docs-options .dropdown-menu {
    width: 100%;
}

.docs-options .dropdown-menu > li {
    padding: 4px 16px;
}

.docs-options .dropdown-menu > li:hover {
    background-color: #f7f7f7;
}

.docs-options .dropdown-menu > li > label {
    display: block;

    margin-bottom: 0;

    cursor: pointer;
}

.docs-cropped .modal-body {
    text-align: center;
}

.docs-cropped .modal-body > img,
.docs-cropped .modal-body > canvas {
    max-width: 100%;
}

/* END CROPPERJS */






.cms-tooltip {
    color: #0A487C;
}
.pointer {
    cursor: pointer;
}




.page-item.active .page-link {
    background-color: #f6a529;
    border-color: #f6a529;
}

/*menu actief*/
/*#sidebar-menu .menuitem-active .active {*/
    /*color: #f6a529;*/
/*}*/
/*#sidebar-menu .menuitem-active>a {*/
    /*color: #f6a529;*/
/*}*/


#sidebar-menu .menu_actief {
     color: #f6a529 !important;
 }
#sidebar-menu .menu_actief>a {
    color: #f6a529 !important;
}

/*menu hover*/
#sidebar-menu>ul>li>a:active, #sidebar-menu>ul>li>a:focus, #sidebar-menu>ul>li>a:hover {
    color: #f6a529;
}
.nav-second-level li a:focus, .nav-second-level li a:hover {
     color: #f6a529;
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>a {
    color: #f6a529 !important;
}
body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>.collapse>ul a:hover {
    color: #f6a529;
}

/*achtergrond multiselect*/
.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f6a529;
}

/*achtergrond primary button*/
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
     border-color: #f6a529 !important;
     background-color: #f6a529 !important;
 }

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.15rem rgba(253,188,89,.5) !important;
}

.btn-primary.focus, .btn-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgba(253,188,89,.25);
}

.btn-primary {
    box-shadow: 0 0 0 rgba(253,188,89,.5);
}

/*achtergrond schuifje*/
.custom-control-input:checked~.custom-control-label::before {
    border-color: #f6a529;
    background-color: #f6a529;
}

/*datatables achtergrond collaped info details*/
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
    background-color: #21a9d0;
}

/*disabled dates op datepicker voorzien van grijze achtergrond*/
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background-color: #f4f4f4 !important;
}

/*Knoppen in kantoren afbeeldingen dashboard*/
.img-thumbnail .btn {
    position: absolute;
    bottom: 12px;
    right: 24px;
}

/*uitklap details datatables*/
table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before {
    background-color: #fcc015;
    content: 'i';
    height: 18px;
    width: 18px;
    color: white;
    border-radius: 14px;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
}
