.form-table {
  table-layout:fixed;
  width:100%;
}

.form-table td {
  padding:6px;
}

.form-table td:first-child {
  text-align:right;
  padding-right:10px;
  font-weight:400;
}

.form-table td:last-child {
  padding-right:20px;
}

table .op-con a {
  margin-left:5px;
}

.navbar-static-side {
  width:150px;
}

#page-wrapper {
  margin:0 0 0 150px;
}

#licenses-log-pending-count {
  position:absolute;
  right:-10px;
}

.info-table {
  table-layout:fixed;
  width:100%;
}

.info-table td {
  padding:1px;
}

.info-table td:first-child {
  text-align:right;
  padding-right:10px;
  font-weight:400;
}

.info-table td:last-child {
  padding-right:20px;
}


.invoice-status {
    text-transform: uppercase;
}
.invoice-status-open {
    color:blue;
}
.invoice-status-paid {
    color:green;
}
.invoice-status-closed {
    color:#888 !important;
}

.lic-status-disabled {color:red;}
.lic-status-created {color:gray;}
.lic-status-normal {color:green;}

.action-status-done {color:green;}
.action-status-failed {color:red;}

table tr .show-on-hover {visibility:hidden;}
table tr:hover .show-on-hover {visibility:visible;}

/* admin data-tab portal link selection */
.btn-white-selected {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}
.btn-white-selected:hover, .btn-white-selected:focus {
  color: #fff;
}

span.copy-code {
  cursor:pointer
}
