.failed-dialog .tab-body {
    display: none;
}

.failed-dialog-training-row {
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    background-color: #f8f8f8;
    margin: 18px 0;
    padding: 10px 20px 20px 20px;
    overflow: hidden;

    height: 30px;

    cursor: pointer;
}

.failed-dialog-training-row.selected {
    background-color: #d9eefa;
    border: 1px solid #d9eefa;;
    padding-top: 20px;
    height: auto;
}

.failed-dialog-training-input {
    font-size: 0;
}

.failed-dialog-training-input > * {
    vertical-align: middle;
}

.failed-dialog-question {
    display: inline-block;
    width: 43%;
    height: 32px;

    padding: 10px;
    margin-right: 20px;

    box-sizing: border-box;

    font-size: 14px;

    background-color: #f8f8f8 !important;

    border-radius: 6px;

    cursor: pointer;
}

.selected .failed-dialog-question {
    cursor: text;
    background-color: white !important;
}

.failed-dialog-input-raw {
    display: inline-block;
    width: 40.7%;

    font-size: 14px;
}

.selected .failed-dialog-input-raw {
    border-color: white;
}

.failed-dialog-count {
    float: right;
}

.failed-dialog-count > span {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    color: #038eda;
    font-weight: 600;
    text-align: center;
}

.failed-dialog-suggestion {
    margin-top: 30px;
}

.failed-dialog-suggestion > div {
    margin: 10px 0;
}

.failed-dialog-suggestion-title {
    color: #038eda;
    font-weight: 600;
    margin: 10px 0 7px 0;
    padding-left: 10px;
}

.failed-dialog-suggestion-question, .failed-dialog-suggestion-answer {
    display: inline-block;
    width: 43%;
    border-radius: 6px;
    background-color: #ecf7fd;
    padding: 8px;

    font-size: 13px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;

    vertical-align: middle;
}

.failed-dialog-suggestion-question {
    margin-right: 10px;
}

.failed-dialog-suggestion-answer {
    margin-left: 10px;
}

.failed-dialog-sugesstion-select {
    border: 2px solid #038eda;
    color: #038eda;
    background-color: white;
    border-radius: 6px;
    margin-left: 10px;
    padding: 7px 18px;
    box-sizing: border-box;
}

.failed-dialog-training-row .default-button {
    background-color: #5c5c5c;
    color: white;
    border: 0;
    height: 35px;
}

.failed-intent {
    margin-top: 28px;
}

.failed-intent-title {
    display: inline-block;
    width: 10%;
    position: relative;

    vertical-align: top;
}

.failed-intent-title > span {
    position: absolute;
    top: 0px;
    right: 20px;
}

.failed-intent-content {
    display: inline-block;
    width: 89%;
    vertical-align: top;
}

.failed-intent-content td {
    text-align: left !important;
}

.failed-intent-name {
    border-bottom: 1px solid #c7c7c7;
    width: 40%;
}
