/* Bootstrap table styles */

.table {
	border-spacing: 0;
}
.table tbody tr.success td {
  background-color: #dff0d8!important;
}

.table tbody tr.error td {
  background-color: #f2dede!important;
}

.table tbody tr.warning td {
  background-color: #fcf8e3!important;
}

.table tbody tr.info td {
  background-color: #d9edf7!important;
}

.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6!important;
}

.table-hover tbody tr.error:hover td {
  background-color: #ebcccc!important;
}

.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc!important;
}

.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3!important;
}

/* SMART TABLE STYLES */

/* basic smart table styles */
table.smart-table {
    border-collapse: separate;
}
.smart-table-td-inner-wrapper {
    padding-right: 30px;
    position: relative;
}

.smart-table-tr-hidden,
.smart-table-tr-active-hidden,
.smart-table-column-hidden,
th[data-smart-table-hidden] {
	display: none;
}
.smart-table-tr-active {
	height: 90px;
}

/* rest and more */
.smart-table-rest {
	display: none;
}
.smart-table-tr-active .smart-table-rest {
	display: inline;
}
.smart-table-tr-active .smart-table-more {
	display: none;
}

/* spacers */
.smart-table-tr-spacer {
	height: 15px;
	background: transparent;
}
.smart-table-tr-spacer td {
	border-left: 0;
	position: relative;
	background: white !important;
}

/* row toolbars */
.smart-table-row-toolbar {
	display: none;
	position: absolute;
	top: 50%;
	right: 0;
    margin: -14px 0 0 0;
    padding: 0 15px 0 0;
    height: 28px;
	list-style: none;
	background: #222;
}
.smart-table-tr-expandable .smart-table-row-toolbar {
    right: 28px;
}
.smart-table-tr-active .smart-table-row-toolbar {
    top: auto;
    bottom: 0;
    right: 0;
    margin: 0;
    padding-right: 10px;
}
.smart-table-row-toolbar,
.smart-table-row-toolbar a,
.smart-table-row-toolbar * {
    color: #eee;
}
.smart-table-row-toolbar li {
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 5px 0 2px 0;
}
.smart-table-row-toolbar li:hover,
.smart-table-row-toolbar li:hover a,
.smart-table-row-toolbar li:hover * {
	color: rgb(216, 232, 255);
    text-decoration: none;
}
tr:hover .smart-table-row-toolbar {
	display: block;
}

/* fields */
.smart-table-fields {
	width: 100%;
}
.smart-table-fields th {
	width: 10%;
    white-space: nowrap;
}
.smart-table-fields th,
.smart-table-fields td {
    border: 0;
}

/* expand-collapse btns */
.smart-table-toggle-btn {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -14px 0 0 0;
    padding: 3px 2px 0 2px;
    height: 23px;
    width: 22px;
    text-align: center;
    box-shadow: none;
}
a.smart-table-toggle-btn:hover {
    background: transparent;
}
.smart-table-toggle-btn:active,
.smart-table-toggle-btn.active {
    box-shadow: none;
    border-color: inherit;
}
.smart-table-tr-active .smart-table-toggle-btn {
    padding-top: 7px;
    height: 19px;
    margin: 0;
    top: 0;
}
.smart-table-toggle-btn .smart-table-collapse-btn {
    display: none;
}
.smart-table-tr-active .smart-table-toggle-btn .smart-table-expand-btn {
    display: none;
}
.smart-table-tr-active .smart-table-toggle-btn .smart-table-collapse-btn {
    display: block;
}


/* EXTRA */

/* smart table light style */
.smart-table-light td:first-child {
    vertical-align: middle;
}
.smart-table-light .smart-table-row-toolbar {
    background: transparent;
}
.smart-table-light .smart-table-row-toolbar,
.smart-table-light .smart-table-row-toolbar a,
.smart-table-light .smart-table-row-toolbar * {
    color: #456;
}
.smart-table-light .smart-table-row-toolbar li,
.smart-table-light .smart-table-row-toolbar li:hover a,
.smart-table-light .smart-table-row-toolbar li:hover * {
    color: #6BBEF6;
}
.smart-table-light  .smart-table-toggle-btn {
    height: 22px;
    width: 24px;
    border: 0;
    padding-top: 6px;
    background: transparent;
    color: #234;
    font-weight: bold;
}

/* priority bars */
tr[class*="priority"] > td:first-child {
    border-left: 8px solid #678;
}
tr[class*="priority"].smart-table-tr-active > td:last-child {
    border-right: 1px solid #ddd;
}
tr.priority-fatal > td:first-child {
    border-left-color: red;
}
tr.priority-error > td:first-child {
    border-left-color: orange;
}
tr.priority-warning > td:first-child {
    border-left-color: yellow;
}
tr.priority-info > td:first-child {
    border-left-color: blue;
}
tr.priority-debug > td:first-child {
    border-left-color: brown;
}
tr.priority-security > td:first-child {
    border-left-color: violet;
}
tr.priority-success > td:first-child {
  border-left-color: green;
}

/* table toolbar */
.table-toolbar .navbar-inner {
    background: transparent;
    border-width: 2px 0 0 0;
    border-style: solid;
    border-color: #333;
    box-shadow: none;
    padding: 0;
    filter: none;
}
.table-toolbar .navbar-inner,
.table-toolbar .navbar-inner * {
    color: #455664;
}
.table-toolbar .navbar-inner a:hover,
.table-toolbar .navbar-inner a:hover *,
.table-toolbar .navbar-inner .btn:hover,
.table-toolbar .navbar-inner .btn:hover * {
    color: #6BBEF6;
}
.table-toolbar .navbar-inner .divider-vertical {
    margin: 0;
    border: 0;
    width: 25px;
}
.table-toolbar .navbar-inner  .nav > li > a,
.table-toolbar .navbar-inner  .nav > li > .btn {
    padding: 8px 10px;

}
.table-toolbar .navbar-inner  .nav > li > a i,
.table-toolbar .navbar-inner  .nav > li > .btn i {
    text-shadow: none;
    font-size: 17px;
}
.table-toolbar .navbar-inner  .btn {
    margin: 0;
    border: 0;
    padding: 8px 10px;
    background: transparent;
    box-shadow: none;
    font-size: 13px;
    filter: none;
}
.table-toolbar .navbar-inner  .btn   i {
    font-size: 17px;
}
.table-toolbar .navbar-inner .btn.active, .btn:active {
    background: #E4F1FC;
}
.table-toolbar .navbar-inner .table-toolbar .navbar-search input[type="text"] {
    border-right: 0;
    box-shadow: none;
    font-size: 11px;
    text-transform: uppercase;
}
.table-toolbar .navbar-inner .table-toolbar .navbar-search     .input-append .btn {
    border: 1px solid #ccc;
    padding: 4px 12px;
    border-left: 0;
}
.table-toolbar .navbar-inner  .btn-group {
    margin-top: 0;
}
.table-toolbar .navbar-inner  .table-toolbar .navbar-text {
    margin: -2px 5px 0 0;
}
.table-toolbar .navbar-inner  .table-toolbar .navbar-text,
.table-toolbar .navbar-inner  .table-toolbar .navbar-text * {
    color: #444;
}

/* pager buttons */
.pager > ul > li > a {
    border: 0;
    border-top: 4px solid #455664;
    color: #444;
    margin-bottom: 15px;
    line-height: 21px;
}
.pager > ul > li > a:hover {
    background: transparent;
    color: #6BBEF6;
    border-color: #6BBEF6;
}


/* MESSAGE PAGE */
table.message-fields {
    width: 100%;
}
table.message-fields th {
    text-align: left;
    padding-right: 30px;
    vertical-align: top;
}
table.message-fields td {
    width: 100%;
}

/* priority styles */

tr.priority-info > td:first-child {
    border-left-color: #0094ff;
}

tr.priority-notice > td:first-child {
    border-left-color: #00c8ff;
}

tr.priority-error > td:first-child {
    border-left-color: #eb2e4b;
}

tr.priority-alert > td:first-child {
    border-left-color: #d40021;
}

tr.priority-debug > td:first-child {
    border-left-color: black;
}

tr.priority-ack > td:first-child {
    border-left-color: rgba(70,147,6, 255);
}

tr.priority-success > td:first-child {
  border-left-color: green;
}

/* cell styles */

.cellLName { vertical-align: top; text-align: left; font-weight: bold; color:#003399; background-color: #efefef; padding-right: 6; }
.cellLValue { vertical-align: top; padding-left: 6; }