
#aPd-h1, #mPd-h1, #uPd-h1 {
  border: solid 1px #e0e0e0;
  border-radius: 8px 8px 0 0;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 0;
  text-align: left;
  line-height: 1.4;
  padding: .7em 1em;
  text-align: center;
}

.pd-container {
    background-color: #fff;
    max-width: 50em;
    margin: 0 auto;
}

.pd-content {
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
    text-align: left;
    padding: 1.7em 2em 2em;
    display: block;
    text-align: center;
}

.pd-row {
    clear: both;
    margin-bottom: 24px;
    width: 100%;
    align-content: center;
}

#pd-photo {
    margin: 0 0 10px;
}

#selectListHigh, #selectListLow {
    width: 30%;
    clear: none !important;
    padding: 10px;
}

/* .pd-row:last-child {
    margin-bottom: 0;
} */

.pd-column {
    display: inline-block;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

.pd-column:hover {
    z-index: 2;
}

.pd-inline {
    width: auto;
    margin-right: 1.5em;
}

.pd-half {
    width: 50%;
}

.pd-third {
    width: 33.333%;
}

.pd-fourth {
    width: 25%;
}

.pd-label,
.pd-group-label {
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    display: block;
    margin-bottom: .2em;
    cursor: pointer;
}

.pd-group-label {
    margin-bottom: -.1em;
}

.pd-group .pd-label {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    width: auto;
}

.pd-label {
    text-align: center;
}

.align-center {
    text-align: left !important;
}

label.error{
    font-size: 12px;
    color: #f00;
}


/* inputs */
input[type=text],
input[type=date],
textarea,
select {
    border-radius: 2px;
    transition: border-color .2s ease, background-color .2s ease;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: solid 1px #bbb;
    font-weight: 600;
    padding: 8px 10px;
    line-height: normal;
    width: 100%;
}

input[type=text]:hover,
textarea:hover,
select:hover {
    border-color: #666;
}

input[type=text]:focus,
textarea:focus,
select:focus {
    background: #FFF9E6;
    outline: none;
    border-color: #F1AF00;
}

.pd-path {
    display: none;
    margin-top: .5em;
}

/* input placeholder text color */
::-webkit-input-placeholder {
    color: #969B9C;
}

::-moz-placeholder {
    color: #969B9C;
}

:-ms-input-placeholder {
    color: #969B9C;
}

input:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: #9DB4BC;
}

input:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: #9DB4BC;
}

input:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: #9DB4BC;
}


.pd-radio-wrapper input,
.pd-checkbox-wrapper input {
    float: left;
    margin: 5px 10px 0 0;
}

.pd-radio-wrapper .pd-label,
.pd-checkbox-wrapper .pd-label {
    color: #969B9C;
}

.pd-radio-wrapper:hover .pd-label,
.pd-radio-wrapper.is-valid .pd-label,
.pd-checkbox-wrapper:hover .pd-label,
.pd-checkbox-wrapper.is-valid .pd-label {
    color: #2B3437;
}

.pd-date-wrapper,
.pd-select-wrapper {
    position: relative;
}

#departure {
    cursor: pointer;
    padding-right: 45px;
}

.pd-select {
    display: inline-block;
    width: 100%;
    position: relative;
}

select {
    cursor: pointer;
    color: #969B9C;
    padding-right: 35px;
}

select.pd-is-valid {
    color: #2B3437;
}

/* icons */
.pd-icon {
    pointer-events: none;
    /* prevent blocking select interaction */
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    /* select arrow center */
}

.pd-date-icon {
    margin-top: 1px;
}

.pd-select-icon {
    /* custom select arrow icon */
    transition: border-color .2s ease;
    border-top: solid 5px #2B3437;
    border-left: solid 3px transparent;
    border-right: solid 3px transparent;
    opacity: .5;
    margin-right: 4px;
}

/* buttons */
.pd-button {
    border-radius: 0px;
    transition: background-color .2s ease;
    display: inline-block;
    border: none;
    font-weight: 700;
    font-size: 18px;
    padding: 16px 24px;
}

.pd-button-primary {
    background-color: #F1AF00;
    border-radius: 0 0 5px 5px;
    color: #fff;
    width: 100%;
    margin: -1px;
}

.pd-button-primary:hover,
.pd-button-primary:focus {
    outline: none;
    background: #FDE8AA;
}

/* 
  date picker customization 

  CSS included in this pen: https://cdnjs.cloudflare.com/ajax/libs/pikaday/1.4.0/css/pikaday.css
  Pikaday on Gitub: https://github.com/dbushell/Pikaday
*/
.pd-pika-table th {
    color: #999;
    font-size: 13px;
    line-height: 1.4;
    font-weight: normal;
}

.pd-pika-button {
    cursor: pointer;
    display: block;
    outline: none;
    border: solid 1px #fff;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #2B3437;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
}

.pd-is-today .pd-pika-button {
    /* border-top-color: #2B3437; */
    color: #2B3437;
    border-radius: 0px;
    background: #FFF;
}

.pd-is-selected .pd-pika-button {
    color: #32B4E5;
    background: #ECFAFF;
    box-shadow: none;
    border-radius: 0px;
}

.pd-pika-button:hover {
    color: #fff;
    background: #32B4E5;
    font-weight: bold;
    border-radius: 0px;
}


/* Animation */
.pd-slow {
    animation-duration: 1.3s;
}

.pd-medium {
    animation-duration: .6s;
}

.pd-fast {
    animation-duration: .2s;
}

.pd-custom-ease {
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pd-delay-1 {
    animation-delay: .1s;
}

.pd-delay-2 {
    animation-delay: .2s;
}

.pd-delay-3 {
    animation-delay: .3s;
}

.pd-delay-4 {
    animation-delay: .4s;
}

.pd-delay-5 {
    animation-delay: .5s;
}

.pd-delay-6 {
    animation-delay: .6s;
}

.pd-delay-7 {
    animation-delay: .7s;
}

.pd-delay-8 {
    animation-delay: .8s;
}

.pd-delay-9 {
    animation-delay: .9s;
}


.pd-modal {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 20px;
    width: 300px;
    height: 200px;
    background: #fff;
    border: solid 1px #ccc;

}

/*
#mDescription {
    word-wrap: break-word;
    word-break: break-all;
    height: 80px; 
}
*/




/** Show All PROMO ********************************************************************************/
#selectPromo, #selectListHighPromo, #selectListLowPromo{
    width: 33%;
    clear: none !important;
    padding: 10px;
}
.center {
    text-align: center;
}
.promoImg {
    width: 120px;
}
.underline {
    text-decoration: underline;
}
.padtop {
    padding-top: 10px;
}
.padleft {
    padding-left: 120px;
}
#modifPromo-h1, #addPromo-h1 {
    border: solid 1px #e0e0e0;
    border-radius: 8px 8px 0 0;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 0;
    text-align: left;
    line-height: 1.4;
    padding: .7em 1em;
    text-align: center;
}
#productId, #productName, #productBuyPrice, #productBuyPrice {
    padding-left: 2px;
}

#productImage {
    padding-right: 2px;
}



/*EXPORT CSV*/

.exp-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.exp-container h2 {
    text-align: center;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.exp-container h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    padding: 15px;
}

.exp-btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.exp-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}

#deliveryAdress, #paymentConf{
    margin-top: 20px;
}

