/*!
 * # Semantic UI 2.4.1 - Segment
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
.ui.segment {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
    margin: 1rem 0;
    padding: 1em 1em;
    border-radius: 0.28571429rem;
    border: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.segment:first-child {
    margin-top: 0;
}
.ui.segment:last-child {
    margin-bottom: 0;
}
.ui.vertical.segment {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    background: none transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.vertical.segment:last-child {
    border-bottom: none;
}
.ui.inverted.segment > .ui.header {
    color: #fff;
}
.ui[class*='bottom attached'].segment > [class*='top attached'].label {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui[class*='top attached'].segment > [class*='bottom attached'].label {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.ui.attached.segment:not(.top):not(.bottom) > [class*='top attached'].label {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui.attached.segment:not(.top):not(.bottom) > [class*='bottom attached'].label {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.ui.grid > .row > .ui.segment.column,
.ui.grid > .ui.segment.column,
.ui.page.grid.segment {
    padding-top: 2em;
    padding-bottom: 2em;
}
.ui.grid.segment {
    margin: 1rem 0;
    border-radius: 0.28571429rem;
}
.ui.basic.table.segment {
    background: #fff;
    border: 1px solid rgba(34, 36, 38, 0.15);
    -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
}
.ui[class*='very basic'].table.segment {
    padding: 1em 1em;
}
.ui.placeholder.segment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: initial;
    -webkit-animation: none;
    animation: none;
    overflow: visible;
    padding: 1em 1em;
    min-height: 18rem;
    background: #f9fafb;
    border-color: rgba(34, 36, 38, 0.15);
    -webkit-box-shadow: 0 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
    box-shadow: 0 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
}
.ui.placeholder.segment .button,
.ui.placeholder.segment textarea {
    display: block;
}
.ui.placeholder.segment .button,
.ui.placeholder.segment .field,
.ui.placeholder.segment textarea,
.ui.placeholder.segment > .ui.input {
    max-width: 15rem;
    margin-left: auto;
    margin-right: auto;
}
.ui.placeholder.segment .column .button,
.ui.placeholder.segment .column .field,
.ui.placeholder.segment .column textarea,
.ui.placeholder.segment .column > .ui.input {
    max-width: 15rem;
    margin-left: auto;
    margin-right: auto;
}
.ui.placeholder.segment > .inline {
    -ms-flex-item-align: center;
    align-self: center;
}
.ui.placeholder.segment > .inline > .button {
    display: inline-block;
    width: auto;
    margin: 0 0.35714286rem 0 0;
}
.ui.placeholder.segment > .inline > .button:last-child {
    margin-right: 0;
}
.ui.piled.segment,
.ui.piled.segments {
    margin: 3em 0;
    -webkit-box-shadow: '';
    box-shadow: '';
    z-index: auto;
}
.ui.piled.segment:first-child {
    margin-top: 0;
}
.ui.piled.segment:last-child {
    margin-bottom: 0;
}
.ui.piled.segment:after,
.ui.piled.segment:before,
.ui.piled.segments:after,
.ui.piled.segments:before {
    background-color: #fff;
    visibility: visible;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    border: 1px solid rgba(34, 36, 38, 0.15);
    -webkit-box-shadow: '';
    box-shadow: '';
}
.ui.piled.segment:before,
.ui.piled.segments:before {
    -webkit-transform: rotate(-1.2deg);
    transform: rotate(-1.2deg);
    top: 0;
    z-index: -2;
}
.ui.piled.segment:after,
.ui.piled.segments:after {
    -webkit-transform: rotate(1.2deg);
    transform: rotate(1.2deg);
    top: 0;
    z-index: -1;
}
.ui[class*='top attached'].piled.segment {
    margin-top: 3em;
    margin-bottom: 0;
}
.ui.piled.segment[class*='top attached']:first-child {
    margin-top: 0;
}
.ui.piled.segment[class*='bottom attached'] {
    margin-top: 0;
    margin-bottom: 3em;
}
.ui.piled.segment[class*='bottom attached']:last-child {
    margin-bottom: 0;
}
.ui.stacked.segment {
    padding-bottom: 1.4em;
}
.ui.stacked.segment:after,
.ui.stacked.segment:before,
.ui.stacked.segments:after,
.ui.stacked.segments:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    background: rgba(0, 0, 0, 0.03);
    width: 100%;
    height: 6px;
    visibility: visible;
}
.ui.stacked.segment:before,
.ui.stacked.segments:before {
    display: none;
}
.ui.tall.stacked.segment:before,
.ui.tall.stacked.segments:before {
    display: block;
    bottom: 0;
}
.ui.stacked.inverted.segment:after,
.ui.stacked.inverted.segment:before,
.ui.stacked.inverted.segments:after,
.ui.stacked.inverted.segments:before {
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(34, 36, 38, 0.35);
}
.ui.padded.segment {
    padding: 1.5em;
}
.ui[class*='very padded'].segment {
    padding: 3em;
}
.ui.padded.segment.vertical.segment,
.ui[class*='very padded'].vertical.segment {
    padding-left: 0;
    padding-right: 0;
}
.ui.compact.segment {
    display: table;
}
.ui.compact.segments {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.ui.compact.segments .segment,
.ui.segments .compact.segment {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.ui.circular.segment {
    display: table-cell;
    padding: 2em;
    text-align: center;
    vertical-align: middle;
    border-radius: 500em;
}
.ui.raised.segment,
.ui.raised.segments {
    -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12),
        0 2px 10px 0 rgba(34, 36, 38, 0.15);
    box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12),
        0 2px 10px 0 rgba(34, 36, 38, 0.15);
}
.ui.segments {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 1rem 0;
    border: 1px solid rgba(34, 36, 38, 0.15);
    -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
    border-radius: 0.28571429rem;
}
.ui.segments:first-child {
    margin-top: 0;
}
.ui.segments:last-child {
    margin-bottom: 0;
}
.ui.segments > .segment {
    top: 0;
    bottom: 0;
    border-radius: 0;
    margin: 0;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.segments:not(.horizontal) > .segment:first-child {
    border-top: none;
    margin-top: 0;
    bottom: 0;
    margin-bottom: 0;
    top: 0;
    border-radius: 0.28571429rem 0.28571429rem 0 0;
}
.ui.segments:not(.horizontal) > .segment:last-child {
    top: 0;
    bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
    border-radius: 0 0 0.28571429rem 0.28571429rem;
}
.ui.segments:not(.horizontal) > .segment:only-child {
    border-radius: 0.28571429rem;
}
.ui.segments > .ui.segments {
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    margin: 1rem 1rem;
}
.ui.segments > .segments:first-child {
    border-top: none;
}
.ui.segments > .segment + .segments:not(.horizontal) {
    margin-top: 0;
}
.ui.horizontal.segments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
    margin: 1rem 0;
    border-radius: 0.28571429rem;
    border: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.segments > .horizontal.segments {
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.horizontal.segments > .segment {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    -ms-flex: 1 1 0px;
    margin: 0;
    min-width: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 1px solid rgba(34, 36, 38, 0.15);
}
.ui.segments > .horizontal.segments:first-child {
    border-top: none;
}
.ui.horizontal.segments > .segment:first-child {
    border-left: none;
}
.ui.disabled.segment {
    opacity: 0.45;
    color: rgba(40, 40, 40, 0.3);
}
.ui.loading.segment {
    position: relative;
    cursor: default;
    pointer-events: none;
    text-shadow: none !important;
    color: transparent !important;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
}
.ui.loading.segment:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    border-radius: 0.28571429rem;
    z-index: 100;
}
.ui.loading.segment:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -1.5em 0 0 -1.5em;
    width: 3em;
    height: 3em;
    -webkit-animation: segment-spin 0.6s linear;
    animation: segment-spin 0.6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #767676 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1)
        rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 0.2em;
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
    visibility: visible;
    z-index: 101;
}
@-webkit-keyframes segment-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes segment-spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.ui.basic.segment {
    background: none transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
}
.ui.clearing.segment:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ui.red.segment:not(.inverted) {
    border-top: 2px solid #db2828 !important;
}
.ui.inverted.red.segment {
    background-color: #db2828 !important;
    color: #fff !important;
}
.ui.orange.segment:not(.inverted) {
    border-top: 2px solid #f2711c !important;
}
.ui.inverted.orange.segment {
    background-color: #f2711c !important;
    color: #fff !important;
}
.ui.yellow.segment:not(.inverted) {
    border-top: 2px solid #fbbd08 !important;
}
.ui.inverted.yellow.segment {
    background-color: #fbbd08 !important;
    color: #fff !important;
}
.ui.olive.segment:not(.inverted) {
    border-top: 2px solid #b5cc18 !important;
}
.ui.inverted.olive.segment {
    background-color: #b5cc18 !important;
    color: #fff !important;
}
.ui.green.segment:not(.inverted) {
    border-top: 2px solid #21ba45 !important;
}
.ui.inverted.green.segment {
    background-color: #21ba45 !important;
    color: #fff !important;
}
.ui.teal.segment:not(.inverted) {
    border-top: 2px solid #00b5ad !important;
}
.ui.inverted.teal.segment {
    background-color: #00b5ad !important;
    color: #fff !important;
}
.ui.blue.segment:not(.inverted) {
    border-top: 2px solid #2185d0 !important;
}
.ui.inverted.blue.segment {
    background-color: #2185d0 !important;
    color: #fff !important;
}
.ui.violet.segment:not(.inverted) {
    border-top: 2px solid #6435c9 !important;
}
.ui.inverted.violet.segment {
    background-color: #6435c9 !important;
    color: #fff !important;
}
.ui.purple.segment:not(.inverted) {
    border-top: 2px solid #a333c8 !important;
}
.ui.inverted.purple.segment {
    background-color: #a333c8 !important;
    color: #fff !important;
}
.ui.pink.segment:not(.inverted) {
    border-top: 2px solid #e03997 !important;
}
.ui.inverted.pink.segment {
    background-color: #e03997 !important;
    color: #fff !important;
}
.ui.brown.segment:not(.inverted) {
    border-top: 2px solid #a5673f !important;
}
.ui.inverted.brown.segment {
    background-color: #a5673f !important;
    color: #fff !important;
}
.ui.grey.segment:not(.inverted) {
    border-top: 2px solid #767676 !important;
}
.ui.inverted.grey.segment {
    background-color: #767676 !important;
    color: #fff !important;
}
.ui.black.segment:not(.inverted) {
    border-top: 2px solid #1b1c1d !important;
}
.ui.inverted.black.segment {
    background-color: #1b1c1d !important;
    color: #fff !important;
}
.ui[class*='left aligned'].segment {
    text-align: left;
}
.ui[class*='right aligned'].segment {
    text-align: right;
}
.ui[class*='center aligned'].segment {
    text-align: center;
}
.ui.floated.segment,
.ui[class*='left floated'].segment {
    float: left;
    margin-right: 1em;
}
.ui[class*='right floated'].segment {
    float: right;
    margin-left: 1em;
}
.ui.inverted.segment {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ui.inverted.segment,
.ui.primary.inverted.segment {
    background: #1b1c1d;
    color: rgba(255, 255, 255, 0.9);
}
.ui.inverted.segment .segment {
    color: rgba(0, 0, 0, 0.87);
}
.ui.inverted.segment .inverted.segment {
    color: rgba(255, 255, 255, 0.9);
}
.ui.inverted.attached.segment {
    border-color: #555;
}
.ui.secondary.segment {
    background: #f3f4f5;
    color: rgba(0, 0, 0, 0.6);
}
.ui.secondary.inverted.segment {
    background: #4c4f52 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2)));
    background: #4c4f52 -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 0, rgba(
                    255,
                    255,
                    255,
                    0.2
                )
                100%);
    background: #4c4f52
        linear-gradient(
            rgba(255, 255, 255, 0.2) 0,
            rgba(255, 255, 255, 0.2) 100%
        );
    color: rgba(255, 255, 255, 0.8);
}
.ui.tertiary.segment {
    background: #dcddde;
    color: rgba(0, 0, 0, 0.6);
}
.ui.tertiary.inverted.segment {
    background: #717579 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.35)), to(rgba(255, 255, 255, 0.35)));
    background: #717579 -webkit-linear-gradient(rgba(255, 255, 255, 0.35) 0, rgba(
                    255,
                    255,
                    255,
                    0.35
                )
                100%);
    background: #717579
        linear-gradient(
            rgba(255, 255, 255, 0.35) 0,
            rgba(255, 255, 255, 0.35) 100%
        );
    color: rgba(255, 255, 255, 0.8);
}
.ui.attached.segment {
    top: 0;
    bottom: 0;
    border-radius: 0;
    margin: 0 -1px;
    width: calc(100% - (-1px * 2));
    max-width: calc(100% - (-1px * 2));
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d4d4d5;
}
.ui.attached:not(.message) + .ui.attached.segment:not(.top) {
    border-top: none;
}
.ui[class*='top attached'].segment {
    bottom: 0;
    margin-bottom: 0;
    top: 0;
    margin-top: 1rem;
    border-radius: 0.28571429rem 0.28571429rem 0 0;
}
.ui.segment[class*='top attached']:first-child {
    margin-top: 0;
}
.ui.segment[class*='bottom attached'] {
    bottom: 0;
    margin-top: 0;
    top: 0;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
    border-radius: 0 0 0.28571429rem 0.28571429rem;
}
.ui.segment[class*='bottom attached']:last-child {
    margin-bottom: 0;
}
.ui.mini.segment,
.ui.mini.segments .segment {
    font-size: 0.78571429rem;
}
.ui.tiny.segment,
.ui.tiny.segments .segment {
    font-size: 0.85714286rem;
}
.ui.small.segment,
.ui.small.segments .segment {
    font-size: 0.92857143rem;
}
.ui.segment,
.ui.segments .segment {
    font-size: 1rem;
}
.ui.large.segment,
.ui.large.segments .segment {
    font-size: 1.14285714rem;
}
.ui.big.segment,
.ui.big.segments .segment {
    font-size: 1.28571429rem;
}
.ui.huge.segment,
.ui.huge.segments .segment {
    font-size: 1.42857143rem;
}
.ui.massive.segment,
.ui.massive.segments .segment {
    font-size: 1.71428571rem;
}
