body {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url('bg.png');
}

button:focus-visible,
input:focus-visible,
select:focus-visible {
    outline: 0px;
}

input,
select {
    padding: 3px 6px;
    border-width: 0 0 1px 0;
    border-style: dashed;
}
svg{
    opacity: 0.6;
    color: #f60;
}
svg:hover{
    opacity: 1;
}
input:required:invalid,
input:focus:invalid,
input:invalid {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAeVJREFUeNqkU01oE1EQ/mazSTdRmqSxLVSJVKU9RYoHD8WfHr16kh5EFA8eSy6hXrwUPBSKZ6E9V1CU4tGf0DZWDEQrGkhprRDbCvlpavan3ezu+LLSUnADLZnHwHvzmJlvvpkhZkY7IqFNaTuAfPhhP/8Uo87SGSaDsP27hgYM/lUpy6lHdqsAtM+BPfvqKp3ufYKwcgmWCug6oKmrrG3PoaqngWjdd/922hOBs5C/jJA6x7AiUt8VYVUAVQXXShfIqCYRMZO8/N1N+B8H1sOUwivpSUSVCJ2MAjtVwBAIdv+AQkHQqbOgc+fBvorjyQENDcch16/BtkQdAlC4E6jrYHGgGU18Io3gmhzJuwub6/fQJYNi/YBpCifhbDaAPXFvCBVxXbvfbNGFeN8DkjogWAd8DljV3KRutcEAeHMN/HXZ4p9bhncJHCyhNx52R0Kv/XNuQvYBnM+CP7xddXL5KaJw0TMAF8qjnMvegeK/SLHubhpKDKIrJDlvXoMX3y9xcSMZyBQ+tpyk5hzsa2Ns7LGdfWdbL6fZvHn92d7dgROH/730YBLtiZmEdGPkFnhX4kxmjVe2xgPfCtrRd6GHRtEh9zsL8xVe+pwSzj+OtwvletZZ/wLeKD71L+ZeHHWZ/gowABkp7AwwnEjFAAAAAElFTkSuQmCC);
    background-position: right center;
    background-repeat: no-repeat;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #feacac;
    color: #fd5454;
}

input:required:valid {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAepJREFUeNrEk79PFEEUx9/uDDd7v/AAQQnEQokmJCRGwc7/QeM/YGVxsZJQYI/EhCChICYmUJigNBSGzobQaI5SaYRw6imne0d2D/bYmZ3dGd+YQKEHYiyc5GUyb3Y+77vfeWNpreFfhvXfAWAAJtbKi7dff1rWK9vPHx3mThP2Iaipk5EzTg8Qmru38H7izmkFHAF4WH1R52654PR0Oamzj2dKxYt/Bbg1OPZuY3d9aU82VGem/5LtnJscLxWzfzRxaWNqWJP0XUadIbSzu5DuvUJpzq7sfYBKsP1GJeLB+PWpt8cCXm4+2+zLXx4guKiLXWA2Nc5ChOuacMEPv20FkT+dIawyenVi5VcAbcigWzXLeNiDRCdwId0LFm5IUMBIBgrp8wOEsFlfeCGm23/zoBZWn9a4C314A1nCoM1OAVccuGyCkPs/P+pIdVIOkG9pIh6YlyqCrwhRKD3GygK9PUBImIQQxRi4b2O+JcCLg8+e8NZiLVEygwCrWpYF0jQJziYU/ho2TUuCPTn8hHcQNuZy1/94sAMOzQHDeqaij7Cd8Dt8CatGhX3iWxgtFW/m29pnUjR7TSQcRCIAVW1FSr6KAVYdi+5Pj8yunviYHq7f72po3Y9dbi7CxzDO1+duzCXH9cEPAQYAhJELY/AqBtwAAAAASUVORK5CYII=);
    background-position: right center;
    background-repeat: no-repeat;
}

div#main {
    height: 100%;
}

/*---------start login---------*/
div#main div#login {
    background-color: #f60;
    padding: 10px;
    width: 241px;
}

div#main div#login form {
    text-align: center;
}

div#main div#login input#input {
    padding: 5px 10px;
    margin: 10px;
    border: none;
    border-radius: none;
    width: 190px;
}

div#main div#login input#input:focus {
    border: none;
    border-radius: none;
}

div#main div#login input#login {
    margin: 10px auto;
    padding: 5px 10px;
    border: none;
}

/*---------start end---------*/

/*---------start customers---------*/
section.container.customers{
    background-color: #fff;
    min-height: 100%;
    box-shadow: 0px 0px 9px sandybrown;
}
section.container.customers div#add{
    cursor: pointer;
    position: fixed;
    bottom: 134px;
    right: 32px;
    z-index: 99;
}

section.container.customers section.customer {
    padding: 6px 6px;
}

section.container.customers section.customer a {
    text-decoration: auto;
}
section.container.customers section#cus{
    cursor: pointer;
}
section.container.customers section.customer:nth-child(2n) {
    background-color: #eee;
}

/*---------end customers---------*/

/*---------start edit---------*/
div.edit {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f0f0f0;
    z-index: 999;
    display: none;
    background-image: url('bg.png');
}

div.edit section.bg {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-height: 100%;
    padding: 15px;
    background-color: #fff;
    overflow: auto;
    min-height: 100%;
    box-shadow: 0px 0px 9px sandybrown;
}
div.edit div#close{
    position: absolute;
    right: 34px;
    bottom: 134px;
    width: 34px;
    height: 34px;
    cursor: pointer;
}
div.edit div#saveCus{
    position: absolute;
    right: 34px;
    bottom: 234px;
    width: 34px;
    height: 34px;
    cursor: pointer;
}
section.customers h4#title,
div.edit h4#title {
    text-align: center;
    color: #f60;
    margin: 0;
    padding-bottom: 10px;
}
section.customers h4#title{
    padding-top: 10px;
}

div.edit section.item {
    padding: 3px 6px;
}

div.edit section input,
div.edit section select {
    width: 100%;
}

div.edit section input:focus(),
div.edit section select:focus() {
    border: 1px solid #ccc;
}

/*---------end edit---------*/