.translation-header {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    background-color: var(--light-blue);
    padding: 8px 12px;
    margin-bottom: 24px;
}

.translation-header-info {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.translation-header-item {
    display: flex;
    align-items: center;
}

.translation-section {
    margin-bottom: 32px;
}

.translation-section-item {
    margin: 8px 0px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.translation-section-item md-input-container {
    margin: 0px 0px 0px 16px;
}

.translation-section-item .md-errors-spacer {
    min-height: 0px;
}

.translation-section-input {
    margin-left: 12px;
}

.translations-state-header, .translations-state-line {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.translations-state-header {
    font-weight: bold;
    color: gray;
    border-bottom: dashed 1px lightgray;
    padding: 8px 0px;
}

.translations-state-line {
    border-bottom: solid 1px lightgray;
    padding: 8px 0px;
}

.valid-translation {
    color: green;
}

.invalid-translation {
    color: red;
}

h3.designer-translation-subtitle {
    margin-top: 10px;
    margin-bottom: 0px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-end;
}

.designer-html-block {
    display: flex;
    margin-top: 10px;
}

.designer-translation-engage-pell {
    width: 50%;
}

.designer-translation-embedded-html {
    width: 50%;
    border: solid 1px lightgrey;
    border-radius: 10px;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow-y: auto;
}

.designer-translation-item-answer {
    padding-left: 20px;
}

.designer-main label {
    font-weight: 400;
}

.designer-min-height > div {
    min-height: 30px;
}

.designer-translation-step {
    margin-bottom: 60px;
}

.designer-file-error {
    font-size: 13px;
    color: red;
}

.designer-min-height input {
    background: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: rgb(224,224,224);
    padding: 2px 2px 1px 0;
    transition: border-color .4s cubic-bezier(.25,.8,.25,1);
}

.designer-min-height input:focus {
    border-color: rgb(0,174,239);
    border-width: 0 0 2px;
}
