﻿
.merge-field-required {
    color: #f02e28;
    font-size: 12px;
}

.settings-value-description {
    color: #817f85;
    font-size: 12px;
}

.progress-bar-title {
    position: relative;
    float: left;
    width: 18%;
    text-align: left;
}

.progress-bar {
    position: relative;
    float: right;
    width: 82%;
    top: 3px;
}

.progress-text {
    clear: both;
}

.progress-overlay-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(243,243,245,0.7); /* White background with opacity */
    z-index: 10;
}

.progress-overlay {
    position: fixed;
    left: 35%;
    top: 35%;
    width: 30%;
    text-align: center;
    box-shadow: 5px 5px 4px #f3f3f5;
    border: 1px solid #f3f3f5;
}

.progress-overlay-text {
    background-color: white;
}

div div.row.merge-row {
    font-size: 12px;
    max-height: 20px;
}

/*Row status colour*/
div div.row.merge-row.action-Merge.RemoteNotLocal {
    background-color: lightblue;
}

div div.row.merge-row.action-Merge.LocalNotRemote {
    background-color: lightgreen;
}

div div.row.merge-row.action-Merge.DocumentTypeDifference {
    background-color: lightsalmon;
}

div div.row.merge-row.action-Merge.DocumentTypeDefinitionDifference {
    background-color: lightsalmon;
}

div div.row.merge-row.action-Merge.Difference {
    background-color: lightsalmon;
}

div div.row.merge-row.action-Merge.ErrorMerging {
    background-color: lightpink;
}

/* Top border on all content/content type/data type rows*/
div div.row.merge-row.content-row {
    border-top: 1px solid lightgrey;
}

div.select-all select {
    font-size: 12px;
    background-color: inherit;
    width: 90%;
    height: 22px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 5px;
}

div div.row.merge-row.content-property-row .content-property-cell {
    border-left:  1px solid #f3f3f5;
    border-top:  1px solid #f3f3f5;
}

div div.row.merge-row .content-property-cell.title {
    border-left: 1px solid #f3f3f5;
    border-top: 1px solid #f3f3f5;
    font-weight: bold;
    background-color: #f3f3f5;
}

div div.row.merge-row.content-property-row .content-property-cell.last {
    border-right:  1px solid #f3f3f5;
}

div div.row.merge-row.content-property-row-title .content-property-cell.last {
    border-right:  1px solid #f3f3f5;
}

div div.row.merge-row .blank-cell {
    background-color: white;
}

div.row.merge-row div.merge-cell {
    min-height: 0px;
    max-height: 20px;
    white-space: nowrap;
    overflow: hidden;
}

div.merge-cell select {
    font-size: 10px;
    max-height: 20px;
    background-color: inherit;
    padding-bottom: 0px;
    width: 80%;
}

ins.icon-navigation-right {
    text-decoration: none;
}

ins.icon-navigation-down {
    text-decoration: none;
}

.merge-cell-content {
    margin-left: 5px;
}

.merge-title-row {
    background-color: white;
}

.merge-title-row p {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.merge-title-row input {
    margin-top: 10px;
    margin-bottom: 5px;
}

.merge-indent1 {
    margin-left: 0px;
    margin-bottom: 0px;
}

.merge-indent2 {
    margin-left: 10px;
    margin-bottom: 0px;
}

.merge-indent3 {
    margin-left: 20px;
    margin-bottom: 0px;
}

.merge-indent4 {
    margin-left: 30px;
    margin-bottom: 0px;
}

.merge-indent5 {
    margin-left: 40px;
    margin-bottom: 0px;
}

.merge-indent6 {
    margin-left: 50px;
    margin-bottom: 0px;
}

.merge-indent7 {
    margin-left: 60px;
    margin-bottom: 0px;
}

.merge-indent8 {
    margin-left: 70px;
    margin-bottom: 0px;
}

.merge-indent9 {
    margin-left: 80px;
    margin-bottom: 0px;
}

.merge-indent10 {
    margin-left: 90px;
    margin-bottom: 0px;
}

.merge-indent11 {
    margin-left: 100px;
    margin-bottom: 0px;
}

.merge-indent12 {
    margin-left: 110px;
    margin-bottom: 0px;
}

.merge-indent13 {
    margin-left: 120px;
    margin-bottom: 0px;
}

.merge-indent14 {
    margin-left: 130px;
    margin-bottom: 0px;
}

.merge-indent15 {
    margin-left: 140px;
    margin-bottom: 0px;
}

.merge-indent16 {
    margin-left: 150px;
    margin-bottom: 0px;
}

.merge-indent17 {
    margin-left: 160px;
    margin-bottom: 0px;
}

.merge-indent18 {
    margin-left: 170px;
    margin-bottom: 0px;
}

.merge-indent19 {
    margin-left: 180px;
    margin-bottom: 0px;
}

.merge-indent20 {
    margin-left: 190px;
    margin-bottom: 0px;
}

.footer-remote-url {
    width: 45%;
    text-align: right;
}

.footer-merge-button {
    width: 10%;
    text-align: center;
}

.footer-local-url {
    width: 45%;
}
