@charset "UTF-8";
.la-icon-cart-info {
    font-size: 24px;
    cursor: pointer;
}

.wog-link {
    cursor: pointer;
}

.frm-action-options {
    margin: 0px;
    padding: 0px;
}

.frm-action-options li {
    display: inline-block;
}

.actions>li>a.btn-fab>i {
    width: 40px;
    height: 40px;
    margin: 0 0 0 -1px;
    line-height: 1.7;
    font-size: 1.4375rem;
    background:#edf4fe;
    border-radius: 50%;
    border:#cddef6 1px solid;
}
.actions.top-right {
    right: 13px;
    top: -13px;
}

.wog-table-link,
.wog-table-button {
    color: #FFF;
    height: auto !important;
    margin: 0px !important;
}

.btn-quicklink {
    font-weight: bold !important;
    font-size: 24px !important;
    top: 10px;
    right: 10px;
}

.widget-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
    box-shadow: 0 10px 40px 0 rgba(18, 106, 211, .07), 0 2px 9px 0 rgba(18, 106, 211, .06);
    border: none;
    margin-bottom: 1.875rem;
    transition: all .3s ease;
}

.widget-header {
    padding: 15px 20px;
    position: relative;
    border-bottom: 1px solid rgba(234, 243, 253, .9);
    background-color: transparent;
    min-height: 45px;
    font-weight: 300;
    font-size: 1rem;
}

.widget-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.cart-hide-input {
    display: none
}

.total {
    font-size: 1.1em;
    font-weight: 500
}

.cart-editable-text {
    cursor: pointer
}

.wog-cart-total td {
    border: 0px;
}

.wog-cart-total p {
    margin: 0px;
}

.cart-remove-icon {
    font-size: 24px;
    cursor: pointer;
}

.error {
    color: #C00;
    font-weight: normal;
    font-size: 12px;
}

.help-block {
    color: #C00;
    font-weight: normal;
    font-size: 12px;
}

.btn-wog-table {
    height: 22px !important;
    padding: 3px 5px !important;
    color:#FFF;
}

.btn-wog-table:visited {color:#FFF}

.table td,
.table th {
    padding: .2rem;
}

#po-addtocart {
    right: 25px;
    position: fixed;
    text-align: center;
    bottom: 25px;
    width: 50px;
    height: 50px;
    background: #25881b;
    color: #FFF;
    border-radius: 50%;
    cursor: pointer;
    padding-top: 8px;
    display: none;
}

#po-addtocart i {
    color: #FFF;
    font-weight: bold;
    font-size: 2em
}

.modPoQty {
    cursor: pointer;
    font-weight: bold
}

.textModQty {
    display: none
}

.my-custom-scrollbar {
    position: relative;
    height: 300px;
    overflow: auto;
    }
.table-wrapper-scroll-y {
    display: block;
}

.card-body .btn-quicklink {
    top: -10px !important;
}

.table td {padding:3px !important}
th.dt-center, td.dt-center { text-align: center; }
th.dt-right, td.dt-right {text-align: right;}

.btn-info, a:link.btn-info, a:link.btn-warning, a:link.btn-danger, a:link.btn-success, a:link.btn-primary {
    color: #FFF !important;
}

.summary {
    list-style: none;
    margin: 0;
    padding: 0;
}

.summary li {
    padding: 0 0 4px;
}

.invoice-header h1 {font-size:30px; font-weight: bold; margin-bottom: 2px;}
#selectponopre {display:none}
#warehouseoptions {display:none}

table.dataTable thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc {
    padding-right: 25px;
}

.parsley-errors-list {margin-left: 0px; padding:0px}
.parsley-errors-list li {color:#C00; font-size:.8em; list-style: none;}