/**
 *  Module made by Nukium
 *
 *  @author    Nukium
 *  @copyright 2021 Nukium SAS
 *  @license   All rights reserved
 *
 * ███    ██ ██    ██ ██   ██ ██ ██    ██ ███    ███
 * ████   ██ ██    ██ ██  ██  ██ ██    ██ ████  ████
 * ██ ██  ██ ██    ██ █████   ██ ██    ██ ██ ████ ██
 * ██  ██ ██ ██    ██ ██  ██  ██ ██    ██ ██  ██  ██
 * ██   ████  ██████  ██   ██ ██  ██████  ██      ██
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */
@media(min-width: 783px) {

	.form-table td p.submit {
		margin-left: -10px;
	}

}

.wp-core-ui .button.button-primary-outline {
    background-color: transparent;
    background-image: none;
    border: 1px solid #0073aa;
    color: #0073aa;
}

.wp-core-ui .button.button-danger-outline {
    background-color: transparent;
    background-image: none;
    border: 1px solid #a00;
    color: #a00;
}

#main .button-danger-outline > i {
    color: #cf7a83;
}

.card {
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
	position: relative;
	margin: 0;
	min-width: 0;
	max-width: 100%;
	word-wrap: break-word;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-header {
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.75rem 1.25rem;
}

.d-none {
    display: none !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-column {
    -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.title-box {
	display: block;
	word-wrap: nowrap;
	white-space: nowrap;
}

#table-labels.striped > tbody > :nth-child(2n+1) {
	background: none;
}

#table-labels.striped > tbody > tr:nth-child(4n-2),
#table-labels.striped > tbody > tr:nth-child(4n-3) {
    background: #f9f9f9;
}

.table-responsive-row #table-labels tr:not(.extra-content) td {
    border-bottom: none;
}

#table-labels td.action {
    white-space: nowrap;
}

@media(min-width: 783px) {

    #table-labels td.action > .button,
    #table-labels td.action .icon-stack {
        height: 32px;
        padding: 0;
        width: 32px;
    }

    #table-labels td.action .icon-stack-2x {
        font-size: 1.8em;
    }

}

#table-labels tr.extra-content > td {
    padding: 0;
    text-align: left;
}

#table-labels tr.extra-content:hover > td {
    background: inherit;
}

.toggler {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 6px;
}

.text-success {
    color: #78D07D;
}

#table-labels .progress {
	margin-top: 11px;
}

#table-labels .progress-text {
    margin-right: 0.5rem;
}

#table-labels .button-print > .text {
    margin-left: 0.5rem;
}

.button.btn-disabled:hover {
    cursor: not-allowed;
}

#table-labels .extra-content .form-wrapper {
    padding: 1rem;
}

#table-labels .extra-content-form {
    padding: 10px;
}

#table-labels .extra-content .packages .badge {
	font-size: 90%;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

#table-labels .extra-content .package .package-title {
    margin-bottom: 0.5rem;
}

#table-labels .extra-content .package + .package .package-title {
    padding-top: 0.5rem;
}

#table-labels .extra-content .package + .package {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.checkbox {
    position: relative;
}

.checkbox input[type="checkbox"] {
    position: absolute; top: 50%;
    transform: translate3d(0, -50%, 0);
}

.row.big-gutters {
  margin-right: -30px;
  margin-left: -30px;
}

.row.big-gutters > .col,
.row.big-gutters > [class*="col-"] {
  padding-right: 30px;
  padding-left: 30px;
}

input[type="date"] {
    line-height: 1.42857;
}

.ui-dialog[aria-describedby="modalMergeLabels"] {
    border: none;
    max-width: 90%;
}

.ui-dialog[aria-describedby="modalMergeLabels"] .ui-widget-header {
    background: none;
    border: none;
}

.ui-dialog[aria-describedby="modalMergeLabels"] .ui-dialog-title {
    line-height: 1.2;
    padding: 5px 0;
    white-space: normal;
}

.ui-dialog[aria-describedby="modalMergeLabels"] .ui-dialog-titlebar-close {
    background: none;
    border: none;
    margin-top: -2px;
}

.ui-dialog[aria-describedby="modalMergeLabels"] .ui-dialog-titlebar-close:before {
    display: none;
}

#modalMergeLabels.ui-dialog-content {
    width: 100% !important;
}

#modalMergeLabels .merging-icon {
    margin: 2rem 0;
}

#modalMergeLabels .progress {
    margin-bottom: 1rem;
    width: 400px;
    max-width: 100%;
}

#modalMergeLabels .progress-steps {
    list-style: none;
    margin-bottom: 1rem;
    padding: 0;
}

#modalMergeLabels .progress-steps > li {
    margin: 1rem 0;
}

#modalMergeLabels .progress-steps .icon.text-muted {
    color: #f5f5f5;
}

#modalMergeLabels .progress-steps .icon.text-primary {
    color: #0085ba;
}

#modalMergeLabels .progress-steps .icon.text-warning {
    color: #ffb900;
}

#modalMergeLabels .notice {
    margin-bottom: 1rem;
}

#modalMergeLabels .btn {
    margin-bottom: 2rem;
}

.icon-minus {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
    text-rendering: auto;
}

.icon-minus:before {
    content: "\f068";
}

@media(min-width: 783px) {

	#table-labels .progress-text,
    #table-labels .button-print > .text {
        display: none;
    }

}

@media(max-width: 782px) {

	#table-labels .extra-content .packages {
		margin-bottom: 15px;
	}

	.wp-list-table tr > th:first-child,
	.wp-list-table tr > td:first-child {
	    display: table-cell !important;
	    width: 48px !important;
	}

	.wp-list-table td.column-order_date,
	.wp-list-table td.column-order_status,
	.wp-list-table td.printable,
	.wp-list-table td.action {
	    display: inline-block !important;
	    padding: 0 1em 1em 1em !important;
	}

	.wp-list-table td.printable {
		float: left;
	}

	.wp-list-table td.action {
		clear: none !important;
		margin-top: 6px;
	}

	.wp-list-table td.column-order_status,
	.wp-list-table td.action {
	    float: right;
	}

}