@charset "UTF-8";
/* oodoo by Digiblox & Boinx */


/* Responsife */
* {
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}


/* body */
body {
    background: #f3f1eb;
    color: #362e26;
    margin: 0;
    padding: 0;
    cursor: default;
    overflow-y: scroll;
}

a {
    color: #362d26;
    text-decoration: none;
}

a:hover {
    color: #93c92d;
}

H1, H2, H3, H4 {
    margin: 0 0 15px 0;
    padding: 0;
}

H1 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

H2, H2 a {
    font-size: 22px;
    color: #2c86da;
}

fieldset H2, fieldset H2 a {
    color: #362d26;
}

fieldset H2 a:hover {
    color: #93c92d;
}

H3, H3 a {
    font-size: 18px;
    color: #706861;
}

H4 {
    font-size: 14px;
    line-height: 22px;
	font-weight: inherit;
}



/* form */
input[type=text], input[type=password], input[type=submit], input[type=button], button, textarea, select { 
    -webkit-appearance: none !important;
    font-size: 18px;
}

input[type=text], input[type=password], select, textarea {
    width: 100%;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px #362e26 solid;
    color: #362e26;
    box-sizing: border-box;
}

.login-form input[type=text], input[type=password] {
    margin: 8px 0;
    max-width: 550px;
}

.status-container > input[type=text] {
    border-color: #F90;
    padding: 5px 10px;
    color: #F90;
    margin-top: 5px;
    outline: none;
    font-size: 14px;
}

input[type=submit], button, input[type=button] {
	background-image: linear-gradient(180deg, rgba(188, 221, 90, 1), rgba(147, 201, 45, 1));
    color: white;
    padding: 12px 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover, button:hover, input[type=button]:hover {
    background-color: #4785d4;
	background-image: linear-gradient(180deg, rgba(73, 168, 232, 1), rgba(32, 120, 216, 1));
}

input[checked=checked] {
    background-color: #4785d4;
    outline: none;
    border: 1px #4785d4 solid;
}

textarea {
    resize: vertical;
    height: 300px;
}

.onjuist_form {
    border: 1px #e40000 solid !important;
}

.onjuist-text {
    color: #e40000 !important;
    margin-bottom: 3px;
}

.knop-container {
    margin-top: 20px;
}



/* header */
section {
	margin-top: 20px;
}

.info-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #2c86da;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px #2d5a83 solid;
    z-index: 1000;
    display: none;
}

.info-container a {
    color: #ffffff;
    font-size: 22px;
    margin-right: 10px;
}

.info-container a:hover {
    color: #362e26;
}

header {
    background-color: #362e26;
    padding: 10px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
}

header > img {
    max-height: 50px;
}

header > div {
    position: absolute;
    font-size: 12px;
    letter-spacing: 1px;
    color: #e6decb;
}

header a {
    color: #e6decb;
}

header a:hover {
    color: #92ca2d;
}

.info-box {
    right: 10px;
}




/* menu */
.menu-login {
    border-bottom: 6px #89c02b solid;
}

.menu-container {
    display: flex;
    justify-content: center;
    background-image: linear-gradient(180deg, rgba(188, 221, 90, 1), rgba(147, 201, 45, 1));
    border-bottom: 10px #362e26 solid;
}

.menu-container > div {
    color: #423a33;
    width: 100px;
    text-align: center;
    line-height: 75px;
    font-size: 40px;
    border-right: 1px #89c02b solid;
    cursor: pointer;
}

.menu-container > div:first-child {
    border-left: 1px #89c02b solid;
}

.menu-container > div:hover, .menu-container > div.active {
    border-right: 1px #3870b6 solid;
    border-left: 1px #3870b6 solid;
    background-image: linear-gradient(180deg, rgba(73, 168, 232, 1), rgba(32, 120, 216, 1));
    color: #ffffff;
}



/* pagina */
main {
    display: flex;
    justify-content: center;
}

.center-container {
    background: #FFFFFF;
    border-left: 7px #e6decb solid;
    border-right: 7px #e6decb solid;
    padding: 25px;
    width: 1400px;
}

.ui-tooltip {
    box-shadow: none;
}



/* login */
.center-login {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 150px 0;
    background: #FFFFFF;
    border-left: 7px #e6decb solid;
    border-right: 7px #e6decb solid;
    width: 1400px;
}

.login-container {
    max-width: 550px;
}

.top-login {
    margin-bottom: 25px;
}



/* zoeken en nieuwe items */
.top-container {
    display: flex;
    flex-wrap: wrap;
}

.top-left {
    flex: 50%;
    padding-top: 10px;
}

.top-right {
    flex: 50%;
    text-align: right;
	position: relative;
}

.top-right i {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 10px;
	font-size: 24px;
}

.top-right i:hover {
    color: #89c02b;
}

.add-item i, .select-container i {
    padding-right: 10px;
    color: #93c92d;
    font-size: 24px;
    vertical-align: middle;
}

.select-container {
    padding: 20px;
    /*display: none;*/
}

.select-container a {
    padding-right: 30px;
    white-space: nowrap;
}




/* tabel opbouw */
.tabel, .tabel-sub {
    border-top: 1px #e4d9c4 solid;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    /*align-items: stretch;*/
	/*flex-direction: column;*/
}

.tabel:hover {
    background: #fbf9f4;
}

.selected {
    background: #edf5fe;
}

.selected:hover {
    background: #deedfd;
}

.tabel-sub {
    background: #FFFFFF;
}

.tabel-sub:first-child {
    border-top: 0;
}

.tabel-sub:hover, .selected-sub {
    background: #f9fdf1;
}

.selected-sub:hover {
    background: #eff6db;
}

.tabel:first-of-type {
    border-top: 5px #362e26 solid;
    background: #f3f1ea;
    font-weight: bold;
    cursor: default;
    margin-top: 25px;
}

.tabel > div, .tabel-sub > div {
    padding: 10px 0;
}

.tabel > div:first-child, .tabel-sub > div:first-child {
    padding-left: 12px;
}

/* tabel klanten */
.tab-01 { flex: 0 1 50px} /* select */
.tab-02 { flex: 0 1 100px} /* Nr */
.tab-03 { flex: 0 1 300px} /* Naam */
.tab-04 { flex: 0 1 400px} /* Adres */
.tab-05 { flex: 0 1 150px} /* Postcode */
.tab-06 { flex: 0 1 250px} /* Plaats */
.tab-07 { flex: 0 1 150px} /* Tel Nr */

/* tabel facturen */
.taf-01 { flex: 0 1 50px} /* select */
.taf-02 { flex: 0 1 150px} /* Nr */
.taf-03 { flex: 0 1 200px} /* Datum */
.taf-04 { flex: 0 1 300px} /* Naam */
.taf-05 { flex: 0 1 200px} /* Tel Nr */
.taf-06 { flex: 0 1 200px} /* Bedrag */
.taf-07 { flex: 0 1 250px} /* Status */
.taf-08 { flex: 0 1 50px} /* Herhalen */
.taf-compleet { flex: 0 1 1400px} /* geen resultaten */

/* tabel reparaties */
.tar-01 { flex: 0 1 50px} /* select */
.tar-02 { flex: 0 1 125px} /* Datum */
.tar-03 { flex: 0 1 125px} /* Prioriteit */
.tar-04 { flex: 0 1 240px} /* Naam */
.tar-05 { flex: 0 1 450px} /* Onderwerp */
.tar-06 { flex: 0 1 200px} /* Plaats */
.tar-07 { flex: 0 1 210px} /* Status */

/* tabel orders */
.tao-01 { flex: 0 1 20%} /* select */
.tao-02 { flex: 0 1 50%} /* Datum */
.tao-03 { flex: 0 1 50%} /* Naam */
.tao-04 { flex: 0 1 100%} /* Producten */
.tao-05 { flex: 0 1 100%} /* Opmerking */
.tao-06 { flex: 0 1 100%} /* Plaats */
.tao-07 { flex: 0 1 100%} /* Status */
.tao-08 { flex: 0 1 20%} /* klant */

/* tabel orders sub */
.taos-01 { flex: 0 1 100%} /* Product */
.taos-02 { flex: 0 1 100%} /* Type */
.taos-03 { flex: 0 1 50%} /* Breedte */
.taos-04 { flex: 0 1 50%} /* Hoogte / uitval */
.taos-05 { flex: 0 1 100%} /* Motor / zijde */
.taos-06 { flex: 0 1 100%} /* Kleuren */
.taos-07 { flex: 0 1 100%} /* Extra */
.taos-08 { flex: 0 1 100%} /* Locatie */
.taos-09 { flex: 0 1 100%} /* Prijs */
.taos-10 { flex: 0 1 100%} /* Status */
.taos-11 { flex: 0 1 100%} /* edit / delete */


.taf-07, .tar-07, .tao-07, .taos-10 {
    position: relative;
    clear: both;
}

.tao-08 i:hover, .taos-09 i:hover {
    color: #2c86da;
}

.tao-08 {
	text-align: right;
	margin-right: 10px;
}

.taf-07 span, .tar-07 span, .tao-07 span, .taos-10 span {
    color: #ffffff;
    padding: 5px;
    cursor: pointer;
    z-index: 1000;
}

.taf-08 {
    text-align: right;
    margin-right: 10px;
}

.tar-05 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 20px;
}

.tar-compleet, .tab-compleet, .taf-compleet  { 
	border-bottom:1px #362e26 solid;
	width: 100%;
}

.taos-01 {
    font-weight: bold;
}

.taos-11 {
    text-align: right;
}

.taos-11 i {
    padding-right: 10px;
}

.exact {
	color: #ce322b;
}



/*  status  */
.status-container {
    position: absolute;
    bottom: 40px;
    left: 0;
    border: 1px solid #362e26;
    background: #ffffff;
    z-index: 1000;
    display: block;
    display: none;
    cursor: auto;
}

.status-container > div {
    padding: 5px;
    margin-top: 4px;
	white-space: nowrap;
    overflow: hidden;
}

.status-container > div:first-child {
    margin-top: 0;
}

.status_close {
    color: #2f2822;
    text-align: right;
}

.status-not {
    background: #2f2822;
}

.status-notsend {
    background: lightgray;
}

.status-ok {
    background: #92cb2e;
	cursor: pointer;
	
}

.status-late {
    background: #F90;
}

.status-false {
    background: #F03;
}

.status-wait {
    background:#c8bda4;
}

.text-notsend {
    color: lightgray;
}

.text-not {
    color: #2f2822;
}

.text-ok {
    color: #92cb2e;
}

.text-late {
    color: #F90;
}

.text-false {
    color: #F03;
}



/* het paneel */
.paneel, .paneel-order{
    border-top: 1px #e4d9c4 solid;
    background: #fbf9f4;
    display: flex;
	flex-wrap: wrap;
}



.paneel-sub {
    border-top: 1px #e4d9c4 solid;
	padding: 20px;
	background: #fdfefb;
	font-size: 10pt;
    /*display: flex;
	flex-wrap: wrap;*/
}

.p-links > div, .p-rechts > div, .p-center > div {
    border: 1px #e4d9c4 solid;
    background: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
}

.p-links > div:last-child, .p-rechts > div:last-child {
    margin: 0;
}

.p-links {
    flex: 30%;
    padding: 20px 0 20px 20px;
}

.p-rechts {
    flex: 70%;
    padding: 20px;
}

.p-center {
	padding: 0 20px 0 20px;
	width: 100%;
}

.p-center-sub {
	margin: 0 20px 20px 20px;
	width: 100%;
	border: 1px #e4d9c4 solid;
}

.p-nav, .p-func {
    cursor: pointer;
}

.p-nav div, .p-func div {
    display: inline-block;
    font-size: 22px;
    padding-right: 20px;
}

.p-maps img {
    width: 100%;
}

.p-store > div {
    margin-bottom: 10px;
}

.p-store > div:last-child {
    margin-bottom: 0;
}

.p-store span {
    margin-right: 10px;
}

.p-store span:first-child {
    display: none;
}

.p-store span:last-child {
    margin-right: 0;
}

.p-nav div:hover, .p-func div:hover {
    color: #2c86da;
}

.p-info {
    position: relative;
}

.user-select {
    border-top: 1px solid #e4d9c4;
    border-left: 1px solid #e4d9c4;
    color: #e4d9c4;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 10px;
    font-size: 25px;
    cursor: pointer;
}

.selected-user {
    color: #93c92d;
    border-top: 1px solid #93c92d;
    border-left: 1px solid #93c92d;
}

.user-select-sub {
    border: 1px solid #e4d9c4;
    color: #e4d9c4;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 3px;
    font-size: 16px;
    cursor: pointer;
	display: inline-block;
	vertical-align: text-top;
}

.selected-user-sub {
    color: #93c92d;
    border: 1px solid #93c92d;
}




/* navigatie pagina's */
.nav_center {
    text-align: center;
    border-top: 5px #362e26 solid;
    border-bottom: 1px #362e26 solid;
    padding-top: 4px;
    background: #fbf9f4;
}

.nav-container {
    display: inline-block;
}

.nav-container a {
    color: #362e26;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    cursor: pointer;
}

.nav-container a.active {
    background-color: #92ca2d;
    color: white;
}

.nav-container a:hover:not(.active) {
    background-color: #f3f1ea;
}



/* toevoegen */
.add-container {
    display: flex;
    flex-wrap: wrap;
}

.add-container > div.add-item {
    width: 50%;
}

.add-container > div.add-order {
    width: 33.333%;
	padding-right: 20px;
}

.add-container > div.add-order:last-child {
	padding-right: 0;
}

.add-column {
	width: 50%;
}

fieldset {
    padding: 20px;
    border: 1px #362e26 solid;
    margin-top: 15px;
    margin-bottom: 15px;
}

.add-item input, .add-item select, .add-order input, .add-order select {
    margin-bottom: 15px;
}

legend {
    color: #3870b6;
    font-size: 20px;
    letter-spacing: 0.1em;
    cursor: pointer;
}

.add-item:nth-child(odd) {
    padding-right: 20px;
}

.add-column:first-of-type {
    padding-right: 20px;
}

.form-container {
    display: flex;
    flex-wrap: wrap;
}

.form_table {
	margin-bottom: 15px;
	display: flex;
	align-items: stretch;
}

.form_table div {
	margin-right: 10px;
}

/* tabel form factuur toevoegen */
.fab-01 { flex: 0 1 200px} /* Aantal */
.fab-02 { flex: 0 1 800px} /* Artikel */
.fab-03 { flex: 0 1 300px} /* Prijs */
.fab-04 { flex: 0 1 20px} /* Minus */

.fab-04 i {
    padding-right: 10px;
	padding-top: 5px;
    color: #c90808;
    font-size: 30px;
    vertical-align: middle;
	cursor: pointer;
}

.form_left {
    width: 35%;
    text-align: right;
    line-height: 40px;
    padding-right: 20px;
    font-weight: bold;
}

.form_right {
    width: 65%;
}

.form_show {
    display: none;
}




/* Account */
.account-container div {
    padding: 10px 0;
    border-top: 1px solid #f2f6fa;
    cursor: pointer;
}

.account-container div:hover, a:hover {
    color: #3870b6;
}

.account-more {
    padding-top: 20px !important;
}

.account-container div i {
    padding-right: 10px;
}

.account-holder {
    display: flex;
}

.account-set > div:first-child {
    border-bottom: 1px solid #f2f6fa;
    color: #92cb2e;
    cursor: pointer;
}

.account-holder > div {
    width: 50%;
    padding: 10px 0;
}

.account-holder > div:first-child {
    font-weight: bold;
    text-align: right;
    padding-right: 20px;
}

.account-item input, .account-item textarea {
    margin-bottom: 15px;
}

.account-set-box {
    padding-bottom: 25px;
}



/* Instellinegn */
.setting-container {
    font-weight: bold;
}

.setting-titel H1 {
    margin-top: 40px;
}

.setting-titel H1:first-child {
    margin-top: 0;
}

.setting-titel H1 {
    font-size: 18px;
    text-align: right;
}

.setting-box {
    margin-bottom: 20px;
}

.setting-box:last-child {
    margin-bottom: 5px;
}

.setting-text {
    margin-bottom: 10px;
}

.setting-item input[type=text], .setting-item input[type=password], .setting-item textarea, .setting-item select {
    background-color: #f2f6fa;
}

.setting-titel {
    margin-top: 20px;
}

.setting-titel:first-child {
    margin-top: 0;
}



/* orders toevoegen */

.order-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-left: 7px #e6decb solid;
    border-right: 7px #e6decb solid;
    padding: 25px;
}

.order-container H1 {
	font-size: 24px;
	padding-bottom: 15px;
}

.oab-01 { flex: 0 1 100%} /* Aantal */
.oab-02 { flex: 0 1 100%} /* Artikel */
.oab-03 { flex: 0 1 100%} /* Prijs */
.oab-04 { flex: 0 1 100%} /* Prijs */
.oab-05 { flex: 0 1 100%} /* Prijs */
.oab-06 { flex: 0 1 100%} /* Prijs */
.oab-07 { flex: 0 1 100%} /* Prijs */
.oab-08 { flex: 0 1 100%} /* Minus */
.oab-09 { flex: 0 1 100%} /* Minus */
.oab-10 { flex: 0 1 100%} /* Minus */
.oab-11 { flex: 0 1 100%} /* Minus */
.oab-12 { flex: 0 1 100%} /* Minus */

.oab-icon i {
    flex: 0 1 20px;
    padding-right: 10px;
    padding-top: 5px;
    font-size: 30px;
    vertical-align: middle;
    cursor: pointer;
}

.order-icons {
	display: flex;
	align-items: stretch;
}

.oab-total {
	flex: 0 1 100%;
	position: relative;
}

.oab-total i, .orderfoto i {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 10px;
	font-size: 24px;
}

.oab-total i:hover, .orderfoto i:hover {
    color: #89c02b;
}

.form_table_img {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
}

.form_table_img div {
	margin-right: 10px;
}

.orderfoto {
    border-radius: 4px;
    border: 1px #362e26 solid;
	background: #FFFFFF;
	margin-bottom: 10px;
	position: relative;
}

.orderfoto img {
    width: 200px;
    padding: 5px;
}

.order-options {
	margin-bottom: 30px;
}

.form_table_order {
	margin-bottom: 15px;
	display: flex;
	align-items: stretch;
}

.form_table_order div {
	margin-right: 10px;
}



/* Order sub paneel */

.spaneel-container {
    display: flex;
	/*align-items: stretch;*/
    /*flex-wrap: wrap;*/
}

.spaneel-left {
    width: 30%;
}

.spaneel-right {
    width: 70%;
	position: relative;
	padding-left: 5px;
	padding-top: 5px;
}

.spaneel-right > .spaneel-box {
	margin-right: 20px;
}

.spaneel-box {
	border: 1px #e4d9c4 solid;
    background: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
	margin-left: 20px;
}

.order-holder {
    display: flex;
}

.order-holder > div {
    width: 150px;
    padding: 5px 0;
}

.order-holder > div:first-child {
    font-weight: bold;
    padding-right: 20px;
}

.order-text {
	margin-bottom: 30px;
}

.order-text > div:first-child {
	font-weight: bold;
	margin-bottom: 5px;
}

.p-links-onder {
	width: 25%;
}

.p-midden-onder {
	width: 25%;
}

.p-rechts-onder {
	width: 50%;
	padding-right: 20px;
	line-height: 22px;
}

.p-rechts-onder a {
	display: block;
	margin-top: 20px;
}


/* footer */
footer {
  text-align: center;
  color: #e6decb;
}


@media screen and (max-width: 600px) {
    H1 {
        font-size: 22px;
    }

    H2, H2 a {
        font-size: 18px;
    }
	header > img {
        max-height: 25px;
    }
	input[type=submit], button, input[type=button] {
        width: 100%;
        margin-top: 0;
    }
	input[type=text], select {
        padding: 10px 5px;
	}
	.login-form input[type=text] {
        padding: 10px 20px; 
	}
	
	.center-container {
        padding: 20px 10px;
        border: 0;
    }
    .center-login {
        padding: 30px 10px;
        border: 0;
    }
	.login-container {
		margin: 0 20px;
	}
	.setting-titel H1 {
        text-align: left;
        margin-bottom: 15px;
    }
    .setting-container {
        font-weight: normal;
    }
    .tab-01, .tab-06, .taf-02, .taf-01, .taf-08, .tar-01, .tao-01, .tao-08, .taos-03, .taos-04, .taos-09 { /*, .p-func > div:nth-child(6)*/
        display: none;
    }
    .tab-03, .taf-04, .tar-04, .tao-02 {
        margin-left: 20px;
    }
}


@media screen and (min-width: 601px) {
    .knop-container input {
        margin-right: 15px;
    }
}


@media screen and (max-width: 800px) {
    .tab-04, .taf-03, .tar-05, .tao-04, .taos-05, .taos-08, .taos-11 { /*, .top-left*/
        display: none;
    }
	.spaneel-container {
		align-items: stretch;
    	flex-wrap: wrap;
	}
	.spaneel-right {
		padding-left: 0;
		margin-top: 30px;
	}
}


@media (max-width: 800px) {
    .top-right, .top-left {
        flex: 100%;
    }
    .top-right {
        text-align: left;
    }
    .top-left {
        padding-bottom: 20px;
    }
}


@media screen and (max-width: 1000px) {
    H4 {
        font-size: 12px
    }
	header > div {
        display: none;
    }
	.paneel > div, .paneel-order > div {
        padding: 0;
        margin: 0;
    }
    .paneel {
        flex-direction: column;
        padding: 10px
    }
	.paneel-order {
        padding: 10px;
    }
    .paneel > div > div {
        margin-bottom: 10px;
    }
    .p-links > div:last-child {
        margin-bottom: 10px;
    }
/*	.p-rechts {
		margin-top: 10px;
	}*/
	.paneel-order > .p-rechts {
        order: 1;
    }
	.p-maps {
        display: none;
    }
    .add-container > div {
        width: 100%;
    }
    .add-container > div.add-item {
        width: 100%;
    }
	.add-item {
		padding-right: 0;
	}
    .add-item:nth-child(odd) {
        padding-right: 0;
    }
    .add-item:nth-child(2) {
        order: 1;
    }
    .add-column:first-of-type {
        padding-right: 0;
    }
    .tab-02, .tab-05, .taf-05, .tar-03, .tar-06, .tao-06, .taos-06 {
        display: none;
    }
	.p-links-onder, .p-rechts-onder, .p-midden-onder {
		width: 100%;
	}
	.spaneel-box {
		margin: 0;
		margin-top: 10px;
	}
	.laatste {
		margin-bottom: 10px;
	}
}


@media (max-width: 1000px) {
    .select-container a {
        padding-bottom: 10px;
        display: block;
    }
}


@media screen and (max-width: 1050px) {
    .knop-container input {
        width: 100%;
        margin-bottom: 10px;
    }
	.spaneel-left, .spaneel-right {
		width: 100%;
	}
}


@media screen and (max-width: 1150px) {
	.form_left, .form_right {
        width: 100%;
    }
    .form_left {
        text-align: left;
        line-height: 24px;
    }
}


@media screen and (max-width: 1200px) {
    .p-links {
        flex: 35%;
    }
    .p-rechts {
        flex: 65%;
    }
    .center-login {
        padding: 80px 0;
    }
    .tar-02, .tao-05, .taos-07 {
        display: none;
    }
	.add-container > div.add-order {
        width: 100%;
		padding-right: 0;
    }
	.order-options {
		margin-bottom: 60px;
	}
}


/*@media screen and (min-width: 1201px) {
    .paneel {
        flex-wrap: wrap;
    }
}*/


@media screen and (max-width: 1500px) {
	.order-container .form_left, .order-container .form_right {
        width: 100%;
    }
    .order-container .form_left {
        text-align: left;
        line-height: 24px;
    }
	.form_table_order {
		margin-bottom: 15px;
		display: inherit;
	}
	.form_table_order div {
		margin-bottom: 15px;
	}
	
}

