﻿body {
    background-color: #fcfcfc;
    /*width: 100%;
    height: 100%;
    margin: 0;*/
}

h3 {
    margin-bottom: 25px;
}

h5 {
    font-size: 1.15em;
}

.space {
    height: 10px;
}

.bigspace {
    height: 25px;
}

.top-margin-large {
    margin-top: 75px;
}

/*
    Fixxed with JS

.dx-popup-content .dx-button {
    margin: 0;
}

.dx-scrollable-content{
    padding: 0px 20px 20px 0px;
}
*/

.navbar-top {
    background-color: #c4cb3c;
    border-color: #adb258;
}

    .navbar-top .navbar-btn {
        color: #414141;
        font-weight: bold;
    }

    .navbar-top .btn-link {
        color: #414141;
        font-weight: bold;
    }

    .navbar-top .navbar-link:hover {
        color: #fcfcfc;
    }

.navbar-side {
    background-color: #414141;
    border-color: #414141;
}

.verticalAlign {
    vertical-align: middle !important;
}

.pointer {
    cursor: pointer;
}

.dx-icon.glyphicons:before {
    padding: 0px !important;
}

/*Submenu side navbar*/

.navbar-fixed-side ul .sub-menu {
    list-style-type: none;
    cursor: pointer;
    -webkit-padding-start: 0px;
}

.navbar-fixed-side ul .sub-menu a,
.navbar-fixed-side li .sub-menu a {
    /*color: #a0a0a0;*/
    color: #adadad;
    text-decoration: none;
    padding-left:59px;
}

.navbar-fixed-side ul .sub-menu li,
.navbar-fixed-side li .sub-menu li {
    /*background-color: #545454;*/
    background-color: #5b5b5b;
    border: none;
    line-height: 35px;
    /*border-bottom: 1px solid #383d42;*/
}

.navbar-fixed-side ul .sub-menu li:hover,
.navbar-fixed-side li .sub-menu li:hover {
    /*background-color: #393939;*/
    background-color: #2f2f2f;
    /*color: #474747 !important;*/
    /*background-color: #c4cb3c;*/
}

.navbar-fixed-side ul .sub-menu li:hover a,
.navbar-fixed-side li .sub-menu li:hover a {
    color: #fff;
}

.navbar-fixed-side ul .sub-menu li.active a,
.navbar-fixed-side li .sub-menu li.active a {
    /*color: #fff;
    background-color: #2f2f2f ;*/
                    /*#080808*/
}


.navbar-fixed-side ul .submenu {
    background-color: #202020;
    list-style-type: none;
    /*cursor: pointer;*/
    -webkit-padding-start: 0px;
}

    .navbar-fixed-side ul .submenu a,
    .navbar-fixed-side li .submenu a {
        color: #a0a0a0;
        text-decoration: none;
        padding-left: 75px;
        line-height: 30px;
    }

/*End Submenu side navbar*/

.hyperlink {
    color: #337ab7 !important;
    font-size: 14px;
    font-family: 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
}

.hyperlink-title {
    color: #333 !important;
    font-size: 16px;
}

.title {
    font-size: 28px;
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana;
    font-weight: 200;
    fill: #232323;
    cursor: default;
    display: block;
    text-align: center;
    margin: 0 auto;
}

/*Documents*/
#docContainer {
    overflow: auto;
}

#docLeft {
    float: left;
    width: 350px;
    height: 780px;
    margin-top: 15px;
    /*border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-top: 1px solid black;*/
}

    #docLeft .dx-treeview {
        font-size: medium;
    }

#docRight {
    margin-left: 350px;
    height: 780px;
    /*border: 1px solid black;*/
}

#docFolderTitle {
    overflow: auto;
}

#docLeft1 {
    margin-top: 15px;
    margin-right: 10px;
    float: left;
}

#docRight1 {
    /*margin-left: 200px;*/
    margin-top: 25px;
}

#docRight .dx-tile {
    border: none;
    word-wrap: break-word;
    background-color: #fcfcfc;
}

    /*#docRight .dx-tile:hover { 
    border-style: solid;
    border-width: 1px;
    border-color: #7DA2CE;
}*/

    #docRight .dx-tile:active {
        background-color: #fcfcfc;
        /*background-color: #CAE1FC;*/
    }

/*Document TreeView Icon-Text*/
#treeViewItem {
    overflow: auto;
}

#treeViewItemLeft {
    float: left;
    width: 25px;
    height: 25px;
    margin-top: 0px;
}

/*Upload Purchase/Sale*/
#uploadContainer {
    overflow: auto;
}

#uploadLeft {
    float: left;
    width: 50%;
    /*height: 800px;*/
    /*margin-top: 15px;*/
}

#uploadRight {
    margin-left: 50%;
    /*height: 800px;*/
    /*border: 1px solid black;*/
}

/*UploadButton*/
.uploadButton {
    margin-left: 10px;
    /*margin-top: 10px;
    margin-bottom: 50px;*/
}
/*Accountancy filter*/
#filterContainerWeb {
    overflow: auto;
    width: 650px;
    height: 95px;
    margin-bottom: 15px;
}

#filterContainerMobile {
    height: 290px;
    width: 100%;
}

#filterOptions {
    float: left;
    /*width: 425px;*/
}

#filterCheck {
    float: left;
    margin-left: 35px;
    padding-top: 35px;
}

#filterButton {
    /*float: left;*/
    padding-top: 7px;
    margin-left: 550px;
}

#filterButtonSale {
    padding-top: 7px;
    margin-left: 420px;
}

/*PurchaseInvoice*/
.purchaseContainerWeb {
    height: 90px;
    margin-bottom: 45px;
}

.purchaseLeftWeb {
    width: 35%;
    height: 90px;
    float: left;
}

.purchaseRightWeb {
    margin-left: 35%;
    padding-left: 15%;
    width: 65%;
    height: 90px;
}

    .purchaseRightWeb .dx-tile {
        border: none;
        word-wrap: break-word;
        background-color: #fcfcfc;
    }

        .purchaseRightWeb .dx-tile:active {
            background-color: #fcfcfc;
            /*background-color: #CAE1FC;*/
        }

.purchaseContainerWeb1 {
    height: 245px;
}

.purchaseContainerWeb2 {
    height: 317px;
}

.purchaseContainerWeb3 {
    height: 210px;
}

.purchaseContainerWeb4 {
    height: 217px;
}

.purchaseContainerMobile2 {
    height: 320px;
}

    .purchaseContainerMobile2 > .purchaseLeftWeb {
        width: 100%;
    }


.purchaseLeftWeb1, .purchaseRightWeb1 {
    display: block;
}

    .purchaseRightWeb1 .dx-tile {
        border: none;
        word-wrap: break-word;
        background-color: #fcfcfc;
    }

        .purchaseRightWeb1 .dx-tile:active {
            background-color: #fcfcfc;
        }

.purchaseRightMobile1 {
    position: relative;
    height: 120px;
    padding-top: 300px;
}

    .purchaseRightMobile1 .dx-tile {
        border: none;
        word-wrap: break-word;
        background-color: #fcfcfc;
    }

.purchaseRightMobile .dx-tile:active {
    background-color: #fcfcfc;
    /*background-color: #CAE1FC;*/
}

/*Bootstrap Circlebuttons*/
.btn-circle {
    margin-left: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        font-size: 24px;
        line-height: 1.33;
        border-radius: 35px;
    }

/*hideable sidebar*/

#wrapper.off-canvas #sidebar-wrapper {
    display: none;
}

#wrapper.off-canvas #page-content-wrapper {
    width: 100%;
}

/*popup reminder level edit form*/
.reminderLevelContainer {
    overflow: auto;
}

.reminderLevelLeft {
    float: left;
    width: 50%;
}

.reminderLevelRight {
    margin-left: 50%;
}

/*BTW Button Company Web / Vlies*/
/*.btwButton{

}*/

/*HR tag aanpassen*/
hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.3em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

/*Contact buttons*/
#buttons .dx-button-content .dx-icon {
    width: 40px;
    height: 40px;
}

#buttons .dx-button-text {
    white-space: normal;
    width: 100px;
}

/*Messages*/
/*id="messageContainer" class="messageContainer"*/
.messageContainer {
    overflow: auto;
}

/*id="messageTextAreaLeft" class="messageTextAreaLeft"*/
.messageTextAreaLeft {
    float: left;
    width: 70%;
    padding-left: 1px;
    padding-bottom: 1px;
}

/*id="messageFileUploadRight" class="messageFileUploadRight"*/
.messageFileUploadRight {
    margin-left: 70%;
}

/*id="spaceTDReply1" class="spaceTD"*/
/* id="spaceTDNew123" class="spaceTD"*/
/*id="spaceTDDetail12" class="spaceTD"*/
.spaceTD {
    width: 100px;
}

/*#footerForm.dx-form {
    background: #F5F5F5 !important;
    padding: 15px !important;
}*/

/*.dx-datagrid-rowsview .dx-data-row .dx-cell-modified .dx-highlight-outline::after {
    border-color: transparent !important;
}*/

/*.salesTicketEntriesDiv.dx-button .dx-icon {
    padding: 0px !important;
}*/

.toUpperCase input {
    text-transform: uppercase;
}

#fileParamsContent {
    overflow: auto;
}

#fileParamsLeft {
    width: 140px;
    margin-top: 5px;
    margin-right: 10px;
    float: left;
}

#fileParamsRight {
    margin-left: 140px;
}

.redRow {
    background-color: red;
}

.redText {
    color: red;
}

/*File (DossierFiche)*/
.fileTab {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.contactFull {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contactFullMobile {
    display: table;
    margin: 10px auto;
}

.contactTitle {
    text-align: center;
    height: 40px;
    /*h4*/
    display: block;
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.contactImageDiv {
    width: 200px;
    height: 235px;
    /*border-style: solid;
    border-width: 1px;*/
}

.contactImage {
    display: block;
    margin: auto;
}

.contactName {
    margin-top: 10px;
    text-align: center;
    width: 200px;
    height: 40px;
    word-wrap: break-word;
}

#GeneralForm {
    opacity: 1;
}

#SocialForm {
    opacity: 1;
}

.paritComBrowser {
    margin-top: 10px;
    margin-left: 150px;
}

.paritComMobile {
    margin-top: 10px;
    margin-left: 0px;
}

#LegalForm {
    opacity: 1;
}

.naceCodeBrowser {
    margin-top: 10px;
    margin-left: 150px;
}

.naceCodeMobile {
    margin-top: 10px;
    margin-left: 0px;
}

#OwnPersonaliaForm {
    opacity: 1;
}

#PartnerPersonaliaForm {
    opacity: 1;
}

/*dxTreeList (reporting)*/
.dx-treelist-rowsview .dx-data-row td.dx-pointer-events-none.dx-last-cell, .dx-treelist-headers .dx-row td.dx-pointer-events-none.dx-last-cell {
    border-left: none !important;
}

.dx-treelist-rowsview .dx-row {
    border-top: none !important;
    border-bottom: none !important;
}

.newAbsenceDetailsGroup {
    background-color: #f5f5f5;
    padding: 15px !important;
    padding-bottom: 20px !important;
    margin-top: 15px !important;
}

.newAbsenceMemo {
    margin-top: 5px;
}

/*Approvals*/
/*Rows*/
.declinedRow {
    background-color: #FF4500;
}

.toApproveRow {
    background-color: #FFA500;
}

.approvedRow {
    background-color: #04B404;
}
/*Container for document and buttons*/
.approvalContainer {
    overflow: auto;
    width: 100%;
}

.approvalGrid {
    float: left;
    width: 38%;
    height: 100%;
}

.approvalGridSmall {
    width: 540px;
}

.approvalGridMobile {
    width: auto;
}

.approvalPdf {
    margin-left: 2.5px;
    float: right;
    width: 61%;
    height: 100%;
}

.approvalPdfCentered {
    /*width: 50%;
    margin: 0 auto;*/
}

.approvalButtons {
    margin-bottom: 5px;
    /*display: none;*/
}

.hidden{
    display: none;
}

.show{
    display: block;
}

#btnApprove {
    width: 24%;
    height: 50px;
    background-color: #04B404;
    font-size: 150%;
}

#btnDecline {
    width: 24%;
    height: 50px;
    background-color: #FF0000;
    font-size: 150%;
}

#btnDelegate {
    width: 24%;
    height: 50px;
    background-color: #FF7F00;
    font-size: 150%;
}

#btnDocument {
    width: 24%;
    height: 50px;
    /*background-color: #FF7F00;*/
    font-size: 100%;
}

#btnReturnInvoice {
    width: 24%;
    height: 50px;
    /*background-color: #FF7F00;*/
    font-size: 120%;
}

#btnComplete {
    width: 24%;
    height: 50px;
    /*background-color: #FF7F00;*/
    font-size: 140%;
}

.btnMasterPerformance {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}