@charset "UTF-8";
body, html {
    margin: 0;
    height: 100vh !important;
    min-height: 100%;
    background-color: #f2f2f2 !important
}

a, blockquote, body, button, div, h1, h2, h3, h4, h5, h6, html, p, span {
    font-family: "Open Sans", sans-serif !important
}

h1.ui.header, h2.ui.header {
    color: #262626;
    font-weight: 300 !important
}

a {
    color: #5391d6
}

a:active {
    color: #2f77c7
}

a:hover {
    color: #3e84d1
}

.adminreturndiv {
    position: fixed !important;
    background-color: transparent !important;
    z-index: 9999
}

.ui.basic.segment {
    color: #595959
}

main.ui.basic.segment {
    min-height: calc(100% - 11.4em);
    width: 100%;
    margin: 0;
    padding-top: 85px
}

#prodconfigcontainer > main.segment {
    padding-top: 0 !important
}

@media screen and (max-width: 767px) {
    main main {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

blockquote {
    color: #333;
    line-height: 25px;
    padding: 10px 30px;
    margin: 0 0 20px 35px;
    border-left: 5px solid #0892d9
}

input:checked ~ label:after {
    color: #77b646 !important
}

.ui.segment {
    border-radius: 10px
}

select.ui.selection.dropdown {
    line-height: 1.5em;
    padding-top: 0;
    padding-bottom: 0
}

.ui.segment hr {
    width: calc(100% + 28px);
    margin: 0 -1em 1em;
    border: 0;
    height: 1px;
    background-color: #e5e5e5
}

.hidden:not(.divider) {
    display: none
}

.ui.grid > .column.red {
    background-color: #d93a15 !important
}

.ui.grid > .column.green {
    background-color: #4db739 !important
}

.ui.grid > .column.blue {
    background-color: #0892d9 !important
}

.ui.grid > .column.yellow {
    color: #333;
    background-color: #ffe58c !important
}

.ui.black.inverted {
    background-color: #fff;
    color: #000
}

.wrap {
    word-wrap: break-word
}

@media screen and (max-width: 568px) {
    h1.header + .stackable.grid > .column:not(.row) {
        padding: 1rem 0 !important
    }
}

.ui.fluid.segment {
    width: 100%
}

.ui.input input[type=file] {
    display: none
}

.grid > .row.no_top_padding, .no_top_padding {
    padding-top: 0
}

@media print {
    #root, body, html, main {
        height: auto !important;
        background-color: #fff !important
    }

    main {
        -webkit-transform: initial !important;
        -ms-transform: initial !important;
        transform: initial !important;
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .segment, main.ui.basic.segment {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .segment {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
        border-radius: 0 !important
    }

    .adminreturndiv, .btn, .button, .hz_kb .segment + .three.column.grid, .hz_kb .segment + .three.column.grid + .one.column.grid, .hz_kb > .segment:last-child, .message, blockquote + .divider, blockquote + .divider + .two.column.grid, footer, header, sidebar {
        display: none !important
    }
}

header.ui.menu {
    height: 80px;
    background-color: #4d4d4d !important
}

header.ui.menu .logo_bg_hz {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    background: url(/static/img/bg-logo.png) repeat left center;
    background-size: auto 100%;
    width: 210px
}

header.ui.menu .logo_bg_hz .logo_big_hz {
    height: 100%;
    background: url(/static/img/logo.png) no-repeat 21px center;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 1, 1, 0.75) inset;
    box-shadow: 0px 0px 20px 0px rgba(0, 1, 1, 0.75) inset
}

header.ui.menu > .item > .icon, header.ui.menu > .right.menu > .item > .icon {
    margin-right: 0
}

header.ui.menu > .item:before, header.ui.menu > .right.menu > .item:before {
    height: 40px !important;
    margin-top: 20px
}

header.ui.menu > .item:not(.lang):hover:before, header.ui.menu > .right.menu > .item:not(.lang):hover:before {
    background-color: transparent
}

header.ui.menu > .item:not(.lang):hover:after, header.ui.menu > .right.menu > .item:not(.lang):hover:after {
    position: absolute;
    content: '';
    top: 0;
    left: -1px;
    height: 100%;
    width: 1px;
    background: #4d4d4d
}

header.ui.menu > .right.menu > .client-search {
    cursor: pointer
}

header.ui.menu > .right.menu > .client-search > .item:before {
    display: none
}

header.ui.menu .item.mobile {
    display: none
}

header.ui.menu .item .icon {
    font-size: 24px
}

header.ui.menu .right.menu .item > span {
    position: absolute;
    width: 37px;
    height: 30px;
    text-align: center;
    font-weight: 700
}

header.ui.menu .right.menu .item > span + .cart {
    font-size: 28px;
    opacity: .5
}

@media screen and (max-width: 1025px) {
    header.ui.menu .item.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width: 568px) {
    header.ui.menu .client-search, header.ui.menu .item:not(.mobile) {
        display: none
    }
}

sidebar.ui.inverted.left.fixed.vertical.menu {
    display: block;
    height: calc(100% - 80px);
    overflow-y: auto;
    margin-top: 80px !important;
    width: auto;
    background-color: #4d4d4d !important;
    color: #e5e5e5
}

sidebar.ui.inverted.left.fixed.vertical.menu.__sidebar_open {
    display: block
}

sidebar.ui.inverted.left.fixed.vertical.menu + main#main_wrapper {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    padding-right: 0
}

sidebar.ui.inverted.left.fixed.vertical.menu .customer-info {
    max-height: 280px;
    height: 180px;
    width: 210px;
    text-align: center;
    background-color: #404040 !important
}

sidebar.ui.inverted.left.fixed.vertical.menu .customer-info .ui.avatar {
    width: 80px;
    height: 80px;
    border: solid 3px #fff;
    margin-right: 0;
    top: -30px
}

sidebar.ui.inverted.left.fixed.vertical.menu .customer-info .ui.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    height: 30px;
    font-size: 11px;
    margin-top: 20px
}

sidebar.ui.inverted.left.fixed.vertical.menu .customer-info .ui.buttons .button.hz_left_cs, sidebar.ui.inverted.left.fixed.vertical.menu .customer-info .ui.buttons .button.hz_right_cs {
    height: 30px;
    line-height: 10px
}

sidebar.ui.inverted.left.fixed.vertical.menu .customer-info .ui.buttons .button.hz_left_cs .icon, sidebar.ui.inverted.left.fixed.vertical.menu .customer-info .ui.buttons .button.hz_right_cs .icon {
    font-size: 20px;
    vertical-align: top
}

sidebar.ui.inverted.left.fixed.vertical.menu .customer-info .ui.buttons .button.hz_left_cs {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #65e946), to(#3d9e2e));
    background: -webkit-linear-gradient(left, #65e946 0, #3d9e2e 100%);
    background: -o-linear-gradient(left, #65e946 0, #3d9e2e 100%);
    background: linear-gradient(to right, #65e946 0, #3d9e2e 100%);
    text-align: left !important;
    padding-left: 4px
}

sidebar.ui.inverted.left.fixed.vertical.menu .customer-info .ui.buttons .button.hz_left_cs .icon {
    padding: 0 5px
}

sidebar.ui.inverted.left.fixed.vertical.menu .customer-info .ui.buttons .button.hz_right_cs {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #cc701e), to(#ffa320));
    background: -webkit-linear-gradient(left, #cc701e 0, #ffa320 100%);
    background: -o-linear-gradient(left, #cc701e 0, #ffa320 100%);
    background: linear-gradient(to right, #cc701e 0, #ffa320 100%);
    text-align: right !important;
    padding-right: 4px
}

sidebar.ui.inverted.left.fixed.vertical.menu .customer-info .ui.buttons .button.hz_right_cs .icon {
    padding-left: 14px
}

sidebar.ui.inverted.left.fixed.vertical.menu .customer-info div.user {
    font-size: 16px
}

sidebar.ui.inverted.left.fixed.vertical.menu .customer-info div.user:not(span) {
    font-weight: 300 !important
}

sidebar.ui.inverted.left.fixed.vertical.menu .customer-info div.user span {
    font-weight: 400 !important
}

sidebar.ui.inverted.left.fixed.vertical.menu > a.item {
    text-transform: uppercase
}

sidebar.ui.inverted.left.fixed.vertical.menu a.item {
    width: 210px;
    font-size: 14px;
    line-height: 30px !important;
    background-position: 18px center !important;
    background-repeat: no-repeat !important;
    padding-left: 55px !important
}

sidebar.ui.inverted.left.fixed.vertical.menu a.item.ico-overview {
    background-image: url(/static/img/ico-overview.png) !important
}

sidebar.ui.inverted.left.fixed.vertical.menu a.item.ico-candc {
    background-image: url(/static/img/ico-candc.png) !important
}

sidebar.ui.inverted.left.fixed.vertical.menu a.item.ico-support {
    background-image: url(/static/img/ico-support.png) !important
}

sidebar.ui.inverted.left.fixed.vertical.menu a.item.ico-finance {
    background-image: url(/static/img/ico-finance.png) !important
}

sidebar.ui.inverted.left.fixed.vertical.menu a.item.ico-handshake {
    background-image: url(/static/img/ico-handshake.png) !important
}

sidebar.ui.inverted.left.fixed.vertical.menu a.item.ico-settings {
    background-image: url(/static/img/ico-settings.png) !important
}

sidebar.ui.inverted.left.fixed.vertical.menu a.item.ico-logout {
    background-image: url(/static/img/ico-logout.png) !important
}

sidebar.ui.inverted.left.fixed.vertical.menu a.item.current_active {
    background-color: #0892d9 !important
}

sidebar.ui.inverted.left.fixed.vertical.menu a.item.current_active + .menu.sub {
    display: block
}

sidebar.ui.inverted.left.fixed.vertical.menu .menu.sub {
    max-height: 0;
    opacity: 0;
    background: #333;
    -webkit-transition: opacity .2s, max-height .1s;
    -o-transition: opacity .2s, max-height .1s;
    transition: opacity .2s, max-height .1s
}

sidebar.ui.inverted.left.fixed.vertical.menu .menu.sub > a.item {
    text-transform: capitalize
}

sidebar.ui.inverted.left.fixed.vertical.menu .menu.sub a.item {
    vertical-align: middle;
    min-height: 30px;
    line-height: 20px !important
}

sidebar.ui.inverted.left.fixed.vertical.menu .menu.sub a.item, sidebar.ui.inverted.left.fixed.vertical.menu .menu.sub a.item.current_active.item {
    font-size: 14px !important;
    color: #e5e5e5 !important
}

sidebar.ui.inverted.left.fixed.vertical.menu .menu.sub a.item:hover {
    color: #0892d9 !important;
    background: none !important
}

sidebar.ui.inverted.left.fixed.vertical.menu .menu.sub a.item.item_active {
    color: #0892d9 !important
}

sidebar.ui.inverted.left.fixed.vertical.menu .menu.sub a.item.item_active:before, sidebar.ui.inverted.left.fixed.vertical.menu .menu.sub a.item.item_active:first-child:before {
    content: "";
    position: absolute;
    display: block !important;
    left: -5px;
    bottom: 0;
    right: 0;
    top: 3px;
    margin: auto 0;
    height: 2px !important;
    width: 30px !important;
    background: #0892d9 !important
}

sidebar.ui.inverted.left.fixed.vertical.menu .menu.sub.open {
    max-height: 100%;
    opacity: 1;
    padding: 10px 0
}

@media screen and (max-width: 1025px) {
    sidebar.ui.inverted.left.fixed.vertical.menu {
        display: none
    }
}

footer {
    position: relative;
    margin-top: 15px;
    bottom: 0;
    width: 100%;
    background-color: #404040
}

footer .content, footer .ui.list > a.item i.icon {
    color: #e5e5e5
}

footer > .ui.grid {
    padding: 15px 0
}

footer .bottom.attached {
    padding: 5px 0;
    background-color: #333;
    color: #e5e5e5;
    text-align: center
}

footer .ui.list > .item:active .content, footer .ui.list > .item:active .icon, footer .ui.list > .item:hover .content, footer .ui.list > .item:hover .icon {
    color: #0892d9
}

@media screen and (max-width: 767px) {
    footer {
        position: relative;
        margin-top: 20px
    }
}

@media screen and (max-width: 568px) {
    footer .ui.grid.container .four.column.row {
        padding-left: 25%
    }

    footer .ui.grid.container .four.column.row .column {
        width: 100% !important
    }

    footer .ui.grid.container .four.column.row .column .list > .item {
        padding: 5px 0
    }
}

#servers-chart {
    height: 190px;
    width: 190px;
    margin: 0 auto
}

#servers-chart.chart-small {
    width: 165px;
    height: 165px
}

.ui.breadcrumb {
    margin: 5px 0;
    min-height: 14px
}

.ui.breadcrumb .section {
    color: #0892d9;
    font-size: 0.688rem
}

.ui.breadcrumb .section.active {
    color: #a6a6a6;
    font-weight: 600
}

.ui.header.blue {
    color: #0892d9 !important
}

.ui.header.green {
    color: #4db739 !important
}

.ui.header.red {
    color: #d93a15 !important
}

.ui.header.grey {
    color: #999 !important
}

.ui.header.white {
    color: #fff
}

.ui.header.no_margin {
    margin: 0
}

.uppercase {
    text-transform: uppercase !important
}

.font_light {
    font-weight: 300 !important
}

.font_normal {
    font-weight: 400 !important
}

.font_bold {
    font-weight: 700 !important
}

.ui.segment h5.ui.header {
    font-weight: 400;
    text-transform: uppercase
}

tr.inverted.black {
    background-color: #4d4d4d
}

.right.menu .ui.selection.dropdown {
    min-height: 0;
    margin-top: 3px;
    margin-bottom: 0;
    padding: 5px 25px 5px 30px !important;
    text-transform: uppercase;
    border-radius: 15px
}

.right.menu .ui.selection.dropdown:hover {
    border-color: rgba(34, 36, 38, 0.15)
}

.right.menu .ui.selection.dropdown.js_lang_active {
    border-radius: 13.5px 13.5px 0 0
}

.right.menu .ui.selection.dropdown .icon {
    font-size: 14px;
    padding: 4px !important
}

.right.menu .ui.selection.dropdown .menu {
    overflow-y: hidden
}

.right.menu .ui.selection.dropdown .menu .item {
    padding: 7px 5px 5px 30px !important;
    text-transform: uppercase !important;
    width: 100%;
    outline: none
}

.right.menu .ui.selection.dropdown .menu .item:hover {
    background: transparent !important
}

.right.menu .ui.selection.dropdown .text {
    display: inline;
    vertical-align: middle
}

.right.menu .ui.selection.dropdown .menu .item:before, .right.menu .ui.selection.dropdown .text:before {
    content: '';
    position: absolute;
    display: block;
    margin-top: 0;
    width: 16px;
    height: 16px;
    top: 4px;
    bottom: 0;
    left: 10px;
    right: 0
}

.right.menu .ui.selection.dropdown .item[value=english]:before, .right.menu .ui.selection.dropdown .text[name=en]:before {
    background: url(/static/img/ico-flag-uk.png) no-repeat 100% 0
}

.right.menu .ui.selection.dropdown .item[value=russian]:before, .right.menu .ui.selection.dropdown .text[name=ru]:before {
    background: url(/static/img/ico-flag-ru.png) no-repeat 100% 0
}

.ui.button {
    position: relative;
    font-weight: 400;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer
}

.ui.button:disabled, .ui.button[disabled] {
    cursor: not-allowed
}

.ui.button.blue, .ui.button.blue.active, .ui.button.blue:focus, .ui.button.blue:hover {
    color: #fff
}

.ui.button.blue, .ui.button.blue:focus {
    background: #5391d6
}

.ui.button.blue:hover {
    background-color: #3e84d1
}

.ui.button.blue:active {
    background-color: #2f77c7
}

.ui.button.white, .ui.button.white:focus {
    color: #262626;
    background: #fff;
    border: 1px solid #e5e5e5
}

.ui.button.white.active, .ui.button.white:hover {
    color: #fff;
    background: #5391d6;
    border: 1px solid transparent
}

.ui.button.white:active {
    background: #2f77c7
}

.ui.button.grey, .ui.button.grey:focus {
    color: #595959;
    background-color: #f2f2f2
}

.ui.button.grey.active, .ui.button.grey:hover {
    background-color: #3e84d1
}

.ui.button.grey.active, .ui.button.grey.active > .header, .ui.button.grey.active > .header > .content, .ui.button.grey.active > .header > .content > .sub.header, .ui.button.grey:hover, .ui.button.grey:hover > .header, .ui.button.grey:hover > .header > .content, .ui.button.grey:hover > .header > .content > .sub.header {
    color: #fff
}

.ui.button.grey:active {
    background-color: #2f77c7
}

.ui.button.red, .ui.button.red:focus {
    color: #fff;
    background-color: #d93a15
}

.ui.button.red.active, .ui.button.red:hover {
    color: #fff;
    background-color: #c23413
}

.ui.button.red:active {
    background-color: #ab2e11
}

.ui.button.green, .ui.button.green:focus {
    background-color: #4db739
}

.ui.button.green.active, .ui.button.green:hover {
    background-color: #45a433
}

.ui.button.green:active {
    background-color: #3d902d
}

.ui.radio.checkbox input:checked:focus ~ .box:after, .ui.radio.checkbox input:checked:focus ~ label:after, .ui.radio.checkbox input:checked ~ .box:after, .ui.radio.checkbox input:checked ~ label:after {
    background-color: #4db739
}

.ui.selection.dropdown:focus, .ui.selection.dropdown:hover {
    border-color: rgba(34, 36, 38, 0.15)
}

.ui.form input[type=text]:focus, .ui.input input:focus {
    border-color: #ffe58c
}

.select {
    display: inline-block;
    min-width: 120px;
    position: relative;
    margin: auto
}

.select.fluid {
    display: block
}

.select select {
    width: 100%;
    text-align: center;
    text-align-last: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.select:after {
    content: "\25BC";
    position: absolute;
    font-size: .625em;
    line-height: 0;
    color: #000;
    top: 50%;
    right: 10px;
    left: inherit;
    bottom: inherit
}

.ui.action.input:not([class*="left action"]).fluid .select {
    width: 100%
}

.ui.action.input:not([class*="left action"]) .input + .select select {
    border-radius: 0
}

.ui.action.input:not([class*="left action"]) .select select {
    border-right: none;
    border-radius: .28571429rem 0 0 .28571429rem
}

@media screen and (max-width: 568px) {
    .ui.action.input:not([class*="left action"]) {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ui.action.input:not([class*="left action"]).fluid > input {
        width: 100% !important
    }

    .ui.action.input:not([class*="left action"]) > input {
        margin-bottom: 15px;
        border-radius: .28571429rem !important;
        border: none
    }

    .ui.action.input:not([class*="left action"]) > .button:last-child {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: .28571429rem
    }

    .ui.action.input:not([class*="left action"]) .select {
        margin-bottom: 15px
    }

    .ui.action.input:not([class*="left action"]) .select select {
        border: 1px solid rgba(34, 36, 38, 0.15);
        border-radius: .28571429rem
    }
}

.ui.inverted.segment .toggle {
    vertical-align: middle
}

.ui.inverted.segment .toggle input[type=checkbox]:checked ~ label:after, .ui.inverted.segment .toggle input[type=checkbox] ~ label:after {
    width: 1.4rem;
    height: 1.4rem;
    top: .06rem
}

.ui.inverted.segment .toggle input[type=checkbox] ~ label:after {
    left: .2rem
}

.ui.inverted.segment .toggle input[type=checkbox]:checked ~ label:after {
    left: 1.9rem
}

.ui.inverted.segment.grey {
    background-color: #f2f2f2 !important
}

.ui.inverted.segment.grey label {
    color: #000
}

.ui.inverted.segment.grey .fields {
    margin-bottom: 0
}

.ui.inverted.segment.grey .fields > .field:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.ui.inverted.segment.grey .fields > .field:first-child input {
    width: 100%
}

.ui.inverted.segment.grey .fields > .field:last-child {
    padding-right: 0
}

.ui.inverted.segment.green {
    background-color: #4db739;
    color: #fff
}

.ui.inverted.segment.green .toggle input:focus:checked ~ label:before, .ui.inverted.segment.green .toggle label:before {
    background-color: #fff !important
}

.ui.inverted.segment.green .toggle label:after {
    background-color: #4db739
}

.ui.inverted.segment.green .toggle input[type=checkbox]:checked + label:after {
    background-color: #d93a15
}

.ui.inverted.segment.blue {
    color: #fff;
    background-color: #0892d9
}

.ui.inverted.segment.blue .toggle input[type=checkbox]:checked ~ label:before, .ui.inverted.segment.blue .toggle input[type=checkbox]:focus ~ label:before, .ui.inverted.segment.blue .toggle input[type=checkbox] ~ label:before {
    background-color: #fff !important
}

.ui.inverted.segment.blue .toggle input[type=checkbox]:checked ~ label:after, .ui.inverted.segment.blue .toggle input[type=checkbox] ~ label:after {
    background-color: #0892d9
}

@media screen and (max-width: 568px) {
    .ui.inverted.segment.grey .fields > .field {
        width: 100%;
        padding: 0;
        margin: 10px 0
    }

    .ui.inverted.segment.grey .fields > .field .button {
        width: 100%
    }
}

@media screen and (max-width: 568px) and (max-width: 568px) {
    .ui.inverted.segment.blue {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .ui.inverted.segment.blue .checkbox {
        margin: 10px 0
    }
}

.ui.table td.collapsing .button.no_wrap {
    white-space: nowrap
}

.ui.grid > .row .segment > .buttons > .button.mobile {
    margin: .5em 0
}

.ui.message {
    border: 0;
    border-radius: 10px;
    font-weight: 400
}

.ui.message.icon > .icon:not(.close) {
    font-size: 1.5em
}

.ui.message.blue .header, .ui.message.error .header, .ui.message.green .header, .ui.message.info .header, .ui.message.red .header, .ui.message.success .header {
    color: #fff
}

.ui.message.green, .ui.message.success {
    color: #fff;
    background: #4db739;
    -webkit-box-shadow: 0 3px 0 #45a433;
    box-shadow: 0 3px 0 #45a433
}

.ui.message.blue, .ui.message.info {
    color: #fff;
    background: #0892d9;
    -webkit-box-shadow: 0 3px 0 #0781c0;
    box-shadow: 0 3px 0 #0781c0
}

.ui.message.error, .ui.message.red {
    color: #fff;
    background: #d93a15;
    -webkit-box-shadow: 0 3px 0 #c23413;
    box-shadow: 0 3px 0 #c23413
}

.ui.message.error .list > li:before, .ui.message.red .list > li:before {
    color: #fff
}

.ui.message.warning, .ui.message.yellow {
    background-color: #ffe58c;
    -webkit-box-shadow: 0 3px 0 #ffdf73;
    box-shadow: 0 3px 0 #ffdf73
}

.ui.message.warning, .ui.message.warning .header, .ui.message.yellow, .ui.message.yellow .header {
    color: #333
}

.ui.message.warning .content p, .ui.message.yellow .content p {
    opacity: 1;
    font-weight: 500
}

.txt {
    font-size: 2rem;
    font-weight: 600;
    word-break: break-word
}

.txt.success {
    color: #4db739
}

.txt.error {
    color: #d93a15
}

.ui.icon.text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ui.icon.text i.icon {
    font-size: 2em
}

.ui.icon.text i.icon svg {
    fill: #000
}

.ui.icon.text i.icon.success svg {
    fill: #4db739
}

.ui.icon.text i.icon.error svg {
    fill: #d93a15
}

.hz_client .ui.icon:not(.message), .hz_home .ui.icon:not(.message) {
    height: 24px;
    width: 24px;
    min-width: 24px;
    vertical-align: middle
}

.hz_client .ui.icon:not(.message) + span, .hz_home .ui.icon:not(.message) + span {
    vertical-align: middle
}

.hz_client .ui.icon:not(.message).huge, .hz_home .ui.icon:not(.message).huge {
    height: 48px;
    width: 48px;
    min-width: 48px
}

.hz_client .ui.icon:not(.message).large, .hz_home .ui.icon:not(.message).large {
    height: 32px;
    width: 32px
}

.hz_client .ui.icon:not(.message).green svg, .hz_client .ui.icon:not(.message).success svg, .hz_home .ui.icon:not(.message).green svg, .hz_home .ui.icon:not(.message).success svg {
    fill: #4db739
}

.hz_client .ui.icon:not(.message).error svg, .hz_client .ui.icon:not(.message).red svg, .hz_home .ui.icon:not(.message).error svg, .hz_home .ui.icon:not(.message).red svg {
    fill: #d93a15
}

.hz_client .ui.icon:not(.message).grey svg, .hz_home .ui.icon:not(.message).grey svg {
    fill: #999
}

.hz_client .ui.icon:not(.message).disabled svg, .hz_home .ui.icon:not(.message).disabled svg {
    fill: #595959
}

.hz_client .ui.icon:not(.message).white svg, .hz_home .ui.icon:not(.message).white svg {
    fill: #fff
}

.hz_client .ui.icon:not(.message).black svg, .hz_home .ui.icon:not(.message).black svg {
    fill: #000
}

.hz_client .ui.icon:not(.message).blue svg, .hz_home .ui.icon:not(.message).blue svg {
    fill: #0892d9
}

.hz_client .button.white:active .ui.icon.blue svg, .hz_client .button.white:focus .ui.icon.blue svg, .hz_client .button.white:hover .ui.icon.blue svg, .hz_home .button.white:active .ui.icon.blue svg, .hz_home .button.white:focus .ui.icon.blue svg, .hz_home .button.white:hover .ui.icon.blue svg {
    fill: #fff
}

.ui.button:not(.basic) > i[class=icon] {
    position: absolute;
    left: 5%;
    top: 25%
}

.ui.button:not(.basic) > i[class=icon] svg {
    vertical-align: middle
}

.ui.button:not(.basic) > i[class=icon] svg:nth-child(2) {
    position: absolute;
    width: 70%;
    right: -20%;
    top: 70%
}

.ui.button:not(.basic).blue > i[class=icon] svg, .ui.button:not(.basic).green > i[class=icon] svg, .ui.button:not(.basic).red > i[class=icon] svg {
    fill: #fff
}

.ui.button:not(.basic).blue:hover > i[class=icon] svg, .ui.button:not(.basic).green:hover > i[class=icon] svg, .ui.button:not(.basic).grey:hover > i[class=icon] svg, .ui.button:not(.basic).red:hover > i[class=icon] svg {
    fill: #fff
}

.ui.table.no_radius {
    border-radius: 0
}

.ui.table.no_radius tr:first-child > th:first-child, .ui.table.no_radius tr:first-child > th:last-child {
    border-radius: 0
}

.ui.table.black {
    border-top: 1px solid rgba(34, 36, 38, 0.15)
}

.ui.table.black:not(.no_radius) {
    border-radius: 10px;
    overflow: hidden
}

.ui.table.black thead, .ui.table.black thead th {
    color: #fff;
    background-color: #4d4d4d;
    text-transform: uppercase;
    outline: none
}

.ui.table.black thead th:hover {
    color: #fff;
    background-color: #5a5a5a
}

.ui.table.black tr td {
    position: relative;
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.ui.table.black tr td .checkbox {
    vertical-align: middle
}

.ui.table.black tr.no_border td {
    border: 0
}

.ui.table.dashed {
    border-top: none;
    border-left: none;
    border-right: none
}

.ui.table.dashed tr:not(:last-child) td:last-child > span:first-child {
    display: none
}

.ui.table.dashed tr:last-child td:first-child {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ui.table.dashed tr td:last-child {
    border-left: 1px dashed #333
}

.ui.table.very.basic.no_border tr {
    border-bottom: 0
}

.ui.table.very.basic.no_border tr td {
    border-color: transparent
}

@media only screen and (max-width: 767px) {
    .ui.table.very.basic.no_border {
        width: 100%
    }

    .ui.table.very.basic.no_border tr {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .ui.table.very.basic.no_border tr td:first-child {
        font-weight: 400
    }
}

@media screen and (max-width: 768px) {
    .ui.table.dashed {
        border-bottom: none
    }

    .ui.table.dashed thead {
        display: none
    }

    .ui.table.dashed tr:not(:last-child) td {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .ui.table.dashed tr:not(:last-child) td:last-child > span:first-child {
        display: block;
        font-weight: 600
    }

    .ui.table.dashed tr td:first-child {
        font-weight: 400
    }
}

@media screen and (max-width: 767px) {
    .ui.table.basic.padded:not(.dashed) tr {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .ui.table.basic.padded:not(.dashed) tr:last-child {
        border-bottom: 0
    }
}

.ui.segment table.table.no_radius.dataTable {
    width: calc(100% + 4em);
    margin-left: -2em
}

@media screen and (max-width: 568px) {
    .listtable + .ui.stackable.grid.basic.segment .column, .listtable + .ui.stackable.grid.basic.segment .column.right.aligned {
        text-align: center
    }
}

.listtable .ui.black.table td.middle.aligned i.empty.circular.label {
    vertical-align: middle;
    margin-bottom: 3px
}

@media screen and (max-width: 768px) {
    .listtable .ui.black.table td.middle.aligned i.empty.circular.label {
        margin-bottom: 0
    }
}

.ui.table .fieldlabel {
    font-size: 1em;
    font-weight: 700
}

.ordersummary .summaryproduct:nth-child(2) {
    padding: 0 0 1em;
    border-bottom: 1px solid rgba(34, 36, 38, 0.15)
}

.ordersummary .ordersummarytbl {
    width: 100%;
    border-bottom: 1px solid rgba(34, 36, 38, 0.15)
}

.ordersummary .ordersummarytbl tr td:last-child {
    text-align: right;
    color: #0892d9;
    white-space: nowrap
}

.ordersummary table {
    padding: 1em 0
}

.ordersummary table:not(.ordersummarytbl) tr > td:nth-child(2) {
    text-align: right;
    color: #0892d9
}

.ordersummary table:not(.ordersummarytbl) .textright {
    text-align: right
}

.ordersummary table:not(.ordersummarytbl) .textright b {
    color: #0892d9
}

.ordersummary table:not(.ordersummarytbl):last-child {
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    border-bottom: 1px solid rgba(34, 36, 38, 0.15)
}

.ui.table tr.hidden {
    display: none !important
}

.ui.table thead tr th.empty {
    padding: 0 !important
}

#orderfrm .grid .five.wide.column .one.column.grid > .column:last-child {
    padding: .25em 1em 1em
}

#orderfrm .grid .five.wide.column .one.column.grid > .column:not(:last-child) {
    padding: .25em 1em
}

.hz_slider {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    max-width: 800px;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 70px auto 30px;
    height: 60px;
    background-color: #d9d9d9;
    border-radius: 10px
}

.hz_slider .item {
    height: 80px;
    width: 80px;
    position: relative;
    margin-top: -10px;
    border-radius: 10px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.hz_slider .item.active_icon {
    height: 80px;
    width: 80px
}

.hz_slider .item.active_icon .top + div {
    color: #000
}

.hz_slider .item:hover {
    height: 80px;
    width: 80px;
    background-color: #0892d9;
    -webkit-box-shadow: 0 2px 1px 0 #0675ae;
    box-shadow: 0 2px 1px 0 #0675ae
}

.hz_slider .item:hover .top + div {
    color: #000
}

.hz_slider .item:active {
    height: 80px;
    width: 80px;
    background-color: #0892d9;
    -webkit-box-shadow: 0 2px 1px 0 #0675ae;
    box-shadow: 0 2px 1px 0 #0675ae
}

.hz_slider .item.active {
    height: 80px;
    width: 80px;
    background-color: #0892d9;
    -webkit-box-shadow: 0 2px 1px 0 #0675ae;
    box-shadow: 0 2px 1px 0 #0675ae
}

.hz_slider .item.active:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: -30px;
    width: .6666em;
    height: .6666em;
    border-color: rgba(34, 36, 38, 0.15);
    background-color: #fff;
    border-style: solid;
    border-width: 1px 0 0 1px;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.hz_slider .item.active .top + div {
    color: #000
}

.hz_slider .item.cloud {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/static/img/cloud_inactive.png)
}

.hz_slider .item.cloud.active_icon {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/static/img/cloud_active.png)
}

.hz_slider .item.cloud.active {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/static/img/cloud_active.png)
}

.hz_slider .item.cloud:hover {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/static/img/cloud_active.png)
}

.hz_slider .item.cloud:active {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/static/img/cloud_active.png)
}

.hz_slider .item.cloud_price {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/static/img/cloud_price_inactive.png)
}

.hz_slider .item.cloud_price.active_icon {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/static/img/cloud_price_active.png)
}

.hz_slider .item.cloud_price.active {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/static/img/cloud_price_active.png)
}

.hz_slider .item.cloud_price:hover {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/static/img/cloud_price_active.png)
}

.hz_slider .item.cloud_price:active {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/static/img/cloud_price_active.png)
}

.hz_slider .item .top {
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.hz_slider .item .top + div {
    position: relative;
    font-size: .67rem;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 13%
}

.hz_slider .item .top div:first-child {
    position: relative;
    top: 5px
}

.hz_slider .fill {
    background-color: #595959;
    position: absolute;
    height: inherit;
    width: 0;
    border-radius: inherit
}

.hz_slider + .grid .table {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    border: 0
}

.hz_slider + .grid .table tr:not(:last-child) td {
    border: 1px solid rgba(34, 36, 38, 0.15)
}

.hz_slider + .grid .table tr:last-child td {
    padding: 1.563em 0 .5em !important;
    text-align: center
}

.hz_slider + .grid .table td:first-child {
    width: 1px
}

.hz_slider + .grid .table td:first-child .dropdown {
    min-width: 70px;
    border-radius: 10px;
    padding: .5em 1em
}

.hz_slider + .grid .table td div {
    text-transform: uppercase
}

.hz_slider + .grid .table td div:nth-child(2) {
    font-size: 1.5rem;
    line-height: 1.2;
    color: #0892d9;
    padding-top: 10px
}

.hz_slider + .grid .table td:not(:first-child) {
    vertical-align: top;
    text-align: center
}

.hz_slider + .grid .table td:last-child div:nth-child(2) {
    color: #000;
    font-weight: 600
}

.hz_slider + .grid .table td:last-child div + a {
    font-size: .8rem;
    text-transform: capitalize
}

.hz_slider + .grid .table td .select {
    min-width: auto
}

@media screen and (max-width: 1024px) {
    .hz_slider {
        width: 90%
    }
}

@media screen and (max-width: 768px) {
    .hz_slider + .grid .table {
        border-top: 1px solid rgba(34, 36, 38, 0.15)
    }

    .hz_slider + .grid .table tr {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .hz_slider + .grid .table tr:last-child {
        border-top: 1px solid rgba(34, 36, 38, 0.15)
    }

    .hz_slider + .grid .table tr:not(:last-child) {
        border-left: 1px solid rgba(34, 36, 38, 0.15);
        border-right: 1px solid rgba(34, 36, 38, 0.15)
    }

    .hz_slider + .grid .table td:first-child {
        text-align: center
    }
}

@media screen and (max-width: 568px) {
    .hz_slider {
        width: 100%;
        display: block;
        background-color: transparent;
        height: auto
    }

    .hz_slider .fill {
        display: none
    }

    .hz_slider .item {
        margin: 0 1.5% 40px;
        float: left;
        background-color: #d9d9d9
    }

    .hz_slider .item.active_icon {
        background-color: #595959
    }

    .hz_slider .item.active:after {
        display: none
    }

    .hz_slider + .grid {
        clear: both
    }
}

.button.white + .grid.container .button.blue {
    margin-bottom: 15px
}

.button.white + .grid.container .grid .row {
    padding-bottom: 0
}

.button.white + .grid.container .ten.wide.column .button.white {
    margin-right: 5px;
    margin-bottom: 10px
}

.button.white + .grid.container input[type=checkbox] + div {
    margin: -1rem;
    height: auto;
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}

.button.white + .grid.container input[type=checkbox] + div > .row {
    display: block
}

.button.white + .grid.container input[type=checkbox]:checked + div {
    margin: 0;
    height: 0;
    opacity: 0
}

.button.white + .grid.container input[type=checkbox]:checked + div > .row {
    display: none
}

@media screen and (max-width: 568px) {
    .button.white + .grid.container {
        margin-top: 15px;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .button.white + .grid.container .sixteen.wide.center.column .button.blue {
        width: 100%
    }
}

.segment > .grid > .column:first-child.blue, .segment > .grid > .column:first-child.red, .segment > .grid > .column:first-child.yellow {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px
}

@media only screen and (max-width: 568px) {
    .mobile.column .button {
        width: 100%
    }

    .mobile.divided.relaxed.horizontal.list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .mobile.divided.relaxed.horizontal.list .item {
        border-left: none;
        padding: 0;
        margin: 10px 0
    }

    .mobile.divided.relaxed.horizontal.list .item .content a {
        width: 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .mobile.button {
        width: 100%
    }

    .mobile.stackable.grid > .row > .wide.column {
        padding: 1em 0px !important
    }
}

.client-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden
}

.client-search.is_data {
    overflow: inherit
}

.client-search .client-search-block {
    display: none;
    position: relative
}

.client-search .client-search-block.__open {
    -webkit-animation-name: in_right;
    animation-name: in_right;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.client-search .client-search-block.__open .ui.selection.dropdown {
    margin-top: 0;
    text-transform: none;
    border: 0;
    border-left: 1px solid rgba(34, 36, 38, 0.15)
}

.client-search .client-search-block.__open .ui.selection.dropdown:focus {
    outline: none
}

.client-search .client-search-block.__open .ui.selection.dropdown:disabled {
    opacity: .45 !important;
    cursor: not-allowed
}

.client-search .client-search-block .ui.action .input input {
    border-radius: 5px 0 0 5px;
    outline: none;
    border: none
}

.client-search #client-search-output {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 50vh;
    overflow-x: hidden;
    overflow-y: scroll
}

.client-search #client-search-output.__open {
    display: block;
    background-color: #4d4d4d;
    border-radius: 0 0 7px 7px;
    width: 100%
}

.client-search #client-search-output ul {
    margin: 0
}

.client-search #client-search-output ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.client-search #client-search-output ul li:hover:not(.header) {
    background-color: #e5e5e5
}

.client-search #client-search-output ul li:hover:not(.header) .content, .client-search #client-search-output ul li:hover:not(.header) .content .description, .client-search #client-search-output ul li:hover:not(.header) .content .header {
    color: #000
}

.client-search #client-search-output ul li .description, .client-search #client-search-output ul li .label {
    font-weight: 300
}

.client-search #client-search-output ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #e5e5e5
}

.client-search #client-search-output ul li > .label + .content, .client-search #client-search-output ul li > .label + a .content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: .3em .5em
}

.client-search #client-search-output ul li .content:not(.right) {
    padding: .3em .7em .3em 2em
}

.client-search #client-search-output ul li .content.right {
    padding: .3em .5em
}

.client-search #client-search-output ul li .content .description, .client-search #client-search-output ul li .content .header {
    color: #fff
}

.client-search #client-search-output ul li .content .header {
    font-weight: 400
}

.client-search #client-search-output ul li .circular.label {
    margin: .6em 0 0 .6em
}

.client-search #client-search-output ul li > .label:not(.circular) {
    position: absolute;
    height: calc(100% - 5px);
    width: 5px;
    padding: 0;
    left: 10px;
    top: 3px;
    border: none;
    border-radius: 0
}

.client-search #client-search-output ul li > .label:not(.circular) + a .content {
    padding-left: 2em
}

.client-search #client-search-output ul li .label + .content {
    width: 100%
}

.client-search #client-search-output ul li.header {
    padding: .5em 1.5em;
    font-weight: 400
}

.client-search #client-search-output ul li .right.floated.content {
    white-space: nowrap;
    text-align: right
}

.client-search #client-search-output ul li .right.floated.content .label {
    margin-right: 0;
    font-weight: 400
}

.client-search #client-search-output ul li.header {
    border-bottom: 1px solid #e5e5e5
}

.client-search #client-search-output ul li:not(.header):not(:last-child) {
    border-bottom: 1px dotted
}

.client-search #client-search-output ul li:not(.header):hover {
    color: #595959;
    background-color: #e5e5e5
}

.client-search #client-search-output ul li > div:not(.content) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.client-search #client-search-output ul li > div:not(.content) > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.client-search #client-search-output ul li > div:not(.content) > div .content:not(.right) {
    padding: .3em .5em
}

.client-search #client-search-output ul li > div:not(.content) > .description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .3em .5em .3em 2em
}

.client-search #client-search-output ul li > div:not(.content) > .description > label .label {
    cursor: pointer
}

.client-search #client-search-output ul li > div:not(.content) > .description > label input[type=checkbox] {
    display: none
}

.client-search #client-search-output ul li > div:not(.content) > .description > label input[type=checkbox] + div {
    opacity: 0;
    max-height: 0;
    -webkit-transition: max-height .3s ease-out, opacity .5s, visibility .5s;
    -o-transition: max-height .3s ease-out, opacity .5s, visibility .5s;
    transition: max-height .3s ease-out, opacity .5s, visibility .5s
}

.client-search #client-search-output ul li > div:not(.content) > .description > label input[type=checkbox]:checked + div {
    opacity: 1;
    max-height: 100%;
    -webkit-transition: max-height .3s ease-in, opacity .5s, visibility .5s;
    -o-transition: max-height .3s ease-in, opacity .5s, visibility .5s;
    transition: max-height .3s ease-in, opacity .5s, visibility .5s
}

.client-search #client-search-output ul:not(:first-child) {
    border-top: 1px solid #e5e5e5
}

.client-search #client-search-output ul:not(:first-child) li.header {
    padding-top: 10px;
    padding-bottom: 10px
}

.client-search #client-search-output ul:last-child li:last-child {
    border-radius: 0 0 7px 7px
}

.client-search #client-search-output ul.__tickets li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.client-search #client-search-output ul.__tickets li > .label {
    top: 0;
    left: 0;
    position: absolute
}

.client-search #client-search-output ul.__tickets li .content:not(.right) {
    padding-left: 2em
}

.client-search #client-search-output ul.__tickets li a {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.client-search #client-search-output ul.__tickets li a + .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.client-search #client-search-output::-webkit-scrollbar {
    width: 0
}

.client-search #client-search-output::-webkit-scrollbar-thumb {
    background-color: transparent;
    outline: none
}

@-webkit-keyframes in_right {
    0% {
        -webkit-transform: translate3d(400px, 0, 0);
        transform: translate3d(400px, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes in_right {
    0% {
        -webkit-transform: translate3d(400px, 0, 0);
        transform: translate3d(400px, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@media screen and (max-width: 980px) {
    .client-search.__open, .client-search .client-search-block.__open, .client-search .ui.action.input, .client-search .ui.action.input > .ui.input {
        width: 100%
    }

    .client-search.__open {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
        padding: 1.5em .9em;
        background-color: #4d4d4d
    }

    .client-search .client-search-block.__open #client-search-output.__open {
        width: calc(100% + 2em);
        padding: .25em 1em;
        margin-left: -1em
    }

    .client-search .client-search-block.__open + .js__toggle_search {
        display: none
    }
}

.client-search .ui.action.input input {
    padding-right: .5em;
    padding-left: .5em
}

@media screen and (min-width: 980px) {
    .client-search .ui.action.input input {
        min-width: 320px
    }
}

.ui.grid.payment {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.ui.grid.payment .column {
    padding: 1rem 0
}

.ui.grid.payment .column .button {
    min-height: 60px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.ui.grid.payment .column .button img {
    vertical-align: middle
}

@media only screen and (max-width: 568px) {
    .ui.grid.payment .column .button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin: 10px 0
    }

    .ui.grid.payment .column .button img {
        float: left;
        margin-right: 5px
    }

    .ui.grid.payment .column .button span {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.ui.grid > .center.aligned.three.column.row .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dataTables_wrapper {
    padding-bottom: 3rem
}

@media screen and (max-width: 568px) {
    .dataTables_wrapper {
        padding-bottom: 7rem
    }
}

.dataTables_length, .dataTables_paginate {
    display: inline-block
}

.dataTables_information, .dataTables_paginate {
    margin-left: 1rem
}

.dataTables_information {
    padding-bottom: 5px
}

@media screen and (max-width: 568px) {
    .dataTables_information {
        text-align: center;
        margin-left: 0
    }
}

.dataTables_paginate {
    float: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    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: .28571429rem;
    min-height: 2.85714286em
}

.dataTables_paginate > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.dataTables_paginate > span span {
    color: #d9d9d9;
    cursor: default
}

.dataTables_paginate .paginate_button, .dataTables_paginate > span span {
    min-width: 3em;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    vertical-align: middle;
    line-height: 1;
    text-decoration: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: .92857143em 1.14285714em;
    background: #fff 0 0;
    outline: none
}

.dataTables_paginate .paginate_button:before, .dataTables_paginate > span span:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: rgba(34, 36, 38, 0.15)
}

.dataTables_paginate > span + .paginate_button:last-child:before {
    background-color: transparent
}

.dataTables_paginate .paginate_button {
    color: #000;
    cursor: pointer
}

.dataTables_paginate .paginate_button:not(.disabled):hover {
    background-color: #f7f7f7
}

.dataTables_paginate .paginate_button:first-child {
    border-radius: .28571429rem 0 0 .28571429rem
}

.dataTables_paginate .paginate_button:last-child {
    border-radius: 0 .28571429rem .28571429rem 0
}

.dataTables_paginate .paginate_button.current {
    border-top: none;
    padding-top: .92857143em;
    background-color: #f2f2f2;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dataTables_paginate .paginate_button.disabled {
    cursor: not-allowed;
    opacity: .6
}

@media screen and (max-width: 568px) {
    .dataTables_paginate {
        width: 100%;
        margin-left: 0
    }

    .dataTables_paginate > .paginate_button {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        display: block
    }

    .dataTables_paginate > span {
        display: none
    }
}

.dataTables_length {
    float: right;
    padding-right: 1rem;
    margin-bottom: 20px
}

.dataTables_length > label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dataTables_length > label:after {
    content: '\25bc';
    font-size: 10px;
    position: absolute;
    top: 24%;
    right: 33%
}

.dataTables_length > label select {
    background-color: #fff;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .5em 2em;
    margin: 0 .5em;
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 5px
}

.dataTables_length > label select::-ms-expand {
    display: none
}

@media screen and (max-width: 568px) {
    .dataTables_length {
        margin: 1em auto;
        width: 100%;
        padding-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.range span {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 1em;
    font-weight: 700
}

.range input[type=range] {
    width: 100%;
    margin: 1em auto 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.range input[type=range]:focus {
    outline: none
}

.range input[type=range]::-webkit-slider-runnable-track {
    height: 1em;
    border-radius: 5px;
    cursor: pointer;
    background-color: #595959;
    border: none
}

.range input[type=range]::-webkit-slider-thumb {
    width: 1.8rem;
    height: 1.8rem;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    background-color: #0892d9;
    border-radius: 50%;
    -webkit-appearance: none;
    appearance: none
}

.range input[type=range]::-moz-range-track {
    height: 3px;
    cursor: pointer;
    background-color: #595959;
    border: none
}

.range input[type=range]::-moz-range-thumb {
    width: 2rem;
    height: 2rem;
    transform: translateY(-5%);
    background-color: #0892d9;
    border-radius: 50%;
    -moz-appearance: none;
    appearance: none;
    border: none
}

@media screen and (max-width: 768px) {
    .range input[type=range] {
        margin-top: 2em
    }
}

.ui.steps:not(.unstackable) .step.active, .ui.steps:not(.unstackable) .step.active:after {
    background-color: #e5e5e5
}

.ui.steps:not(.unstackable) .step .content .title {
    color: #000
}

@media screen and (max-width: 767px) {
    .ui.steps:not(.unstackable) .step:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid rgba(34, 36, 38, 0.15)
    }

    .ui.steps:not(.unstackable) .step:not(:last-child):after {
        display: block !important;
        position: absolute;
        z-index: 2;
        content: '';
        top: 100%;
        left: calc(50% - 1em);
        width: 1.14285714em;
        height: 1.14285714em;
        background-color: #fff;
        border: 0 solid rgba(34, 36, 38, 0.15);
        border-right-width: 1px;
        border-bottom-width: 1px;
        -webkit-transform: translateY(-50%) translateX(50%) rotate(45deg);
        -ms-transform: translateY(-50%) translateX(50%) rotate(45deg);
        transform: translateY(-50%) translateX(50%) rotate(45deg)
    }

    .ui.steps:not(.unstackable) .step:not(:last-child).active:after {
        background-color: #e5e5e5
    }
}

.ui.rating {
    font-size: 1.5em;
    vertical-align: bottom
}

.ui.rating > span {
    color: #f2bb00
}

.ui.rating:not(.no_hover):hover > span:before {
    content: "\2605";
    position: absolute
}

.ui.rating > span:not(.no_hover):hover ~ span:before {
    content: ""
}

.ui.label.blue {
    background: #5391d6 !important
}

.ui.label.red {
    background-color: #d93a15 !important
}

.ui.label.green {
    background-color: #4db739 !important
}

.spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .5em 0
}

.spec > div, .spec > div .icon_cpu {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.spec > div .icon_cpu svg, .spec > div svg {
    width: 48px;
    height: 48px;
    fill: rgba(51, 51, 51, 0.2);
    padding-right: .5em
}

.spec .icon_cpu div {
    position: absolute;
    left: 42%;
    top: 50%;
    -webkit-transform: translate(-42%, -50%);
    -ms-transform: translate(-42%, -50%);
    transform: translate(-42%, -50%)
}

.spec > div:first-child > .floating.label {
    top: -.5em;
    left: calc(100% - .5em);
    background-color: rgba(77, 183, 57, 0.8);
    color: #fff
}

.spec > div:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: .8em;
    line-height: inherit;
    font-weight: 700
}

.padding {
    padding: 1em
}

.hz_login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hz_login .middle.aligned.grid.container {
    padding: 12rem 0;
    max-width: 700px !important
}

.hz_login .middle.aligned.grid.container .panel-flip {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.hz_login .middle.aligned.grid.container .panel-flip .flip-back, .hz_login .middle.aligned.grid.container .panel-flip.flipped {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.hz_login .middle.aligned.grid.container .panel-flip .flip-back, .hz_login .middle.aligned.grid.container .panel-flip .flip-front {
    display: block
}

.hz_login .middle.aligned.grid.container .panel-flip .flip-back.hide, .hz_login .middle.aligned.grid.container .panel-flip .flip-front.hide {
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
    display: none
}

.hz_login .middle.aligned.grid.container .panel-flip .flip-front {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 1s, opacity 1s, ease;
    -o-transition: visibility 1s, opacity 1s, ease;
    transition: visibility 1s, opacity 1s, ease
}

@media screen and (max-width: 768px) {
    .hz_login .middle.aligned.grid.container {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0
    }
}

.hz_kb > .segment {
    padding: 20px
}

.hz_kb > .segment .list {
    padding: 0 20px
}

.hz_kb > .segment .list .content {
    line-height: 1.5em
}

.hz_kb > .segment .list .item {
    margin-bottom: 10px
}

.hz_kb > .segment .list .item .content {
    padding-left: 15px
}

.hz_kb > .segment .list .header {
    font-weight: 400
}

.hz_kb > .segment .ui.header {
    font-weight: 200 !important
}

.hz_kb > .segment h3.ui.header {
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600 !important
}

.hz_kb > .segment h3.header:not(:first-child) {
    font-size: 14px;
    font-weight: 400;
    padding: 40px 0 10px;
    font-weight: 600
}

.hz_kb > .segment .input {
    padding: 0 15px
}

.hz_kb > .segment .input input {
    font-size: 16px
}

.hz_kb > .segment .input .button {
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 300
}

.hz_kb > .segment .icon.hz_star_ico {
    font-size: 16.5px;
    margin-bottom: -3px
}

.hz_kb > .segment .icon.hz_print_ico {
    font-size: 16.5px;
    margin-bottom: -3px
}

.hz_kb > .segment .content .header {
    line-height: 1.3em
}

.hz_kb > .segment .grid .header {
    font-size: 14px;
    font-weight: 400
}

.hz_kb > .segment .grid .header .circular.label {
    font-size: 14px;
    font-weight: 400
}

.hz_kb > .segment .circular.label {
    background-color: #5391d6;
    color: #fff
}

.hz_kb > .segment .ui.large.header + blockquote {
    max-height: calc(14px * 8);
    overflow-y: hidden
}

.hz_kb > .segment .left.aligned.column .huge {
    color: #999
}

.hz_kb > .segment > .divider + .two.grid > .column .inline.fields {
    margin-bottom: 0
}

.hz_kb > .segment > .divider + .two.grid > .column.right span {
    display: inline-block
}

.hz_kb .center_container {
    text-align: center;
    margin: 40px auto
}

.hz_kb.ui.segment {
    margin-bottom: 0;
    background-color: #f2f2f2;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.hz_kb h2.ui.header {
    padding: 0 0 20px
}

.hz_kb .grey.segment {
    background-color: #f2f2f2;
    border: none;
    border-radius: 10px;
    padding: 15px 5px
}

.hz_kb .hz-blockquote ~ .ui.divider {
    margin-left: 30px;
    margin-right: 30px
}

.category {
    background-size: contain;
    width: 25px !important;
    background: url(/static/img/category.png) no-repeat 100% 0
}

.popular {
    background-size: contain;
    width: 25px !important;
    background: url(/static/img/popular.png) no-repeat 100% 0
}

.hz_star_ico {
    background: url(/static/img/star.png) no-repeat 100% 0
}

.hz_print_ico {
    background: url(/static/img/print.png) no-repeat 100% 0
}

.hz_question_ico {
    background: url(/static/img/question.png) no-repeat 100% 0;
    width: 24px !important;
    height: 24px !important;
    background-size: 24px !important
}

@media screen and (max-width: 768px) {
    .hz_kb .segment .two.grid .button {
        width: 100%;
        text-align: center
    }

    .hz_kb .segment + .middle.grid .column, .hz_kb .segment + .middle.grid .column .button {
        width: 100%;
        text-align: center
    }
}

@media screen and (max-width: 568px) {
    .hz_kb > .segment > .divider + .two.grid > .column {
        width: 100%;
        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-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .hz_kb > .segment > .divider + .two.grid > .column:not(.right) {
        padding-bottom: 0 !important
    }

    .hz_kb > .segment > .divider + .two.grid > .column.right {
        padding-top: 0 !important
    }

    .hz_kb > .segment > .divider + .two.grid > .column.right span:first-child {
        margin-bottom: 15px
    }

    .hz_kb > .segment > .divider + .two.grid > .column > .form > .inline.fields {
        text-align: center
    }

    .hz_kb > .segment > .divider + .two.grid > .column > .form > .inline.fields > .field {
        width: 100%;
        text-align: center;
        margin: 0 auto 15px;
        padding: 0
    }
}

@media (max-width: 500px) {
    .hz_kb .ui.segment {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .hz_kb .ui.message .hz_msg_right {
        display: block
    }

    .hz_kb .ui.stackable.grid > .column:not(.row) {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .hz_kb .segment .input {
        padding-left: 5px;
        padding-right: 5px
    }

    .hz_kb .segment .list {
        padding: 0 10px
    }

    .hz_kb .segment .ui.grid {
        margin-left: -5px;
        margin-right: -5px
    }

    .hz_kb .segment .ui.grid .eight.column {
        padding-left: 10px;
        padding-right: 5px
    }

    .hz_kb .grid .ui.header {
        margin: 30px 0
    }

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

    .hz_kb .fluid.input input {
        width: 100% !important
    }

    .hz_kb .fluid.input .button {
        margin-top: 10px;
        display: block
    }
}

.hz_client .tabular.menu {
    border-color: #0892d9
}

.hz_client .tabular.menu + .segment {
    margin-top: 0;
    padding: 2em;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.hz_client .tabular.menu > .active {
    z-index: 1
}

.hz_client .segment .form .inline.field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1em
}

.hz_client .segment .form .inline.field > label {
    text-align: right;
    min-width: 190px
}

.hz_client .segment .form .inline.field > .progress, .hz_client .segment .form .inline.field > input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.hz_client .segment .form .inline.field > .progress {
    min-width: 200px;
    margin: 0
}

.hz_client .segment .form .inline.field > .progress .label {
    top: 0;
    white-space: nowrap
}

.hz_client .segment .form .inline.field > .select {
    width: 100%
}

.hz_client .segment .form .row:nth-child(2) .column:nth-child(2) .inline.field:first-child, .hz_client .segment .form .row:nth-child(2) .column:nth-child(2) .inline.field:nth-child(2n):not(:nth-child(2)) {
    margin: 0
}

.hz_client .phone_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.hz_client .row {
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s, visibility .3s, height .1s;
    -o-transition: opacity .3s, visibility .3s, height .1s;
    transition: opacity .3s, visibility .3s, height .1s
}

.hz_client .row.hide {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    visibility: hidden
}

@media screen and (max-width: 768px) {
    .hz_client .tabular.menu .active {
        border-bottom: 1px solid
    }

    .hz_client .tabular.menu + .segment {
        padding: 2em 1em
    }

    .hz_client .two.column.stackable.grid .column {
        width: 100%
    }
}

@media screen and (max-width: 568px) {
    .hz_client .two.column.stackable.grid .column {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .hz_client .two.column.stackable.grid .column .inline.field {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .hz_client .two.column.stackable.grid .column .inline.field input, .hz_client .two.column.stackable.grid .column .inline.field label {
        width: 100%
    }

    .hz_client .two.column.stackable.grid .column .inline.field label {
        text-align: left;
        margin: 0
    }

    .hz_client .two.column.stackable.grid .centered.row .button {
        width: 100%
    }

    .hz_client .segment .form .inline.field > .progress {
        width: 100%
    }
}

.hz_pool tbody.js_hzpool tr:nth-child(2n) {
    display: none !important
}

.hz_pool tbody.js_hzpool tr:nth-child(2n).open {
    display: table-row !important
}

.hz_pool tbody.js_hzpool tr:nth-child(2n) td {
    padding: .5rem 0 1rem
}

.hz_pool tbody.js_hzpool tr:nth-child(2n) td .grid .row:nth-child(2) {
    padding-top: 0
}

.hz_pool tbody.js_hzpool tr:nth-child(2n) td .grid .row .compact.table td:first-child {
    padding-left: 3em
}

.hz_pool tbody.js_hzpool tr:nth-child(2n) td .grid .row .compact.table td:last-child {
    padding-right: 3em
}

@media screen and (max-width: 992px) {
    .hz_pool tbody.js_hzpool tr:nth-child(2n) td .grid .row .compact.table td:last-child {
        padding-right: 1em
    }
}

@media screen and (max-width: 768px) {
    .hz_pool tbody.js_hzpool tr:nth-child(2n).open {
        display: block !important
    }

    .hz_pool tbody.js_hzpool tr:nth-child(2n) > td {
        padding: .25em 0 !important
    }

    .hz_pool tbody.js_hzpool tr:nth-child(2n) > td .grid .row .column {
        padding: 1rem 0rem !important
    }

    .hz_pool tbody.js_hzpool tr:nth-child(2n) > td .grid .row .column .compact.table td {
        padding-left: 1.5em !important
    }
}

.table.cart {
    background-color: transparent;
    border: 0;
    border-radius: 10px;
    overflow: hidden
}

.table.cart tbody {
    background-color: #fff
}

.table.cart thead, .table.cart thead th {
    color: #fff;
    background-color: #4d4d4d;
    text-transform: uppercase
}

.table.cart tr .checkbox {
    vertical-align: middle
}

.table.cart tr td {
    position: relative
}

.table.cart tr td:last-child {
    white-space: nowrap;
    padding: .7em 3em .7em 1em
}

.table.cart tr td:last-child .content.normal + .button.white {
    width: 100%
}

.table.cart tr td:first-child {
    padding: .7em 1em .7em 3em
}

.table.cart tr td.table_btn {
    padding-top: 1.5em;
    padding-bottom: 1.5em
}

.table.cart tr th:first-child {
    padding: .7em 1em .7em 3em
}

.table.cart tr th:last-child {
    padding: .7em 3em .7em 1em
}

.table.cart tr .price {
    color: #0892d9;
    font-size: 16px
}

.table.cart tr.no_border td {
    border: 0
}

.table.cart tr.no_border td:not(.table_btn) {
    padding-bottom: 0
}

.table.cart tr.no_left_border td {
    padding-bottom: 0;
    border-left: 0
}

.table.cart .config_option {
    color: #6ec260
}

.table.cart .content {
    line-height: 1.5rem
}

.table.cart .table_edit_btn {
    padding-top: 1em;
    padding-bottom: 1em
}

.table.cart .table_edit_btn .item:last-child {
    color: #000
}

.table.cart .table_top {
    text-align: left;
    vertical-align: top
}

.table.cart.ui tr th {
    border-left: 0
}

.table.cart.ui tr td {
    border-left: 0
}

.table.cart .select select {
    line-height: 2em;
    padding-top: 0;
    padding-bottom: 0
}

@media screen and (max-width: 992px) {
    .table.cart tr td:last-child, .table.cart tr th:last-child {
        padding-right: 1em;
        padding-left: 3em
    }
}

@media screen and (max-width: 992px) {
    .hz_details .table tr td:nth-child(odd) {
        text-align: left
    }

    .hz_details .two.column.table tr td:nth-child(odd) {
        text-align: left
    }

    .hz_details .two.column.table .input input {
        width: 100%
    }
}

@media screen and (max-width: 991px) {
    .hz_details .ui.table tr {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media screen and (max-width: 767px) {
    .hz_details .table + br + .ui.grid {
        padding-right: .2em;
        padding-left: .2em
    }
}

@media screen and (max-width: 568px) {
    .hz_details .table + br + .grid .center.aligned .button.blue {
        display: block;
        width: 100%
    }

    .hz_details .terms_wrapper .button.blue {
        display: block;
        width: 100%
    }

    .hz_details .two.column.grid .column .input {
        width: 100%
    }

    .hz_details .two.column.grid .column .button {
        width: 100%
    }

    .table.cart tr td.table_btn input {
        display: block;
        width: 100%
    }
}

.hz_details h5 + .select {
    max-width: 300px
}

.hz_details .ui.table, .hz_details .ui.table tr, .hz_details .ui.table tr td {
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.hz_details .ui.table tr td .input, .hz_details .ui.table tr td select {
    width: 100%;
    max-width: 250px
}

.hz_details .ui.table tr td .compact.dropdown, .hz_details .ui.table tr td .compact.input {
    width: auto
}

.hz_details .table tr td:nth-child(odd) {
    width: 1px;
    padding-left: 0;
    white-space: nowrap;
    text-align: right;
    font-weight: 600
}

.hz_details .table tr td:nth-child(2n) {
    width: 55%
}

.hz_details .two.column.grid .column .input {
    margin-bottom: 10px
}

@media screen and (max-width: 992px) {
    .hz_details .details_toggle + hr + .table tr td:nth-child(2n) {
        width: 100%
    }

    .hz_details .ui.table + .two.column.table tr td .dropdown, .hz_details .ui.table + .two.column.table tr td .input {
        display: block
    }

    .hz_details .tablet.stackable.table td {
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-align: left !important
    }

    .hz_details .tablet.stackable.table td .dropdown, .hz_details .tablet.stackable.table td .input {
        max-width: 100%
    }
}

@media screen and (max-width: 567px) {
    .hz_details h5 + .details_toggle {
        font-size: .85rem;
        width: 100%;
        padding: 20px 5px;
        text-align: center
    }
}

.hz_details .two.column.grid .input input[name=promocode] {
    margin-right: 10px
}

@media screen and (max-width: 768px) {
    .hz_details .two.column.grid .input input[name=promocode] {
        margin-right: 0
    }
}

.hz_details .button.grey {
    margin: 0 10px 10px 0
}

.hz_details .two.column.table, .hz_details .two.column.table td {
    border: 0
}

.hz_details .two.column.table tr td:nth-child(odd) {
    width: 1px;
    white-space: nowrap;
    text-align: right;
    font-weight: 600
}

.hz_details .two.column.table tr td:nth-child(2n) {
    width: 100% !important
}

.hz_details .terms_wrapper {
    text-align: center;
    margin-top: 10px
}

.hz_details .terms_wrapper .button.blue {
    display: block;
    margin: 20px auto auto
}

@media screen and (max-width: 767px) {
    .hz_details .two.column.table tr td:nth-child(odd) {
        text-align: left
    }

    .hz_details .two.column.table tr td .input, .hz_details .two.column.table tr td .input .dropdown {
        max-width: 100%
    }
}

.hz_shared > .segment {
    padding-bottom: 2rem
}

.hz_shared .hz_slider + .grid .row {
    padding-top: 0
}

.hz_shared .segment + .grid {
    margin-left: 0 !important;
    padding: 1rem 1rem 1rem 0
}

.hz_shared .segment + .grid p:first-child {
    font-weight: 600
}

.hz_shared .segment + .grid .list .item .checkmark {
    color: #0892d9
}

@media screen and (max-width: 568px) {
    .hz_shared .segment form .table .button.blue {
        width: 100%
    }

    .hz_shared .segment .center.aligned.grid .button.blue {
        text-align: center
    }
}

.hz_shared .segment > .btns > .button.grey {
    margin-right: 15px
}

.hz_shared .segment > .btns > .button.grey .icon {
    font-size: 1.6em;
    vertical-align: middle
}

@media screen and (max-width: 568px) {
    .hz_shared .segment > .btns > .button.grey {
        width: 100%;
        margin: 5px 0
    }
}

.ui.table td.fluid {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.ui.column.grid .column .segment .very.basic.table:not(.fluid) tr {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.ui.column.grid .column .segment .very.basic.table:not(.fluid) tr:last-child {
    border-bottom: 0
}

.ui.column.grid .column .segment .very.basic.table:not(.fluid) tr th {
    width: 100%;
    font-size: 1.3em;
    text-align: center
}

.ui.column.grid .column .segment .very.basic.table:not(.fluid) tr td {
    border-top: 0
}

.ui.column.grid .column .segment .very.basic.table:not(.fluid) tr td:last-child {
    color: #0892d9
}

@media screen and (max-width: 568px) {
    .button.white + .grid.container + .column.grid .column, .grid.container + .horizontal.list + .column.grid .column {
        padding: 1rem 0 !important
    }
}

.container.no_sides {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.hz_adddomain form .segment .txt.success {
    margin-bottom: 1.5em
}

.hz_adddomain .grid.register_domain {
    margin: auto auto 20px;
    color: #fff;
    background-color: #0892d9;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    position: relative
}

.hz_adddomain .grid.register_domain form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hz_adddomain .grid.register_domain form, .hz_adddomain .grid.register_domain form .input {
    width: 100%
}

.hz_adddomain .grid.register_domain form .dropdown {
    width: inherit;
    min-width: inherit;
    padding-bottom: 0;
    padding-top: 0;
    line-height: 1.2rem
}

.hz_adddomain .grid.register_domain form .button.blue {
    padding-right: 50px;
    white-space: nowrap
}

.hz_adddomain .grid.register_domain form .button.blue .search {
    position: absolute;
    font-size: 1.5rem;
    right: 0
}

.hz_adddomain .grid.register_domain .column form .input {
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hz_adddomain .grid.register_domain .column form .input input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-top: .68em;
    padding-bottom: .68em
}

.hz_adddomain .grid.register_domain .column form .dropdown {
    border-radius: 0
}

.hz_adddomain .grid.register_domain .column form .button.blue {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: .85em;
    padding-bottom: .85em
}

.hz_adddomain .grid.register_domain .column > .button.blue {
    padding: .5em 1.5em;
    margin-left: 4%
}

.hz_adddomain .grid.register_domain .column > .button.blue:after {
    content: '»';
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 1.5rem;
    margin: -5px -5px 0 5px;
    padding-left: 5px
}

.hz_adddomain .grid.register_domain .row .column {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hz_adddomain .grid.register_domain .row .column > div + a {
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    margin-left: 15px
}

@media screen and (max-width: 767px) {
    .hz_adddomain .grid.register_domain .column:first-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .hz_adddomain .grid.register_domain .column:first-child .toggle.checkbox {
        margin: auto;
        padding-top: 15px
    }

    .hz_adddomain .grid.register_domain .column form .button.blue, .hz_adddomain .grid.register_domain .column form .dropdown, .hz_adddomain .grid.register_domain .column form .input input {
        border-radius: .28571429rem
    }

    .hz_adddomain .grid.register_domain .column > .button.blue {
        margin-left: 2.3em
    }

    .hz_adddomain .grid.register_domain form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .hz_adddomain .grid.register_domain form div {
        margin-bottom: 15px
    }

    .hz_adddomain .grid.register_domain form .select {
        width: 100%
    }

    .hz_adddomain .grid.register_domain form .button.blue {
        width: 100%;
        padding-top: 5px;
        padding-right: 1.5em
    }

    .hz_adddomain .grid.register_domain .row .column > div + a {
        margin: 15px auto 0
    }
}

@media screen and (max-width: 568px) {
    .hz_adddomain .grid.register_domain .column form .input {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .hz_adddomain .container.no_sides .one.column.centered.grid {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .hz_adddomain .container.no_sides .one.column.centered.grid .center.aligned.column {
        padding-left: 0;
        padding-right: 0
    }

    .hz_adddomain .container.no_sides .one.column.centered.grid, .hz_adddomain .container.no_sides .one.column.centered.grid .button.white {
        width: 100%
    }
}

.segment .grid .twelve.wide.column .hz_slider {
    width: 100%;
    margin-top: 40px
}

.segment .grid .twelve.wide.column .hz_slider .item.active:after {
    display: none
}

.segment .grid .twelve.wide.column .hz_slider .item.active .middle {
    color: #fff
}

.segment .grid .twelve.wide.column .hz_slider .item.active .middle div {
    display: block
}

.segment .grid .twelve.wide.column .hz_slider .item .middle {
    color: #595959
}

.segment .grid .twelve.wide.column .hz_slider .item .middle div {
    display: none
}

.segment .grid .twelve.wide.column .hz_slider .item:hover .middle {
    color: #fff
}

.segment .grid .twelve.wide.column .hz_slider .item.active_icon .middle {
    color: #f2f2f2
}

.segment .grid .twelve.wide.column .hz_slider .middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    left: 0
}

.segment .grid .twelve.wide.column .hz_slider .middle span {
    font-size: 3rem
}

.segment .grid .twelve.wide.column .hz_slider .middle div {
    position: absolute;
    bottom: 0;
    font-size: .8rem
}

.segment + h2 + .ui.celled.table thead th:first-child, .segment + h2 + .ui.celled.table thead th:last-child {
    width: 1%
}

.ui.horizontal.segments .fields .field:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (max-width: 768px) {
    .ui.horizontal.segments {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ui.horizontal.segments > .segment .fields {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ui.horizontal.segments > .segment .fields .field {
        padding: 0
    }

    .ui.horizontal.segments input:not([type=text]) {
        width: 100%;
        margin: 1em 0 0
    }
}

.padded.segment > .grid .inline.fields {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#order-modern > .form > .padded.segment > .grid .inline.field:last-child {
    margin: 0 0 1em
}

@media screen and (max-width: 768px) {
    #order-modern > .form > .padded.segment > .grid .inline.field .button {
        margin-top: 1em
    }
}

@media screen and (max-width: 568px) {
    #order-modern > .form > .padded.segment > .grid .inline.field > label {
        display: block
    }

    #order-modern > .form > .padded.segment > .grid .inline.field > input:nth-child(2) {
        width: 100%;
        margin-bottom: 1em
    }

    #order-modern > .form > .padded.segment > .grid .inline.field > input:nth-child(3) {
        width: 95%
    }

    #order-modern > .form > .padded.segment > .grid .inline.field > .select, #order-modern > .form > .padded.segment > .grid .inline.field > .select .dropdown {
        width: 100%
    }

    #order-modern > .form > .padded.segment > .grid .inline.field > .button {
        width: 100%
    }
}

em {
    word-wrap: break-word
}

.ui.top.aligned.two.column.grid > .column > .button.grey:hover > .header img {
    -webkit-filter: brightness(100);
    filter: brightness(100)
}

.ui.top.aligned.two.column.grid > .column > .button.grey > .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.ui.top.aligned.two.column.grid > .column > .button.grey > .header > img {
    min-width: 35px;
    max-height: 35px
}

.email.ui.clearing.basic.segment {
    padding: 0
}

.email.ui.clearing.basic.segment .right.floated.header .mini.compact.button {
    margin-bottom: 1em
}

@media screen and (max-width: 568px) {
    .email.ui.clearing.basic.segment .right.floated {
        text-align: center;
        width: 100%;
        margin: 0
    }
}

#twofaactivation .textleft h2 {
    font-weight: 400;
    text-transform: uppercase;
    color: #999;
    font-size: 1rem;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1em
}

#twofaactivation .row {
    padding: 1em 0
}

#twofaactivation form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#twofaactivation input[type=text] {
    font-size: 1em !important;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    font-size: 1em;
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    margin-right: .5em;
    outline: 0;
    line-height: 1.21428571em;
    padding: .67857143em 1em;
    background: #fff;
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: .28571429rem
}

#twofaactivation input[type=button] {
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    margin: 0 .25em 0 0;
    padding: .78571429em 1.5em .78571429em;
    text-shadow: none;
    line-height: 1em;
    text-align: center;
    position: relative;
    font-weight: 400;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer
}

#twofaactivation input[type=button], #twofaactivation input[type=button].active, #twofaactivation input[type=button]:focus, #twofaactivation input[type=button]:hover {
    color: #fff
}

#twofaactivation input[type=button], #twofaactivation input[type=button]:focus {
    background: #5391d6
}

#twofaactivation input[type=button]:hover {
    background-color: #3e84d1
}

#twofaactivation input[type=button]:active {
    background-color: #2f77c7
}

#twofaactivation .alert-danger {
    display: block;
    width: 100%;
    color: #fff;
    background: #d93a15;
    -webkit-box-shadow: 0 3px 0 #c23413;
    box-shadow: 0 3px 0 #c23413;
    border: 0;
    border-radius: 10px;
    font-weight: 400;
    min-height: 1em;
    margin: 1em 0;
    padding: 1em 1.5em;
    line-height: 1.4285em
}

.ui.react-content {
    padding: 65px 0 0;
    background-color: #f2f2f2 !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

#root sidebar.ui.vertical.menu + main {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    padding-left: 210px;
    padding-right: 0
}

#root .react-content .ui.active.dimmer {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 1025px) {
    #root sidebar.ui.vertical.menu + main {
        padding-left: 0
    }
}

.ui.segment.react-content .label, .ui.segment.react-content h5.ui.header {
    font-weight: 400
}

.ui.segment.react-content h5.ui.header {
    text-transform: uppercase;
    color: #999
}

@media screen and (max-width: 767px) {
    .ui.segment.react-content {
        width: calc(100% + 4em);
        margin-left: -2em
    }
}

.react-content > #react-root > .ui.container.fluid > .ui.active.inverted.dimmer {
    z-index: 100;
    height: 100vh
}

.react-content .ui.table {
    border-radius: 10px
}

.react-content .ui.table thead {
    border-radius: 10px 10px 0 0;
    background-color: #4d4d4d
}

.react-content .ui.table thead th, .react-content .ui.table thead th.sorted {
    color: #fff;
    background-color: #4d4d4d;
    text-transform: uppercase
}

.react-content .ui.table thead th.sorted:hover, .react-content .ui.table thead th:hover {
    color: #fff;
    background-color: #5a5a5a
}

.react-content .ui.table thead tr:first-child > th:first-child {
    border-top-left-radius: 10px
}

.react-content .ui.table thead tr:first-child > th:last-child {
    border-top-right-radius: 10px
}

.react-content .ui.table tfoot tr:first-child > th:only-child {
    border-radius: 0 0 10px 10px
}

.react-content .ui.table tfoot tr:last-child {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.react-content .basic.segment > .table:not(.basic) {
    width: calc(100% + 2em);
    margin-left: -1em
}

.react-content .table td .fluid.icon.input input[type=button] {
    cursor: pointer;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media screen and (min-width: 768px) and (max-width: 1500px) {
    .react-content .table.small.compact, .react-content .table.small.compact .button, .react-content .table.small.compact .ui.selection.dropdown .text, .react-content .table.small.compact td > .label, .react-content .table.small.compact thead {
        font-size: .7em
    }

    .react-content .table.small.compact .ui.selection.dropdown .ui.circular.empty.label {
        font-size: .3em
    }

    .react-content .table.small.compact tbody tr > td, .react-content .table.small.compact thead tr > th {
        padding-left: .5em;
        padding-right: .5em
    }

    .react-content .table.small.compact .fluid.selection.dropdown {
        padding: .4em 2.1em .4em 1em !important;
        min-height: .5em !important
    }

    .react-content .table.small.compact .fluid.selection.dropdown > .menu > .item {
        padding-top: .1em !important;
        padding-bottom: .1em !important
    }

    .react-content .table.small.compact .fluid.selection.dropdown > .menu > .item > .text {
        font-size: .5em
    }

    .react-content .table.small.compact .fluid.selection.dropdown > .icon {
        padding-top: .6em;
        padding-bottom: .6em
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .react-content .table td > i.icon_only {
        margin: auto
    }

    .react-content .table td > i.icon_only + * {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .react-content .table tfoot th .two.column.tablet.stackable.grid .column:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .react-content .table tfoot th .two.column.tablet.stackable.grid .column:first-child .button, .react-content .table tfoot th .two.column.tablet.stackable.grid .column:first-child .input {
        width: 100%
    }

    .react-content .table tfoot th .two.column.tablet.stackable.grid .column:first-child .button {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 1em 0
    }

    .react-content .table tfoot th .two.column.tablet.stackable.grid .column:first-child > .input, .react-content .table tfoot th .two.column.tablet.stackable.grid .column:first-child > span {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .react-content .table tfoot th .two.column.tablet.stackable.grid .column.right {
        text-align: center
    }
}

@media screen and (max-width: 767px) {
    .react-content .very.basic.fluid.table tbody tr {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .react-content .very.basic.fluid.table tbody tr:last-child {
        border-bottom: 0
    }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
    .react-content .table {
        position: relative
    }

    .react-content .table tbody > tr .action.input.fullWidthIn, .react-content .table tbody > tr .action.input.fullWidthOut {
        width: 0;
        position: absolute;
        width: calc(100% - 4em);
        left: .5em;
        margin: -1.35em 0;
        z-index: 1
    }

    .react-content .table tbody > tr .action.input.fullWidthIn {
        -webkit-animation-name: fullWidthIn;
        animation-name: fullWidthIn;
        -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
        animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        width: calc(100% - 1em)
    }

    .react-content .table tbody > tr .action.input.fullWidthOut {
        -webkit-animation-name: fullWidthOut;
        animation-name: fullWidthOut;
        -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
        animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -webkit-animation-duration: .5s;
        animation-duration: .5s
    }

    @-webkit-keyframes fullWidthIn {
        0% {
            width: 0
        }
        to {
            width: calc(100% - 1.5em)
        }
    }@keyframes fullWidthIn {
         0% {
             width: 0
         }
         to {
             width: calc(100% - 1.5em)
         }
     }@-webkit-keyframes fullWidthOut {
          0% {
              width: calc(100% - 1.5em)
          }
          to {
              width: 0
          }
      }@keyframes fullWidthOut {
           0% {
               width: calc(100% - 1.5em)
           }
           to {
               width: 0
           }
       }
}

.react-content .inverted.active.dimmer.table {
    background-color: transparent
}

.react-content .inverted.active.dimmer.table + .table {
    position: relative
}

.react-content .inverted.active.dimmer.table + .table:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 1;
    border-radius: 9px
}

.react-content .hz_messages {
    position: fixed;
    top: 20px;
    right: 15px;
    z-index: 10000
}

.react-content .hz_messages .ui.message.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.react-content .hz_messages .ui.message.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.react-content .hz_messages .ui.message .close.icon {
    top: .1em;
    right: .1em
}

@-webkit-keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(400px, 0, 0);
        transform: translate3d(400px, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(400px, 0, 0);
        transform: translate3d(400px, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(400px, 0, 0);
        transform: translate3d(400px, 0, 0);
        opacity: 0
    }
}

@keyframes fadeOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(400px, 0, 0);
        transform: translate3d(400px, 0, 0);
        opacity: 0
    }
}

.react-content .DateRangePicker .DateInput {
    width: auto;
    font-size: 1em;
    margin: 5px;
    padding: 0;
    line-height: 15px;
    text-align: center
}

.react-content .DateRangePicker .DateInput .DateInput_fang {
    margin-top: -5px;
}

.react-content .DateRangePicker .DateInput .DateInput_fang path:last-child {
    stroke: #eaeaea;
}

.react-content .DateRangePicker .DateRangePickerInput_clearDates.DateRangePickerInput_clearDates__hide {
    display: none
}

@media screen and (max-width: 767px) {
    .react-content .DateRangePicker, .react-content .DateRangePicker .DateRangePickerInput {
        width: 100%
    }

    .react-content .DateRangePicker .DateRangePickerInput {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .react-content .DateRangePicker .DateRangePickerInput .DateInput {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media screen and (max-width: 567px) {
    .react-content .DateRangePicker .DateRangePickerInput {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.react-content .inline.tablet.stackable.fields {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.react-content .inline.tablet.stackable.fields .field {
    margin: .5em 0
}

.react-content .inline.tablet.stackable.fields .field .DateRangePickerInput_clearDates {
    padding: 2px 5px 5px
}

@media screen and (max-width: 767px) {
    .react-content .inline.tablet.stackable.fields .field {
        width: 100%;
        padding: 0
    }

    .react-content .inline.tablet.stackable.fields .field .DateRangePicker, .react-content .inline.tablet.stackable.fields .field .DateRangePicker .DateRangePickerInput {
        width: 100%
    }

    .react-content .inline.tablet.stackable.fields .inline.field .button {
        width: 100%;
        margin: 1em 0 0
    }
}

.react-content .ui.modals {
    overflow-y: auto
}

@media screen and (max-width: 767px) {
    .react-content h1.header + .tablet.stackable.grid .two.column.row .column > .button, .react-content h1.header + .tablet.stackable.grid .two.column.row .column > div > .button {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .react-content .segment:not(.basic) + .two.column.tablet.stackable.grid .column {
        padding: .5em 0 !important
    }

    .react-content .segment:not(.basic) + .two.column.tablet.stackable.grid .column:first-child {
        margin-top: .5em !important
    }

    .react-content .segment:not(.basic) + .two.column.tablet.stackable.grid .very.basic.fluid.table tbody tr {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .react-content .segment:not(.basic) + .two.column.tablet.stackable.grid .very.basic.fluid.table tbody tr td:first-child:nth-last-child(2):last-child, .react-content .segment:not(.basic) + .two.column.tablet.stackable.grid .very.basic.fluid.table tbody tr td:first-child:nth-last-child(2) ~ td:last-child {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.react-content .container.fluid > .basic.segment .button + .tablet.stackable.grid {
    margin-top: 1rem
}

.react-content .basic.segment .ui.two.column.grid.masonry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.react-content .basic.segment .ui.two.column.grid.masonry > .column {
    float: left
}

@media screen and (max-width: 767px) {
    .react-content .basic.segment .ui.two.column.grid.masonry {
        height: auto !important
    }

    .react-content .basic.segment .ui.two.column.grid.masonry > .column:last-child {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-top: .5em !important;
        padding: .5em 0 0 !important
    }
}
.ui.columns.controls {
    justify-content: space-around;
}
.ui.columns.controls .column {
    width: auto !important;
    min-width: 200px;
}
.ui.columns.controls.five .column {
    min-width: 20%;
}
.ui.columns.controls .column .ui.button {
    white-space: nowrap;
}
@media (max-width: 768px) {
    .ui.modal {
        overflow-y: scroll;
        max-height: 99%;
        top: 1px !important;
        width: 100%;
        left: 0;
        transform-origin: 0;
        margin: 0;
    }

    .ui.modal .actions > .button {
        margin-left: 0;
    }
}
.ui.sub.header input[type="button"] {
    font-size: 17px
}
sidebar.ui.inverted.left.fixed.vertical.menu .menu.sub a.item {
    padding-left: 35px !important;
    text-transform: unset;
}