@CHARSET "UTF-8";

.panel-primary {
  border-color: #0A0A0A;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #f7931e;
  border-color: #0A0A0A;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0A0A0A;
}
.panel-primary > .panel-heading .badge {
  color: #0A0A0A;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0A0A0A;
}

.navbar-static-top {
    background-color: #808080;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar-default .navbar-brand:hover {
    color: #e7e7e7;
    background-color: transparent;
}

.dropdown-toggle {
	color: #fff;
}

.dropdown-toggle:hover {
	color: #e7e7e7;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 1px solid rgb(128, 128, 128);
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(128, 128, 128);
    border-image: initial;
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-top-width: 0px;
    border-bottom-width: 1px;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 1px;
    border-right-width: 0px;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
    border-right-width: 1px;
}
@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
    .force-print, .force-print *
    {
        display: inline !important;
    }
}

.force-print {

}

@media screen
{
    .hidden, .hidden *
    {
        display: none !important;
    }
    .shown, .shown *
    {
        display: inline !important;
    }
}

/* Show collection buttons in datatables properly! */
.dropdown-toggle-sub {
    color: #000!important;
}