@charset "utf-8";
/* CSS Document */
.table-hover tbody tr:hover td
        {
            color: #428bca;
        }
		table, tr, td {
			background-color: white;
			color: #03244d;
		}
		.boderless td, .borderless th {
			border: none;
		}
		
		.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td{
    padding: 0px;
}

tr:hover {
    background-color: orange;
}
tr:hover a {
    color: #f68026;
    text-decoration: none;
}


tr.tr-dir:hover {
    background-color: transparent;
}
tr.tr-dir:hover a {
    color: #ffffff;
    text-decoration: none;
}


.btn-custom {
  background-color: #a04222;
  border-color: #a04222;
  color: #ffffff;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #8b391e;
  border-color: #763119;
  color: #ffffff;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #a04222;
  border-color: #a04222;
  color: #ffffff;
}