html, body {
	height: 100%;
}

/* PlantSpec Styles */
#ps-topbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #c28515;
	z-index: 10000;
}
.ps-logo-title {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #d18902;
	font-size: 1.6rem;
	margin-bottom: 15px;
	font-weight: 600;
	line-height: 1em;
}
.ps-logo-title small {
	color: inherit;
	opacity: 0.42;
	font-weight: 500;
}
.ps-header {
	background-color: #FCAF1B !important;
	/* background-color: #ffffff !important; */
	font-family: 'Oswald', sans-serif;
	border-bottom: 1px solid #e49d1a;
	border-top: 4px solid #2e2d2d;
	/* border-bottom: 1px solid #eee; */
	color: #2e2d2d;
}
/* .ps-header h4 {
	text-transform: uppercase;
}
.ps-header h4 small {
	color: inherit;
	opacity: 0.42;
} */

.form-control {
	font-size: 0.8rem;
}
.form-control::placeholder {
	color: #A9A9A9;
}

/* Data Table Customisation */
#data-table {
	/* margin-top: 0 !important; */
	/* -1px top margin acounts for empty initial DT row with 1px height */
	margin-top: -1px !important;
	width: 100% !important;
}
#data-table th {
	font-size: 0.75rem;
	padding: 1.2rem;
	vertical-align: middle;
	/* text-align:center;
    white-space:nowrap;
    transform-origin:50% 50%;
    transform: rotate(90deg); */
}
#data-table td {
	font-size: 0.7rem;
	padding: 0.3rem;
	vertical-align: middle;
}
#data-table tr td:first-child, .bootgrid-table tr th:first-child {
	padding-left: 15px;
}
#data-table tr td:last-child, .bootgrid-table tr th:last-child{
	padding-right: 15px;
}
#data-table thead, #data-table thead th {
	border-top: none;
}
/* Fix alignment of DT filter icons in thead */
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
	bottom: 50%;
	height: 15px;
	margin-bottom: -7px;
	padding-left: 3px;
}
#data-table.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.025);
}
#data-table.table-hover tbody tr:hover {
	background-color: #fdf9f2;
}
/* Hide default DT filters that haven't already been JS disabled */
#data-table_wrapper .dataTables_filter {
	display: none !important;
}
#data-table_wrapper .dataTables_info {
	color: #888;
	font-size: 0.8rem;
}
#data-table_wrapper {
	padding-bottom: 10px;
}
#data-table_wrapper .pagination {
	padding-top: 5px;
}
/* DT Responsive extension styles */
/* Set the responsive icon container (td,th) padding */
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child, 
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child {
	padding-left: 32px !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, 
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
	background-color: #FCAF1B;
	border: none;
	top: 50%;
	margin-top: -8px;
	left: 8px;
	box-shadow: none;
	border-radius: 4px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, 
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	background-color: #bd800f;
}
table.dataTable>tbody>tr.child, 
table.dataTable>tbody>tr.child:hover {
	background: white !important;
}
table.dataTable>tbody>tr.child ul.dtr-details {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
	padding-bottom: 0;
}


/* CUSTOM SELECTIZE LIB STYLES */
.remove-single {
	color: #FCAF1B;
}
.remove-single:hover {
	color: #c58713;
}
.selectize-control.multi .selectize-input [data-value] {
	background-image: linear-gradient(to bottom, #FCAF1B, #d18c0a) !important;
}
.selectize-control.multi .selectize-input > div {
	background: #FCAF1B !important;
	border-color: #bb7c08 !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
border-left-color: #bb7c08 !important;
}
.selectize-control.single .selectize-input {
	background-image: none !important;
	border-color: #CED4DA !important;
	background-color: white;
}
.selectize-control .selectize-dropdown .option {
	cursor: pointer;
}
.selectize-control .selectize-dropdown .option .subtitle {
	color: #888;
	font-size: 12px;
}


/* BOOTSTRAP OVERRIDES */
.pagination {
	font-size: 0.8rem;
}
.pagination .page-item.active .page-link {
	background-color: #FCAF1B;
	border-color: #FCAF1B;
}
.pagination .page-link {
	color: #444;
}
.pagination .page-link:hover {
	color: #222;
}






/* OVERLAY / SPINNER 
see https://codepen.io/MattIn4D/pen/LiKFC */

/* Absolute Center Spinner */
#ps-load-overlay {
	position: fixed;
	z-index: 10000;
	height: 2em;
	width: 2em;
	overflow: visible;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
  }
  
  /* Transparent Overlay */
  #ps-load-overlay:before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(235, 237, 238, 0.32);
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  #ps-load-overlay:not(:required) {
	/* hide "loading..." text */
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
  }
  
  #ps-load-overlay:not(:required):after {
	content: '';
	display: block;
	font-size: 10px;
	width: 1em;
	height: 1em;
	margin-top: -0.5em;
	-webkit-animation: spinner 1500ms infinite linear;
	-moz-animation: spinner 1500ms infinite linear;
	-ms-animation: spinner 1500ms infinite linear;
	-o-animation: spinner 1500ms infinite linear;
	animation: spinner 1500ms infinite linear;
	border-radius: 0.5em;
	-webkit-box-shadow: rgb(252, 175, 27) 1.5em 0 0 0, rgb(252, 175, 27) 1.1em 1.1em 0 0, rgb(252, 175, 27) 0 1.5em 0 0, rgb(252, 175, 27) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgb(252, 175, 27) 0 -1.5em 0 0, rgb(252, 175, 27) 1.1em -1.1em 0 0;
	box-shadow: rgb(252, 175, 27) 1.5em 0 0 0, rgb(252, 175, 27) 1.1em 1.1em 0 0, rgb(252, 175, 27) 0 1.5em 0 0, rgb(252, 175, 27) -1.1em 1.1em 0 0, rgb(252, 175, 27) -1.5em 0 0 0, rgb(252, 175, 27) -1.1em -1.1em 0 0, rgb(252, 175, 27) 0 -1.5em 0 0, rgb(252, 175, 27) 1.1em -1.1em 0 0;
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
	0% {
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @-moz-keyframes spinner {
	0% {
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @-o-keyframes spinner {
	0% {
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  @keyframes spinner {
	0% {
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }