﻿body {
    background-color: #f8f8f8;
}

#wrapper {
    width: 100%;
    min-width: 630px;
}

#page-wrapper {
    padding: 10px 5px;
    min-height: 568px;
    background-color: #fff;
    margin: 0px 0 0 190px;
    border-left: 1px solid #e7e7e7;
}

@media (max-width: 768px) {
    #page-wrapper {
        margin: 0px;
    }
}

ol {
    list-style: none;
}

.navbar-top-links li {
    display: inline-block;
}

    .navbar-top-links li:last-child {
        margin-right: 15px;
    }

    .navbar-top-links li a {
        padding: 15px;
        min-height: 50px;
    }

.navbar-top-links .dropdown-menu li {
    display: block;
}

    .navbar-top-links .dropdown-menu li:last-child {
        margin-right: 0;
    }

    .navbar-top-links .dropdown-menu li a {
        padding: 3px 20px;
        min-height: 0;
    }

        .navbar-top-links .dropdown-menu li a div {
            white-space: normal;
        }

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

    .sidebar ul li a.active {
        background-color: #eee;
    }

.sidebar > li > a {
    font-size: 9pt;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active > a > .fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0 !important;
}

    .sidebar .nav-second-level li a {
        padding-left: 37px;
    }

    .sidebar .nav-third-level li a {
        padding-left: 52px;
    }

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 190px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.login-panel {
    margin-top: 25%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

.dataTables_scrollHeadInner table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

.dataTables_scrollHeadInner table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

.dataTables_scrollHeadInner table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33;
    }

.SortableFieldsPanelBody i.icon-add {
    float: right;
    margin-right: 10px;
    color: white;
    cursor: pointer;
    margin-top: 4px;
}

i.icon-move {
    float: left;
    margin-top: 4px;
    cursor: move;
}

.SourceFieldListItem i.icon-move {
    color: black !important;
}

.field-group i.icon-move {
    color: white;
    margin-top: 3px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

@media(max-width:480px) {
    .SourcePanelContainer {
        width: 100%;
    }
}

.SourcePanelContainer a {
    text-decoration: none;
}

.SourcePanel {
    min-height: 200px;
}

    .SourcePanel.Inactive.panel-default > .panel-heading, .panel-heading {
        background-color: rgb(236,159,145);
    }

    .SourcePanel .dropdown.pull-right {
        max-width: 15%;
        margin-top: -2px;
    }

    .SourcePanel h3.panel-title {
        max-width: 85%;
    }

.DisabledProcessText {
    font-size: 11px;
    /*color: red;*/
    font-weight: normal;
    text-transform: lowercase;
    margin-left: 3px;
    vertical-align: middle;
}

.SourceFieldParticipation .DisabledProcessText {
    font-size: 9px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.SourceStatusIcon {
    margin-right: 5px;
}

.SourceProcessingIcon {
    margin-right: 5px;
}

.InactiveSource {
    color: #ff0000;
}

.OfflineSource {
    color: #ff6600;
}

.SourcePanel .panel-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.SourcePanel .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
    width: 90%;
    /* height: 40px; */
}

.SourcePanelContainer .panel-body {
    font-size: 13px;
}

.SortableFieldsPanelBody {
    overflow-y: scroll;
}

.modal .SortableFieldsPanelBody, #MultilinePanel .SortableFieldsPanelBody {
    min-height: 400px;
    max-height: 600px;
}


.modal .panel-body {
    padding-bottom: 0px;
}

.modal .form-group {
    margin-bottom: 5px;
}

.modal .panel {
    margin-bottom: 10px;
}

#SourceFieldPanel .panel-body {
    overflow-y: scroll;
}

.visiblitySelection label {
    color: white;
    cursor: pointer;
}

.visiblitySelectionSourceField label {
    color: #21447c;
    cursor: pointer;
}

#PhasesColumn .SourceFieldListItem {
    cursor: default;
}

.visiblitySelection label, .visiblitySelection input, .visiblitySelectionSourceField label, .visiblitySelectionSourceField input {
    cursor: pointer;
}

    .visiblitySelection input:disabled, .visiblitySelectionSourceField input:disabled {
        cursor: not-allowed;
    }


.isGroupHidden, .isGroupReadOnly {
    margin-right: 10%;
}

.isGroupAlwaysExpanded {
    margin-right: 3%;
}

.isGroupHidden label, .isGroupReadOnly label {
    margin-bottom: 0px !important;
}

.toggleGroup {
    color: white;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    cursor: pointer;
}

.editSourceField {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: -15px;
}

.editGroup {
    color: white;
    margin-right: 17px;
    width: 30px;
    height: 24px;
    padding-top: 3px;
    cursor: pointer;
}

.SourceFieldsForEntities .editGroup, .SourceFieldsForEntities .AddFieldButton {
    display: none;
}

.SourceFieldNameList {
    position: relative;
    left: 15px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    outline: none;
}

.entity-fields .SourceFieldNameList {
    /*width: 170px;*/
}

.entity-fields .ui-draggable.SourceFieldListItem {
    height: auto;
}



.placeholder {
    position: relative;
    display: block;
    padding: 2px;
    background: white;
    border: 1px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0px;
    height: 23px;
    opacity: .65;
}

.SourceFieldListItem.placeholder.nosort {
    font-weight: 200;
    border: 1px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    padding-left: 15px;
}

.SourceFieldListItem.placeholder .icon-move {
    display: none;
}

.entity-column {
    position: relative;
    display: block;
    padding: 2px;
    border: 1px solid #bed2db;
    font-size: 9pt;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.entity-fields li {
    height: 25px;
    overflow: hidden;
}

.EntityPanelBody .col-lg-6 {
    padding: 0px;
}

.EntityPanelBody ol {
    padding: 0px;
}

.placeholder-filled {
    background-color: blue;
}

.placeholder-hover {
    background-color: blue;
}

body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: .65;
    z-index: 2000;
}

.group-title {
    background-color: #687074 !important;
    color: #FFF !important;
    margin: 0px;
    padding: 2px;
    padding-left: 25px;
}

.field-group {
    padding: 0px !important;
    margin-left: 5px !important;
    margin-top: 5px !important;
}

#SourcesFieldsContainer li.SourceFieldListItem, .droppable-fields li {
    margin: 5px;
    border: 1px solid #cccccc;
    background: #eeeeee;
}

.add-to-droppable.pull-right.fa.fa-mail-forward.fa-fw {
    display: none;
    cursor: pointer;
}

.add-group-to-droppable.pull-right.fa.fa-forward.fa-fw {
    display: none;
    color: white;
    margin-top: 7px;
    margin-left: 20px;
    cursor: pointer;
}

.bs-configure-entitymatch-modal .add-to-droppable.pull-right.fa.fa-mail-forward.fa-fw {
    display: block;
}

.bs-configure-entitymatch-modal .add-group-to-droppable.pull-right.fa.fa-forward.fa-fw {
    display: block;
}

.droppable-fields .add-to-droppable.pull-right.fa.fa-mail-forward.fa-fw {
    display: none;
}

.placeholder .add-to-droppable.pull-right.fa.fa-mail-forward.fa-fw {
    display: none;
}

.sourceFieldColumn.ui-state-active {
    border-color: green;
}

.SourceFieldListItem {
    display: block;
    padding-left: 5px;
    padding: 2px;
    border: 1px solid #cccccc;
    color: #0088cc;
    background: #eeeeee;
    font-size: 9pt;
    min-width: 170px;
    font-weight: 200;
    height: 25px;
    cursor: pointer;
}

#SourcesFieldsContainer li.active {
    background-color: #428bca;
    color: white;
}

#SourceFieldList {
    padding-left: 0px;
}

.remove-from-entity {
    float: right;
    cursor: pointer;
    height: 23px;
    margin-right: 6px;
}

    .remove-from-entity:hover {
        opacity: .65;
    }

.SourceFieldListItem.nosort {
    cursor: move;
}

.SourceFieldListItem:hover {
    opacity: .65;
}

.SourceFieldListItem.new {
    cursor: default;
}

    .SourceFieldListItem.new:hover {
        opacity: 1;
    }

.EntityPanel.odd {
    float: right;
}

.TableColumn {
    max-height: 630px;
    overflow-y: scroll;
    padding-top: 20px;
}

    .TableColumn .EntityPanel {
        padding-bottom: 0px;
        width: 28.333%;
        min-height: 300px;
        float: left;
        margin: 20px;
        max-height: 300px;
        margin-bottom: 128px;
    }

.SourceFieldsForEntities .SourceFieldNameList {
    cursor: move;
}

#PhasesColumn .SourceFieldsForEntities .SourceFieldNameList {
    cursor: default;
}

.TableColumn .SourceFieldNameList {
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SourceFieldsForEntities .icon-move {
    cursor: move;
}


.SourceFieldsForEntities .editSourceField {
    display: none;
}

.DestinationColumnsPanelContainer .panel-body {
    min-height: 440px;
}

.destination-columns-list {
    max-height: 727px;
    overflow: auto;
}

    .destination-columns-list .editSourceField {
        display: none;
    }

    .destination-columns-list ol, .fields-as-params-list ol {
        -webkit-padding-start: 0px;
        padding: 5px;
        padding-left: 0px;
        padding-right: 0px;
        padding: 0px;
        margin: 0px;
    }

    .destination-columns-list li, .fields-as-params-list li {
        min-width: 0px;
    }

.ColumnConfigErrors {
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    clear: both;
}

.fields-as-params-list {
    padding: 2px;
    padding-left: 0px;
}

.modal-lg {
    width: 95%;
}

.bs-process-modal .modal-lg {
    width: 95%;
}

.no-right-padding {
    padding-right: 0px;
}

.no-left-padding {
    padding-left: 0px;
}

#StoredProcedure {
    padding-bottom: 15px;
}

/* CSS for List and Grid View Entities*/
.glyphicon {
    margin-right: 5px;
}

.thumbnail {
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}

    .item.list-group-item .list-group-image {
        margin-right: 10px;
    }

    .item.list-group-item .thumbnail {
        margin-bottom: 0px;
    }

    .item.list-group-item .caption {
        padding: 9px 9px 0px 9px;
    }

    .item.list-group-item:before, .item.list-group-item:after {
        display: table;
        content: " ";
    }

    .item.list-group-item img {
        float: left;
    }

    .item.list-group-item:after {
        clear: both;
    }

.list-group-item-text {
    margin: 0 0 11px;
}

#TableColumn .list-group-item {
    padding: 15px;
    background-color: none;
    border: none;
}

#TableColumn .row {
    padding: 10px;
}

#TableColumn .item {
    height: 200px;
    margin-bottom: 15px;
}

#EntityQuery {
    white-space: nowrap;
    overflow: auto;
}

.QueryText {
    height: 40px;
    max-height: 40px;
    text-overflow: ellipsis;
}

.entities-header {
    padding-right: 15px;
    float: left;
    font-size: 23px;
}

.Modal {
    min-width: 592px;
}

.MappedColumns {
    padding: 15px;
}

#FieldsPanel {
    padding-left: 0px;
    padding-right: 0px;
    min-width: 280px;
}

    #FieldsPanel .AddFieldButton {
        display: none;
    }

    #FieldsPanel .editGroup {
        display: none;
    }

.dataTables_filter {
    display: none;
}

.ClearFilterInput {
    font-weight: 100;
    font-size: 17px;
    margin-top: 9px;
    margin-left: -25px;
    cursor: pointer;
}

.EntityQuery {
    font-size: 10pt;
    padding: 5px;
}

.EntityName {
    font-size: 12pt;
    padding: 3px;
}

#ProcessTable tr.testerror td {
    background-color: rgba(189,30,20, .3);
}

#ProcessTable tr.testsuccess td {
    background-color: rgba(56,169,63, .3);
}

.MatchTypeInTable {
    margin-left: 25px;
    font-size: 14px;
}

.SourceFieldTableContainer {
    padding: 10px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .SourceFieldTableContainer .SourceFieldListItem {
        padding-left: 5px;
    }

        .SourceFieldTableContainer .SourceFieldListItem:hover {
            opacity: 1;
        }

.QueryHelpText {
    margin-left: 30px;
    color: grey;
}

#SourceFieldsFilter {
    width: 100%;
    float: right;
    margin-top: 5px;
}

.nav > li > a {
    font-size: 9pt;
}

#SourcesFieldsContainer ol {
    padding-left: 5px;
}

#SourcesFieldsContainer li.field-group:last-child ol {
    padding-bottom: 5px;
}

ul.field-list {
    padding-top: 5px;
    padding-bottom: 5px;
}

.destination-column-header {
    height: 35px;
}

.modal-content {
    min-width: 620px;
}

.PrimaryTable tr:hover {
    border: 1px solid #e7e7e7;
    cursor: pointer;
}

.PrimaryTable tr {
    border: 1px solid #fff;
    border-bottom: none;
}

th tr {
    border: none;
}

.preview-query-results {
    overflow: auto;
    max-height: 200px;
}

.modal-body .panel-heading {
    min-height: 35px;
}

#SourceConfigPanel .panel-heading, #ImportConfigPanel .panel-heading {
    min-height: 50px;
}

.panel-heading-text {
    font-weight: bold;
    float: left;
}

.btn-margin-top {
    margin-top: 15px;
}

.ParameterHeaders {
    padding-bottom: 30px;
}

.EntityParamValue {
    /*padding-bottom: 10px;
min-height: 60px;
padding-top: 10px;
border-top: 1px solid #ddd;*/
}

.EntityQuery p {
    margin-left: 21px;
}

#SortableFieldsPanel .alpha-move-icon {
    display: none;
}

.SubHeader {
    height: 30px;
    font-weight: 600;
}

.tooltip-icon {
    margin-left: 10px;
}

.EntityFilterForm {
    float: left;
    width: 60%;
    margin-top: 2px;
}

.TransformFilterForm {
    float: left;
    width: 40%;
    margin-top: 2px;
}

.BulkTransformFilterForm {
    float: left;
    margin-top: 2px;
}

.entities-header.BulkTransformHeader {
    font-size: 20px;
}


.PanelHeadingButtonsContainer {
    width: auto;
    display: inline;
    height: auto;
    float: right;
}

.TransformTypeContainer {
    margin-top: 2px;
    margin-right: 20px;
}

.panel-heading.entity-panel-heading {
    min-height: 47px;
}

.EntityQueryIcon {
    margin-top: 2px;
}

.ExecutionInfoPanel .col-xs-6, .ExecutionInfoPanel .col-xs-12 {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
}

.ParameterPanelHeading {
    height: 45px;
}

    .ParameterPanelHeading .panel-heading-text {
        float: left;
    }

.MRKInput {
    float: left;
}

.MRKSetting {
    float: right;
}

.MRKCheckbox {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

.SourceFieldInputWithHelper {
    width: 90%;
    float: left;
}

#SaveFieldOrder.disabled {
    opacity: .5;
}

.EntityParamListItem {
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.UnMappedParam .ParameterName {
    color: red;
}

.RemoveParam {
    cursor: pointer;
    margin-right: 10px;
}

.EntityQueryColumn {
    float: right;
}

.row.ParamCollection, .row.ExportParamCollection {
    padding-bottom: 3px;
    padding-top: 3px;
    border-bottom: solid 1px lightgrey;
}

    .row.ExportParamCollection:nth-child(odd) {
        background-color: white;
    }

.MappedParam:nth-child(odd) .row.ParamCollection {
    background-color: white;
}

.Modal .LoadingIcon {
    float: left;
    margin-left: 15px;
    font-size: 20px !important;
}

.destination-column-header {
    font-weight: bold;
}

.FullScreenModalDialog {
    margin-top: 5px;
    margin-bottom: 10px;
}

.FullScreenModalHeader {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-top: 5px;
    min-height: 45px;
}

.bs-verifier-process-modal .modal-header {
    min-height: 47px;
}

.FullScreenModalBody {
    overflow: auto;
}

.entity-modal-title, .lookup-modal-title {
    float: left;
}

/*#SaveEntity, #SaveLookup, #SaveTransform, #SaveProcess, #SaveVerifierProcess, #SaveConnection, #SaveSalesForceImport, #SaveDatabaseImport, #SaveEntityMatchFields, #SaveGlobalLookup, #SaveCopyGroup {
float: right;
margin-right: 20px;
}*/

.modal-header button.btn {
    float: right;
    margin-right: 20px;
}

.Modal .SaveButton {
    float: right;
    clear: both;
}

.PrimaryTable .ParamName {
    float: left;
    width: 50%;
    height: 23px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
}

.PrimaryTable .ParamType {
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    color: black;
    text-align: left;
}

#EntityTable .TableResultColumn {
    float: right;
    width: 50%;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    background-color: transparent;
    font-weight: 200;
    font-size: 9pt;
    height: 25px;
}

#LookupTable .TableResultColumn {
    float: right;
    width: 50%;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    background-color: transparent;
    font-weight: 200;
    font-size: 9pt;
    height: 100px;
}

#ProcessTable .TableResultColumn {
    float: right;
    width: 50%;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    background-color: transparent;
    font-weight: 200;
    font-size: 9pt;
    height: 25px;
}

    #ProcessTable .TableResultColumn.SaveData {
        float: left;
        width: 33%;
        border: 1px solid #e7e7e7;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 10px;
        background-color: transparent;
        font-weight: 200;
        font-size: 9pt;
        height: 25px;
    }

.TableSourceFieldListItem {
    float: left;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0px;
    white-space: nowrap;
}

    .TableSourceFieldListItem.InputField {
        width: 33% !important;
    }

    .TableSourceFieldListItem.OutputField {
        float: right !important;
        width: 33% !important;
    }

#LookupTable .TableSourceFieldListItem {
    width: 360px;
}

.PrimaryTable td {
    vertical-align: top;
}

.PrimaryTable .InputParametersContainer {
    max-width: 300px;
    min-width: 170px;
}

.PrimaryTable .LookupColumns {
    min-width: 300px;
}

    .PrimaryTable .LookupColumns li {
        line-height: 21px;
    }

.PrimaryTable .InputParameters {
    line-height: 14px;
}

.PrimaryTable .expandable {
    max-height: 145px;
    overflow-y: hidden;
    transition: max-height .2s;
}

    .PrimaryTable .expandable.detail {
        max-height: 800px !important;
        transition: max-height .2s;
    }

.PrimaryTable th.sorting:after {
    display: none;
}

.fa.fa-fw.fa-remove.DeleteObjectIcon {
    font-size: 16px;
    cursor: pointer;
}

.PrimaryTable .DeleteObjectIcon {
    float: right;
}

.PrimaryTable .dropdown-menu .DeleteObjectIcon {
    float: initial;
}

.dropdown-menu .DeleteObjectIcon .fa.fa-fw.fa-remove {
    font-size: 16px;
    cursor: pointer;
    color: red;
    z-index: 999;
}

.destination-columns-list .panel-heading {
    height: 90px;
}

#GroupDisplay {
}

.SourceFieldsPanelContainer .ui-draggable.SourceFieldListItem.ui-draggable.SourceFieldListItem {
    min-width: 23%;
    height: 25px;
}

.Modal .editGroup {
    display: none;
}

.Modal .AddFieldButton {
    display: none;
}

.ResultsPreviewTable td, .ResultsPreviewTable th {
    text-align: center;
}

.PanelMessage {
    font-size: 14px;
    margin-left: 10px;
}

    .PanelMessage.green {
        color: green;
    }

    .PanelMessage.red {
        color: red;
    }

.inactiveStatus {
    color: red;
}

.GroupDisplayContainer {
    margin-left: 0px;
    padding-left: 0px;
}

#SortableFieldsPanel .panel-heading-text {
    float: left;
}

h4.SourceFieldsHeader {
    float: left;
    margin-top: 0px;
}

#SaveFieldButton, #SaveGroupButton, #UpdateGroupButton, #SaveFieldAddMoreButton, #SaveAddNewGroupButton, #AddNewFieldButton {
    margin-left: 10px;
}

.ShowInactive {
    float: right;
    font-size: 13px;
    margin-top: 6px;
}

.modal .ShowInactive, #MultilinePanel .ShowInactive {
    float: left;
}

.PanelTopControls {
    height: 35px;
}

.SourceFieldListItem.deleted {
    border: solid 1px red;
}

.MovedField {
    border: solid 1px #4cae4c !important;
}

.SourceFieldListInfo {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    color: black;
    text-align: right;
    font-size: 10px;
    color: rgb(101,101,101);
}

    .SourceFieldListInfo.ImportPosition {
        float: right;
        margin-left: 10px;
        font-size: 12px;
    }

    .SourceFieldListInfo.SourceFieldGroupName {
        margin-right: 20px;
    }


.ClearAllInvalidParams {
    margin-left: 20px;
    float: left;
    cursor: pointer;
    color: red;
}

.OverMapped {
    color: red;
    height: 25px;
}

#BulkEntityTable thead * {
    height: 0px;
    margin-top: -20px;
}

#BulkEntityTable td {
    overflow: hidden; /* this is what fixes the expansion */
    white-space: nowrap;
}

.BulkEntityPanel th {
    vertical-align: top;
}

.hideForever {
    display: none !important;
}

#BulkEntityTable .select2-arrow {
    display: none;
}

.highlight {
    background-color: yellow !important;
}

/*.UsedInEntity {
    opacity: .6;
}*/
.SourceFieldsDropdown {
    min-width: 250px;
}

.BulkEntityPanel {
    margin-top: 30px;
}

#page-wrapper.fullscreen {
    margin: 0;
}

tr.selected td {
    background-color: lightgrey !important;
}

#BulkFieldsTable tr.selected td, #ReconcilationBulkFieldsTable tr.selected td, #BulkTransformsTable tr.selected td, #BulkEntitiesTable tr.selected td, #BulkCrosswalksTable tr.selected td {
    background-color: rgb(81,197,210) !important;
}

#BulkTransformsTable .ParamError, #BulkEntitiesTable .ParamError {
    float: right;
    margin-bottom: -20px;
    color: red;
    min-width: 20px;
}

#BulkFieldsTable td.error {
    border: solid 1px red !important;
}

    #BulkFieldsTable td.error input {
        color: red;
    }

#BulkFieldsTable .DeleteError {
    color: #f0ad4e;
}

#BulkFieldsTable .DeleteObjectIcon {
    float: right;
}

.bs-sf-delete-error-modal .modal-body {
    max-height: calc(100vh - 200px);
}

.BulkEntityNameInput {
    width: 80%;
}

.EntityNameCell {
    min-width: 180px;
}

#BulkEntityTable .EntityQueryIcon {
    cursor: pointer;
}

.HideTableColumn {
    cursor: pointer;
    color: #c9302c;
}

.HideUnusedParams {
    cursor: pointer;
    color: #c9302c;
}

.ShowAllParams {
    cursor: pointer;
    color: #449d44;
}


#fullpage-overlay {
    width: 100%;
    position: fixed;
    height: 100%;
    background-color: black;
    z-index: 99999;
    opacity: 0.2;
}

.LoadingOverlay {
    font-size: 200px !important;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin-top: 160px;
    opacity: 1;
    color: white;
}

#CreateSimilar, .DeleteBulkEntity, .CreateBulkEntity {
    margin-right: 20px;
}

.UpdateDropdowns {
    cursor: pointer;
    margin-left: 10px;
}

#SetNewDropdowns {
    margin-left: 20px;
}

@media(max-width:960px) {
    .HideUnusedColumnsLabel {
        max-width: 150px;
    }
}

.AdditionalControls {
    height: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.AddAllColumnsToVerifier {
    cursor: pointer;
}

li.LookupAvailableColumn {
    border: 1px solid lightgrey;
    height: 30px;
    margin: 1px;
}

    li.LookupAvailableColumn .SourceFieldInfo {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.LookupAvailableColumn .SourceFieldInfo a {
    padding-right: 20px;
}

li.LookupVerifierColumn {
    border: 1px solid lightgrey;
    height: 30px;
    margin: 1px;
}

    li.LookupVerifierColumn input {
        height: 26px;
    }

.LookupVerifierColumnHandle {
    margin-right: 10px;
}

.AddLookupColumnToVerifier, .RemoveLookupColumnFromVerifier {
    cursor: pointer;
}

.AddLookupColumnToVerifier {
    margin-top: 5px;
    width: 27px !important;
    height: 20px;
}

.RemoveLookupColumnFromVerifier {
    margin-top: 5px;
}

.OutputColumnsHeader {
    height: 40px;
}

.OutputColumnsContainer .SourceFieldName {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.VerifierColumnMappingError {
    color: rgb(240,81,71);
    text-decoration: none;
}

.VerifierColumnMappingNonError {
    color: black;
    text-decoration: none;
}

.LookupColumnName {
    /*float: left;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.AvailableColumns {
    position: relative;
    left: 15px;
    float: left !important;
}

.LookupVerifierColumnsHeader {
    white-space: nowrap;
}

li.placeholder .AddLookupColumnToVerifier {
    display: none;
}

.droppable-fields {
    min-height: 600px;
    border: 1px dashed lightgrey;
    padding-top: 0px !important;
    margin-top: 10px;
}

    .droppable-fields li .icon-move {
        display: none;
    }

.EntityMatchFieldsDroppableContainer .droppable-fields li .icon-move {
    display: block;
}

.EntityMatchFieldsDroppableContainer .col-xs-12 {
    overflow: hidden;
}

.SourceFieldRelationship {
    min-height: 100px;
}

.cover {
    height: 1429px;
    position: absolute;
    z-index: 999999;
    background: rgba(64, 64, 64, 0.3);
    margin-left: -1px;
    width: calc(100% - 19px);
    text-align: center;
}

.greycover {
    position: absolute;
    background: rgba(64,64,64, 0.3);
}

.cover-message {
    color: red;
    font-size: 25px;
    font-weight: bold;
    margin-top: 100px;
}

.DataTableLength {
    float: right;
    margin-left: 20px;
}

.DataTablePaginate {
    float: right;
    cursor: pointer;
}

    .DataTablePaginate a {
        margin-right: 5px;
        margin-left: 5px;
    }

.error {
    color: red;
    border-color: red;
}

.panel-heading.PhasePanelHeading {
    height: 46px;
}

.ExpandPhase {
    font-size: 26px !important;
    height: 26px;
    width: 26px;
    z-index: 9999;
}

/*.ProcessParametersContainer {
width: 320px;
height: 150px;
overflow: auto;
}*/

.TransformListContainer li {
    /*height: 150px;*/
    list-style: none;
}

/*.TransformPhaseName {
    margin-right: 40px;
    width:200px;
}*/

/*#VerifierPhasesContainer .row {
  height: 30px;
}*/

#PhasesTable thead .sorting:after, #PhasesTable thead .sorting_asc:after {
    content: none !important;
}

.PhaseRunOrderNum {
    margin-left: 20px;
}

.PhaseRunOrder {
    cursor: move;
    vertical-align: middle !important;
}

.ParallelOptions, .FrequencyOptions {
    margin-top: 20px;
}

#SaveOrder, #EditPhaseModal, #TestAllButton, #ImportGlobalLookupFromXMLButton, #BulkToolButton, #CreateEntityButton, .ProcessListView, .BulkProcessActionsDropdown {
    margin-right: 20px;
}

.GlobalLookupValueInput {
    text-align: center;
}

.GlobalLookupValueText {
    min-width: 50px;
    min-height: 20px;
}

.EditSource {
    width: 5%;
    margin-top: -38px;
    cursor: pointer;
}

#DeleteSource {
    display: none;
}

.PanelBottomControls {
}

.menu-arrow {
    width: 30px;
    height: 40px;
    margin-right: -13px;
    text-align: center;
}

.ProcedureError {
    color: red;
}

#PreviewStaticTransformButton {
    margin-top: 20px;
}

.StaticPreviewColumn {
    text-align: center;
}

.FixedWidthButton {
    width: 55px !important;
    margin: 0 auto !important;
}
/*AssignedAvailablePanel*/

/*AssignedAvailablePanel*/
.ListController > div {
    /*max-width: 60px !important;*/
}

.AvailableList, .AssignedList {
    height: 200px !important;
}

.FieldPanelTopButtonGroup {
    margin-bottom: 10px;
    padding-left: 0px;
    margin-left: 0px;
}

span.SourceDropdownTitle {
    font-size: 14px;
    position: relative;
    top: 0px;
}

ul.field-list {
    padding-left: 0px;
    background: white;
}

.custom-menu {
    z-index: 1000;
    position: absolute;
    background-color: white;
    border: 1px solid black;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
}

.custom-menu-item:hover {
    background-color: lightgrey;
}

.IncrementFieldsHeader .SFName {
    color: #0088cc;
}


.entity-checkboxes .checkbox {
    float: left;
    margin-left: 20px;
    margin-top: 25px;
}

.IsCacheable {
    margin-left: 7px;
}

span.cacheabletext {
    margin-left: 10px;
}

.SourceFieldNameHeader {
    width: 50%;
}

.SourceFieldName, .DeleteObjectName {
    color: #0088cc;
}

.DeleteIcon, .DeleteObjectIcon {
    color: red;
    z-index: 999;
}

    .DeleteIcon.DeleteParameter {
        cursor: pointer;
    }

    .DeleteIcon:hover, .DeleteObjectIcon:hover {
        opacity: .7;
    }

.FileFieldsPanel > .panel-heading {
    min-height: 50px;
}

i.icon-search.pull-left.fa.fa-fw.fa-search {
    margin-left: 20px;
    margin-top: 3px;
}

.SourceFieldPhase {
    border: 1px solid #bed2db;
}

span.ParticipationProcedureName, span.ParticipationProcessInfo {
    font-size: 12px;
    margin-left: 10px;
}

span.ParticipationProcessOrdinal {
    margin-right: 10px;
}

.DeleteLinkContainer {
    margin-bottom: 15px;
}

.delete-link {
    color: red;
    text-decoration: underline;
    cursor: pointer;
}

    .delete-link:hover {
        color: darkred;
    }

.SourceFieldParticipation .LoadingIcon {
    margin-right: 10px;
    margin-left: 20px;
}

.SourceFieldParticipation {
    min-height: 100px;
    clear: both;
}

    .SourceFieldParticipation .EntityName {
        font-size: 16px;
    }

    .SourceFieldParticipation li {
        list-style: none;
    }

.panel-heading.entity-panel-heading.verifier-process-panel-heading {
    height: auto;
    min-height: 93px;
}


.change-password-link {
    text-decoration: underline;
    cursor: pointer;
}

    .change-password-link:hover {
        color: darkblue;
    }


/*** START DASHBOARD ***/
.DashboardItem {
    height: 70px;
    padding: 5px;
    font-size: 30pt;
}

    .DashboardItem:hover {
        background-color: whitesmoke;
    }

.DashboardItemSmall {
    height: 70px;
    font-size: 15pt;
    text-align: center;
    padding: 5px;
}

    .DashboardItemSmall:hover {
        background-color: whitesmoke;
    }

.dashboard-search-icon {
    cursor: pointer;
}

/*.RecordText
{
    font-size: 9pt;
    text-align: center
}*/

/*** END DASHBOARD ***/


.loadingOverlay {
    background: black;
    position: absolute;
    opacity: 0.2;
    color: white;
    font-size: 24pt;
    text-align: center;
    z-index: 99999;
}

    .loadingOverlay > span {
        position: relative;
        top: 50%;
    }

.loadingIcon {
    font-size: 36pt;
}

.bs-matches-modal .modal-lg {
    width: 95%;
}

#ConfigureEntityMatchButton {
    margin-left: 20px;
    margin-top: -10px;
    display: none;
}

#RecordSearchForm .modal-body {
    min-height: 240px;
    max-height: calc(100vh - 200px);
}

#DataIndexLoading .data-index-loading-text {
    font-size: 20px;
    margin-top: 30px;
}

#DataIndexLoading .LoadingIcon {
    font-size: 50px !important;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    opacity: 1;
    color: black;
}

.MasterRecordSearchResultItem {
    cursor: pointer;
}

.RecordModalDialog {
    width: 700px;
}

.testing-progress-text {
    float: left;
    font-weight: bold;
}

.testing-result {
    margin-left: -10px;
    font-weight: bold;
}

    .testing-result.green {
        color: green;
    }

    .testing-result.red {
        color: red;
    }

.testing-progress {
    width: 50%;
    float: left;
    margin-left: 10px;
    margin-top: 6px;
}



.loading-progress {
    width: 50%;
    margin: auto;
}

.loading-progress-container {
    width: 100%;
    text-align: center;
    position: relative;
    top: 175px;
}

.progress-bar {
    font-size: 17px;
    padding-top: 10px;
}

.progress {
    height: 50px;
    font-size: 16px;
    white-space: nowrap;
}

.progress-status-text {
    position: relative;
    margin: auto;
    top: 150px;
    text-align: center;
    font-size: 24px;
    height: 50px;
}

.showinactivesourcescontainer {
    display: none;
}

.FieldRequirements h4 {
    font-size: 18px;
}

.dropdown-expand-collapse {
    color: white;
    margin-right: 7px;
    position: relative;
    top: 2px;
}

    .dropdown-expand-collapse .dropdown-toggle {
        color: white;
    }

li.left-menu-spacer {
    height: 10px;
    background-color: #e7e7e7;
}

@media only screen and (min-width : 992px) {
    .DatabaseQueryProcType {
        margin-left: 20px;
    }
}


.DatabaseQueryProcType label {
    height: 20px;
}

    .DatabaseQueryProcType label:not(:first-child) {
        margin-left: 20px;
    }

.ObjectsList .panel-body, .SalesForceObjectProperties .panel-body {
    height: 235px;
    overflow: auto;
    clear: both;
    resize: vertical;
}

.ObjectsList .explorerobjectlist {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.ObjectsList .explorerobjectpropertylist {
    padding-left: 10px;
    font-weight: normal;
}

.objectfilterinput {
    height: 30px;
    margin-top: -5px;
}

span.showhideobject {
    display: inline;
}

.ObjectsList li {
    cursor: pointer;
    font-size: 13px;
}

.List li:hover {
    outline: 1px solid #ddd;
}

.ObjectsList li.selected {
    background-color: #e7e7e7;
}

.objectpropertyloading {
    margin-left: 10px;
    margin-bottom: 30px;
}

.TestConnectionButton, .ConnectionTestResults {
    margin-top: 10px;
}

.ConnectionTestResults {
    /*height: 50px;
    background-color: white;
    font-size: 18px;*/
}

    .ConnectionTestResults.green {
        color: #0B7912;
    }

    .ConnectionTestResults.red {
        color: red;
    }

.ImagingFieldsPanel .SourceFieldListItem, .ImagingFieldsPanel .SourceFieldNameList {
    cursor: default;
}

.isGroupSingleLine label, .isGroupDisplayIfEmpty label, .isGroupIncluded label {
    margin-bottom: 0px !important;
}

.icon-placeholder {
    width: 20px;
    height: 20px;
}

#PreviewedFileName {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    height: 35px;
    padding: 6px 12px;
    background-color: rgb(238, 238, 238);
    margin-left: 10px;
}

.CopyObjectIcon {
    color: grey;
    padding-right: 5px;
    z-index: 999;
}

.dropdown-menu .CopyObjectIcon {
    padding-right: initial;
}

.CopyObjectIcon:hover {
    opacity: .7;
}

.QuickSearchNoRecordsFound {
    text-align: center;
    font-size: 24px;
    margin-top: 43px;
}

.ParamValue .tooltip-icon.warning {
    color: #FF6600;
    float: right;
    margin-top: -23px;
    margin-right: 10px;
}

.tooltip .tooltip-arrow {
    display: none;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        background: red;
        cursor: inherit;
        display: block;
    }

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

#GlobalLookupTable th .DeleteObjectIcon {
    font-size: 16px;
    cursor: pointer;
    width: 20px;
    float: right;
    text-align: right;
    margin-right: -16px;
}

.nosortonclick {
    width: 80%;
    float: left;
    cursor: pointer;
}

#GlobalLookupTable.dataTable.table-condensed .sorting:not(:first-child):after, #GlobalLookupTable.dataTable.table-condensed .sorting_asc:not(:first-child):after, #GlobalLookupTable.dataTable.table-condensed .sorting_desc:not(:first-child):after {
    top: 4px;
    right: 26px;
}

.GlobalLookupInfo {
    height: 90px;
}

.GlobalLookupButtons {
    height: 30px;
}

#AddColumnToGlobalLookup {
    margin-right: 30px;
}

#UndoRemoveColumn {
    margin-right: 30px;
    margin-top: 12px;
    cursor: pointer;
    font-weight: bold;
    color: #428bca;
}

    #UndoRemoveColumn:hover {
        color: #2a6496;
        cursor: pointer;
    }

#GlobalLookupTable th input {
    color: black;
    text-align: center;
}

#GlobalLookupTable.dataTable thead .sorting, #GlobalLookupTable.dataTable thead .sorting_asc, #GlobalLookupTable.dataTable thead .sorting_desc, #GlobalLookupTable.dataTable thead .sorting_asc_disabled, #GlobalLookupTable.dataTable thead .sorting_desc_disabled {
    cursor: default;
}

.BulkFieldsForm {
    height: 40px;
}

#BulkFieldsTAble td {
    font-family: Calibri;
}

#BulkFieldsTable .inputcell input, #BulkFieldsTable .inputcell select {
    text-align: center;
}

#BulkFieldsTable .inputcell {
    cursor: text;
}

#BulkFieldsTable .checkboxcell {
    cursor: pointer;
}

#BulkFieldsTable .SelectAllFields input {
    margin-left: 15px;
}

#FilterContainer label:not(:last-child) {
    margin-right: 10px;
}

#BulkFieldActions .clearfix {
    margin-top: 20px;
}

.bs-bulk-actions-modal .modal-body .row {
    height: 75px;
}

.bs-bulk-actions-modal .BulkActionsHeader {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

.bs-bulk-actions-modal input.checkbox.form-control {
    width: 25px;
    margin: auto;
    height: 25px;
    margin-top: 27px;
}

.bs-bulk-actions-modal input:disabled, .bs-bulk-actions-modal select:disabled, .bs-bulk-actions-modal .form-control:disabled {
    opacity: .5;
}

.bs-bulk-actions-modal .btn.toggle {
    margin-top: 22px;
    min-width: 85px;
}

.BulkActionsSelectedFields {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: 0px;
    padding-left: 0px;
}

    .BulkActionsSelectedFields li {
        list-style: none;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.BulkFieldsButtons .btn {
    margin-right: 20px;
}

.bs-new-field-modal label {
    margin-top: 20px;
}

#BulkFieldsTable tr.NewSourceField td {
    background-color: rgba(46,138,52,.4);
}

#BulkFieldsTable input, #BulkFieldsTable select {
    margin-top: -5px;
    margin-bottom: -5px;
}

#BulkFieldsTable .inputcell input, #BulkFieldsTable .inputcell select {
    text-align: center;
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
}

#BulkFieldsTable select {
    text-align-last: center;
}

.cell {
    padding: 3px;
    border-width: 1px 0px 0px 1px;
    border-color: black;
    border-style: solid;
    height: 26px;
    text-align: center;
}

    .cell > i {
        float: right;
        cursor: pointer;
    }

        .cell > i:hover {
            opacity: .65;
        }

.line:last-of-type .cell {
    border-bottom-width: 1px;
}

.line .cell:last-of-type {
    border-right-width: 1px;
}

#ReconcilationBulkFieldsTable input, #ReconcilationBulkFieldsTable select {
    margin-top: -5px;
    margin-bottom: -5px;
}

#ReconcilationBulkFieldsTable select {
    padding-left: calc(35% - 10px);
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        background: red;
        cursor: inherit;
        display: block;
    }

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}


.GlobalLookupInfo {
    height: 90px;
}

.GlobalLookupButtons {
    height: 30px;
}

#AddColumnToGlobalLookup {
    margin-right: 30px;
}

#UndoRemoveColumn {
    margin-right: 30px;
    margin-top: 12px;
    cursor: pointer;
    font-weight: bold;
    color: #428bca;
}

    #UndoRemoveColumn:hover {
        color: #2a6496;
        cursor: pointer;
    }

#GlobalLookupTable th input {
    color: black;
    text-align: center;
}

#SortableFieldsPanel .ui-sortable-placeholder {
    border: dashed 1px rgb(230,233,235) !important;
    visibility: visible !important;
    height: 23px !important;
    background-color: white !important;
}

#existingoptions label, #importedoptions label {
    float: left;
    clear: both;
    white-space: nowrap;
}

.bs-reconcilation-modal .btn.toggle {
    margin-top: 22px;
    min-width: 85px;
}

#ReconBulkActions .btn + .btn {
    margin-left: 0px;
}

#ReconBulkActions .btn-group.btn-group-justified .btn-group .btn.btn-default.active {
    color: #ffffff;
    background-color: #51c5d2;
    border-color: #3dbecd;
}

.optionscontainer {
    overflow: auto;
    min-height: 170px;
    display: none;
}

#ReconBulkActions {
    display: none;
    overflow: auto;
    float: left;
}

#FieldDetailsContents {
    background-color: rgb(244,247,248);
    display: none;
    overflow: auto;
    padding: 5px;
}


/** Copy Group **/

.bs-copy-group-modal .btn-group .btn.btn-default.active {
    color: #ffffff;
    background-color: #51c5d2;
    border-color: #3dbecd;
}


.text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#CopyGroupFieldInfo label {
    font-weight: normal;
}

    #CopyGroupFieldInfo label > input {
        margin-top: 10px;
    }

.find-replace, .modify-import {
    cursor: pointer;
}

#find-replace-modal {
    width: 400px;
    height: 185px;
    background-color: white; /*rgb(244,247,248);*/
    position: absolute;
    z-index: 1055;
    padding: 10px;
    border: 3px solid #eee; /*rgb(232,237,240);*/
    left: 200px;
    top: 30px;
    border-radius: 6px;
}

#modify-import-modal {
    width: 400px;
    height: 150px;
    background-color: white; /*rgb(244,247,248);*/
    position: absolute;
    z-index: 1055;
    padding: 10px;
    border: 3px solid #eee; /*rgb(232,237,240);*/
    left: -150px;
    top: 30px;
    border-radius: 6px;
}

.bs-copy-group-modal .green, .select2-drop .green {
    color: green !important;
    font-style: italic;
}

.process-name {
    text-transform: uppercase;
    font-size: 20px !important;
    color: #21447c !important;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 5px;
    width: 45% !important;
    float: left;
}

#CopyGroupEntites .SourceFieldsDropdown {
    min-width: initial !important;
}

.select2-no-min-width {
    min-width: 250px !important;
}

.entity-result-column {
    display: block;
    padding: 2px;
    font-size: 9pt;
    text-overflow: ellipsis;
    border: rgb(230,233,235) solid 1px;
    height: 33px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: white;
}

    .entity-result-column.disabled {
        background-color: #eee;
    }

#CopyGroupFieldInfo .panel-heading strong > i {
    padding-left: 5px;
}

.BulkParamValue {
    float: left;
}

    .BulkParamValue.EmptyCellClickArea {
        width: 100%;
        height: 21px;
    }

#BulkTransformsTable .BulkParamType, #BulkCroswalksTable .BulkParamType, #BulkEntitiesTable .BulkParamType {
    float: right;
    margin-top: -20px;
    position: relative;
}

.BulkParamTypeIcon {
    float: right;
    font-size: 9px;
    color: rgb(81,197,210);
    cursor: pointer;
}

tr.selected .BulkParamTypeIcon, tr.selected .BulkEntityColumnTypeLabel {
    color: white;
}

.BulkEntityColumnTypeLabel {
    float: right;
    font-size: 9px;
    color: rgb(81,197,210);
}

#BulkTransformsTable .BulkParamValue, #BulkCrosswalksTable .BulkParamValue, #BulkEntitiesTable .BulkParamValue {
    min-width: 70%;
    height: 20px;
    white-space: nowrap;
}

#BulkTransformsTable .SourceFieldsDropdown, #BulkEntitiesTable .SourceFieldsDropdown {
    min-width: 0px;
}

#BulkEntitiesTable .BulkParamValue {
    min-width: 60%;
}

.dt-autofill-list ul li:first-child {
    display: none;
}

#BulkTransformsTable .BulkParamInput, #BulkCrosswalksTable .BulkParamInput, #BulkEntitiesTable .BulkParamInput {
    float: left;
    width: 100%;
}

    #BulkEntitiesTable .BulkParamInput.ColumnConfig {
        width: 100%;
    }

    #BulkTransformsTable .BulkParamInput.NameInput, #BulkCrosswalksTable .BulkParamInput.NameInput, #BulkEntitiesTable .BulkParamInput.NameInput {
        float: left;
        width: 100%;
    }

#BulkTransformsTable .BulkParamValue.NameInput, #BulkCrosswalksTable .BulkParamValue.NameInput, #BulkEntitiesTable .BulkParamValue.NameInput {
    width: 100%;
}



#BulkTransformsTable .form-control, #BulkCrosswalksTable .form-control, #BulkEntitiesTable .form-control {
    height: 26px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 100%;
    text-align: left;
    padding-left: 2px;
}

    #BulkTransformsTable .form-control.NameInputControl {
        width: 100%;
    }

#BulkTransformsTable tr.NewRow td, #BulkCrosswalksTable tr.NewRow td, #BulkEntitiesTable tr.NewRow td {
    background-color: rgba(46,138,52,.07);
}

.custom-menu-input {
    width: 50px;
    display: inline;
}

.custom-menu .AddRowsBelow {
    float: left;
    margin-left: 5px;
}

    .custom-menu .AddRowsBelow.copy {
        float: left;
        margin-left: 5px;
    }

.custom-menu-text.bt {
    float: left;
    width: 210px;
}

.panel-body.BulkTransformsTableContainer, .panel-body.BulkCrosswalksTableContainer, .panel-body.BulkEntitiesTableContainer {
    overflow-x: auto;
    clear: both;
}

.SourceFieldNameList.NewSourceField {
    color: rgb(46,138,52);
}

.bs-process-modal .red, .select2-drop .red {
    color: red !important;
}

#StaticFieldContainer li.SourceFieldListItem.StaticFields {
    margin: 5px;
    border: 1px solid #cccccc;
    background: #eeeeee;
}

    #StaticFieldContainer li.SourceFieldListItem.StaticFields .sortable-field-info {
        width: 100% !important;
    }

#StaticFieldContainer ol {
    background-color: white;
}

    #StaticFieldContainer ol.entity-fields li:last-child {
        margin-bottom: 0;
    }

    #StaticFieldContainer ol.entity-fields li:first-child {
        margin-top: 0;
    }

.ParameterDirectionText {
    white-space: nowrap;
}

.ParameterDirectionSymbol {
    margin-right: 5px;
}

.panel-heading.MappedProcessConfigurationsHeader {
    font-size: 17px;
    font-weight: bold;
}

.LiaisonItemRow {
    min-height: 45px;
}

.LiasonItemRowLabel {
    margin-top: 5px;
}

input.LiaisonItemActiveCheckbox {
    margin-top: 4px;
    margin-right: 20px;
}

.LiaisonItemRow.OverMapped .LiasonItemRowLabel label {
    color: red;
}

.LiaisonItemRow.disabled {
    opacity: .8;
}

.RemoveLiaisonRow {
    color: red;
    cursor: pointer;
}

.LiaisonIdentityError, .LiaisonProgramError {
    margin-left: 20px;
}

.ParamValue .treeview.open {
    position: absolute;
    width: 140%;
    margin-left: -40%;
    z-index: 9999;
}

.bs-webservice-results-modal .modal-dialog {
    width: 70%;
    min-height: 50%;
    max-height: 90%;
}

.WebServiceResultsModalContent {
    height: 100%;
    min-height: 600px;
}

.AddWebServiceCallContainer {
    padding-bottom: 50px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.ResponseResultsContent .list-group-item {
    padding: 2px 15px;
}

.modal.bs-create-connection-modal #ConnectionDetails textarea {
    resize: vertical;
}

.notbtn {
    width: 26px;
    margin-right: 2px;
}

    .notbtn:not(.active) {
        border-color: #F7A29C;
        background-color: #F7A29C;
    }

        .notbtn:not(.active):focus {
            outline: none;
            background-color: #F7A29C;
        }

.PhaseRowButtons.btn-group .btn + .btn {
    margin-left: 5px;
}

.filter-field-error {
    border-color: red !important;
}

.addMapping {
    cursor: pointer;
}

span.DeleteWebService.fa.pull-right {
    color: red;
    font-size: 21px;
    margin-left: 50px;
}

.WebserviceResultsInfoBlock {
    margin-bottom: 20px;
}

.WebServiceBranchSelectionModalButtons {
    margin-top: 10px;
}

#FieldMappingAddress {
    min-width: 300px;
}

.WebServiceResultsPreviewPanelContainer .panel {
    margin-top: 20px;
}

.bs-webservice-results-modal .modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.RemoveWebserviceMapping.fa {
    font-size: 20px;
    text-align: center;
    padding-left: 39%;
    margin-top: 4px;
    cursor: pointer;
}

.SafeToModifyNotifications {
    z-index: 1052;
    text-align: center;
}

#TakeSourceOfflineButton {
    margin-left: 30px;
}

.navbar-static-top {
    z-index: 1053;
}
