﻿body {
    font-family: Verdana;
    font-size: medium;
    color: #9c928f;
    margin: 0px;
    padding: 0px;
}

a {
    color: #fafafa;
    text-decoration: underline;
}

.clsar {
    text-align: right;
}

/* buttontype : linkbutton (logoff)*/
.cls_linkbutton {
    height: 15px;
    border: none;
    font-size: 10px;
    text-decoration: underline;
    background-color: transparent;
    cursor: pointer;
}
.clstabelabc {
    width: 100%;
    font-size: small;
}

/* Table algemeen */
.clstable {
    width: 100%;
    font-size: small;
}
    .clstable tr {
        vertical-align: top;
    }
.clstable tr:first-child {
    background-color: #543019;
    color: #fafafa;
}
    .clstable td {
        border-right: solid 1px #543019;
        border-bottom: solid 1px #543019;
        padding: 2px;
    }


/*  esgrid start */
.es_gridcell {
    visibility: visible;
    height: 15px;
    border-bottom: solid 1px #eeeeee;
    padding: 0px;
    margin: 0px;
}
.es_showcell {
    visibility: visible;
    height: 15px;
}
.es_showcell_readonly {
    visibility: visible;
    height: 15px;
    font-weight: bolder;
}

.es_hidecell {
    visibility: hidden;
    height: 0px;
    position: relative;
    top: -19px;
}
/*.clsgrid1 {
}*/

    /*.clsgrid1 tr {
    }*/

    .clsgrid1 th {
        padding: 5px;
        font-size: small;
        font-weight:normal;   
        border: solid 1px #e6bbcb;
    }

    /*.clsgrid1 td {
        padding: 5px;
        border: solid 1px #e6bbcb;
        height: 20px;
        position: relative;
    }*/

        .clsgrid1 td:hover {
            background-color: #dddddd;
        }

/*  esgrid einde */
.black_overlay1 {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1010;
    -moz-opacity: 0.8;
    opacity: .40;
    filter: alpha(opacity=80);
}

.black_overlay2 {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1030;
    -moz-opacity: 0.8;
    opacity: .40;
    filter: alpha(opacity=80);
}

.white_content1 {
    display: none;
    position: fixed;
    top: 15%;
    left: 25%;
    width: 700px;
    padding: 10px;
    border: 4px solid #8e837f;
    border-radius: 10px;
    background-color: white;
    z-index: 1020;
    overflow: no-content;
}

.white_content2 {
    display: none;
    position: fixed;
    top: 15%;
    left: 10%;
    width: 1024px;
    padding: 10px;
    border: 4px solid #8e837f;
    border-radius: 10px;
    background-color: white;
    z-index: 1040;
    overflow: no-content;
}

/*  Rapportagetabel*/
.clsrapportage {
    font-size: small;
}
    .clsrapportage tr {
        vertical-align: top;
    }
        .clsrapportage tr:first-child {
            background-color: #8e837f;
            color: #fafafa;
        }
    .clsrapportage td {
        border-right: solid 1px #cccccc;
        border-bottom: solid 1px #cccccc;
        padding: 2px;
    }

/* ---- Orderpos --- */
.clstabelorderpos {
    width: 100%;
    font-size: small;
}
.clstabelorderpos tr {
    vertical-align: top;
}
.clstabelorderpos tr:first-child {
    background-color: #8e837f;
    color: #fafafa;
}
    .clstabelorderpos td {
        border-right: solid 1px #cccccc;
        border-bottom: solid 1px #cccccc;
        padding: 2px;
    }

/* Zorgen dat tekst altijd wordt afgebroken ook als te lang  */
.clsafbreken {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/*    TABBLADEN  */
.clstabbladactief {
    border-left: solid 2px #543019;
    border-top: solid 2px #543019;
    border-right: solid 2px #543019;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*background-color: #543019;*/
    color: #543019;
    font-weight: bolder;
    text-align: center;
    padding: 0px;
    font-size: smaller;
}
.clstabbladnietactief {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: solid 2px #543019;
    background-color: #ffffff;
    text-align: center;
    color: #543019;
    padding: 0px;
}

    .clstabbladnietactief:hover {
        background-color: #543019;
        color: #000000;
    }

.clstabbladbutton {
    border: none;
    background-color: transparent;
    color: #543019;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
}

    .clstabbladbutton:hover {
        color: #fafafa;
        background-color: #543019;
    }

.cls_upabit {
    position: relative;
    top: -8px;
}

.cls_btnexcel {
    border: solid 1px #20517b;
    border-radius: 4px;
    background-color: #543019;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    padding: 0px;
    background-position-x: 2px;
    background-position-y: 2px;
    background-image: url(images/img_excel.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    cursor: pointer;
    vertical-align: central;
}

    .cls_btnexcel:hover {
        background-color: #4cbec7;
    }

.clsfieldcaption {
    background-color: #eeeeee;
    color: #000;
    padding: 5px;
    font-size: smaller;
    vertical-align: top;
}

.clssortbutton {
    border: none;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    color: white;
    cursor: pointer;
}

    .clssortbutton :hover {
        background-color: #cccccc;
        color: #000000;
    }

.clsmenu1 {
    width: 100%;
    padding: 0px;
    margin: auto;
    width: 970px;
    height: 50px;
}

    .clsmenu1 tr {
        height: 50px;
        padding: 0px;
        margin: auto;
    }

    .clsmenu1 td {
        width: 20%;
        height: 100%;
        color: #fafafa;
        border-left: solid 1px #fafafa;
        /*border-right: solid 1px #fafafa;*/
        padding: 0px;
        border-top: none;
        border-bottom: none;
    }

.clsmenu1tab {
    position: relative;
    top: -2px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}

.clsmenu11 {
    margin: 0px;
    padding: 0px;
}
    .clsmenu11 tr {
        height: 40px;
    }
    .clsmenu11 td {
        border: none;
        color: #fafafa;
        padding: 0px;
        text-align: left;
        margin: 0px;
    }
        .clsmenu11 td:hover {
            background-color: #8e837f;
            border: solid 0px #543019;
            color: #fafafa;
        }

.clsmenu1tab:hover {
    background-color: #000000;
}

.clssubmenu {
    visibility: hidden;
    display: none;
    position: relative;
    top: 22px;
    left: 0px;
    color: #000000;
    border: dotted 1px #cccccc;
    padding: 0px;
    background-color: #eeeeee;
    cursor: default;
}

.clsmenubutton {
    border: none;
    cursor: pointer;
    margin: 0px;
    font-size: 10pt;
    padding: 0px 0px 0px 0px;
    margin-left: 5px;
    text-align: left;
    width: 100%;
    height: 20px;
    background-color: transparent;
    /* tbv afbreken tekst in button*/
    /*white-space: normal;
    word-wrap: break-word;*/
}

.cls_glibutton {
    border: none;
    background-color: transparent;
    cursor: pointer;
    /*color: #bbbbbb;*/
    color: white;
}

    .cls_glibutton:hover {
        background-color: #cccccc;
        color: #000000;
    }

.cls_glibutton_dark {
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: #000000;
}

    .cls_glibutton_dark:hover {
        background-color: #cccccc;
        color: #000000;
    }

.cls_larger {
    zoom: 120%;
}

.cls_smaller {
    zoom: 60%;
}

.cls_btbutton_default_xs {
    border: solid 1px #20517b;
    border-radius: 3px;
    background-color: #543019;
    /*width: 40px;*/
    height: 20px;
    color: #fafafa;
    cursor: pointer;
    margin-left: 3px;
    position: relative;
    top: -8px;
}

    .cls_btbutton_default_xs:hover {
        background-color: #4cbec7;
    }

.cls_btbutton_default {
    border: solid 1px #20517b;
    border-radius: 4px;
    background-color: #543019;
    width: 80px;
    height: 30px;
    color: #fafafa;
    cursor: pointer;
}

    .cls_btbutton_default:hover {
        background-color: #4cbec7;
    }

.cls_btbutton_wide{
    border: solid 1px #20517b;
    border-radius: 4px;
    background-color: #543019;
    /*width: 80px;*/
    height: 30px;
    color: #fafafa;
    cursor: pointer;
}
    .cls_btbutton_wide:hover {
        background-color: #4cbec7;
    }

.cls_btbutton_nondefault {
    border: solid 1px #cccccc;
    border-radius: 4px;
    background-color: #fafafa;
    width: 80px;
    height: 30px;
    color: #333333;
    cursor: pointer;
}

    .cls_btbutton_nondefault:hover {
        background-color: #eeeeee;
    }

.cls_btbutton_warning_80 {
    border: solid 1px #cccccc;
    border-radius: 4px;
    background-color: #d9534f;
    width: 80px;
    height: 30px;
    color: #fafafa;
    cursor: pointer;
}

    .cls_btbutton_warning_80:hover {
        background-color: #dc8582;
        color: #000000;
    }

.cls_btbutton_warning {
    border: solid 1px #cccccc;
    border-radius: 4px;
    background-color: #d9534f;
    /*width: 80px;*/
    height: 30px;
    color: #fafafa;
    cursor: pointer;
}

.clsinput {
    border: solid 1px #543019;
    padding: 3px;
}

.clsselect {
    border: solid 1px #543019;
    padding: 3px;
}


