.labellink
{
	color: white;
}
.labellink:hover
{
	color: white;
}
.labellink:link
{
	color: white;
}
.labellink:visited
{
	color: white;
}

.DTTT_button
{
	color: #08c;
}

/* This is the tickets table for making it look clickable */
.ticket
{
	cursor: pointer;
	*cursor: hand;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	background-color: rgb(75, 75, 75);
}

.navbar .divider-vertical {
	margin: 0px;
}

#modaleditUserPictureContainer {
	text-align: center;
}

#modaleditUserPicture {
	display: inline-block;
	min-height: 100px;
	min-width: 100px;
}

/* Don't override the background color
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th
{
    background-color: #1A1A1A;
}
 */

/* Constrain nav dropdown height to viewport */
.open > .dropdown-menu {
	overflow: auto;
	max-height: 90vh;
}

/* Used for navigation tabs under reports page */
.nav-tabs {
  border-bottom: 1px solid #202020;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #202020;
}

/* fix bootstrap dark-theme print media input's being to dark in chrome */
@media print{
  .darkwell, input, select, textarea {
    color: black !important;
    background: white !important;
  }
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  background-color: #202020;
  border-color:#202020;
}

/* Datatables */
table.dataTable tbody tr {
/*    background-color: #2f2f2f; */
}
.dataTables_wrapper .dataTables_paginate .paginate_button {

    color: #08c !important;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
/*    color: #eee; */
}
