.aspl-decom {
	margin: 5px auto;
	background-color: lightyellow;
}

.aspl-decom p {
	padding: 17px;
}

body {
    font-family: "Helvetica Neue", Arial, sans-serif;
}

/** Button helpers **/
.button .feather {
	vertical-align: top!important;
}

.button.small {
	padding: 0.75rem 1rem;
	font-size: 85%;
}

.button.medium {
    padding: 1rem 1.25rem;
    font-size: 90%;
}

/** Search result table **/
table.search_results thead th, table.search_results thead td {
	border-bottom: 0;
	border: 0;
}

table th {
	background: #001e36;
    color: white;
}

table th .filter {
    float: right;
    color: white;
}

table th .filter svg {
	vertical-align: middle;
}

table .filter-row td, table .sort-row td {
	background: #00467f;
	color: white;
}

table .sort-row td {
	padding-bottom: 0;
}

table .sort-row td a {
    color: white;
    text-decoration: underline;   	
}

table.search_results .top-border-heavy td {
	border-top: 1px solid #001e36;
}

.alt {
	background-color: #f6fafd;
}

table.search_results:not(.stacktable) tr.alt td {
	/*background-color: #e8eef3;*/
}

table.search_results tr.alt td.second {
    /*border-top: 1px solid white;*/
}

table.search_results tr.alt .proviso table.table-bordered td {
    border-color: #9c9c9c;		
} 

.granted_results .title {
	border: 1px solid #b0bfcc;
	border-bottom: 0;
	background: white;
    padding: 2px 8px;
}

.granted_results .title:last-child {
	border-bottom: 1px solid #b0bfcc;
}

.granted_results .title_qut {
	/*border: 1px solid #b0bfcc;*/
}

.granted_results .description, .description.prior {
	padding-top: 4px;
	font-size: 13px;
}

.description.prior {
	margin-left: 8px;
}

.study_result {
	border: 1px solid #b0bfcc;
	border-bottom: 0;
	background: white;
}

.study_result:last-child {
    border-bottom: 1px solid #b0bfcc;
}

.study_result .prior_institution {
	background: #00467f;
    color: white;
    padding: 2px 8px 0;
}

.study_result .prior_study, .study_result .title_and {
	/*border: 1px solid #b0bfcc;*/
	padding: 2px 8px 0;
}

.study_result .title_and {
	padding-right: 50px;
    position: relative;
    z-index: 0;
}

.proviso {
	border: 1px solid #b0bfcc;
	background: white;
}

.proviso .label {
    background: #00467f;
    font-weight: bold;
    color: white;
    padding: 2px 8px 0;
}

.proviso .description {
	padding: 2px 8px 0;
}

.proviso .description table th {
	background-color: #00467f!important;
	padding: 2px 8px;
	font-weight: 400;
}

.proviso .description > p:last-child {
   	margin-bottom: 0;
}

.staff-comments .comment p:last-child {
	margin-bottom: 0;
}

span.and {
	position: absolute;
	right: 5px;
    top: calc(50% - 11px);
    
	background-color: #1a66a5;
	
	color: white;
	font-weight: bold;
	font-size: 12px;
    line-height: 18px;
    
	padding: 2px 8px;
}

/** Stacktables hacks **/
.st-head-row.st-head-row-main {
    /*display : none;*/
}

th.st-head-row a {
    color: white;
}

.stacktable.small-only {
	border: 2px solid #e8eef3;
}

.st-key {
	background: #001e36;
    color: white;
    width: auto!important;
}

.st-val {
	width: auto!important;
}

/** Precedent statuses **/
.approve {
	background-color: #4BB543;
    font-weight: bold;
    color: rgb(255, 255, 255);
    padding: 0.25rem 0.5rem;
    display: inline-block;
    margin-bottom: 5px;
} 

.reject {
	background-color: #d9534f;
    font-weight: bold;
    color: rgb(255, 255, 255);
    padding: 0.25rem 0.5rem;
    display: inline-block;
    margin-bottom: 5px;
}

.result_details dl {
    width: 100%;
    display: table;
    margin: 0;
}

.result_details dt {
    font-size: 13px;
    display: table-cell;
    text-align: left;
    width: 50%;
}

.result_details dd {
    margin: 0;
    text-align: right;
}

.expired {
    font-weight: bold;
}

.expired dd {
    text-decoration: underline;
    color: red;
}

/* Smaller select */
select.select-sm.form-control {
    padding: 7.5px 10px;
    font-size: 15px;
    background-size: 14px 14px, 40px 100%;
    background-position: calc(100% - 11px) 11px, 100% 0;
}

/** Bootstrap width fill **/
.w-10 {
	width: 10%;
}

.w-25 {
	width: 25%;
}

.w-30 {
	width: 30%;
}

.d-flex {
	display: -ms-flexbox!important;
    display: flex!important;
}

/**
 * Plugins
 */

.auto_complete {
    position:absolute;
    background-color:white;
    border:1px solid #888;
    margin:0px;
    padding:0px;
    z-index: 2;
}
.auto_complete {
    background: #fff;
}
.auto_complete ul {
    margin:0;
    padding:0;
    width:100%;
    list-style-type:none;
}
.auto_complete ul li {
	color: #373a3c;
    margin:0;
    padding: 5px 3px;
    font-size: 15PX;
    line-height: 19px;
    
    border-bottom: 1px dotted #e8eef3;
}
.auto_complete ul li.selected {
    background-color: #0066b9;
    color: white;
    border-bottom: 0;
}

.auto_complete ul li:last-child {
    border-bottom: 0;
}

.auto_complete ul strong.highlight {
    color: #800;
    margin:0;
    padding:0;
}

/***** Spinner ******/
.spin-wrap {
	position: relative;
}

.spin-wrap .spinner-holder {
	position: absolute;
	top: 50%;
	right: 20px;
}

.header__wrapper {
	z-index: 2;
}

#contentAjaxHider {
	background: white;
    opacity: 0.7;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
}

@keyframes spinner-line-fade-more {
  0%, 100% {
    opacity: 0; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}

@keyframes spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25; /* minimum opacity */
  }
  40% {
    opacity: 1;
  }
}

@keyframes spinner-line-fade-default {
  0%, 100% {
    opacity: 0.22; /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}

/** Tippy **/
.tippy-tooltip.qut-theme {
  /* Your styling here. Example: */
  background-color: #001e36;
  /*border: 2px solid #0066b9;*/
  border: 1px solid white;
  border-radius: 0;
  /*font-weight: bold;*/
  /*color: #373a3c;*/
  color: white;
  padding: 1rem;
  font-size: 15px;
}

.tippy-tooltip.qut-theme .tippy-backdrop {
  /* Your styling here. Example: */
  background-color: white;
}

.tippy-popper[x-placement^=bottom] .tippy-tooltip.qut-theme .tippy-arrow {
  border-bottom: 7px solid white;
}

.tippy-popper[x-placement^=right] .tippy-tooltip.qut-theme .tippy-arrow {
  border-right: 7px solid white;
}

.tippy-popper[x-placement^=top] .tippy-tooltip.qut-theme .tippy-arrow {
  border-top: 7px solid white;
}

#ibox_overlay {
	background: white!important;
}

#ibox_wrapper {
	padding: 0!important;
	background-color: transparent;
	border: 0;
}

#ibox_content {
	border: 0;
}