/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

.woocommerce-onepage-catname {
    padding: 12px;
    height: 40px;
    background-color: #EEEEEE;
    font-family: Helvetica;
    font-size: 14px;
    color: #093353;
    font-weight: bold;
    border-radius: 2px 2px 0 0;
    border: 1px solid #DDDDDD;
    cursor: pointer;
    margin-top: 15px;
}

#active-filter-wrap {
    background-color: #F2F4F5;
    border: 1px solid #C5CDCD;
    display: inline;
    padding-top: 9px;
    padding-bottom: 11px;
    margin-left: 15px;
    cursor: pointer;
    position: relative;
    opacity: 0;
}

#active-filter-wrap:hover {
    background-color: #EEEEEE;
}

#active-filter-wrap.active {
    opacity: 1;
}

#active-filter-value {
    display: inline-block;
    margin-left: 10px;
    margin-right: 30px;
    height: 17px;
    font-family: Helvetica;
    font-size: 14px;
    cursor: pointer;
    line-height: 17px;
    color: #774062;
}

#active-filter-value:after {
    content: "X";
    position: absolute;
    display: inline-block;
    top: 10px;
    right: 10px;
    font-size: 15px;
    color: #774062;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce-onepage-catcontent {

    border: 1px solid #DDDDDD;
    border-radius: 0px 0px 2px 2px;
    padding-left: 9px;
    padding-right: 9px;
}

.woocommerce-onepage-product:nth-child(1n+1) {
    border-top: 1px solid #DDDDDD;
}

.woocommerce-onepage-product-heading {
    margin-top: 7px;
    height: 47px;
    background-color: #F7F7F7;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.woocommerce-onepage-product-heading > div {
    display: inline-block;
    vertical-align: top;
    line-height: 47px;
    font-family: Helvetica;
    font-size: 14px;

}

.woocommerce-onepage-product-heading-nameblock {
    width: 36%;
    text-align: left;
    padding-left: 86px;
}

.woocommerce-onepage-product-heading-size {
    text-align: center;
    width: 24%;
}

.woocommerce-onepage-product-heading-additional {
    text-align: center;
    width: 13%
}

.woocommerce-onepage-product-heading-unit {
    text-align: center;
    width: 13%
}

.woocommerce-onepage-product-heading-amount {
    text-align: center;
    width: 13%;
}

.woocommerce-onepage-product {
    height: 56px;
}

.woocommerce-onepage-product > div {
    display: inline-block;
    vertical-align: top;
    line-height: 56px;
    font-family: Helvetica;
    font-size: 14px;
}

.woocommerce-onepage-product-imagewrapper > a > img {
    object-fit: contain;
    width: 76px;
    height: 46px;

}

.order-heading {
    margin-top: 30px;
    margin-bottom: 30px;
}

.wc-auth-login-onepage {
    vertical-align: top;
    padding-bottom: 20px;
}

.wc-auth-login-onepage > input {
    vertical-align: top;
}

.wc-auth-login-onepage-response.message-block {
    padding-bottom: 15px;
    color: red;
}

.wc-auth-login-onepage-response.message-block li,
.wc-auth-login-onepage-response.message-block strong {
    color: red;
    font-weight: 400;
}

.wc-auth-login-onepage-response.message-block li a,
.wc-auth-login-onepage-response.message-block strong a {
    color: #337ab7;
}

.woocommerce-onepage-order-img-container {
    padding: 5px;
}

.woocommerce-onepage-order-img-container > a > img {
    object-fit: contain;
    width: 76px;
    height: 46px;
}

.woocommerce-onepage-product-imagewrapper {

    padding: 5px;
}

.woocommerce-onepage-product-titlewrapper {

    text-align: left;
}

.woocommerce-onepage-product-nameblock {
    width: 36%;
}

.woocommerce-onepage-product-size {
    text-align: center;
    width: 24%;
}

.woocommerce-onepage-order-actions {
    text-align: right;
}

#catalogue-button {
    background-color: #1E4463;
    border-color: #1E4463;
}

#print-button {
    background-color: #DA544D;
    border-color: #DA544D;
}

#print-button > a {
    color: white;
}

.woocommerce-onepage-order-general-actions {
    height: 60px;
    line-height: 60px;
}

.woocommerce-onepage-order-general-actions > button {
    float: right;
    margin-top: 5px;
}

.woocommerce-onepage-order-general-actions > h1 {
    display: inline-block;
    height: 40px;
    margin: 0px;
}

.woocommerce-onepage-order-img-container > img {
    height: 70px;
    width: auto;
}

#draft-button {
    border-color: #057498;
    background-color: #057498;
}

.woocommerce-onepage-order-actions > input {
    width: 242px;
    height: 33px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    padding-left: 12px;
    padding-right: 19px;
    padding-top: 7px;
    padding-bottom: 9px;
}

woocommerce-onepage-order-pagerow > td > button {
    float: right;
}

.woocommerce-onepage-order-button-cell > button {
    float: right;
}

.woocommerce-onepage-button:hover {
    background-color: #093353;
    border: 1px solid #093353;
}

.woocommerce-onepage-button {
    height: 33px;
    padding: 9px;
    padding-top: 7px;
    margin-left: 14px;
    color: #ffffff;

    font-family: Helvetica;
    font-size: 14px;
    text-align: center;
    line-height: 17px;
    color: #FFFFFF;
    background-color: #1E4463;
    border-radius: 2px;
    border: 1px solid #1E4463;
}

.woocommerce-onepage-product-additional {
    text-align: center;
    width: 13%
}

.woocommerce-onepage-product-unit {
    text-align: center;
    width: 13%
}

.onepage_admin_button {
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
    border: 1px solid #cdcdcd;
    margin-left: 5px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    background-color: #cdcdcd;
}

.woocommerce-onepage-product-amount {
    text-align: center;
    width: 13%;
}

.woocommerce-onepage-product-amount > input {
    margin-top: 12px;
    height: 33px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    width: 99px;
    padding-left: 6px
}

.woocommerce-onepage-top-menu {
    height: 40px;
    background-color: #EFEFF0;
    border-radius: 2px 2px 0 0;
    display: flex;
    flex-direction: row;

}

.top-menu-item {
    cursor: pointer;
    flex-grow: 1;
    text-align: center;
    color: #093353;
    font-family: Helvetica;
    font-size: 14px;
    line-height: 40px;
}

.top-menu-item > a {
    color: #093353;
}

.top-menu-item.active {
    background-color: #057498;
    color: white;
    font-weight: 600;
}

#woocommerce-onepage-log-out {
    width: 115px;
    flex-shrink: 1;
    flex-grow: 0;
}

#woocommerce-onepage-change-pass {
    text-align: right;
}

.paging {
    margin-right: 5px;
}

.paging.active {
    font-weight: 600;
}

.pagingarea {
    cursor: pointer;
    text-align: right;
    padding: 7px;
    color: #525252;
}

.woocommerce-onepage-order-pageheading {
    height: 47px;
    line-height: 47px;

    background-color: #f7f7f7;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top: 1px solid rgba(0, 0, 0, .2);
}

.woocommerce-onepage-single-order-pageheading {
    height: 47px;
    line-height: 47px;

    background-color: #f7f7f7;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid rgba(0, 0, 0, .2);
}

.woocommerce-onepage-order-container {
    width: calc(100% - 18px);
    font-family: Helvetica;
    font-size: 14px;
    margin: 9px;
    margin-bottom: 15px;
    margin-top: 16px;
}

.woocommerce-onepage-order-pagerow {
    height: 54px;
    line-height: 54px;
    padding-right: 9px;

}

.woocommerce-onepage-order-pagerow:nth-child(1n+1) {
    border-top: 1px solid #DDDDDD;
}

.woocommerce-onepage-single-order-pagerow:nth-child(1n+1) {
    border-top: 1px solid #DDDDDD;
}

.woocommerce-onepage-order-pageheading > td {
    padding-left: 29px;
}

.woocommerce-onepage-order-pageheading > td:last-child {
    padding-right: 9px;
}

.woocommerce-onepage-order-pagerow > td:last-child {
    padding-right: 9px;
}

.woocommerce-onepage-order-pagerow > td {
    padding-left: 29px;
}

.tablewrapper {

}

.woocommerce-onepage-order-pageheading-action {
    text-align: right;
    padding-right: 10px;
}

.woocommerce-onepage-order-actions {
    margin-top: 10px;
}

.woocommerce-onepage-single-order-pageheading-action {
    text-align: right;
    padding-right: 10px;
}

.woocommerce-onepage-view-order-button {
    float: right;
    margin-right: 10px;
    width: 120px;
    height: 33px;
    background-color: #1E4463;
    border-radius: 2px;
    color: white;
    line-height: 33px;
    border: 1px solid #1E4463;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 100;
}

.wc-auth-login-button {

    margin-left: 29px;
    padding-top: 7px;
    padding-bottom: 9px;
    padding-left: 11px;
    padding-right: 10px;

    background-color: #057498;
    border-radius: 2px;
    color: white;

    border: 1px solid #057498;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 100;
}

.wc-auth-login-onepage > p {
    display: inline-block;
    margin-left: 15px;

}

#woocommerce-onepage-order-feedback {
    padding: 10px 0;
    font-size: 16px;
    color: red;
    font-weight: 400;
}

#woocommerce-onepage-order-feedback.success {
    color: #0082a7;
    font-weight: 400;
}

#dialog-confirm {
    display: none;
}

.wc-auth-login-onepage > input {
    display: inline-block;

    height: 33px;

}

.tablewrapper > h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wc-auth-login-onepage > input:not(:first-child) {
    margin-left: 15px;
}

.wc-auth-login-onepage > input[type="text"] {
    width: 251px;
}

.wc-auth-login-onepage > input[type="password"] {
    width: 251px;
}

#bottomTarget {
    border-top: 1px solid rgba(0, 0, 0, .95);
    padding-top: 30px;
    padding-bottom: 30px;

}

#bottomTarget > h1 {
    font-family: Helvetica;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    color: #000000;
}

.woocommerce-onepage-view-order-button:hover {
    background-color: #093353;
}

#order-view-wrapper {
    padding-top: 0px;
}

#wc-prod-filter {
    width: 192px;
    padding-top: 7px;
    padding-bottom: 9px;
    padding-left: 12px;
    color: #878786;
    font-family: Helvetica;
    font-size: 14px;
    border: 1px solid #CCCCCC;
}

.woocommerce-onepage-filterbutton {
    padding-top: 7px;
    padding-bottom: 9px;
    padding-right: 15px;
    background: white;
    border-radius: 0px;
    font-family: Helvetica;
    font-size: 14px;
    border: 1px solid #CCCCCC;
    border-left-width: 0px;
}

.woocommerce-onepage-product-titlewrapper {
    width: 240px;
}

.woocommerce-onepage-single-order-pageheading-image {
    width: 69px;
}

.woocommerce-onepage-single-order-pageheading-orderno {
    max-width: 240px;
}

.woocommerce-onepage-single-order-pageheading-amount {
    padding-right: 27px;
    text-align: center;
    width: 133px;
}

.woocommerce-onepage-product-amount {
    padding-right: 27px;
    width: 133px;
    text-align: left;
}

.ui-spinner > input[type="number"] {
    width: 90px;
}

#buttonadd {
    border-radius: 0px;
    border: 0px;
    color: #057498;
    background-color: #EEEEEE;
    font-weight: 300;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

#buttonremove {
    font-weight: 600;
    background-color: #EEEEEE;
    border-radius: 0px;
    border: 0px;
    color: #057498;
    border-left: 1px solid #cccccc;

}

.woocommerce-onepage-single-order-pageheading-unit {
    text-align: center;
}

.woocommerce-onepage-single-order-unit {
    text-align: center;
}

.woocommerce-onepage-single-order-info {
    text-align: center;
}

.woocommerce-onepage-single-order-pageheading-size {
    text-align: center;
}

.woocommerce-onepage-single-order-pageheading-info {
    text-align: center;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.woocommerce-onepage-tooltip-wrapper {
    line-height: 24px;
    background: #ececec;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #057498;
    cursor: help;
    position: relative;
    left: calc(50% - 12px);
    text-align: center;
    -webkit-transform: translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.woocommerce-onepage-tooltip {
    min-width: 174px;
    width: 174px;
    padding: 13px;
    line-height: 13px;
    font-size: 13px;
    text-align: left;

}

.woocommerce-onepage-tooltip-wrapper .woocommerce-onepage-tooltip {
    background: #093353;
    bottom: 100%;
    color: #fff;
    display: block;
    left: -74px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;

}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.woocommerce-onepage-tooltip-wrapper .woocommerce-onepage-tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

/* CSS Triangles - see Trevor's post */
.woocommerce-onepage-tooltip-wrapper .woocommerce-onepage-tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #093353 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.woocommerce-onepage-tooltip-wrapper:hover .woocommerce-onepage-tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .woocommerce-onepage-tooltip-wrapper .woocommerce-onepage-tooltip {
    display: none;
}

.lte8 .woocommerce-onepage-tooltip-wrapper:hover .woocommerce-onepage-tooltip {
    display: block;
}

.fancybox {
    position: relative;
}

.imagePreview {
    display: none;
    position: absolute;
    bottom: -10px;

}

.woocommerce-onepage-delete {
    float: right;
    width: 32px;
    height: 32px;
    background-color: #878786;
    border-radius: 16px;
    position: relative;
}

#order-submit-button {
    background-color: #057498;
    border-color: #057498;
}

.woocommerce-onepage-delete:hover {
    opacity: 1;
}

.woocommerce-onepage-order-pageheading-date {
    width: 170px;
}

.woocommerce-onepage-delete:before, .woocommerce-onepage-delete:after {
    position: absolute;
    top: 7px;
    left: 15px;
    height: 18px;
    width: 2px;
    content: "";
    background-color: #FFF;
}

.woocommerce-onepage-delete:before {
    transform: rotate(45deg);
}

.woocommerce-onepage-delete:after {
    transform: rotate(-45deg);
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;

    border-top: 15px solid rgba(117, 117, 117, 1.0);
}

.arrow-right {

    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;

    border-left: 15px solid rgba(117, 117, 117, 1.0);
}

.arrow-handle {
    position: absolute;
    right: 18px;
    top: 12px;
}

.woocommerce-onepage-catname {
    position: relative;
}

.onepage-contentWrapper input::-webkit-input-placeholder {
    color: #555;
}

.onepage-contentWrapper input:-moz-placeholder { /* Firefox 18- */
    color: #555;
}

.onepage-contentWrapper input::-moz-placeholder { /* Firefox 19+ */
    color: #555;
}

.onepage-contentWrapper input:-ms-input-placeholder {
    color: #555;
}