﻿
/*BEGIN CUSTOM CSS PATRICK*/

/*General rules*/

html {
    font-size: 10px;
}
.font_small{
    font-size: 0.9rem;
}

.container-xxl {
    max-width: 1600px;
}

.extra-small {
    font-size: 0.7rem;
}

/*@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (max-width:810px) {
    html {
        font-size: 12px;
    }
}*/

/*@media only screen and (max-width: 768px) {
    html {
        font-size: 11px;
    }
}

@media only screen and (max-width: 320x) {
    html {
        font-size: 10px;
    }
}*/

/*SM*/
@media only screen and (min-width: 576px) {
}
/*MD*/
@media only screen and (min-width: 768px) {
    html {
        font-size: 12px;
    }
}
/*LG*/
@media only screen and (min-width: 992px) {
    html {
        font-size: 14px;
    }
}
/*XL*/
@media only screen and (min-width: 1200px){
    html {
        font-size: 14px;
    }
}
/*XXL*/
@media only screen and (min-width: 1400px) {
    html {
        font-size: 16px;
    }
}

/*Navbar*/
.nav-item{
/*    background-color: red;*/
    margin: 0.2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

/*Forms*/
.form-select {
    padding: 0.5rem 1.3rem 0.5rem 0.7rem;
    background-position: right 0.3rem center;
    background-size: 0.7rem 0.7rem;
}
.form-select:disabled{
    color: lightgray;
}
.form-control{
    padding: 0.5rem 0.7rem 0.5rem 0.7rem;
}
.btn{
    padding: 0.5rem 0.7rem 0.5rem 0.7rem;
/*    background-color: red;*/
}
.btn-action{
    margin: 0.1rem;
}
.btn-filter {
    background-color: #f7f7f9;
}
/*.btn-action:before {
    content: "";
    display: block;
    padding-top: 100%;
    float: left;
}*/

/*SM*/
@media (max-width: 576px) {

}
/*MD*/
@media (max-width: 768px) {
    .form-select {
        padding: 0.2rem 0.9rem 0.2rem 0.2rem;
        background-position: right 0.2rem center;
        background-size: 0.5rem 0.5rem;
    }
    .form-control{
        padding: 0.2rem;
    }
    .btn{
        padding: 0.2rem 0.5rem 0.2rem 0.5rem;
    }
}
/*LG*/
@media (max-width: 992px) {
}
/*XL*/
@media (max-width: 1200px) {
}
/*XXL*/
@media (max-width: 1400px) {
}

/* EXTRA SMALL TABLES */
/*table .table-xs*/

/*DATATABLES*/

table.dataTable > thead > tr > th {
    padding-right: 11px !important;
    padding-left: 0 !important;
    text-align: center !important;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order {
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    width: 11px;
}
table.dataTable.table-xs > tbody > tr > td,
.table-xs td, .table-xs th {
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
    overflow: hidden;
}
.table-xs {
    table-layout: fixed;
}

/* LOADING SCREEN */
#loading_overlay_body {
    position: absolute;
    background-color: rgba(150,150,150,0.5);
    width: 100%;
    /*    height: 100%;*/
    top: 0;
    bottom: 0;
    z-index: 1;
    min-height: 100vh;
}

#loading_body {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: white;
    /*    width: 100px;
    height: 100px;*/
    padding: 20px;
    box-shadow: 0 0 50px 10px white;
}



/*END CUSTOM CSS PATRICK*/
/*@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1600px;
    }
}

@media only screen and (min-width: 320px) and (max-width:1000px) {

    .container {
        max-width: 100% !important;
    }
}*/
@media only screen and (max-width: 1280px) {
    /*.container-fluid {*/
    /*        display: revert !important;*/
    /*}*/

    .navbar-toggler {
        float: right;
    }
}

.tblInvoiceTH {
    padding: .5rem !important;
}

.tblInvoiceTR {
    padding: .6rem !important;
}

.padding0000 {
    padding: 0rem 0rem 0rem 0rem !important;
}
.padding0005 {
    padding: 0rem 0rem 0rem .5rem !important;
}
.padding1015 {
    padding: 1rem 0rem 1rem .5rem !important;
}
.editor-field-border {
    border-width: 1px 1px !important;
    border-style: solid !important;
}

.padding5p {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
}

.font20 {
    font-size: 15px !important;
}

:root {
    --white: #e8e9ed;
    --gray: #434257;
    --blue: #161616;
    --green: #00d084;
    --pink: #ff4b77;
}

ol {
    list-style: none;
}

li label {
    cursor: pointer;
}

li [type="checkbox"] {
    position: absolute;
    left: -9999px;
}

body {
    margin-bottom: 60px;
}

.switches {
/*    max-width: 500px;
    width: 95%;*/
/*    border-radius: 5px;*/
/*    color: var(--white);*/
/*    background: var(--blue);*/
}

.switches li {
    position: relative;
    counter-increment: switchCounter;
}

.switches li:not(:last-child) {
    border-bottom: 1px solid var(--gray);
}

.switches li::before {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
    font-size: 2rem;
    font-weight: bold;
    color: var(--pink);
}

.switches label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.switches span:last-child {
    position: relative;
    width: 50px;
    height: 26px;
    border-radius: 15px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
    background: var(--gray);
    transition: all 0.3s;
}

.switches span:last-child::before,
.switches span:last-child::after {
    content: "";
    position: absolute;
}

.switches span:last-child::before {
    left: 1px;
    top: 1px;
    width: 24px;
    height: 24px;
    background: var(--white);
    border-radius: 50%;
    z-index: 1;
    transition: transform 0.3s;
}

.switches span:last-child::after {
    top: 50%;
    right: 8px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/uncheck-switcher.svg);
    background-size: 12px 12px;
}

.switches [type="checkbox"]:checked + label span:last-child {
    background: var(--green);
}

.switches [type="checkbox"]:checked + label span:last-child::before {
    transform: translateX(24px);
}

.switches [type="checkbox"]:checked + label span:last-child::after {
    width: 14px;
    height: 14px;
    /*right: auto;*/
    left: 8px;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/checkmark-switcher.svg);
    background-size: 14px 14px;
}


@media screen and (max-width: 600px) {
    .switches li::before {
        display: none;
    }
}



.unselectable{
    -webkit-user-select: initial;
    -moz-user-select: all;
    -ms-user-select: element;
    user-select: all;
    pointer-events: none;
    background-color: rgb(230,230,230);
    accent-color: rgb(230,230,230);
}

th.btnUpdateSelected {
    flex-direction: row;
    width: 100%;
    display: flex;
    padding: 10px 0px !important;
}

button.btnUpdateSelected {
    background-color: aliceblue !important;
}

td.paading0 {
    padding: 0 !important;
}

.padding5p5p {
    padding: 5px 5px;
}

div.textLeft {
    text-align: left;
    font-size: 13px;
}

.width80 {
    width: 80%;
}

.width20 {
    width: 20%;
}

.main-form-check-input {
    width: 1.5em;
    height: 1.3em;
    margin-top: 0.25em;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-print-color-adjust: exact;
}


td.details-control {
    background: url('../images/plus.png') no-repeat center center;
    /*content: "\271B";*/
    cursor: pointer;
    background-size: 40px;
}

tr.details td.details-control {
    /*content: "\268A";*/
    background: url('../images/minus.png') no-repeat center center;
    background-size: 40px;
}

.calendar-production-capacity {
    position: relative;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3rem;
    border: 3px solid;
    border-color: #555664;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.plus-button {
    font-size: 1.3em;
    position: relative;
    right: 10%;
}

.padding-left {
    padding-left: 0px !important;
}

.padding-right {
    padding-right: 0px !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
.border-top {
    border-top: 1px solid #497b95 !important;
}

.border-bottom {
    border-bottom: 1px solid #497b95 !important;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    justify-content: center;
    align-items: center;
    color: #333;
}
/*
@media only screen and (min-width: 320px) and (max-width:575px) {   
    .float-xs-start {
        float: left !important;
    }

    .float-xs-end {
        float: right !important;
    }

    .float-xs-none {
        float: none !important;
    }

    .d-xs-inline {
        display: inline !important;
    }

    .d-xs-inline-block {
        display: inline-block !important;
    }

    .d-xs-block {
        display: block !important;
    }

    .d-xs-grid {
        display: grid !important;
    }

    .d-xs-table {
        display: table !important;
    }

    .d-xs-table-row {
        display: table-row !important;
    }

    .d-xs-table-cell {
        display: table-cell !important;
    }

    .d-xs-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xs-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .d-xs-none {
        display: none !important;
    }

    .flex-xs-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xs-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xs-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xs-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xs-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xs-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xs-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xs-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xs-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .flex-xs-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xs-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xs-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .gap-xs-0 {
        gap: 0 !important;
    }

    .gap-xs-1 {
        gap: 0.25rem !important;
    }

    .gap-xs-2 {
        gap: 0.5rem !important;
    }

    .gap-xs-3 {
        gap: 1rem !important;
    }

    .gap-xs-4 {
        gap: 1.5rem !important;
    }

    .gap-xs-5 {
        gap: 3rem !important;
    }

    .justify-content-xs-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xs-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xs-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xs-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xs-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .justify-content-xs-evenly {
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
    }

    .align-items-xs-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xs-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xs-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xs-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xs-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xs-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xs-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xs-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xs-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xs-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xs-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xs-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xs-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xs-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xs-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xs-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xs-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }

    .order-xs-first {
        -ms-flex-order: -1 !important;
        order: -1 !important;
    }

    .order-xs-0 {
        -ms-flex-order: 0 !important;
        order: 0 !important;
    }

    .order-xs-1 {
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .order-xs-2 {
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .order-xs-3 {
        -ms-flex-order: 3 !important;
        order: 3 !important;
    }

    .order-xs-4 {
        -ms-flex-order: 4 !important;
        order: 4 !important;
    }

    .order-xs-5 {
        -ms-flex-order: 5 !important;
        order: 5 !important;
    }

    .order-xs-last {
        -ms-flex-order: 6 !important;
        order: 6 !important;
    }

    .m-xs-0 {
        margin: 0 !important;
    }

    .m-xs-1 {
        margin: 0.25rem !important;
    }

    .m-xs-2 {
        margin: 0.5rem !important;
    }

    .m-xs-3 {
        margin: 1rem !important;
    }

    .m-xs-4 {
        margin: 1.5rem !important;
    }

    .m-xs-5 {
        margin: 3rem !important;
    }

    .m-xs-auto {
        margin: auto !important;
    }

    .mx-xs-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xs-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xs-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xs-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xs-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xs-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xs-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xs-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xs-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xs-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xs-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xs-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xs-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xs-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .mt-xs-0 {
        margin-top: 0 !important;
    }

    .mt-xs-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xs-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xs-3 {
        margin-top: 1rem !important;
    }

    .mt-xs-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xs-5 {
        margin-top: 3rem !important;
    }

    .mt-xs-auto {
        margin-top: auto !important;
    }

    .me-xs-0 {
        margin-right: 0 !important;
    }

    .me-xs-1 {
        margin-right: 0.25rem !important;
    }

    .me-xs-2 {
        margin-right: 0.5rem !important;
    }

    .me-xs-3 {
        margin-right: 1rem !important;
    }

    .me-xs-4 {
        margin-right: 1.5rem !important;
    }

    .me-xs-5 {
        margin-right: 3rem !important;
    }

    .me-xs-auto {
        margin-right: auto !important;
    }

    .mb-xs-0 {
        margin-bottom: 0 !important;
    }

    .mb-xs-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xs-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xs-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xs-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xs-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xs-auto {
        margin-bottom: auto !important;
    }

    .ms-xs-0 {
        margin-left: 0 !important;
    }

    .ms-xs-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xs-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xs-3 {
        margin-left: 1rem !important;
    }

    .ms-xs-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xs-5 {
        margin-left: 3rem !important;
    }

    .ms-xs-auto {
        margin-left: auto !important;
    }

    .p-xs-0 {
        padding: 0 !important;
    }

    .p-xs-1 {
        padding: 0.25rem !important;
    }

    .p-xs-2 {
        padding: 0.5rem !important;
    }

    .p-xs-3 {
        padding: 1rem !important;
    }

    .p-xs-4 {
        padding: 1.5rem !important;
    }

    .p-xs-5 {
        padding: 3rem !important;
    }

    .px-xs-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xs-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xs-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xs-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xs-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xs-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xs-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xs-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xs-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xs-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xs-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xs-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .pt-xs-0 {
        padding-top: 0 !important;
    }

    .pt-xs-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xs-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xs-3 {
        padding-top: 1rem !important;
    }

    .pt-xs-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xs-5 {
        padding-top: 3rem !important;
    }

    .pe-xs-0 {
        padding-right: 0 !important;
    }

    .pe-xs-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xs-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xs-3 {
        padding-right: 1rem !important;
    }

    .pe-xs-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xs-5 {
        padding-right: 3rem !important;
    }

    .pb-xs-0 {
        padding-bottom: 0 !important;
    }

    .pb-xs-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xs-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xs-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xs-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xs-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xs-0 {
        padding-left: 0 !important;
    }

    .ps-xs-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xs-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xs-3 {
        padding-left: 1rem !important;
    }

    .ps-xs-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xs-5 {
        padding-left: 3rem !important;
    }

    .text-xs-start {
        text-align: left !important;
    }

    .text-xs-end {
        text-align: right !important;
    }

    .text-xs-center {
        text-align: center !important;
    }
}

@media only screen and (min-width: 320px)and (max-width:575px) {
    .col-xs {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    }

    .row-cols-xs-auto > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xs-1 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xs-2 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xs-3 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.333333%;
    }

    .row-cols-xs-4 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xs-5 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xs-6 > * {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.666667%;
    }

    .col-xs-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-xs-1 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 8.333333%;
    }

    .col-xs-2 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.666667%;
    }

    .col-xs-3 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xs-4 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.333333%;
    }

    .col-xs-5 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 41.666667%;
    }

    .col-xs-6 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xs-7 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 58.333333%;
    }

    .col-xs-8 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.666667%;
    }

    .col-xs-9 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xs-10 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 83.333333%;
    }

    .col-xs-11 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 91.666667%;
    }

    .col-xs-12 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xs-0 {
        margin-left: 0;
    }

    .offset-xs-1 {
        margin-left: 8.333333%;
    }

    .offset-xs-2 {
        margin-left: 16.666667%;
    }

    .offset-xs-3 {
        margin-left: 25%;
    }

    .offset-xs-4 {
        margin-left: 33.333333%;
    }

    .offset-xs-5 {
        margin-left: 41.666667%;
    }

    .offset-xs-6 {
        margin-left: 50%;
    }

    .offset-xs-7 {
        margin-left: 58.333333%;
    }

    .offset-xs-8 {
        margin-left: 66.666667%;
    }

    .offset-xs-9 {
        margin-left: 75%;
    }

    .offset-xs-10 {
        margin-left: 83.333333%;
    }

    .offset-xs-11 {
        margin-left: 91.666667%;
    }

    .g-xs-0,
    .gx-xs-0 {
        --bs-gutter-x: 0;
    }

    .g-xs-0,
    .gy-xs-0 {
        --bs-gutter-y: 0;
    }

    .g-xs-1,
    .gx-xs-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xs-1,
    .gy-xs-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xs-2,
    .gx-xs-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xs-2,
    .gy-xs-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xs-3,
    .gx-xs-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xs-3,
    .gy-xs-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xs-4,
    .gx-xs-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xs-4,
    .gy-xs-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xs-5,
    .gx-xs-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xs-5,
    .gy-xs-5 {
        --bs-gutter-y: 3rem;
    }
}*/