/* ------------------------------------------------------------------
   TABLE DESIGN
   -----------------------------------------------------------------*/

table.fullwidth {
    width: 100%;
}

table.list {
    border: 1px solid #ccc;
    overflow-x: auto;
    width: 100%;
    /*max-width: 1200px;*/
    margin: auto;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
    margin-bottom: 20px;
}

table.list tr {
    border: 1px solid #ddd;
    padding: 4px;
}

table.list th,
table.list td {
    padding: 5px;
    text-align: left;
}

table.list th {
    text-transform: uppercase;
    font-size: 13px;
    /*letter-spacing: 1px;*/
    background: #e7eaea;
}

table.list tr.information td {
    padding: 5px 7px 5px;
    text-align: center;
    font-size: 12px;
    font-style: italic;
}

table.list tr.information {
    padding-top: 10px;
    text-shadow: 1px 1px 1px #fff;
    background: #e7ffe6;
}

table.list input,
table.list select,
table.list div.label {
    width: 100%;
    overflow: hidden;
}

table.list tfoot tr td {
    border-top: 1px solid #7e7e7e;
}

table.list tfoot td {
    background: #f3f3f3;
    font-weight: bold;
}


/* KLAAR MET TABLE  */


/* TABLE 2 */

table.resp {
    border: 1px solid #ccc;
    overflow-x: auto;
    width: 100%;
    /*max-width: 1200px;*/
    margin: auto;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
    margin-bottom: 20px;
}

table.resp_auto {
    width: auto;
}

table.resp p {
    margin-bottom: 0px;
}

table.resp tr {
    border: 1px solid #ddd;
    padding: 4px;
}

table.resp th,
table.resp td {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: left;
}

table.resp th {
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
    background: #e7eaea;
}

table.resp th.grouping {
    text-transform: uppercase;
    font-size: 12px;
    background: #c8f7be;
}

table.resp tfoot tr td {
    border-top: 1px solid #7e7e7e;
}

table.resp tfoot td {
    background: #f3f3f3;
    font-weight: bold;
}

table.resp thead h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
}


/*coloring*/

table.resp span.green {
    color: #33cc33 !important;
    font-weight: bold !important;
    background-color: inherit !important;
}

table.resp span.red {
    color: #ff5050 !important;
    background-color: inherit !important;
    font-weight: bold !important;
}

table.resp span.orange {
    color: #ff9933 !important;
    background-color: inherit !important;
    font-weight: bold !important;
}

table a {
    color: #444;
}

@media screen and (max-width: 600px) {
    table.resp {
        border: 0;
    }
    table.resp thead {
        display: none;
    }
    table.resp tr {
        margin-bottom: 10px;
        display: block;
    }
    table.resp tr.hide {
        margin-bottom: 10px;
        display: none;
    }
    table.resp tr:after {
        content: "";
        display: table;
        clear: both;
    }
    table.resp tr:before {
        display: block;
        border-bottom: 2px solid #ddd;
    }
    table.resp td {
        box-sizing: border-box;
        display: block;
        float: left;
        clear: left;
        width: 100%;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
    }
    /*table.resp td {  background:#e7eaea; }
    table.resp td td { background:#fff; }*/
    table.resp td:last-child {
        border-bottom: 0;
    }
    table.resp td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }
    table.resp tr td.head {
        text-transform: uppercase;
        background: #e7eaea;
    }
    table.resp tfoot tr td {
        border-top: none;
    }
}


/* STRIPED, COLORS */

table.striped tr:nth-child(even) {
    background: #f3f3f3;
}

table tr.accent {
    background: #f0ffe0;
}

table tr.selected {
    background: #f0ffe0;
}

table.hover tbody tr:hover td {
    background: #d0e7fb;
}


/* options */

table td.left {
    text-align: left;
}

table td.right {
    text-align: right;
}

table th.left {
    text-align: left;
}

table th.right {
    text-align: right;
}

table td.center {
    text-align: center;
}

table th.center {
    text-align: center;
}

table td.number {
    text-align: right;
}

table th.number {
    text-align: right;
}

table th.sortasc {
    background: url("\images\sortable_descending.png") no-repeat right center;
}

table thead tr .sortUp {
    background-image: url("../images/sortasc.gif");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-right: 20px;
    background-color: #f0ffe0;
}

table thead tr .sortDown {
    background-image: url("../images/sortdesc.gif");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-right: 20px;
    background-color: #f0ffe0;
}

table thead tr .sort {
    background-image: url("../images/sortbg.gif");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-right: 20px;
}


/* FOR JQUERY BUTTONS */

table.resp tfoot tr.red td {
    background: #ff3333;
    color: white;
    font-weight: normal;
}

table.resp tfoot tr.red:hover td {
    background: #ff8080;
}

table.resp tfoot tr.orange td {
    background: #FF751A;
    color: white;
    font-weight: normal;
}

table.resp tfoot tr.orange:hover td {
    background: #ffb380;
}

table.resp tfoot tr.green td {
    background: #41D955;
    color: white;
    font-weight: normal;
}

table.resp tfoot tr.green:hover td {
    background: #7fe68d;
}

table.resp tfoot tr.blue td {
    background: #3898EC;
    color: white;
    font-weight: normal;
}

table.resp tfoot tr.blue:hover td {
    background: #73b7f2;
}

table.resp tfoot tr.grey td {
    background: #b5b5b5;
    color: white;
    font-weight: normal;
}

table.resp tfoot tr.grey:hover td {
    background: #848484;
}

table.resp tfoot tr.yellow td {
    background: #efd543;
    color: white;
    font-weight: normal;
}

table.resp tfoot tr.yellow:hover td {
    background: #ccb539;
}

table.noborder {
    border: 0;
    background: none
}

table.noborder tr td {
    border: 0;
    background: none;
    text-align: left;
    vertical-align: top;
}

table.noborder tr td p {
    margin-bottom: 3px;
    line-height: normal;
}