.brand-image {
	margin-left: 18% !important;
	margin-right: auto !important;
	margin-top: -10px !important;
	max-height: 50px !important;
	width: auto !important;
}

button {
	background: #f4990c !important;
	background-image: -webkit-linear-gradient(top, #f4990c, #f9b131) !important;
	background-image: -moz-linear-gradient(top, #f4990c, #f9b131) !important;
	background-image: -ms-linear-gradient(top, #f4990c, #f9b131) !important;
	background-image: -o-linear-gradient(top, #f4990c, #f9b131) !important;
	background-image: linear-gradient(to bottom, #f4990c, #f9b131) !important;
	font-family: Source Sans Pro !important;
	color: #ffffff !important;
	font-size: 14px !important;
	text-decoration: none !important;
	-webkit-box-shadow: 0px 5px 15px -5px #777777; 
	box-shadow: 0px 5px 15px -5px #777777;
	border: none;
	border-radius: 3px;
}

button:hover {
	background: #f9b131 !important;
	background-image: -webkit-linear-gradient(top, #f9b131, #f4990c) !important;
	background-image: -moz-linear-gradient(top, #f9b131, #f4990c) !important;
	background-image: -ms-linear-gradient(top, #f9b131, #f4990c) !important;
	background-image: -o-linear-gradient(top, #f9b131, #f4990c) !important;
	background-image: linear-gradient(to bottom, #f9b131, #f4990c) !important;
	text-decoration: none !important;
}

[class*="sidebar-dark-"] {
	background-color: #106eb4 !important;
}

[class*="sidebar-dark-"] .sidebar a {
	color: #fff !important;
}

[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link {
	color: #fff !important;
}

select {
	cursor: pointer;
	outline:0;
	color: #333333;
	font-size: 16px;
	padding: 5px 10px !important;
	min-width: 128px;
	border-radius: 3px;
	border: 1px solid #d6d6d6;
	background-color: #ffffff;
}
select:hover, select:focus {
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #969696;
}

input[type=text] {
	outline: 0;
	color: #333;
	font-size: 16px;
	min-width: 128px;
	padding: 3px 7px !important;
	border-radius: 3px;
	border: 1px solid #d6d6d6 !important;
	background-color: #fff;
	margin-bottom: 3px;
	font-family: Source Sans Pro !important;
}

input[type=password] {
	outline: 0;
	color: #333;
	font-size: 16px;
	min-width: 128px;
	padding: 3px 7px !important;
	border-radius: 3px;
	border: 1px solid #d6d6d6 !important;
	background-color: #fff;
	margin-bottom: 3px;
	font-family: Source Sans Pro !important;
}

input[type=date] {
	outline: 0;
	color: #333;
	font-size: 16px;
	min-width: 128px;
	padding: 3px 7px !important;
	border-radius: 3px;
	border: 1px solid #d6d6d6 !important;
	background-color: #fff;
	margin-bottom: 3px;
	font-family: Source Sans Pro !important;
}

input[type=submit] {
	border-radius: 3px;
	font-family: Source Sans Pro !important;
}


[class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-treeview {
  background-color: #478cbf !important;
}

input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #106eb4;
  padding: 5px 8px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: #0d45a5;
}