﻿/***************************/
/* overrides for bootstrap */
/***************************/


body {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85rem;
    background-color: #6f5a5d;
    padding-top: 85px;
    padding-bottom: 0;
}

    body.print {
        background-color: transparent;
    }

.dropdown-item {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85rem;
}

.backgroundimage {
    background-image: url('images/deBureaus-HRP-bg-1920x1080.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.text-danger {
    color: #ff0000;
}

.width-100 {
    width: 100%;
    min-width: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
    /*min-height: 600px !important;*/
}

.tinymce-body {
    padding-top: 0;
    background-color: white;
}

textarea.form-control {
    padding: 3px 3px;
    border-radius: 0;
    border: 1px #ccc solid;
    font-size: 0.85rem;
    height: 150px;
}

.form-control {
    line-height: 1;
    padding: 3px 3px;
    border-radius: 0;
    height: 24px; /*auto;*/
    border: 1px #ccc solid;
    font-size: 0.85rem;
}

.datefield {
    line-height: 1;
    padding: 3px 3px;
    border-radius: 0;
    height: 24px; /*auto;*/
    border: 1px #ccc solid;
    font-size: 0.85rem;
}

.form-select {
    line-height: 1.2;
    border-radius: 0;
    height: 26px;
    border: 1px #ccc solid;
    /*padding: 0;*/
    font-size: 0.85rem;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
    padding: 4px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 0;
}

fieldset {
    border: 1px solid lightgray;
    padding-left: 20px;
    padding-bottom: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 10px;
}

legend {
    width: auto;
    margin: 0px;
    margin-bottom: 5px;
    padding: 0.2em 0.5em;
    border: 0px solid grey;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: none;
}

fieldset th,
fieldset td {
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
    width: 250px;
}

.dl-horizontal dd {
    margin-left: 270px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 100%;*/
    max-width: 300px;
}

/* overrides for navbar (from bootstrap.css) */

.navbar {
    z-index: 500;
}

.navbar-inverse {
    background-color: white;
    border-color: transparent;
    padding: 0;
}

    .navbar-inverse .navbar-brand {
        color: #ffffff;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #4682b4;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > li > a {
        font-weight: bold;
        color: #6f5a5d;
        padding-top: 8px;
        padding-bottom: 8px;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #ff671f;
            /*color: #4682b4;*/
            background-color: transparent;
            text-decoration: none;
        }

    /*.navbar-inverse .navbar-nav > li > .open > a,
.navbar-inverse .navbar-nav > li > .open > a:focus {
  background-color: #ffffff;
  color: #d68a00;
}

.navbar-inverse .navbar-nav > li > .open > a:hover {
  background-color: #ffffff;
  color: #d68a00;
}*/
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #ff671f;
    }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ff671f;
    border-color: #ff671f;
}
/*.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #DB8E28;
  background-color: #eee;
  border-color: #ddd;
}*/

.form-group {
    margin-bottom: 0.7em;
}

.form-group-bordered {
    /*    border-color: #080808;
    border-bottom: 1px;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;*/
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 20px;
}


.separator-line {
    margin-left: 0%;
    margin-right: 30%;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #c0c0c0;
}

.datefield {
    max-width: 120px;
}

.ui-datepicker-trigger {
    display: inline;
    padding: 0px;
    padding-left: 4px;
    vertical-align: central;
    position: relative;
}

.maxwidth-1 {
    max-width: 120px;
}

.maxwidth-2 {
    max-width: 180px;
}

.maxwidth-3 {
    max-width: 240px;
}

.maxwidth-4 {
    max-width: 300px;
}

.maxwidth-5 {
    max-width: 360px;
}

.maxwidth-6 {
    max-width: 420px;
}

h2, h3, h4, h5 {
    color: #ff671f;
    text-transform: uppercase;
}

.btn-default:focus,
.btn-default.focus,
.btn-default:hover {
    color: #333;
    background-color: #e4dee1;
    border-color: #adadad;
}

.btn-default {
    background-color: white;
    border-color: #adadad;
}

.titelpagina {
    background-color: #e0d9dc;
}

.btn-primary {
    color: #fff;
    background-color: #ff671f;
    border-color: #E04A00;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #E04A00;
        border-color: #ff671f;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #E04A00;
        border-color: #ff671f;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #E04A00;
        border-color: #ff671f;
    }


/***************************/
/* overrides for jquery-ui */
/***************************/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0;
}

/*.ui-dialog-content {
    overflow: hidden !important;
}*/

.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: 'Open Sans', sans-serif;
}


.ui-widget-header,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #e0d9dc;
}

/*.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon,
.ui-state-default .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-active .ui-icon,
.ui-state-highlight .ui-icon {
    background-image: none !important;
}*/

/*.ui-widget-content,
.ui-widget-content .ui-state-highlight,
.ui-widget-content .ui-state-error {
    background-image: none !important;
    background: white !important;
}*/

/************************/
/* overrides for jqgrid */
/************************/

/* multi-line jqGrid headers */
th.ui-th-column div {
    white-space: normal !important;
    height: auto !important;
    padding: 0;
}

/* max-width van table header wissen om alignment in jqgrid correct te krijgen */
.ui-jqgrid-htable, .ui-jqgrid-btable {
    max-width: none;
    text-align: center;
}

.ui-th-column-header {
    text-align: center;
}

.th-red-background {
    background-color: #CB4627 !important; /* @@@ #ff671f  #DE4848  #DD4223   #A41818  #D4186A darkred */
    color: white !important;
    background-image: none !important;
}

.th-green-background {
    background-color: #2FA88B !important; /* #319B46  #1CB095  #38a729  #408E10  #1CB095 #A1CC3A darkgreen  */
    color: white !important;
    background-image: none !important;
}

.th-result-background {
    /*background-color: #E89800 !important;*/
    /*background-color:#4682b4 !important;*/
    /*background-color:cornflowerblue !important;*/
    /*background-color:darkblue !important;*/
    /*background-color:darkcyan !important;*/
    /*background-color:indigo !important;*/
    /*background-color:royalblue !important;*/
    /*background-color:teal !important;*/
    background-color: #6f5a5d !important; /*steelblue*/
    color: white !important;
    background-image: none !important;
}

.btn {
    border-radius: 0;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
    color: #363636;
}

    .ui-state-highlight a,
    .ui-widget-content .ui-state-highlight a,
    .ui-widget-header .ui-state-highlight a {
        color: #363636;
    }

/*****************/
/* custom styles */
/*****************/

.titelpagina .grijs {
    color: #5f5a5d;
    text-transform: none;
    font-weight: bold;
    line-height: 0.5;
}

.titelpagina .oranje {
    color: #ff671f;
    text-transform: none;
    font-weight: bold;
    line-height: 0.5;
}

.titelpagina > div > div > strong {
    color: #5f5a5d;
}

.grondslagen thead > tr > th,
.grondslagen tbody > tr > th,
.grondslagen tfoot > tr > th,
.grondslagen thead > tr > td,
.grondslagen tfoot > tr > td,
.grondslagen tbody > tr > td {
    padding: 4px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 0;
    text-align: right;
}

.fiscaaloverzicht tr th {
    text-align: right;
    font-family: inherit;
    font-weight: normal;
    font-size: 12px;
}

.fiscaaloverzicht tr td {
    text-align: right;
    font-family: monospace;
    font-weight: normal;
    white-space: pre-wrap;
    font-size: 12px;
}

    .fiscaaloverzicht tr td:first-child {
        text-align: left;
        white-space: nowrap;
        font-family: inherit;
        font-weight: inherit;
        font-size: 12px;
    }

.summation-line td {
    height: 0;
    padding: 0;
}

.summation-line hr {
    text-align: right;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 25px;
    color: black;
    background-color: black;
    height: 1px;
}

.gridcontainer {
    overflow: visible;
    position: relative;
    width: 100%;
    height: 100%;
}

.griddiv50 {
    overflow: visible;
    float: left;
    left: 0%;
    width: 60%;
}

.griddiv40 {
    overflow: visible;
    float: left;
    left: 0%;
    width: 45%;
}

.griddiv100 {
    overflow: visible;
    float: left;
    left: 0%;
    width: 100%;
}

.fiscaaloverzicht-div, .chart-div {
    font-family: sans-serif;
    float: right;
    right: 0;
    width: 35%;
    overflow: auto;
}

.footer-floating {
    width: inherit;
    padding-bottom: 25px;
    padding-top: 7px;
}


.footer-fixed {
    position: relative;
    bottom: 0;
    height: 20px !important; /* Height of the footer */
    padding-bottom: 20px;
    padding-top: 0px;
}

#footer {
    background-color: #e0d9dc !important;
    color: #6f5a5d !important;
    /*color: #ff671f !important;*/
    font-weight: bold;
    margin-left: auto; /*55px;*/
    margin-right: auto; /*55px;*/
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
}

    /*@media (min-width: 768px) {
    #footer {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    #footer {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    #footer {
        max-width: 1170px;
    }
}
*/
    #footer a {
        color: #6f5a5d;
        /*color: #ff671f;*/
        font-weight: bold;
        text-decoration: none;
    }

        #footer a:hover,
        #footer a:focus {
            color: #ff671f;
            text-decoration: underline !important;
        }

.footer-float-left {
    float: left;
}

.footer-float-right {
    float: right;
}

.footer-line {
    padding: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border: 0 !important;
    border-top: 1px solid #ff671f !important;
}

#uploadprogress {
    z-index: 100;
    display: inline-block;
    visibility: hidden;
    text-align: center;
    width: 140px;
    height: 27px;
    margin: 0px;
    padding: 0px;
    border: 0px solid #ccc;
}

#uploadfile {
    display: inline-block;
    margin-right: 10px;
}

.import_error {
    color: red !important;
}

.import_warning {
    color: brown !important;
}

.import_success {
    color: green !important;
}

.hor-placement {
    display: inline-block;
}

.dialog-content {
    height: 90%;
    width: 100%;
    padding: 0px;
    margin: 0;
    background-color: white;
}

.image-btn {
    margin-top: 2px;
    padding: 3px 3px !important;
}

.ui-dialog-buttonset {
    float: left !important;
}

.ui-dialog {
    z-index: 1060 !important;
}

.dialog-iframe {
    height: 100%;
    width: 100%;
    border: 0;
}

.rubriekentabel tr th {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.rubriekentabel tr td {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

    .rubriekentabel tr td:first-child {
        text-align: left;
        padding-left: 0;
        padding-right: 10px;
    }

.rekenmachientje-font {
    font-weight: normal;
    font-size: small;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    /*font-family: Sans-Serif, Arial;*/
    text-decoration: none;
}

.rekenmachientje-form {
    padding: 5px;
    border: 1px solid #BFBAB0;
    background-color: #e0d9dc;
    padding-top: 7px;
    margin-bottom: 0;
    /*text-align: right;*/
    max-width: 768px;
}

    .rekenmachientje-form .form-group .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }

.rekenmachientje-title1 {
    color: #6f5a5d;
    font-weight: bold;
    font-size: larger;
}

.rekenmachientje-title2 {
    color: #ff671f;
    font-weight: bold;
    font-size: larger;
}

.rekenmachientje-uitkomst {
    font-weight: bold;
    color: #ff671f;
    font-weight: bold;
    text-align: center;
}

.rekenmachientje-disclaimer {
    font-weight: bold;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

.rekenmachientje-promo {
    font-weight: bold;
    color: #353535;
    font-weight: bold;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}

.rekenmachientje-sterftetafel {
    font-size: 10pt;
    color: #333333;
    font-style: italic;
    text-align: center;
}

#rekenmachientje-spinner {
    display: none;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: url(images/spinner.gif) no-repeat center #fff;
    text-align: center;
    padding: 10px;
    border: 1px solid #666;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 2;
    overflow: auto;
}

.hiddenoverflow {
    overflow: hidden;
}

.wizardresult-div {
    /*font-family: sans-serif;*/
    float: right;
    right: 0;
    width: 35%;
    overflow: auto;
}

.required .control-label:after,
.rekenmachientje-fieldset .required label:after {
    content: " *";
    color: red;
}

input:invalid {
    background-color: lightpink !important;
}

input:valid:no-button {
    background-color: white; /*inherit;*/
}

@media print {
    .noprint,
    .ui-datepicker-trigger,
    .rekenmachientje-fieldset .required label:after {
        display: none !important;
    }
}

.fiscaaloverzicht-div > input {
    display: inherit;
}

.fiscaalbrutowizard > input {
    display: none;
}

.fiscaletabel fieldset th,
.fiscaletabel fieldset td {
    text-align: right;
}

    .fiscaletabel fieldset th:first-child,
    .fiscaletabel fieldset td:first-child {
        text-align: left;
    }

.news-text {
    color: #6f5a5d;
    font-weight: 100 !important;
    font-style: italic !important;
}


h3.ui-accordion-header {
    color: #ff671f;
    display: block;
    margin: 20px 0 20px;
    background: none;
    /*font-size: 20px;*/
    padding: 10px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: default;
}

h5.ui-accordion-header {
    color: #ff671f;
    display: block;
    margin: 20px 0 20px;
    background: none;
    /*font-size: 20px;*/
    padding: 10px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: default;
}

h3.ui-accordion-header:focus {
    border: none;
    outline: none;
}

h5.ui-accordion-header:focus {
    border: none;
    outline: none;
}

form h3.ui-accordion-header-active {
    background: #6f5a5d;
    color: #ffffff;
}

form h5.ui-accordion-header-active {
    background: #6f5a5d;
    color: #ffffff;
}

[saveAsync] img.white {
    display: none;
}

[saveAsync].submit_failed img,
[saveAsync].submit_successfully img {
    display: none;
}

    [saveAsync].submit_failed img.white,
    [saveAsync].submit_successfully img.white {
        display: block;
    }

.submit_successfully img.white,
.submit_successfully {
    background: #2FA88B !important;
}

.submit_failed img.white,
.submit_failed {
    background: #D32F2E !important;
}

.bottom-buffer {
    margin-bottom: 0;
}

.versionhistory > ul > li {
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-image: url('./images/bulletpoint.png');
}

.non-ui-widget-content {
    color: #125fa1 !important; /* was: #337ab7 */
    text-decoration: none;
}

#divRendementsPeriodes > table > thead > tr > td,
#divRendementsPeriodes > table > tbody > tr > td,
#divInflatiePeriodes > table > thead > tr > td,
#divInflatiePeriodes > table > tbody > tr > td {
    padding-right: 10px;
}

table.dataTable thead th {
    background-color: #e0d9dc !important;
}

.pagination .page-link,
.paginate_button {
    border-radius: 0 !important;
}

    .paginate_button a:hover {
        text-decoration: none;
    }


.banner {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
    margin-bottom: 10px;
}

    .banner img {
        width: 100%;
    }

.test {
    position: fixed;
    top: 40%;
    align-content: center;
    vertical-align: middle;
    padding: 0;
    z-index: -1;
}

    .test div {
        vertical-align: top;
        font-weight: lighter;
        font-size: 100pt;
        font-family: 'Open Sans', sans-serif;
        color: lightseagreen;
        margin: 0;
        text-transform: uppercase;
    }

.left {
    left: -5%;
}

    .left div {
        transform: rotate(-90deg);
    }

.right {
    right: -5%;
}

    .right div {
        transform: rotate(90deg);
    }

.page-link {
    color: #125fa1; /* was: #337ab7 */
    text-decoration: none;
}

a {
    color: #125fa1; /* was: #337ab7 */
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

        a:hover:has(img) {
            text-decoration: none;
        }

    a.btn:hover {
        text-decoration: none !important;
    }

.dropdown-item:hover {
    text-decoration: none;
    background-color: #e0d9dc;
}

.dropdown-toggle.no-caret::after {
    display: none;
}

.control-label {
    font-weight: bold;
    text-align: right;
    margin-top: 2px;
    margin-bottom: 5px;
}


@media only screen and (max-width: 1400px) {
    #hrpbanner {
        display: none;
    }
}

.maxheight-1 {
    max-height: 25px;
}

#dossiers_length > label > select {
    border-radius: 0;
}

.hidden {
    display: none;
}
