[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

.custom-cloak {
    display: none !important;
}

.ui .form input[type='text'].question,
.ui .form input[type='email'].question,
.ui .form input[type='password'].question {
    border: dotted 1px #ddd;
    background-color: #f4f4f4;
    border-radius: 0.28571429rem;
    /*margin-top: -0.5em;*/
    /*font-size: 140%;*/
}

.socialLogin button.ui.button {
    margin-bottom: 8px;
}

code {
    border-bottom: 1px dashed #ccc;
}
/*
.ui.feed > .event > .label + .content {
    padding: 0.5em 0em 0.35714286em 1.14285714em;
    margin: 0;
}

.ui.feed > .event.active > .label + .content {
    background-color: #F8FCDC;
}
*/
/*
.feed .event {
    opacity: .5;
}

.feed .event.active, .feed .event.question {
    opacity: 1;
}
*/
.ui.feed > .event > .content .extra.text {
    max-width: none;
}

.button.microsoft {
    background-color: #d83b01 !important;
    color: #ffffff !important;
}
.button.microsoft:hover {
    background-color: #d83b01 !important;
    color: #ffffff;
}
.button.salesforce {
    background-color: #189cd7 !important;
    color: white;
}
.button.salesforce:hover {
    color: white;
}
.button.salesforce .icon.cloud {
    color: white !important;
}
.button.google:not(.plus) {
    background-color: #4285f4;
    color: white;
}
/*.ui.button.icon.basic.blue.zoom  {
    background-color: #2185D0 !important;
}*/

.right.float {
    float: right;
}
.left.float {
    float: left;
}
.clear.float {
    clear: both;
}

.margin-top20 {
    margin-top: 20px !important;
}
.margin-bottom20 {
    margin-bottom: 20px !important;
}
.margin-bottom10 {
    margin-bottom: 10px !important;
}

.table .button,
.nowrap {
    white-space: nowrap !important;
}

@media all and (min-width: 990px) {
    .too_big {
        display: block;
    }
}
@media all and (min-width: 640px) and (max-width: 991px) {
    .too_big {
        display: none !important;
    }
    /* .pusher { */
    /* padding: 20px !important; */
    /* margin-right: 50px; */
    /* } */
}

/* desktop */
@media all and (min-width: 801px) {
    /* .pusher { */
    /* padding: 20px; */
    /* margin-right: 150px; */
    /* } */

    .ipad {
        display: none !important;
    }
}

@media all and (max-width: 800px) {
    /* .user.settings.pusher { */
    /* padding-top: 4px !important; */
    /* } */
    /* .org.settings.pusher { */
    /* padding-top: 4px !important; */
    /* } */

    /* .ui.inverted.vertical.menu { */
    /* display: inline-block; */
    /* width: auto; */
    /* } */

    /* .ui.inverted.vertical.menu .item { */
    /* color: #ffffff; */
    /* height: auto; */
    /* text-align: center; */
    /* } */

    /* .ui.inverted.vertical.menu .item > .icon:not(.dropdown) { */
    /* display: block; */
    /* opacity: 1; */
    /* margin: 0em auto; */
    /* float: none; */
    /* width: 1.18em; */
    /* } */

    /* .ui.inverted.vertical.menu .ui.icon.rocket.circular.inverted.blue { */
    /* padding: 0; */
    /* margin: 0; */
    /* } */

    /* .ui.inverted.vertical.menu .ui.header.item { */
    /* padding: 7px; */
    /* } */

    /* #menu { */
    /* width: 50px; */
    /* } */

    .no_ipad {
        display: none !important;
    }
    .ipad {
        display: flex !important;
    }

    /* .view.admin { */
    /* padding-top: 4px; */
    /* } */
}

@media all and (max-width: 800px) {
    /* First, hide the main menu */
    .zoom_menu {
        display: none !important;
    }
    /* then display the mobile menu */
    .m_zoom_menu {
        display: block !important;
    }
    /* .grey.m_zoom_menu { */
    /* margin-top: 40px !important; */
    /* } */
    .menu_label {
        display: none;
    }
    /*.pusher {*/
    /*    padding: 2px;*/
    /*    padding-right: 20px !important;*/
    /*    margin-top: 54px;*/
    /*}*/
    .ui.fixed.inverted.menu:not(.vertical) .item {
        display: inline-block;
    }
    .no_iphone {
        display: none;
    }

    button.no_text_for_iphone {
        width: 38px;
        white-space: nowrap;
        overflow: hidden;
    }

    .chat .field {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0.5em !important;
    }
    .chat .field .button {
        width: 100% !important;
        padding-left: 0 !important;
    }

    /* .ui.visible.thin.left.sidebar ~ .fixed, */
    /* .ui.visible.thin.left.sidebar ~ .pusher { */
    /* -webkit-transform: translate3d(0, 0, 0) !important; */
    /* transform: translate3d(0, 0, 0) !important; */
    /* } */
    .icon.blue.rocket.circular {
        font-size: 0.71428571rem;
    }
    .ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
        font-size: 100%;
    }
    /*
    .ui.top.attached.tabular.menu {
        border: 1px solid #D4D4D5;
        width: 100% !important;
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #FFFFFF;
        box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15) !important;
        margin-left: inherit;
        margin-right: inherit;
        border-radius: inherit;

    }

    .ui.top.attached.tabular.menu .active.item {
        border-radius: 0em;
        background: rgba(0, 0, 0, 0.05);
        box-shadow: none;
        color: inherit;
        border-color: inherit;
        font-weight: inherit;
        margin-bottom: inherit;
    }

    .ui.top.attached.tabular.menu .item {
        display: block;
        background: none;
        border-top: none;
        border-right: none;

        border-bottom: 1px solid rgba(34, 36, 38, 0.15);
        border-left: 1px solid rgba(34, 36, 38, 0.15);

        position: relative;
        vertical-align: middle;
        line-height: 1;
        text-decoration: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        -webkit-user-select: none;
        padding: 0.92857143em 1.14285714em;
        text-transform: none;
        color: rgba(0, 0, 0, 0.87);
        font-weight: normal;
        transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
    }

    .ui.top.attached.tabular.menu > .item:first-child {
        border-radius: 0.28571429rem 0.28571429rem 0px 0px;
    }

    .ui.top.attached.tabular.menu > .active.item:first-child {
        border-radius: 0.28571429rem 0.28571429rem 0em 0em;
    }
    */

    .ui.attached.segment {
        border: none;
    }
}

@media all and (min-width: 801px) {
    /* Hide the mobile menu */
    .m_zoom_menu {
        display: none !important;
    }
    /* Unhide the regular menu */
    .zoom_menu {
        display: block !important;
    }
    /*.view {*/
    /*    padding: 20px;*/
    /*    padding-right: 170px !important;*/
    /*}*/
}

@media all and (max-width: 767px) {
    .table thead {
        display: none !important;
    }

    .ui.list .item .content {
        width: 100%;
    }
    .stackable.wizard {
        padding: 1rem 1rem !important;
    }
}

@media all and (max-width: 414px) {
    .ui.right.labeled.icon.button {
        width: 100%;
        display: block;
        padding-left: 1.5em !important;
        padding-right: 1.5em !important;
        margin-bottom: 10px;
    }
    .view.admin {
        padding-top: 60px;
    }
}

.extra.text.red {
    color: red !important;
}

.icon.msteams {
    background-image: url(/images/msteams.svg);
    background-repeat: no-repeat;
    background-position: 8px 7px;
    background-size: 50%;
}
.icon.inverted.msteams,
i.msteams.icon.inverted.circular.blue {
    background-image: url(/images/msteams-white.svg);
}
.icon.msteams.blue {
    background-image: url(/images/msteams-blue.svg);
}
.button.blue .msteams {
    background-image: url(/images/msteams-white.svg);
}

.icon.kik {
    background-image: url(/images/kik.svg);
    background-repeat: no-repeat;
    background-position: 12px 10px;
    background-size: 37%;
}

.icon.inverted.kik {
    background-image: url(/images/kik-white.svg);
}

.icon.kik.blue {
    background-image: url(/images/kik-blue.svg);
}
.button.blue .kik {
    background-image: url(/images/kik-white.svg);
}

i.kik.icon.inverted.circular.blue {
    background-image: url(/images/kik-white.svg);
}

.icon.ibm {
    background-image: url(/images/ibm.svg);
    background-repeat: no-repeat;
    background-position: 12px 10px;
    background-size: 37%;
}

.icon.inverted.ibm {
    background-image: url(/images/ibm-white.svg);
}

.icon.ibm.blue {
    background-image: url(/images/ibm-blue.svg);
}
.button.blue .ibm {
    background-image: url(/images/ibm-white.svg);
}

i.ibm.icon.inverted.circular.blue {
    background-image: url(/images/kik-white.svg);
}

.icon.inverted.kik:before,
.icon.inverted.msteams:before,
.icon.inverted.ibm:before {
    content: '⁃';
}

.ui.image.nothing-here-yet {
    width: 250px;
    height: auto;
}
/*
    bug in current version of semantic-css
*/
.ui.form .fields {
    margin: 0 0 1em !important;
}

.button.reddit,
.button.reddit:hover,
.button.reddit:active,
.button.reddit:visited {
    background-color: #fc471e;
    color: white;
}

.content a.ui.button.labeled.icon.mini {
    margin-bottom: 8px;
}

.ui.labeled.icon.button,
.ui.labeled.icon.buttons .button {
    margin-bottom: 1em !important;
}

#ass_images img {
    height: 48px;
    width: 48px;
}

.label-pill-margin {
    margin-bottom: 5px !important;
}
.button.blue {
    background-color: #1e7db4 !important;
    color: #ffffff !important;
}
.button.blue a {
    color: #ffffff !important;
}
.hack_button label {
    color: #ffffff !important;
}

.ui.form .field {
    margin-bottom: 2em;
}

.marginleft30 {
    margin-left: 30px !important;
}

.ui.sub.header {
    font-size: 110%;
    margin-top: 20px;
    border-bottom: 1px solid #444 !important;
}

.statistic .label small {
    display: block;
    text-align: left;
    color: #666;
}

.max_length_nav {
    display: block;
    width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* #invoice-box{
    max-width:800px;
    margin:auto;
    padding:30px;
    border:1px solid #888888;
    font-size:16px;
    line-height:24px;
    font-family:'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    color:#555;
} */

#invoice-box table {
    width: 100%;
    line-height: inherit;
    text-align: left;
}

#invoice-box table td {
    padding: 5px;
    vertical-align: top;
}

#invoice-box table tr td:nth-child(2) {
    text-align: right;
}

#invoice-box table tr.top table td {
    padding-bottom: 20px;
}

#invoice-box table tr.top table td.title {
    font-size: 45px;
    line-height: 45px;
    color: #333;
}

#invoice-box table tr.information table td {
    padding-bottom: 40px;
}

#invoice-box table tr.heading td {
    background: #eee;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

#invoice-box table tr.details td {
    padding-bottom: 20px;
}

#invoice-box table tr.item td {
    border-bottom: 1px solid #eee;
}

#invoice-box table tr.item.last td {
    border-bottom: none;
}

#invoice-box table tr.total td:nth-child(2) {
    border-top: 2px solid #eee;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    #invoice-box table tr.top table td {
        width: 100%;
        display: block;
        text-align: center;
    }

    #invoice-box table tr.information table td {
        width: 100%;
        display: block;
        text-align: center;
    }
}

.ui.secondary.pointing.menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.ui.secondary.pointing.menu .active.item {
    background-color: #eee;
}

.ui.secondary.pointing.menu .item:hover {
    background-color: #ddd !important;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

.msTeamsHeader {
    margin-bottom: 30px;
}

/* ===== NLP TRAINING UI ===== */

.training_container {
    border: 1px solid rgba(34, 36, 38, 0.15);
    border-radius: 4px;
    margin: 10px;
    padding: 20px;
}
.training_container .heading {
    color: #3577bc;
    font-weight: bold;
    margin-right: 7px;
}
.training_phrase_container {
    padding: 10px;
    margin: 0 auto;
}
.training_intent_container {
    width: 350px;
    padding: 10px;
}
.filter_container {
    width: 350px;
    margin-bottom: 20px;
}
input[readonly] {
    cursor: default;
}
input[readonly]:focus {
    border-color: rgba(34, 36, 38, 0.15) !important;
}
@media (max-width: 900px) {
    .training_container {
        flex-direction: column;
    }
    .training_button_container,
    .training_intent_container,
    .training_phrase_container {
        width: 400px;
        max-width: 400px;
    }
}

/* consent */
.cc-window {
    opacity: 1;
    transition: opacity 1s ease;
}
.cc-window.cc-invisible {
    opacity: 0;
}
.cc-animate.cc-revoke {
    transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0);
}
.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
    text-decoration: underline;
}
.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}
.cc-window.cc-static {
    position: static;
}
.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
}
.cc-revoke {
    padding: 0.5em;
}
.cc-header {
    font-size: 14px;
    font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer;
}
.cc-link {
    opacity: 0.8;
    display: inline-block;
    padding: 0.2em;
}
.cc-link:hover {
    opacity: 1;
}
.cc-link:active,
.cc-link:visited {
    color: initial;
}
.cc-btn {
    display: block;
    padding: 0.4em 0.8em;
    font-size: 10px;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}
.cc-banner .cc-btn:last-child {
    min-width: 140px;
}
.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline;
}
.cc-close {
    display: block;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 1.6em;
    opacity: 0.9;
    line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
    opacity: 1;
}
.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
    left: 3em;
    right: unset;
}
.cc-revoke.cc-right {
    right: 3em;
    left: unset;
}
.cc-top {
    top: 1em;
}
.cc-left {
    left: 1em;
}
.cc-right {
    right: 1em;
}
.cc-bottom {
    bottom: 1em;
}
.cc-floating > .cc-link {
    margin-bottom: 1em;
}
.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1;
}
.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center;
}
.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0;
}
.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
}
.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1;
}
.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.cc-compliance > .cc-btn {
    -ms-flex: 1;
    flex: 1;
}
.cc-btn + .cc-btn {
    margin-left: 0.5em;
}
@media print {
    .cc-revoke,
    .cc-window {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal;
        font-size: 13px;
    }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0;
    }
    .cc-window.cc-bottom {
        bottom: 0;
    }
    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0;
    }
    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1;
    }
    .cc-window.cc-floating {
        max-width: none;
    }
    .cc-window .cc-message {
        margin-bottom: 1em;
    }
    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset;
    }
}
.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none;
}
.cc-theme-classic .cc-btn {
    border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
    min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block;
}
.cc-theme-edgeless.cc-window {
    padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: 0.8em 1.8em;
    height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0;
}
.basic.table thead tr {
    background-color: #eeeeee;
}

.m_zoom_menu.open .closehamburger {
    display: block;
}
.closehamburger {
    color: white;
    position: relative;
    float: right;
    display: none;
    margin-bottom: -32px;
    padding-top: 10px;
    z-index: 99999;
}

.m_zoom_menu.menu .hamburger {
    color: white;
    position: relative;
    margin-top: -32px;
    float: right;
    display: block;
}

div:not(.m_zoom_menu) .hamburger {
    display: none;
}
div.open .closed.hamburger {
    display: none;
}
.m_zoom_menu.grey:not(.open) .item:not(.active) {
    display: none !important;
}
.ui.stackable.fixed.inverted.menu.grey.m_zoom_menu {
    margin-top: 40px;
}

.ui.stackable.fixed.inverted.menu.grey.m_zoom_menu .item {
    width: 100% !important;
}
.m_zoom_menu.hamburgerspacing {
    padding-top: 50px;
}

.pusher {
    margin: 20px 0;
    margin-top: 40px;
    margin-bottom: 0;
    background-color: white;
    height: 100%;
    padding: 20px;
    overflow-y: auto !important;
}
.nextsteps {
    padding-bottom: 20px;
    margin: -13px -20px;
}
.nextsteps .message {
    box-shadow: none;
    border-bottom: 1px solid rgba(34, 36, 38, 0.22);
}
body {
    height: calc(100% - 44px);
}
body.pushable {
    overflow-y: scroll;
}
body.pushable .view {
    padding-bottom: 32px;
}
#mainmennu .header {
    text-transform: uppercase;
    font-size: 0.85714286em !important;
}

.calendar .meeting .location {
    overflow-x: hidden;
    white-space: nowrap;
}
.calendar .meeting .description {
    text-transform: uppercase;
}
.calendar .meeting {
    margin-bottom: 20px;
    border-bottom: 1px #ccc solid;
    padding-bottom: 20px;
}
.calendar h3.header {
    text-transform: uppercase;
}
