﻿.errorContainer {
    padding-top: 10px;
    padding-left: 10px;
    float: left;
}

.buttonContainer {
    padding-top: 20px;
    padding-right: 10px;
    float: right;
}

.empty {
    clear: both;
}

.orgSourcesContainer {
    padding: 10px;
}

.orgSourcesItem {
    float:left;
}

.orgSourcesToolBar {
    float:left;
    padding-top: 10px;
    padding-left: 27px;
}

.orgSourcesInvisible {
    display: none;
}

.orgSourcesTable {
    display: table;
    padding: 7px;
}
.orgSourcesTable .row {
    display: table-row;
    width: 100%;
}

.orgSourcesTable .row .cell-left {
    display: table-cell;
    margin-right: 0;   
    text-align: right;
    padding-left: 5px;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.orgSourcesTable .row .cell-right {
    display: table-cell;
    margin-left: 0;
    padding-left: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

.orgSourcesEditButton {
    cursor: pointer; cursor: hand; 
    background-color: transparent;
    border: 0px solid #000; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-image: url('/App_Themes/Default/images/icons/Pen_16.png');
}

.orgSourcesDeleteButton {
    cursor: pointer; cursor: hand;
    background-color: transparent;
    border: 0px solid #000; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-image: url('/App_Themes/Default/images/icons/Delete_16.png');    
}

.connStatusContainer {
    display: flex;
    padding: 2px;
}

.connStatusContainer > .connStatusImage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 15px;
}

.lastSuccessfulConnectionText {
    color: #999999;
    font-size: 90%;
    font-weight: 400;
}

.connStatusInfo {
    display: block;
}