﻿body {
    width: 1200px;
    height: 740px;
    font-family: sans-serif;
    margin: 0px auto;
}

#container {
    width: 100%;
    height: 100%;
    /*background-color: blue;*/
}

#banner {
    width: 100%;
    height: 50px;
    padding-top: 10px;
    /*background-color: red;*/
}

#menu {
    width: 100%;
    height: 40px;
    padding-top: 5px;
    /*background-color: pink;*/
}

#content {
    width: 100%;
    /*height: 590px;*/
    height: 100%;
    min-height: 645px;
    padding-top: 20px;
    padding-bottom: 20px;
    /*background-color: coral;*/
}

#searchOrderStateDiv {
    border-bottom: 1px solid gray;
    opacity: 0.5;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 16px;
    font-weight: 400;
}

ul#searchOrderState {
    min-width: 1100px;
    list-style: none;
    padding-top: 20px;
    text-align: center;
    list-style: inside;
}

    ul#searchOrderState li {
        display: inline-flex;
        height: 25px;
    }

    ul#searchOrderState li > a {
        text-decoration: none;
        color: black;
        padding-left: 15px;
        padding-right: 15px;
        
    }

        ul#searchOrderState li > a:hover {
            border-bottom: 2px solid blue;
            opacity: 1 !important;
        }

.searchOrderStateSelected {
    border-bottom: 2px solid blue;
    opacity: 1 !important;
}

#searchBoxTop {
    background-color: rgba(211,211,211, 0.5);
    opacity: 1;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    width: 700px;
    height: 100px;
    align-content: center;
    justify-content: center;
    padding-top: 10px;
}

    #searchBoxTop > div {
        margin: 10px;
    }

    .nohoverlink {
        color: black !important;
        text-decoration: none !important;
    }


.button {
  font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  width: 117px;
}


.four-left-padding{
    padding-left:4px !important;
}

.centered {
    margin: 0px auto;
    
}

.deliveryMail-button-div {
    display: inline-block;
    width: 100px;
    height: 40px;
}

#footer {
    width: 100%;
    /*height: 120px;*/
    /*background-color: green;*/
}

#menu li {
    display: block;
    float: left;
    width: 140px;
    height: 20px;
    text-align: center;
}

.menu-li-w180 {
    width: 180px !important;
}

.menu-li-w280 {
    width: 280px !important;
}

.menu-pnl {
    padding-left: 35px;
    height: 20px;
    padding-right: 35px;
}

.word-wrap-break {
    -ms-word-break: break-all;
    -ms-word-wrap: break-all;
    -webkit-word-break: break-word;
    -webkit-word-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.edit-label {
    width: 90px;
    text-align: center;
    cursor: pointer;
}


/*ORDERS*/

.needed-field {
    color: red;
}

.more-comment {
    display: inline-block;
    cursor: pointer;
    color: blue;
    font-weight: bold;
}

.font-orderstate {
    font-size: smaller;
}

.pickup-address-hidden {
    display: none;
}

.pickup-address-show {
    display: normal;
}

.shippingprice-bycustomer-hidden {
    display: none;
}

.shippingprice-bycustomer-show {
    display: normal;
}
/*Gradiant design*/
.gradiant-design {
    background-image: -webkit-linear-gradient(top, #fff 0%, #DFDFDF 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #DFDFDF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
    background-image: linear-gradient(to bottom, #fff 0%, #DFDFDF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
/*ERROR MESSAGE*/
.width-500-important {
    width: 500px !important;
}
/*LOADER*/
.center-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
}
/*LOADER*/
#loader-gif {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
}
/*FORM*/
.form-input-width-165 {
    width: 165px;
}

/*LOGIN FORM*/
.login-form-td-label {
    padding-right: 10px;
}
/*PADDING*/
.padding-top-10 {
    padding-top: 10px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-10 {
    padding-right: 5px;
}

.padding-left-40 {
    padding-left: 40px;
}

/*MARGIN*/
.margin-right-5 {
    margin-right: 5px;
}
.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-22 {
    margin-top: 22px;
}

margin-bottom-10 {
    margin-bottom: 10px;
}

margin-zero {
    margin:0;
}

.alig-mid {
    margin: 0px auto;
}
/*FONT - ALIGN MID*/
.font-align-justify {
    text-align: justify;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}
/*FLOAT*/

.float-left {
    margin-left: 0;
    margin-right: auto;
    float: left;
}

.float-right {
    margin-left: auto;
    margin-right: 0;
    float: right;
}
/*FORM*/

.inline-block {
    display: inline-block;
}

.form-mini-box {
    display: inline-block;
    width: 47px;
}

.form-td-label {
    display: inline-block;
    width: 260px;
    height: 40px;
    padding-right: 10px;
    vertical-align: middle;
}

.form-td-big-label {
    display: inline-block;
    width: 260px;
    height: 70px;
    padding-right: 10px;
    vertical-align: middle;
}

.form-pickup-input {
    border-style: solid;
    border-color: blue;
}

/*FONT - SIZE*/
.font-bold {
    font-weight: bold;
}

.font-large {
    font-size: x-large;
}

/*HEIGHT*/
.height-43 {
    height: 43px;
}

.height-30 {
    height: 30px;
}


.min-height-23 {
    min-height: 23px;
}

.height-200 {
    height: 200px !important;
}
/*TABLE*/


.table-border-w1 {
    border-width: 1px;
}

.table-border-separate {
    border-width: 1px;
    border-style: solid;
    border-collapse: collapse;
}

th {
    font-weight: bold;
}

/*overrid*/
td {
    padding: 3px !important;
}
/*WIDTH*/
.width-30 {
    width: 30px;
}

.width-50 {
    width: 50px;
}

.width-100 {
    width: 100px;
}

.width-150 {
    width: 150px;
}

.width-190 {
    width: 190px;
}

.width-200 {
    width: 190px;
}

.width-250 {
    width: 250px;
}

.width-300 {
    width: 300px;
}

.width-400 {
    width: 400px;
}

.width-450 {
    width: 450px;
}

.width-500 {
    width: 500px;
}

.width-550 {
    width: 550px;
}

.width-600 {
    width: 600px;
}

.width-650 {
    width: 650px;
}

.width-700 {
    width: 650px;
}

.width-750 {
    width: 750px;
}

.width-800 {
    width: 800px;
}

.width-1000 {
    width: 1000px;
}

.width-1100 {
    width: 1100px;
}

.width-1200 {
    width: 1200px;
}
/*WIDTH PERCENTAGE*/
.width-10p {
    width: 10%;
}

.width-15p {
    width: 15%;
}

.width-20p {
    width: 20%;
}

.width-30p {
    width: 30%;
}

.width-40p {
    width: 40%;
}

.width-50p {
    width: 50%;
}

.width-60p {
    width: 60%;
}

.width-70p {
    width: 70%;
}

.width-80p {
    width: 80%;
}

.width-90p {
    width: 90%;
}

.width-100p {
    width: 100%;
}
