html {
    font: normal 13px/1.4 "-apple-system", "system-ui", "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica Neue", "Arial", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}

.bgColor {
    background-color: #c3e8cb;
    padding: 30px;
    border-radius: 4px;
    text-align: center;
}

#targetOuter {
    position: relative;
    text-align: center;
    background-color: #d5effd;
    margin: 20px;
    border-radius: 4px;
    border: 1px solid #007ba8;
    margin-top: 20px;
    min-height: 240px;
}

.btnSubmit {
    background-color: #565656;
    border-radius: 4px;
    padding: 10px;
    border: #333 1px solid;
    color: #FFFFFF;
    width: 200px;
    cursor: pointer;
    margin-left: 20px;
}

.inputFile {
    position: absolute;
    display: inline-block;
    padding: 5px 0px;
    margin-left: -120px;
    background-color: #ffffff;
    width: 150px;
    overflow: hidden;
    opacity: 0.0;
    cursor: pointer;
    height: 28px;
}

.id-number {
    position: absolute;
    top: 5px;
    left: 15px;
    width: 50px !important;
    background-color: #fff8c5;
    border-radius: 10px;
}

.icon-choose-image {
    position: absolute;
    opacity: 0.1;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
}

.inStore {
    margin-left: 15px;
}

.icon-edit-image {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    width: 200px;
    height: 200px;
}

.editFile {
    position: absolute;
    display: inline-block;
    padding: 5px 0px;
    margin-left: -120px;
    background-color: #ffffff;
    width: 250px;
    overflow: hidden;
    opacity: 0.0;
    cursor: pointer;
    height: 200px;
}

.edit-choose-image {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
}

.upload-preview {
    border-radius: 4px;
    margin: 20px;
    max-height: 200px;
}

#body-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#body-overlay div {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
}

html,
body {
    font-family: calibri;
    min-height: 100%;
    background-color: #eee;
    margin: auto;
    vertical-align: middle;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.search_button {
    background-color: transparent;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    vertical-align: text-top;
}

h1 {
    color: blue
}

.msg {
    position: relative;
    display: inline-block;
    padding: 3px;
    line-height: 25px;
    width: 900px;
    margin: auto;
    text-align: left;
}

.msg_bar {
    position: relative;
    margin-top: 10px;
    background-color: rgb(175, 253, 190);
    line-height: 30px;
    text-align: center;
}

input {
    margin-top: 5px;
}

label {
    display: inline-block;
    position: relative;
    margin-top: 10px;
}

.login_form {
    width: 400px;
    height: 440px;
    background-color: #fff;
    border: 1px #000 solid;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.add_form, .add_product {
    padding: 20px;
}

table,
tbody {
    width: 900px;
    display: inline-block;
    margin: 0;
    padding: 0;
}

tr:first-child {
    background-color: #00B7FF;
    width: 100%;
    border-bottom: 1px #000 solid;
    margin: 0;
}

tbody {
    margin: 0;
    padding: 0;
}

tr:last-child {
    border-bottom: 0px;
}

th {
    text-align: left;
    padding-left: 5px;
}

tr {
    display: inline-block;
    width: 100%;
    border-bottom: 1px #000 solid;
    margin: 0;
}

.tr:hover {
    background-color: #fce9c4;
}

td {
    text-align: left;
    padding-left: 5px;
}

.prow1 {
    width: 80px;
}

.prow2 {
    width: 500px;
}

.prow3 {
    width: 60px;
}

.prow4 {
    width: 140px;
}

.prow5 , .prow6 {
    width: 20px;
}




.row1 {
    width: 80px;
}

.row2 {
    width: 140px;
}

.row3 {
    width: 60px;
}

.row4 {
    width: 140px;
}

.row5 {
    width: 90px;
}

.row6 {
    width: 60px;
}

.row7 {
    width: 80px;
}

.row8 {
    width: 120px;
}

.row10,
.row9 {
    width: 20px;
}

img {
    vertical-align: middle;
}

.track_link {
    color: #007ba8;
}

.edit_button {
    cursor: pointer;
}

.bew_input {
    width: 900px;
    color: #007ba8;
    margin: auto;
    line-height: 30px;
    text-align: right;
}

.submit-row {
    height: 30px;
}

.bew_input a {
    color: #007ba8;
}

.main_container {
    width: 900px;
    height: auto;
    background-color: #fff;
    border: 1px #caf2ff solid;
    margin: auto;
    margin-top: 20px;
}

input[type=text],
input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    vertical-align: middle;
}

input[type=submit] {
    cursor: pointer;
    background-color: #FFBE41;
    color: white;
    border: 1px solid #f19d00 !important;
    margin-top: 15px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: large;
}

select {
    display: block;
    margin-top: 5px;
}

input[type=submit]:hover {
    background-color: #fca400;
}

.add_form #items {
    width: 44px;
}

#purchase, #tax {
    width: 80px;
}

.add_form input {
    border: 1px #007ba8 solid;
}

.add_form input[type=text],
.add_form input[type=number] {
    display: inline-block;
    width: 250px;
    line-height: 28px;
    padding: 3px;
    padding-left: 10px;
}

.add_form input[type=text] {
    width: 266px;
}

.add_product input {
    border: 1px #007ba8 solid;
}

.add_product input[type=text],
.add_product input[type=number] {
    display: inline-block;
    width: 250px;
    line-height: 28px;
    padding: 3px;
    padding-left: 10px;
}

.add_product input[type=text]  {
    width: 266px;
}

button {
    background-color: #FFBE41;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

textarea {
    width: 260px;
    height: 100px;
}

button:hover {
    opacity: 0.8;
}


.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}


.container {
    padding: 16px;
}


span.psw {
    float: right;
}

.error {
    background-color: #f7d8d8;
    border: 1px solid #f44336 !important;
}

.menu {
    display: block;
    position: relative;
    width: 900px;
    margin: auto;
    padding: 5px;
    padding-left: 15px;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    text-align: left;
}

.menu_container {
    background-color: #00B7FF;
}

.menu span {
    margin-left: 10px;
    margin-right: 10px;
}

.search {
    position: relative;
    float: right;
    vertical-align: middle;
    line-height: 34px;
    background-color: #007ba8;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
}

.logout {
    position: relative;
    float: right;
}

.search input {
    height: 22px;
    width: 200px;
    margin: 0;
    margin-right: 3px;
    padding: 0;
    padding-left: 10px;
    border: 0;
    vertical-align: text-top;
}

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

a:hover {
    color: #007ba8;
}

@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}
.sell-price {
    background-color: #d8fce0;
}

.web_form {
    background-color: #fff;
    width: 800px;
    min-height: 400px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 2px solid;
    border-color: #007ba8;
}
.price-box span, .categorie-box span, .info-box span {
    display: inline-block;
    margin-right: 10px;
}
.price-box #marge {
    width: 40px;
}
.price-box #stock {
    width: 74px;
}
.info-box #sku {
    width: 80px;
}
.info-box #tracking {
    width: 158px;
}
.product-box {
    position: relative;
    border: 1px #ccc solid;
    background-color: #eee;
    width: 200px;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
}
.product-box span {
    display: inline-block;
    width: 200px;
    text-emphasis: none;
    text-align: center;
}
.product-image {
    min-height: 150px;
    padding-top: 10px;
    margin-top: 20px;
}
.product-image img {
    border: 1px #ccc solid;
    width: 180px;
    max-height: 150px;
}
#product-name {
    width: 180px;
    line-height: 20px;
    min-height: 40px;
    text-align: left;
    padding-left: 15px;
    margin-top: 5px;
    color: #007ba8;
}
.in-store {  
    display: inline-block;  
    width: 174px !important;
    background-color: #c6ffc0;
    color: #007ba8;
    border: 1px #ccc solid;
    margin: 10px;
    padding: 3px;

}
.out-store {  
    display: inline-block;  
    width: 174px !important;
    background-color: #c0e0ff;
    color: #007ba8;
    border: 1px #ccc solid;
    margin: 10px;
    padding: 3px;

}
.no-tax {
    background-color: rgb(255, 188, 180);
}
/*
.letter {   
    position: relative;
    width:800;
    min-height: 1000px;
    margin-top: 20px;
}
.letter_options {
    text-align: right;
    padding: 10px;
}
.web_template {
    width: auto;
    margin: 20px;
    margin-bottom: 0;
}
.postman {
    display: inline-block;
}
#content {
    width: 760px;
    height: 200px;
    margin-top: 10px;
}
#preview {
    text-align: center;
}
#FileFrame {
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
    min-height: auto;
    border: 1px solid #000;
    overflow: hidden;
    padding-bottom: 80px;
}
form {
    display: inline-block;
    border: 3px solid #f1f1f1;
    width: 340px;
    margin-top: 25px;
}
.design_form {
    clear: all;
    width: 100%;
    text-align: right;
}
.update_form {
    clear: all;
    width: 200px;
    margin-right: 20px;
}
.load_template {
    display: block;
    width: 200px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 20px;
}

input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

button {
    background-color: #d7c369;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: auto;
}


button:hover {
    opacity: 0.8;
}


.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}


.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}


img.avatar {
    width: 40%;
    border-radius: 50%;
}


.container {
    padding: 16px;
}


span.psw {
    float: right;
    padding-top: 16px;
}

.error {
    background-color: #f7d8d8;
    border: 1px solid #f44336 !important;
}


@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
}
*/