.container.main, .container-fluid.main {
	margin-top:86px;
	min-height: calc(100% - 86px);
}
.clickable {
	cursor:pointer;
}
html {
	height:100%;
}
body {
	height:calc(100% - 86px);
	padding-right:0 !important;
	// STOP MOVING AROUND!
	overflow-x: hidden;
	overflow-y: scroll !important;
}
.tab-pane .card {
	margin-top: 15px;
}
.row.job-header {
	font-weight: bold;
}
.row.job .row {
	margin-bottom: 5px;
}
.add-slot, .del-job, .edit-job {
	position: absolute;
	float: right;
	top: 10px;
}
.row.job .card-body > button:nth-of-type(1) {
	right:10px;
}
.row.job .card-body > button:nth-of-type(2) {
	right:44px;
}
.row.job .card-body > button:nth-of-type(3) {
	right:78px;
}
.navbar.fixed-top {
	padding-right:0 !important;
	border-bottom:1px solid #9a9da0;
	box-shadow: 0px 10px 10px 0px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance:textfield;
}
.table thead th{
	border-bottom:0px;
	border-top:0px;
}
.table tbody tr.odd{
	background-color:rgba(1,1,1,.5);
}
.row.job .row .col {
	min-height: 31px;
}
.nav-pills .nav-link {
	color: rgba(255,255,255,0.5);
}

.nav-pills .nav-link.active {
	background-color: #ffffff;
	color: #000000;
}
#sign-up-header {
	position:fixed;
	width:100%;
	z-index:2;
	top:56px;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
	font-family:Font Awesome\ 5 Free;
	content: "\f0de";
	right:0.5em;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
	font-family:Font Awesome\ 5 Free;
	content:"\f0dd";
	right:0.5em;
}
.table td {
	border-top:0px;
}
tr:nth-child(odd) {
	background-color:rgba(1,1,1,.5);
}
.slot:nth-child(odd) {
	background-color:rgba(200,200,200,.5);
}