@import url(https://fonts.googleapis.com/css?family=Indie+Flower);

body {
    background-image: url('../images/background.png');
    background-size: 100% auto;
}

header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-image: url('../images/header.png');
    background-size: 100% auto;
    height: 369px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 1);
    z-index: 2;
    transition: all 444ms ease-in-out;
}

#standalonepage > div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    background: #ffe;
    box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 1);
    font-family: arial;
}

#standalonepage > div > div {
    margin: 50px;
}

article {
    position: absolute;
    top: 0px;
    left: 20%;
    width: 60%;
    min-height: 100%;
    background: #ffe;
    box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 1);
    z-index: 1;
    padding-bottom: 0px;
}

#innerheader {
    position: fixed;
    top: 8px;
    left: 50%;
    margin-left: -425px;
    width: 850px;
    background-image: url('../images/HappyVallyLogoTransparant.png');
    background-size: 100% 100%;
    height: 365px;
    opacity: 1;
    pointer-events: none;
    transition: all 444ms ease-in-out;
}

#content {
    margin: 440px 50px 0px 50px;
    transition: all 444ms ease-in-out;
    font-family: arial;
    font-size: 16px;
}

#content img {
    float: left;
    margin: 8px;
}

hr {
    border: 0;
    height: 1px;
    background: linear-gradient(to right, #ccc, #333, #ccc);
}

nav {
    width: 60%;
    position: fixed;
    left: 20%;
    margin: 369px 0px 0px 0px;
    height: 46px;
    padding: 0px;
    background: linear-gradient(#6b0c0d, #a00);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.6);
    text-align: center;
    transition: all 444ms ease-in-out;
}

nav ul {
    list-style-type: none;
    height: 100%;
    margin: 0px;
}

nav ul li {
    display: inline;
    padding: 0px 50px;
    border-left: 1px solid #000;
}

nav ul li:first-child {
    border-left: 0px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 46px;
    font-family: arial;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    transition: all 111ms ease-in-out;
}

nav ul li a:hover {
    text-shadow: -15px -5px 5px rgba(0, 0, 0, 1);
}

.prodtable tr .discription {
    opacity: 0;
}

.prodtable tr:hover .discription {
    opacity: 1;
}

table tr td {
    vertical-align: text-top;
}

#catolistcontainer {
    position: fixed;
    width: 300px;
    top: 140px;
    transition: all 444ms ease-in-out;
}

#prodlist {
    padding-left: 300px;
}

h2::before {
    content: "";
    display: block;
    height: 60px;
    margin: -60px 0 0;
}

#winkelmandje {
    background-image: url(../images/winkelmandje.png);
    background-size: 100% auto;
    border: 2px groove #cc0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    width: 12%;
    position: fixed;
    top: 100px;
    left: 80%;
    margin-left: 14px;
    transition: all 444ms ease-in-out;
    cursor: pointer;
}

#winkelmandje_side {
    width: 100%;
}

#winkelmandje_side tr td:nth-child(1) input, #winkelmandje_side tr td:nth-child(2), #winkelmandje_side tr td:nth-child(5), #winkelmandje_side tr:nth-child(1) {
    display: none;
}

#winkelmandje_side tr:last-child td:nth-child(3) {
    visibility: hidden;
}

#winkelmandje_side tr:last-child {
    font-weight: bold;
}

#winkelmandje_side tr td:nth-child(3) input {
    width: 30px;
    float: right;
    background: rgba(0, 0, 0, 0);
    border: 0;
}

#winkelmandje_side tr td:nth-child(4) {
    text-align: right;
}

#winkelmandje_side .props {
    display: none;
}

.catolist {
    list-style-type: none;
    padding: 0px;
    width: 98%;
}

.catolist li {
    height: 30px;
    width: 100%;
    line-height: 30px;
    border-bottom: 1px solid #eeaa99;
}

.catolist li a {
    text-decoration: none;
    color: #000;
    font-family: arial;
    font-size: 20px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

.catolist li .active {
    color: #f00;
}

#winkelmandje_table {
    width: 100%;
    border-collapse: collapse;
}

#winkelmandje_table tr {
    font-size: 16px;
    line-height: 24px;
    font-family: arial;
    color: #000;
}

#winkelmandje_table tr:first-child {
    background: #ddd;
    font-size: 24px;
    line-height: 30px;
    font-family: arial;
    color: #000;
}

#winkelmandje_table tr td {
    padding: 0px 10px;
}

#winkelmandje_table tr td:first-child {
    width: 50%;
}

#winkelmandje_table .props {
    font-size: 12px;
    line-height: 14px;
}

#winkelmandje_table tr td:nth-child(2), #winkelmandje_table tr td:nth-child(3), #winkelmandje_table tr td:nth-child(4) {
    text-align: right;
}

#winkelmandje_table tr:first-child td:nth-child(2) {
    text-align: left;
}

#winkelmandje_table input[type="button"] {
    height: 23px;
    width: 20px;
    border: 0px;
    background-image: url('../images/delete.png');
    background-size: 20px 23px;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
}

#winkelmandje_table input[type="button"]:hover {
    background-image: url('../images/delete-hover.png');
}

#winkelmandje_table input[type="text"] {
    width: 100%;
    border-radius: 2px;
    padding: 2px;
    margin-bottom: 2px;
    border: 0px;
}

#winkelmandje_table tr:last-child {
    border-top: 1px solid #000;
    font-weight: bold;
}

.next_button {
    float: right;
    background: linear-gradient(#6b0c0d, #a00);
    color: #eee;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    border: 3px solid #6b0c0d;
    transition: all 444ms ease-in-out;
    padding: 4px 40px;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
}

.next_button:hover {
    border: 3px solid #efc530;
}

.producttab {
    padding: 5px;
    background: #fff;
    border: 1px solid #444;
    width: 100%;
}

.product {
    width: 100%;
    font-family: arial;
    border-collapse: collapse;
    margin-bottom: 12px;
    font-size: 12px;
}

.product tr td {
    padding: 0px;
}

.product tr:first-child td:first-child {
    font-size: 20px;
    font-weight: bold;
}

.product tr:first-child td:last-child {
    font-size: 20px;
    text-align: right;
}

.product tr:last-child td:first-child {
    font-style: italic;
}

.product tr:last-child td:last-child {
    font-size: 20px;
    text-align: right;
    width: 100px;
}

.product input[type="button"] {
    border-radius: 0px 5px 5px 0px;
    background: linear-gradient(#6b0c0d, #a00);
    color: #fff;
    transition: all 444ms ease-in-out;
    border: 1px solid #444;
    border-left: 1px solid #ddd;
    height: 25px;
    text-align: center;
    width: 40px;
    font-weight: bold;
    font-size: 16px;
}

.product input[type="number"] {
    border-radius: 5px 0px 0px 5px;
    background: linear-gradient(#6b0c0d, #a00);
    color: #fff;
    border: 1px solid #444;
    border-right: 0px;
    height: 25px;
    text-align: right;
    padding: 4px;
    width: 50px;
    font-weight: bold;
}

h3 {
    font-size: 28px;
    font-family: verdana;
    color: #6d0c0d;
    padding: 0px;
    margin: 0px;
}

h2 {
    font-family: 'Indie Flower', cursive;
    color: #d25b05;
    font-size: 24px;
    margin: 0px;
    margin-top: 12px;
    padding: 0px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    width: 100%;
    text-align: center;
}

h4 {
    font-family: 'Indie Flower', cursive;
    color: #d25b05;
    font-size: 24px;
    margin: 0px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    width: 100%;
    text-align: center;
}

h5 {
    font-family: 'Indie Flower', cursive;
    color: #6b0c0d;
    font-size: 16px;
    margin: 0px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    width: 100%;
    text-align: center;
}

h6 {
    margin: 0px;
}

#imgslider {
    width: 50%;
    height: 100px;
    display: block;
    background-image: url('');
    background-size: 100% 100%;
    color: rgba(0, 0, 0, 0);
    margin: 0px 10px 10px 0px;
}

#imgslider img {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    opacity: 0;
    transition: all 1s ease-in-out;
}

.gegevens_table {
    width: 100%;
}

.gegevens_table tr td {
    text-align: justify;
    vertical-align: top;
}

.gegevens_table input[type="text"], .gegevens_table input[type="password"], .gegevens_table input[type="number"], .gegevens_table select, #timeselector,
.gegevens_table textarea {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #888;
    font-family: arial;
    font-size: 18px;
    padding: 8px;
    margin: 0px 0px 4px -6px;
}

#timeselector {
    text-align: right;
}

.gegevens_table_input_error {
    border: 1px solid #d20;
    outline-color: #d20;
}

.gegevens_table_input_error::-webkit-input-placeholder, .gegevens_table_input_error::-webkit-input-placeholder {
    color: #d20;
}

.gegevens_table_input_error:-moz-placeholder, .gegevens_table_input_error:-moz-placeholder {
    color: #d20;
}

.contact_table {
    width: 100%;
}

.contact_table tr td {
    width: 50%;
    vertical-align: top;
}

.hv_message {
    position: fixed;
    width: 40%;
    left: 30%;
    z-index: 100;
    bottom: 50px;
    background-color: #eee;
    color: #444;
    border: 1px solid #444;
    border-radius: 5px;
    padding: 2px;
    text-align: center;
    font-family: "kopersdeal", arial;
}

#hv_fs_message {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0%;
    z-index: 100;
    top: 0%;
    background: rgba(0, 0, 0, 0.5);
    font-family: "kopersdeal", arial;
}

.hv_fs_message_msg {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    padding: 16px;
    background: #fff;
}

.hv_fs_message_msg .block {
    display: inline-block;
    font-size: 21px;
    line-height: 26px;
}

.hv_fs_message_msg input[type="radio"] {
    width: 35px;
    height: 17px;
}

.hv_fs_message_close {
    background: #fff;
    color: #000;
    border-radius: 15px;
    height: 30px;
    width: 30px;
    margin: -67px -147px;
    position: fixed;
    right: 50%;
    top: 50%;
    font-size: 28px;
    vertical-align: middle;
    text-align: center;
    box-shadow: 0px 0px 5px;
    transform: rotate(0deg);
    transition: all 444ms ease-in-out;
    cursor: pointer;
    z-index: 3;
}

.hv_fs_message_close:hover {
    transform: rotate(180deg);
}

#hv_edittext {
    width: 100%;
    height: 50%;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 14px;
}

input[id*='hv_editspec'] {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 14px;
    margin-bottom: 2px;
}

.hv_save_edit {
    font-size: 16px;
    font-family: "kopersdeal";
    vertical-align: text-top;
    line-height: 24px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: rgba(255, 255, 255, 1);
    margin: 0px;
    padding: 0px 10px 0px 35px;
    text-align: right;
    background-image: url('images/edit.png');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 10px 2px;
    transition: all 111ms ease-in-out;
    display: inline-block;
    float: right;
    margin-top: 8px;
}

#pdf_embed {
    width: 100%;
    height: 84%;
    border: 0px;
}

.profile_button {
    position: fixed;
    top: 46px;
    left: 80%;
    margin-left: 14px;
    z-index: 3;
    border: 2px solid #cc0;
    border-top: 0px;
    background: linear-gradient(#d00, #a00);
    padding: 3px;
    border-radius: 0px 0px 10px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: all 333ms ease-in-out;
}

.profile_button:hover {
    padding-top: 16px;
}

.greendispoff {
    width: 96%;
    background: rgba(105, 255, 150, 0.75);
    height: 0px;
    font-family: "kopersdeal", arial;
    font-size: 16px;
    padding: 0% 2%;
    line-height: 40px;
    transition: all 444ms ease-in-out;
    color: #444;
}

.splittable {
    width: 100%;
}

.splittable tr td {
    width: 50%;
}

.ordertable {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #444;
}

.ordertable input[type="button"] {
    border: 0px;
    font-size: 16px;
    float: right;
    padding: 4px 16px;
    cursor: pointer;
    transition: all 222ms ease-in-out;
}

.ordertable input[type="button"]:hover {
    background: #cc0;
}

.ordertable tr td {
    vertical-align: middle;
}

.ordertable tr:nth-child(odd) td {
    background: #fff;
}

.ordertable tr:first-child td {
    font-weight: bold;
    font-size: 16px;
    background: linear-gradient(#c00, #a00);
    color: #fff;
    padding: 4px 8px;
}

.admintable {
    width: 100%;
}

.admintable tr td {
    width: 50%;
}

.admintable tr td:last-child {
    text-align: right;
}

.admintable input[type="button"] {
    border: 0px;
    font-size: 16px;
    width: 150px;
    margin: 5px;
    padding: 4px 16px;
    cursor: pointer;
    transition: all 222ms ease-in-out;
}

.admintable input[type="button"]:hover {
    background: #cc0;
}

.simplenav {
    width: 100%;
    left: 0%;
    margin: 0px 0px 0px 0px;
}

.simplecontent {
    margin: 100px 50px 0px 50px !important;
}

.endblock {
    height: 800px;
}

.saved {
    display: block;
    bottom: 30px;
    color: #080;
    position: absolute;
    font-weight: bold;
    font-size: 19px;
}

table.date-select-table {
    border-collapse: collapse;
    width: 100%;
    background: #fff;
}

table.date-select-table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

td.selected {
    background: #a30101;
    color: #fff;
}

.ophaalblock {
    display: block;
    height: auto;
    border: 1px solid #6b0c0d;
    border-radius: 10px;
    padding: 10px;
    color: #6b0c0d;
    font-size: 18px;
    margin-bottom: 15px;
}

/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    margin: 5px 0px 5px -5px;
    font-size: 16px;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #777;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #eee;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #222;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* cookies */
.cookie-main {
    background: #910505;
    position: fixed;
    bottom: 0;
    width: 70%;
    height: 100px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 5px solid #fcce32;
    border-bottom: 0;
    left: 15%;
    font-family: arial;
    z-index: 6;
    font-size: 15px;
    color: #fff;
    padding: 10px;
}

.cookie-title {
    font-size: 22px;
    font-weight: bold;
}

input.cookie-deny {
    color: #fff;
    background: transparent;
    border: 0;
    text-decoration: underline;
    font-size: 15px;
    padding: 5px;
    float: right;
    margin: 0 10px;
    cursor: pointer;
}

input.cookie-accept {
    float: right;
    background: #fff;
    border: 3px solid #fff;
    font-size: 18px;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
}

.cookie-block {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 6;
    position: fixed;
}

/*editor*/
div#editor {
    background: #fff;
}

.ql-toolbar.ql-snow {
    background: #fff;
}

input.datetime {
    height: 28px;
    margin-bottom: 4px;
    padding: 10px;
}

input[type="text"].datetime {
    width: 300px;
}

input[data-formula] {
    display: none;
}

.item-order {
    width: 30%;
    height: 650px;
    overflow-x: hidden;
    overflow-y: scroll;
    float: left;
}

.item-order-item {
    width: 98%;
    border: 1px solid #999;
    background: #fff;
    margin-bottom: 5px;
    cursor: pointer;
}

.display-item {
    width: 68%;
    height: 80%;
    overflow-x: hidden;
    float: right;
}

/*orders*/

.order {
    width: 225px;
    background: #fff;
    padding: 10px;
    margin-bottom: 6px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.order span:nth-child(1) {
    display: inline-block;
    font-weight: bold;
}

.order span:nth-child(2) {
    display: inline-block;
    font-size: 12px;
    float: right;
    margin-top: 10px;
}

.order span:nth-child(3) {
    display: inline-block;
    font-size: 12px;
}

div#orders {
    height: 550px;
    overflow-y: scroll;
}

#active_mandje #winkelmandje_table tr:last-child td:last-child {
    display: none;
}

#active_actions button {
    border: 0;
    width: 25%;
    height: 48px;
    padding: 0 16px;
    display: inline-block;
    background: #ccc;
}

#active_actions button:after {

}

div#active_actions {
    display: flex;
    margin-top: 24px;
}

#active_actions button.done {
    position: relative;
    z-index: 2;
    background: #0c3;
}

#active_actions button.done:before {
    z-index: -1;
    background: #0c4;
    width: 34px;
    height: 34px;
    content: "";
    transform: rotate(45deg);
    right: 10px;
    top: 7px;
    margin: 0 -26px;
    position: absolute;
}

.ordertableadmin {
    width: 100%;
}

#active_actions button.done:last-child:before {
    display: none;
}

.user_data {
    background: #ddd;
    padding: 14px;
    width: 300px;
    margin-bottom: 14px;
}

.action_buttons {
    right: 0px;
    position: absolute;
    top: 2px;
}

input[type="number"].set-timeslots {
    width: 54px !important;
    border: 0;
    margin-right: -44px;
    background: none;
    font-size: 16px;
    font-weight: bold;
    color: #00cc33;
}

input[type="number"].empty-timeslot {
    color: #f00;
}

td.disabled {
    background: #ccc;
    color: #aaa;
    cursor: not-allowed !important;
}

div#active_order {
    position: relative;
    width: 100%;
}

.action_buttons button {
    background: linear-gradient(#6b0c0d, #a00);
    color: #eee;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    border: 3px solid #6b0c0d;
    transition: all 444ms ease-in-out;
    padding: 4px 10px;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
    width: 200px;
}

.search {
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.search input {
    height: 34px;
    padding: 10px;
    font-size: 16px;
}

.admin_input {
    background: #fff;
    border: 1px solid #aaa;
    padding: 7px 24px;
    width: 400px;
}

input[type="file"] {
    background: #fff;
    border: 1px solid #aaa;
    padding: 7px 24px;
}

span.ophalen {
    color: #f00;
    font-size: 14px;
}

.betaald_main {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.betaald_main>div {
    width: 48%;
    display: inline-block;
    padding: 0px;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    cursor: pointer;
}

.betaald_main>div>span {
    margin: 46px 0;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.betaald_main>div>.options {
    width: 80%;
    height:  100px;
    left: 10%;
    margin: 0 !important;
    position: relative;
    padding: 0 !important;
    display: none;
    text-align: center;
}

.betaald_main>div:hover>.options {
    display: block;
}

#content .options img {
    float: none;
}

.betaald_ideal {
    float: right;
}

.betaald_contant{
    float: left;
}

form input[type='number'] {
    height: 28px;
    margin-bottom: 4px;
    padding: 10px;
    width: 80px;
}

span.privacy {
    position: fixed;
    bottom: 10px;
    color: #fff;
    font-family: arial;
    font-size: 12px;
    right: 10px;
}

span.privacy a {
    color: #fff;
    text-decoration: none;
}

.subpageAdmin {
    margin: 0px !important;
    padding: 24px !important;
    background: #d2d2c4;
    display: none;
}

.subpageAdmin.active {
    display: block;
}

span.subMenuItem {
    background: #e9e9e2;
    display: inline-block;
    padding: 8px 24px;
    margin-right: -5px;
    font-weight: bold;
    cursor: pointer;
}

span.subMenuItem.active {
    background: #d2d2c4;
}

span.subMenuItem:hover {
    background: #d2d2c4;
}

.order.future {
    background: #ddd;
    color: #949494;
}

.user_data.future:after {
    background: rgba(0,0,0,0.7);
    display: block;
    content: "Deze bestelling is voor een andere dag";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
    z-index: 10;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 23px;
    line-height: 500px;
    pointer-events: none;
    text-shadow: 2px 3px 3px  black;
    animation: cssAnimation 10s forwards;
}

@keyframes cssAnimation {
    50%   {opacity: 1;}
    100% {opacity: 0;}
}