body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #536482;
}

.ui-front {
 z-index: 100;
}

.table-small {
 font-size: 90%;
}
.table-smaller {
 font-size: 80%;
}

/* override the 'onclick' for nav dropdown to onmouseover' */
.dropdown:hover .dropdown-menu {
    display: block;
 }
/* allow a table to not be 100% */
.table-nonfluid {
   width: auto !important;
}


.table-hover > tbody > tr.hidden-table:hover > td {
     background-color: white;
 }

/* set up some custom colours 
glyphicon should always be first so I can override the colour if I feel like it
*/
.glyphicon {
  color: #598CBF;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
/* override some colours for text */
.text-danger {
  color: #a94442;
}
.text-primary {
  color: #337ab7;
}
.text-success {
  color: #3c763d;
}
.text-info {
  color: #31708f;
}
.text-warning {
  color: #8a6d3b;   
}
.text-danger {
  color: red;  
}
/* override heading sizes (they were too big imo) */
h1 {
  font-size: 180%;
}
h2 {
 font-size: 140%; 
}
h3 {
  font-size: 120%;
}
/* set own colours for alternating table rows and the table headers */
.table .tbody tr:nth-child(odd) {
    background: #ffffff;
    border-bottom: 1px solid #000000;
}
.table tbody tr:nth-child(even) {
    background: #F4F4F4;
    border-bottom: 1px solid #000000;
}
.table tbody tr:nth-child(odd):hover {
    background-color: #B7DBFF;
}
.table tbody tr:nth-child(even):hover {
    background-color: #B7DBFF;
}
.table thead tr {
  background-color: #ECECEC;
  font-weight: bold;
  padding: 4px;
}






/* stooopid APEX */
.paddme {
 padding-right: 10px;
}
.pagination {
font-size: 70%;
}
.uReportDownloadLinks {
display: none;
visibility: hidden;
}
.formlayout {

}
.formlayout, td {
 padding: 5px;
}
.form-control-inline {
    min-width: 0;
    width: auto;
    display: inline;
}


/* APEX sometimes forces a table class of formlayout. Most of the time you can ignore it but sometimes you can't. This is for when you can't */ 
.formlayout {
  border: 1px solid #ddd !important;
}
.formlayout tbody tr:nth-child(odd) {
    background: #ffffff;
    border-bottom: 1px solid #D0D7E5;
}
.formlayout tbody tr:nth-child(even) {
    background: #F4F4F4;
    border-bottom: 1px solid #D0D7E5;
}
.formlayout tbody tr:nth-child(odd):hover {
    background-color: #B7DBFF;
}
.formlayout tbody tr:nth-child(even):hover {
    background-color: #B7DBFF;
}
.formlayout thead tr {
  background-color: #ECECEC;
  font-weight: bold;
  padding: 4px;
}

.hideMeButHearMe {
display: none;
visibility: hidden;
}

.error-box {
 font-size: 80%;
 padding: 5px;
}
label {
 font-weight: normal;;
padding-left: 5px;
}


.navbar-collapse .navbar-nav > .active > a, .navbar-collapse .navbar-nav > .active > a:hover, .navbar-collapse .navbar-nav > .active > a:focus {
  color: #fcfcfc;
  background-color: #4e4e49;
}