﻿* {
    font-family: sans-serif,'Times New Roman',helvetica;
    font-size:16px;
}
h1 {
    font-size:20px;
}

h2 {
    font-size: 20px;
}
td.custom-small {
    font-size: 12px;
}
/* From Uiverse.io by JkHuger */
.toggle {
    display: block;
    margin-bottom: 1.5em;
    font-size: 1em;
}

.toggle {
    background-color: rgba(0,0,0,0.7);
    border-radius: 0.75em;
    box-shadow: 0.125em 0.125em 0 0.125em rgba(0,0,0,0.3) inset;
    color: #499e82;
    display: inline-flex;
    align-items: center;
    margin: auto;
    padding: 0.15em;
    width: 3em;
    height: 1.5em;
    transition: background-color 0.1s 0.3s ease-out, box-shadow 0.1s 0.3s ease-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .toggle:before, .l:after {
        content: "";
        display: block;
    }

    .toggle:before {
        background-color: #d7d7d7;
        border-radius: 50%;
        width: 1.2em;
        height: 1.2em;
        transition: background-color 0.1s 0.3s ease-out, transform 0.3s ease-out;
        z-index: 1;
    }

    .toggle:after {
        background: linear-gradient(transparent 50%, rgba(0,0,0,0.15) 0) 0 50% / 50% 100%, repeating-linear-gradient(90deg,#bbb 0,#bbb,#bbb 20%,#999 20%,#999 40%) 0 50% / 50% 100%, radial-gradient(circle at 50% 50%,#888 25%, transparent 26%);
        background-repeat: no-repeat;
        border: 0.25em solid transparent;
        border-left: 0.4em solid #d8d8d8;
        border-right: 0 solid transparent;
        transition: border-left-color 0.1s 0.3s ease-out, transform 0.3s ease-out;
        transform: translateX(-22.5%);
        transform-origin: 25% 50%;
        width: 1.2em;
        height: 1em;
        box-sizing: border-box;
    }
    /* Checked */
    .toggle:checked {
        background-color: rgba(0,0,0,0.45);
        box-shadow: 0.125em 0.125em 0 0.125em rgba(0,0,0,0.1) inset;
    }

        .toggle:checked:before {
            background-color: currentColor;
            transform: translateX(125%)
        }

        .toggle:checked:after {
            border-left-color: currentColor;
            transform: translateX(-2.5%) rotateY(180deg);
        }
    /* Other States */
    .toggle:focus {
        /* Usually an anti-A11Y practice but set to remove an annoyance just for this demo */
        outline: 0;
    }
input{
    border:none;
}

input[type=text] {
    background-color: #D7D7D7;
    border:none;
}
.inputfield {
    background-color: #D7D7D7;
    width: 250px;
    border: none;
}
.inputfieldsmall {
    background-color: #D7D7D7;
    width: 90px;
    border: none;
}
.inputfieldfreesize {
    background-color: #D7D7D7;
    border: none;
}
.inputdatefield {
    background-color: #D7D7D7;
    width: 90px;
    border: none;
}
.inputfieldlarge {
    background-color: #D3BE90;
    width: 610px;
    border: none;
}
select {
    background-color: #D7D7D7;
    border:none;
}
.menuiframe {
    border: 0px;
    background-color: #D7D7D7;
    padding: 0px;
    margin: 0px;
    width: 12%;
    height: 100%;
    display: block;
}

.bodyiframe {
    border: 0px;
    background-color: whitesmoke;
    padding: 0pPx;
    margin: 0px;
    width: 88%;
    height: 100%;
    display: block;
}

.topmenuiframe {
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 5%;
    background-color: Silver;
    display: block;
}
.topmainiframe {
    border: 0px;
    padding: 0px;
    width: 100%;
    height: 83%;
    margin: 0px;
    display: block;
}
.topfooteriframe {
    background-color: #16163F;
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 5%;
    display: block;
}
.HeaderTable td{
    width: 100%;
    color: antiquewhite;
}
td.MenuKolom {
    width: 9%;
    border-right: 2px solid #D3BE90;
}
td.HeaderKolom {
    width: 10%;
    color:white;
}
.StandardButton {
    align-items: center;
    background-clip: padding-box;
    background-color: dimgray;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    line-height: 0.50;
    margin: 0;
    min-height: 2rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
}
    /*  

    .StandardButton .selected {
            background-color: #fb8332;
            box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
        }
    .StandardButton:hover {
            transform: translateY(-1px);
        }
 */

.StandardButtonNotselected {
    align-items: center;
    background-clip: padding-box;
    background-color: lightgray;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    line-height: 0.50;
    margin: 0;
    min-height: 2rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
}
.roodkatlogo {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.FooterDiv {
    color: azure;
}
.AddtableDiv {
    padding: 10px;
    border: none;
}
.EdittableDiv {
    border: none;
    padding: 10px;
}
.AddDiv {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 98%;
}
.BackDiv {
    width: 98%;

}
.BackDivLeft {

    width: 80%;
}
.BackDivRight {

    width: 20%;
}
.LoginDiv {
    background-color: whitesmoke;
    position: absolute;
    top: 200px;
    left: 300px;
    width: 30%;
    border: 0;
    border-radius: 0px;
    border: 2px solid dimgray;
    padding: 10px;
}
.LetOpClass {
    color: red;
}
.rightalign {
    position: absolute;
    right: 5%;
    border: 0;
}
.ZoekDiv {
    border-radius: 0px;
    border: 2px solid dimgray;
    padding: 10px;
}
.TableClass {
    border: none;
}
.FieldsetClass {
    border: none;
}
.TableDiv {
    border:none;
    padding: 20px;
}
.StartpageDiv {
    border-radius: 0px;
    border: none;
    padding: 20px;
}
tr.headerrow {
    background-color: #16163F;
    color:antiquewhite;
    border:none;
}
th.headerkolom {
    text-align:left;
}
.RowClass1:hover {
    background-color: #D3BE90;
}
.RowClass2:hover {
    background-color: #D3BE90;
}
.RowClass3 {
    background-color: cadetblue  ;
}
.RowClass4 {
    background-color: #D3BE90;
}
a:hover {
    color: black;
}
a:visited {
    color: black;

}
.labelclass1 {
    width: 100%;
    display: inline-table;
    color: azure;
    background-color: #16163F;
}
.li_class {
    list-style: none;
    color: black;
}
.li_class A{
    color: black;
    text-decoration:none;
}
    .headerkolom A {
        color: azure;
        text-decoration: none;
    }
    .li_class:hover {
        background-color: #D3BE90;
        list-style: none;
        color: white;
    }
.li_selected A{
    color: black;
    text-decoration: none;
    background-color: #D3BE90;
    list-style: none;
}
.MenuKolom a {
    color: black;
    text-decoration: none;
    font: bold 14px;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
img.tableicon {
    width: 15px;
    height: 15px;
}
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.radiored:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.radiored:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: orangered;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.radioorange:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.radioorange:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: darkorange;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.radiogreen:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.radiogreen:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: forestgreen;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons that are used to open the tab content */
    .tab button.tabselected {
        background-color: dimgrey;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        color: #fff;
    }
