/**
 * Map
 */
#map {
  height: 100%;
}

.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  margin-top: 10px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

.pac-container {
  font-family: Roboto;
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}
#target {
  width: 345px;
}

/**
 * Others
 */
.sceditor-button {
  box-sizing: content-box;
}

.user-avatar {
  border-radius: 50%;
  display: block;
  height: 245px;
  margin: 0 auto;
  width: 245px;
}

.user-avatar-small {
  border-radius: 50%;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}

.has-error input, .has-error textarea {
  border: 1px #ae4442 solid;
}

.chosen-container-single .chosen-single {
  height: 57px;
  line-height: 57px;
}

.chosen-container-multi .chosen-choices {
  min-height: 47px;
  height: auto;
  overflow-y: scroll;
}

.widget .chosen-container {
  margin-bottom: 15px;
}

#logo img {
  margin-top: 10px;
  width:110px;
}

.search-container input {
  width: 91%;
}

.search-container button {
  height: 65px;
}

.pagination {
  display: block;
}

.job-list img {
  padding: 0px;
  margin: 30px 20px 20px 20px;
}

a .job-icons {
  text-decoration: none;
}

.primary-color {
  color: #26ae61;
}

.plan-buy-button {
  width: 100%;
}

.plan-extra-features {
  min-height: 50px;
  max-height: 125px;
}

.user-select {
	display: inline-block;
	float: left;
	margin: 40px 20px !important;
}

.job-list .job-list-content {
  padding: 20px;
  margin-left: 100px;
}

.job-list li a {
  text-decoration: none;
}

.button.dark {
  background-color: #050505;
}

.button.dark:hover {
  background-color: #329834;
}

.button.danger {
  background-color: #ba1405;
}

.button.default {
  background-color: #f9f9f9;
}

.button.success {
  background-color: #5cb85c;
}

.button.info {
  background-color: #5bc0de;
}

.button.danger:hover, .button.default:hover, .button.success:hover, .button.info:hover {
  background-color: #050505;
}

a.button, button.button {
  padding: 9px 20px !important;
}

.testimonials-slider li p {
  padding: 15px 100px 100px 60px;
}

.notification.success .close, .notification.error .close, .notification.warning .close, .notification.notice .close {
  padding: 0px 30px;
  background: none;
}

#popular-categories li a {
  width: 33%;
}

.small-dialog-content {
  background-color: #ffffff;
}

/* .menu ul li {
  margin-left: 0px;
}
 */
.small-dialog {
	background: #fff;
	padding: 30px 40px 35px 40px;
	text-align: left;
	max-width: 610px;
	margin: 40px auto;
	position: relative;
	box-sizing: border-box;
}

.small-dialog.apply-popup {
	padding: 0;
}

.title h4 span {
  line-height: 31px;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 10px;
	position: relative;
	top: -2px;
}

button[type="submit"] {
  font-size: 16px;
  font-weight: 500;
}

button.button.success {
  background-color: green;
}

button.button.danger {
  background-color: red;
}

.benefits-home-custom {
  width: 400px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  box-shadow: 0px 0px 15px #efefef;
  border-radius: 20px;
}

.download-users-button {
	border: none;
	font-size: 14.5px !important;
	text-transform: none;
	margin-left: -10px;
  padding-left: 0px;
  padding-right: 0px;
  color: #329834;
}

.download-users-button:hover {
	background: none;
	text-decoration: underline;
  color: #666;
}

table.manage-table td.action button[type="submit"] {
	display: block;
	color: #333;
	line-height: 20px;
	padding: 3px 0 !important;
	position: relative;
	margin-left: 21px;
  border: none;
  font-size: 15.5px;
  text-transform: none;
  margin: 0px;
}

table.manage-table td.action button[type="submit"]:hover {
	background: none;
  color: #329834;
  text-decoration: underline;
}

.rating .star-rating::after {
  height: 24px;
  overflow: hidden;
}

.job-list-content .rating .star-rating::after {
  height: 20px;
  overflow: hidden;
}

li {
  line-height: 14px;
}

.upskill .form-label, .loan-request .form-label {
  text-transform: none;
  font-size: 14px !important;
}
