/* Hide sidebar  need to do this in main builder tempalte - if boomcast remove sidebar*/

.page-aside {
    display: none;
}

.page-aside+.page-main {
    margin-left: 0;
}

.builder .page {
    overflow-x: hidden;
}

.triage_box .panel-footer .btn-direction,
.triage_box .panel-heading .btn-direction {
    opacity: 0;
    transition: all 0.2s ease;
}

.triage_box .panel-footer:hover .btn-direction,
.triage_box .panel-heading:hover .btn-direction {
    opacity: 1;
}

.panel {
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
}

.icon.icon-spin {
    animation-iteration-count: 10 !important;
}

.slidePanel-scrollable {
    background-color: #fafafa;
}

.width-600 {
    width: 600px
}

.chat-left .chat-content {
    background: rgba(114, 198, 40, 0.9);
    width: 90%;
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.1) 80%, rgba(0, 0, 0, 0.1) 100%);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px;
    color: #fff;
    border-radius: 18px;
}

.chat-left .chat-content::before {
    border-right-color: #78bd3c;
    border-left-color: #78bd3c;
    border: 15px solid transparent;
    bottom: 30px;
    left: -30px;
}

.app-message-input {
    bottom: 78px
}

.padding-bottom-100 {
    padding-bottom: 100px
}

.site-navbar.navbar-inverse .navbar-container {
    top: -1px;
}

.editable-click,
a.editable-click {
    border-bottom: 0;
    color: #76838f;
}

a.editable-click:hover {
    border-bottom: dashed 1px #d1d1d1;
}

.nav-wizard>li {
    float: left;
}

.nav-wizard>li>a {
    position: relative;
    background-color: #eeeeee;
    padding-bottom: 8px;
    color: #526069;
}

.nav.nav-wizard>li>a {
    overflow: visible;
}

.nav.nav-wizard>li .btn {
    border: none;
    border-radius: 0 !important;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #d5d5d5;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #d5d5d5;
}

.nav-wizard.panel {
    border-radius: 0
}

.nav-wizard>li>a .badge {
    margin-left: 3px;
    color: #eeeeee;
    background-color: #428bca;
}

.nav-wizard>li:not(:first-child)>a {
    padding-left: 34px;
}

.nav-wizard>li:not(:first-child)>a:before {
    width: 0px;
    height: 0px;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #ffffff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

.nav-wizard>li:not(:last-child)>a {
    margin-right: 6px;
}

.nav-wizard>li:not(:last-child)>a:after {
    width: 0px;
    height: 0px;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #eeeeee;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}

.nav-wizard>li:first-child>a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.nav-wizard>li:last-child>a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.nav-wizard>li.done:hover>a,
.nav-wizard>li:hover>a {
    background-color: #d5d5d5;
}

.nav-wizard>li.done:hover>a:before,
.nav-wizard>li:hover>a:before {
    border-right-color: #d5d5d5;
}

.nav-wizard>li.done:hover>a:after,
.nav-wizard>li:hover>a:after {
    border-left-color: #d5d5d5;
}

.nav-wizard>li.done>a {
    background-color: #e2e2e2;
}

.nav-wizard>li.done>a:before {
    border-right-color: #e2e2e2;
}

.nav-wizard>li.done>a:after {
    border-left-color: #e2e2e2;
}

.nav-wizard>li.active>a,
.nav-wizard>li.active>a:hover,
.nav-wizard>li.active>a:focus {
    color: #ffffff;
    background-color: #428bca;
}

.nav-wizard>li.active>a:after {
    border-left-color: #428bca;
}

.nav-wizard>li.active>a .badge {
    color: #428bca;
    background-color: #ffffff;
}

.nav-wizard>li.disabled>a {
    color: #777777;
}

.nav-wizard>li.disabled>a:hover,
.nav-wizard>li.disabled>a:focus {
    color: #777777;
    text-decoration: none;
    background-color: #eeeeee;
    cursor: default;
}

.nav-wizard>li.disabled>a:before {
    border-right-color: #eeeeee;
}

.nav-wizard>li.disabled>a:after {
    border-left-color: #eeeeee;
}

.nav-wizard.nav-justified>li {
    float: none;
}

.nav-wizard.nav-justified>li>a {
    padding: 10px 15px;
}

.children-count {
    margin-right: 5px
}

@media (max-width: 768px) {
    .nav-wizard.nav-justified>li>a {
        border-radius: 4px;
        margin-right: 0;
    }
    .nav-wizard.nav-justified>li>a:before,
    .nav-wizard.nav-justified>li>a:after {
        border: none !important;
    }
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.affix {
    top: 60px;
    width: 100%;
    z-index: 999999999999;
    position: fixed;
}

.affix+.container-fluid {
    padding-top: 70px;
}

#editor input.error {
    border: 1px solid red;
}

#editor-children-tabs a {
    color: #76838f;
}

#editor {
    position: fixed;
    bottom: 60px;
    z-index: 10;
}

#edit {
    opacity: 0;
    transition: all .2s ease;
}

#editor .panel-heading:hover #edit {
    opacity: 1;
}

footer .switchery>small {
    background-color: #263238 !important;
}

#hide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
    z-index: 10;
}

#response-settings {
    background: white;
    box-shadow: 0 5px 5px #cecaca;
    padding-top: 1em;
}

.tooltip .tooltip-inner {
    min-width: 150px;
}

#top-nav {
    z-index: 1
}

.input-group.error {
    /*border-color: red;*/
}

.aplytoall {
    display: none
}

.counter:hover .aplytoall {
    display: inline-block
}

#triage_title,
#triage-description {
    color: white;
    cursor: pointer
}

#global-response-expire-hours,
#global-response-expire-days,
#global-response-expire-minutes {
    cursor: pointer
}

.own-number {
    background: lightseagreen
}

/*.triage-comms-wrapper .btn-default.active.focus,
.triage-comms-wrapper .btn-default.active:focus,
.triage-comms-wrapper .btn-default.active:hover,
.triage-comms-wrapper .btn-default:active.focus,
.triage-comms-wrapper .btn-default:active:focus,
.triage-comms-wrapper .btn-default:active:hover,
.triage-comms-wrapper .open>.dropdown-toggle.btn-default.focus,
.triage-comms-wrapper .open>.dropdown-toggle.btn-default:focus,
.triage-comms-wrapper .open>.dropdown-toggle.btn-default:hover {
    background-color: #00adef;
    border-color: #00adef;
    color: white;
}

.triage-comms-wrapper .btn-default.active,
.triage-comms-wrapper .btn-default:active,
.triage-comms-wrapper .open>.dropdown-toggle.btn-default {
    background-color: #00adef;
    border-color: #00adef;
    color: white;
    font-weight: bold;
}*/

.keyboard {
    margin: 0;
    padding: 0;
    list-style: none;
}

.keyboard li {
    float: left;
    margin: 0 5px 5px 0;
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    background: #ececec;
    border: 1px solid #d1d7db;
    border-radius: 100%;
    font-weight: bold;
    transition: all 0.2s ease-out;
    position: relative;
}

.capslock,
.tab,
.left-shift,
.clearl,
.switch {
    clear: left;
}

.keyboard .tab,
.keyboard .delete {
    width: 70px;
}

.lastitem {
    margin-right: 0;
}

.keyboard .space {
    float: left;
    width: 556px;
}

.keyboard .switch,
.keyboard .space,
.keyboard .return {
    font-size: 16px;
}

.keyboard li:not(.active):hover {
    position: relative;
    border-color: #89bceb;
    cursor: pointer;
    background: #89bceb;
    color: #fff
}

.keyboard li.active {
    border-color: #f2f2f2;
    background: #f2f2f2;
    color: #fff
}

#editor .panel .panel-heading {
    cursor: move
}

.voice_action {
    margin: 15px 0
}

.keyboard li.on:after {
    opacity: 1;
    height: 1.1em;
    width: 0.55em;
    transform-origin: left top;
    border-right: 4px solid #5cb85c;
    border-top: 4px solid #5cb85c;
    content: '';
    right: 8px;
    top: 12px;
    position: absolute;
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg);
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 0.1em;
        opacity: 1;
    }
    40% {
        height: 0.5em;
        width: 0.3em;
        opacity: 1;
    }
    100% {
        height: 1.1em;
        width: 0.55em;
        opacity: 1;
    }
}

.message_channel .btn-outline.active,
.message_channel .btn-outline.active.focus,
.message_channel .btn-outline.active:focus,
.message_channel .btn-outline.active:hover,
.message_channel .btn-outline:active.focus,
.message_channel .btn-outline:active:focus,
.message_channel .btn-outline:active:hover {
    box-shadow: inset 0 3px 12px rgba(0, 0, 0, 0.79);
    background-color: #526069;
}

.message_channel .btn-outline.active h5 {
    color: #fff
}

.message_channel .btn-primary.disabled.active,
.message_channel .disabled.active:focus {
    box-shadow: none!important;
    background-color: #62a8ea!important;
    border-color: #62a8ea!important
}

.message_channel .btn-outline {
    transition: all 0.5s ease;
    position: relative;
    margin-right: 7px;
    border: 1px solid #d2dadf;
    background-color: #e7edee;
}
#cover-keyboard {
    display:block;
    background: rgba(255,255,255,.8);
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.initial-key .voice-option {
    display:none
}
.keyboard-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.key-child {
    margin-bottom: 0px;
}
.triage-prompt .modal-header {
    padding-bottom: 0;
}
.go-to-key {
    border-radius: 5px;
}
.triage-prompt .modal-body {
    padding: 0 20px;
}
.node.invalid .inner-node {
    border-color: red
}
.triage-comms-wrapper label.active {
    color:white
}
body.boomcast .triage-comms-wrapper .active {
    background-color: #46be8a !important;
    border-color: #46be8a !important
}

.fa.initial{
    font-size: 2em;
margin: -.5em .2em 0 0;
top: .15em;
}
.btn.btn-top-flat {
    border-radius: 0 0 3px 3px;
}