#status-table {
  margin-bottom: 12px;
}

.search-bar .input-group {
  width: 100%;
}

.search-bar .input-group .input-group-btn {
  width: 1%;
}

.message-header-row {
  margin-top: 8px;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pointercursor {
  cursor: pointer;
}

.notallowed {
  cursor: not-allowed;
  color: gray;
}

.template-input-group {
  padding-left: 14px;
  padding-bottom: 50px
}

.template-well {
  margin: 0px;
  padding-top: 10px;
}

.template-panel, .template-panel .panel-body table {
  margin-bottom: 0px;
}

.template-panel .panel-heading {
  padding-left: 0px;
}

.template-panel .panel-heading table tr th{
  padding-left: 8px;
  padding-right: 8px;
}

.template-panel .panel-body {
  padding: 0px;
}

.testconnection {
  top: -47px;
  position: relative;
}

.indent-1 {
  padding-left: 35px;
}

.form-group .radio-inline, .form-group .checkbox {
  padding-bottom: 7px;
}

/* Outgoing Table */
table.table-send-error {
  border:1px solid #2A83C5;
}

table.table-send-error thead tr {
  background-color: WhiteSmoke;
}

table.table-send-error thead tr th span {
  color: Red;
}

table.table-send-error tbody tr td {
  white-space:normal;
}

table.table-send-error tbody tr td:first {
  font-weight:bold;
}

button.send-error-btn {
  margin-right: 15px;
  margin-top: -3px;
  color: black;
}

/* Port Settings */
#port-tab .btn-group {
  min-width: 120px;
}

#port-tab .btn-group button {
  text-align: left;
}

#port-tab div + li {
  margin-left: 26px;
}

#port-btn {
  min-width: 200px;
  text-align: left;
}

#port-btn .caret {
  margin-left: 0;
  float: right;
  margin-top: 7px;
}

#paidMention {
  margin-top: 8px;
  margin-bottom: -25px;
}

#scriptTitle {
  margin: -10px 0px 0px 0px;
}

#scriptTitle label p{
  margin: 0px;
}

.settings-text {
  margin-top: 7px;
}

.port-menu {
  min-width: 200px;
  max-height: 400px;
  overflow-y: auto;
}

.port-menu li {
  cursor: pointer;
  margin-top: 2px;
}

.port-menu li.selected {
  background-color: #337ab7;
  color: white;
}

.port-menu li.selected span {
  color: white;
}

.port-menu li.selected:hover span {
  color: #4d4d4d;
}

.port-menu .port-id {
  margin-right: 90px;
}

.download-btn {
  margin-left: 15px;
}

li.port-search>div {
  width:80%;
  margin-left:20px;
}

#port-search {
  padding-left:30px;
}

#port-search+i {
  position:absolute;
  left:10px;
  top:9px;
  z-index:2;
}

div.inherited-settings input, div.inherited-settings label, div.inherited-settings select {
  border-color: #146da1;
  color: #146da1;
}

div.inherited-settings select option {
  color: #4d4d4d;
}

/* Port Advanced */
#heartbeatinterval {
  padding-left: 16px;
}

.event-label {
  padding-top: 6px;
}

#header-logo {
  padding-top: 22px;
}

/* OFTP Profile */
#oftpProfileSettings #serverStatus {
  top: 200px;
}

/* Database Port */
.db-tmplt-table th:first-child {padding-left:16px;}
.db-tmplt-result { vertical-align: middle !important; }


/* SFTP Server Profile */
#sftpServerProfileSettings #serverStatus {
  top: 200px;
}


/* Disable link */
a.disabled-link,
a.disabled-link:visited ,
a.disabled-link:active,
a.disabled-link:hover {
  color: graytext !important;
  cursor: default !important;
}
