.progress-bar-grey {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #6b6c6c;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff;
  transition: width 0.6s ease;
border-top: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;

}
.progress-bar-info {
	background-color: #0c7ac9;
}
.progress-bar-success {
	background-color: #058927;
}

/* allow a table to not be 100% */
.aErrMsgTitle {
  display: none;
  visibility: hidden;
}
.apex-item-textarea-counter { font-size: 100%; }

.table-nonfluid {
   width: auto !important;
}
.ui-front {
 z-index: 100;
}
.ui-widget-content a {
    color: #000000;
}

.menustrike {
	display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
	text-decoration: line-through;
}

/* try to fix UL indent */
ul li {
  margin-left: 30px;
}
ol li {
  margin-left: 30px;
}


.highlight {
 color: #ffffff;
 background-color: #0466b8;
 padding: 5px;
}

.nav li {
  margin-left: 0px;
}

.custom-select  {
 font-size: 130%;
z-index: 500;
}

.printonly {
   visibility: hidden;
   display: none;
}

.a-IRR-col-value {
  color: black;
}

.navbar .divider-vertical {
    height: 50px;
    
    border-right: 1px solid #5A99E8;
    border-left: 1px solid #5A99E8;
}

.navbar-inverse .divider-vertical {
    border-right-color: #5A99E8;
    border-left-color: #5A99E8;
}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
     }
}
/* 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-primary {
  color: #337ab7;
}
.text-success {
  color: #3c763d;
}
.text-info {
  color: #31708f;
}
.text-warning {
  color: #8a6d3b;   
}
.text-danger {
  color: red;  
}

/* set own colours for alternating table rows and the table headers 
check formlayout below for form generated tables*/
.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.m-table-hover tr:nth-child(odd):hover {
    background-color: #B7DBFF !important;
}
table.m-table-hover tr:nth-child(even):hover {
    background-color: #B7DBFF !important;
}

.table thead tr {
  background-color: #ECECEC;
  font-weight: bold;
  padding: 4px;
}

.table-small {
 font-size: 90%;
}
.table-smaller {
 font-size: 80%;
}
.txtBIG {
  font-size: 180%;
}
.smallTXT {
  font-size: 80%;
}
.text-notbold {
  font-weight: normal;
}


/* remove the curve on the main nav menu */
.navbar-notround {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}

/* stop tooltips being aligned centre */
.tooltip p {
   text-align:left;
 }
/* custom form element for dropdowns */
.dropSmall {
  font-size: 70%;
  font-weight: normal;
  padding: 3px;
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.headingText {
  font-size: 140%;
  color: #ffffff;
  padding-top: 5px;
  text-align: right;
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}
.headingTextSmall {
  font-size: 100%;
  color: #ffffff;
  padding-top: 5px;
  text-align: right;
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

.miniheadingText {
  font-size: 70%;
  color: #c0c0c0;
  text-align: right;
  font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
}


/* 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;
  margin-bottom: 10px;
}
.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 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;
}