
.ui.bizq.table {
    background: #fff;
    border: 1px solid rgba(34, 36, 38, .15);
    border-collapse: separate;
    border-radius: 0;
    border-spacing: 0;
    box-shadow: none;
    color: rgba(0, 0, 0, .87);
    margin: 1em 0;
    text-align: left;
    width: 100%
}

.download {
    color: #4d69b1;
}

.ui.bizq.table:first-child {
    margin-top: 0
}

.ui.bizq.table:last-child {
    margin-bottom: 0
}

.ui.bizq.table td,
.ui.bizq.table th {
    -webkit-transition: background .1s ease, color .1s ease;
    transition: background .1s ease, color .1s ease
}

.ui.bizq.table thead {
    box-shadow: none
}

.ui.bizq.table thead th {
    background: #f9fafb;
    border-bottom: 1px solid rgba(34, 36, 38, .1);
    border-left: none;
    color: rgba(0, 0, 0, .87);
    cursor: auto;
    font-style: none;
    font-weight: 700;
    padding: .92857143em .78571429em;
    text-align: inherit;
    text-transform: none;
    vertical-align: inherit
}

.ui.bizq.table thead tr>th:first-child {
    border-left: none
}

.ui.bizq.table thead tr:first-child>th:first-child,
.ui.bizq.table thead tr:first-child>th:last-child,
.ui.bizq.table thead tr:first-child>th:only-child {
    border-radius: 0 0 0 0
}

.ui.bizq.table tfoot {
    box-shadow: none
}

.ui.bizq.table tfoot th {
    background: #f9fafb;
    border-top: 1px solid rgba(34, 36, 38, .15);
    color: rgba(0, 0, 0, .87);
    cursor: auto;
    font-style: normal;
    font-weight: 400;
    padding: .78571429em;
    text-align: inherit;
    text-transform: none;
    vertical-align: middle
}

.ui.bizq.table tfoot tr>th:first-child {
    border-left: none
}

.ui.bizq.table tfoot tr:first-child>th:first-child,
.ui.bizq.table tfoot tr:first-child>th:last-child,
.ui.bizq.table tfoot tr:first-child>th:only-child {
    border-radius: 0 0 0 0
}

.ui.bizq.table tr td {
    border-top: 1px solid rgba(34, 36, 38, .1)
}

.ui.bizq.table tr:first-child td {
    border-top: none
}

.ui.bizq.table td {
    padding: .78571429em;
    text-align: inherit
}

.ui.bizq.table>.icon {
    vertical-align: baseline
}

.ui.bizq.table>.icon:only-child {
    margin: 0
}

.ui.bizq.table.segment {
    padding: 0
}

.ui.bizq.table.segment:after {
    display: none
}

.ui.bizq.table.segment.stacked:after {
    display: block
}

@media only screen and (max-width:767px) {
    .ui.bizq.table:not(.unstackable) {
        width: 100%
    }

    .ui.bizq.table:not(.unstackable) tbody,
    .ui.bizq.table:not(.unstackable) tr,
    .ui.bizq.table:not(.unstackable) tr>td,
    .ui.bizq.table:not(.unstackable) tr>th {
        display: block !important;
        width: auto !important
    }

    .ui.bizq.table:not(.unstackable) {
        padding: 0
    }

    .ui.bizq.table:not(.unstackable) tfoot,
    .ui.bizq.table:not(.unstackable) thead {
        display: block
    }

    .ui.bizq.table:not(.unstackable) tr {
        box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .1) !important;
        padding-bottom: 1em;
        padding-top: 1em
    }

    .ui.bizq.table:not(.unstackable) tr>td,
    .ui.bizq.table:not(.unstackable) tr>th {
        background: none;
        border: none !important;
        box-shadow: none !important;
        padding: .25em .75em !important
    }

    .ui.bizq.table:not(.unstackable) td:first-child,
    .ui.bizq.table:not(.unstackable) th:first-child {
        font-weight: 700
    }

    .ui.bizq.definition.table:not(.unstackable) thead th:first-child {
        box-shadow: none !important
    }
}

.ui.bizq.table td .image,
.ui.bizq.table td .image img,
.ui.bizq.table th .image,
.ui.bizq.table th .image img {
    max-width: none
}

.ui.bizq.structured.table {
    border-collapse: collapse
}

.ui.bizq.structured.table thead th {
    border-left: none;
    border-right: none
}

.ui.bizq.structured.sortable.table thead th {
    border-left: 1px solid rgba(34, 36, 38, .15);
    border-right: 1px solid rgba(34, 36, 38, .15)
}

.ui.bizq.structured.basic.table th {
    border-left: none;
    border-right: none
}

.ui.bizq.structured.celled.table tr td,
.ui.bizq.structured.celled.table tr th {
    border-left: 1px solid rgba(34, 36, 38, .1);
    border-right: 1px solid rgba(34, 36, 38, .1)
}

.ui.bizq.definition.table thead:not(.full-width) th:first-child {
    background: transparent;
    box-shadow: -1px -1px 0 1px #fff;
    color: rgba(0, 0, 0, .4);
    font-weight: 400;
    pointer-events: none
}

.ui.bizq.definition.table tfoot:not(.full-width) th:first-child {
    background: transparent;
    box-shadow: 1px 1px 0 1px #fff;
    color: normal;
    font-weight: rgba(0, 0, 0, .4);
    pointer-events: none
}

.ui.bizq.celled.definition.table thead:not(.full-width) th:first-child {
    box-shadow: 0 -1px 0 1px #fff
}

.ui.bizq.celled.definition.table tfoot:not(.full-width) th:first-child {
    box-shadow: 0 1px 0 1px #fff
}

.ui.bizq.definition.table tr td.definition,
.ui.bizq.definition.table tr td:first-child:not(.ignored) {
    background: rgba(0, 0, 0, .03);
    box-shadow: "";
    color: rgba(0, 0, 0, .95);
    font-size: 1em;
    font-weight: 700;
    padding-left: "";
    padding-right: "";
    text-align: "";
    text-transform: ""
}

.ui.bizq.definition.table td:nth-child(2),
.ui.bizq.definition.table tfoot:not(.full-width) th:nth-child(2),
.ui.bizq.definition.table thead:not(.full-width) th:nth-child(2) {
    border-left: 1px solid rgba(34, 36, 38, .15)
}

.ui.bizq.table td.positive,
.ui.bizq.table tr.positive {
    background: #fcfff5 !important;
    box-shadow: inset 0 0 0 #a3c293;
    color: #2c662d !important
}

.ui.bizq.table td.negative,
.ui.bizq.table tr.negative {
    background: #fff6f6 !important;
    box-shadow: inset 0 0 0 #e0b4b4;
    color: #9f3a38 !important
}

.ui.bizq.table td.error,
.ui.bizq.table tr.error {
    background: #fff6f6 !important;
    box-shadow: inset 0 0 0 #e0b4b4;
    color: #9f3a38 !important
}

.ui.bizq.table td.warning,
.ui.bizq.table tr.warning {
    background: #fffaf3 !important;
    box-shadow: inset 0 0 0 #c9ba9b;
    color: #573a08 !important
}

.ui.bizq.table td.active,
.ui.bizq.table td.active-on-hover:hover,
.ui.bizq.table tr.active,
.ui.bizq.table tr.active-on-hover:hover {
    background: #e0e0e0 !important;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .87);
    color: rgba(0, 0, 0, .87) !important
}

.ui.bizq.table tr td.disabled,
.ui.bizq.table tr.disabled td,
.ui.bizq.table tr.disabled:hover,
.ui.bizq.table tr:hover td.disabled {
    color: rgba(40, 40, 40, .3);
    pointer-events: none
}

@media only screen and (max-width:991px) {

    .ui.bizq[class*="tablet stackable"].table,
    .ui.bizq[class*="tablet stackable"].table tbody,
    .ui.bizq[class*="tablet stackable"].table tr,
    .ui.bizq[class*="tablet stackable"].table tr>td,
    .ui.bizq[class*="tablet stackable"].table tr>th {
        display: block !important;
        width: 100% !important
    }

    .ui.bizq[class*="tablet stackable"].table {
        padding: 0
    }

    .ui.bizq[class*="tablet stackable"].table tfoot,
    .ui.bizq[class*="tablet stackable"].table thead {
        display: block
    }

    .ui.bizq[class*="tablet stackable"].table tr {
        box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .1) !important;
        padding-bottom: 1em;
        padding-top: 1em
    }

    .ui.bizq[class*="tablet stackable"].table tr>td,
    .ui.bizq[class*="tablet stackable"].table tr>th {
        background: none;
        border: none !important;
        box-shadow: none !important;
        padding: .25em .75em
    }

    .ui.bizq.definition[class*="tablet stackable"].table thead th:first-child {
        box-shadow: none !important
    }
}

.ui.bizq.table [class*="left aligned"],
.ui.bizq.table[class*="left aligned"] {
    text-align: left
}

.ui.bizq.table [class*="center aligned"],
.ui.bizq.table[class*="center aligned"] {
    text-align: center
}

.ui.bizq.table [class*="right aligned"],
.ui.bizq.table[class*="right aligned"] {
    text-align: right
}

.ui.bizq.table [class*="top aligned"],
.ui.bizq.table[class*="top aligned"] {
    vertical-align: top
}

.ui.bizq.table [class*="middle aligned"],
.ui.bizq.table[class*="middle aligned"] {
    vertical-align: middle
}

.ui.bizq.table [class*="bottom aligned"],
.ui.bizq.table[class*="bottom aligned"] {
    vertical-align: bottom
}

.ui.bizq.table td.collapsing,
.ui.bizq.table th.collapsing {
    white-space: nowrap;
    width: 1px
}

.ui.bizq.fixed.table {
    table-layout: fixed
}

.ui.bizq.fixed.table td,
.ui.bizq.fixed.table th {
    overflow: hidden;
    text-overflow: ellipsis
}

.ui.bizq.selectable.table tbody tr:hover,
.ui.bizq.table tbody tr td.selectable:hover {
    background: rgba(0, 0, 0, .05) !important;
    color: rgba(0, 0, 0, .95) !important
}

.ui.bizq.inverted.table tbody tr td.selectable:hover,
.ui.bizq.selectable.inverted.table tbody tr:hover {
    background: hsla(0, 0%, 100%, .08) !important;
    color: #fff !important
}

.ui.bizq.table tbody tr td.selectable {
    padding: 0
}

.ui.bizq.table tbody tr td.selectable>a:not(.ui.bizq) {
    color: inherit;
    display: block;
    padding: .78571429em
}

.ui.bizq.selectable.table tr.error:hover,
.ui.bizq.selectable.table tr:hover td.error,
.ui.bizq.table tr td.selectable.error:hover {
    background: #ffe7e7 !important;
    color: #943634 !important
}

.ui.bizq.selectable.table tr.warning:hover,
.ui.bizq.selectable.table tr:hover td.warning,
.ui.bizq.table tr td.selectable.warning:hover {
    background: #fff4e4 !important;
    color: #493107 !important
}

.ui.bizq.selectable.table tr.active:hover,
.ui.bizq.selectable.table tr:hover td.active,
.ui.bizq.table tr td.selectable.active:hover {
    background: #e0e0e0 !important;
    color: rgba(0, 0, 0, .87) !important
}

.ui.bizq.selectable.table tr.positive:hover,
.ui.bizq.selectable.table tr:hover td.positive,
.ui.bizq.table tr td.selectable.positive:hover {
    background: #f7ffe6 !important;
    color: #275b28 !important
}

.ui.bizq.selectable.table tr.negative:hover,
.ui.bizq.selectable.table tr:hover td.negative,
.ui.bizq.table tr td.selectable.negative:hover {
    background: #ffe7e7 !important;
    color: #943634 !important
}

.ui.bizq.attached.table {
    border: 1px solid #d4d4d5;
    border-radius: 0;
    bottom: 0;
    box-shadow: none;
    margin: 0 -1px;
    max-width: calc(100% + 2px);
    top: 0;
    width: calc(100% + 2px)
}

.ui.bizq.attached+.ui.bizq.attached.table:not(.top) {
    border-top: none
}

.ui.bizq[class*="top attached"].table {
    border-radius: 0 0 0 0;
    bottom: 0;
    margin-bottom: 0;
    margin-top: 1em;
    top: 0
}

.ui.bizq.table[class*="top attached"]:first-child {
    margin-top: 0
}

.ui.bizq[class*="bottom attached"].table {
    border-radius: 0 0 0 0;
    bottom: 0;
    box-shadow: none, none;
    margin-bottom: 1em;
    margin-top: 0;
    top: 0
}

.ui.bizq[class*="bottom attached"].table:last-child {
    margin-bottom: 0
}

.ui.bizq.striped.table tbody tr:nth-child(2n),
.ui.bizq.striped.table>tr:nth-child(2n) {
    background-color: rgba(0, 0, 50, .02)
}

.ui.bizq.inverted.striped.table tbody tr:nth-child(2n),
.ui.bizq.inverted.striped.table>tr:nth-child(2n) {
    background-color: hsla(0, 0%, 100%, .05)
}

.ui.bizq.striped.selectable.selectable.selectable.table tbody tr.active:hover {
    background: #efefef !important;
    color: rgba(0, 0, 0, .95) !important
}

.ui.bizq.table [class*="single line"],
.ui.bizq.table[class*="single line"] {
    white-space: nowrap
}

.ui.bizq.red.table {
    border-top: .2em solid #af4e4a
}

.ui.bizq.inverted.red.table {
    background-color: #af4e4a !important;
    color: #fff !important
}

.ui.bizq.orange.table {
    border-top: .2em solid #f2711c
}

.ui.bizq.inverted.orange.table {
    background-color: #f2711c !important;
    color: #fff !important
}

.ui.bizq.yellow.table {
    border-top: .2em solid #fbbd08
}

.ui.bizq.inverted.yellow.table {
    background-color: #fbbd08 !important;
    color: #fff !important
}

.ui.bizq.olive.table {
    border-top: .2em solid #9baf66
}

.ui.bizq.inverted.olive.table {
    background-color: #9baf66 !important;
    color: #fff !important
}

.ui.bizq.green.table {
    border-top: .2em solid #66af8b
}

.ui.bizq.inverted.green.table {
    background-color: #66af8b !important;
    color: #fff !important
}

.ui.bizq.teal.table {
    border-top: .2em solid #66afac
}

.ui.bizq.inverted.teal.table {
    background-color: #66afac !important;
    color: #fff !important
}

.ui.bizq.blue.table {
    border-top: .2em solid #007388
}

.ui.bizq.inverted.blue.table {
    background-color: #007388 !important;
    color: #fff !important
}

.ui.bizq.violet.table {
    border-top: .2em solid #a166af
}

.ui.bizq.inverted.violet.table {
    background-color: #a166af !important;
    color: #fff !important
}

.ui.bizq.purple.table {
    border-top: .2em solid #af6690
}

.ui.bizq.inverted.purple.table {
    background-color: #af6690 !important;
    color: #fff !important
}

.ui.bizq.pink.table {
    border-top: .2em solid #e03997
}

.ui.bizq.inverted.pink.table {
    background-color: #e03997 !important;
    color: #fff !important
}

.ui.bizq.brown.table {
    border-top: .2em solid #af9666
}

.ui.bizq.inverted.brown.table {
    background-color: #af9666 !important;
    color: #fff !important
}

.ui.bizq.grey.table {
    border-top: .2em solid #9ab5c1
}

.ui.bizq.inverted.grey.table {
    background-color: #9ab5c1 !important;
    color: #fff !important
}

.ui.bizq.black.table {
    border-top: .2em solid #1b1c1d
}

.ui.bizq.inverted.black.table {
    background-color: #1b1c1d !important;
    color: #fff !important
}

.ui.bizq.one.column.table td {
    width: 100%
}

.ui.bizq.two.column.table td {
    width: 50%
}

.ui.bizq.three.column.table td {
    width: 33.33333333%
}

.ui.bizq.four.column.table td {
    width: 25%
}

.ui.bizq.five.column.table td {
    width: 20%
}

.ui.bizq.six.column.table td {
    width: 16.66666667%
}

.ui.bizq.seven.column.table td {
    width: 14.28571429%
}

.ui.bizq.eight.column.table td {
    width: 12.5%
}

.ui.bizq.nine.column.table td {
    width: 11.11111111%
}

.ui.bizq.ten.column.table td {
    width: 10%
}

.ui.bizq.eleven.column.table td {
    width: 9.09090909%
}

.ui.bizq.twelve.column.table td {
    width: 8.33333333%
}

.ui.bizq.thirteen.column.table td {
    width: 7.69230769%
}

.ui.bizq.fourteen.column.table td {
    width: 7.14285714%
}

.ui.bizq.fifteen.column.table td {
    width: 6.66666667%
}

.ui.bizq.sixteen.column.table td,
.ui.bizq.table td.one.wide,
.ui.bizq.table th.one.wide {
    width: 6.25%
}

.ui.bizq.table td.two.wide,
.ui.bizq.table th.two.wide {
    width: 12.5%
}

.ui.bizq.table td.three.wide,
.ui.bizq.table th.three.wide {
    width: 18.75%
}

.ui.bizq.table td.four.wide,
.ui.bizq.table th.four.wide {
    width: 25%
}

.ui.bizq.table td.five.wide,
.ui.bizq.table th.five.wide {
    width: 31.25%
}

.ui.bizq.table td.six.wide,
.ui.bizq.table th.six.wide {
    width: 37.5%
}

.ui.bizq.table td.seven.wide,
.ui.bizq.table th.seven.wide {
    width: 43.75%
}

.ui.bizq.table td.eight.wide,
.ui.bizq.table th.eight.wide {
    width: 50%
}

.ui.bizq.table td.nine.wide,
.ui.bizq.table th.nine.wide {
    width: 56.25%
}

.ui.bizq.table td.ten.wide,
.ui.bizq.table th.ten.wide {
    width: 62.5%
}

.ui.bizq.table td.eleven.wide,
.ui.bizq.table th.eleven.wide {
    width: 68.75%
}

.ui.bizq.table td.twelve.wide,
.ui.bizq.table th.twelve.wide {
    width: 75%
}

.ui.bizq.table td.thirteen.wide,
.ui.bizq.table th.thirteen.wide {
    width: 81.25%
}

.ui.bizq.table td.fourteen.wide,
.ui.bizq.table th.fourteen.wide {
    width: 87.5%
}

.ui.bizq.table td.fifteen.wide,
.ui.bizq.table th.fifteen.wide {
    width: 93.75%
}

.ui.bizq.table td.sixteen.wide,
.ui.bizq.table th.sixteen.wide {
    width: 100%
}

.ui.bizq.sortable.table thead th {
    border-left: 1px solid rgba(34, 36, 38, .15);
    color: rgba(0, 0, 0, .87);
    cursor: pointer;
    white-space: nowrap
}

.ui.bizq.sortable.table thead th:first-child {
    border-left: none
}

.ui.bizq.sortable.table thead th.sorted,
.ui.bizq.sortable.table thead th.sorted:hover {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ui.bizq.sortable.table thead th:after {
    content: "";
    display: none;
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    height: 1em;
    margin: 0 0 0 .5em;
    opacity: .8;
    text-decoration: inherit;
    width: auto
}

.ui.bizq.sortable.table thead th.ascending:after {
    content: "\f0d8"
}

.ui.bizq.sortable.table thead th.descending:after {
    content: "\f0d7"
}

.ui.bizq.sortable.table th.disabled:hover {
    color: rgba(40, 40, 40, .3);
    cursor: auto
}

.ui.bizq.sortable.table thead th:hover {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .8)
}

.ui.bizq.sortable.table thead th.sorted {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .95)
}

.ui.bizq.sortable.table thead th.sorted:after {
    display: inline-block
}

.ui.bizq.sortable.table thead th.sorted:hover {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .95)
}

.ui.bizq.inverted.sortable.table thead th.sorted {
    background: hsla(0, 0%, 100%, .15) -webkit-linear-gradient(transparent, rgba(0, 0, 0, .05));
    background: hsla(0, 0%, 100%, .15) linear-gradient(transparent, rgba(0, 0, 0, .05));
    color: #fff
}

.ui.bizq.inverted.sortable.table thead th:hover {
    background: hsla(0, 0%, 100%, .08) -webkit-linear-gradient(transparent, rgba(0, 0, 0, .05));
    background: hsla(0, 0%, 100%, .08) linear-gradient(transparent, rgba(0, 0, 0, .05));
    color: #fff
}

.ui.bizq.inverted.sortable.table thead th {
    border-left-color: transparent;
    border-right-color: transparent
}

.ui.bizq.inverted.table {
    background: #333;
    border: none;
    color: hsla(0, 0%, 100%, .9)
}

.ui.bizq.inverted.table th {
    background-color: rgba(0, 0, 0, .15);
    color: hsla(0, 0%, 100%, .9)
}

.ui.bizq.inverted.table th,
.ui.bizq.inverted.table tr td {
    border-color: hsla(0, 0%, 100%, .1) !important
}

.ui.bizq.inverted.table tr td.disabled,
.ui.bizq.inverted.table tr.disabled td,
.ui.bizq.inverted.table tr.disabled:hover td,
.ui.bizq.inverted.table tr:hover td.disabled {
    color: hsla(0, 0%, 88%, .3);
    pointer-events: none
}

.ui.bizq.inverted.definition.table tfoot:not(.full-width) th:first-child,
.ui.bizq.inverted.definition.table thead:not(.full-width) th:first-child {
    background: #fff
}

.ui.bizq.inverted.definition.table tr td:first-child {
    background: hsla(0, 0%, 100%, .02);
    color: #fff
}

.ui.bizq.collapsing.table {
    width: auto
}

.ui.bizq.basic.table {
    background: transparent;
    border: 1px solid rgba(34, 36, 38, .15);
    box-shadow: none
}

.ui.bizq.basic.table tfoot,
.ui.bizq.basic.table thead {
    box-shadow: none
}

.ui.bizq.basic.table th {
    background: transparent;
    border-left: none
}

.ui.bizq.basic.table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.ui.bizq.basic.table td {
    background: transparent
}

.ui.bizq.basic.striped.table tbody tr:nth-child(2n) {
    background-color: rgba(0, 0, 0, .05) !important
}

.ui.bizq[class*="very basic"].table {
    border: none
}

.ui.bizq[class*="very basic"].table:not(.sortable):not(.striped) td,
.ui.bizq[class*="very basic"].table:not(.sortable):not(.striped) th {
    padding: ""
}

.ui.bizq[class*="very basic"].table:not(.sortable):not(.striped) td:first-child,
.ui.bizq[class*="very basic"].table:not(.sortable):not(.striped) th:first-child {
    padding-left: 0
}

.ui.bizq[class*="very basic"].table:not(.sortable):not(.striped) td:last-child,
.ui.bizq[class*="very basic"].table:not(.sortable):not(.striped) th:last-child {
    padding-right: 0
}

.ui.bizq[class*="very basic"].table:not(.sortable):not(.striped) thead tr:first-child th {
    padding-top: 0
}

.ui.bizq.celled.table tr td,
.ui.bizq.celled.table tr th {
    border-left: 1px solid rgba(34, 36, 38, .1)
}

.ui.bizq.celled.table tr td:first-child,
.ui.bizq.celled.table tr th:first-child {
    border-left: none
}

.ui.bizq.padded.table th {
    padding-left: 1em;
    padding-right: 1em
}

.ui.bizq.padded.table td,
.ui.bizq.padded.table th {
    padding: 1em
}

.ui.bizq[class*="very padded"].table th {
    padding-left: 1.5em;
    padding-right: 1.5em
}

.ui.bizq[class*="very padded"].table td {
    padding: 1.5em
}

.ui.bizq.compact.table th {
    padding-left: .7em;
    padding-right: .7em
}

.ui.bizq.compact.table td {
    padding: .5em .7em
}

.ui.bizq[class*="very compact"].table th {
    padding-left: .6em;
    padding-right: .6em
}

.ui.bizq[class*="very compact"].table td {
    padding: .4em .6em
}

.ui.bizq.small.table {
    font-size: .9em
}

.ui.bizq.table {
    font-size: 1em
}

.ui.bizq.large.table {
    font-size: 1.1em
}

.bizq-modal {
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    padding-top: 5vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

.bizq-modal-content {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-name: animatetop;
    animation-name: animatetop;
    background-color: #fefefe;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    margin: auto;
    padding: 0;
    position: relative;
    width: 80%
}

@-webkit-keyframes animatetop {
    0% {
        opacity: 0;
        top: -300px
    }

    to {
        opacity: 1;
        top: 0
    }
}

@keyframes animatetop {
    0% {
        opacity: 0;
        top: -300px
    }

    to {
        opacity: 1;
        top: 0
    }
}

.bizq-modal-header .close {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: 5px;
    top: 0
}

.bizq-modal-header .close:focus,
.bizq-modal-header .close:hover {
    color: #000;
    cursor: pointer;
    text-decoration: none
}

.bizq-modal-header {
    background-color: #ccc;
    color: #000;
    padding: 2px 16px
}

.bizq-modal-body {
    font-size: 90% !important;
    max-height: 75vh;
    overflow-y: scroll;
    padding: 16px
}

.bizq-modal-footer {
    background-color: #ccc;
    color: #000;
    padding: 2px 16px
}

/*# sourceMappingURL=../css/styling.css.map */
/*# sourceMappingURL=styling.css.map*/