body {
	font-family: 'Varela Round', sans-serif;
	background-color: #f7f7f7;
}

.navbar {
	background: #fff;
	-moz-box-shadow: rgba(0, 0, 0, 0.09) 0 2px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.09) 0 2px 0;
	box-shadow: rgba(0, 0, 0, 0.09) 0 2px 0;
	padding: 10px 16px;
}

.navbar .navbar-brand {
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 20px;
	color: #dd5638;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #435d7d;
}

.fileinput {
	text-align: center;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

ul.pagination {
	margin-bottom: 0;
}

.card-title {
    color: #fff;
    background: #435d7d;
    padding: 16px 20px;
}

.footer {
	background-color: #435d7d; 
	color: #f7f7f7;
}

.footer a {
	color: #d9d9d9;
}

th a { 
	display: block;
	width: 100%;
	color: inherit;
	
}
th a:hover {
	text-decoration: none;
}
a.sortable { 
	padding-right: 18px;
	position: relative;
}
a.sortable:before,
a.sortable:after {
	border: 4px solid transparent;
	content: "";
	display: block;
	height: 0;
	right: 5px;
	top: 50%;
	position: absolute;
	width: 0;
}
a.sortable:before {
	border-bottom-color: #e4e4e4;
	margin-top: -9px;
}
a.sortable.asc:before {
	border-bottom-color: #848484;
	margin-top: -9px;
}
a.sortable:after {
	border-top-color: #e4e4e4;
	margin-top: 1px;
}
a.sortable.desc:after {
	border-top-color: #848484;
	margin-top: 1px;
}

.auth-wrapper {
	min-height: 92vh;
}

.auth-wrapper h1 {
	font-size: 1.5em;
	font-weight: 700;
	color: #6c757d;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

.auth-wrapper .form-label {
	color: #6c757d;
}