/* HTML elementen */
body {
    font-family: verdana, arial, helvetica, sans-serif;
    color: #000;
    font-size: 10pt;
    background-color: #f3f2f2;
    margin-top: 20px;
}
td {
    font-family: verdana, helvetica;
    color: #000;
    font-size: 10pt;
    padding: 4px;
}

/* Formulier elementen */
form {
    margin: 0px;
    padding: 0px;
}
input {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
}
.input_text_big {
    width: 420px;
    padding-left: 6px;
    border: 1px #000000 solid;
}
.input_text {
    width: 250px;
    padding-left: 6px;
    border: 1px #000000 solid;
}
.input_text_small {
    width: 70px;
    padding-left: 6px;
    border: 1px #000000 solid;
}
.input_text_smallest {
    width: 44px;
    padding-left: 6px;
    border: 1px #000000 solid;
}
.input_text_datum {
    width: 40px;
    padding-left: 6px;
}
.input_radio {
    border: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.input_checkbox {
    border: 0px;
}

.button {
    background-color: #c7c7c7;
    height: 18px;
    border: 1px #000000 solid;
    color: #342b57;
    cursor: hand;
}

select {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border: 1px #000000 solid;
}
.select_files {
    width: 200px;
    height: 17px;
}
.select_menu {
    width: 180px;
    height: 17px;
}
.select_datum {
    width: 50px;
}
.select_mid {
    width: 250px;
    height: 17px;
}
.select_small {
    width: 70px;
    height: 17px;
}
.select_default {
    width: 100px;
    height: 17px;
}

/* Algemene links */
a:link {
    color: #342b57;
    text-decoration: none;
    font-size: 10pt;
}
a:hover {
    color: #342b57;
    text-decoration: none;
}
a:visited {
    color: #342b57;
    text-decoration: none;
}
a:active {
    color: #342b57;
    text-decoration: none;
}
.a_tekst {
    color: #342b57;
    text-decoration: none;
    border-bottom: #342b57 1px dotted;
}
ul {
    list-style: none;
    margin: 0px 15px;
}
.ul-intro {
    list-style: square;
}
ol {
    margin-top: 3px;
    margin-bottom: 3px;
}
li {
    margin: 0 auto;
}
hr {
    height: 1px;
    color: #000000;
}

.code_box {
    font-family: "Courier New", Courier, monospace;
    font-size: 10pt;
    background-color: #e7e7cb;
    padding-left: 10px;
}

/* Links in het admin menu */
.menu_item_main {
    font-weight: bold;
}
.menu_new_item:link {
    font-weight: bold;
    color: #2d9ae0;
}
.menu_new_item:visited {
    font-weight: bold;
    color: #2d9ae0;
}
.menu_new_item:hover {
    font-weight: bold;
    color: #2d9ae0;
}
.menu_invisible_item:link {
    color: #c7c3c3;
}
.menu_invisible_item:visited {
    color: #c7c3c3;
}
.menu_invisible_item:hover {
    color: #c7c3c3;
}
.menu_volgnummer {
    color: #b9b5b5;
}

/* Algemene tabel voor dialogen */
.dialog_table_content {
    background-color: #f2f4f2;
}
.dialog_table_kanaal {
    background-color: #f2f4f2;
    width: 650px;
    height: 300px;
}
.dialog_table_tag {
    background-color: #f2f4f2;
    width: 650px;
    height: 300px;
}
.dialog_tag_editor {
    height: 250px;
}
.dialog_tekst_editor {
    height: 450px;
}
.dialog_table_sub {
    background-color: #f2f4f2;
}
.dialog_table {
    background-color: #e5e5e5;
    width: 450px;
    border: 1px #808080 solid;
}
.dialog_table_blocks_preview {
    background-color: #e5e5e5;
    width: 650px;
    border: 1px #808080 solid;
}
.dialog_table_big {
    background-color: #e5e5e5;
    border: 1px #808080 solid;
    padding-bottom: 15px;
}
.dialog_table_big_yellow {
    background-color: #ffffd9;
    border: 1px #000000 solid;
    padding-bottom: 15px;
}
.dialog_table_big_big {
    background-color: #e5e5e5;
    border: 1px #808080 solid;
}
.dialog_table_superadmin {
    width: 100%;
    background-color: #e5e5e5;
    border: 1px #808080 solid;
}
.dialog_table_enews_groups {
    background-color: #e5e5e5;
    border: 1px #808080 solid;
}
.dialog_menu {
    background-color: #f2f4f2;
    border: 1px #808080 solid;
    width: 280px;
}
.dialog_table_desc {
    background-color: #f2f4f2;
    width: 450px;
    border: 1px #000000 solid;
    color: #342b57;
    padding: 6px;
}

.dialog_row_header {
    background-color: #e5e5e5;
    font-weight: bold;
}
.dialog_row {
    background-color: #e5e5e5;
    padding: 3px;
}
.dialog_row_icon {
    padding: 0px;
}
.dialog_current_location {
    color: #342b57;
    font-weight: bold;
}
.dialog_internal_title {
    color: #000000;
    font-weight: bold;
    height: 30px;
    vertical-align: bottom;
}

/* Login dialog */

.dialog_login {
    border: 1px #000000 solid;
    width: 450px;
    text-align: center;
}
.dialog_message_ok {
    background-color: #eafcea;
    border: 1px #808080 solid;
    width: 450px;
}
.dialog_message_error {
    background-color: #ffe3e3;
    border: 1px #808080 solid;
    width: 450px;
}
.dialog_message_info {
    background-color: #ffffd9;
    border: 1px #808080 solid;
    width: 450px;
}
.dialog_message_help {
    background-color: #e1f1f7;
    border: 1px #808080 solid;
    width: 450px;
}
.dialog_message_attention {
    background-color: #ffe7ff;
    border: 1px #808080 solid;
    width: 450px;
}

.items_table_header {
    background-color: #c7c7c7;
    height: 20px;
    font-weight: bold;
}
.items_table_row1 {
    background-color: #e5e5e5;
    height: 20px;
}
.items_table_row2 {
    background-color: #dddddd;
    height: 20px;
}

.items_table_row_news_1 {
    background-color: #ffc0c0;
    height: 20px;
}
.items_table_row_news_2 {
    background-color: #ffe3e3;
    height: 20px;
}

.items_table_row3 {
    background-color: #ffe3e3;
    height: 20px;
}
.items_table_asp {
    background-color: #c0ffff;
    height: 20px;
}
.items_table_denk {
    background-color: #ffc0ff;
    height: 20px;
}
.items_table_denk_moeder {
    background-color: #ff80ff;
    height: 20px;
}
.items_table_enewsdummy {
    background-color: #c0ffc0;
    height: 20px;
}
.items_table_nonconcept {
    background-color: #ffffc0;
    height: 20px;
}
.items_table_volmacht {
    background-color: #c0c0ff;
    height: 20px;
}
.items_table_row_notvisible {
    background-color: #f1dddd;
    height: 20px;
}
.items_table_row_disabled {
    background-color: #c2bebe;
    height: 20px;
}
.items_table_removed {
    background-color: #e76656;
    height: 20px;
}

[class*='items_table_'] td {
    padding: 8px;
}


.textarea_personeel_beschrijving {
    height: 50px;
    width: 250px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
}
.textarea_searchengine {
    height: 50px;
    width: 250px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
}
.textarea_html_header {
    height: 300px;
    width: 650px;
    font-family: "Courier New", "Courier";
    font-size: 10pt;
    color: #0000ff;
    padding: 0px;
}
.textarea_css {
    height: 650px;
    width: 650px;
    font-family: "Courier New", "Courier";
    font-size: 10pt;
    color: #000000;
    padding: 0px;
    border: 1px #000000 solid;
}
.textarea_seo {
    height: 80px;
    width: 250px;
    font-family: "Courier New", "Courier";
    font-size: 8pt;
    color: #000000;
    padding: 6px;
    border: 1px #000000 solid;
}

.tooltip_border {
    border: 1px #342b57 solid;
}
.textarea_status {
    width: 800px;
    height: 300px;
}
.textarea_enews {
    width: 100%;
    height: 100px;
    font-size: 8pt;
}
.textarea_enews_logfile {
    width: 100%;
    height: 300px;
    font-size: 8pt;
}
.textarea_wfd {
    width: 100%;
    height: 200px;
    font-family: "Courier New", "Courier";
    font-size: 10pt;
    color: #0000ff;
    padding: 0px;
}
.textarea_googleanalytics {
    height: 140px;
    width: 440px;
    font-family: courier, verdana, helvetica, sans-serif;
    font-size: 6.5pt;
    border: 1px #000000 solid;
}
.textarea_opmerkingen {
    width: 700px;
    height: 300px;
    font-family: "Courier New", "Courier";
    font-size: 12px;
    color: #000000;
    padding: 0px;
    border: 1px #342b57 solid;
}

.mij_image {
    border: 1px #000000 solid;
}
/* Elementen voor de buttons onder het contentwijzig scherm */
#tablist {
    padding: 1px 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0.1em;
    font: 10pt verdana;
}
#tablist li {
    list-style: none;
    display: inline;
    margin: 1.5pt;
}
#tablist li a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #000000;
    background: #c7c7c7;
    height: 20px;
}
#tablist li a:link,
#tablist li a:visited {
    color: #342b57;
}
#tablist li a.current {
    background-color: #c1d2ee;
}
#tabcontentcontainer {
    height: 300px;
    width: 650px;
    padding: 0px;
}
.tabcontent {
    height: 300px;
    width: 650px;
    display: none;
}
.tablist_options {
    padding: 1px 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0.1em;
    font: 10pt verdana;
}
.tab_button {
    display: inline-block;
    width: auto;
    padding: 14px;
    margin: 2px;
    border: 1px solid #000000;
    background-color: #c7c7c7;
}
.tab_button_disabled {
    display: inline-block;
    width: auto;
    padding: 14px;
    margin: 2px;
    border: 1px solid #000000;
    background-color: #c7c7c7;
}

#dhtmltooltip {
    position: absolute;
    left: -300px;
    width: 150px;
    border: 1px solid black;
    padding: 2px;
    background-color: lightyellow;
    /*  background-color: lightyellow;
    text-align:center;*/
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer {
    position: absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}

/* tabs in nieuws onderdeel */

.basictab ul {
    margin: 4px;
    padding: 3px 0;
    margin-left: 0;
    font: 12px Verdana;
    border-bottom: 0px solid gray;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li {
    display: inline;
    margin: 0;
}

.basictab li a {
    text-decoration: none;
    padding: 3px 7px;
    margin-right: 3px;
    border: 1px solid gray;

    background-color: #c7c7c7;
    color: #342b57;
}

.basictab li a:visited {
    color: #342b57;
}

.basictab li a:hover,
.basictab li a.current {
    background-color: #c1d2ee;
    color: black;
}

.basictab li a:active {
    color: black;
}

#tabcontentcontainer {
    width: 95%; /*width of 2nd level content*/
    height: 1.5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
    height: 40px;
}

.tabcontent {
    display: none;
    height: 40px;
}

.hidden {
    display: none;
}


/* 2022-01-26 ruben */
.markedForDeletion {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.markedForDeletion td,
.markedForDeletion td a {
    color: #ffffff !important;
}
