:root {
    --menuheaderselected_BG: #00772e;
    --menuheaderselected_FG: #ffffff;
    --menuheadernotselected_BG: #45AB3F;
    --menuheadernotselected_FG: #ffffff;
    --navigation_BG: #96C02F;
    --tableheader_BG: #C1E691;
    --tableheader_FG: #a9a9a9;
    --tableroweven_BG: #E7F7DB;
    --tableroweven_FG: #333333;
    --bordercolored: #4cae4c;
    --artikelBackColorHover: darkgreen;
    --artikelImgBackColor: #262626;
}

#map-canvas {
    width: 800px;
    height: 400px;
}
#adreskiezer{
	width:335px;
	height:400px;
}
.login {
    left: 1157px; 
    position: absolute;
    margin-top: 9px;
    width: 500px;
    text-align: right;
}

#klantselect {
    left: 1670px;
    top: 45px;
 /*   display: block; */
}

#tot_facturen, #tot_kasbonnen, #tot_klanten {
    left: 1670px;
    top: 544px;
}

#TotaalVanaf, #klantselectshowhide {
    display: none;
}
#tot_prijzenvolgenslevering{
    left: 1672px;
    top: 575px;
   /* display:block;*/
}
    @media (max-width: 1915px) {
        .login {
            left: 1111px;
        }

        #klantselect {
            left: 1436px;
            top: 40px;
            display: none;
        }
        #tot_facturen, #tot_kasbonnen, #tot_klanten {
            left: 1436px;
            top: 544px;
            display: none;
        }

        #TotaalVanaf, #klantselectshowhide {
            display: block;
        }

        #tot_prijzenvolgenslevering {
            left: 1297px;
            top: 535px;
            display: none;
        }
    }

    @media (min-width: 1916px) {
        #klantselect, #tot_facturen, #tot_kasbonnen, #tot_klanten {
            display: block !important;
        }
        #tot_prijzenvolgenslevering {
            display: block !important;
        }
    }

    .item {
        height: 700px;
    }

    .carousel {
    }

    #samenvatting {
        padding: 10px;
    }

    .admin th {
        cursor: pointer;
    }

    .order-overzicht {
        margin-left: 60px;
    }

        .order-overzicht div {
            padding-left: 30px;
        }

    #afbeeldingen {
        margin-bottom: 20px;
    }

    .fotoitem {
        width: 100px;
        height: 100px;
        position: relative;
        overflow: hidden;
        display: inline-block;
        border: 1px solid black;
        margin: 5px;
    }

    img {
        image-orientation: from-image;
    }

    .afb {
        background-color: var(--menuheaderselected_BG);
    }

    .fotoitem img {
        position: absolute;
        width: 150px;
        left: -50%;
        image-orientation: from-image;
    }

    .btn2 {
        margin-left: 50px;
        margin-top: 50px;
    }

    #selectproduct {
        width: 200px;
    }

    #selectbutton {
        width: 200px;
    }

    html, body {
        height: 100%;
    }

    * {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    #search-result, #psearch-result {
        height: calc(100% - 140px);
        min-height: calc(100% - 140px);
    }

    .main {
        padding: 0 175px;
        display: -webkit-flex;
        /*    justify-content: center;  
	flex-wrap:wrap;
	height:100%; */
    }

    .aanmelden {
        border-radius: 5px;
        padding: 5px;
        margin: 5px 10px;
        width: 90%;
    }

        .aanmelden.error {
            border-color: red;
        }

    input.aanmelden {
        padding: 20px 10px;
    }

    .aanmeldentext {
        padding: 5px;
        margin: 5px 10px;
    }

.aanmeldenbutton {
    padding: 5px;
    margin: 25px 10px 15px 15px;
    border-radius: 5px;
    /*        width: 60%;  */
    font-size: 20px;
    font-weight: bold;
    color: var(--menuheaderselected_BG);
    background-color: var(--tableheader_BG);
    outline: none;
}

    .aanmeldencheckbox {
        padding: 5px;
        margin: 1px 10px 5px;
    }

    .tabheader {
        border-radius: 5px 5px 0px 0px;
        border-left: 1px solid #d5d5d5;
        border-top: 1px solid #d5d5d5;
        border-right: 1px solid #d5d5d5;
        width: 159px;
        height: 36px;
        cursor: pointer;
        float: left;
        margin: 8px 0px 0px 10px;
        text-align: center;
        line-height: normal;
        padding: 10px;
    }

        .tabheader:hover, .subtabheader:hover {
            font-weight: bold;
            color: var(--menuheaderselected_BG) /*var(--navigation_BG) /*#FD4312*/;
            overflow: initial;
        }

    .subtabheader {
        border-radius: 5px 5px 0px 0px;
        border-left: 1px solid #d5d5d5;
        border-top: 1px solid #d5d5d5;
        border-right: 1px solid #d5d5d5;
        width: 200px;
        height: 36px;
        cursor: pointer;
        float: left;
        margin: 8px 0px 0px 10px;
        text-align: center;
        line-height: normal;
        padding: 10px;
    }


    .tabheaderselected {
        border-bottom: 1px solid var(--tableroweven_BG); /*#E7F7DB*/
        background-color: var(--tableroweven_BG); /*#E7F7DB*/
        font-weight: bold;
        color: var(--menuheaderselected_BG) /*var(--navigation_BG) /*#FD4312*/;
    }

    .tabheadernotselected {
        background-color: rgba(211, 211, 211, 0.25);
        overflow: hidden;
    }


    .menuheader {
        border-radius: 7px;
        width: 120px;
        height: 25px;
        cursor: pointer;
        float: left;
        margin: 7px 7px 7px 6px;
        text-align: center;
        line-height: 4px;
        padding: 10px;
        background-color: bisque;
        color: #ffffff;
    }

        .menuheader:not(.menuheaderdisabled):hover {
            font-weight: bold;
            color: #ffffff;
        }

        .menuheader a {
            color: inherit;
        }

    .menuheaderselected {
        /*background-color: #f74410;*/
        background-color: var(--menuheaderselected_BG);
        font-weight: bold;
        color: var(--menuheaderselected_FG);
    }

        .menuheaderselected a:hover {
            color: inherit;
            text-decoration: none;
        }

    .menuheadernotselected {
        /* background-color: #f5933b; */
        background-color: var(--menuheadernotselected_BG);
        color: var(--menuheadernotselected_FG);
    }

        .menuheadernotselected a:hover {
            color: inherit;
            text-decoration: none;
        }

    .menuheaderdisabled {
        background-color: var(--menuheadernotselected_BG); /*#45AB3F /*#f5933b*/
        color: #e2e2e2;
        cursor: default;
        pointer-events: none;
    }

    .menuheader:hover .KContact {
        display: block !important;
    }

    .navigation_BG {
        background-color: var(--navigation_BG);
        color: var(--navigation_FG);
    }

.hMmPreview, .hFoPreview {
    position: absolute;
    top: 1px;
    left: 65px;
    display: none;
    /*height: 42px;
    color: rgb(69, 171, 63);*/
    color: var(--menuheaderselected_BG);
    font-size: 20px;
    background-color: white;
}

    #minmaxPreview:hover .hMmPreview {
        display: block !important;
        width: 225px;
    }

    #facoffToggle:hover .hFoPreview {
        display: block !important;
        width: 225px;
    }

    .tabbody {
        border: 1px solid #d5d5d5;
        border-radius: 5px 5px 5px 5px;
        width: 1470px;
        height: 795px;
        background-color: var(--tableroweven_BG); /*#E7F7DB*/
        margin-top: -1px;
        display: flex;
        padding: 10px;
    }

    .subtabbody {
        border: 1px solid #d5d5d5;
        border-radius: 5px 5px 5px 5px;
        width: 1447px;
        height: 730px;
        background-color: var(--tableroweven_BG); /*#E7F7DB*/
        margin-top: 43px;
        /* display: flex;*/
        padding: 10px;
    }

    .tabbodydetail {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: none;
    }

    .tabsubtitle {
        margin-left: 15px;
        background-color: rgb(227, 227, 227);
        color: black;
        border: 1px solid darkgray;
        border-radius: 3px;
        padding-left: 5px;
        width: 210px;
    }

    .search {
        border-radius: 5px;
        border: 1px solid;
        border-color: darkgray;
        /*margin-top: 5px; */
        padding: 5px;
        overflow: auto;
        /*	height: 790px;
	overflow: hidden;
*/
    }


    .actions, Overlay message buttons {
        display: block;
        /*	width: 99%;   */
        border-radius: 5px;
        border: 1px solid DarkGray;
        margin: 5px;
        padding: 5px;
        background-color: rgb(241, 241, 241);
        text-align: left;
        position: relative;
    }

        .actions input[type="button"], input[type="text"], input[type="password"], textarea, Overlay message buttons submit {
            background-color: #fff;
            border: 1px solid #a3a3a3;
            /*	padding: 6px 14px;  */
            border-radius: 5px;
            /*    height: 25px; */
        }

    .placehldr label {
        display: none;
    }

    .placehldr input:focus ~ label {
        display: block;
    }

    Overlay message buttons submit {
        cursor: pointer;
    }

    th {
        font-size: 13px;
        font-weight: bold;
        font-family: arial, helvetica, sans-serif;
        color: var(--tableheader_FG);
        background-color: var(--tableheader_BG);
        height: 110%;
        text-align: left;
        padding-left: 2px;
        padding-right: 2px;
    }

    .odd {
        background-color: white;
    }

    .even {
        background-color: var(--tableroweven_BG); /*#E7F7DB; */
        color: var(--tableroweven_FG);
        /*background-color: rgba(254, 174, 89, 0.50);*/
    }

    .saved {
        background-color: #0000001a !important;
    }

    .gray {
        color: #80808094;
    }

    .green {
        color: black;
        background-color: #c1e691;
    }

.greengray {
    color: #80808094;
    background-color: #c1e691;
}
    .orange {
        color: white !important;
        background-color: #ff8a3c !important;
    }

    .red {
        color: white !important;
        background-color: red !important;
    }

    .redonwhite {
        color: red !important;
        background-color: white !important;
    }

    .orangegray {
        color: white;
        background-color: #ffa86e;
    }

    .custorder {
        /*color: #ce11f1 !important;
        font-weight: 800;*/
        background-color: var(--menuheaderselected_BG) !important; /*#00772e*/
        font-weight: bold;
        color: #ffffff !important;
    }

        .custorder a {
            background-color: var(--menuheaderselected_BG) !important; /*#00772e*/
            font-weight: bold;
            color: #ffffff !important;
        }

    .prindorder {
        /*color: #ce11f1 !important;
        font-weight: 800;*/
        background-color: #3095b4 !important;
        font-weight: bold;
        color: #ffffff !important;
    }

        .prindorder a {
            background-color: #3095b4 !important;
            font-weight: bold;
            color: #ffffff !important;
        }

    .KContact {
        background-color: white;
        color: var(--menuheadernotselected_BG);
    }

    .tabletext {
        background-color: White;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        /*	color:white;
	border: 1px solid DarkGray; */
        border-radius: 5px;
        font-family: Arial;
        font-size: 16px;
    }

    .tablelabel, Overlay message h2 {
        padding: 5px;
        margin: 5px;
        /*	text-align: center; */
        /*font-family: 'bahamasregular'; */
        font-family: 'ProximaNovaRegular';
        font-size: 22px;
        /*	font-weight: bold; */
        border-radius: 5px;
        border: 1px solid DarkGray;
        background-color: rgb(244, 244, 244);
        height: 40px;
    }


    /**/

    Overlay {
        display: block;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(220, 220, 220, .4);
        z-index: 200;
    }


        Overlay message {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            width: 650px;
            height: 175px;
            padding: 10px;
            color: #454545;
            background-color: #fff;
            border-radius: 4px;
            border: 1px solid #a3a3a3;
            box-shadow: 2px 2px 5px #aaa;
            line-height: 25px;
            text-align: center;
        }

    /*
Overlay message h2 {
	margin: -10px -10px 10px;
	padding: 10px;
	font-weight: lighter;
	font-size: 24px;
	text-transform: uppercase;
	background-color: #f1f1f1;
	border-radius: 4px;
	border-bottom: 1px solid #a3a3a3;
	line-height: initial;
}

Overlay message buttons {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px;
}

/*Overlay message buttons submit {
	display: inline-block;
	border-radius: 3px;
	background-color: #E7572A;
	padding: 6px 16px;
	color: #fff;
	cursor: pointer;
	transition: all ease .2s;
	text-decoration: none;
	margin: 0 2px;
	line-height: initial;
}*/

    .Bewerkingen {
        text-align: center;
        font-size: 17px;
    }

    .divHorColums {
        display: flex;
        align-items: center;
        flex-direction: column;
        height: 100%;
        width: 100%;
    }

    .divVertColums {
        display: flex;
        align-items: center;
        flex-direction: row;
        height: 100%;
        width: 100%;
    }

    .divTextBox {
        overflow: auto;
        border: 1px solid lightgrey;
        padding: 3px;
    }

    #divaudio img {
        opacity: .3;
        height: 60px;
        width: 60px;
        transition: opacity .3s ease;
        cursor: pointer;
    }

        #divaudio img .audiotxt {
            opacity: 0;
        }

        #divaudio img:hover {
            opacity: .8;
        }

    .ReadOnly {
        color: darkgrey;
    }

    .selected {
        background-color: lightgrey;
    }

    .Adv {
        /*opacity: 0.2;*/
        background-color: var(--menuheadernotselected_BG); /*#45AB3F /*#f5933b*/
        border: 4px solid white;
        border-radius: 20px;
        width: 25px;
        height: 25px;
        margin-top: 50px;
        cursor: pointer;
        margin-left: 20px;
    }

        .Adv:hover, .AdvSelected {
            background-color: var(--menuheaderselected_BG) /*#00772e #00772e /*#f74410*/;
        }

    .dayselected {
        border: 2px solid #f5933b;
        padding: 9px;
        background-image: url('../images/checkItem.png');
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: 373px 80px;
    }

    #TabBlad {
        margin-top: 10px;
        display: flex;
        position: relative;
        margin-right: 45px;
        width: 1422px;
    }

    .PdfPreviewSmall {
        width: 460px;
        height: 647px;
        position: absolute;
        top: 50px;
        right: 65px;
    }

    .PdfPreviewLarge {
        width: 650px;
        height: 915px;
        top: -99px !important;
        right: 65px;
        position: absolute;
        z-index:901;
    }

    .FontGrayBold {
        color: gray;
        font-weight: bold;
    }

    .Blue {
        color: blue;
    }

    .Red {
        color: red;
    }

    .downloaded {
        background-color: var(--menuheadernotselected_BG);
        /*#45AB3F;*/
    }

    .downloadedH1 {
        background-color: #ffa86e;
    }

    .downloadedH2 {
        background-color: #ed4900;
    }

    .downloadedH3 {
        background-color: #ff0000;
    }

    .PageTitle {
        font-size: 24px;
        /*    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
*/ max-width: 375px;
        color: #999999;
        margin-left: 5px;
        margin-top: 7px;
    }

    .DropDwn {
        background-color: var(--menuheaderselected_BG);
        padding: 1px;
        border-radius: 0 5px 5px 0;
        outline: none;
        vertical-align: -7.5px;
        margin-left: -1px;
        height: 25px;
        width: 25px;
    }

    .DropDwnTxt {
        border-radius: 5px 0 0 5px !important;
        border: 1px solid var(--menuheaderselected_BG) !important;
        height: 25px;
        color: black;
        padding-left: 4px;
        outline: 0px;
    }

    .DownLoad {
        background-color: var(--menuheaderselected_BG);
        padding: 1px;
        border-radius: 5px;
        outline: none;
        height: 28px;
        width: 28px;
        cursor: pointer;
    }

    .chkbox {
        background-color: var(--menuheadernotselected_BG);
        padding: 0px;
        border-radius: 5px;
        outline: none;
        height: 25px;
        width: 25px;
        cursor: pointer;
    }

    .Messages {
        background-color: var(--menuheaderselected_BG);
        color: var(--menuheaderselected_FG);
        padding: 2px 15px 2px 15px;
        border-radius: 5px;
        height: 24px;
    }

    .OrderJobs {
        font-weight: normal;
        position: absolute;
        top: 500px;
        left: 43px;
        width: 1174px;
        border: 2px solid var(--menuheaderselected_BG) !important;
        padding: 10px;
        border-radius: 5px;
        background-color: white !important;
        z-index: 1;
        text-align: left;
        color: var(--tableroweven_FG) !important;
    }

    .Ellipsis {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.TijdRegistratie {
    width: 475px;
    height: 140px;    
    margin-top:30px;
}

.login img {
    height: 17px;
    margin-left: 4px;
}

    .login img.off {
        background-color: #f94242;
    }

    .login img.on {
        background-color: #7dc737;
    }
    .login img.pauze {
        background-color: #f9ae42;
    }

.TijdRegistratieDiv {
    display: none;
    position: absolute;
    right: 65px;
    z-index: 9999;
    text-align: left;
    top:0px;
}
.login:hover .TijdRegistratieDiv {
    display: block;
}

.TimeRegBtn{
    width:100px;
    margin-bottom:5px;
}

#TimeRegTimer {
    font-size: 31px;
    text-align: right;
    /*font-family: 'ProximaNovaRegular';*/
    font-weight: bolder;
    color: darkgray;
}

.fa7-container .fa,
.fa7-container .fas,
.fa7-container .far,
.fa7-container .fal,
.fa7-container .fab {
    font-family: "Font Awesome 7 Free";
}

.fntRed{
    color: red;
}
.fntLGreen {
    color: #00bf00;
}
.fntGreen {
    color: green;
}
.fntOrange {
    color: orange;
}
.fntGrijs {
    color: #6B7280;
}

