.wpi-g .small {
    font-size: 85%;
}

.wpi-g .bold {
    font-weight: bold;
}

.wpi-g .normal {
    font-weight: normal;
}

.wpi-g .text-left {
    text-align: left;
}

.wpi-g .text-right {
    text-align: right;
}

.wpi-g .text-center {
    text-align: center;
}

.wpi-g .text-justify {
    text-align: justify;
}

.wpi-g .text-nowrap {
    white-space: nowrap;
}

.wpi-g .text-lowercase {
    text-transform: lowercase;
}

.wpi-g .text-uppercase {
    text-transform: uppercase;
}

.wpi-g .text-capitalize {
    text-transform: capitalize;
}

.wpi-g .text-muted {
    color: rgb(119, 119, 119);
}

.wpi-g .text-primary {
    color: rgb(51, 122, 183);
}

.wpi-g a.text-primary:hover {
    color: rgb(40, 96, 144);
}

.wpi-g a.text-primary:focus {
    color: rgb(40, 96, 144);
}

.wpi-g .text-success {
    color: rgb(60, 118, 61);
}

.wpi-g a.text-success:hover {
    color: rgb(43, 84, 44);
}

.wpi-g a.text-success:focus {
    color: rgb(43, 84, 44);
}

.wpi-g .text-info {
    color: rgb(49, 112, 143);
}

.wpi-g a.text-info:hover {
    color: rgb(36, 82, 105);
}

.wpi-g a.text-info:focus {
    color: rgb(36, 82, 105);
}

.wpi-g .text-warning {
    color: rgb(138, 109, 59);
}

.wpi-g a.text-warning:hover {
    color: rgb(102, 81, 44);
}

.wpi-g a.text-warning:focus {
    color: rgb(102, 81, 44);
}

.wpi-g .text-danger {
    color: rgb(169, 68, 66);
}

.wpi-g a.text-danger:hover {
    color: rgb(132, 53, 52);
}

.wpi-g a.text-danger:focus {
    color: rgb(132, 53, 52);
}

.wpi-g .bg-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(51, 122, 183);
}

.wpi-g a.bg-primary:hover {
    background-color: rgb(40, 96, 144);
}

.wpi-g a.bg-primary:focus {
    background-color: rgb(40, 96, 144);
}

.wpi-g .bg-success {
    background-color: rgb(223, 240, 216);
}

.wpi-g a.bg-success:hover {
    background-color: rgb(193, 226, 179);
}

.wpi-g a.bg-success:focus {
    background-color: rgb(193, 226, 179);
}

.wpi-g .bg-info {
    background-color: rgb(217, 237, 247);
}

.wpi-g a.bg-info:hover {
    background-color: rgb(175, 217, 238);
}

.wpi-g a.bg-info:focus {
    background-color: rgb(175, 217, 238);
}

.wpi-g .bg-warning {
    background-color: rgb(252, 248, 227);
}

.wpi-g a.bg-warning:hover {
    background-color: rgb(247, 236, 181);
}

.wpi-g a.bg-warning:focus {
    background-color: rgb(247, 236, 181);
}

.wpi-g .bg-danger {
    background-color: rgb(242, 222, 222);
}

.wpi-g a.bg-danger:hover {
    background-color: rgb(228, 185, 185);
}

.wpi-g a.bg-danger:focus {
    background-color: rgb(228, 185, 185);
}

@media print {
    .wpi-g .btn > .caret {
        border-top-color: rgb(0, 0, 0) !important;
    }

    .wpi-g .dropup > .btn > .caret {
        border-top-color: rgb(0, 0, 0) !important;
    }

    .wpi-g .label {
        border: 1px solid rgb(0, 0, 0);
        border-image: none;
    }

    .wpi-g .table {
        border-collapse: collapse !important;
    }

        .wpi-g .table td {
            background-color: rgb(255, 255, 255) !important;
        }

        .wpi-g .table th {
            background-color: rgb(255, 255, 255) !important;
        }

    .wpi-g .table-bordered th {
        border: 1px solid rgb(221, 221, 221) !important;
        border-image: none !important;
    }

    .wpi-g .table-bordered td {
        border: 1px solid rgb(221, 221, 221) !important;
        border-image: none !important;
    }
}

.wpi-g .table {
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%;
}

    .wpi-g .table > thead > tr > th {
        padding: 8px;
        line-height: 1.4285;
        vertical-align: top;
        border-top-color: rgb(221, 221, 221);
        border-top-width: 1px;
        border-top-style: solid;
    }

    .wpi-g .table > tbody > tr > th {
        padding: 8px;
        line-height: 1.4285;
        vertical-align: top;
        border-top-color: rgb(221, 221, 221);
        border-top-width: 1px;
        border-top-style: solid;
    }

    .wpi-g .table > tfoot > tr > th {
        padding: 8px;
        line-height: 1.4285;
        vertical-align: top;
        border-top-color: rgb(221, 221, 221);
        border-top-width: 1px;
        border-top-style: solid;
    }

    .wpi-g .table > thead > tr > td {
        padding: 8px;
        line-height: 1.4285;
        vertical-align: top;
        border-top-color: rgb(221, 221, 221);
        border-top-width: 1px;
        border-top-style: solid;
    }

    .wpi-g .table > tbody > tr > td {
        padding: 8px;
        line-height: 1.4285;
        vertical-align: top;
        border-top-color: rgb(221, 221, 221);
        border-top-width: 1px;
        border-top-style: solid;
    }

    .wpi-g .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.4285;
        vertical-align: top;
        border-top-color: rgb(221, 221, 221);
        border-top-width: 1px;
        border-top-style: solid;
    }

    .wpi-g .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom-color: rgb(221, 221, 221);
        border-bottom-width: 2px;
        border-bottom-style: solid;
    }

    .wpi-g .table > caption + thead > tr:first-child > th {
        border-top-color: currentColor;
        border-top-width: 0px;
        border-top-style: none;
    }

    .wpi-g .table > colgroup + thead > tr:first-child > th {
        border-top-color: currentColor;
        border-top-width: 0px;
        border-top-style: none;
    }

    .wpi-g .table > thead:first-child > tr:first-child > th {
        border-top-color: currentColor;
        border-top-width: 0px;
        border-top-style: none;
    }

    .wpi-g .table > caption + thead > tr:first-child > td {
        border-top-color: currentColor;
        border-top-width: 0px;
        border-top-style: none;
    }

    .wpi-g .table > colgroup + thead > tr:first-child > td {
        border-top-color: currentColor;
        border-top-width: 0px;
        border-top-style: none;
    }

    .wpi-g .table > thead:first-child > tr:first-child > td {
        border-top-color: currentColor;
        border-top-width: 0px;
        border-top-style: none;
    }

    .wpi-g .table > tbody + tbody {
        border-top-color: rgb(221, 221, 221);
        border-top-width: 2px;
        border-top-style: solid;
    }

    .wpi-g .table .table {
        background-color: rgb(255, 255, 255);
    }

.wpi-g .table-condensed > thead > tr > th {
    padding: 5px;
}

.wpi-g .table-condensed > tbody > tr > th {
    padding: 5px;
}

.wpi-g .table-condensed > tfoot > tr > th {
    padding: 5px;
}

.wpi-g .table-condensed > thead > tr > td {
    padding: 5px;
}

.wpi-g .table-condensed > tbody > tr > td {
    padding: 5px;
}

.wpi-g .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.wpi-g .table-bordered {
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
}

    .wpi-g .table-bordered > thead > tr > th {
        border: 1px solid rgb(221, 221, 221);
        border-image: none;
    }

    .wpi-g .table-bordered > tbody > tr > th {
        border: 1px solid rgb(221, 221, 221);
        border-image: none;
    }

    .wpi-g .table-bordered > tfoot > tr > th {
        border: 1px solid rgb(221, 221, 221);
        border-image: none;
    }

    .wpi-g .table-bordered > thead > tr > td {
        border: 1px solid rgb(221, 221, 221);
        border-image: none;
    }

    .wpi-g .table-bordered > tbody > tr > td {
        border: 1px solid rgb(221, 221, 221);
        border-image: none;
    }

    .wpi-g .table-bordered > tfoot > tr > td {
        border: 1px solid rgb(221, 221, 221);
        border-image: none;
    }

    .wpi-g .table-bordered > thead > tr > th {
        border-bottom-width: 2px;
    }

    .wpi-g .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.wpi-g .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: rgb(249, 249, 249);
}

.wpi-g .table-hover > tbody > tr:hover {
    background-color: rgb(245, 245, 245);
}

.wpi-g .table > thead > tr > td.active {
    background-color: rgb(245, 245, 245);
}

.wpi-g .table > tbody > tr > td.active {
    background-color: rgb(245, 245, 245);
}

.wpi-g .table > tfoot > tr > td.active {
    background-color: rgb(245, 245, 245);
}

.wpi-g .table > thead > tr > th.active {
    background-color: rgb(245, 245, 245);
}

.wpi-g .table > tbody > tr > th.active {
    background-color: rgb(245, 245, 245);
}

.wpi-g .table > tfoot > tr > th.active {
    background-color: rgb(245, 245, 245);
}

.wpi-g .table > thead > tr.active > td {
    background-color: rgb(245, 245, 245);
}

.wpi-g .table > tbody > tr.active > td {
    background-color: rgb(245, 245, 245);
}

.wpi-g .table > tfoot > tr.active > td {
    background-color: rgb(245, 245, 245);
}

.wpi-g .table > thead > tr.active > th {
    background-color: rgb(245, 245, 245);
}

.wpi-g .table > tbody > tr.active > th {
    background-color: rgb(245, 245, 245);
}

.wpi-g .table > tfoot > tr.active > th {
    background-color: rgb(245, 245, 245);
}

.wpi-g .table-hover > tbody > tr > td.active:hover {
    background-color: rgb(232, 232, 232);
}

.wpi-g .table-hover > tbody > tr > th.active:hover {
    background-color: rgb(232, 232, 232);
}

.wpi-g .table-hover > tbody > tr.active:hover > td {
    background-color: rgb(232, 232, 232);
}

.wpi-g .table-hover > tbody > tr:hover > .active {
    background-color: rgb(232, 232, 232);
}

.wpi-g .table-hover > tbody > tr.active:hover > th {
    background-color: rgb(232, 232, 232);
}

.wpi-g .table > thead > tr > td.success {
    background-color: rgb(223, 240, 216);
}

.wpi-g .table > tbody > tr > td.success {
    background-color: rgb(223, 240, 216);
}

.wpi-g .table > tfoot > tr > td.success {
    background-color: rgb(223, 240, 216);
}

.wpi-g .table > thead > tr > th.success {
    background-color: rgb(223, 240, 216);
}

.wpi-g .table > tbody > tr > th.success {
    background-color: rgb(223, 240, 216);
}

.wpi-g .table > tfoot > tr > th.success {
    background-color: rgb(223, 240, 216);
}

.wpi-g .table > thead > tr.success > td {
    background-color: rgb(223, 240, 216);
}

.wpi-g .table > tbody > tr.success > td {
    background-color: rgb(223, 240, 216);
}

.wpi-g .table > tfoot > tr.success > td {
    background-color: rgb(223, 240, 216);
}

.wpi-g .table > thead > tr.success > th {
    background-color: rgb(223, 240, 216);
}

.wpi-g .table > tbody > tr.success > th {
    background-color: rgb(223, 240, 216);
}

.wpi-g .table > tfoot > tr.success > th {
    background-color: rgb(223, 240, 216);
}

.wpi-g .table-hover > tbody > tr > td.success:hover {
    background-color: rgb(208, 233, 198);
}

.wpi-g .table-hover > tbody > tr > th.success:hover {
    background-color: rgb(208, 233, 198);
}

.wpi-g .table-hover > tbody > tr.success:hover > td {
    background-color: rgb(208, 233, 198);
}

.wpi-g .table-hover > tbody > tr:hover > .success {
    background-color: rgb(208, 233, 198);
}

.wpi-g .table-hover > tbody > tr.success:hover > th {
    background-color: rgb(208, 233, 198);
}

.wpi-g .table > thead > tr > td.info {
    background-color: rgb(217, 237, 247);
}

.wpi-g .table > tbody > tr > td.info {
    background-color: rgb(217, 237, 247);
}

.wpi-g .table > tfoot > tr > td.info {
    background-color: rgb(217, 237, 247);
}

.wpi-g .table > thead > tr > th.info {
    background-color: rgb(217, 237, 247);
}

.wpi-g .table > tbody > tr > th.info {
    background-color: rgb(217, 237, 247);
}

.wpi-g .table > tfoot > tr > th.info {
    background-color: rgb(217, 237, 247);
}

.wpi-g .table > thead > tr.info > td {
    background-color: rgb(217, 237, 247);
}

.wpi-g .table > tbody > tr.info > td {
    background-color: rgb(217, 237, 247);
}

.wpi-g .table > tfoot > tr.info > td {
    background-color: rgb(217, 237, 247);
}

.wpi-g .table > thead > tr.info > th {
    background-color: rgb(217, 237, 247);
}

.wpi-g .table > tbody > tr.info > th {
    background-color: rgb(217, 237, 247);
}

.wpi-g .table > tfoot > tr.info > th {
    background-color: rgb(217, 237, 247);
}

.wpi-g .table-hover > tbody > tr > td.info:hover {
    background-color: rgb(196, 227, 243);
}

.wpi-g .table-hover > tbody > tr > th.info:hover {
    background-color: rgb(196, 227, 243);
}

.wpi-g .table-hover > tbody > tr.info:hover > td {
    background-color: rgb(196, 227, 243);
}

.wpi-g .table-hover > tbody > tr:hover > .info {
    background-color: rgb(196, 227, 243);
}

.wpi-g .table-hover > tbody > tr.info:hover > th {
    background-color: rgb(196, 227, 243);
}

.wpi-g .table > thead > tr > td.warning {
    background-color: rgb(252, 248, 227);
}

.wpi-g .table > tbody > tr > td.warning {
    background-color: rgb(252, 248, 227);
}

.wpi-g .table > tfoot > tr > td.warning {
    background-color: rgb(252, 248, 227);
}

.wpi-g .table > thead > tr > th.warning {
    background-color: rgb(252, 248, 227);
}

.wpi-g .table > tbody > tr > th.warning {
    background-color: rgb(252, 248, 227);
}

.wpi-g .table > tfoot > tr > th.warning {
    background-color: rgb(252, 248, 227);
}

.wpi-g .table > thead > tr.warning > td {
    background-color: rgb(252, 248, 227);
}

.wpi-g .table > tbody > tr.warning > td {
    background-color: rgb(252, 248, 227);
}

.wpi-g .table > tfoot > tr.warning > td {
    background-color: rgb(252, 248, 227);
}

.wpi-g .table > thead > tr.warning > th {
    background-color: rgb(252, 248, 227);
}

.wpi-g .table > tbody > tr.warning > th {
    background-color: rgb(252, 248, 227);
}

.wpi-g .table > tfoot > tr.warning > th {
    background-color: rgb(252, 248, 227);
}

.wpi-g .table-hover > tbody > tr > td.warning:hover {
    background-color: rgb(250, 242, 204);
}

.wpi-g .table-hover > tbody > tr > th.warning:hover {
    background-color: rgb(250, 242, 204);
}

.wpi-g .table-hover > tbody > tr.warning:hover > td {
    background-color: rgb(250, 242, 204);
}

.wpi-g .table-hover > tbody > tr:hover > .warning {
    background-color: rgb(250, 242, 204);
}

.wpi-g .table-hover > tbody > tr.warning:hover > th {
    background-color: rgb(250, 242, 204);
}

.wpi-g .table > thead > tr > td.danger {
    background-color: rgb(242, 222, 222);
}

.wpi-g .table > tbody > tr > td.danger {
    background-color: rgb(242, 222, 222);
}

.wpi-g .table > tfoot > tr > td.danger {
    background-color: rgb(242, 222, 222);
}

.wpi-g .table > thead > tr > th.danger {
    background-color: rgb(242, 222, 222);
}

.wpi-g .table > tbody > tr > th.danger {
    background-color: rgb(242, 222, 222);
}

.wpi-g .table > tfoot > tr > th.danger {
    background-color: rgb(242, 222, 222);
}

.wpi-g .table > thead > tr.danger > td {
    background-color: rgb(242, 222, 222);
}

.wpi-g .table > tbody > tr.danger > td {
    background-color: rgb(242, 222, 222);
}

.wpi-g .table > tfoot > tr.danger > td {
    background-color: rgb(242, 222, 222);
}

.wpi-g .table > thead > tr.danger > th {
    background-color: rgb(242, 222, 222);
}

.wpi-g .table > tbody > tr.danger > th {
    background-color: rgb(242, 222, 222);
}

.wpi-g .table > tfoot > tr.danger > th {
    background-color: rgb(242, 222, 222);
}

.wpi-g .table-hover > tbody > tr > td.danger:hover {
    background-color: rgb(235, 204, 204);
}

.wpi-g .table-hover > tbody > tr > th.danger:hover {
    background-color: rgb(235, 204, 204);
}

.wpi-g .table-hover > tbody > tr.danger:hover > td {
    background-color: rgb(235, 204, 204);
}

.wpi-g .table-hover > tbody > tr:hover > .danger {
    background-color: rgb(235, 204, 204);
}

.wpi-g .table-hover > tbody > tr.danger:hover > th {
    background-color: rgb(235, 204, 204);
}

.wpi-g .table-responsive {
    width: 100%;
    -ms-overflow-x: auto;
    min-height: 0.01%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

#wpinv-fields .required.wpi-input {
    visibility: visible;
}

.payment_box .required {
    visibility: visible;
}

@media screen and (max-width:576px) {
    .wpi-g .table-responsive {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .wpi-g .table-responsive {
        border: 1px solid rgb(221, 221, 221);
        border-image: none;
        width: 100%;
        margin-bottom: 15px;
        -ms-overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .wpi-g .table-responsive > .table {
            margin-bottom: 0px;
        }

            .wpi-g .table-responsive > .table > thead > tr > th {
                white-space: nowrap;
            }

            .wpi-g .table-responsive > .table > tbody > tr > th {
                white-space: nowrap;
            }

            .wpi-g .table-responsive > .table > tfoot > tr > th {
                white-space: nowrap;
            }

            .wpi-g .table-responsive > .table > thead > tr > td {
                white-space: nowrap;
            }

            .wpi-g .table-responsive > .table > tbody > tr > td {
                white-space: nowrap;
            }

            .wpi-g .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .wpi-g .table-responsive > .table-bordered {
            border: 0px currentColor;
            border-image: none;
        }

            .wpi-g .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left-color: currentColor;
                border-left-width: 0px;
                border-left-style: none;
            }

            .wpi-g .table-responsive > .table-bordered > tbody > tr > th:first-child {
                border-left-color: currentColor;
                border-left-width: 0px;
                border-left-style: none;
            }

            .wpi-g .table-responsive > .table-bordered > tfoot > tr > th:first-child {
                border-left-color: currentColor;
                border-left-width: 0px;
                border-left-style: none;
            }

            .wpi-g .table-responsive > .table-bordered > thead > tr > td:first-child {
                border-left-color: currentColor;
                border-left-width: 0px;
                border-left-style: none;
            }

            .wpi-g .table-responsive > .table-bordered > tbody > tr > td:first-child {
                border-left-color: currentColor;
                border-left-width: 0px;
                border-left-style: none;
            }

            .wpi-g .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left-color: currentColor;
                border-left-width: 0px;
                border-left-style: none;
            }

            .wpi-g .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right-color: currentColor;
                border-right-width: 0px;
                border-right-style: none;
            }

            .wpi-g .table-responsive > .table-bordered > tbody > tr > th:last-child {
                border-right-color: currentColor;
                border-right-width: 0px;
                border-right-style: none;
            }

            .wpi-g .table-responsive > .table-bordered > tfoot > tr > th:last-child {
                border-right-color: currentColor;
                border-right-width: 0px;
                border-right-style: none;
            }

            .wpi-g .table-responsive > .table-bordered > thead > tr > td:last-child {
                border-right-color: currentColor;
                border-right-width: 0px;
                border-right-style: none;
            }

            .wpi-g .table-responsive > .table-bordered > tbody > tr > td:last-child {
                border-right-color: currentColor;
                border-right-width: 0px;
                border-right-style: none;
            }

            .wpi-g .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right-color: currentColor;
                border-right-width: 0px;
                border-right-style: none;
            }

            .wpi-g .table-responsive > .table-bordered > tbody > tr:last-child > th {
                border-bottom-color: currentColor;
                border-bottom-width: 0px;
                border-bottom-style: none;
            }

            .wpi-g .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom-color: currentColor;
                border-bottom-width: 0px;
                border-bottom-style: none;
            }

            .wpi-g .table-responsive > .table-bordered > tbody > tr:last-child > td {
                border-bottom-color: currentColor;
                border-bottom-width: 0px;
                border-bottom-style: none;
            }

            .wpi-g .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom-color: currentColor;
                border-bottom-width: 0px;
                border-bottom-style: none;
            }
}

.wpi-g .list-group a.list-group-item {
    text-decoration: none;
}

    .wpi-g .list-group a.list-group-item:hover {
        text-decoration: none;
    }

.wpi-g .list-group-item .radio {
    margin: 0px;
}

    .wpi-g .list-group-item .radio label {
        width: 100%;
        line-height: normal;
        display: inline-block;
    }

.wpi-g .active.list-group-item > .badge {
    color: rgb(51, 122, 183);
    background-color: rgb(255, 255, 255);
}

.wpi-g .list-group-item > .badge {
    float: right;
}

    .wpi-g .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.wpi-g .list-group {
    padding-left: 0px;
    margin-bottom: 20px;
}

.wpi-g .list-group-item {
    padding: 10px 15px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    margin-bottom: -1px;
    display: block;
    position: relative;
    background-color: rgb(255, 255, 255);
}

.wpi-g :first-child.list-group-item {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.wpi-g :last-child.list-group-item {
    margin-bottom: 0px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.wpi-g a.list-group-item {
    color: rgb(85, 85, 85);
}

.wpi-g button.list-group-item {
    color: rgb(85, 85, 85);
}

.wpi-g a.list-group-item .list-group-item-heading {
    color: rgb(51, 51, 51);
}

.wpi-g button.list-group-item .list-group-item-heading {
    color: rgb(51, 51, 51);
}

.wpi-g a.list-group-item:hover {
    color: rgb(85, 85, 85);
    text-decoration: none;
    background-color: rgb(245, 245, 245);
}

.wpi-g button.list-group-item:hover {
    color: rgb(85, 85, 85);
    text-decoration: none;
    background-color: rgb(245, 245, 245);
}

.wpi-g a.list-group-item:focus {
    color: rgb(85, 85, 85);
    text-decoration: none;
    background-color: rgb(245, 245, 245);
}

.wpi-g button.list-group-item:focus {
    color: rgb(85, 85, 85);
    text-decoration: none;
    background-color: rgb(245, 245, 245);
}

.wpi-g button.list-group-item {
    width: 100%;
    text-align: left;
}

.wpi-g .disabled.list-group-item {
    color: rgb(119, 119, 119);
    cursor: not-allowed;
    background-color: rgb(238, 238, 238);
}

    .wpi-g .disabled.list-group-item:hover {
        color: rgb(119, 119, 119);
        cursor: not-allowed;
        background-color: rgb(238, 238, 238);
    }

    .wpi-g .disabled.list-group-item:focus {
        color: rgb(119, 119, 119);
        cursor: not-allowed;
        background-color: rgb(238, 238, 238);
    }

    .wpi-g .disabled.list-group-item .list-group-item-heading {
        color: inherit;
    }

    .wpi-g .disabled.list-group-item:hover .list-group-item-heading {
        color: inherit;
    }

    .wpi-g .disabled.list-group-item:focus .list-group-item-heading {
        color: inherit;
    }

    .wpi-g .disabled.list-group-item .list-group-item-text {
        color: rgb(119, 119, 119);
    }

    .wpi-g .disabled.list-group-item:hover .list-group-item-text {
        color: rgb(119, 119, 119);
    }

    .wpi-g .disabled.list-group-item:focus .list-group-item-text {
        color: rgb(119, 119, 119);
    }

.wpi-g .active.list-group-item {
    border-color: rgb(51, 122, 183);
    color: rgb(255, 255, 255);
    z-index: 2;
    background-color: rgb(51, 122, 183);
}

    .wpi-g .active.list-group-item:hover {
        border-color: rgb(51, 122, 183);
        color: rgb(255, 255, 255);
        z-index: 2;
        background-color: rgb(51, 122, 183);
    }

    .wpi-g .active.list-group-item:focus {
        border-color: rgb(51, 122, 183);
        color: rgb(255, 255, 255);
        z-index: 2;
        background-color: rgb(51, 122, 183);
    }

    .wpi-g .active.list-group-item .list-group-item-heading {
        color: inherit;
    }

    .wpi-g .active.list-group-item:hover .list-group-item-heading {
        color: inherit;
    }

    .wpi-g .active.list-group-item:focus .list-group-item-heading {
        color: inherit;
    }

    .wpi-g .active.list-group-item .list-group-item-heading > small {
        color: inherit;
    }

    .wpi-g .active.list-group-item:hover .list-group-item-heading > small {
        color: inherit;
    }

    .wpi-g .active.list-group-item:focus .list-group-item-heading > small {
        color: inherit;
    }

    .wpi-g .active.list-group-item .list-group-item-heading > .small {
        color: inherit;
    }

    .wpi-g .active.list-group-item:hover .list-group-item-heading > .small {
        color: inherit;
    }

    .wpi-g .active.list-group-item:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .wpi-g .active.list-group-item .list-group-item-text {
        color: rgb(199, 221, 239);
    }

    .wpi-g .active.list-group-item:hover .list-group-item-text {
        color: rgb(199, 221, 239);
    }

    .wpi-g .active.list-group-item:focus .list-group-item-text {
        color: rgb(199, 221, 239);
    }

.wpi-g div.list-group-item:hover {
    color: rgb(85, 85, 85);
    background-color: rgb(245, 245, 245);
}

.wpi-g div.list-group-item:focus {
    color: rgb(85, 85, 85);
    background-color: rgb(245, 245, 245);
}

.wpi-g .list-group-item-success {
    color: rgb(60, 118, 61);
    background-color: rgb(223, 240, 216);
}

.wpi-g a.list-group-item-success {
    color: rgb(60, 118, 61);
}

.wpi-g button.list-group-item-success {
    color: rgb(60, 118, 61);
}

.wpi-g a.list-group-item-success .list-group-item-heading {
    color: inherit;
}

.wpi-g button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

.wpi-g a.list-group-item-success:hover {
    color: rgb(60, 118, 61);
    background-color: rgb(208, 233, 198);
}

.wpi-g button.list-group-item-success:hover {
    color: rgb(60, 118, 61);
    background-color: rgb(208, 233, 198);
}

.wpi-g a.list-group-item-success:focus {
    color: rgb(60, 118, 61);
    background-color: rgb(208, 233, 198);
}

.wpi-g button.list-group-item-success:focus {
    color: rgb(60, 118, 61);
    background-color: rgb(208, 233, 198);
}

.wpi-g a.active.list-group-item-success {
    border-color: rgb(60, 118, 61);
    color: rgb(255, 255, 255);
    background-color: rgb(60, 118, 61);
}

.wpi-g button.active.list-group-item-success {
    border-color: rgb(60, 118, 61);
    color: rgb(255, 255, 255);
    background-color: rgb(60, 118, 61);
}

.wpi-g a.active.list-group-item-success:hover {
    border-color: rgb(60, 118, 61);
    color: rgb(255, 255, 255);
    background-color: rgb(60, 118, 61);
}

.wpi-g button.active.list-group-item-success:hover {
    border-color: rgb(60, 118, 61);
    color: rgb(255, 255, 255);
    background-color: rgb(60, 118, 61);
}

.wpi-g a.active.list-group-item-success:focus {
    border-color: rgb(60, 118, 61);
    color: rgb(255, 255, 255);
    background-color: rgb(60, 118, 61);
}

.wpi-g button.active.list-group-item-success:focus {
    border-color: rgb(60, 118, 61);
    color: rgb(255, 255, 255);
    background-color: rgb(60, 118, 61);
}

.wpi-g .list-group-item-info {
    color: rgb(49, 112, 143);
    background-color: rgb(217, 237, 247);
}

.wpi-g a.list-group-item-info {
    color: rgb(49, 112, 143);
}

.wpi-g button.list-group-item-info {
    color: rgb(49, 112, 143);
}

.wpi-g a.list-group-item-info .list-group-item-heading {
    color: inherit;
}

.wpi-g button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

.wpi-g a.list-group-item-info:hover {
    color: rgb(49, 112, 143);
    background-color: rgb(196, 227, 243);
}

.wpi-g button.list-group-item-info:hover {
    color: rgb(49, 112, 143);
    background-color: rgb(196, 227, 243);
}

.wpi-g a.list-group-item-info:focus {
    color: rgb(49, 112, 143);
    background-color: rgb(196, 227, 243);
}

.wpi-g button.list-group-item-info:focus {
    color: rgb(49, 112, 143);
    background-color: rgb(196, 227, 243);
}

.wpi-g a.active.list-group-item-info {
    border-color: rgb(49, 112, 143);
    color: rgb(255, 255, 255);
    background-color: rgb(49, 112, 143);
}

.wpi-g button.active.list-group-item-info {
    border-color: rgb(49, 112, 143);
    color: rgb(255, 255, 255);
    background-color: rgb(49, 112, 143);
}

.wpi-g a.active.list-group-item-info:hover {
    border-color: rgb(49, 112, 143);
    color: rgb(255, 255, 255);
    background-color: rgb(49, 112, 143);
}

.wpi-g button.active.list-group-item-info:hover {
    border-color: rgb(49, 112, 143);
    color: rgb(255, 255, 255);
    background-color: rgb(49, 112, 143);
}

.wpi-g a.active.list-group-item-info:focus {
    border-color: rgb(49, 112, 143);
    color: rgb(255, 255, 255);
    background-color: rgb(49, 112, 143);
}

.wpi-g button.active.list-group-item-info:focus {
    border-color: rgb(49, 112, 143);
    color: rgb(255, 255, 255);
    background-color: rgb(49, 112, 143);
}

.wpi-g .list-group-item-warning {
    color: rgb(138, 109, 59);
    background-color: rgb(252, 248, 227);
}

.wpi-g a.list-group-item-warning {
    color: rgb(138, 109, 59);
}

.wpi-g button.list-group-item-warning {
    color: rgb(138, 109, 59);
}

.wpi-g a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

.wpi-g button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

.wpi-g a.list-group-item-warning:hover {
    color: rgb(138, 109, 59);
    background-color: rgb(250, 242, 204);
}

.wpi-g button.list-group-item-warning:hover {
    color: rgb(138, 109, 59);
    background-color: rgb(250, 242, 204);
}

.wpi-g a.list-group-item-warning:focus {
    color: rgb(138, 109, 59);
    background-color: rgb(250, 242, 204);
}

.wpi-g button.list-group-item-warning:focus {
    color: rgb(138, 109, 59);
    background-color: rgb(250, 242, 204);
}

.wpi-g a.active.list-group-item-warning {
    border-color: rgb(138, 109, 59);
    color: rgb(255, 255, 255);
    background-color: rgb(138, 109, 59);
}

.wpi-g button.active.list-group-item-warning {
    border-color: rgb(138, 109, 59);
    color: rgb(255, 255, 255);
    background-color: rgb(138, 109, 59);
}

.wpi-g a.active.list-group-item-warning:hover {
    border-color: rgb(138, 109, 59);
    color: rgb(255, 255, 255);
    background-color: rgb(138, 109, 59);
}

.wpi-g button.active.list-group-item-warning:hover {
    border-color: rgb(138, 109, 59);
    color: rgb(255, 255, 255);
    background-color: rgb(138, 109, 59);
}

.wpi-g a.active.list-group-item-warning:focus {
    border-color: rgb(138, 109, 59);
    color: rgb(255, 255, 255);
    background-color: rgb(138, 109, 59);
}

.wpi-g button.active.list-group-item-warning:focus {
    border-color: rgb(138, 109, 59);
    color: rgb(255, 255, 255);
    background-color: rgb(138, 109, 59);
}

.wpi-g .list-group-item-danger {
    color: rgb(169, 68, 66);
    background-color: rgb(242, 222, 222);
}

.wpi-g a.list-group-item-danger {
    color: rgb(169, 68, 66);
}

.wpi-g button.list-group-item-danger {
    color: rgb(169, 68, 66);
}

.wpi-g a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

.wpi-g button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

.wpi-g a.list-group-item-danger:hover {
    color: rgb(169, 68, 66);
    background-color: rgb(235, 204, 204);
}

.wpi-g button.list-group-item-danger:hover {
    color: rgb(169, 68, 66);
    background-color: rgb(235, 204, 204);
}

.wpi-g a.list-group-item-danger:focus {
    color: rgb(169, 68, 66);
    background-color: rgb(235, 204, 204);
}

.wpi-g button.list-group-item-danger:focus {
    color: rgb(169, 68, 66);
    background-color: rgb(235, 204, 204);
}

.wpi-g a.active.list-group-item-danger {
    border-color: rgb(169, 68, 66);
    color: rgb(255, 255, 255);
    background-color: rgb(169, 68, 66);
}

.wpi-g button.active.list-group-item-danger {
    border-color: rgb(169, 68, 66);
    color: rgb(255, 255, 255);
    background-color: rgb(169, 68, 66);
}

.wpi-g a.active.list-group-item-danger:hover {
    border-color: rgb(169, 68, 66);
    color: rgb(255, 255, 255);
    background-color: rgb(169, 68, 66);
}

.wpi-g button.active.list-group-item-danger:hover {
    border-color: rgb(169, 68, 66);
    color: rgb(255, 255, 255);
    background-color: rgb(169, 68, 66);
}

.wpi-g a.active.list-group-item-danger:focus {
    border-color: rgb(169, 68, 66);
    color: rgb(255, 255, 255);
    background-color: rgb(169, 68, 66);
}

.wpi-g button.active.list-group-item-danger:focus {
    border-color: rgb(169, 68, 66);
    color: rgb(255, 255, 255);
    background-color: rgb(169, 68, 66);
}

.wpi-g .list-group-item-heading {
    margin-top: 0px;
    margin-bottom: 5px;
}

.wpi-g .list-group-item-text {
    line-height: 1.3;
    margin-bottom: 0px;
}

.wpi-g .panel {
    border-radius: 4px;
    border: 1px solid transparent;
    border-image: none;
    margin-bottom: 20px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.wpi-g .panel-body {
    padding: 15px;
}

.wpi-g .panel-heading {
    padding: 10px 15px;
    border-bottom-color: transparent;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .wpi-g .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.wpi-g .panel-title {
    color: inherit;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
}

    .wpi-g .panel-title > a {
        color: inherit;
    }

    .wpi-g .panel-title > small {
        color: inherit;
    }

    .wpi-g .panel-title > .small {
        color: inherit;
    }

    .wpi-g .panel-title > small > a {
        color: inherit;
    }

    .wpi-g .panel-title > .small > a {
        color: inherit;
    }

.wpi-g .panel-footer {
    padding: 10px 15px;
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: rgb(245, 245, 245);
}

.wpi-g .panel > .list-group {
    margin-bottom: 0px;
}

.wpi-g .panel > .panel-collapse > .list-group {
    margin-bottom: 0px;
}

.wpi-g .panel > .list-group .list-group-item {
    border-width: 1px 0px;
    border-radius: 0px;
}

.wpi-g .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0px;
    border-radius: 0px;
}

.wpi-g .panel > :first-child.list-group :first-child.list-group-item {
    border-top-color: currentColor;
    border-top-width: 0px;
    border-top-style: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.wpi-g .panel > .panel-collapse > :first-child.list-group :first-child.list-group-item {
    border-top-color: currentColor;
    border-top-width: 0px;
    border-top-style: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.wpi-g .panel > :last-child.list-group :last-child.list-group-item {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.wpi-g .panel > .panel-collapse > :last-child.list-group :last-child.list-group-item {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.wpi-g .panel > .panel-heading + .panel-collapse > .list-group :first-child.list-group-item {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.wpi-g .panel-heading + .list-group :first-child.list-group-item {
    border-top-width: 0px;
}

.wpi-g .list-group + .panel-footer {
    border-top-width: 0px;
}

.wpi-g .panel > .table {
    margin-bottom: 0px;
}

.wpi-g .panel > .table-responsive > .table {
    margin-bottom: 0px;
}

.wpi-g .panel > .panel-collapse > .table {
    margin-bottom: 0px;
}

.wpi-g .panel > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.wpi-g .panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.wpi-g .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.wpi-g .panel > :first-child.table {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.wpi-g .panel > :first-child.table-responsive > :first-child.table {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.wpi-g .panel > :first-child.table > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.wpi-g .panel > :first-child.table-responsive > :first-child.table > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.wpi-g .panel > :first-child.table > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.wpi-g .panel > :first-child.table-responsive > :first-child.table > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.wpi-g .panel > :first-child.table > thead:first-child > tr:first-child td:first-child {
    border-top-left-radius: 3px;
}

.wpi-g .panel > :first-child.table-responsive > :first-child.table > thead:first-child > tr:first-child td:first-child {
    border-top-left-radius: 3px;
}

.wpi-g .panel > :first-child.table > tbody:first-child > tr:first-child td:first-child {
    border-top-left-radius: 3px;
}

.wpi-g .panel > :first-child.table-responsive > :first-child.table > tbody:first-child > tr:first-child td:first-child {
    border-top-left-radius: 3px;
}

.wpi-g .panel > :first-child.table > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.wpi-g .panel > :first-child.table-responsive > :first-child.table > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.wpi-g .panel > :first-child.table > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.wpi-g .panel > :first-child.table-responsive > :first-child.table > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.wpi-g .panel > :first-child.table > thead:first-child > tr:first-child td:last-child {
    border-top-right-radius: 3px;
}

.wpi-g .panel > :first-child.table-responsive > :first-child.table > thead:first-child > tr:first-child td:last-child {
    border-top-right-radius: 3px;
}

.wpi-g .panel > :first-child.table > tbody:first-child > tr:first-child td:last-child {
    border-top-right-radius: 3px;
}

.wpi-g .panel > :first-child.table-responsive > :first-child.table > tbody:first-child > tr:first-child td:last-child {
    border-top-right-radius: 3px;
}

.wpi-g .panel > :first-child.table > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.wpi-g .panel > :first-child.table-responsive > :first-child.table > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.wpi-g .panel > :first-child.table > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.wpi-g .panel > :first-child.table-responsive > :first-child.table > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.wpi-g .panel > :last-child.table {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.wpi-g .panel > :last-child.table-responsive > :last-child.table {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.wpi-g .panel > :last-child.table > tbody:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.wpi-g .panel > :last-child.table-responsive > :last-child.table > tbody:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.wpi-g .panel > :last-child.table > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.wpi-g .panel > :last-child.table-responsive > :last-child.table > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.wpi-g .panel > :last-child.table > tbody:last-child > tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

.wpi-g .panel > :last-child.table-responsive > :last-child.table > tbody:last-child > tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

.wpi-g .panel > :last-child.table > tfoot:last-child > tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

.wpi-g .panel > :last-child.table-responsive > :last-child.table > tfoot:last-child > tr:last-child td:first-child {
    border-bottom-left-radius: 3px;
}

.wpi-g .panel > :last-child.table > tbody:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.wpi-g .panel > :last-child.table-responsive > :last-child.table > tbody:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.wpi-g .panel > :last-child.table > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.wpi-g .panel > :last-child.table-responsive > :last-child.table > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.wpi-g .panel > :last-child.table > tbody:last-child > tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

.wpi-g .panel > :last-child.table-responsive > :last-child.table > tbody:last-child > tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

.wpi-g .panel > :last-child.table > tfoot:last-child > tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

.wpi-g .panel > :last-child.table-responsive > :last-child.table > tfoot:last-child > tr:last-child td:last-child {
    border-bottom-right-radius: 3px;
}

.wpi-g .panel > :last-child.table > tbody:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.wpi-g .panel > :last-child.table-responsive > :last-child.table > tbody:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.wpi-g .panel > :last-child.table > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.wpi-g .panel > :last-child.table-responsive > :last-child.table > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.wpi-g .panel > .panel-body + .table {
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

.wpi-g .panel > .panel-body + .table-responsive {
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

.wpi-g .panel > .table + .panel-body {
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

.wpi-g .panel > .table-responsive + .panel-body {
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

.wpi-g .panel > .table > tbody:first-child > tr:first-child th {
    border-top-color: currentColor;
    border-top-width: 0px;
    border-top-style: none;
}

.wpi-g .panel > .table > tbody:first-child > tr:first-child td {
    border-top-color: currentColor;
    border-top-width: 0px;
    border-top-style: none;
}

.wpi-g .panel > .table-bordered {
    border: 0px currentColor;
    border-image: none;
}

.wpi-g .panel > .table-responsive > .table-bordered {
    border: 0px currentColor;
    border-image: none;
}

.wpi-g .panel > .table-bordered > thead > tr > th:first-child {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.wpi-g .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.wpi-g .panel > .table-bordered > tbody > tr > th:first-child {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.wpi-g .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.wpi-g .panel > .table-bordered > tfoot > tr > th:first-child {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.wpi-g .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.wpi-g .panel > .table-bordered > thead > tr > td:first-child {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.wpi-g .panel > .table-responsive > .table-bordered > thead > tr > td:first-child {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.wpi-g .panel > .table-bordered > tbody > tr > td:first-child {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.wpi-g .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.wpi-g .panel > .table-bordered > tfoot > tr > td:first-child {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.wpi-g .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.wpi-g .panel > .table-bordered > thead > tr > th:last-child {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.wpi-g .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.wpi-g .panel > .table-bordered > tbody > tr > th:last-child {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.wpi-g .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.wpi-g .panel > .table-bordered > tfoot > tr > th:last-child {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.wpi-g .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.wpi-g .panel > .table-bordered > thead > tr > td:last-child {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.wpi-g .panel > .table-responsive > .table-bordered > thead > tr > td:last-child {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.wpi-g .panel > .table-bordered > tbody > tr > td:last-child {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.wpi-g .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.wpi-g .panel > .table-bordered > tfoot > tr > td:last-child {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.wpi-g .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.wpi-g .panel > .table-bordered > thead > tr:first-child > td {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.wpi-g .panel > .table-responsive > .table-bordered > thead > tr:first-child > td {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.wpi-g .panel > .table-bordered > tbody > tr:first-child > td {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.wpi-g .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.wpi-g .panel > .table-bordered > thead > tr:first-child > th {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.wpi-g .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.wpi-g .panel > .table-bordered > tbody > tr:first-child > th {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.wpi-g .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.wpi-g .panel > .table-bordered > tbody > tr:last-child > td {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.wpi-g .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.wpi-g .panel > .table-bordered > tfoot > tr:last-child > td {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.wpi-g .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.wpi-g .panel > .table-bordered > tbody > tr:last-child > th {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.wpi-g .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.wpi-g .panel > .table-bordered > tfoot > tr:last-child > th {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.wpi-g .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.wpi-g .panel > .table-responsive {
    border: 0px currentColor;
    border-image: none;
    margin-bottom: 0px;
}

.wpi-g .panel-group {
    margin-bottom: 20px;
}

    .wpi-g .panel-group .panel {
        border-radius: 4px;
        margin-bottom: 0px;
    }

        .wpi-g .panel-group .panel + .panel {
            margin-top: 5px;
        }

.panel-group .panel-heading {
    border-bottom-color: currentColor;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.wpi-g .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

.wpi-g .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top-color: rgb(221, 221, 221);
    border-top-width: 1px;
    border-top-style: solid;
}

.wpi-g .panel-group .panel-footer {
    border-top-color: currentColor;
    border-top-width: 0px;
    border-top-style: none;
}

    .wpi-g .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: rgb(221, 221, 221);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

.wpi-g .panel-default {
    border-color: rgb(221, 221, 221);
}

    .wpi-g .panel-default > .panel-heading {
        border-color: rgb(221, 221, 221);
        color: rgb(51, 51, 51);
        background-color: rgb(245, 245, 245);
    }

        .wpi-g .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: rgb(221, 221, 221);
        }

        .wpi-g .panel-default > .panel-heading .badge {
            color: rgb(245, 245, 245);
            background-color: rgb(51, 51, 51);
        }

    .wpi-g .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: rgb(221, 221, 221);
    }

.wpi-g .panel-primary {
    border-color: rgb(51, 122, 183);
}

    .wpi-g .panel-primary > .panel-heading {
        border-color: rgb(51, 122, 183);
        color: rgb(255, 255, 255);
        background-color: rgb(51, 122, 183);
    }

        .wpi-g .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: rgb(51, 122, 183);
        }

        .wpi-g .panel-primary > .panel-heading .badge {
            color: rgb(51, 122, 183);
            background-color: rgb(255, 255, 255);
        }

    .wpi-g .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: rgb(51, 122, 183);
    }

.wpi-g .panel-success {
    border-color: rgb(214, 233, 198);
}

    .wpi-g .panel-success > .panel-heading {
        border-color: rgb(214, 233, 198);
        color: rgb(60, 118, 61);
        background-color: rgb(223, 240, 216);
    }

        .wpi-g .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: rgb(214, 233, 198);
        }

        .wpi-g .panel-success > .panel-heading .badge {
            color: rgb(223, 240, 216);
            background-color: rgb(60, 118, 61);
        }

    .wpi-g .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: rgb(214, 233, 198);
    }

.wpi-g .panel-info {
    border-color: rgb(188, 232, 241);
}

    .wpi-g .panel-info > .panel-heading {
        border-color: rgb(188, 232, 241);
        color: rgb(49, 112, 143);
        background-color: rgb(217, 237, 247);
    }

        .wpi-g .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: rgb(188, 232, 241);
        }

        .wpi-g .panel-info > .panel-heading .badge {
            color: rgb(217, 237, 247);
            background-color: rgb(49, 112, 143);
        }

    .wpi-g .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: rgb(188, 232, 241);
    }

.wpi-g .panel-warning {
    border-color: rgb(250, 235, 204);
}

    .wpi-g .panel-warning > .panel-heading {
        border-color: rgb(250, 235, 204);
        color: rgb(138, 109, 59);
        background-color: rgb(252, 248, 227);
    }

        .wpi-g .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: rgb(250, 235, 204);
        }

        .wpi-g .panel-warning > .panel-heading .badge {
            color: rgb(252, 248, 227);
            background-color: rgb(138, 109, 59);
        }

    .wpi-g .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: rgb(250, 235, 204);
    }

.wpi-g .panel-danger {
    border-color: rgb(235, 204, 209);
}

    .wpi-g .panel-danger > .panel-heading {
        border-color: rgb(235, 204, 209);
        color: rgb(169, 68, 66);
        background-color: rgb(242, 222, 222);
    }

        .wpi-g .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: rgb(235, 204, 209);
        }

        .wpi-g .panel-danger > .panel-heading .badge {
            color: rgb(242, 222, 222);
            background-color: rgb(169, 68, 66);
        }

    .wpi-g .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: rgb(235, 204, 209);
    }

.wpi-g .radio {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    position: relative;
}

.wpi-g .checkbox {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    position: relative;
}

.wpi-g .radio label {
    padding-left: 20px;
    font-weight: normal;
    margin-bottom: 0px;
    cursor: pointer;
    min-height: 20px;
}

.wpi-g .checkbox label {
    padding-left: 20px;
    font-weight: normal;
    margin-bottom: 0px;
    cursor: pointer;
    min-height: 20px;
}

.wpi-g .radio input[type='radio'] {
    margin-left: -20px;
    position: absolute;
}

.wpi-g .radio-inline input[type='radio'] {
    margin-left: -20px;
    position: absolute;
}

.wpi-g .checkbox input[type='checkbox'] {
    margin-left: -20px;
    position: absolute;
}

.wpi-g .checkbox-inline input[type='checkbox'] {
    margin-left: -20px;
    position: absolute;
}

.wpi-g .radio + .radio {
    margin-top: -5px;
}

.wpi-g .checkbox + .checkbox {
    margin-top: -5px;
}

.wpi-g .radio-inline {
    padding-left: 20px;
    font-weight: normal;
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.wpi-g .checkbox-inline {
    padding-left: 20px;
    font-weight: normal;
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.wpi-g .radio-inline + .radio-inline {
    margin-top: 0px;
    margin-left: 10px;
}

.wpi-g .checkbox-inline + .checkbox-inline {
    margin-top: 0px;
    margin-left: 10px;
}

.wpi-g .btn {
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    border-image: none;
    text-align: center;
    line-height: 1.4285;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    -ms-user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .wpi-g .btn:focus {
        outline: dotted thin;
        outline-offset: -2px;
    }

        .wpi-g .btn:focus:active {
            outline: dotted thin;
            outline-offset: -2px;
        }

.wpi-g .active.btn:focus {
    outline: dotted thin;
    outline-offset: -2px;
}

.wpi-g .focus.btn {
    outline: dotted thin;
    outline-offset: -2px;
}

    .wpi-g .focus.btn:active {
        outline: dotted thin;
        outline-offset: -2px;
    }

.wpi-g .focus.active.btn {
    outline: dotted thin;
    outline-offset: -2px;
}

.wpi-g .btn:hover {
    color: rgb(51, 51, 51);
    text-decoration: none;
}

.wpi-g .btn:focus {
    color: rgb(51, 51, 51);
    text-decoration: none;
}

.wpi-g .focus.btn {
    color: rgb(51, 51, 51);
    text-decoration: none;
}

.wpi-g .btn:active {
    outline: 0px;
    box-shadow: inset 0px 3px 5px rgba(0,0,0,0.125);
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.wpi-g .active.btn {
    outline: 0px;
    box-shadow: inset 0px 3px 5px rgba(0,0,0,0.125);
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.wpi-g .disabled.btn {
    cursor: not-allowed;
    opacity: 0.65;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.wpi-g [disabled].btn {
    cursor: not-allowed;
    opacity: 0.65;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.wpi-g fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.wpi-g a.disabled.btn {
    pointer-events: none;
}

.wpi-g fieldset[disabled] a.btn {
    pointer-events: none;
}

.wpi-g .btn-default {
    border-color: rgb(204, 204, 204);
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
}

    .wpi-g .btn-default:focus {
        border-color: rgb(140, 140, 140);
        color: rgb(51, 51, 51);
        background-color: rgb(230, 230, 230);
    }

.wpi-g .focus.btn-default {
    border-color: rgb(140, 140, 140);
    color: rgb(51, 51, 51);
    background-color: rgb(230, 230, 230);
}

.wpi-g .btn-default:hover {
    border-color: rgb(173, 173, 173);
    color: rgb(51, 51, 51);
    background-color: rgb(230, 230, 230);
}

.wpi-g .btn-default:active {
    border-color: rgb(173, 173, 173);
    color: rgb(51, 51, 51);
    background-color: rgb(230, 230, 230);
}

.wpi-g .active.btn-default {
    border-color: rgb(173, 173, 173);
    color: rgb(51, 51, 51);
    background-color: rgb(230, 230, 230);
}

.wpi-g .open > .btn-default.dropdown-toggle {
    border-color: rgb(173, 173, 173);
    color: rgb(51, 51, 51);
    background-color: rgb(230, 230, 230);
}

.wpi-g .btn-default:hover:active {
    border-color: rgb(140, 140, 140);
    color: rgb(51, 51, 51);
    background-color: rgb(212, 212, 212);
}

.wpi-g .active.btn-default:hover {
    border-color: rgb(140, 140, 140);
    color: rgb(51, 51, 51);
    background-color: rgb(212, 212, 212);
}

.wpi-g .open > .btn-default.dropdown-toggle:hover {
    border-color: rgb(140, 140, 140);
    color: rgb(51, 51, 51);
    background-color: rgb(212, 212, 212);
}

.wpi-g .btn-default:focus:active {
    border-color: rgb(140, 140, 140);
    color: rgb(51, 51, 51);
    background-color: rgb(212, 212, 212);
}

.wpi-g .active.btn-default:focus {
    border-color: rgb(140, 140, 140);
    color: rgb(51, 51, 51);
    background-color: rgb(212, 212, 212);
}

.wpi-g .open > .btn-default.dropdown-toggle:focus {
    border-color: rgb(140, 140, 140);
    color: rgb(51, 51, 51);
    background-color: rgb(212, 212, 212);
}

.wpi-g .focus.btn-default:active {
    border-color: rgb(140, 140, 140);
    color: rgb(51, 51, 51);
    background-color: rgb(212, 212, 212);
}

.wpi-g .focus.active.btn-default {
    border-color: rgb(140, 140, 140);
    color: rgb(51, 51, 51);
    background-color: rgb(212, 212, 212);
}

.wpi-g .open > .focus.btn-default.dropdown-toggle {
    border-color: rgb(140, 140, 140);
    color: rgb(51, 51, 51);
    background-color: rgb(212, 212, 212);
}

.wpi-g .btn-default:active {
    background-image: none;
}

.wpi-g .active.btn-default {
    background-image: none;
}

.wpi-g .open > .btn-default.dropdown-toggle {
    background-image: none;
}

.wpi-g .disabled.btn-default:hover {
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

.wpi-g [disabled].btn-default:hover {
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

.wpi-g fieldset[disabled] .btn-default:hover {
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

.wpi-g .disabled.btn-default:focus {
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

.wpi-g [disabled].btn-default:focus {
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

.wpi-g fieldset[disabled] .btn-default:focus {
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

.wpi-g .focus.disabled.btn-default {
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

.wpi-g [disabled].focus.btn-default {
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

.wpi-g fieldset[disabled] .focus.btn-default {
    border-color: rgb(204, 204, 204);
    background-color: rgb(255, 255, 255);
}

.wpi-g .btn-default .badge {
    color: rgb(255, 255, 255);
    background-color: rgb(51, 51, 51);
}

.wpi-g .btn-primary {
    border-color: rgb(46, 109, 164);
    color: rgb(255, 255, 255);
    background-color: rgb(51, 122, 183);
}

    .wpi-g .btn-primary:focus {
        border-color: rgb(18, 43, 64);
        color: rgb(255, 255, 255);
        background-color: rgb(40, 96, 144);
    }

.wpi-g .focus.btn-primary {
    border-color: rgb(18, 43, 64);
    color: rgb(255, 255, 255);
    background-color: rgb(40, 96, 144);
}

.wpi-g .btn-primary:hover {
    border-color: rgb(32, 77, 116);
    color: rgb(255, 255, 255);
    background-color: rgb(40, 96, 144);
}

.wpi-g .btn-primary:active {
    border-color: rgb(32, 77, 116);
    color: rgb(255, 255, 255);
    background-color: rgb(40, 96, 144);
}

.wpi-g .active.btn-primary {
    border-color: rgb(32, 77, 116);
    color: rgb(255, 255, 255);
    background-color: rgb(40, 96, 144);
}

.wpi-g .open > .btn-primary.dropdown-toggle {
    border-color: rgb(32, 77, 116);
    color: rgb(255, 255, 255);
    background-color: rgb(40, 96, 144);
}

.wpi-g .btn-primary:hover:active {
    border-color: rgb(18, 43, 64);
    color: rgb(255, 255, 255);
    background-color: rgb(32, 77, 116);
}

.wpi-g .active.btn-primary:hover {
    border-color: rgb(18, 43, 64);
    color: rgb(255, 255, 255);
    background-color: rgb(32, 77, 116);
}

.wpi-g .open > .btn-primary.dropdown-toggle:hover {
    border-color: rgb(18, 43, 64);
    color: rgb(255, 255, 255);
    background-color: rgb(32, 77, 116);
}

.wpi-g .btn-primary:focus:active {
    border-color: rgb(18, 43, 64);
    color: rgb(255, 255, 255);
    background-color: rgb(32, 77, 116);
}

.wpi-g .active.btn-primary:focus {
    border-color: rgb(18, 43, 64);
    color: rgb(255, 255, 255);
    background-color: rgb(32, 77, 116);
}

.wpi-g .open > .btn-primary.dropdown-toggle:focus {
    border-color: rgb(18, 43, 64);
    color: rgb(255, 255, 255);
    background-color: rgb(32, 77, 116);
}

.wpi-g .focus.btn-primary:active {
    border-color: rgb(18, 43, 64);
    color: rgb(255, 255, 255);
    background-color: rgb(32, 77, 116);
}

.wpi-g .focus.active.btn-primary {
    border-color: rgb(18, 43, 64);
    color: rgb(255, 255, 255);
    background-color: rgb(32, 77, 116);
}

.wpi-g .open > .focus.btn-primary.dropdown-toggle {
    border-color: rgb(18, 43, 64);
    color: rgb(255, 255, 255);
    background-color: rgb(32, 77, 116);
}

.wpi-g .btn-primary:active {
    background-image: none;
}

.wpi-g .active.btn-primary {
    background-image: none;
}

.wpi-g .open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.wpi-g .disabled.btn-primary:hover {
    border-color: rgb(46, 109, 164);
    background-color: rgb(51, 122, 183);
}

.wpi-g [disabled].btn-primary:hover {
    border-color: rgb(46, 109, 164);
    background-color: rgb(51, 122, 183);
}

.wpi-g fieldset[disabled] .btn-primary:hover {
    border-color: rgb(46, 109, 164);
    background-color: rgb(51, 122, 183);
}

.wpi-g .disabled.btn-primary:focus {
    border-color: rgb(46, 109, 164);
    background-color: rgb(51, 122, 183);
}

.wpi-g [disabled].btn-primary:focus {
    border-color: rgb(46, 109, 164);
    background-color: rgb(51, 122, 183);
}

.wpi-g fieldset[disabled] .btn-primary:focus {
    border-color: rgb(46, 109, 164);
    background-color: rgb(51, 122, 183);
}

.wpi-g .focus.disabled.btn-primary {
    border-color: rgb(46, 109, 164);
    background-color: rgb(51, 122, 183);
}

.wpi-g [disabled].focus.btn-primary {
    border-color: rgb(46, 109, 164);
    background-color: rgb(51, 122, 183);
}

.wpi-g fieldset[disabled] .focus.btn-primary {
    border-color: rgb(46, 109, 164);
    background-color: rgb(51, 122, 183);
}

.wpi-g .btn-primary .badge {
    color: rgb(51, 122, 183);
    background-color: rgb(255, 255, 255);
}

.wpi-g .btn-success {
    border-color: rgb(76, 174, 76);
    color: rgb(255, 255, 255);
    background-color: rgb(92, 184, 92);
}

    .wpi-g .btn-success:focus {
        border-color: rgb(37, 86, 37);
        color: rgb(255, 255, 255);
        background-color: rgb(68, 157, 68);
    }

.wpi-g .focus.btn-success {
    border-color: rgb(37, 86, 37);
    color: rgb(255, 255, 255);
    background-color: rgb(68, 157, 68);
}

.wpi-g .btn-success:hover {
    border-color: rgb(57, 132, 57);
    color: rgb(255, 255, 255);
    background-color: rgb(68, 157, 68);
}

.wpi-g .btn-success:active {
    border-color: rgb(57, 132, 57);
    color: rgb(255, 255, 255);
    background-color: rgb(68, 157, 68);
}

.wpi-g .active.btn-success {
    border-color: rgb(57, 132, 57);
    color: rgb(255, 255, 255);
    background-color: rgb(68, 157, 68);
}

.wpi-g .open > .btn-success.dropdown-toggle {
    border-color: rgb(57, 132, 57);
    color: rgb(255, 255, 255);
    background-color: rgb(68, 157, 68);
}

.wpi-g .btn-success:hover:active {
    border-color: rgb(37, 86, 37);
    color: rgb(255, 255, 255);
    background-color: rgb(57, 132, 57);
}

.wpi-g .active.btn-success:hover {
    border-color: rgb(37, 86, 37);
    color: rgb(255, 255, 255);
    background-color: rgb(57, 132, 57);
}

.wpi-g .open > .btn-success.dropdown-toggle:hover {
    border-color: rgb(37, 86, 37);
    color: rgb(255, 255, 255);
    background-color: rgb(57, 132, 57);
}

.wpi-g .btn-success:focus:active {
    border-color: rgb(37, 86, 37);
    color: rgb(255, 255, 255);
    background-color: rgb(57, 132, 57);
}

.wpi-g .active.btn-success:focus {
    border-color: rgb(37, 86, 37);
    color: rgb(255, 255, 255);
    background-color: rgb(57, 132, 57);
}

.wpi-g .open > .btn-success.dropdown-toggle:focus {
    border-color: rgb(37, 86, 37);
    color: rgb(255, 255, 255);
    background-color: rgb(57, 132, 57);
}

.wpi-g .focus.btn-success:active {
    border-color: rgb(37, 86, 37);
    color: rgb(255, 255, 255);
    background-color: rgb(57, 132, 57);
}

.wpi-g .focus.active.btn-success {
    border-color: rgb(37, 86, 37);
    color: rgb(255, 255, 255);
    background-color: rgb(57, 132, 57);
}

.wpi-g .open > .focus.btn-success.dropdown-toggle {
    border-color: rgb(37, 86, 37);
    color: rgb(255, 255, 255);
    background-color: rgb(57, 132, 57);
}

.wpi-g .btn-success:active {
    background-image: none;
}

.wpi-g .active.btn-success {
    background-image: none;
}

.wpi-g .open > .btn-success.dropdown-toggle {
    background-image: none;
}

.wpi-g .disabled.btn-success:hover {
    border-color: rgb(76, 174, 76);
    background-color: rgb(92, 184, 92);
}

.wpi-g [disabled].btn-success:hover {
    border-color: rgb(76, 174, 76);
    background-color: rgb(92, 184, 92);
}

.wpi-g fieldset[disabled] .btn-success:hover {
    border-color: rgb(76, 174, 76);
    background-color: rgb(92, 184, 92);
}

.wpi-g .disabled.btn-success:focus {
    border-color: rgb(76, 174, 76);
    background-color: rgb(92, 184, 92);
}

.wpi-g [disabled].btn-success:focus {
    border-color: rgb(76, 174, 76);
    background-color: rgb(92, 184, 92);
}

.wpi-g fieldset[disabled] .btn-success:focus {
    border-color: rgb(76, 174, 76);
    background-color: rgb(92, 184, 92);
}

.wpi-g .focus.disabled.btn-success {
    border-color: rgb(76, 174, 76);
    background-color: rgb(92, 184, 92);
}

.wpi-g [disabled].focus.btn-success {
    border-color: rgb(76, 174, 76);
    background-color: rgb(92, 184, 92);
}

.wpi-g fieldset[disabled] .focus.btn-success {
    border-color: rgb(76, 174, 76);
    background-color: rgb(92, 184, 92);
}

.wpi-g .btn-success .badge {
    color: rgb(92, 184, 92);
    background-color: rgb(255, 255, 255);
}

.wpi-g .btn-info {
    border-color: rgb(70, 184, 218);
    color: rgb(255, 255, 255);
    background-color: rgb(91, 192, 222);
}

    .wpi-g .btn-info:focus {
        border-color: rgb(27, 109, 133);
        color: rgb(255, 255, 255);
        background-color: rgb(49, 176, 213);
    }

.wpi-g .focus.btn-info {
    border-color: rgb(27, 109, 133);
    color: rgb(255, 255, 255);
    background-color: rgb(49, 176, 213);
}

.wpi-g .btn-info:hover {
    border-color: rgb(38, 154, 188);
    color: rgb(255, 255, 255);
    background-color: rgb(49, 176, 213);
}

.wpi-g .btn-info:active {
    border-color: rgb(38, 154, 188);
    color: rgb(255, 255, 255);
    background-color: rgb(49, 176, 213);
}

.wpi-g .active.btn-info {
    border-color: rgb(38, 154, 188);
    color: rgb(255, 255, 255);
    background-color: rgb(49, 176, 213);
}

.wpi-g .open > .btn-info.dropdown-toggle {
    border-color: rgb(38, 154, 188);
    color: rgb(255, 255, 255);
    background-color: rgb(49, 176, 213);
}

.wpi-g .btn-info:hover:active {
    border-color: rgb(27, 109, 133);
    color: rgb(255, 255, 255);
    background-color: rgb(38, 154, 188);
}

.wpi-g .active.btn-info:hover {
    border-color: rgb(27, 109, 133);
    color: rgb(255, 255, 255);
    background-color: rgb(38, 154, 188);
}

.wpi-g .open > .btn-info.dropdown-toggle:hover {
    border-color: rgb(27, 109, 133);
    color: rgb(255, 255, 255);
    background-color: rgb(38, 154, 188);
}

.wpi-g .btn-info:focus:active {
    border-color: rgb(27, 109, 133);
    color: rgb(255, 255, 255);
    background-color: rgb(38, 154, 188);
}

.wpi-g .active.btn-info:focus {
    border-color: rgb(27, 109, 133);
    color: rgb(255, 255, 255);
    background-color: rgb(38, 154, 188);
}

.wpi-g .open > .btn-info.dropdown-toggle:focus {
    border-color: rgb(27, 109, 133);
    color: rgb(255, 255, 255);
    background-color: rgb(38, 154, 188);
}

.wpi-g .focus.btn-info:active {
    border-color: rgb(27, 109, 133);
    color: rgb(255, 255, 255);
    background-color: rgb(38, 154, 188);
}

.wpi-g .focus.active.btn-info {
    border-color: rgb(27, 109, 133);
    color: rgb(255, 255, 255);
    background-color: rgb(38, 154, 188);
}

.wpi-g .open > .focus.btn-info.dropdown-toggle {
    border-color: rgb(27, 109, 133);
    color: rgb(255, 255, 255);
    background-color: rgb(38, 154, 188);
}

.wpi-g .btn-info:active {
    background-image: none;
}

.wpi-g .active.btn-info {
    background-image: none;
}

.wpi-g .open > .btn-info.dropdown-toggle {
    background-image: none;
}

.wpi-g .disabled.btn-info:hover {
    border-color: rgb(70, 184, 218);
    background-color: rgb(91, 192, 222);
}

.wpi-g [disabled].btn-info:hover {
    border-color: rgb(70, 184, 218);
    background-color: rgb(91, 192, 222);
}

.wpi-g fieldset[disabled] .btn-info:hover {
    border-color: rgb(70, 184, 218);
    background-color: rgb(91, 192, 222);
}

.wpi-g .disabled.btn-info:focus {
    border-color: rgb(70, 184, 218);
    background-color: rgb(91, 192, 222);
}

.wpi-g [disabled].btn-info:focus {
    border-color: rgb(70, 184, 218);
    background-color: rgb(91, 192, 222);
}

.wpi-g fieldset[disabled] .btn-info:focus {
    border-color: rgb(70, 184, 218);
    background-color: rgb(91, 192, 222);
}

.wpi-g .focus.disabled.btn-info {
    border-color: rgb(70, 184, 218);
    background-color: rgb(91, 192, 222);
}

.wpi-g [disabled].focus.btn-info {
    border-color: rgb(70, 184, 218);
    background-color: rgb(91, 192, 222);
}

.wpi-g fieldset[disabled] .focus.btn-info {
    border-color: rgb(70, 184, 218);
    background-color: rgb(91, 192, 222);
}

.wpi-g .btn-info .badge {
    color: rgb(91, 192, 222);
    background-color: rgb(255, 255, 255);
}

.wpi-g .btn-warning {
    border-color: rgb(238, 162, 54);
    color: rgb(255, 255, 255);
    background-color: rgb(240, 173, 78);
}

    .wpi-g .btn-warning:focus {
        border-color: rgb(152, 95, 13);
        color: rgb(255, 255, 255);
        background-color: rgb(236, 151, 31);
    }

.wpi-g .focus.btn-warning {
    border-color: rgb(152, 95, 13);
    color: rgb(255, 255, 255);
    background-color: rgb(236, 151, 31);
}

.wpi-g .btn-warning:hover {
    border-color: rgb(213, 133, 18);
    color: rgb(255, 255, 255);
    background-color: rgb(236, 151, 31);
}

.wpi-g .btn-warning:active {
    border-color: rgb(213, 133, 18);
    color: rgb(255, 255, 255);
    background-color: rgb(236, 151, 31);
}

.wpi-g .active.btn-warning {
    border-color: rgb(213, 133, 18);
    color: rgb(255, 255, 255);
    background-color: rgb(236, 151, 31);
}

.wpi-g .open > .btn-warning.dropdown-toggle {
    border-color: rgb(213, 133, 18);
    color: rgb(255, 255, 255);
    background-color: rgb(236, 151, 31);
}

.wpi-g .btn-warning:hover:active {
    border-color: rgb(152, 95, 13);
    color: rgb(255, 255, 255);
    background-color: rgb(213, 133, 18);
}

.wpi-g .active.btn-warning:hover {
    border-color: rgb(152, 95, 13);
    color: rgb(255, 255, 255);
    background-color: rgb(213, 133, 18);
}

.wpi-g .open > .btn-warning.dropdown-toggle:hover {
    border-color: rgb(152, 95, 13);
    color: rgb(255, 255, 255);
    background-color: rgb(213, 133, 18);
}

.wpi-g .btn-warning:focus:active {
    border-color: rgb(152, 95, 13);
    color: rgb(255, 255, 255);
    background-color: rgb(213, 133, 18);
}

.wpi-g .active.btn-warning:focus {
    border-color: rgb(152, 95, 13);
    color: rgb(255, 255, 255);
    background-color: rgb(213, 133, 18);
}

.wpi-g .open > .btn-warning.dropdown-toggle:focus {
    border-color: rgb(152, 95, 13);
    color: rgb(255, 255, 255);
    background-color: rgb(213, 133, 18);
}

.wpi-g .focus.btn-warning:active {
    border-color: rgb(152, 95, 13);
    color: rgb(255, 255, 255);
    background-color: rgb(213, 133, 18);
}

.wpi-g .focus.active.btn-warning {
    border-color: rgb(152, 95, 13);
    color: rgb(255, 255, 255);
    background-color: rgb(213, 133, 18);
}

.wpi-g .open > .focus.btn-warning.dropdown-toggle {
    border-color: rgb(152, 95, 13);
    color: rgb(255, 255, 255);
    background-color: rgb(213, 133, 18);
}

.wpi-g .btn-warning:active {
    background-image: none;
}

.wpi-g .active.btn-warning {
    background-image: none;
}

.wpi-g .open > .btn-warning.dropdown-toggle {
    background-image: none;
}

.wpi-g .disabled.btn-warning:hover {
    border-color: rgb(238, 162, 54);
    background-color: rgb(240, 173, 78);
}

.wpi-g [disabled].btn-warning:hover {
    border-color: rgb(238, 162, 54);
    background-color: rgb(240, 173, 78);
}

.wpi-g fieldset[disabled] .btn-warning:hover {
    border-color: rgb(238, 162, 54);
    background-color: rgb(240, 173, 78);
}

.wpi-g .disabled.btn-warning:focus {
    border-color: rgb(238, 162, 54);
    background-color: rgb(240, 173, 78);
}

.wpi-g [disabled].btn-warning:focus {
    border-color: rgb(238, 162, 54);
    background-color: rgb(240, 173, 78);
}

.wpi-g fieldset[disabled] .btn-warning:focus {
    border-color: rgb(238, 162, 54);
    background-color: rgb(240, 173, 78);
}

.wpi-g .focus.disabled.btn-warning {
    border-color: rgb(238, 162, 54);
    background-color: rgb(240, 173, 78);
}

.wpi-g [disabled].focus.btn-warning {
    border-color: rgb(238, 162, 54);
    background-color: rgb(240, 173, 78);
}

.wpi-g fieldset[disabled] .focus.btn-warning {
    border-color: rgb(238, 162, 54);
    background-color: rgb(240, 173, 78);
}

.wpi-g .btn-warning .badge {
    color: rgb(240, 173, 78);
    background-color: rgb(255, 255, 255);
}

.wpi-g .btn-danger {
    border-color: rgb(212, 63, 58);
    color: rgb(255, 255, 255);
    background-color: rgb(217, 83, 79);
}

    .wpi-g .btn-danger:focus {
        border-color: rgb(118, 28, 25);
        color: rgb(255, 255, 255);
        background-color: rgb(201, 48, 44);
    }

.wpi-g .focus.btn-danger {
    border-color: rgb(118, 28, 25);
    color: rgb(255, 255, 255);
    background-color: rgb(201, 48, 44);
}

.wpi-g .btn-danger:hover {
    border-color: rgb(172, 41, 37);
    color: rgb(255, 255, 255);
    background-color: rgb(201, 48, 44);
}

.wpi-g .btn-danger:active {
    border-color: rgb(172, 41, 37);
    color: rgb(255, 255, 255);
    background-color: rgb(201, 48, 44);
}

.wpi-g .active.btn-danger {
    border-color: rgb(172, 41, 37);
    color: rgb(255, 255, 255);
    background-color: rgb(201, 48, 44);
}

.wpi-g .open > .btn-danger.dropdown-toggle {
    border-color: rgb(172, 41, 37);
    color: rgb(255, 255, 255);
    background-color: rgb(201, 48, 44);
}

.wpi-g .btn-danger:hover:active {
    border-color: rgb(118, 28, 25);
    color: rgb(255, 255, 255);
    background-color: rgb(172, 41, 37);
}

.wpi-g .active.btn-danger:hover {
    border-color: rgb(118, 28, 25);
    color: rgb(255, 255, 255);
    background-color: rgb(172, 41, 37);
}

.wpi-g .open > .btn-danger.dropdown-toggle:hover {
    border-color: rgb(118, 28, 25);
    color: rgb(255, 255, 255);
    background-color: rgb(172, 41, 37);
}

.wpi-g .btn-danger:focus:active {
    border-color: rgb(118, 28, 25);
    color: rgb(255, 255, 255);
    background-color: rgb(172, 41, 37);
}

.wpi-g .active.btn-danger:focus {
    border-color: rgb(118, 28, 25);
    color: rgb(255, 255, 255);
    background-color: rgb(172, 41, 37);
}

.wpi-g .open > .btn-danger.dropdown-toggle:focus {
    border-color: rgb(118, 28, 25);
    color: rgb(255, 255, 255);
    background-color: rgb(172, 41, 37);
}

.wpi-g .focus.btn-danger:active {
    border-color: rgb(118, 28, 25);
    color: rgb(255, 255, 255);
    background-color: rgb(172, 41, 37);
}

.wpi-g .focus.active.btn-danger {
    border-color: rgb(118, 28, 25);
    color: rgb(255, 255, 255);
    background-color: rgb(172, 41, 37);
}

.wpi-g .open > .focus.btn-danger.dropdown-toggle {
    border-color: rgb(118, 28, 25);
    color: rgb(255, 255, 255);
    background-color: rgb(172, 41, 37);
}

.wpi-g .btn-danger:active {
    background-image: none;
}

.wpi-g .active.btn-danger {
    background-image: none;
}

.wpi-g .open > .btn-danger.dropdown-toggle {
    background-image: none;
}

.wpi-g .disabled.btn-danger:hover {
    border-color: rgb(212, 63, 58);
    background-color: rgb(217, 83, 79);
}

.wpi-g [disabled].btn-danger:hover {
    border-color: rgb(212, 63, 58);
    background-color: rgb(217, 83, 79);
}

.wpi-g fieldset[disabled] .btn-danger:hover {
    border-color: rgb(212, 63, 58);
    background-color: rgb(217, 83, 79);
}

.wpi-g .disabled.btn-danger:focus {
    border-color: rgb(212, 63, 58);
    background-color: rgb(217, 83, 79);
}

.wpi-g [disabled].btn-danger:focus {
    border-color: rgb(212, 63, 58);
    background-color: rgb(217, 83, 79);
}

.wpi-g fieldset[disabled] .btn-danger:focus {
    border-color: rgb(212, 63, 58);
    background-color: rgb(217, 83, 79);
}

.wpi-g .focus.disabled.btn-danger {
    border-color: rgb(212, 63, 58);
    background-color: rgb(217, 83, 79);
}

.wpi-g [disabled].focus.btn-danger {
    border-color: rgb(212, 63, 58);
    background-color: rgb(217, 83, 79);
}

.wpi-g fieldset[disabled] .focus.btn-danger {
    border-color: rgb(212, 63, 58);
    background-color: rgb(217, 83, 79);
}

.wpi-g .btn-danger .badge {
    color: rgb(217, 83, 79);
    background-color: rgb(255, 255, 255);
}

.wpi-g .btn-link {
    border-radius: 0px;
    color: rgb(51, 122, 183);
    font-weight: normal;
}

.wpi-g .btn-link {
    box-shadow: none;
    background-color: transparent;
    -webkit-box-shadow: none;
}

    .wpi-g .btn-link:active {
        box-shadow: none;
        background-color: transparent;
        -webkit-box-shadow: none;
    }

.wpi-g .active.btn-link {
    box-shadow: none;
    background-color: transparent;
    -webkit-box-shadow: none;
}

.wpi-g [disabled].btn-link {
    box-shadow: none;
    background-color: transparent;
    -webkit-box-shadow: none;
}

.wpi-g fieldset[disabled] .btn-link {
    box-shadow: none;
    background-color: transparent;
    -webkit-box-shadow: none;
}

.wpi-g .btn-link {
    border-color: transparent;
}

    .wpi-g .btn-link:hover {
        border-color: transparent;
    }

    .wpi-g .btn-link:focus {
        border-color: transparent;
    }

    .wpi-g .btn-link:active {
        border-color: transparent;
    }

    .wpi-g .btn-link:hover {
        color: rgb(35, 82, 124);
        text-decoration: underline;
        background-color: transparent;
    }

    .wpi-g .btn-link:focus {
        color: rgb(35, 82, 124);
        text-decoration: underline;
        background-color: transparent;
    }

.wpi-g [disabled].btn-link:hover {
    color: rgb(119, 119, 119);
    text-decoration: none;
}

.wpi-g fieldset[disabled] .btn-link:hover {
    color: rgb(119, 119, 119);
    text-decoration: none;
}

.wpi-g [disabled].btn-link:focus {
    color: rgb(119, 119, 119);
    text-decoration: none;
}

.wpi-g fieldset[disabled] .btn-link:focus {
    color: rgb(119, 119, 119);
    text-decoration: none;
}

.wpi-g a.btn-primary:visited {
    color: rgb(255, 255, 255) !important;
}

.wpi-g a.btn-success:visited {
    color: rgb(255, 255, 255) !important;
}

.wpi-g a.btn-info:visited {
    color: rgb(255, 255, 255) !important;
}

.wpi-g a.btn-warning:visited {
    color: rgb(255, 255, 255) !important;
}

.wpi-g a.btn-danger:visited {
    color: rgb(255, 255, 255) !important;
}

.wpi-g a.btn-primary:hover {
    color: rgb(255, 255, 255) !important;
}

.wpi-g a.btn-success:hover {
    color: rgb(255, 255, 255) !important;
}

.wpi-g a.btn-info:hover {
    color: rgb(255, 255, 255) !important;
}

.wpi-g a.btn-warning:hover {
    color: rgb(255, 255, 255) !important;
}

.wpi-g a.btn-danger:hover {
    color: rgb(255, 255, 255) !important;
}

.wpi-g .btn-lg {
    padding: 10px 16px;
    border-radius: 6px;
    line-height: 1.3333;
    font-size: 18px;
}

.wpi-g .btn-group-lg > .btn {
    padding: 10px 16px;
    border-radius: 6px;
    line-height: 1.3333;
    font-size: 18px;
}

.wpi-g .btn-sm {
    padding: 5px 10px;
    border-radius: 3px;
    line-height: 1.5;
    font-size: 12px;
}

.wpi-g .btn-group-sm > .btn {
    padding: 5px 10px;
    border-radius: 3px;
    line-height: 1.5;
    font-size: 12px;
}

.wpi-g .btn-xs {
    padding: 1px 5px;
    border-radius: 3px;
    line-height: 1.5;
    font-size: 12px;
}

.wpi-g .btn-group-xs > .btn {
    padding: 1px 5px;
    border-radius: 3px;
    line-height: 1.5;
    font-size: 12px;
}

.wpi-g .btn-block {
    width: 100%;
    display: block;
}

    .wpi-g .btn-block + .btn-block {
        margin-top: 5px;
    }

.wpi-g input[type='submit'].btn-block {
    width: 100%;
}

.wpi-g input[type='reset'].btn-block {
    width: 100%;
}

.wpi-g input[type='button'].btn-block {
    width: 100%;
}

.wpi-g .btn-group {
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.wpi-g .btn-group-vertical {
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.wpi-g .btn-group > .btn {
    float: left;
    position: relative;
}

.wpi-g .btn-group-vertical > .btn {
    float: left;
    position: relative;
}

.wpi-g .btn-group > .btn:hover {
    z-index: 2;
}

.wpi-g .btn-group-vertical > .btn:hover {
    z-index: 2;
}

.wpi-g .btn-group > .btn:focus {
    z-index: 2;
}

.wpi-g .btn-group-vertical > .btn:focus {
    z-index: 2;
}

.wpi-g .btn-group > .btn:active {
    z-index: 2;
}

.wpi-g .btn-group-vertical > .btn:active {
    z-index: 2;
}

.wpi-g .btn-group > .active.btn {
    z-index: 2;
}

.wpi-g .btn-group-vertical > .active.btn {
    z-index: 2;
}

.wpi-g .btn-group .btn + .btn {
    margin-left: -1px;
}

.wpi-g .btn-group .btn + .btn-group {
    margin-left: -1px;
}

.wpi-g .btn-group .btn-group + .btn {
    margin-left: -1px;
}

.wpi-g .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.wpi-g .btn-toolbar {
    margin-left: -5px;
}

    .wpi-g .btn-toolbar .btn {
        float: left;
    }

    .wpi-g .btn-toolbar .btn-group {
        float: left;
    }

    .wpi-g .btn-toolbar .input-group {
        float: left;
    }

    .wpi-g .btn-toolbar > .btn {
        margin-left: 5px;
    }

    .wpi-g .btn-toolbar > .btn-group {
        margin-left: 5px;
    }

    .wpi-g .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.wpi-g .btn-group > :not(:first-child):not(.dropdown-toggle):not(:last-child).btn {
    border-radius: 0px;
}

.wpi-g .btn-group > :first-child.btn {
    margin-left: 0px;
}

.wpi-g .btn-group > :first-child:not(.dropdown-toggle):not(:last-child).btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.wpi-g .btn-group > :last-child:not(:first-child).btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.wpi-g .btn-group > :not(:first-child).dropdown-toggle {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.wpi-g .btn-group > .btn-group {
    float: left;
}

.wpi-g .btn-group > :not(:first-child):not(:last-child).btn-group > .btn {
    border-radius: 0px;
}

.wpi-g .btn-group > :first-child:not(:last-child).btn-group > :last-child.btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.wpi-g .btn-group > :first-child:not(:last-child).btn-group > .dropdown-toggle {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.wpi-g .btn-group > :last-child:not(:first-child).btn-group > :first-child.btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.wpi-g .btn-group .dropdown-toggle:active {
    outline: 0px;
}

.wpi-g .open.btn-group .dropdown-toggle {
    outline: 0px;
}

.wpi-g .btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.wpi-g .btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.wpi-g .open.btn-group .dropdown-toggle {
    box-shadow: inset 0px 3px 5px rgba(0,0,0,0.125);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.wpi-g .open.btn-group .btn-link.dropdown-toggle {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.wpi-g .btn .caret {
    margin-left: 0px;
}

.wpi-g .btn-lg .caret {
    border-width: 5px 5px 0px;
}

.wpi-g .dropup .btn-lg .caret {
    border-width: 0px 5px 5px;
}

.wpi-g .btn-group-vertical > .btn {
    width: 100%;
    float: none;
    display: block;
    max-width: 100%;
}

.wpi-g .btn-group-vertical > .btn-group {
    width: 100%;
    float: none;
    display: block;
    max-width: 100%;
}

    .wpi-g .btn-group-vertical > .btn-group > .btn {
        width: 100%;
        float: none;
        display: block;
        max-width: 100%;
    }

    .wpi-g .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

.wpi-g .btn-group-vertical > .btn + .btn {
    margin-top: -1px;
    margin-left: 0px;
}

.wpi-g .btn-group-vertical > .btn + .btn-group {
    margin-top: -1px;
    margin-left: 0px;
}

.wpi-g .btn-group-vertical > .btn-group + .btn {
    margin-top: -1px;
    margin-left: 0px;
}

.wpi-g .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0px;
}

.wpi-g .btn-group-vertical > :not(:first-child):not(:last-child).btn {
    border-radius: 0px;
}

.wpi-g .btn-group-vertical > :first-child:not(:last-child).btn {
    border-radius: 4px 4px 0px 0px;
}

.wpi-g .btn-group-vertical > :last-child:not(:first-child).btn {
    border-radius: 0px 0px 4px 4px;
}

.wpi-g .btn-group-vertical > :not(:first-child):not(:last-child).btn-group > .btn {
    border-radius: 0px;
}

.wpi-g .btn-group-vertical > :first-child:not(:last-child).btn-group > :last-child.btn {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.wpi-g .btn-group-vertical > :first-child:not(:last-child).btn-group > .dropdown-toggle {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.wpi-g .btn-group-vertical > :last-child:not(:first-child).btn-group > :first-child.btn {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.wpi-g .btn-group-justified {
    width: 100%;
    display: table;
    border-collapse: separate;
    table-layout: fixed;
}

    .wpi-g .btn-group-justified > .btn {
        width: 1%;
        float: none;
        display: table-cell;
    }

    .wpi-g .btn-group-justified > .btn-group {
        width: 1%;
        float: none;
        display: table-cell;
    }

        .wpi-g .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .wpi-g .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

.wpi-g [data-toggle='buttons'] > .btn input[type='radio'] {
    position: absolute;
    clip: rect(0px, 0px, 0px, 0px);
    pointer-events: none;
}

.wpi-g [data-toggle='buttons'] > .btn-group > .btn input[type='radio'] {
    position: absolute;
    clip: rect(0px, 0px, 0px, 0px);
    pointer-events: none;
}

.wpi-g [data-toggle='buttons'] > .btn input[type='checkbox'] {
    position: absolute;
    clip: rect(0px, 0px, 0px, 0px);
    pointer-events: none;
}

.wpi-g [data-toggle='buttons'] > .btn-group > .btn input[type='checkbox'] {
    position: absolute;
    clip: rect(0px, 0px, 0px, 0px);
    pointer-events: none;
}

.wpi-g .input-group {
    display: table;
    border-collapse: separate;
    position: relative;
}

.wpi-g [class*='col-'].input-group {
    padding-right: 0px;
    padding-left: 0px;
    float: none;
}

.wpi-g .input-group .form-control {
    width: 100%;
    margin-bottom: 0px;
    float: left;
    position: relative;
    z-index: 2;
}

    .wpi-g .input-group .form-control:focus {
        z-index: 3;
    }

.wpi-g .input-group-lg > .form-control {
    padding: 10px 16px;
    border-radius: 6px;
    height: 46px;
    line-height: 1.3333;
    font-size: 18px;
}

.wpi-g .input-group-lg > .input-group-addon {
    padding: 10px 16px;
    border-radius: 6px;
    height: 46px;
    line-height: 1.3333;
    font-size: 18px;
}

.wpi-g .input-group-lg > .input-group-btn > .btn {
    padding: 10px 16px;
    border-radius: 6px;
    height: 46px;
    line-height: 1.3333;
    font-size: 18px;
}

.wpi-g select.input-group-lg > .form-control {
    height: 46px;
    line-height: 46px;
}

.wpi-g select.input-group-lg > .input-group-addon {
    height: 46px;
    line-height: 46px;
}

.wpi-g select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

.wpi-g textarea.input-group-lg > .form-control {
    height: auto;
}

.wpi-g textarea.input-group-lg > .input-group-addon {
    height: auto;
}

.wpi-g textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.wpi-g select[multiple].input-group-lg > .form-control {
    height: auto;
}

.wpi-g select[multiple].input-group-lg > .input-group-addon {
    height: auto;
}

.wpi-g select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.wpi-g .input-group-sm > .form-control {
    padding: 5px 10px;
    border-radius: 3px;
    height: 30px;
    line-height: 1.5;
    font-size: 12px;
}

.wpi-g .input-group-sm > .input-group-addon {
    padding: 5px 10px;
    border-radius: 3px;
    height: 30px;
    line-height: 1.5;
    font-size: 12px;
}

.wpi-g .input-group-sm > .input-group-btn > .btn {
    padding: 5px 10px;
    border-radius: 3px;
    height: 30px;
    line-height: 1.5;
    font-size: 12px;
}

.wpi-g select.input-group-sm > .form-control {
    height: 30px;
    line-height: 30px;
}

.wpi-g select.input-group-sm > .input-group-addon {
    height: 30px;
    line-height: 30px;
}

.wpi-g select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

.wpi-g textarea.input-group-sm > .form-control {
    height: auto;
}

.wpi-g textarea.input-group-sm > .input-group-addon {
    height: auto;
}

.wpi-g textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.wpi-g select[multiple].input-group-sm > .form-control {
    height: auto;
}

.wpi-g select[multiple].input-group-sm > .input-group-addon {
    height: auto;
}

.wpi-g select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.wpi-g .input-group-addon {
    display: table-cell;
}

.wpi-g .input-group-btn {
    display: table-cell;
}

.wpi-g .input-group .form-control {
    display: table-cell;
}

.wpi-g :not(:first-child):not(:last-child).input-group-addon {
    border-radius: 0px;
}

.wpi-g :not(:first-child):not(:last-child).input-group-btn {
    border-radius: 0px;
}

.wpi-g .input-group :not(:first-child):not(:last-child).form-control {
    border-radius: 0px;
}

.wpi-g .input-group-addon {
    width: 1%;
    vertical-align: middle;
    white-space: nowrap;
}

.wpi-g .input-group-btn {
    width: 1%;
    vertical-align: middle;
    white-space: nowrap;
}

.wpi-g .input-group-addon {
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    text-align: center;
    color: rgb(85, 85, 85);
    line-height: 1;
    font-size: 14px;
    font-weight: normal;
    background-color: rgb(238, 238, 238);
}

.wpi-g .input-sm.input-group-addon {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
}

.wpi-g .input-lg.input-group-addon {
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 18px;
}

.wpi-g .input-group-addon input[type='radio'] {
    margin-top: 0px;
}

.wpi-g .input-group-addon input[type='checkbox'] {
    margin-top: 0px;
}

.wpi-g .input-group :first-child.form-control {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.wpi-g :first-child.input-group-addon {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.wpi-g :first-child.input-group-btn > .btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.wpi-g :first-child.input-group-btn > .btn-group > .btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.wpi-g :first-child.input-group-btn > .dropdown-toggle {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.wpi-g :last-child.input-group-btn > :not(:last-child):not(.dropdown-toggle).btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.wpi-g :last-child.input-group-btn > :not(:last-child).btn-group > .btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.wpi-g :first-child.input-group-addon {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.wpi-g .input-group :last-child.form-control {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.wpi-g :last-child.input-group-addon {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.wpi-g :last-child.input-group-btn > .btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.wpi-g :last-child.input-group-btn > .btn-group > .btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.wpi-g :last-child.input-group-btn > .dropdown-toggle {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.wpi-g :first-child.input-group-btn > :not(:first-child).btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.wpi-g :first-child.input-group-btn > :not(:first-child).btn-group > .btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.wpi-g :last-child.input-group-addon {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.wpi-g .input-group-btn {
    font-size: 0px;
    white-space: nowrap;
    position: relative;
}

    .wpi-g .input-group-btn > .btn {
        position: relative;
    }

        .wpi-g .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .wpi-g .input-group-btn > .btn:hover {
            z-index: 2;
        }

        .wpi-g .input-group-btn > .btn:focus {
            z-index: 2;
        }

        .wpi-g .input-group-btn > .btn:active {
            z-index: 2;
        }

.wpi-g :first-child.input-group-btn > .btn {
    margin-right: -1px;
}

.wpi-g :first-child.input-group-btn > .btn-group {
    margin-right: -1px;
}

.wpi-g :last-child.input-group-btn > .btn {
    margin-left: -1px;
    z-index: 2;
}

.wpi-g :last-child.input-group-btn > .btn-group {
    margin-left: -1px;
    z-index: 2;
}

.wpi-g .label {
    padding: 0.2em 0.6em 0.3em;
    border-radius: 0.25em;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 1;
    font-size: 75%;
    font-weight: bold;
    vertical-align: baseline;
    display: inline;
    white-space: nowrap;
}

.wpi-g a.label:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
    cursor: pointer;
}

.wpi-g a.label:focus {
    color: rgb(255, 255, 255);
    text-decoration: none;
    cursor: pointer;
}

.wpi-g :empty.label {
    display: none;
}

.wpi-g .btn .label {
    top: -1px;
    position: relative;
}

.wpi-g .label-default {
    background-color: rgb(119, 119, 119);
}

.wpi-g [href].label-default:hover {
    background-color: rgb(94, 94, 94);
}

.wpi-g [href].label-default:focus {
    background-color: rgb(94, 94, 94);
}

.wpi-g .label-primary {
    background-color: rgb(51, 122, 183);
}

.wpi-g [href].label-primary:hover {
    background-color: rgb(40, 96, 144);
}

.wpi-g [href].label-primary:focus {
    background-color: rgb(40, 96, 144);
}

.wpi-g .label-success {
    background-color: rgb(92, 184, 92);
}

.wpi-g [href].label-success:hover {
    background-color: rgb(68, 157, 68);
}

.wpi-g [href].label-success:focus {
    background-color: rgb(68, 157, 68);
}

.wpi-g .label-info {
    background-color: rgb(91, 192, 222);
}

.wpi-g [href].label-info:hover {
    background-color: rgb(49, 176, 213);
}

.wpi-g [href].label-info:focus {
    background-color: rgb(49, 176, 213);
}

.wpi-g .label-warning {
    background-color: rgb(240, 173, 78);
}

.wpi-g [href].label-warning:hover {
    background-color: rgb(236, 151, 31);
}

.wpi-g [href].label-warning:focus {
    background-color: rgb(236, 151, 31);
}

.wpi-g .label-danger {
    background-color: rgb(217, 83, 79);
}

.wpi-g [href].label-danger:hover {
    background-color: rgb(201, 48, 44);
}

.wpi-g [href].label-danger:focus {
    background-color: rgb(201, 48, 44);
}

.wpi-g .alert {
    padding: 15px;
    border-radius: 4px;
    border: 1px solid transparent;
    border-image: none;
    margin-bottom: 20px;
}

    .wpi-g .alert h4 {
        color: inherit;
        margin-top: 0px;
    }

    .wpi-g .alert .alert-link {
        font-weight: bold;
    }

    .wpi-g .alert > p {
        margin-bottom: 0px;
    }

    .wpi-g .alert > ul {
        margin-bottom: 0px;
    }

    .wpi-g .alert > p + p {
        margin-top: 5px;
    }

.wpi-g .alert-dismissable {
    padding-right: 35px;
}

.wpi-g .alert-dismissible {
    padding-right: 35px;
}

.wpi-g .alert-dismissable .close {
    top: -2px;
    right: -21px;
    color: inherit;
    position: relative;
}

.wpi-g .alert-dismissible .close {
    top: -2px;
    right: -21px;
    color: inherit;
    position: relative;
}

.wpi-g .alert-success {
    border-color: rgb(214, 233, 198);
    color: rgb(60, 118, 61);
    background-color: rgb(223, 240, 216);
}

    .wpi-g .alert-success hr {
        border-top-color: rgb(201, 226, 179);
    }

    .wpi-g .alert-success .alert-link {
        color: rgb(43, 84, 44);
    }

.wpi-g .alert-info {
    border-color: rgb(188, 232, 241);
    color: rgb(49, 112, 143);
    background-color: rgb(217, 237, 247);
}

    .wpi-g .alert-info hr {
        border-top-color: rgb(166, 225, 236);
    }

    .wpi-g .alert-info .alert-link {
        color: rgb(36, 82, 105);
    }

.wpi-g .alert-warning {
    border-color: rgb(250, 235, 204);
    color: rgb(138, 109, 59);
    background-color: rgb(252, 248, 227);
}

    .wpi-g .alert-warning hr {
        border-top-color: rgb(247, 225, 181);
    }

    .wpi-g .alert-warning .alert-link {
        color: rgb(102, 81, 44);
    }

.wpi-g .alert-danger {
    border-color: rgb(235, 204, 209);
    color: rgb(169, 68, 66);
    background-color: rgb(242, 222, 222);
}

    .wpi-g .alert-danger hr {
        border-top-color: rgb(228, 185, 192);
    }

    .wpi-g .alert-danger .alert-link {
        color: rgb(132, 53, 52);
    }

.wpi-g .form-control {
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-image: none;
    width: 100%;
    height: 35px;
    color: rgb(85, 85, 85);
    line-height: 1.4285;
    font-size: 14px;
    display: block;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    background-image: none;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .wpi-g .form-control:focus {
        border-color: rgb(102, 175, 233);
        outline: 0px;
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.wpi-g :-ms-input-placeholder.form-control {
    color: rgb(153, 153, 153);
}

.wpi-g .form-control::-ms-expand {
    border: 0px currentColor;
    border-image: none;
    background-color: transparent;
}

.wpi-g [disabled].form-control {
    opacity: 1;
    background-color: rgb(238, 238, 238);
}

.wpi-g [readonly].form-control {
    opacity: 1;
    background-color: rgb(238, 238, 238);
}

.wpi-g fieldset[disabled] .form-control {
    opacity: 1;
    background-color: rgb(238, 238, 238);
}

.wpi-g [disabled].form-control {
    cursor: not-allowed;
}

.wpi-g fieldset[disabled] .form-control {
    cursor: not-allowed;
}

.wpi-g textarea.form-control {
    height: auto;
}

.wpi-g input[type='search'] {
    -webkit-appearance: none;
}

@media not all {
    .wpi-g input[type='date'].form-control {
        line-height: 35px;
    }

    .wpi-g input[type='time'].form-control {
        line-height: 35px;
    }

    .wpi-g input[type='datetime-local'].form-control {
        line-height: 35px;
    }

    .wpi-g input[type='month'].form-control {
        line-height: 35px;
    }

    .wpi-g input[type='date'].input-sm {
        line-height: 30px;
    }

    .wpi-g input[type='time'].input-sm {
        line-height: 30px;
    }

    .wpi-g input[type='datetime-local'].input-sm {
        line-height: 30px;
    }

    .wpi-g input[type='month'].input-sm {
        line-height: 30px;
    }

    .wpi-g .input-group-sm input[type='date'] {
        line-height: 30px;
    }

    .wpi-g .input-group-sm input[type='time'] {
        line-height: 30px;
    }

    .wpi-g .input-group-sm input[type='datetime-local'] {
        line-height: 30px;
    }

    .wpi-g .input-group-sm input[type='month'] {
        line-height: 30px;
    }

    .wpi-g input[type='date'].input-lg {
        line-height: 46px;
    }

    .wpi-g input[type='time'].input-lg {
        line-height: 46px;
    }

    .wpi-g input[type='datetime-local'].input-lg {
        line-height: 46px;
    }

    .wpi-g input[type='month'].input-lg {
        line-height: 46px;
    }

    .wpi-g .input-group-lg input[type='date'] {
        line-height: 46px;
    }

    .wpi-g .input-group-lg input[type='time'] {
        line-height: 46px;
    }

    .wpi-g .input-group-lg input[type='datetime-local'] {
        line-height: 46px;
    }

    .wpi-g .input-group-lg input[type='month'] {
        line-height: 46px;
    }
}

.wpi-g .form-group {
    margin-bottom: 15px;
}

.wpi-g .radio {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    position: relative;
}

.wpi-g .checkbox {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    position: relative;
}

.wpi-g .radio label {
    padding-left: 20px;
    font-weight: normal;
    margin-bottom: 0px;
    cursor: pointer;
    min-height: 20px;
}

.wpi-g .checkbox label {
    padding-left: 20px;
    font-weight: normal;
    margin-bottom: 0px;
    cursor: pointer;
    min-height: 20px;
}

.wpi-g .radio input[type='radio'] {
    margin-left: -20px;
    position: absolute;
}

.wpi-g .radio-inline input[type='radio'] {
    margin-left: -20px;
    position: absolute;
}

.wpi-g .checkbox input[type='checkbox'] {
    margin-left: -20px;
    position: absolute;
}

.wpi-g .checkbox-inline input[type='checkbox'] {
    margin-left: -20px;
    position: absolute;
}

.wpi-g .radio + .radio {
    margin-top: -5px;
}

.wpi-g .checkbox + .checkbox {
    margin-top: -5px;
}

.wpi-g .radio-inline {
    padding-left: 20px;
    font-weight: normal;
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.wpi-g .checkbox-inline {
    padding-left: 20px;
    font-weight: normal;
    margin-bottom: 0px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.wpi-g .radio-inline + .radio-inline {
    margin-top: 0px;
    margin-left: 10px;
}

.wpi-g .checkbox-inline + .checkbox-inline {
    margin-top: 0px;
    margin-left: 10px;
}

.wpi-g input[type='radio'][disabled] {
    cursor: not-allowed;
}

.wpi-g input[type='checkbox'][disabled] {
    cursor: not-allowed;
}

.wpi-g input[type='radio'].disabled {
    cursor: not-allowed;
}

.wpi-g input[type='checkbox'].disabled {
    cursor: not-allowed;
}

.wpi-g fieldset[disabled] input[type='radio'] {
    cursor: not-allowed;
}

.wpi-g fieldset[disabled] input[type='checkbox'] {
    cursor: not-allowed;
}

.wpi-g .disabled.radio-inline {
    cursor: not-allowed;
}

.wpi-g .disabled.checkbox-inline {
    cursor: not-allowed;
}

.wpi-g fieldset[disabled] .radio-inline {
    cursor: not-allowed;
}

.wpi-g fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.wpi-g .disabled.radio label {
    cursor: not-allowed;
}

.wpi-g .disabled.checkbox label {
    cursor: not-allowed;
}

.wpi-g fieldset[disabled] .radio label {
    cursor: not-allowed;
}

.wpi-g fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.wpi-g .form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0px;
    min-height: 35px;
}

.wpi-g .input-lg.form-control-static {
    padding-right: 0px;
    padding-left: 0px;
}

.wpi-g .input-sm.form-control-static {
    padding-right: 0px;
    padding-left: 0px;
}

.wpi-g .input-sm {
    padding: 5px 10px;
    border-radius: 3px;
    height: 30px;
    line-height: 1.5;
    font-size: 12px;
}

.wpi-g select.input-sm {
    height: 30px;
    line-height: 30px;
}

.wpi-g textarea.input-sm {
    height: auto;
}

.wpi-g select[multiple].input-sm {
    height: auto;
}

.wpi-g .form-group-sm .form-control {
    padding: 5px 10px;
    border-radius: 3px;
    height: 30px;
    line-height: 1.5;
    font-size: 12px;
}

.wpi-g .form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.wpi-g .form-group-sm textarea.form-control {
    height: auto;
}

.wpi-g .form-group-sm select[multiple].form-control {
    height: auto;
}

.wpi-g .form-group-sm .form-control-static {
    padding: 6px 10px;
    height: 30px;
    line-height: 1.5;
    font-size: 12px;
    min-height: 32px;
}

.wpi-g .input-lg {
    padding: 10px 16px;
    border-radius: 6px;
    height: 46px;
    line-height: 1.3333;
    font-size: 18px;
}

.wpi-g select.input-lg {
    height: 46px;
    line-height: 46px;
}

.wpi-g textarea.input-lg {
    height: auto;
}

.wpi-g select[multiple].input-lg {
    height: auto;
}

.wpi-g .form-group-lg .form-control {
    padding: 10px 16px;
    border-radius: 6px;
    height: 46px;
    line-height: 1.3333;
    font-size: 18px;
}

.wpi-g .form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.wpi-g .form-group-lg textarea.form-control {
    height: auto;
}

.wpi-g .form-group-lg select[multiple].form-control {
    height: auto;
}

.wpi-g .form-group-lg .form-control-static {
    padding: 11px 16px;
    height: 46px;
    line-height: 1.3333;
    font-size: 18px;
    min-height: 38px;
}

.wpi-g .has-feedback {
    position: relative;
}

    .wpi-g .has-feedback .form-control {
        padding-right: 42.5px;
    }

.wpi-g .form-control-feedback {
    top: 0px;
    width: 34px;
    height: 34px;
    text-align: center;
    right: 0px;
    line-height: 34px;
    display: block;
    position: absolute;
    z-index: 2;
    pointer-events: none;
}

.wpi-g .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.wpi-g .input-group-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.wpi-g .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.wpi-g .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.wpi-g .input-group-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.wpi-g .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.wpi-g .has-success .help-block {
    color: rgb(60, 118, 61);
}

.wpi-g .has-success .control-label {
    color: rgb(60, 118, 61);
}

.wpi-g .has-success .radio {
    color: rgb(60, 118, 61);
}

.wpi-g .has-success .checkbox {
    color: rgb(60, 118, 61);
}

.wpi-g .has-success .radio-inline {
    color: rgb(60, 118, 61);
}

.wpi-g .has-success .checkbox-inline {
    color: rgb(60, 118, 61);
}

.wpi-g .radio.has-success label {
    color: rgb(60, 118, 61);
}

.wpi-g .checkbox.has-success label {
    color: rgb(60, 118, 61);
}

.wpi-g .radio-inline.has-success label {
    color: rgb(60, 118, 61);
}

.wpi-g .checkbox-inline.has-success label {
    color: rgb(60, 118, 61);
}

.wpi-g .has-success .form-control {
    border-color: rgb(60, 118, 61);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .wpi-g .has-success .form-control:focus {
        border-color: rgb(43, 84, 44);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 6px #67b168;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.wpi-g .has-success .input-group-addon {
    border-color: rgb(60, 118, 61);
    color: rgb(60, 118, 61);
    background-color: rgb(223, 240, 216);
}

.wpi-g .has-success .form-control-feedback {
    color: rgb(60, 118, 61);
}

.wpi-g .has-warning .help-block {
    color: rgb(138, 109, 59);
}

.wpi-g .has-warning .control-label {
    color: rgb(138, 109, 59);
}

.wpi-g .has-warning .radio {
    color: rgb(138, 109, 59);
}

.wpi-g .has-warning .checkbox {
    color: rgb(138, 109, 59);
}

.wpi-g .has-warning .radio-inline {
    color: rgb(138, 109, 59);
}

.wpi-g .has-warning .checkbox-inline {
    color: rgb(138, 109, 59);
}

.wpi-g .radio.has-warning label {
    color: rgb(138, 109, 59);
}

.wpi-g .checkbox.has-warning label {
    color: rgb(138, 109, 59);
}

.wpi-g .radio-inline.has-warning label {
    color: rgb(138, 109, 59);
}

.wpi-g .checkbox-inline.has-warning label {
    color: rgb(138, 109, 59);
}

.wpi-g .has-warning .form-control {
    border-color: rgb(138, 109, 59);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .wpi-g .has-warning .form-control:focus {
        border-color: rgb(102, 81, 44);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 6px #c0a16b;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.wpi-g .has-warning .input-group-addon {
    border-color: rgb(138, 109, 59);
    color: rgb(138, 109, 59);
    background-color: rgb(252, 248, 227);
}

.wpi-g .has-warning .form-control-feedback {
    color: rgb(138, 109, 59);
}

.wpi-g .has-error .help-block {
    color: rgb(169, 68, 66);
}

.wpi-g .has-error .control-label {
    color: rgb(169, 68, 66);
}

.wpi-g .has-error .radio {
    color: rgb(169, 68, 66);
}

.wpi-g .has-error .checkbox {
    color: rgb(169, 68, 66);
}

.wpi-g .has-error .radio-inline {
    color: rgb(169, 68, 66);
}

.wpi-g .has-error .checkbox-inline {
    color: rgb(169, 68, 66);
}

.wpi-g .radio.has-error label {
    color: rgb(169, 68, 66);
}

.wpi-g .checkbox.has-error label {
    color: rgb(169, 68, 66);
}

.wpi-g .radio-inline.has-error label {
    color: rgb(169, 68, 66);
}

.wpi-g .checkbox-inline.has-error label {
    color: rgb(169, 68, 66);
}

.wpi-g .has-error .form-control {
    border-color: rgb(169, 68, 66);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .wpi-g .has-error .form-control:focus {
        border-color: rgb(132, 53, 52);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 6px #ce8483;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.wpi-g .has-error .input-group-addon {
    border-color: rgb(169, 68, 66);
    color: rgb(169, 68, 66);
    background-color: rgb(242, 222, 222);
}

.wpi-g .has-error .form-control-feedback {
    color: rgb(169, 68, 66);
}

.wpi-g .has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.wpi-g .has-feedback label.sr-only ~ .form-control-feedback {
    top: 0px;
}

.wpi-g .help-block {
    color: rgb(115, 115, 115);
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
}

@media all and (min-width:768px) {
    .wpi-g .form-inline .form-group {
        margin-bottom: 0px;
        vertical-align: middle;
        display: inline-block;
    }

    .wpi-g .form-inline .form-control {
        width: auto;
        vertical-align: middle;
        display: inline-block;
    }

    .wpi-g .form-inline .form-control-static {
        display: inline-block;
    }

    .wpi-g .form-inline .input-group {
        vertical-align: middle;
        display: inline-table;
    }

        .wpi-g .form-inline .input-group .input-group-addon {
            width: auto;
        }

        .wpi-g .form-inline .input-group .input-group-btn {
            width: auto;
        }

        .wpi-g .form-inline .input-group .form-control {
            width: auto;
        }

        .wpi-g .form-inline .input-group > .form-control {
            width: 100%;
        }

    .wpi-g .form-inline .control-label {
        margin-bottom: 0px;
        vertical-align: middle;
    }

    .wpi-g .form-inline .radio {
        margin-top: 0px;
        margin-bottom: 0px;
        vertical-align: middle;
        display: inline-block;
    }

    .wpi-g .form-inline .checkbox {
        margin-top: 0px;
        margin-bottom: 0px;
        vertical-align: middle;
        display: inline-block;
    }

    .wpi-g .form-inline .radio label {
        padding-left: 0px;
    }

    .wpi-g .form-inline .checkbox label {
        padding-left: 0px;
    }

    .wpi-g .form-inline .radio input[type='radio'] {
        margin-left: 0px;
        position: relative;
    }

    .wpi-g .form-inline .checkbox input[type='checkbox'] {
        margin-left: 0px;
        position: relative;
    }

    .wpi-g .form-inline .has-feedback .form-control-feedback {
        top: 0px;
    }
}

.wpi-g .form-horizontal .radio {
    padding-top: 7px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.wpi-g .form-horizontal .checkbox {
    padding-top: 7px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.wpi-g .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.wpi-g .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.wpi-g .form-horizontal .radio {
    min-height: 27px;
}

.wpi-g .form-horizontal .checkbox {
    min-height: 27px;
}

.wpi-g .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media all and (min-width:768px) {
    .wpi-g .form-horizontal .control-label {
        text-align: right;
        padding-top: 7px;
        margin-bottom: 0px;
    }
}

.wpi-g .form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media all and (min-width:768px) {
    .wpi-g .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media all and (min-width:768px) {
    .wpi-g .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.wpi-g .input-group {
    display: table;
    border-collapse: separate;
    position: relative;
}

.wpi-g [class*='col-'].input-group {
    padding-right: 0px;
    padding-left: 0px;
    float: none;
}

.wpi-g .input-group .form-control {
    width: 100%;
    margin-bottom: 0px;
    float: left;
    position: relative;
    z-index: 2;
}

    .wpi-g .input-group .form-control:focus {
        z-index: 3;
    }

.wpi-g .input-group-lg > .form-control {
    padding: 10px 16px;
    border-radius: 6px;
    height: 46px;
    line-height: 1.3333;
    font-size: 18px;
}

.wpi-g .input-group-lg > .input-group-addon {
    padding: 10px 16px;
    border-radius: 6px;
    height: 46px;
    line-height: 1.3333;
    font-size: 18px;
}

.wpi-g .input-group-lg > .input-group-btn > .btn {
    padding: 10px 16px;
    border-radius: 6px;
    height: 46px;
    line-height: 1.3333;
    font-size: 18px;
}

.wpi-g select.input-group-lg > .form-control {
    height: 46px;
    line-height: 46px;
}

.wpi-g select.input-group-lg > .input-group-addon {
    height: 46px;
    line-height: 46px;
}

.wpi-g select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

.wpi-g textarea.input-group-lg > .form-control {
    height: auto;
}

.wpi-g textarea.input-group-lg > .input-group-addon {
    height: auto;
}

.wpi-g textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.wpi-g select[multiple].input-group-lg > .form-control {
    height: auto;
}

.wpi-g select[multiple].input-group-lg > .input-group-addon {
    height: auto;
}

.wpi-g select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.wpi-g .input-group-sm > .form-control {
    padding: 5px 10px;
    border-radius: 3px;
    height: 30px;
    line-height: 1.5;
    font-size: 12px;
}

.wpi-g .input-group-sm > .input-group-addon {
    padding: 5px 10px;
    border-radius: 3px;
    height: 30px;
    line-height: 1.5;
    font-size: 12px;
}

.wpi-g .input-group-sm > .input-group-btn > .btn {
    padding: 5px 10px;
    border-radius: 3px;
    height: 30px;
    line-height: 1.5;
    font-size: 12px;
}

.wpi-g select.input-group-sm > .form-control {
    height: 30px;
    line-height: 30px;
}

.wpi-g select.input-group-sm > .input-group-addon {
    height: 30px;
    line-height: 30px;
}

.wpi-g select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

.wpi-g textarea.input-group-sm > .form-control {
    height: auto;
}

.wpi-g textarea.input-group-sm > .input-group-addon {
    height: auto;
}

.wpi-g textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.wpi-g select[multiple].input-group-sm > .form-control {
    height: auto;
}

.wpi-g select[multiple].input-group-sm > .input-group-addon {
    height: auto;
}

.wpi-g select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.wpi-g .input-group-addon {
    display: table-cell;
}

.wpi-g .input-group-btn {
    display: table-cell;
}

.wpi-g .input-group .form-control {
    display: table-cell;
}

.wpi-g :not(:first-child):not(:last-child).input-group-addon {
    border-radius: 0px;
}

.wpi-g :not(:first-child):not(:last-child).input-group-btn {
    border-radius: 0px;
}

.wpi-g .input-group :not(:first-child):not(:last-child).form-control {
    border-radius: 0px;
}

.wpi-g .input-group-addon {
    width: 1%;
    vertical-align: middle;
    white-space: nowrap;
}

.wpi-g .input-group-btn {
    width: 1%;
    vertical-align: middle;
    white-space: nowrap;
}

.wpi-g .input-group-addon {
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    text-align: center;
    color: rgb(85, 85, 85);
    line-height: 1;
    font-size: 14px;
    font-weight: normal;
    background-color: rgb(238, 238, 238);
}

.wpi-g .input-sm.input-group-addon {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
}

.wpi-g .input-lg.input-group-addon {
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 18px;
}

.wpi-g .input-group-addon input[type='radio'] {
    margin-top: 0px;
}

.wpi-g .input-group-addon input[type='checkbox'] {
    margin-top: 0px;
}

.wpi-g .input-group :first-child.form-control {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.wpi-g :first-child.input-group-addon {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.wpi-g :first-child.input-group-btn > .btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.wpi-g :first-child.input-group-btn > .btn-group > .btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.wpi-g :first-child.input-group-btn > .dropdown-toggle {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.wpi-g :last-child.input-group-btn > :not(:last-child):not(.dropdown-toggle).btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.wpi-g :last-child.input-group-btn > :not(:last-child).btn-group > .btn {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.wpi-g :first-child.input-group-addon {
    border-right-color: currentColor;
    border-right-width: 0px;
    border-right-style: none;
}

.wpi-g .input-group :last-child.form-control {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.wpi-g :last-child.input-group-addon {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.wpi-g :last-child.input-group-btn > .btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.wpi-g :last-child.input-group-btn > .btn-group > .btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.wpi-g :last-child.input-group-btn > .dropdown-toggle {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.wpi-g :first-child.input-group-btn > :not(:first-child).btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.wpi-g :first-child.input-group-btn > :not(:first-child).btn-group > .btn {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.wpi-g :last-child.input-group-addon {
    border-left-color: currentColor;
    border-left-width: 0px;
    border-left-style: none;
}

.wpi-g .input-group-btn {
    font-size: 0px;
    white-space: nowrap;
    position: relative;
}

    .wpi-g .input-group-btn > .btn {
        position: relative;
    }

        .wpi-g .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .wpi-g .input-group-btn > .btn:hover {
            z-index: 2;
        }

        .wpi-g .input-group-btn > .btn:focus {
            z-index: 2;
        }

        .wpi-g .input-group-btn > .btn:active {
            z-index: 2;
        }

.wpi-g :first-child.input-group-btn > .btn {
    margin-right: -1px;
}

.wpi-g :first-child.input-group-btn > .btn-group {
    margin-right: -1px;
}

:last-child.input-group-btn > .btn {
    margin-left: -1px;
    z-index: 2;
}

:last-child.input-group-btn > .btn-group {
    margin-left: -1px;
    z-index: 2;
}

.wpi-g .clearfix::before {
    display: table;
    content: " ";
}

.wpi-g .clearfix::after {
    display: table;
    content: " ";
}

.wpi-g .form-horizontal .form-group::before {
    display: table;
    content: " ";
}

.wpi-g .form-horizontal .form-group::after {
    display: table;
    content: " ";
}

.wpi-g .clearfix::after {
    clear: both;
}

.wpi-g .form-horizontal .form-group::after {
    clear: both;
}

.wpi-g .center-block {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.wpi-g .pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.wpi-g .hide {
    display: none !important;
}

.wpi-g .show {
    display: block !important;
}

.wpi-g .invisible {
    visibility: hidden;
}

.wpi-g .text-hide {
    font: 0px/0 a;
    border: 0px currentColor;
    border-image: none;
    color: transparent;
    font-size-adjust: none;
    font-stretch: normal;
    text-shadow: none;
    background-color: transparent;
}

.wpi-g .hidden {
    display: none;
}

.wpi-g .affix {
    position: fixed;
}

.wpi-g .col-xs-1 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-sm-1 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-md-1 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-lg-1 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-xs-2 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-sm-2 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-md-2 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-lg-2 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-xs-3 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-sm-3 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-md-3 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-lg-3 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-xs-4 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-sm-4 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-md-4 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-lg-4 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-xs-5 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-sm-5 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-md-5 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-lg-5 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-xs-6 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-sm-6 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-lg-6 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-xs-7 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-sm-7 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-md-7 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-lg-7 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-xs-8 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-sm-8 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-md-8 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-lg-8 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-sm-9 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-md-9 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-lg-9 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-xs-10 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-sm-10 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-md-10 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-lg-10 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-xs-11 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-sm-11 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-md-11 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-lg-11 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-xs-12 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-sm-12 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-md-12 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-lg-12 {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
}

.wpi-g .col-xs-1 {
    float: left;
}

.wpi-g .col-xs-2 {
    float: left;
}

.wpi-g .col-xs-3 {
    float: left;
}

.wpi-g .col-xs-4 {
    float: left;
}

.wpi-g .col-xs-5 {
    float: left;
}

.wpi-g .col-xs-6 {
    float: left;
}

.wpi-g .col-xs-7 {
    float: left;
}

.wpi-g .col-xs-8 {
    float: left;
}

.wpi-g .col-xs-9 {
    float: left;
}

.wpi-g .col-xs-10 {
    float: left;
}

.wpi-g .col-xs-11 {
    float: left;
}

.wpi-g .col-xs-12 {
    float: left;
}

.wpi-g .col-xs-12 {
    width: 100%;
}

.wpi-g .col-xs-11 {
    width: 91.66%;
}

.wpi-g .col-xs-10 {
    width: 83.33%;
}

.wpi-g .col-xs-9 {
    width: 75%;
}

.wpi-g .col-xs-8 {
    width: 66.66%;
}

.wpi-g .col-xs-7 {
    width: 58.33%;
}

.wpi-g .col-xs-6 {
    width: 50%;
}

.wpi-g .col-xs-5 {
    width: 41.66%;
}

.wpi-g .col-xs-4 {
    width: 33.33%;
}

.wpi-g .col-xs-3 {
    width: 25%;
}

.wpi-g .col-xs-2 {
    width: 16.66%;
}

.wpi-g .col-xs-1 {
    width: 8.33%;
}

.wpi-g .col-xs-pull-12 {
    right: 100%;
}

.wpi-g .col-xs-pull-11 {
    right: 91.66%;
}

.wpi-g .col-xs-pull-10 {
    right: 83.33%;
}

.wpi-g .col-xs-pull-9 {
    right: 75%;
}

.wpi-g .col-xs-pull-8 {
    right: 66.66%;
}

.wpi-g .col-xs-pull-7 {
    right: 58.33%;
}

.wpi-g .col-xs-pull-6 {
    right: 50%;
}

.wpi-g .col-xs-pull-5 {
    right: 41.66%;
}

.wpi-g .col-xs-pull-4 {
    right: 33.33%;
}

.wpi-g .col-xs-pull-3 {
    right: 25%;
}

.wpi-g .col-xs-pull-2 {
    right: 16.66%;
}

.wpi-g .col-xs-pull-1 {
    right: 8.33%;
}

.wpi-g .col-xs-pull-0 {
    right: auto;
}

.wpi-g .col-xs-push-12 {
    left: 100%;
}

.wpi-g .col-xs-push-11 {
    left: 91.66%;
}

.wpi-g .col-xs-push-10 {
    left: 83.33%;
}

.wpi-g .col-xs-push-9 {
    left: 75%;
}

.wpi-g .col-xs-push-8 {
    left: 66.66%;
}

.wpi-g .col-xs-push-7 {
    left: 58.33%;
}

.wpi-g .col-xs-push-6 {
    left: 50%;
}

.wpi-g .col-xs-push-5 {
    left: 41.66%;
}

.wpi-g .col-xs-push-4 {
    left: 33.33%;
}

.wpi-g .col-xs-push-3 {
    left: 25%;
}

.wpi-g .col-xs-push-2 {
    left: 16.66%;
}

.wpi-g .col-xs-push-1 {
    left: 8.33%;
}

.wpi-g .col-xs-push-0 {
    left: auto;
}

.wpi-g .col-xs-offset-12 {
    margin-left: 100%;
}

.wpi-g .col-xs-offset-11 {
    margin-left: 91.66%;
}

.wpi-g .col-xs-offset-10 {
    margin-left: 83.33%;
}

.wpi-g .col-xs-offset-9 {
    margin-left: 75%;
}

.wpi-g .col-xs-offset-8 {
    margin-left: 66.66%;
}

.wpi-g .col-xs-offset-7 {
    margin-left: 58.33%;
}

.wpi-g .col-xs-offset-6 {
    margin-left: 50%;
}

.wpi-g .col-xs-offset-5 {
    margin-left: 41.66%;
}

.wpi-g .col-xs-offset-4 {
    margin-left: 33.33%;
}

.wpi-g .col-xs-offset-3 {
    margin-left: 25%;
}

.wpi-g .col-xs-offset-2 {
    margin-left: 16.66%;
}

.wpi-g .col-xs-offset-1 {
    margin-left: 8.33%;
}

.wpi-g .col-xs-offset-0 {
    margin-left: 0px;
}

@media all and (min-width:768px) {
    .wpi-g .col-sm-1 {
        float: left;
    }

    .wpi-g .col-sm-2 {
        float: left;
    }

    .wpi-g .col-sm-3 {
        float: left;
    }

    .wpi-g .col-sm-4 {
        float: left;
    }

    .wpi-g .col-sm-5 {
        float: left;
    }

    .wpi-g .col-sm-6 {
        float: left;
    }

    .wpi-g .col-sm-7 {
        float: left;
    }

    .wpi-g .col-sm-8 {
        float: left;
    }

    .wpi-g .col-sm-9 {
        float: left;
    }

    .wpi-g .col-sm-10 {
        float: left;
    }

    .wpi-g .col-sm-11 {
        float: left;
    }

    .wpi-g .col-sm-12 {
        float: left;
    }

    .wpi-g .col-sm-12 {
        width: 100%;
    }

    .wpi-g .col-sm-11 {
        width: 91.66%;
    }

    .wpi-g .col-sm-10 {
        width: 83.33%;
    }

    .wpi-g .col-sm-9 {
        width: 75%;
    }

    .wpi-g .col-sm-8 {
        width: 66.66%;
    }

    .wpi-g .col-sm-7 {
        width: 58.33%;
    }

    .wpi-g .col-sm-6 {
        width: 50%;
    }

    .wpi-g .col-sm-5 {
        width: 41.66%;
    }

    .wpi-g .col-sm-4 {
        width: 33.33%;
    }

    .wpi-g .col-sm-3 {
        width: 25%;
    }

    .wpi-g .col-sm-2 {
        width: 16.66%;
    }

    .wpi-g .col-sm-1 {
        width: 8.33%;
    }

    .wpi-g .col-sm-pull-12 {
        right: 100%;
    }

    .wpi-g .col-sm-pull-11 {
        right: 91.66%;
    }

    .wpi-g .col-sm-pull-10 {
        right: 83.33%;
    }

    .wpi-g .col-sm-pull-9 {
        right: 75%;
    }

    .wpi-g .col-sm-pull-8 {
        right: 66.66%;
    }

    .wpi-g .col-sm-pull-7 {
        right: 58.33%;
    }

    .wpi-g .col-sm-pull-6 {
        right: 50%;
    }

    .wpi-g .col-sm-pull-5 {
        right: 41.66%;
    }

    .wpi-g .col-sm-pull-4 {
        right: 33.33%;
    }

    .wpi-g .col-sm-pull-3 {
        right: 25%;
    }

    .wpi-g .col-sm-pull-2 {
        right: 16.66%;
    }

    .wpi-g .col-sm-pull-1 {
        right: 8.33%;
    }

    .wpi-g .col-sm-pull-0 {
        right: auto;
    }

    .wpi-g .col-sm-push-12 {
        left: 100%;
    }

    .wpi-g .col-sm-push-11 {
        left: 91.66%;
    }

    .wpi-g .col-sm-push-10 {
        left: 83.33%;
    }

    .wpi-g .col-sm-push-9 {
        left: 75%;
    }

    .wpi-g .col-sm-push-8 {
        left: 66.66%;
    }

    .wpi-g .col-sm-push-7 {
        left: 58.33%;
    }

    .wpi-g .col-sm-push-6 {
        left: 50%;
    }

    .wpi-g .col-sm-push-5 {
        left: 41.66%;
    }

    .wpi-g .col-sm-push-4 {
        left: 33.33%;
    }

    .wpi-g .col-sm-push-3 {
        left: 25%;
    }

    .wpi-g .col-sm-push-2 {
        left: 16.66%;
    }

    .wpi-g .col-sm-push-1 {
        left: 8.33%;
    }

    .wpi-g .col-sm-push-0 {
        left: auto;
    }

    .wpi-g .col-sm-offset-12 {
        margin-left: 100%;
    }

    .wpi-g .col-sm-offset-11 {
        margin-left: 91.66%;
    }

    .wpi-g .col-sm-offset-10 {
        margin-left: 83.33%;
    }

    .wpi-g .col-sm-offset-9 {
        margin-left: 75%;
    }

    .wpi-g .col-sm-offset-8 {
        margin-left: 66.66%;
    }

    .wpi-g .col-sm-offset-7 {
        margin-left: 58.33%;
    }

    .wpi-g .col-sm-offset-6 {
        margin-left: 50%;
    }

    .wpi-g .col-sm-offset-5 {
        margin-left: 41.66%;
    }

    .wpi-g .col-sm-offset-4 {
        margin-left: 33.33%;
    }

    .wpi-g .col-sm-offset-3 {
        margin-left: 25%;
    }

    .wpi-g .col-sm-offset-2 {
        margin-left: 16.66%;
    }

    .wpi-g .col-sm-offset-1 {
        margin-left: 8.33%;
    }

    .wpi-g .col-sm-offset-0 {
        margin-left: 0px;
    }
}

@media all and (min-width:992px) {
    .wpi-g .col-md-1 {
        float: left;
    }

    .wpi-g .col-md-2 {
        float: left;
    }

    .wpi-g .col-md-3 {
        float: left;
    }

    .wpi-g .col-md-4 {
        float: left;
    }

    .wpi-g .col-md-5 {
        float: left;
    }

    .wpi-g .col-md-6 {
        float: left;
    }

    .wpi-g .col-md-7 {
        float: left;
    }

    .wpi-g .col-md-8 {
        float: left;
    }

    .wpi-g .col-md-9 {
        float: left;
    }

    .wpi-g .col-md-10 {
        float: left;
    }

    .wpi-g .col-md-11 {
        float: left;
    }

    .wpi-g .col-md-12 {
        float: left;
    }

    .wpi-g .col-md-12 {
        width: 100%;
    }

    .wpi-g .col-md-11 {
        width: 91.66%;
    }

    .wpi-g .col-md-10 {
        width: 83.33%;
    }

    .wpi-g .col-md-9 {
        width: 75%;
    }

    .wpi-g .col-md-8 {
        width: 66.66%;
    }

    .wpi-g .col-md-7 {
        width: 58.33%;
    }

    .wpi-g .col-md-6 {
        width: 50%;
    }

    .wpi-g .col-md-5 {
        width: 41.66%;
    }

    .wpi-g .col-md-4 {
        width: 33.33%;
    }

    .wpi-g .col-md-3 {
        width: 25%;
    }

    .wpi-g .col-md-2 {
        width: 16.66%;
    }

    .wpi-g .col-md-1 {
        width: 8.33%;
    }

    .wpi-g .col-md-pull-12 {
        right: 100%;
    }

    .wpi-g .col-md-pull-11 {
        right: 91.66%;
    }

    .wpi-g .col-md-pull-10 {
        right: 83.33%;
    }

    .wpi-g .col-md-pull-9 {
        right: 75%;
    }

    .wpi-g .col-md-pull-8 {
        right: 66.66%;
    }

    .wpi-g .col-md-pull-7 {
        right: 58.33%;
    }

    .wpi-g .col-md-pull-6 {
        right: 50%;
    }

    .wpi-g .col-md-pull-5 {
        right: 41.66%;
    }

    .wpi-g .col-md-pull-4 {
        right: 33.33%;
    }

    .wpi-g .col-md-pull-3 {
        right: 25%;
    }

    .wpi-g .col-md-pull-2 {
        right: 16.66%;
    }

    .wpi-g .col-md-pull-1 {
        right: 8.33%;
    }

    .wpi-g .col-md-pull-0 {
        right: auto;
    }

    .wpi-g .col-md-push-12 {
        left: 100%;
    }

    .wpi-g .col-md-push-11 {
        left: 91.66%;
    }

    .wpi-g .col-md-push-10 {
        left: 83.33%;
    }

    .wpi-g .col-md-push-9 {
        left: 75%;
    }

    .wpi-g .col-md-push-8 {
        left: 66.66%;
    }

    .wpi-g .col-md-push-7 {
        left: 58.33%;
    }

    .wpi-g .col-md-push-6 {
        left: 50%;
    }

    .wpi-g .col-md-push-5 {
        left: 41.66%;
    }

    .wpi-g .col-md-push-4 {
        left: 33.33%;
    }

    .wpi-g .col-md-push-3 {
        left: 25%;
    }

    .wpi-g .col-md-push-2 {
        left: 16.66%;
    }

    .wpi-g .col-md-push-1 {
        left: 8.33%;
    }

    .wpi-g .col-md-push-0 {
        left: auto;
    }

    .wpi-g .col-md-offset-12 {
        margin-left: 100%;
    }

    .wpi-g .col-md-offset-11 {
        margin-left: 91.66%;
    }

    .wpi-g .col-md-offset-10 {
        margin-left: 83.33%;
    }

    .wpi-g .col-md-offset-9 {
        margin-left: 75%;
    }

    .wpi-g .col-md-offset-8 {
        margin-left: 66.66%;
    }

    .wpi-g .col-md-offset-7 {
        margin-left: 58.33%;
    }

    .wpi-g .col-md-offset-6 {
        margin-left: 50%;
    }

    .wpi-g .col-md-offset-5 {
        margin-left: 41.66%;
    }

    .wpi-g .col-md-offset-4 {
        margin-left: 33.33%;
    }

    .wpi-g .col-md-offset-3 {
        margin-left: 25%;
    }

    .wpi-g .col-md-offset-2 {
        margin-left: 16.66%;
    }

    .wpi-g .col-md-offset-1 {
        margin-left: 8.33%;
    }

    .wpi-g .col-md-offset-0 {
        margin-left: 0px;
    }
}

@media all and (min-width:1200px) {
    .wpi-g .col-lg-1 {
        float: left;
    }

    .wpi-g .col-lg-2 {
        float: left;
    }

    .wpi-g .col-lg-3 {
        float: left;
    }

    .wpi-g .col-lg-4 {
        float: left;
    }

    .wpi-g .col-lg-5 {
        float: left;
    }

    .wpi-g .col-lg-6 {
        float: left;
    }

    .wpi-g .col-lg-7 {
        float: left;
    }

    .wpi-g .col-lg-8 {
        float: left;
    }

    .wpi-g .col-lg-9 {
        float: left;
    }

    .wpi-g .col-lg-10 {
        float: left;
    }

    .wpi-g .col-lg-11 {
        float: left;
    }

    .wpi-g .col-lg-12 {
        float: left;
    }

    .wpi-g .col-lg-12 {
        width: 100%;
    }

    .wpi-g .col-lg-11 {
        width: 91.66%;
    }

    .wpi-g .col-lg-10 {
        width: 83.33%;
    }

    .wpi-g .col-lg-9 {
        width: 75%;
    }

    .wpi-g .col-lg-8 {
        width: 66.66%;
    }

    .wpi-g .col-lg-7 {
        width: 58.33%;
    }

    .wpi-g .col-lg-6 {
        width: 50%;
    }

    .wpi-g .col-lg-5 {
        width: 41.66%;
    }

    .wpi-g .col-lg-4 {
        width: 33.33%;
    }

    .wpi-g .col-lg-3 {
        width: 25%;
    }

    .wpi-g .col-lg-2 {
        width: 16.66%;
    }

    .wpi-g .col-lg-1 {
        width: 8.33%;
    }

    .wpi-g .col-lg-pull-12 {
        right: 100%;
    }

    .wpi-g .col-lg-pull-11 {
        right: 91.66%;
    }

    .wpi-g .col-lg-pull-10 {
        right: 83.33%;
    }

    .wpi-g .col-lg-pull-9 {
        right: 75%;
    }

    .wpi-g .col-lg-pull-8 {
        right: 66.66%;
    }

    .wpi-g .col-lg-pull-7 {
        right: 58.33%;
    }

    .wpi-g .col-lg-pull-6 {
        right: 50%;
    }

    .wpi-g .col-lg-pull-5 {
        right: 41.66%;
    }

    .wpi-g .col-lg-pull-4 {
        right: 33.33%;
    }

    .wpi-g .col-lg-pull-3 {
        right: 25%;
    }

    .wpi-g .col-lg-pull-2 {
        right: 16.66%;
    }

    .wpi-g .col-lg-pull-1 {
        right: 8.33%;
    }

    .wpi-g .col-lg-pull-0 {
        right: auto;
    }

    .wpi-g .col-lg-push-12 {
        left: 100%;
    }

    .wpi-g .col-lg-push-11 {
        left: 91.66%;
    }

    .wpi-g .col-lg-push-10 {
        left: 83.33%;
    }

    .wpi-g .col-lg-push-9 {
        left: 75%;
    }

    .wpi-g .col-lg-push-8 {
        left: 66.66%;
    }

    .wpi-g .col-lg-push-7 {
        left: 58.33%;
    }

    .wpi-g .col-lg-push-6 {
        left: 50%;
    }

    .wpi-g .col-lg-push-5 {
        left: 41.66%;
    }

    .wpi-g .col-lg-push-4 {
        left: 33.33%;
    }

    .wpi-g .col-lg-push-3 {
        left: 25%;
    }

    .wpi-g .col-lg-push-2 {
        left: 16.66%;
    }

    .wpi-g .col-lg-push-1 {
        left: 8.33%;
    }

    .wpi-g .col-lg-push-0 {
        left: auto;
    }

    .wpi-g .col-lg-offset-12 {
        margin-left: 100%;
    }

    .wpi-g .col-lg-offset-11 {
        margin-left: 91.66%;
    }

    .wpi-g .col-lg-offset-10 {
        margin-left: 83.33%;
    }

    .wpi-g .col-lg-offset-9 {
        margin-left: 75%;
    }

    .wpi-g .col-lg-offset-8 {
        margin-left: 66.66%;
    }

    .wpi-g .col-lg-offset-7 {
        margin-left: 58.33%;
    }

    .wpi-g .col-lg-offset-6 {
        margin-left: 50%;
    }

    .wpi-g .col-lg-offset-5 {
        margin-left: 41.66%;
    }

    .wpi-g .col-lg-offset-4 {
        margin-left: 33.33%;
    }

    .wpi-g .col-lg-offset-3 {
        margin-left: 25%;
    }

    .wpi-g .col-lg-offset-2 {
        margin-left: 16.66%;
    }

    .wpi-g .col-lg-offset-1 {
        margin-left: 8.33%;
    }

    .wpi-g .col-lg-offset-0 {
        margin-left: 0px;
    }
}

.wpi-user-invoices a {
    text-decoration: none;
}

.wpinv-receipt .wpinv-receipt-actions a {
    text-decoration: none;
}

.wpinv-invoices :not(.published).updated {
    display: inline-block;
}

.wpinv-receipt .wpinv-receipt-actions a.btn {
    margin: 0px 5px;
}

.wpi-user-invoices .invoice-actions a.btn {
    margin: 0px 2.5px;
    line-height: normal;
}

.wpi-g .wpi-user-invoices .wpinv-item td {
    vertical-align: middle;
}

div.wpinv-receipt td p {
    margin: 0px;
    padding: 0px;
}

.wpi-g div td .meta p {
    margin: 0px;
    padding: 0px;
}

#wpi-billing .panel-body {
    padding-top: 4px;
    padding-bottom: 10px;
    min-height: 100px;
}

#wpi-vat-details .panel-body {
    padding-top: 4px;
    padding-bottom: 10px;
    min-height: 100px;
}

#wpi-vat-details .panel-body {
    padding-top: 10px;
}

#wpinv-payment-mode-wrap .panel-body {
    padding: 0px;
}

#wpinv-fields p.wpi-cart-field {
    margin: 0px;
}

#wpinv-fields .wpi-input {
    margin: 0px;
}

.wpi-billing .wpi-cart-field {
    height: 72px;
}

#wpinv-fields .wpi-col {
    padding: 7px;
    width: 100%;
    clear: both;
}

#wpinv-fields .wpi-col2 {
    padding: 7px;
    width: 50%;
    float: left;
}

#wpinv-fields .wpi-colf {
    padding-left: 0px;
}

#wpinv-fields .wpi-coll {
    padding-right: 0px;
}

#wpinv-fields .wpi-cart-field-vat.wpi-col2 {
    position: relative;
}

#wpinv-fields .wpinv-vat-stat {
    position: absolute;
}

#wpinv-fields .wpinv-vat-stat {
    margin-left: 1px;
}

#wpinv-fields .wpinv-vat-stat-0 {
    color: red;
}

    #wpinv-fields .wpinv-vat-stat-0 .fa::before {
        content: "\f06a";
    }

#wpinv-fields .wpinv-vat-stat-1 {
    color: green;
}

#wpinv-fields .orange {
    color: orange;
}

#wpinv-fields .wpinv-vat-stat-1 .fa::before {
    color: orange;
    content: "\f058";
}

#wpinv-fields .wpinv-vat-stat-2 .fa {
    animation: fa-spin 1.5s linear infinite;
    -webkit-animation: fa-spin 1.5s infinite linear;
}

    #wpinv-fields .wpinv-vat-stat-2 .fa::before {
        content: "\f021";
    }

#wpinv-fields .wpi-vat-box {
    margin: 10px 0px 0px !important;
    padding: 5px 20px 5px 10px;
    border: 1px solid currentColor;
    border-image: none;
    width: 100%;
    clear: both;
    display: none;
    min-height: 20px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.05);
}

#wpinv-fields .wpi-vat-box-info {
    border-color: orange;
    background-color: rgb(255, 246, 230);
}

#wpinv-fields .wpi-vat-box-error {
    border-color: rgb(254, 171, 171);
    color: rgb(195, 27, 0);
    background-color: rgb(255, 223, 223);
}

#wpinv-fields #wpi-billing select {
    width: 100%;
}

:not(.wpinv-alert).wpinv_errors {
    background: 0px 0px rgb(255, 255, 224);
    margin: 0px 0px 21px;
    border-radius: 2px;
    border: 1px solid rgb(230, 219, 85);
    border-image: none;
    color: rgb(51, 51, 51);
}

.wpinv_error {
    padding: 10px;
}

p.wpinv_error {
    margin: 0px !important;
}

:not(.wpinv-alert).wpinv_success {
    background: 0px 0px rgb(213, 234, 179);
    margin: 20px 0px;
    padding: 6px 8px;
    border-radius: 2px;
    border: 1px solid rgb(179, 206, 137);
    border-image: none;
    color: rgb(86, 118, 34);
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.7);
}

.wpinv-alert {
    padding: 10px;
    border-radius: 2px;
    border: 1px solid transparent;
    border-image: none;
    margin-bottom: 20px;
    vertical-align: middle;
}

    .wpinv-alert p {
        padding: 0px;
    }

        .wpinv-alert p:not(:last-child) {
            margin-bottom: 5px;
        }

        .wpinv-alert p:last-child {
            margin-bottom: 0px;
        }

.wpinv-alert-error {
    border-color: rgb(235, 204, 209);
    color: rgb(169, 68, 66);
    background-color: rgb(242, 222, 222);
}

.wpinv-alert-success {
    border-color: rgb(214, 233, 198);
    color: rgb(60, 118, 61);
    background-color: rgb(223, 240, 216);
}

.wpinv-alert-info {
    border-color: rgb(188, 232, 241);
    color: rgb(49, 112, 143);
    background-color: rgb(217, 237, 247);
}

.wpinv-alert-warn {
    border-color: rgb(250, 235, 204);
    color: rgb(138, 109, 59);
    background-color: rgb(252, 248, 227);
}

.wpi-form .blockMsg.blockUI {
    border: currentColor !important;
    border-image: none !important;
    background-color: transparent !important;
}

.wpinv-page .blockMsg.blockUI {
    border: currentColor !important;
    border-image: none !important;
    background-color: transparent !important;
}

.wpi-payment_methods .payment_box {
    margin: 0px 0px 0.25em;
    padding: 0.85em 1em;
    border-radius: 2px;
    width: 100%;
    color: rgb(81, 81, 81);
    line-height: 1.5;
    font-size: 90%;
    position: relative;
    box-sizing: border-box;
}

.wpinv-page .alert > p {
    margin: 0px;
    padding: 0px;
}

.wpinv-page .alert {
    padding: 12px 15px;
}

.payment_box .alert {
    margin: 0px;
}

.wpinv-page .panel {
    border-radius: 0px;
}

.payment_box .panel {
    margin: 1.25em 0px 0px;
    border-radius: 0px;
}

    .payment_box .panel .form-group {
        margin-right: auto;
        margin-left: auto;
    }

    .payment_box .panel .panel-heading {
        background: none;
        margin-bottom: 1.25em;
    }

    .payment_box .panel .panel-title {
        line-height: normal;
        font-size: inherit;
    }

.panel#wpinv-discount-field {
    margin-top: -19px;
    background-color: rgb(252, 252, 252);
}

#wpinv-discount-field .wpinv-label {
    margin-right: 1em;
}

#wpinv-discount-field .row {
    margin-bottom: 0px;
}

#wpinv-discount-field .btn-sm#wpi-apply-code {
    vertical-align: text-top;
}

#wpinv-discount-field .wpinv-discount-msg {
    clear: both;
    float: none;
}

.wpinv-discount-msg .alert {
    padding: 7px 8px;
    margin-top: 15px;
    margin-bottom: 0px;
    display: none;
}

    .wpinv-discount-msg .alert .fa {
        margin-right: 7px;
    }

.wpinv-discount-msg .alert-success .fa {
    color: orange;
}

.wpinv_cart_discount_row code {
    background: inherit;
    margin: 0px 1px;
    padding: 0px 1px;
    font-size: inherit;
}

.wpinv-receipt .meta * {
    font-size: 12px !important;
}

#wpinv_checkout_wrap #wpinv_checkout_cart small.meta p {
    font-size: 12px !important;
}

#wpinv_checkout_wrap .form-control {
    float: none;
}

.wpinv-receipt .wpinv-receipt-actions {
    margin-top: -4.5em;
    margin-bottom: 2.5em;
}

.wpinv-receipt-details .table-sm tr td:first-child {
    width: 30%;
}

.wpinv-receipt-address .table-sm tr th {
    width: 30%;
}

.wpinv-bank-details .table-sm tr th {
    width: 30%;
}

.wpinv-receipt-details .label {
    font-size: inherit;
}

.wpinv-receipt-details .tr-total td {
    background-color: rgb(247, 247, 247);
}

.wpinv_cart_total_row td {
    background-color: rgb(247, 247, 247);
}

.wpinv_cart_total_row th {
    background-color: rgb(247, 247, 247);
}

.wpinv-cart-sub-desc {
    text-align: left;
    float: left;
    display: inline-block;
    max-width: 85%;
}

.wpinv-receipt-message {
    margin: 0px 5px 20px;
}

.wpinv-receipt .wpi-row-ovatno {
    display: none;
}

.wpinv-receipt .wpi-row-uvatno {
    display: none;
}

.wpi-vat-info#wpinv_adddress_confirm {
    padding: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

    .wpi-vat-info#wpinv_adddress_confirm #wpinv-fields-box {
        padding: 15px;
        min-height: auto;
    }

.wpinv-success .wpinv-receipt-details .table th {
    width: 35%;
}

.wpinv-success .wpinv-bank-details .table th {
    width: 35%;
}

#wpinv_checkout_wrap * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    #wpinv_checkout_wrap *::after {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    #wpinv_checkout_wrap *::before {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

.wpi-form .panel-heading h3.panel-title {
    margin: 0px;
}

@media screen and (max-width:767px) {
    .wpinv-success .wpinv-receipt-details .table th {
        width: 45% !important;
    }

    .wpinv-success .wpinv-bank-details .table th {
        width: 45% !important;
    }

    #wpinv-fields p.wpi-col2.wpi-cart-field {
        padding: 0px;
        width: 100%;
        margin-bottom: 10px;
        float: none;
    }
}
