/* PLACEHOLDER TABLES */
#tblTotaalPlaceholder {
    margin: 10px 26px 0 26px;
    clear: both;
}

/* TABEL HOOFDEIGENSCHAP */
.tblTotaal {
    font: Arial;
    border-bottom: 1px solid #DDD;
}

    .tblTotaal.vergelijkingsTbl,
    .tblVergelijkingen {
        /*width: 70%;*/
    }

.dvTable .tblTotaal.vergelijkingsTbl {
    width: 100%;
}

.tblTotaal td {
    padding-left: 6px;
    text-align: right;
    height: 20px;
}

/* TABEL RIJ EIGENSCHAPPEN */
.tblTotaalHeaderRow {
    background-color: #e2001a;
    font-weight: normal;
    color: white;
    line-height: 17px;
}

.tblTotaalSubHeaderRow {
    background-color: #FDD2C0;
    font-weight: bold;
    color: black;
    line-height: 14px;
}

.tblTotaalHeaderRow th {
    border-top: none;
    height: 20px;
}

.tblTotaalHeaderRow td,
.tblTotaalHeaderRow th {
    text-align: left;
    border-right: 1px solid #F2F1F1;
    /*border-left:1px solid #F3F3F3;*/
    text-align: center;
}

.tblTotaalHeaderRow .Selectie {
    display: block;
    border: 1px solid white;
    font-size: 1px;
    height: 7px;
    width: 7px;
    float: left;
    padding: 2px;
    margin-top: 5px;
    margin-right: 5px;
}

.tblTotaalRow {
    background-color: #FFF;
    font-weight: normal;
    color: black;
    padding-left: 5px;
    border-bottom: 1px solid #DBDBDB;
}

    .tblTotaalRow td {
        border-right: 1px solid #EEE;
    }

.tblTotaalAlternatingRow {
    background-color: #FAFAFA;
    font-weight: normal;
    color: black;
    padding-left: 5px;
}

    .tblTotaalAlternatingRow td {
        border-right: 1px solid #EEE;
    }

.tblTotaalEmptyRow td {
    height: 20px;
    background: none;
    border-left: none;
    border-right: none;
}

.tblTotaalEmptyRow td {
    background: #FFF;
}

.tblTotaalTotaalRow, .tblTotaalTotaalRow .tblTotaalEditableCell, .tblTotaalTotaalRow td,.tblTotaalTotaalRow td.tblTotaalHeaderCell {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    height: 20px;
}


/* TABEL KOLOM EIGENSCHAPPEN */


td.tblTotaalHeaderCell {
    border-left: 1px solid #DDD;
    background: #DBDBDB;
    border-bottom: 1px solid #F2F1F1;
    text-align:left;
}

.tblTotaalTotaalCell {
    background-color: #EEEEEE;
}


/* EDIT SCHERM */

td.tblTotaalEditableCell {
    padding: 6px;
}

td.tblTotaalEditableCell input {
    border: 1px solid #DBDBDB;
    width: 50px;
    margin-bottom: 0;
}

td.tblTotaalEditableCell .comment {
    width: 0; 
    height: 0; 
    border-top: 10px solid #0000ff;
    border-left: 10px solid transparent;
    float: right;
}

td.tblTotaalEditableCell .comment.has-comment {
    border-top: 10px solid #e2001a;
}


td.tblTotaalCell {
    /*padding: 0px;
    padding-left: 6px;
    padding-top:3px;*/
}

td.tblTotaalCell .comment {
    width: 0; 
    height: 0; 
    border-top: 10px solid #0000ff;
    border-left: 10px solid transparent;
    float: right;
}

td.tblTotaalCell .comment.has-comment {
    border-top: 10px solid #e2001a;
}


.tblTotaalLockedCell {
    background-color: #C4D0E9;
}

td.tblTotaalLockedCell {
    min-width: 60px;
}

.tblTotaalCBSCell {
    background-color: #960000;
}

.tblTotaalFutureCell {
    background-color: #969CBE;
}

td.tblTotaalFutureCell {
    min-width: 60px;
}

/* DIV VOOR POSITIONEREN GRAFIEK - ACTUEEL */
#tblActueelBarometer {
    float: right;
    width: 150px;
    margin-top: -175px;
}

#actueelSwitch {
    float: right;
    padding-right: 25px;
}

#tblActueelGrafiek {
    float: right;
}

#tblActueelTabel {
    margin-left: 27px;
    float: left;
}

#tblActueelTabel {
    font: 102% Arial;
}

#tblVergelijkTabel {
    margin-left: 0px;
}

/* *****************************
    VERGELIJKINGEN MAKEN 
*******************************/
/*tabel met keuzes*/

.tblVergelijkingen {
    margin: 10px 0;
}

tr.tblVergelijkHeader {
    background-color: #E2001A;
    color: #FFF;
}

.tblVergelijkKolom {
    background-color: #EEE;
    padding: 5px 5px;
}

td.tblVergelijkKolom {
    text-align: right;
}

.tblVergelijkingen td {
    padding: 5px 5px;
}

    .tblVergelijkingen td select {
        padding: 3px 5px;
        border: 1px solid #EEE;
        border-radius: 0;
        margin: 0;
        width: 100%;
    }



/* *****************************
    VERGELIJKINGEN MAKEN 
*******************************/
#vergelijkingen {
    width: 100%;
}

.VGtable {
    width: 100%;
    float: left;
    height: 280px;
}

.VGgraph {
    float: left;
    margin-left: 15px;
    height: 350px;
}

.VGgraphLegenda {
    position: relative;
    float: left;
}

    .VGgraphLegenda form {
        position: relative;
        display: block;
    }

.VGtop10lijst {
    font-size: 10px;
}


/* TEXTAREA BIJ INVOERMODULE */
.tblTotaalCommentCell {
    width: 350px;
    height: 100px;
    font-size: 11px;
}

/*Wie is er ingelogd? uiterlijk*/
.inlogdetails {
    width: 160px;
    margin: 10px;
    border: 1px solid #F2F1F1;
    font-size: 10px;
    padding-left: 3px;
    margin-top: 30px;
}

/*Partnerlogo positionering*/
.partnerlogo {
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

/*Rapport toelichting bijvoegen*/
.rapportToelichting {
    margin-top: 10px;
    font-size: 0.8em;
}

/* OPMERKINGEN POPUP */
#opmerkingContainer {
    padding: 10px;
    background-color: white;
    border-bottom: 5px solid #F2F1F1;
}

hr {
    color: gray;
    height: 1px;
}

.VGgraphLegenda .divIndexMelding {
    border: 1px solid #000;
    background-color: #fff;
    width: 400px;
}





.actueel_barometer {
    width: 100px;
    height: 300px;
    margin-left: 50px;
}

.btn.submit {
    float: right;
    margin: 15px 0;
}



.barometerLabel {
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    padding: 10px 20px;
    float: left;
    margin: 25px 0 15px 15px;
    border: 1px solid #000;
}

.barometerLabelTxt {
    float: left;
    font-size: 18px;
    line-height: 20px;
    width: 100px;
}

.barometerLabelValue {
    float: left;
    font-size: 30px;
    line-height: 40px;
}


/*
* Comparison
*/
.checkboxTD {
    float: left;
    text-align: left;
    width: 50%;
}

.checkboxTD_full {
    float: left;
    text-align: left;
    width: 100%;
}

    .checkboxTD_full input,
    .checkboxTD input {
        min-width: 15px;
        width: 15px;
        margin: 0 10px;
    }


@media (max-width: 400px) {

    .barometerLabelTxt {
        font-size: 14px;
        line-height: 18px;
        width: 80px;
    }

    .barometerLabelValue {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .tblTotaal.vergelijkingsTbl,
    .tblVergelijkingen {
        width: 100%;
    }
}


