﻿body {
    font-family: 'Segoe UI','Roboto', 'Helvetica Neue', Helvetica, sans-serif;
}

.ui.table thead th {
    color: rgba(0, 0, 0, 1) !important;
    font-weight: 500 !important;
    background: #f4f6f8 !important;
}

.ui.table thead td {
    color: rgba(0, 0, 0, 1) !important;
    font-weight: 400 !important;
}

.ui.checkbox input[type="checkbox"], .ui.checkbox input[type="radio"] {
    width: 15px !important;
    height: 15px !important;
}

.ui.checkbox .box:after, .ui.checkbox label:after {
    font-size: 10px !important;
    font-weight: 100 !important;
    width: 15px !important;
    height: 15px !important;
    border: 1px solid;
    border-radius: 4px;
}

.ui.checkbox .box:before, .ui.checkbox label:before {
    font-size: 12px !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 4px;
}

.ui.secondary.pointing.menu .active.item {
    color: rgba(0, 0, 0, 1);
    font-weight: normal;
}

.ui.form .field > label {
    font-weight: 400;
}

.ui.primary.button {
    background: #448AFF;
}

    .ui.primary.button:hover {
        background: #69a1ff;
    }

#ShopConfigForm .ui.segment {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}

.m-10 {
    margin: 10px 0px;
}

.m-b-0{
    margin-bottom: 0px !important;
}

.no-bullet:before {
    content: "" !important;
}

.menu-icon {
    color: #666;
}

.shopify-background {
    background-color: #f4f6f8
}

[class*="right floated"] {
    float: right;
}

.question {
    color: #7b7c7e;
    font-size: 12px !important;
    cursor: pointer;
}

.ui.checkbox input:checked ~ .box:after, .ui.checkbox input:checked ~ label:after {
    color: #448AFF;
    border-color: #448AFF !important;
}

.hidden {
    display: none;
}

.grid-full-height {
    height: 100%;
}
.full-height {
    height: 100%;
}
.ui.form input:not([type]):focus, .ui.form input[type="date"]:focus, .ui.form input[type="datetime-local"]:focus, .ui.form input[type="email"]:focus, .ui.form input[type="number"]:focus, .ui.form input[type="password"]:focus, .ui.form input[type="search"]:focus, .ui.form input[type="tel"]:focus, .ui.form input[type="time"]:focus, .ui.form input[type="text"]:focus, .ui.form input[type="file"]:focus, .ui.form input[type="url"]:focus {
    border-color: #448AFF !important;
}
/* Account Detail  */

.account-detail > .grid {
    height: 100%;
}

.logo h3 {
    margin-top: 10px !important;
}

.account-detail-form-column label {
    text-align: left;
}

.wizard .active, .wizard .active.step:after {
    background: #448AFF !important;
}

    .wizard .active .title, .wizard .active .icon {
        color: #ffffff !important;
    }

.loading.content {
    position: relative;
    cursor: default;
    pointer-events: none;
    text-shadow: none !important;
    color: transparent !important;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
}

    .loading.content:before {
        position: absolute;
        content: '';
        top: 0%;
        left: 0%;
        background: rgba(255, 255, 255, 0.8);
        width: 100%;
        height: 100%;
        border-radius: 0.28571429rem;
        z-index: 100;
    }

    .loading.content:after {
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        margin: -1.5em 0em 0em -1.5em;
        width: 3em;
        height: 3em;
        -webkit-animation: segment-spin 0.6s linear;
        animation: segment-spin 0.6s linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        border-radius: 500rem;
        border-color: #767676 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
        border-style: solid;
        border-width: 0.2em;
        -webkit-box-shadow: 0px 0px 0px 1px transparent;
        box-shadow: 0px 0px 0px 1px transparent;
        visibility: visible;
        z-index: 101;
    }
/* ********************* */

/* Courier Detail */

h4 .question {
    vertical-align: unset !important;
}
/* ********************* */

/* Order-Table */

.p-10 {
    padding: 10px;
}

.ui.secondary.pointing.menu .active.item {
    border-color: #448AFF !important;
}

.order-page .logo {
    width: 26px !important
}

#order-table {
    border: 1px solid #f2f2f2;
}

    #order-table thead th {
        background: #ffffff !important;
        padding: 6px 9px;
    }

.tags-filter {
    margin-top: 3px;
}

.ui.tiny.dropdown, .ui.tiny.dropdown .menu .item {
    font-size: 0.85714286rem;
}

.dataTables_length .ui.selection.dropdown {
    min-width: 4em;
}

.ui.table {
    font-size: 12px;
    table-layout: fixed;
    word-wrap: break-word;
}


/*#region Datatable Fix */

.dataTables_scroll {
    margin-top: 10px;
}

.dataTables_scrollHead, .dataTables_scrollBody {
    overflow: visible !important;
}

.dataTables_processing {
    z-index: 1 !important;
}

.dataTables_length .selection.ui.dropdown {
    font-size: 0.85rem;
}

.dt-toolbar-footer {
    margin-top: 5px;
}

.ui.selectable.table tbody tr:hover, .ui.table tbody tr td.selectable:hover {
    background-color: rgba(223,227,232,0.3) !important;
}
/*#endregion */
/*#region Filter Bar */
.ui.group {
    font-size: 0em;
    margin-bottom: 5px;
}

    .ui.group .groupitem {
        display: inline-block;
        font-size: .85rem !important;
        margin-right: 35px;
    }

.filterbar, .filterbar .ui.dropdown .menu > .item {
    font-size: .85rem !important;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

/*#endregion */
.loading:not(.dropdown) {
    position: relative;
    cursor: default;
    pointer-events: none;
    text-shadow: none !important;
    color: transparent !important;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
}

.loading:before:not(.dropdown) {
    position: absolute;
    content: '';
    top: 0%;
    left: 0%;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    border-radius: 0.28571429rem;
    z-index: 100;
}

.loading:after:not(.dropdown) {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -1.5em 0em 0em -1.5em;
    width: 3em;
    height: 3em;
    -webkit-animation: segment-spin 0.6s linear;
    animation: segment-spin 0.6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #767676 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 0.2em;
    -webkit-box-shadow: 0px 0px 0px 1px transparent;
    box-shadow: 0px 0px 0px 1px transparent;
    visibility: visible;
    z-index: 101;
}

div [class*="left floated"] {
    float: left;
    margin-left: 0.25em;
}

.paginate_button {
    font-size: 0.85em !important;
}

.modal-actions {
    margin: 6px;
}

.line-items-heading {
    font-weight: 600;
    font-size: 16px;
}

.lineitems-qty-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}
.lineitems-qty-wrapper + .lineitems-qty-wrapper {
    margin-top: 10px;
}
.lineitem-qty.input-field {
    width: 70px !important;
}
.lineItems-wrapper {
    display: none;
}
